From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7Qs7-0005yP-34 for qemu-devel@nongnu.org; Tue, 23 Jun 2015 12:16:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7Qs4-0003OF-7f for qemu-devel@nongnu.org; Tue, 23 Jun 2015 12:16:27 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:20557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7Qs4-0003Nr-2N for qemu-devel@nongnu.org; Tue, 23 Jun 2015 12:16:24 -0400 Message-ID: <55898657.3070100@imgtec.com> Date: Tue, 23 Jun 2015 17:16:23 +0100 From: Leon Alrae MIME-Version: 1.0 References: <1435073928-21830-1-git-send-email-yongbok.kim@imgtec.com> <1435073928-21830-15-git-send-email-yongbok.kim@imgtec.com> In-Reply-To: <1435073928-21830-15-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 14/15] target-mips: microMIPS32 R6 POOL16{A, 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: > microMIPS32 Release 6 POOL16A/ POOL16C instructions > > Signed-off-by: Yongbok Kim > --- > target-mips/translate.c | 122 +++++++++++++++++++++++++++++++++++++++++------ > 1 files changed, 107 insertions(+), 15 deletions(-) Reviewed-by: Leon Alrae