From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7mzF-0003FN-VF for qemu-devel@nongnu.org; Wed, 24 Jun 2015 11:53:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7mzC-0003tF-N2 for qemu-devel@nongnu.org; Wed, 24 Jun 2015 11:53:17 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:27556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7mzC-0003t3-Ha for qemu-devel@nongnu.org; Wed, 24 Jun 2015 11:53:14 -0400 Message-ID: <558AD268.8020803@imgtec.com> Date: Wed, 24 Jun 2015 16:53:12 +0100 From: Yongbok Kim MIME-Version: 1.0 References: <1435073928-21830-1-git-send-email-yongbok.kim@imgtec.com> <1435073928-21830-7-git-send-email-yongbok.kim@imgtec.com> <20150624122850.GC15630@aurel32.net> <558ABDA0.2090505@imgtec.com> <20150624145952.GC27653@aurel32.net> <20150624152445.GG19635@aurel32.net> In-Reply-To: <20150624152445.GG19635@aurel32.net> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 06/15] target-mips: raise RI exceptions when FIR.PS = 0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: leon.alrae@imgtec.com, qemu-devel@nongnu.org > Or probably even better: > > ctx.ps = ((env->active_fpu.fcr0 >> FCR0_PS) & 1) || > (ctx->insn_flags & (INSN_LOONGSON2E | INSN_LOONGSON2F)) > Yes that is good. I will send updated version soon. Regards, Yongbok