Searched refs:AMD64CondNZ (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | guest_amd64_helpers.c | 838 case AMD64CondNZ: in amd64g_calculate_condition() 1003 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() 1064 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() 1148 if (isU64(cc_op, AMD64G_CC_OP_SUBW) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() 1175 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() 1226 if (isU64(cc_op, AMD64G_CC_OP_LOGICQ) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() 1254 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() 1299 if (isU64(cc_op, AMD64G_CC_OP_LOGICW) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() 1315 if (isU64(cc_op, AMD64G_CC_OP_LOGICB) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() 1376 if (isU64(cc_op, AMD64G_CC_OP_DECW) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() [all …]
|
D | guest_amd64_defs.h | 538 AMD64CondNZ = 5, /* not zero */ enumerator
|
D | guest_amd64_toIR.c | 1939 case AMD64CondNZ: return "ne"; /*"nz";*/ in name_AMD64Condcode() 6270 mk_amd64g_calculate_condition(AMD64CondNZ), in dis_FPU() 20289 dis_REP_op ( dres, AMD64CondNZ, dis_SCAS, sz, in dis_ESC_NONE() 20664 zbit = mk_amd64g_calculate_condition( AMD64CondNZ ); in dis_ESC_NONE()
|