Lines Matching refs:AMD64CondZ
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()
1579 if (isU64(cc_op, AMD64G_CC_OP_INCW) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1589 if (isU64(cc_op, AMD64G_CC_OP_DECL) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1655 && (isU64(cond, AMD64CondZ) || isU64(cond, AMD64CondNZ))) { in guest_amd64_spechelper()
1658 UInt nnn = isU64(cond, AMD64CondZ) ? 1 : 0; in guest_amd64_spechelper()