-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Currently, constraints on operands/fields in the encoding are evaluated in the behavior block by explicitly raising an Illegal Instruction. It would be great if we could find a way to define those conditions somewhere else.
Examples:
- RV32E: Hardwire the MSB of register operands to zero. (See #?)
- Zpfsoperand: 64bit register pair operands made up of an even and odd register (
rd & rd+1whererd%2==0and (optionally )non-overlapping constraints between source and dest registers) - Excluding reserved values in encoding fields
- RVP: Implement
SUNPKD810,SUNPKD820,SUNPKD830,SUNPKD831,SUNPKD832in a single instruction block (see Add Mnemonic field to CoreDSL Syntax #80) - RVV: implement Vector Load/Stores in a more compact fashion (See Add Mnemonic field to CoreDSL Syntax #80, Allowing us to cut down >150 instruction blocks to less than 20)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request