Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_amd64_helpers.c759 case AMD64CondNZ: in amd64g_calculate_condition()
924 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
967 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
1051 if (isU64(cc_op, AMD64G_CC_OP_SUBW) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
1078 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
1129 if (isU64(cc_op, AMD64G_CC_OP_LOGICQ) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
1157 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
1201 if (isU64(cc_op, AMD64G_CC_OP_LOGICB) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
1262 if (isU64(cc_op, AMD64G_CC_OP_DECW) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
1318 && (isU64(cond, AMD64CondZ) || isU64(cond, AMD64CondNZ))) { in guest_amd64_spechelper()
Dguest_amd64_defs.h460 AMD64CondNZ = 5, /* not zero */ enumerator
Dguest_amd64_toIR.c1804 case AMD64CondNZ: return "ne"; /*"nz";*/ in name_AMD64Condcode()
5782 mk_amd64g_calculate_condition(AMD64CondNZ)), in dis_FPU()
16630 zbit = mk_amd64g_calculate_condition( AMD64CondNZ ); in disInstr_AMD64_WRK()
17514 dis_REP_op ( AMD64CondNZ, dis_SCAS, sz, in disInstr_AMD64_WRK()