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>
Showing
- include/tcg/tcg-op-common.h 996 additions, 0 deletionsinclude/tcg/tcg-op-common.h
- include/tcg/tcg-op.h 4 additions, 1000 deletionsinclude/tcg/tcg-op.h
- tcg/optimize.c 1 addition, 1 deletiontcg/optimize.c
- tcg/tcg-op-gvec.c 1 addition, 1 deletiontcg/tcg-op-gvec.c
- tcg/tcg-op-ldst.c 1 addition, 1 deletiontcg/tcg-op-ldst.c
- tcg/tcg-op-vec.c 1 addition, 1 deletiontcg/tcg-op-vec.c
- tcg/tcg-op.c 1 addition, 1 deletiontcg/tcg-op.c
- tcg/tcg.c 1 addition, 1 deletiontcg/tcg.c
- tcg/tci.c 1 addition, 2 deletionstcg/tci.c
Loading
Please register or sign in to comment