From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7Qrx-0005jG-TY for qemu-devel@nongnu.org; Tue, 23 Jun 2015 12:16:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7Qrv-0003Kd-6W for qemu-devel@nongnu.org; Tue, 23 Jun 2015 12:16:17 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:29784) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7Qrv-0003K9-0K for qemu-devel@nongnu.org; Tue, 23 Jun 2015 12:16:15 -0400 Message-ID: <55898646.8030509@imgtec.com> Date: Tue, 23 Jun 2015 17:16:06 +0100 From: Leon Alrae MIME-Version: 1.0 References: <1435073928-21830-1-git-send-email-yongbok.kim@imgtec.com> <1435073928-21830-13-git-send-email-yongbok.kim@imgtec.com> In-Reply-To: <1435073928-21830-13-git-send-email-yongbok.kim@imgtec.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 12/15] target-mips: microMIPS32 R6 POOL32{I, C} instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yongbok Kim , qemu-devel@nongnu.org Cc: aurelien@aurel32.net On 23/06/2015 16:38, Yongbok Kim wrote: > add new microMIPS32 Release 6 POOL32I/POOL32C type instructions > > Signed-off-by: Yongbok Kim > --- > target-mips/translate.c | 27 +++++++++++++++++++++------ > 1 files changed, 21 insertions(+), 6 deletions(-) Reviewed-by: Leon Alrae