Re: [Xen-devel] [PATCH v8 31/50] x86emul: support remaining misc AVX512{F, BW} insns

2019-06-18 Thread Jan Beulich
>>> On 18.06.19 at 18:42, wrote: > On 15/03/2019 10:58, Jan Beulich wrote: >> This completes support of AVX512BW in the insn emulator, and leaves just >> the scatter/gather ones open in the AVX512F set. >> >> Signed-off-by: Jan Beulich >> --- >> v5: New. >> --- >> TBD: The *blendm* inline functio

Re: [Xen-devel] [PATCH v8 31/50] x86emul: support remaining misc AVX512{F, BW} insns

2019-06-18 Thread Andrew Cooper
On 15/03/2019 10:58, Jan Beulich wrote: > This completes support of AVX512BW in the insn emulator, and leaves just > the scatter/gather ones open in the AVX512F set. > > Signed-off-by: Jan Beulich > --- > v5: New. > --- > TBD: The *blendm* inline functions don't reliably produce the intended >

[Xen-devel] [PATCH v8 31/50] x86emul: support remaining misc AVX512{F, BW} insns

2019-03-15 Thread Jan Beulich
This completes support of AVX512BW in the insn emulator, and leaves just the scatter/gather ones open in the AVX512F set. Signed-off-by: Jan Beulich --- v5: New. --- TBD: The *blendm* inline functions don't reliably produce the intended insns, as the respective moves are about as good a fit