[AArch64]Add missing pair intrinsics such as:
authorHao Liu <Hao.Liu@arm.com>
Mon, 9 Dec 2013 03:51:42 +0000 (03:51 +0000)
committerHao Liu <Hao.Liu@arm.com>
Mon, 9 Dec 2013 03:51:42 +0000 (03:51 +0000)
commita339740cb86e49a3300979b16f8c05df43bce637
tree789c1b2e1d6d855e51ef4a507a861468a5e48727
parent2f3f02f6f531d1bf8f775f3556c37ccacd3b6133
[AArch64]Add missing pair intrinsics such as:
    int32_t vminv_s32(int32x2_t a)
which should be compiled into SMINP Vd.2S,Vn.2S,Vm.2S

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196749 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64InstrNEON.td
test/CodeGen/AArch64/neon-add-pairwise.ll
test/CodeGen/AArch64/neon-max-min-pairwise.ll
test/CodeGen/AArch64/neon-misc.ll