Searched refs:AMD64CondNL (Results 1 – 3 of 3) sorted by relevance
568 AMD64CondNL = 13, /* not less */ enumerator
868 case AMD64CondNL: in amd64g_calculate_condition()1154 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNL)) { in guest_amd64_spechelper()1296 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondNL)) { in guest_amd64_spechelper()
1954 case AMD64CondNL: return "ge"; /*"nl";*/ in name_AMD64Condcode()