[Libre-soc-bugs] [Bug 980] Implement C-based Power ISA pseudocode compiler

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Mon Dec 4 00:27:11 GMT 2023


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

--- Comment #17 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Jacob Lifshay from comment #16)
> (In reply to Luke Kenneth Casson Leighton from comment #15)
> > (btw please drop functions. they were not added and should not have beem
> > added by jacob. please drop "def" from the AST and modify pyfnwriter
> > and appendix pseudocode to not support functions.  this means
> > separating each "function" into an explicit separate pseudocode file)
> 
> PowerISA very much has functions (though they don't use the def keyword):

see also bfp_ROUND_TO_BFP32 which in the spec PDF is basically a function: it
has a function signature line, has calls to other functions, has return
statements, etc.

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


More information about the libre-soc-bugs mailing list