]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Split out gen_lxl
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 26 Feb 2023 03:28:36 +0000 (17:28 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Mar 2023 13:44:37 +0000 (06:44 -0700)
commit990c162e672dfadac7b4b3420c8fe08d88d13a3f
tree39895b34ffee6c3fdb6c4b81326802f2f2756de0
parent1852ce5a701f0c781ba2b861ee75fd2dd68d6797
target/mips: Split out gen_lxl

Common subroutine for LDL and LWL.
Use tcg_constant_tl instead of tcg_const_tl and t2.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/mips/tcg/translate.c