Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_helpers.c839 case AMD64CondZ: /* ZF == 1 */ in amd64g_calculate_condition()
988 if (isU64(cc_op, AMD64G_CC_OP_ADDQ) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1061 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1188 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1292 if (isU64(cc_op, AMD64G_CC_OP_SUBW) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1350 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1405 if (isU64(cc_op, AMD64G_CC_OP_LOGICQ) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1431 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1476 if (isU64(cc_op, AMD64G_CC_OP_LOGICW) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1493 if (isU64(cc_op, AMD64G_CC_OP_LOGICB) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
[all …]
Dguest_amd64_defs.h540 AMD64CondZ = 4, /* zero */ enumerator
Dguest_amd64_toIR.c1938 case AMD64CondZ: return "e"; /*"z";*/ in name_AMD64Condcode()
6105 mk_amd64g_calculate_condition(AMD64CondZ), in dis_FPU()
8372 assign( cond, mk_amd64g_calculate_condition(AMD64CondZ) ); in dis_cmpxchg_G_E()
8389 assign( cond, mk_amd64g_calculate_condition(AMD64CondZ) ); in dis_cmpxchg_G_E()
8412 assign( cond, mk_amd64g_calculate_condition(AMD64CondZ) ); in dis_cmpxchg_G_E()
20255 dis_REP_op ( dres, AMD64CondZ, dis_CMPS, sz, in dis_ESC_NONE()
20314 dis_REP_op ( dres, AMD64CondZ, dis_SCAS, sz, in dis_ESC_NONE()
20674 zbit = mk_amd64g_calculate_condition( AMD64CondZ ); in dis_ESC_NONE()