Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_helpers.c867 case AMD64CondZ: /* ZF == 1 */ in amd64g_calculate_condition()
1053 if (isU64(cc_op, AMD64G_CC_OP_ADDQ) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1126 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1253 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1357 if (isU64(cc_op, AMD64G_CC_OP_SUBW) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1443 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1498 if (isU64(cc_op, AMD64G_CC_OP_LOGICQ) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1524 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1569 if (isU64(cc_op, AMD64G_CC_OP_LOGICW) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1586 if (isU64(cc_op, AMD64G_CC_OP_LOGICB) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
[all …]
Dguest_amd64_defs.h561 AMD64CondZ = 4, /* zero */ enumerator
Dguest_amd64_toIR.c1955 case AMD64CondZ: return "e"; /*"z";*/ in name_AMD64Condcode()
6271 mk_amd64g_calculate_condition(AMD64CondZ), in dis_FPU()
8523 assign( cond, mk_amd64g_calculate_condition(AMD64CondZ) ); in dis_cmpxchg_G_E()
8540 assign( cond, mk_amd64g_calculate_condition(AMD64CondZ) ); in dis_cmpxchg_G_E()
8563 assign( cond, mk_amd64g_calculate_condition(AMD64CondZ) ); in dis_cmpxchg_G_E()
20852 dis_REP_op ( dres, AMD64CondZ, dis_CMPS, sz, in dis_ESC_NONE()
20911 dis_REP_op ( dres, AMD64CondZ, dis_SCAS, sz, in dis_ESC_NONE()
21283 zbit = mk_amd64g_calculate_condition( AMD64CondZ ); in dis_ESC_NONE()