Searched refs:AMD64CondBE (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | guest_amd64_defs.h | 540 AMD64CondBE = 6, /* below or equal */ enumerator
|
D | guest_amd64_helpers.c | 850 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()
|
D | guest_amd64_toIR.c | 1940 case AMD64CondBE: return "be"; in name_AMD64Condcode() 6114 mk_amd64g_calculate_condition(AMD64CondBE), in dis_FPU()
|