Searched refs:X86CondB (Results 1 – 3 of 3) sorted by relevance
388 X86CondB = 2, /* below */ enumerator
669 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()
1067 case X86CondB: return "b"; in name_X86Condcode()4642 mk_x86g_calculate_condition(X86CondB), in dis_FPU()