Re: [PATCH v14 03/26] target/loongarch: Add main translation routines

2022-01-09 Thread WANG Xuerui
On 1/6/22 17:41, Song Gao wrote: This patch adds main translation routines and basic functions for translation. Signed-off-by: Song Gao Signed-off-by: Xiaojuan Yang Reviewed-by: Richard Henderson --- target/loongarch/helper.h| 6 ++ target/loongarch/op_helper.c | 21 + target/lo

[PATCH v14 03/26] target/loongarch: Add main translation routines

2022-01-06 Thread Song Gao
This patch adds main translation routines and basic functions for translation. Signed-off-by: Song Gao Signed-off-by: Xiaojuan Yang Reviewed-by: Richard Henderson --- target/loongarch/helper.h| 6 ++ target/loongarch/op_helper.c | 21 + target/loongarch/translate.c | 159 +++