Re: [PATCH v2 33/37] target/i386: implement VLDMXCSR/VSTMXCSR

2022-09-24 Thread Richard Henderson
On 9/20/22 17:25, Paolo Bonzini wrote: These are exactly the same as the non-VEX version, but one has to be careful that only VEX.L=0 is allowed. Signed-off-by: Paolo Bonzini --- target/i386/tcg/decode-new.c.inc | 25 + target/i386/tcg/emit.c.inc | 20 +++

[PATCH v2 33/37] target/i386: implement VLDMXCSR/VSTMXCSR

2022-09-20 Thread Paolo Bonzini
These are exactly the same as the non-VEX version, but one has to be careful that only VEX.L=0 is allowed. Signed-off-by: Paolo Bonzini --- target/i386/tcg/decode-new.c.inc | 25 + target/i386/tcg/emit.c.inc | 20 2 files changed, 45 insertions(