tcg/arm: Implement TCG_TARGET_HAS_shv_vec
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 5 Sep 2020 20:13:10 +0000 (13:13 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 4 Jun 2021 18:50:11 +0000 (11:50 -0700)
commit31d366390cc4316e55362d40cfc52542d6eea5ab
tree0e01e20a6e7375c9a0dee9177925022d0af0b8cc
parentf2b46c7162f86b05bbc05f1728b1d2a0e6a9e457
tcg/arm: Implement TCG_TARGET_HAS_shv_vec

The three vector shift by vector operations are all implemented via
expansion.  Therefore do not actually set TCG_TARGET_HAS_shv_vec,
as none of shlv_vec, shrv_vec, sarv_vec may actually appear in the
instruction stream, and therefore also do not appear in tcg_target_op_def.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/arm/tcg-target.c.inc
tcg/arm/tcg-target.opc.h