ARM Asm parsing of Thumb2 move immediate.
authorJim Grosbach <grosbach@apple.com>
Mon, 27 Jun 2011 21:38:03 +0000 (21:38 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 27 Jun 2011 21:38:03 +0000 (21:38 +0000)
commitdf8fe9901df829a02d1257121f35a78a434aca0d
treead0eab7b9dde93ba5c006473c48919b7c08d1e9c
parent15993f83a419950f06d2879d6701530ae6449317
ARM Asm parsing of Thumb2 move immediate.

Thumb2 MOV mnemonic can accept both cc_out and predication. We don't (yet)
encode the instruction properly, but this gets the parsing part.

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