On 31/5/23 06:03, Richard Henderson wrote:
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.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
include/tcg/tcg-op-gvec-common.h | 426 +++++++++++++++++++++++++++++
include/tcg/tcg-op-gvec.h | 444 +------------------------------
tcg/tcg-op-gvec.c | 2 +-
3 files changed, 437 insertions(+), 435 deletions(-)
create mode 100644 include/tcg/tcg-op-gvec-common.h
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>