ARM refactor simple immediate asm operand render methods.
authorJim Grosbach <grosbach@apple.com>
Sat, 12 Nov 2011 00:58:43 +0000 (00:58 +0000)
committerJim Grosbach <grosbach@apple.com>
Sat, 12 Nov 2011 00:58:43 +0000 (00:58 +0000)
commit9588c10b69121d9746b09e868fcc8879cbd98e3a
tree69508f066643e95f2545ffcf01a2ab5a3d599419
parent501852423d34578bc41a745681783b04124dd0db
ARM refactor simple immediate asm operand render methods.

These immediate operands all use the same simple logic for rendering to
MCInst, so have them share the method for doing so.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144439 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/AsmParser/ARMAsmParser.cpp