[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)
commitcdb8db8d3cd35111e149231cc6fb2bb7bae46cc8
tree51d3e176a8fc2b789c634544f7d5cc0aad6b2577
parentc0126864a0fbcd78e9dcf02faec43891691b77d4
[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.

llvm-svn: 220288
llvm/lib/Target/ARM/ARMInstrNEON.td
llvm/test/MC/ARM/neon-mov-vfp.s [new file with mode: 0644]