qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH 1/6] target/arm: Use hswap_i32() in VREV/SMLAD opcodes


From: Richard Henderson
Subject: Re: [PATCH 1/6] target/arm: Use hswap_i32() in VREV/SMLAD opcodes
Date: Tue, 22 Aug 2023 07:59:26 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 8/22/23 04:01, Philippe Mathieu-Daudé wrote:
Commit 46be8425ff ("tcg: Implement tcg_gen_{h,w}swap_{i32,i64}")
introduced the generic hswap_i32(). Use it instead of open-coding
it as gen_swap_half().

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  target/arm/tcg/translate-a32.h  | 6 ------
  target/arm/tcg/translate-neon.c | 4 ++--
  target/arm/tcg/translate.c      | 4 ++--
  3 files changed, 4 insertions(+), 10 deletions(-)

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


r~



reply via email to

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