Re: [Qemu-devel] [PATCH 04/10] target-i386: SSE4.2: fix pcmpXstrm instructions

2013-03-27 Thread Richard Henderson
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

[Qemu-devel] [PATCH 04/10] target-i386: SSE4.2: fix pcmpXstrm instructions

2013-03-26 Thread Aurelien Jarno
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(-) diff --git a/target-i386/ops_sse.h b/target-i386/ops_sse.h index 0667c8