tcg: Add insn_start_words to TCGContext
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 Apr 2023 04:30:31 +0000 (21:30 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 5 Jun 2023 19:04:29 +0000 (12:04 -0700)
commit747bd69d0f6d278923c50a3be6dd9b85e5dfd603
treec1cf6d6c2bd3aa031a1ca8bf8fb124e07f3df332
parente03291cd9a9f511a70a9164bbe8673ed1e9de360
tcg: Add insn_start_words to TCGContext

This will enable replacement of TARGET_INSN_START_WORDS in tcg.c.
Split out "tcg/insn-start-words.h" and use it in target/.

Reviewed-by: Anton Johansson <anjo@rev.ng>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/perf.c
accel/tcg/translate-all.c
include/tcg/insn-start-words.h [new file with mode: 0644]
include/tcg/tcg-op.h
include/tcg/tcg-opc.h
include/tcg/tcg.h
target/i386/helper.c
target/openrisc/sys_helper.c
tcg/tcg.c