[VE] Add vector control instructions
authorKazushi (Jam) Marukawa <marukawa@nec.com>
Wed, 28 Oct 2020 11:11:40 +0000 (20:11 +0900)
committerKazushi (Jam) Marukawa <marukawa@nec.com>
Thu, 29 Oct 2020 10:24:31 +0000 (19:24 +0900)
commit9c82944b2dc5dcb5e9100a76647fcc1aaa6333b9
treefae042809879ff2643acd3c4d7ac13460a157c7f
parent749f13e7635aebcda978ee2e42f5569ab7f0fafc
[VE] Add vector control instructions

Add LVL/SVL/SMVL/LVIX isntructions.  Add regression tests too.

Reviewed By: simoll

Differential Revision: https://reviews.llvm.org/D90355
llvm/lib/Target/VE/VEInstrVec.td
llvm/test/MC/VE/LVIX.s [new file with mode: 0644]
llvm/test/MC/VE/LVL.s [new file with mode: 0644]
llvm/test/MC/VE/SMVL.s [new file with mode: 0644]
llvm/test/MC/VE/SVL.s [new file with mode: 0644]