mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-05-01 14:16:43 +00:00
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>
7 lines
84 B
Plaintext
7 lines
84 B
Plaintext
test 01:PASS
|
|
test 02:PASS
|
|
test 03:PASS
|
|
test 04:PASS
|
|
test 05:PASS
|
|
test 06:PASS
|