From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXoZB-0000sM-Qf for qemu-devel@nongnu.org; Fri, 04 Sep 2015 06:49:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXoZ8-0007YO-Fs for qemu-devel@nongnu.org; Fri, 04 Sep 2015 06:49:57 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:35566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXoZ8-0007YH-AF for qemu-devel@nongnu.org; Fri, 04 Sep 2015 06:49:54 -0400 Message-ID: <55E97750.8030608@imgtec.com> Date: Fri, 4 Sep 2015 11:49:52 +0100 From: Leon Alrae MIME-Version: 1.0 References: <1441234214-25173-1-git-send-email-rth@twiddle.net> <1441234214-25173-3-git-send-email-rth@twiddle.net> In-Reply-To: <1441234214-25173-3-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 2/2] target-mips: Use tcg_gen_extrh_i64_i32 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , qemu-devel@nongnu.org Cc: aurelien@aurel32.net On 02/09/2015 23:50, Richard Henderson wrote: > We can tidy gen_load_fpr32h, as well as introduce a helper > to cleanup the MACC instructions. > > Signed-off-by: Richard Henderson > --- > target-mips/translate.c | 48 ++++++++++++++++++++++-------------------------- > 1 file changed, 22 insertions(+), 26 deletions(-) Reviewed-by: Leon Alrae