From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKwqG-0005jX-Ov for qemu-devel@nongnu.org; Wed, 27 Mar 2013 16:21:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKwqD-0007aF-NR for qemu-devel@nongnu.org; Wed, 27 Mar 2013 16:21:04 -0400 Received: from mail-ob0-x22b.google.com ([2607:f8b0:4003:c01::22b]:39146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKwqD-0007Zz-Jt for qemu-devel@nongnu.org; Wed, 27 Mar 2013 16:21:01 -0400 Received: by mail-ob0-f171.google.com with SMTP id x4so8603845obh.30 for ; Wed, 27 Mar 2013 13:21:01 -0700 (PDT) Sender: Richard Henderson Message-ID: <515354A8.7090900@twiddle.net> Date: Wed, 27 Mar 2013 13:20:56 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1364324502-9124-1-git-send-email-aurelien@aurel32.net> <1364324502-9124-9-git-send-email-aurelien@aurel32.net> In-Reply-To: <1364324502-9124-9-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 08/10] target-i386: SSE4.2: fix pcmpXstrX instructions with "Masked(-)" polarity List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 03/26/2013 12:01 PM, Aurelien Jarno wrote: > valids can equals to -1 if the reg/mem string is empty. Change the > expression to have an empty xor mask in that case. > > Signed-off-by: Aurelien Jarno > --- > target-i386/ops_sse.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Richard Henderson r~