Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_x86_defs.h388 X86CondB = 2, /* below */ enumerator
Dguest_x86_helpers.c669 case X86CondB: /* CF == 1 */ in x86g_calculate_condition()
879 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondB)) { in guest_x86_spechelper()
1156 && (isU32(cond, X86CondB) || isU32(cond, X86CondNB))) { in guest_x86_spechelper()
1159 UInt nnn = isU32(cond, X86CondB) ? 1 : 0; in guest_x86_spechelper()
Dguest_x86_toIR.c1067 case X86CondB: return "b"; in name_X86Condcode()
4642 mk_x86g_calculate_condition(X86CondB), in dis_FPU()