Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_amd64_defs.h540 AMD64CondBE = 6, /* below or equal */ enumerator
Dguest_amd64_helpers.c850 case AMD64CondBE: /* (CF or ZF) == 1 */ in amd64g_calculate_condition()
1040 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondBE)) { in guest_amd64_spechelper()
1102 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondBE)) { in guest_amd64_spechelper()
1183 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondBE)) { in guest_amd64_spechelper()
1389 (isU64(cond, AMD64CondBE) || isU64(cond, AMD64CondNBE))) { in guest_amd64_spechelper()
1394 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()