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