Searched refs:AMD64CondLE (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_amd64_defs.h | 555 AMD64CondLE = 14, /* less or equal */ enumerator
|
D | guest_amd64_helpers.c | 874 case AMD64CondLE: /* ((SF xor OF) or ZF) == 1 */ in amd64g_calculate_condition() 1124 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondLE)) { in guest_amd64_spechelper() 1268 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondLE)) { in guest_amd64_spechelper() 1318 if (isU64(cc_op, AMD64G_CC_OP_SUBW) && isU64(cond, AMD64CondLE)) { in guest_amd64_spechelper() 1446 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondLE)) { in guest_amd64_spechelper() 1529 if (isU64(cc_op, AMD64G_CC_OP_INCB) && isU64(cond, AMD64CondLE)) { in guest_amd64_spechelper()
|
D | guest_amd64_toIR.c | 1948 case AMD64CondLE: return "le"; in name_AMD64Condcode()
|