Searched refs:X86CondNS (Results 1 – 3 of 3) sorted by relevance
395 X86CondNS = 9, /* not negative */ enumerator
680 case X86CondNS: in x86g_calculate_condition()900 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNS)) { in guest_x86_spechelper()968 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondNS) in guest_x86_spechelper()1018 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondNS)) { in guest_x86_spechelper()1074 if (isU32(cc_op, X86G_CC_OP_LOGICB) && isU32(cond, X86CondNS)) { in guest_x86_spechelper()
1068 case X86CondNS: return "ns"; in name_X86Condcode()