llvm-6502/lib/Target/ARM/InstPrinter
Jim Grosbach f6713916fb ARM push of a single register encodes as pre-indexed STR.
Per the ARM ARM, a 'push' of a single register encodes as an STR,
not an STM.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137318 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-11 18:07:11 +00:00
..
ARMInstPrinter.cpp ARM push of a single register encodes as pre-indexed STR. 2011-08-11 18:07:11 +00:00
ARMInstPrinter.h ARM use a dedicated printer for postidx_reg operands. 2011-08-05 15:48:21 +00:00
CMakeLists.txt Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
Makefile