Searched refs:X86CondNLE (Results 1 – 3 of 3) sorted by relevance
407 X86CondNLE = 15, /* not less or equal */ enumerator
698 case X86CondNLE: in x86g_calculate_condition()854 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNLE)) { in guest_x86_spechelper()
1080 case X86CondNLE: return "nle"; in name_X86Condcode()1090 vassert(cond >= X86CondO && cond <= X86CondNLE); in positiveIse_X86Condcode()