Re: [RFC PATCH 10/10] target/hexagon: import additional tests

2021-02-14 Thread Richard Henderson
On 2/11/21 1:50 PM, Alessandro Di Federico via wrote: > +{ > +r1=#0 > +r2=#0 > +} > +{ > +r3=add(r2,r3) > +} Typo r3? It's uninitialized. r~

[RFC PATCH 10/10] target/hexagon: import additional tests

2021-02-11 Thread Alessandro Di Federico via
From: Niccolò Izzo Signed-off-by: Alessandro Di Federico --- tests/tcg/hexagon/Makefile.target | 35 - tests/tcg/hexagon/crt.S| 28 + tests/tcg/hexagon/first.S | 24 ++-- tests/tcg/hexagon/test_abs.S | 20 ++ tests/tcg/hexa