Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_amd64_helpers.c760 case AMD64CondZ: /* ZF == 1 */ in amd64g_calculate_condition()
909 if (isU64(cc_op, AMD64G_CC_OP_ADDQ) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
919 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
968 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1052 if (isU64(cc_op, AMD64G_CC_OP_SUBW) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1079 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1132 if (isU64(cc_op, AMD64G_CC_OP_LOGICQ) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1158 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1203 if (isU64(cc_op, AMD64G_CC_OP_LOGICW) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1220 if (isU64(cc_op, AMD64G_CC_OP_LOGICB) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
[all …]
Dguest_amd64_defs.h518 AMD64CondZ = 4, /* zero */ enumerator
Dguest_amd64_toIR.c1900 case AMD64CondZ: return "e"; /*"z";*/ in name_AMD64Condcode()
5755 mk_amd64g_calculate_condition(AMD64CondZ)), in dis_FPU()
7991 assign( cond8, unop(Iop_1Uto8, mk_amd64g_calculate_condition(AMD64CondZ)) ); in dis_cmpxchg_G_E()
8008 assign( cond8, unop(Iop_1Uto8, mk_amd64g_calculate_condition(AMD64CondZ)) ); in dis_cmpxchg_G_E()
8031 assign( cond8, unop(Iop_1Uto8, mk_amd64g_calculate_condition(AMD64CondZ)) ); in dis_cmpxchg_G_E()
18901 dis_REP_op ( dres, AMD64CondZ, dis_CMPS, sz, in dis_ESC_NONE()
18960 dis_REP_op ( dres, AMD64CondZ, dis_SCAS, sz, in dis_ESC_NONE()
19282 zbit = mk_amd64g_calculate_condition( AMD64CondZ ); in dis_ESC_NONE()