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.mayd...@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.hender...@linaro.org> r~