[VE] Add vector logical instructions
authorKazushi (Jam) Marukawa <marukawa@nec.com>
Mon, 26 Oct 2020 09:58:22 +0000 (18:58 +0900)
committerKazushi (Jam) Marukawa <marukawa@nec.com>
Mon, 26 Oct 2020 15:29:33 +0000 (00:29 +0900)
commit83cb423c6e19f3aad819b89140b1d74203b23180
tree3911d8897747fa40a2bb665d982114c7f0a3a4be
parentcfefef50c18a481040203f15b55edf89c1fafceb
[VE] Add vector logical instructions

Add VAND/VOR/VXOE/VEQV/VLDZ/VPCNT/VBRV/VSEQ instrucitons and regression
tests.

Reviewed By: simoll

Differential Revision: https://reviews.llvm.org/D90141
llvm/lib/Target/VE/VEInstrVec.td
llvm/test/MC/VE/VAND.s [new file with mode: 0644]
llvm/test/MC/VE/VBRV.s [new file with mode: 0644]
llvm/test/MC/VE/VEQV.s [new file with mode: 0644]
llvm/test/MC/VE/VLDZ.s [new file with mode: 0644]
llvm/test/MC/VE/VOR.s [new file with mode: 0644]
llvm/test/MC/VE/VPCNT.s [new file with mode: 0644]
llvm/test/MC/VE/VSEQ.s [new file with mode: 0644]
llvm/test/MC/VE/VXOR.s [new file with mode: 0644]