1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/lib/Target/SystemZ/MCTargetDesc
Richard Sandiford bc31e83684 [SystemZ] Add the MVC instruction
This is the first use of D(L,B) addressing, which required a fair bit
of surgery.  For that reason, the patch just adds the instruction
definition and the associated assembler and disassembler support.
A later patch will actually make use of it for codegen.

llvm-svn: 185433
2013-07-02 14:56:45 +00:00
..
CMakeLists.txt [SystemZ] Add back end 2013-05-06 16:15:19 +00:00
LLVMBuild.txt [SystemZ] Add back end 2013-05-06 16:15:19 +00:00
Makefile [SystemZ] Add back end 2013-05-06 16:15:19 +00:00
SystemZMCAsmBackend.cpp [SystemZ] Add long branch pass 2013-05-20 14:23:08 +00:00
SystemZMCAsmInfo.cpp Remove unused argument. 2013-05-10 18:16:59 +00:00
SystemZMCAsmInfo.h Remove unused argument. 2013-05-10 18:16:59 +00:00
SystemZMCCodeEmitter.cpp [SystemZ] Add the MVC instruction 2013-07-02 14:56:45 +00:00
SystemZMCFixups.h [SystemZ] Add back end 2013-05-06 16:15:19 +00:00
SystemZMCObjectWriter.cpp [SystemZ] Add back end 2013-05-06 16:15:19 +00:00
SystemZMCTargetDesc.cpp [SystemZ] Match operands to fields by name rather than by order 2013-05-14 09:36:44 +00:00
SystemZMCTargetDesc.h [SystemZ] Tweak register array comment 2013-05-16 13:39:02 +00:00