On 10/9/25 22:21, Philippe Mathieu-Daudé wrote:
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é<phi...@linaro.org>
---
target/tricore/translate.c | 2595 ++++++++++++++++++------------------
1 file changed, 1298 insertions(+), 1297 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~