Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_defs.h559 AMD64CondNB = 3, /* not below */ enumerator
Dguest_amd64_helpers.c871 case AMD64CondNB: in amd64g_calculate_condition()
1117 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNB)) { in guest_amd64_spechelper()
1242 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondNB)) { in guest_amd64_spechelper()
1432 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondNB)) { in guest_amd64_spechelper()
Dguest_amd64_toIR.c1954 case AMD64CondNB: return "ae"; /*"nb";*/ in name_AMD64Condcode()
6427 mk_amd64g_calculate_condition(AMD64CondNB), in dis_FPU()