On 3/31/21 8:53 PM, Taylor Simpson wrote:
Use the proper return for helpers that convert to unsigned
Remove target/hexagon/conv_emu.[ch]
Suggested-by: Richard Henderson<richard.hender...@linaro.org>
Signed-off-by: Taylor Simpson<tsimp...@quicinc.com>
---
target/hexagon/conv_emu.c | 177 --------------------------------------------
target/hexagon/conv_emu.h | 31 --------
target/hexagon/fma_emu.c | 1 -
target/hexagon/helper.h | 16 ++--
target/hexagon/meson.build | 1 -
target/hexagon/op_helper.c | 169 ++++++++++++++++++++++++++++++++----------
tests/tcg/hexagon/fpstuff.c | 145 ++++++++++++++++++++++++++++++++++++
7 files changed, 281 insertions(+), 259 deletions(-)
delete mode 100644 target/hexagon/conv_emu.c
delete mode 100644 target/hexagon/conv_emu.h
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~