[VE] Add LSV/LVS/LVM/SVM instructions
authorKazushi (Jam) Marukawa <marukawa@nec.com>
Thu, 15 Oct 2020 21:43:57 +0000 (06:43 +0900)
committerKazushi (Jam) Marukawa <marukawa@nec.com>
Mon, 19 Oct 2020 09:32:48 +0000 (18:32 +0900)
commit7a09aec8040a805fb3ba9e3858ab9948a248be63
tree9d54380273ab7cacbab090f7c33ed1613e8b93e7
parent25955cbae4e2c60d9ecc6f40dc74abfb30af2573
[VE] Add LSV/LVS/LVM/SVM instructions

Add LSV/LVS/LVM/SVM vector instructions and regression tests.
Also update AsmParser to support new format of operands.

Reviewed By: simoll

Differential Revision: https://reviews.llvm.org/D89499
llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
llvm/lib/Target/VE/VEInstrVec.td
llvm/test/MC/VE/LSV.s [new file with mode: 0644]
llvm/test/MC/VE/LVM.s [new file with mode: 0644]
llvm/test/MC/VE/LVS.s [new file with mode: 0644]
llvm/test/MC/VE/SVM.s [new file with mode: 0644]