Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include rs1 values in Go instruction opcodes. (#254)
Some of the instructions in the V extension encode part of the opcode in the rs1 field. These values are not currently included in the Go instruction opcodes - fix this by adding an rs1 field and populating it with the relevant values.
- Loading branch information