target/i386: implement VLDMXCSR/VSTMXCSR
commit57f6bba023d8ed60ee1ab9e91aef34f28a173447
authorPaolo Bonzini <pbonzini@redhat.com>
Sun, 11 Sep 2022 11:22:32 +0000 (11 13:22 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Oct 2022 11:58:05 +0000 (18 13:58 +0200)
tree7a1bb3f130cc4c260bad811d927bf25a4523725c
parent892544317fe1f6a181e47c44307a38ba42fcdd18
target/i386: implement VLDMXCSR/VSTMXCSR

These are exactly the same as the non-VEX version, but one has to be careful
that only VEX.L=0 is allowed.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/decode-new.c.inc
target/i386/tcg/emit.c.inc