add fsins and fcoss to simulator
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 16 Jul 2021 17:15:31 +0000 (18:15 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 16 Jul 2021 17:15:31 +0000 (18:15 +0100)
commitbdfa527601e7b64de434a5b029d13805f87fc755
tree9564e76fb77440e4747d72986da5380e3ee47038
parenta6e72a5a3f4bf219bd5c547a3cbc751b242588e4
add fsins and fcoss to simulator
WARNING: THESE ARE **NOT** APPROVED BY OPF ISA WG, CONSIDER TO BE DRAFT
in particular, they have had to be added to minor opcode 59 (alongside
fcfids) because there is not enough space to add them to "sandbox" 22
openpower/isa/svfparith.mdwn
openpower/isatables/RM-2P-1S1D.csv
openpower/isatables/minor_59.csv
src/openpower/decoder/helpers.py
src/openpower/decoder/isa/caller.py
src/openpower/decoder/isa/test_caller_transcendentals.py [new file with mode: 0644]
src/openpower/decoder/power_enums.py
src/openpower/decoder/pseudo/pywriter.py
src/openpower/sv/trans/svp64.py