Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_amd64_defs.h534 AMD64CondB = 2, /* below */ enumerator
Dguest_amd64_helpers.c844 case AMD64CondB: /* CF == 1 */ in amd64g_calculate_condition()
1016 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondB)) { in guest_amd64_spechelper()
1130 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondB)) { in guest_amd64_spechelper()
1414 if (isU64(cc_op, AMD64G_CC_OP_COPY) && isU64(cond, AMD64CondB)) { in guest_amd64_spechelper()
Dguest_amd64_toIR.c1936 case AMD64CondB: return "b"; in name_AMD64Condcode()
6096 mk_amd64g_calculate_condition(AMD64CondB), in dis_FPU()