]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Make gen_swap_half() take separate src and dest
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jun 2020 17:08:34 +0000 (18:08 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 23 Jun 2020 10:39:46 +0000 (11:39 +0100)
commit8ec3de7018a8198624aae49eef5568256114a829
treeb04c84c39d816295f4ba4d96aae5552731fc9cbf
parent5de3fd045be11b74cd0fbf36c6d4fb8387d5463b
target/arm: Make gen_swap_half() take separate src and dest

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>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200616170844.13318-12-peter.maydell@linaro.org
target/arm/translate-neon.inc.c
target/arm/translate.c