Re: [PATCH v1 26/43] target/loongarch: Add LoongArch IOCSR instruction

2022-04-15 Thread Richard Henderson
On 4/15/22 02:40, Xiaojuan Yang wrote: +static bool trans_iocsrrd_b(DisasContext *ctx, arg_iocsrrd_b *a) +static bool trans_iocsrrd_h(DisasContext *ctx, arg_iocsrrd_h *a) +static bool trans_iocsrrd_w(DisasContext *ctx, arg_iocsrrd_w *a) +static bool trans_iocsrrd_d(DisasContext *ctx,

[PATCH v1 26/43] target/loongarch: Add LoongArch IOCSR instruction

2022-04-15 Thread Xiaojuan Yang
This includes: - IOCSR{RD/WR}.{B/H/W/D} Signed-off-by: Xiaojuan Yang Signed-off-by: Song Gao --- target/loongarch/cpu.h| 3 + target/loongarch/disas.c | 8 + target/loongarch/helper.h | 2 +