You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
test 01:PASS
|
|
|
|
test 02:PASS
|
|
|
|
test 03:PASS
|
|
|
|
test 04:PASS
|
|
|
|
test 05:PASS
|
|
|
|
test 06:PASS
|
FPU: Implement floating convert from integer instructions
This implements fcfid, fcfidu, fcfids and fcfidus, which convert
64-bit integer values in an FPR into a floating-point value.
This brings in a lot of the datapath that will be needed in
future, including the shifter, adder, mask generator and
count-leading-zeroes logic, along with the machinery for rounding
to single-precision or double-precision, detecting inexact results,
signalling inexact-result exceptions, and updating result flags
in the FPSCR.
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
4 years ago
|
|
|
test 07:PASS
|
|
|
|
test 08:PASS
|
|
|
|
test 09:PASS
|
|
|
|
test 10:PASS
|
|
|
|
test 11:PASS
|
|
|
|
test 12:PASS
|
|
|
|
test 13:PASS
|
|
|
|
test 14:PASS
|
|
|
|
test 15:PASS
|
|
|
|
test 16:PASS
|
|
|
|
test 17:PASS
|
|
|
|
test 18:PASS
|
|
|
|
test 19:PASS
|
|
|
|
test 20:PASS
|
|
|
|
test 21:PASS
|
|
|
|
test 22:PASS
|
|
|
|
test 23:PASS
|
|
|
|
test 24:PASS
|
|
|
|
test 25:PASS
|
|
|
|
test 26:PASS
|