From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4six-0005cH-LE for qemu-devel@nongnu.org; Tue, 16 Jun 2015 11:24:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4sit-0003zj-EZ for qemu-devel@nongnu.org; Tue, 16 Jun 2015 11:24:27 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:56849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4sis-0003xK-NV for qemu-devel@nongnu.org; Tue, 16 Jun 2015 11:24:23 -0400 Message-ID: <55803FA0.7080309@imgtec.com> Date: Tue, 16 Jun 2015 16:24:16 +0100 From: Leon Alrae MIME-Version: 1.0 References: <1434117743-53520-1-git-send-email-yongbok.kim@imgtec.com> <1434117743-53520-9-git-send-email-yongbok.kim@imgtec.com> In-Reply-To: <1434117743-53520-9-git-send-email-yongbok.kim@imgtec.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 08/13] target-mips: microMIPS32 R6 POOL32A{XF} 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 12/06/2015 15:02, Yongbok Kim wrote: > + case R6_LWXS: > + check_insn(ctx, ISA_MIPS32R6); > + gen_ldxs(ctx, rs, rt, rd); > + break; According to the manual LWXS is removed, not recoded. Otherwise, Reviewed-by: Leon Alrae