]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/tricore: Inline tcg_gen_ld32u_tl()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 10 Oct 2025 03:27:59 +0000 (05:27 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:52 +0000 (17:07 +0200)
commitf30c8aa229da11b40eb3a2e696e7e79d639c21fd
tree1e2d926d91a07e9f904ce3c7d60d18370e04e66c
parent6b2e4fcb836cdd4b770086db03e07d0ff93f9612
target/tricore: Inline tcg_gen_ld32u_tl()

The TriCore target is only built as 32-bit, so tcg_gen_ld32u_tl()
expands to tcg_gen_ld_i32(). Use the latter to simplify the next
commit mechanical change.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20251010052141.42460-9-philmd@linaro.org>
target/tricore/translate.c