tcg: Replace TCGOP_VECL with TCGOP_TYPE
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 3 Jan 2025 03:43:06 +0000 (19:43 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 17 Jan 2025 04:57:16 +0000 (20:57 -0800)
commit4d8722183932d9502e405ae86b1889e1d8a475e5
tree5ac6b68ac3b1b48e1b497f535ddf92fcd800d485
parent125f97925d69aad22cf766aa1f7eac63707800d8
tcg: Replace TCGOP_VECL with TCGOP_TYPE

In the replacement, drop the TCGType - TCG_TYPE_V64 adjustment,
except for the call to tcg_out_vec_op.  Pass type to tcg_gen_op[1-6],
so that all integer opcodes gain the type.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
docs/devel/tcg-ops.rst
include/tcg/tcg.h
tcg/optimize.c
tcg/tcg-internal.h
tcg/tcg-op-ldst.c
tcg/tcg-op-vec.c
tcg/tcg-op.c
tcg/tcg.c