Change how so_imm and t2_so_imm are handled. At instruction selection time, the immed...
authorEvan Cheng <evan.cheng@apple.com>
Wed, 8 Jul 2009 21:03:57 +0000 (21:03 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 8 Jul 2009 21:03:57 +0000 (21:03 +0000)
commite7cbe4118b7ddf05032ff8772a98c51e1637bb5c
tree7a43bd988d438858c1635937312ee85b24a30697
parentc3d505c3c2a8c0e1f1db572f47451cfe2a1a58a3
Change how so_imm and t2_so_imm are handled. At instruction selection time, the immediates are no longer encoded in the imm8 + rot format, that are left as it is. The encoding is now done in ams printing and code emission time instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75048 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAddressingModes.h
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMBaseRegisterInfo.cpp
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp