riscvarchive / riscv-binutils-gdb

RISC-V backports for binutils-gdb. Development is done upstream at the FSF.
GNU General Public License v2.0
147 stars 233 forks source link

Riscv binutils 2.33.1 rvv 0.8.x #183

Closed Nelson1225 closed 4 years ago

Nelson1225 commented 4 years ago

Support vector instructions from rvv-0.8.x branch to riscv-binutils-2.33.1-rvv-0.8.x branch.

We use the new method (enum class, INSN_CLASS_XXX) to gate the opcode table in the riscv-binutils-2.33.1, but use the old one (ISA string) in the rvv-0.8.x. Therefore, we do the related modifications to update the vector support to binutils-2.33.1.