tcg: Split tcg/tcg-op-gvec.h
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 Apr 2023 17:15:11 +0000 (10:15 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 5 Jun 2023 19:04:29 +0000 (12:04 -0700)
commit447ca1cbfaddd73a0b0a3a18b1dab993f9066249
tree80bb77b24985da8e1d8e426ed721ff43d5d12326
parent3a80bde37b15593a4ed2a045b6d2412b4aa970e9
tcg: Split tcg/tcg-op-gvec.h

Create tcg/tcg-op-gvec-common.h, moving everything that does not
concern TARGET_LONG_BITS.  Adjust tcg-op-gvec.c to use the new header.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/tcg/tcg-op-gvec-common.h [new file with mode: 0644]
include/tcg/tcg-op-gvec.h
tcg/tcg-op-gvec.c