1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-05-01 14:16:43 +00:00
Files
antonblanchard.microwatt/tests/test_fpu.console_out
Paul Mackerras b628af6176 FPU: Implement fmr and related instructions
This implements fmr, fneg, fabs, fnabs and fcpsgn and adds tests
for them.

This adds logic to unpack and repack floating-point data from the
64-bit packed form (as stored in memory and the register file) into
the unpacked form in the fpr_reg_type record.  This is not strictly
necessary for fmr et al., but will be useful for when we do actual
arithmetic.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
2020-09-03 17:44:37 +10:00

7 lines
84 B
Plaintext

test 01:PASS
test 02:PASS
test 03:PASS
test 04:PASS
test 05:PASS
test 06:PASS