[ARM] NEON 32-bit scalar moves are also available in VFPv2
authorOliver Stannard <oliver.stannard@arm.com>
Tue, 21 Oct 2014 11:49:14 +0000 (11:49 +0000)
committerOliver Stannard <oliver.stannard@arm.com>
Tue, 21 Oct 2014 11:49:14 +0000 (11:49 +0000)
commit00e0b8a01652bcd3bcfaa817d3ff5cb230cb68f6
treeec35c5980d39c2b44149cbed2145967fa02c70a5
parent7ffc5bb51ad3b086eaf68d257ae5c25840a64bf4
[ARM] NEON 32-bit scalar moves are also available in VFPv2

The 32-bit variants of the NEON scalar<->GPR move instructions are
also available in VFPv2. The 8- and 16-bit variants do require NEON.

Note that the checks in the test file are all -DAG because they are
checking a mixture of stdout and stderr, and the ordering is not
guaranteed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220288 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrNEON.td
test/MC/ARM/neon-mov-vfp.s [new file with mode: 0644]