OSDN Git Service

tcg: Create tcg/tcg-temp-internal.h
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 08:45:43 +0000 (22:45 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Mar 2023 13:42:05 +0000 (06:42 -0700)
commit47f7313d817a895fcbcedebc11f757cbdfecea30
tree3e50bf174a7503c574167d224995fac535347ed3
parentdd161de75f3a5192350bf2799acd0fd2270a72ef
tcg: Create tcg/tcg-temp-internal.h

Move the tcg_temp_free_* and tcg_temp_ebb_new_* declarations
and inlines to the new header.  These are private to the
implementation, and will prevent tcg_temp_free_* from creeping
back into the guest front ends.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/plugin-gen.c
include/tcg/tcg-temp-internal.h [new file with mode: 0644]
include/tcg/tcg.h
tcg/tcg-op-gvec.c
tcg/tcg-op-vec.c
tcg/tcg-op.c
tcg/tcg.c