Searched refs:AMD64CondNLE (Results 1 – 3 of 3) sorted by relevance
553 AMD64CondNLE = 15, /* not less or equal */ enumerator
873 case AMD64CondNLE: in amd64g_calculate_condition()1030 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNLE)) { in guest_amd64_spechelper()1090 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondNLE)) { in guest_amd64_spechelper()
1949 case AMD64CondNLE: return "g"; /*"nle";*/ in name_AMD64Condcode()1959 vassert(cond >= AMD64CondO && cond <= AMD64CondNLE); in positiveIse_AMD64Condcode()