qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/2] target/i386: generalize operand size "ph" for use in CVT


From: Richard Henderson
Subject: Re: [PATCH 1/2] target/i386: generalize operand size "ph" for use in CVTPS2PD
Date: Tue, 29 Aug 2023 10:32:56 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 8/29/23 09:53, Paolo Bonzini wrote:
CVTPS2PD only loads a half-register for memory, like CVTPH2PS.  It can
reuse the "ph" packed half-precision size to load a half-register,
but rename it to "xh" because it is now a variation of "x" (it is not
used only for half-precision values).

Cc:qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini<pbonzini@redhat.com>
---
  target/i386/tcg/decode-new.c.inc | 6 +++---
  target/i386/tcg/decode-new.h     | 2 +-
  2 files changed, 4 insertions(+), 4 deletions(-)

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

r~



reply via email to

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