|
From: | Richard Henderson |
Subject: | Re: [PATCH v2 33/37] target/i386: implement VLDMXCSR/VSTMXCSR |
Date: | Sat, 24 Sep 2022 21:20:14 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 |
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<pbonzini@redhat.com> --- target/i386/tcg/decode-new.c.inc | 25 +++++++++++++++++++++++++ target/i386/tcg/emit.c.inc | 20 ++++++++++++++++++++ 2 files changed, 45 insertions(+)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |