Hexagon (target/hexagon) add F2_sfrecipa instruction
commitd934c16d8a1e0fb82fd4abfa54dcb5217430577c
authorTaylor Simpson <tsimpson@quicinc.com>
Fri, 9 Apr 2021 01:07:45 +0000 (8 20:07 -0500)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 1 May 2021 15:31:43 +0000 (1 08:31 -0700)
tree4f98424f1036f09e712d80be7ba95faf130c17ab
parent85580a65577898288a29d849160601895979c661
Hexagon (target/hexagon) add F2_sfrecipa instruction

Rd32,Pe4 = sfrecipa(Rs32, Rt32)
    Recripocal approx

Test cases in tests/tcg/hexagon/multi_result.c
FP exception tests added to tests/tcg/hexagon/fpstuff.c

Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <1617930474-31979-18-git-send-email-tsimpson@quicinc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hexagon/arch.c
target/hexagon/arch.h
target/hexagon/gen_tcg.h
target/hexagon/helper.h
target/hexagon/imported/encode_pp.def
target/hexagon/imported/float.idef
target/hexagon/op_helper.c
tests/tcg/hexagon/Makefile.target
tests/tcg/hexagon/fpstuff.c
tests/tcg/hexagon/multi_result.c [new file with mode: 0644]