[Libre-soc-bugs] [Bug 1187] New: ori 0, 0, 0 not executed properly

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Mon Oct 16 04:12:25 BST 2023


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

            Bug ID: 1187
           Summary: ori 0, 0, 0 not executed properly
           Product: Libre-SOC's first SoC
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: CONFIRMED
          Severity: minor
          Priority: ---
         Component: Source Code
          Assignee: programmerjake at gmail.com
          Reporter: programmerjake at gmail.com
                CC: libre-soc-bugs at lists.libre-soc.org,
                    programmerjake at gmail.com
   NLnet milestone: ---

it gets decoded as "nop", but that's an alias -- the actual instruction is "ori
0, 0, 0" so when it gets run, ISACaller thinks it's an illegal instruction.

I think we should add a special case to allow running code spelled as "ori 0,
0, 0" too, since we support all other base instructions rather than aliases.

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


More information about the libre-soc-bugs mailing list