OSDN Git Service

target/arm: Fix missing temp frees in do_vshll_2sh
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jun 2020 09:32:25 +0000 (10:32 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jun 2020 09:32:25 +0000 (10:32 +0100)
commit9593a3988c3e788790aa107d778386b09f456a6d
tree2ad4b8bc0e7434cdef471e0581496b78168afe6d
parent53550e81e2cafe7c03a39526b95cd21b5194d9b1
target/arm: Fix missing temp frees in do_vshll_2sh

The widenfn() in do_vshll_2sh() does not free the input 32-bit
TCGv, so we need to do this in the calling code.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
target/arm/translate-neon.inc.c