Lines Matching refs:X86CondZ
664 case X86CondZ: /* ZF == 1 */ in x86g_calculate_condition()
849 if (isU32(cc_op, X86G_CC_OP_ADDL) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
859 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
950 if (isU32(cc_op, X86G_CC_OP_SUBW) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
967 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
1021 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
1068 if (isU32(cc_op, X86G_CC_OP_LOGICW) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
1085 if (isU32(cc_op, X86G_CC_OP_LOGICB) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
1124 if (isU32(cc_op, X86G_CC_OP_DECL) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
1136 if (isU32(cc_op, X86G_CC_OP_DECW) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
1146 if (isU32(cc_op, X86G_CC_OP_INCW) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
1157 if (isU32(cc_op, X86G_CC_OP_SHRL) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
1213 && (isU32(cond, X86CondZ) || isU32(cond, X86CondNZ))) { in guest_x86_spechelper()
1216 UInt nnn = isU32(cond, X86CondZ) ? 1 : 0; in guest_x86_spechelper()