Home
last modified time | relevance | path

Searched refs:AMD64CondBE (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_amd64_defs.h543 AMD64CondBE = 6, /* below or equal */ enumerator
Dguest_amd64_helpers.c850 case AMD64CondBE: /* (CF or ZF) == 1 */ in amd64g_calculate_condition()
1073 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondBE)) { in guest_amd64_spechelper()
1204 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondBE)) { in guest_amd64_spechelper()
1308 if (isU64(cc_op, AMD64G_CC_OP_SUBW) && isU64(cond, AMD64CondBE)) { in guest_amd64_spechelper()
1366 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondBE)) { in guest_amd64_spechelper()
1573 (isU64(cond, AMD64CondBE) || isU64(cond, AMD64CondNBE))) { in guest_amd64_spechelper()
1578 ULong nnn = isU64(cond, AMD64CondBE) ? 1 : 0; in guest_amd64_spechelper()
Dguest_amd64_toIR.c1940 case AMD64CondBE: return "be"; in name_AMD64Condcode()
6114 mk_amd64g_calculate_condition(AMD64CondBE), in dis_FPU()