Implement 3 AArch64 neon instructions : umov smov ins.
authorKevin Qin <Kevin.Qin@arm.com>
Tue, 17 Sep 2013 02:21:02 +0000 (02:21 +0000)
committerKevin Qin <Kevin.Qin@arm.com>
Tue, 17 Sep 2013 02:21:02 +0000 (02:21 +0000)
commite54360be01d1eaccd5ef27f510634927aaa887a4
treede8361fd5b80233388e09af2757d380623f52f59
parent24e1b39a24ca7b8866a636498173f3959b561058
Implement 3 AArch64 neon instructions : umov smov ins.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190839 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64InstrFormats.td
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64InstrNEON.td
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h
test/CodeGen/AArch64/neon-copy.ll [new file with mode: 0644]
test/MC/AArch64/neon-simd-copy.s [new file with mode: 0644]