OSDN Git Service

Thumb2 assembler parsing and encoding of IT instruction.
authorJim Grosbach <grosbach@apple.com>
Fri, 26 Aug 2011 21:43:41 +0000 (21:43 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 26 Aug 2011 21:43:41 +0000 (21:43 +0000)
commit89df996ab20609676ecc8823f58414d598b09b46
tree2ceeaf484d3a8956c2e6089f7b16a04ccdedc376
parente8ef4cc053257c8cc330d4995aa775785e7f3f04
Thumb2 assembler parsing and encoding of IT instruction.

This handles only the handling of the IT instruction itself, not the
processing and validation of the instructions in the IT block. That's next,
and will include encoding tests for IT itself.

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