Re: [Qemu-devel] [PATCH] target/i386: fix phminposuw in-place operation

2017-08-11 Thread Paolo Bonzini
On 11/08/2017 16:23, Joseph Myers wrote: > The SSE4.1 phminposuw instruction finds the minimum 16-bit element in > the source vector, putting the value of that element in the low 16 > bits of the destination vector, the index of that element in the next > three bits and zeroing the rest of the

[Qemu-devel] [PATCH] target/i386: fix phminposuw in-place operation

2017-08-11 Thread Joseph Myers
The SSE4.1 phminposuw instruction finds the minimum 16-bit element in the source vector, putting the value of that element in the low 16 bits of the destination vector, the index of that element in the next three bits and zeroing the rest of the destination. The helper for this operation fills