qemu/target/loongarch/tcg/insn_trans
Song Gao 77642f92c0 target/loongarch: Fix qemu-loongarch64 hang when executing 'll.d $t0, $t0, 0'
On gen_ll, if a->imm is zero, make_address_x return src1,
but the load to destination may clobber src1. We use a new
destination to fix this problem.

Fixes: c5af6628f4 (target/loongarch: Extract make_address_i() helper)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20240320013955.1561311-1-gaosong@loongson.cn>
2024-03-20 10:20:08 +08:00
..
trans_arith.c.inc
trans_atomic.c.inc target/loongarch: Fix qemu-loongarch64 hang when executing 'll.d $t0, $t0, 0' 2024-03-20 10:20:08 +08:00
trans_bit.c.inc
trans_branch.c.inc
trans_extra.c.inc
trans_farith.c.inc
trans_fcmp.c.inc
trans_fcnv.c.inc
trans_fmemory.c.inc
trans_fmov.c.inc
trans_memory.c.inc
trans_privileged.c.inc
trans_shift.c.inc
trans_vec.c.inc