Searched refs:AMD64CondB (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_amd64_defs.h | 552 AMD64CondB = 2, /* below */ enumerator
|
D | guest_amd64_helpers.c | 846 case AMD64CondB: /* CF == 1 */ in amd64g_calculate_condition() 1085 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondB)) { in guest_amd64_spechelper() 1208 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondB)) { in guest_amd64_spechelper() 1370 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondB)) { in guest_amd64_spechelper() 1637 if (isU64(cc_op, AMD64G_CC_OP_COPY) && isU64(cond, AMD64CondB)) { in guest_amd64_spechelper()
|
D | guest_amd64_toIR.c | 1943 case AMD64CondB: return "b"; in name_AMD64Condcode() 6152 mk_amd64g_calculate_condition(AMD64CondB), in dis_FPU()
|