Re: [PATCH 1/3] target/loongarch: Enable rotr.w/rotri.w for LoongArch32

2024-12-23 Thread Jiaxun Yang
在2024年12月23日十二月 下午12:46,Philippe Mathieu-Daudé写道: > On 23/12/24 00:40, Jiaxun Yang wrote: >> As per "LoongArch Reference Manual Volume 1: Basic Architecture" v1.1.0, >> "2.2 Table 2. Application-level basic integer instructions in LA32", >> rotr.w and rotri.w is a part of LA32 basic integer inst

[PATCH 1/3] target/loongarch: Enable rotr.w/rotri.w for LoongArch32

2024-12-22 Thread Jiaxun Yang
As per "LoongArch Reference Manual Volume 1: Basic Architecture" v1.1.0, "2.2 Table 2. Application-level basic integer instructions in LA32", rotr.w and rotri.w is a part of LA32 basic integer instructions. Make it available to ALL. Signed-off-by: Jiaxun Yang --- target/loongarch/tcg/insn_trans