Searched refs:AMD64CondZ (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_amd64_helpers.c | 841 case AMD64CondZ: /* ZF == 1 */ in amd64g_calculate_condition() 1027 if (isU64(cc_op, AMD64G_CC_OP_ADDQ) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper() 1100 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper() 1227 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper() 1331 if (isU64(cc_op, AMD64G_CC_OP_SUBW) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper() 1389 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper() 1444 if (isU64(cc_op, AMD64G_CC_OP_LOGICQ) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper() 1470 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper() 1515 if (isU64(cc_op, AMD64G_CC_OP_LOGICW) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper() 1532 if (isU64(cc_op, AMD64G_CC_OP_LOGICB) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper() [all …]
|
D | guest_amd64_defs.h | 555 AMD64CondZ = 4, /* zero */ enumerator
|
D | guest_amd64_toIR.c | 1945 case AMD64CondZ: return "e"; /*"z";*/ in name_AMD64Condcode() 6161 mk_amd64g_calculate_condition(AMD64CondZ), in dis_FPU() 8399 assign( cond, mk_amd64g_calculate_condition(AMD64CondZ) ); in dis_cmpxchg_G_E() 8416 assign( cond, mk_amd64g_calculate_condition(AMD64CondZ) ); in dis_cmpxchg_G_E() 8439 assign( cond, mk_amd64g_calculate_condition(AMD64CondZ) ); in dis_cmpxchg_G_E() 20713 dis_REP_op ( dres, AMD64CondZ, dis_CMPS, sz, in dis_ESC_NONE() 20772 dis_REP_op ( dres, AMD64CondZ, dis_SCAS, sz, in dis_ESC_NONE() 21144 zbit = mk_amd64g_calculate_condition( AMD64CondZ ); in dis_ESC_NONE()
|