llvm-6502/lib/Target/ARM/AsmParser
Jim Grosbach 6b8f1e35ea ARM Assembly support for Thumb mov-immediate.
Correctly parse the forms of the Thumb mov-immediate instruction:
  1. 8-bit immediate 0-255.
  2. 12-bit shifted-immediate.

The 16-bit immediate "movw" form is also legal with just a "mov" mnemonic,
but is not yet supported. More parser logic necessary there due to fixups.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133966 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-27 23:54:06 +00:00
..
ARMAsmLexer.cpp Formatting changes. No functionality change. 2011-01-03 23:59:05 +00:00
ARMAsmParser.cpp ARM Assembly support for Thumb mov-immediate. 2011-06-27 23:54:06 +00:00
CMakeLists.txt
Makefile