]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/openrisc: Inline tcg_gen_trunc_i64_tl()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 8 Oct 2025 07:32:05 +0000 (09:32 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:28 +0000 (17:07 +0200)
commit500708331e3f0c856270c14d836c79fcc65bdfde
tree9e670b999f5a9c7ec9e900f055095e2439463eff
parent4f6c60683f2033dd9177ca0bf1299ffea1c07dd9
target/openrisc: Inline tcg_gen_trunc_i64_tl()

The OpenRISC targets are only built as 32-bit, so tcg_gen_trunc_i64_tl
expands to tcg_gen_extrl_i64_i32(). Use the latter to simplify the
next commit mechanical change.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20251010070702.51484-13-philmd@linaro.org>
target/openrisc/translate.c