Fix Thumb encoding of VMOV (scalar to ARM core register). The encoding is
authorBob Wilson <bob.wilson@apple.com>
Tue, 29 Jun 2010 00:26:13 +0000 (00:26 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 29 Jun 2010 00:26:13 +0000 (00:26 +0000)
commit5cdede43e92a370130fddde2ff071c74ea463448
treef2e146056af07c00e3e5ed0fb017f020b4df28c4
parente4e7d56396774e42f3dc5d4c6ae541f92cfa71be
Fix Thumb encoding of VMOV (scalar to ARM core register).  The encoding is
the same as ARM except that the condition code field is always set to ARMCC::AL.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107107 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMCodeEmitter.cpp