From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dCyIQ-00074D-8p for qemu-devel@nongnu.org; Mon, 22 May 2017 21:07:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dCyIP-0004bY-Fg for qemu-devel@nongnu.org; Mon, 22 May 2017 21:07:34 -0400 Received: from mail-qk0-x243.google.com ([2607:f8b0:400d:c09::243]:36432) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dCyIP-0004bQ-AS for qemu-devel@nongnu.org; Mon, 22 May 2017 21:07:33 -0400 Received: by mail-qk0-x243.google.com with SMTP id y128so21234528qka.3 for ; Mon, 22 May 2017 18:07:33 -0700 (PDT) Sender: Richard Henderson References: <20170516230159.4195-1-aurelien@aurel32.net> <20170516230159.4195-5-aurelien@aurel32.net> From: Richard Henderson Message-ID: Date: Mon, 22 May 2017 18:07:29 -0700 MIME-Version: 1.0 In-Reply-To: <20170516230159.4195-5-aurelien@aurel32.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/4] target/mips: optimize WSBH, DSBH and DSHD List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , qemu-devel@nongnu.org Cc: Yongbok Kim On 05/16/2017 04:01 PM, Aurelien Jarno wrote: > Use the same mask to avoid having to load two different constants, as > suggested by Richard Henderson. > > Signed-off-by: Aurelien Jarno > --- > target/mips/translate.c | 18 ++++++++++++------ > 1 file changed, 12 insertions(+), 6 deletions(-) Reviewed-by: Richard Henderson r~