My previous patch (r84124) for setting the encoding bits 4 and 7 of DPSoRegFrm
authorJohnny Chen <johnny.chen@apple.com>
Sat, 7 Nov 2009 00:54:36 +0000 (00:54 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Sat, 7 Nov 2009 00:54:36 +0000 (00:54 +0000)
commit0430152a11ccf5f6079d97c519b4a86dd49739e7
tree04d7a21b4b9bf420e171ffc8f538581e448c7cb2
parent631f3c0dfdf21b0702fcd9baa4ce79ec9ab360dc
My previous patch (r84124) for setting the encoding bits 4 and 7 of DPSoRegFrm
was wrong and too aggressive in the sense that DPSoRegFrm includes both constant
shifts (with Inst{4} = 0) and register controlled shifts (with Inst{4} = 1 and
Inst{7} = 0).  The 'rr' fragment of the multiclass definitions actually means
register/register with no shift, see A8-11.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86319 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrInfo.td