-
Notifications
You must be signed in to change notification settings - Fork 2
riscv_gas_insn_opv
Tsukasa OI edited this page Aug 12, 2023
·
5 revisions
- Status: Merged for 2.40
- Branch:
riscv-gas-insn-opv - Tracking PR: #18 (view Pull Request and Diff)
- Mailing List:
OP-V (0x57) is an opcode for vector instructions (defined on now ratified V extension).
It adds OP_V to named constants of .insn directive (note that replacing - with _ is standard on GNU Binutils' .insn directive).
Although vector instruction encoding is not implemented in .insn directive, it will help future implementation of custom vector .insn.