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

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Sun Jan 14 13:28:32 GMT 2024


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

--- Comment #103 from Dmitry Selyutin <ghostmansd at gmail.com> ---
Multiple updates all over again. The most important:
1. Generalized transient "allocation" (i.e. construction on-the-fly). Now the
caller doesn't have to think about the layout of oppc_int and can simply rely
that the function calls do the right job.
2. Generalized C calls: both the calls from pseudocode and our own calls now
use the same code.
3. Fixed ternary expressions.
4. Dropped ctx argument. Now, it's expected that the users define
OPPC_XLEN/OPPC_GPR/OPPC_FPR to behave as they want.
5. Eliminated redundant pseudocode.

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


More information about the libre-soc-bugs mailing list