Searched refs:AMD64CondNZ (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_amd64_helpers.c | 840 case AMD64CondNZ: in amd64g_calculate_condition() 1105 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() 1234 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() 1338 if (isU64(cc_op, AMD64G_CC_OP_SUBW) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() 1396 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() 1449 if (isU64(cc_op, AMD64G_CC_OP_LOGICQ) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() 1477 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() 1522 if (isU64(cc_op, AMD64G_CC_OP_LOGICW) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() 1538 if (isU64(cc_op, AMD64G_CC_OP_LOGICB) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() 1599 if (isU64(cc_op, AMD64G_CC_OP_DECW) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() [all …]
|
D | guest_amd64_defs.h | 556 AMD64CondNZ = 5, /* not zero */ enumerator
|
D | guest_amd64_toIR.c | 1946 case AMD64CondNZ: return "ne"; /*"nz";*/ in name_AMD64Condcode() 6327 mk_amd64g_calculate_condition(AMD64CondNZ), in dis_FPU() 20762 dis_REP_op ( dres, AMD64CondNZ, dis_SCAS, sz, in dis_ESC_NONE() 21149 zbit = mk_amd64g_calculate_condition( AMD64CondNZ ); in dis_ESC_NONE()
|