[Libre-soc-bugs] [Bug 1119] add byte reverse instructions in PowerISA v3.1B to ISACaller

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Thu Jul 20 02:11:08 BST 2023


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

Jacob Lifshay <programmerjake at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ghostmansd at gmail.com
             Status|IN_PROGRESS                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Jacob Lifshay <programmerjake at gmail.com> ---
I implemented brh, brw, and brd and added a unit test. I needed to adjust
insndb to use .long for some official instructions too, so I changed it to use
the "unofficial" CSV column being "0" instead of "" to mean that it's an
official instruction that needs .long.

https://git.libre-soc.org/?p=openpower-isa.git;a=shortlog;h=e3934f3f52583d4527afd059c3902a673d039ac2

commit e3934f3f52583d4527afd059c3902a673d039ac2
Author: Jacob Lifshay <programmerjake at gmail.com>
Date:   Wed Jul 19 18:00:58 2023 -0700

    add byte reverse instructions from PowerISA v3.1B

commit 16fd54a93b1db1ca97f0abf2ea5b685b7d090fa9
Author: Jacob Lifshay <programmerjake at gmail.com>
Date:   Wed Jul 19 17:59:32 2023 -0700

    support official instructions that need .long format

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


More information about the libre-soc-bugs mailing list