qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 17/37] target/i386: provide 3-operand versions of unary scala


From: Richard Henderson
Subject: Re: [PATCH 17/37] target/i386: provide 3-operand versions of unary scalar helpers
Date: Mon, 12 Sep 2022 12:14:43 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

On 9/12/22 00:03, Paolo Bonzini wrote:
Compared to Paul's implementation, the new decoder will use a different approach
to implement AVX's merging of dst with src1 on scalar operations.  Adjust the
old SSE decoder to be compatible with new-style helpers.

The affected instructions are CVTSx2Sx, ROUNDSx, RSQRTSx, SQRTSx, RCPSx.

Signed-off-by: Paolo Bonzini<pbonzini@redhat.com>
---
  target/i386/ops_sse.h        | 48 ++++++++++++++++++++++++++++++------
  target/i386/ops_sse_header.h | 16 ++++++------
  target/i386/tcg/translate.c  | 22 ++++++++++-------
  3 files changed, 61 insertions(+), 25 deletions(-)

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

r~



reply via email to

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