Re: [PATCH 13/30] tcg/loongarch: Implement deposit/extract ops

2021-09-20 Thread Richard Henderson
On 9/20/21 1:04 AM, WANG Xuerui wrote: Signed-off-by: WANG Xuerui --- tcg/loongarch/tcg-target-con-set.h | 1 + tcg/loongarch/tcg-target.c.inc | 21 + 2 files changed, 22 insertions(+) Reviewed-by: Richard Henderson r~

[PATCH 13/30] tcg/loongarch: Implement deposit/extract ops

2021-09-20 Thread WANG Xuerui
Signed-off-by: WANG Xuerui --- tcg/loongarch/tcg-target-con-set.h | 1 + tcg/loongarch/tcg-target.c.inc | 21 + 2 files changed, 22 insertions(+) diff --git a/tcg/loongarch/tcg-target-con-set.h b/tcg/loongarch/tcg-target-con-set.h index 385f503552..b0751c4bb0 100644 ---