|
From: | Richard Henderson |
Subject: | Re: [PATCH 11/21] target/arm: Make gen_swap_half() take separate src and dest |
Date: | Fri, 19 Jun 2020 16:33:42 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 |
On 6/16/20 10:08 AM, Peter Maydell wrote: > Make gen_swap_half() take a source and destination TCGv_i32 rather > than modifying the input TCGv_i32; we're going to want to be able to > use it with the more flexible function signature, and this also > brings it into line with other functions like gen_rev16() and > gen_revsh(). > > Signed-off-by: Peter Maydell <peter.maydell@linaro.org> > --- > target/arm/translate-neon.inc.c | 2 +- > target/arm/translate.c | 10 +++++----- > 2 files changed, 6 insertions(+), 6 deletions(-) Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |