Searched refs:AMD64CondNS (Results 1 – 3 of 3) sorted by relevance
544 AMD64CondNS = 9, /* not negative */ enumerator
856 case AMD64CondNS: in amd64g_calculate_condition()1206 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondNS) in guest_amd64_spechelper()1281 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondNS)) { in guest_amd64_spechelper()1334 if (isU64(cc_op, AMD64G_CC_OP_LOGICB) && isU64(cond, AMD64CondNS)) { in guest_amd64_spechelper()
1943 case AMD64CondNS: return "ns"; in name_AMD64Condcode()