Re: [PATCH v2 29/43] target/loongarch: Add timer related instructions support.

2022-04-25 Thread Richard Henderson
On 4/25/22 02:10, Xiaojuan Yang wrote: This includes: -RDTIME{L/H}.W -RDTIME.D Signed-off-by: Xiaojuan Yang Signed-off-by: Song Gao --- target/loongarch/disas.c | 3 ++ target/loongarch/helper.h | 2 ++ target/loongarch/insn_trans/trans_extra.c.inc

[PATCH v2 29/43] target/loongarch: Add timer related instructions support.

2022-04-25 Thread Xiaojuan Yang
This includes: -RDTIME{L/H}.W -RDTIME.D Signed-off-by: Xiaojuan Yang Signed-off-by: Song Gao --- target/loongarch/disas.c | 3 ++ target/loongarch/helper.h | 2 ++ target/loongarch/insn_trans/trans_extra.c.inc | 33 +++