Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_defs.h559 AMD64CondNBE = 7, /* not below or equal */ enumerator
Dguest_amd64_helpers.c851 case AMD64CondNBE: in amd64g_calculate_condition()
1118 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNBE)) { in guest_amd64_spechelper()
1251 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondNBE)) { in guest_amd64_spechelper()
1612 (isU64(cond, AMD64CondBE) || isU64(cond, AMD64CondNBE))) { in guest_amd64_spechelper()
Dguest_amd64_toIR.c1948 case AMD64CondNBE: return "a"; /*"nbe";*/ in name_AMD64Condcode()
6340 mk_amd64g_calculate_condition(AMD64CondNBE), in dis_FPU()