]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/tricore: Expand TCG helpers for 32-bit target
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 10 Oct 2025 03:29:17 +0000 (05:29 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:52 +0000 (17:07 +0200)
commit4f08815467e5cfbd3f117f34b11da1beb613b775
treecb42e33146dde6d561514af16745d5859ac8a137
parentf30c8aa229da11b40eb3a2e696e7e79d639c21fd
target/tricore: Expand TCG helpers for 32-bit target

The TriCore target is only built as 32-bit:

  $ git grep TARGET_LONG_BITS configs/targets/tricore-*
  configs/targets/tricore-softmmu.mak:2:TARGET_LONG_BITS=32

Therefore tcg_FOO_tl() always expands to tcg_FOO_i32().

This is a mechanical replacement.

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