Re: [PATCH v2] target/loongarch: Remove avail_64 in trans_srai_w() and simplify it

2024-07-09 Thread Feiyang Chen
ping https://lore.kernel.org/qemu-devel/20240628033357.50027-1-chris.chenfeiy...@gmail.com/ On Fri, Jun 28, 2024 at 1:34 PM Feiyang Chen wrote: > > Since srai.w is a valid instruction on la32, remove the avail_64 check > and simplify trans_srai_w(). > > Fixes: c0c0461e3a06 (&q

[PATCH v2] target/loongarch: Remove avail_64 in trans_srai_w() and simplify it

2024-06-27 Thread Feiyang Chen
Since srai.w is a valid instruction on la32, remove the avail_64 check and simplify trans_srai_w(). Fixes: c0c0461e3a06 ("target/loongarch: Add avail_64 to check la64-only instructions") Reviewed-by: Richard Henderson Signed-off-by: Feiyang Chen --- target/loongarch/tcg/

[PATCH] target/loongarch: Remove avail_64 in trans_srai_w()

2024-06-17 Thread Feiyang Chen
Since srai.w is a valid instruction on la32, simply remove the avail_64 check. Fixes: c0c0461e3a06 ("target/loongarch: Add avail_64 to check la64-only instructions") Signed-off-by: Feiyang Chen --- target/loongarch/tcg/insn_trans/trans_shift.c.inc | 4 1 file changed, 4 deletion