From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6xD8-0006VW-9m for qemu-devel@nongnu.org; Mon, 22 Jun 2015 04:36:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6xD4-0003mO-24 for qemu-devel@nongnu.org; Mon, 22 Jun 2015 04:36:10 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:59058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6xD3-0003mE-TX for qemu-devel@nongnu.org; Mon, 22 Jun 2015 04:36:06 -0400 Message-ID: <5587C8F1.60305@imgtec.com> Date: Mon, 22 Jun 2015 09:36:01 +0100 From: Leon Alrae MIME-Version: 1.0 References: <1434731138-4918-1-git-send-email-yongbok.kim@imgtec.com> <1434731138-4918-5-git-send-email-yongbok.kim@imgtec.com> In-Reply-To: <1434731138-4918-5-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 04/15] target-mips: refactor {D}LSA, {D}ALIGN, {D}BITSWAP 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: > Refactor those instructions in order to reuse them for microMIPS32 > Release 6. > Rearrange gen_move_low32(). > > Signed-off-by: Yongbok Kim > --- > target-mips/translate.c | 166 ++++++++++++++++++++++++++++------------------- > 1 files changed, 99 insertions(+), 67 deletions(-) Reviewed-by: Leon Alrae