[Libre-soc-bugs] [Bug 898] binutils svp64 objdump support

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Tue Aug 30 20:37:46 BST 2022


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

--- Comment #37 from Dmitry Selyutin <ghostmansd at gmail.com> ---
Surprisingly I got the first encouraging results for "word" instructions.
This is what we had with binutils...
0000000000000000 <.text>:
   0:   14 6a e2 7e     add     r23,r2,r13
   4:   15 f2 68 7d     add.    r11,r8,r30

...and here's what we have with pysvp64dis:
add 23,2,13
add. 11,8,30

There's for sure much to be done yet, I'm pretty sure, but still, I'm
surprised.

https://git.libre-soc.org/?p=openpower-isa.git;a=commit;h=5808ac2c19882ec2977d6608b5cead2e741c3e97

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


More information about the libre-soc-bugs mailing list