qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Richard Henderson
Subject: Re: [PATCH 34/37] target/i386: implement VLDMXCSR/VSTMXCSR
Date: Tue, 13 Sep 2022 11:32:04 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

On 9/12/22 00:04, 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(+)

Needs to be sorted before patch 33, enabling AVX.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]