-
Notifications
You must be signed in to change notification settings - Fork 1
riscv_dis_shift_xlen
Tsukasa OI edited this page Aug 5, 2022
·
3 revisions
- Status: WITHDRAWN
superseded by new ideariscv-dis-shift-xlen-2
- Branch:
riscv-dis-shift-xlen
- Tracking PR: #6 (view Pull Request and Diff)
- Mailing List:
- RFC PATCH v1 (2022-05-23)
-
Combined floating point enhancements
It's currently incompatible with the patchset above because it adds new match functions (withoutxlen
argument). -
Disassembler: Use faster hash table
It also changes the core disassembler. - Pending (RFC): Disassembler: Check shift amount against XLEN (Idea 2)
This is mutually exclusive idea of fixing shift amount issue.
In the disassembler, there's no validation whether shift amount is valid on specific architecture.
This patchset changes that by adding xlen
argument to match_func
(in opcode entry).