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 spec 20191207 #191

Closed Nelson1225 closed 4 years ago

Nelson1225 commented 4 years ago

Only single vector register moved for loads and stores, and only standard aligned vector register groups are allowed. The remaining encode are reserved to allow future multiple load/stores and more flexible register-register moves. This won't change the encoding of the current vector instructions.

The RVV constraints are also need to be updated. I will update them in the Nelson1225:riscv-binutils-2.33.1-rvv-0.8.x-constraint branch.

Nelson1225 commented 4 years ago

Thanks a lot.