]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.c
tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 29 Mar 2023 01:17:24 +0000 (18:17 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 5 Jun 2023 19:04:28 +0000 (12:04 -0700)
commitad3d0e4d5dcbd3dd43686b23ce4dd33d921b40df
tree6ede774d4c060d0151bd9ed612b6cb589e8de89a
parentf15f8935b0ca829f612aeb7e9229508c19819b84
tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h

Create tcg/tcg-op-common.h, moving everything that does not concern
TARGET_LONG_BITS or TCGv.  Adjust tcg/*.c to use the new header
instead of tcg-op.h, in preparation for compiling tcg/ only once.

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