llvm-6502/lib/Target/ARM/AsmParser
Jim Grosbach 580f4a9c1c ARM assembly parsing and encoding for SSAT instruction.
Fix the Rn register encoding for both SSAT and USAT. Update the parsing of the
shift operand to correctly handle the allowed shift types and immediate ranges
and issue meaningful diagnostics when an illegal value or shift type is
specified. Add aliases to parse an ommitted shift operand (default value of
'lsl #0').

Add tests for diagnostics and proper encoding.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135990 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-25 22:20:28 +00:00
..
ARMAsmLexer.cpp Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMachine's anymore. 2011-07-25 20:53:02 +00:00
ARMAsmParser.cpp ARM assembly parsing and encoding for SSAT instruction. 2011-07-25 22:20:28 +00:00
CMakeLists.txt Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." 2010-09-13 23:59:48 +00:00
Makefile