[Libre-soc-bugs] [Bug 899] implement additional Transcendentals in simulator

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Mon Sep 12 18:33:05 BST 2022


https://bugs.libre-soc.org/show_bug.cgi?id=899

--- Comment #20 from Jacob Lifshay <programmerjake at gmail.com> ---
I added the rest of the fptrans ops to the CSVs,
https://git.libre-soc.org/?p=openpower-isa.git;a=commitdiff;h=501f817ababe9f00ae0aa7cd31ffe9ca0b50683c

then added them all to sv/trans/svp64.py,
https://git.libre-soc.org/?p=openpower-isa.git;a=commitdiff;h=893928fa12fe0d13b578d59075623194f17f3c00

then added all the needed helpers, renaming to match the Power ISA spec's
bfp32_ADD,
https://git.libre-soc.org/?p=openpower-isa.git;a=commitdiff;h=3b33561320233b68eec014f111016ab8527045a6

then added all the pseudocode.
https://git.libre-soc.org/?p=openpower-isa.git;a=commitdiff;h=ecdbf851e42481ea43fff829458f0668f8d4076b

giant regex to the rescue for all three, just take the appropriate lines from
mdwn or csv and paste, then regex replace-all a few times -- done!

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list