[VE] Add vector iterative operation instructions
authorKazushi (Jam) Marukawa <marukawa@nec.com>
Tue, 27 Oct 2020 17:40:04 +0000 (02:40 +0900)
committerKazushi (Jam) Marukawa <marukawa@nec.com>
Wed, 28 Oct 2020 10:06:46 +0000 (19:06 +0900)
commit7ce2b93cbe152b3047de963b7c32277e1a567d03
tree82d7384c3c29b19d258718d108daf4605eb55497
parenta098f32a1fc8c003d8f9cfac131ed49d40502d31
[VE] Add vector iterative operation instructions

Add VFIA/VFIS/VFIM/VFIAM/VFISM/VFIMA/VFIMS isntructions.
Add regression tests too.

Reviewed By: simoll

Differential Revision: https://reviews.llvm.org/D90252
llvm/lib/Target/VE/VEInstrVec.td
llvm/test/MC/VE/VFIA.s [new file with mode: 0644]
llvm/test/MC/VE/VFIAM.s [new file with mode: 0644]
llvm/test/MC/VE/VFIM.s [new file with mode: 0644]
llvm/test/MC/VE/VFIMA.s [new file with mode: 0644]
llvm/test/MC/VE/VFIMS.s [new file with mode: 0644]
llvm/test/MC/VE/VFIS.s [new file with mode: 0644]
llvm/test/MC/VE/VFISM.s [new file with mode: 0644]