1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Target/ARM/InstPrinter
Jim Grosbach c1fe042da0 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.

llvm-svn: 135990
2011-07-25 22:20:28 +00:00
..
ARMInstPrinter.cpp ARM assembly parsing and encoding for SSAT instruction. 2011-07-25 22:20:28 +00:00
ARMInstPrinter.h ARM SSAT instruction 5-bit immediate handling. 2011-07-22 23:16:18 +00:00
CMakeLists.txt
Makefile