1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 22:42:46 +02:00
llvm-mirror/lib/Target/ARM/InstPrinter
Johnny Chen d37098ae32 Constants with multiple encodings (ARM):
An alternative syntax is available for a modified immediate constant that permits the programmer to specify
the encoding directly. In this syntax, #<const> is instead written as #<byte>,#<rot>, where:

    <byte> is the numeric value of abcdefgh, in the range 0-255
    <rot> is twice the numeric value of rotation, an even number in the range 0-30.

llvm-svn: 128897
2011-04-05 18:02:46 +00:00
..
ARMInstPrinter.cpp Constants with multiple encodings (ARM): 2011-04-05 18:02:46 +00:00
ARMInstPrinter.h - Implement asm parsing support for LDRSBT, LDRHT, LDRSHT and STRHT 2011-04-04 17:18:19 +00:00
CMakeLists.txt
Makefile