uxmal / reko

Reko is a binary decompiler.
https://uxmal.github.io/reko
GNU General Public License v2.0
2.09k stars 250 forks source link

RISC-V: c.slli64, c.srai64 & c.srli64 instructions #1328

Closed gregoral closed 5 months ago

gregoral commented 5 months ago

Add missing c.slli64, c.srai64, c.srli64 hint instructions. Closes issue: #1327

uxmal commented 5 months ago

Nice work!