From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7LdE-0004P5-1i for qemu-devel@nongnu.org; Tue, 23 Jun 2015 06:40:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7LdA-0003v1-Pr for qemu-devel@nongnu.org; Tue, 23 Jun 2015 06:40:43 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:34057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7LdA-0003s6-Ju for qemu-devel@nongnu.org; Tue, 23 Jun 2015 06:40:40 -0400 Message-ID: <55893799.707@imgtec.com> Date: Tue, 23 Jun 2015 11:40:25 +0100 From: Leon Alrae MIME-Version: 1.0 References: <1434731138-4918-1-git-send-email-yongbok.kim@imgtec.com> <1434731138-4918-10-git-send-email-yongbok.kim@imgtec.com> In-Reply-To: <1434731138-4918-10-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 09/15] target-mips: microMIPS32 R6 branches and jumps 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: > add new microMIPS32 Release 6 branch and jump instructions. > > Signed-off-by: Yongbok Kim > --- > target-mips/translate.c | 242 +++++++++++++++++++++++++++++++++++++++-------- > 1 files changed, 202 insertions(+), 40 deletions(-) Reviewed-by: Leon Alrae