Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_defs.h552 AMD64CondL = 12, /* less */ enumerator
Dguest_amd64_helpers.c867 case AMD64CondL: /* (SF xor OF) == 1 */ in amd64g_calculate_condition()
1109 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondL)) { in guest_amd64_spechelper()
1249 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondL)) { in guest_amd64_spechelper()
1416 if (isU64(cc_op, AMD64G_CC_OP_LOGICQ) && isU64(cond, AMD64CondL)) { in guest_amd64_spechelper()
Dguest_amd64_toIR.c1946 case AMD64CondL: return "l"; in name_AMD64Condcode()