[Libre-soc-bugs] [Bug 982] Support PowerPC ABI in ISACaller
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Fri Oct 20 22:16:04 BST 2023
https://bugs.libre-soc.org/show_bug.cgi?id=982
--- Comment #109 from Dmitry Selyutin <ghostmansd at gmail.com> ---
Sorry, typo. Yes, I really like this:
def do_outregs_nia(self, asmop, ins_name, info, outs,
ca_en, rc_en, ffirst_hit, ew_dst,
update_pc=True):
# snip
if nia_update and update_pc:
self.update_pc_next()
def call(self, name):
# snip
scemu = (asmop in ("sc", "scv") and self.syscall is not None)
yield from self.do_outregs_nia(asmop, ins_name, info, outs,
carry_en, rc_en, ffirst_hit, ew_dst,
update_pc=not scemu)
if scemu:
self.call("rfid")
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list