Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_defs.h555 AMD64CondLE = 14, /* less or equal */ enumerator
Dguest_amd64_helpers.c874 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()
Dguest_amd64_toIR.c1948 case AMD64CondLE: return "le"; in name_AMD64Condcode()