Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_helpers.c838 case AMD64CondNZ: in amd64g_calculate_condition()
1066 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
1195 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
1299 if (isU64(cc_op, AMD64G_CC_OP_SUBW) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
1357 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
1410 if (isU64(cc_op, AMD64G_CC_OP_LOGICQ) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
1438 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
1483 if (isU64(cc_op, AMD64G_CC_OP_LOGICW) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
1499 if (isU64(cc_op, AMD64G_CC_OP_LOGICB) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
1560 if (isU64(cc_op, AMD64G_CC_OP_DECW) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
[all …]
Dguest_amd64_defs.h541 AMD64CondNZ = 5, /* not zero */ enumerator
Dguest_amd64_toIR.c1939 case AMD64CondNZ: return "ne"; /*"nz";*/ in name_AMD64Condcode()
6270 mk_amd64g_calculate_condition(AMD64CondNZ), in dis_FPU()
20304 dis_REP_op ( dres, AMD64CondNZ, dis_SCAS, sz, in dis_ESC_NONE()
20679 zbit = mk_amd64g_calculate_condition( AMD64CondNZ ); in dis_ESC_NONE()