ARM fix encoding fixup resolution for ldrd and friends.
authorJim Grosbach <grosbach@apple.com>
Fri, 30 Mar 2012 21:54:22 +0000 (21:54 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 30 Mar 2012 21:54:22 +0000 (21:54 +0000)
commitbf3c322640fdaf6e4a60a59ed8cb108a7f6685ad
treee0c25a6613da15eb46bf91459b64b4b174426b3b
parentc19f72bd83e8cb2cc31257008ee9d7797dbf3dbb
ARM fix encoding fixup resolution for ldrd and friends.

The 8-bit payload is not contiguous in the opcode. Move the upper nibble
over 4 bits into the correct place.

rdar://11158641

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