1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib/Target/SystemZ/InstPrinter
Ulrich Weigand e0f6c13cd6 [SystemZ] Model access registers as LLVM registers
Add the 16 access registers as LLVM registers.  This allows removing
a lot of special cases in the assembler and disassembler where we
were handling access registers; this can all just use the generic
register code now.

Also add a bunch of instructions to operate on access registers,
for assembler/disassembler use only.  No change in code generation
intended.

llvm-svn: 286283
2016-11-08 20:15:26 +00:00
..
CMakeLists.txt
LLVMBuild.txt
SystemZInstPrinter.cpp [SystemZ] Model access registers as LLVM registers 2016-11-08 20:15:26 +00:00
SystemZInstPrinter.h [SystemZ] Model access registers as LLVM registers 2016-11-08 20:15:26 +00:00