On 9/20/21 1:04 AM, WANG Xuerui wrote:
Signed-off-by: WANG Xuerui<g...@xen0n.name> --- 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 figured out that it could use subtract from zero. But anyway,
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~