Searched refs:X86CondNS (Results 1 – 3 of 3) sorted by relevance
409 X86CondNS = 9, /* not negative */ enumerator
681 case X86CondNS: in x86g_calculate_condition()938 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNS)) { in guest_x86_spechelper()1006 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondNS) in guest_x86_spechelper()1056 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondNS)) { in guest_x86_spechelper()1112 if (isU32(cc_op, X86G_CC_OP_LOGICB) && isU32(cond, X86CondNS)) { in guest_x86_spechelper()
1074 case X86CondNS: return "ns"; in name_X86Condcode()