]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Define INSN_START_WORDS as constant 3
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 30 Apr 2025 20:57:30 +0000 (13:57 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 1 May 2025 14:37:13 +0000 (07:37 -0700)
commite1d8fabc20adb6a766773adb4a9b5bfe93e329bb
tree55ac56827ebe1a6b9c934225374521a7c2d0ef11
parentc1be135ad5b124b08715ca836b95b738c6b9d7d4
tcg: Define INSN_START_WORDS as constant 3

Use the same value for all targets.

Rename TARGET_INSN_START_WORDS and do not depend on
TARGET_INSN_START_EXTRA_WORDS.
Remove TCGContext.insn_start_words.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c
include/tcg/insn-start-words.h
include/tcg/tcg-op.h
include/tcg/tcg-opc.h
include/tcg/tcg.h
target/i386/helper.c
target/openrisc/sys_helper.c
tcg/perf.c
tcg/tcg.c