Home
last modified time | relevance | path

Searched refs:AMD64CondNLE (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
Dguest_amd64_defs.h553 AMD64CondNLE = 15, /* not less or equal */ enumerator
Dguest_amd64_helpers.c873 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()
Dguest_amd64_toIR.c1949 case AMD64CondNLE: return "g"; /*"nle";*/ in name_AMD64Condcode()
1959 vassert(cond >= AMD64CondO && cond <= AMD64CondNLE); in positiveIse_AMD64Condcode()