Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_amd64_defs.h522 AMD64CondNBE = 7, /* not below or equal */ enumerator
Dguest_amd64_helpers.c770 case AMD64CondNBE: in amd64g_calculate_condition()
957 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNBE)) { in guest_amd64_spechelper()
1021 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondNBE)) { in guest_amd64_spechelper()
1300 (isU64(cond, AMD64CondBE) || isU64(cond, AMD64CondNBE))) { in guest_amd64_spechelper()
Dguest_amd64_toIR.c1903 case AMD64CondNBE: return "a"; /*"nbe";*/ in name_AMD64Condcode()
5938 mk_amd64g_calculate_condition(AMD64CondNBE)), in dis_FPU()