[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 Jan 15 16:59:02 GMT 2024


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

--- Comment #115 from Dmitry Selyutin <ghostmansd at gmail.com> ---
Function calls will need more work: in our realities, things like EXTS should
resolve to this:

struct oppc_value *
OPPC_FUNCTION_EXTS(struct oppc_value *ret, struct oppc_value const *value);

Meanwhile EXTS has only 1 argument, and we cannot update the input.

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


More information about the libre-soc-bugs mailing list