Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_amd64_defs.h549 AMD64CondL = 12, /* jump less */ enumerator
Dguest_amd64_helpers.c867 case AMD64CondL: /* (SF xor OF) == 1 */ in amd64g_calculate_condition()
1009 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondL)) { in guest_amd64_spechelper()
1072 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondL)) { in guest_amd64_spechelper()
1232 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()