Re: [Xen-devel] [PATCH v5 01/17] x86emul: MMX/SSEn support

2017-03-07 Thread Andrew Cooper
On 03/03/17 14:56, Jan Beulich wrote: > This aims at covering most MMX/SSEn/AVX instructions in the 0x0f-escape > space with memory operands. Not covered here are irregular moves, > converts, and {,U}COMIS{S,D} (modifying EFLAGS). > > Note that the distinction between simd_*_fp isn't strictly neede

[Xen-devel] [PATCH v5 01/17] x86emul: MMX/SSEn support

2017-03-03 Thread Jan Beulich
This aims at covering most MMX/SSEn/AVX instructions in the 0x0f-escape space with memory operands. Not covered here are irregular moves, converts, and {,U}COMIS{S,D} (modifying EFLAGS). Note that the distinction between simd_*_fp isn't strictly needed, but I've kept them as separate entries since