Skip to content

riscv_gas_insn_opv

Tsukasa OI edited this page Aug 12, 2023 · 5 revisions

GAS: Add OP_V to .insn directive

Related

Feature Description

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.

Clone this wiki locally