Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_helpers.c841 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 …]
Dguest_amd64_defs.h555 AMD64CondZ = 4, /* zero */ enumerator
Dguest_amd64_toIR.c1945 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()