Re: [PATCH 06/11] x86emul: handle AVX512-FP16 Map6 misc insns

2022-08-10 Thread Andrew Cooper
On 15/06/2022 11:29, Jan Beulich wrote: > While, as before, this leverages that the Map6 encoding space is a very > sparse clone of the "0f38" one, switch around the simd_size overriding > for opcode 2D. This way less separate overrides are needed. Minor grammar note: fewer, not less. >

[PATCH 06/11] x86emul: handle AVX512-FP16 Map6 misc insns

2022-06-15 Thread Jan Beulich
While, as before, this leverages that the Map6 encoding space is a very sparse clone of the "0f38" one, switch around the simd_size overriding for opcode 2D. This way less separate overrides are needed. Signed-off-by: Jan Beulich --- a/tools/tests/x86_emulator/evex-disp8.c +++