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

Update the operand's order of VAMO instructions. #190

Closed Nelson1225 closed 4 years ago

Nelson1225 commented 4 years ago

Change the format from

vamo vd, v2, (rs1), vd, v0.t

to

vamo vd, (rs1), v2, vd, v0.t

Nelson1225 commented 4 years ago

Yes I notice that the spec update the syntax of vamo after the implementation in binutils. And I also miss this when I update the rvv-0.7.x to rvv-0.8.x. Thanks for the quick approval :)