Searched refs:X86CondNB (Results 1 – 3 of 3) sorted by relevance
400 X86CondNB = 3, /* not below */ enumerator
668 case X86CondNB: in x86g_calculate_condition()922 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNB)) { in guest_x86_spechelper()1193 && (isU32(cond, X86CondB) || isU32(cond, X86CondNB))) { in guest_x86_spechelper()
1068 case X86CondNB: return "nb"; in name_X86Condcode()4803 mk_x86g_calculate_condition(X86CondNB), in dis_FPU()