aboutsummaryrefslogtreecommitdiff
path: root/rv32_c_f
AgeCommit message (Collapse)AuthorFilesLines
2022-04-08migrate C-extension opcodes (major)Neel Gala1-0/+8
- the previous opcodes used ignore to define immediate fields instead of assigning arg names to it. This is made it difficult to parse and decode the instructions. - this commit assigns unique names to immediate fields in accordance to what has been done elsewhere. Note these names hold no correspondence to the spec and are defined here purely to ease decoding - This commit also splits the instructions which depend on F/D/Q in to their respective files as per new naming convention - c.nop encoding has been changed to include hints as well.