target/arm: Tidy handle_vec_simd_shri
commit3f08f0bce841e7857ec98ce7909629d0c335005e
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 13 May 2020 16:32:34 +0000 (13 09:32 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 14 May 2020 14:03:08 +0000 (14 15:03 +0100)
treee16faf00abaf8e35852e20bec72321cb172044bc
parent2f27c5244db300387f15d9ffa5067a204ffd625d
target/arm: Tidy handle_vec_simd_shri

Now that we've converted all cases to gvec, there is quite a bit
of dead code at the end of the function.  Remove it.

Sink the call to gen_gvec_fn2i to the end, loading a function
pointer within the switch statement.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200513163245.17915-6-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-a64.c