OSDN Git Service

target/arm: Use tcg_gen_gvec_bitsel for trans_SEL_pppp
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 28 Aug 2020 09:02:48 +0000 (10:02 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Aug 2020 09:02:48 +0000 (10:02 +0100)
commitd4bc623254b55e2f9613c9450216fa7e50c03929
tree28034720a988b24fe3be60dd597c664d04eca3bf
parentdd81a8d7cf5c90963603806e58a217bbe759f75e
target/arm: Use tcg_gen_gvec_bitsel for trans_SEL_pppp

The gvec operation was added after the initial implementation
of the SEL instruction and was missed in the conversion.

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