Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix verbose print of instrs that omit low imm bits
Modify `unscatter` so it works for instructions that do not encode the lowest bits of the immediate value provided to them. This issue has been hidden because many instructions have been encoded using the lower immediate bits rather than upper immediate bits (e.g. `imm[19:0]` rather than `imm[31:12]` for `lui`), and others (which do omit lower immediate bits) are not included in disassembly output (e.g. `c_lui` with empty `rv_c_disass`). See also: CTSRD-CHERI#41
- Loading branch information