From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKwgQ-0000nt-VD for qemu-devel@nongnu.org; Wed, 27 Mar 2013 16:10:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKwgO-0002wg-5s for qemu-devel@nongnu.org; Wed, 27 Mar 2013 16:10:54 -0400 Received: from mail-ob0-x234.google.com ([2607:f8b0:4003:c01::234]:64948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKwgN-0002wb-NX for qemu-devel@nongnu.org; Wed, 27 Mar 2013 16:10:52 -0400 Received: by mail-ob0-f180.google.com with SMTP id wo10so6138059obc.25 for ; Wed, 27 Mar 2013 13:10:51 -0700 (PDT) Sender: Richard Henderson Message-ID: <51535246.7060507@twiddle.net> Date: Wed, 27 Mar 2013 13:10:46 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1364324502-9124-1-git-send-email-aurelien@aurel32.net> <1364324502-9124-5-git-send-email-aurelien@aurel32.net> In-Reply-To: <1364324502-9124-5-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 04/10] target-i386: SSE4.2: fix pcmpXstrm instructions 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: > pcmpXstrm instructions returns their result in the XMM0 register and > not in the first operand. > > Signed-off-by: Aurelien Jarno > --- > target-i386/ops_sse.h | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) Reviewed-by: Richard Henderson r~