From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6yEb-0008No-Q9 for qemu-devel@nongnu.org; Mon, 22 Jun 2015 05:41:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6yEW-0000tf-Ra for qemu-devel@nongnu.org; Mon, 22 Jun 2015 05:41:45 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:43506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6yEW-0000su-Lt for qemu-devel@nongnu.org; Mon, 22 Jun 2015 05:41:40 -0400 Message-ID: <5587D84F.7050908@imgtec.com> Date: Mon, 22 Jun 2015 10:41:35 +0100 From: Leon Alrae MIME-Version: 1.0 References: <1434731138-4918-1-git-send-email-yongbok.kim@imgtec.com> <1434731138-4918-7-git-send-email-yongbok.kim@imgtec.com> In-Reply-To: <1434731138-4918-7-git-send-email-yongbok.kim@imgtec.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 06/15] target-mips: raise RI exceptions when FIR.PS = 0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yongbok Kim , qemu-devel@nongnu.org Cc: aurelien@aurel32.net On 19/06/2015 17:25, Yongbok Kim wrote: > 64-bit paired-single (PS) floating point data type could not be > implemented in the pre-Release 6. > It has to raise RI exception when PS type is not implemented. (FIR.PS = 0) > (The PS data type is removed in the Release 6.) > > Signed-off-by: Yongbok Kim > --- > target-mips/translate.c | 77 +++++++++++++++++++++++++++-------------------- > 1 files changed, 44 insertions(+), 33 deletions(-) Reviewed-by: Leon Alrae