Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_defs.h544 AMD64CondNBE = 7, /* not below or equal */ enumerator
Dguest_amd64_helpers.c849 case AMD64CondNBE: in amd64g_calculate_condition()
1079 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNBE)) { in guest_amd64_spechelper()
1212 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondNBE)) { in guest_amd64_spechelper()
1573 (isU64(cond, AMD64CondBE) || isU64(cond, AMD64CondNBE))) { in guest_amd64_spechelper()
Dguest_amd64_toIR.c1941 case AMD64CondNBE: return "a"; /*"nbe";*/ in name_AMD64Condcode()
6283 mk_amd64g_calculate_condition(AMD64CondNBE), in dis_FPU()