Split am2offset into register addend and immediate addend forms, necessary for allowi...
authorOwen Anderson <resistor@mac.com>
Tue, 26 Jul 2011 20:54:26 +0000 (20:54 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 26 Jul 2011 20:54:26 +0000 (20:54 +0000)
commit793e79601f0fd68ba082fa2016018f80b2379460
tree632621c84490cf3e536448d8f7921834521848a2
parent45c8d2bc9cf3d0a4da10deab45e3d0d45513e19f
Split am2offset into register addend and immediate addend forms, necessary for allowing the fixed-length disassembler to distinguish between SBFX and STR_PRE.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136141 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMFrameLowering.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrInfo.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
utils/TableGen/EDEmitter.cpp