Re: [PATCH 09/31] target/loongarch: Add other core instructions support

2021-10-19 Thread Richard Henderson
On 10/19/21 12:34 AM, Xiaojuan Yang wrote: diff --git a/target/loongarch/cpu.c b/target/loongarch/cpu.c index afd186abac..7fa3851251 100644 --- a/target/loongarch/cpu.c +++ b/target/loongarch/cpu.c @@ -45,6 +45,7 @@ static const char * const excp_names[EXCP_LAST + 1] = { [EXCP_TLBPE] = "TLB

[PATCH 09/31] target/loongarch: Add other core instructions support

2021-10-19 Thread Xiaojuan Yang
This includes: -CACOP -LDDIR -LDPTE -ERTN -DBCL -IDLE Signed-off-by: Xiaojuan Yang Signed-off-by: Song Gao --- target/loongarch/cpu.c | 1 + target/loongarch/cpu.h | 5 +- target/loongarch/helper.h| 4 ++ target/loongarch/insn_trans/trans_c