Re: [PATCH 17/30] tcg/loongarch: Implement neg/add/sub 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 | 2 ++ tcg/loongarch/tcg-target.c.inc | 47 ++ 2 files changed, 49 insertions(+) You shouldn't have needed to implement neg, since tcg should have figur

[PATCH 17/30] tcg/loongarch: Implement neg/add/sub ops

2021-09-20 Thread WANG Xuerui
Signed-off-by: WANG Xuerui --- tcg/loongarch/tcg-target-con-set.h | 2 ++ tcg/loongarch/tcg-target.c.inc | 47 ++ 2 files changed, 49 insertions(+) diff --git a/tcg/loongarch/tcg-target-con-set.h b/tcg/loongarch/tcg-target-con-set.h index 8630d1ee6e..58b5c487e2