[PATCH] New SystemZ backend: LLVM code changes

Richard Sandiford rsandifo at linux.vnet.ibm.com
Tue Apr 23 08:15:01 PDT 2013


  Update to newer baseline.  The only substantive change is to
  SystemZABIInfo::classifyArgumentType in tools/clang/lib/CodeGen/TargetInfo.cpp.

Hi asl, uweigand,

http://llvm-reviews.chandlerc.com/D669

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D669?vs=1634&id=1733#toc

Files:
  CMakeLists.txt
  autoconf/configure.ac
  cmake/config-ix.cmake
  configure
  docs/GettingStarted.rst
  docs/LangRef.rst
  include/llvm/ADT/Triple.h
  include/llvm/Object/ELF.h
  include/llvm/Object/RelocVisitor.h
  include/llvm/Support/ELF.h
  lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
  lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
  lib/MC/MCObjectFileInfo.cpp
  lib/Support/Triple.cpp
  lib/Support/Unix/Signals.inc
  lib/Target/LLVMBuild.txt
  lib/Target/SystemZ/AsmParser/CMakeLists.txt
  lib/Target/SystemZ/AsmParser/LLVMBuild.txt
  lib/Target/SystemZ/AsmParser/Makefile
  lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
  lib/Target/SystemZ/CMakeLists.txt
  lib/Target/SystemZ/InstPrinter/CMakeLists.txt
  lib/Target/SystemZ/InstPrinter/LLVMBuild.txt
  lib/Target/SystemZ/InstPrinter/Makefile
  lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.cpp
  lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h
  lib/Target/SystemZ/LLVMBuild.txt
  lib/Target/SystemZ/MCTargetDesc/CMakeLists.txt
  lib/Target/SystemZ/MCTargetDesc/LLVMBuild.txt
  lib/Target/SystemZ/MCTargetDesc/Makefile
  lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
  lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
  lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h
  lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp
  lib/Target/SystemZ/MCTargetDesc/SystemZMCFixups.h
  lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp
  lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
  lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h
  lib/Target/SystemZ/Makefile
  lib/Target/SystemZ/README.txt
  lib/Target/SystemZ/SystemZ.h
  lib/Target/SystemZ/SystemZ.td
  lib/Target/SystemZ/SystemZAsmPrinter.cpp
  lib/Target/SystemZ/SystemZAsmPrinter.h
  lib/Target/SystemZ/SystemZCallingConv.td
  lib/Target/SystemZ/SystemZConstantPoolValue.cpp
  lib/Target/SystemZ/SystemZConstantPoolValue.h
  lib/Target/SystemZ/SystemZFrameLowering.cpp
  lib/Target/SystemZ/SystemZFrameLowering.h
  lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
  lib/Target/SystemZ/SystemZISelLowering.cpp
  lib/Target/SystemZ/SystemZISelLowering.h
  lib/Target/SystemZ/SystemZInstrBuilder.h
  lib/Target/SystemZ/SystemZInstrFP.td
  lib/Target/SystemZ/SystemZInstrFormats.td
  lib/Target/SystemZ/SystemZInstrInfo.cpp
  lib/Target/SystemZ/SystemZInstrInfo.h
  lib/Target/SystemZ/SystemZInstrInfo.td
  lib/Target/SystemZ/SystemZMCInstLower.cpp
  lib/Target/SystemZ/SystemZMCInstLower.h
  lib/Target/SystemZ/SystemZMachineFunctionInfo.h
  lib/Target/SystemZ/SystemZOperands.td
  lib/Target/SystemZ/SystemZOperators.td
  lib/Target/SystemZ/SystemZPatterns.td
  lib/Target/SystemZ/SystemZRegisterInfo.cpp
  lib/Target/SystemZ/SystemZRegisterInfo.h
  lib/Target/SystemZ/SystemZRegisterInfo.td
  lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
  lib/Target/SystemZ/SystemZSelectionDAGInfo.h
  lib/Target/SystemZ/SystemZSubtarget.cpp
  lib/Target/SystemZ/SystemZSubtarget.h
  lib/Target/SystemZ/SystemZTargetMachine.cpp
  lib/Target/SystemZ/SystemZTargetMachine.h
  lib/Target/SystemZ/TargetInfo/CMakeLists.txt
  lib/Target/SystemZ/TargetInfo/LLVMBuild.txt
  lib/Target/SystemZ/TargetInfo/Makefile
  lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp
  projects/sample/autoconf/configure.ac
  projects/sample/configure
  test/CodeGen/SystemZ/addr-01.ll
  test/CodeGen/SystemZ/addr-02.ll
  test/CodeGen/SystemZ/addr-03.ll
  test/CodeGen/SystemZ/alloca-01.ll
  test/CodeGen/SystemZ/alloca-02.ll
  test/CodeGen/SystemZ/and-01.ll
  test/CodeGen/SystemZ/and-02.ll
  test/CodeGen/SystemZ/and-03.ll
  test/CodeGen/SystemZ/and-04.ll
  test/CodeGen/SystemZ/and-05.ll
  test/CodeGen/SystemZ/and-06.ll
  test/CodeGen/SystemZ/args-01.ll
  test/CodeGen/SystemZ/args-02.ll
  test/CodeGen/SystemZ/args-03.ll
  test/CodeGen/SystemZ/args-04.ll
  test/CodeGen/SystemZ/args-05.ll
  test/CodeGen/SystemZ/args-06.ll
  test/CodeGen/SystemZ/asm-01.ll
  test/CodeGen/SystemZ/asm-02.ll
  test/CodeGen/SystemZ/asm-03.ll
  test/CodeGen/SystemZ/asm-04.ll
  test/CodeGen/SystemZ/asm-05.ll
  test/CodeGen/SystemZ/asm-06.ll
  test/CodeGen/SystemZ/asm-07.ll
  test/CodeGen/SystemZ/asm-08.ll
  test/CodeGen/SystemZ/asm-09.ll
  test/CodeGen/SystemZ/asm-10.ll
  test/CodeGen/SystemZ/atomic-load-01.ll
  test/CodeGen/SystemZ/atomic-load-02.ll
  test/CodeGen/SystemZ/atomic-load-03.ll
  test/CodeGen/SystemZ/atomic-load-04.ll
  test/CodeGen/SystemZ/atomic-store-01.ll
  test/CodeGen/SystemZ/atomic-store-02.ll
  test/CodeGen/SystemZ/atomic-store-03.ll
  test/CodeGen/SystemZ/atomic-store-04.ll
  test/CodeGen/SystemZ/atomicrmw-add-01.ll
  test/CodeGen/SystemZ/atomicrmw-add-02.ll
  test/CodeGen/SystemZ/atomicrmw-add-03.ll
  test/CodeGen/SystemZ/atomicrmw-add-04.ll
  test/CodeGen/SystemZ/atomicrmw-and-01.ll
  test/CodeGen/SystemZ/atomicrmw-and-02.ll
  test/CodeGen/SystemZ/atomicrmw-and-03.ll
  test/CodeGen/SystemZ/atomicrmw-and-04.ll
  test/CodeGen/SystemZ/atomicrmw-minmax-01.ll
  test/CodeGen/SystemZ/atomicrmw-minmax-02.ll
  test/CodeGen/SystemZ/atomicrmw-minmax-03.ll
  test/CodeGen/SystemZ/atomicrmw-minmax-04.ll
  test/CodeGen/SystemZ/atomicrmw-nand-01.ll
  test/CodeGen/SystemZ/atomicrmw-nand-02.ll
  test/CodeGen/SystemZ/atomicrmw-nand-03.ll
  test/CodeGen/SystemZ/atomicrmw-nand-04.ll
  test/CodeGen/SystemZ/atomicrmw-or-01.ll
  test/CodeGen/SystemZ/atomicrmw-or-02.ll
  test/CodeGen/SystemZ/atomicrmw-or-03.ll
  test/CodeGen/SystemZ/atomicrmw-or-04.ll
  test/CodeGen/SystemZ/atomicrmw-sub-01.ll
  test/CodeGen/SystemZ/atomicrmw-sub-02.ll
  test/CodeGen/SystemZ/atomicrmw-sub-03.ll
  test/CodeGen/SystemZ/atomicrmw-sub-04.ll
  test/CodeGen/SystemZ/atomicrmw-xchg-01.ll
  test/CodeGen/SystemZ/atomicrmw-xchg-02.ll
  test/CodeGen/SystemZ/atomicrmw-xchg-03.ll
  test/CodeGen/SystemZ/atomicrmw-xchg-04.ll
  test/CodeGen/SystemZ/atomicrmw-xor-01.ll
  test/CodeGen/SystemZ/atomicrmw-xor-02.ll
  test/CodeGen/SystemZ/atomicrmw-xor-03.ll
  test/CodeGen/SystemZ/atomicrmw-xor-04.ll
  test/CodeGen/SystemZ/branch-01.ll
  test/CodeGen/SystemZ/branch-02.ll
  test/CodeGen/SystemZ/branch-03.ll
  test/CodeGen/SystemZ/branch-04.ll
  test/CodeGen/SystemZ/branch-05.ll
  test/CodeGen/SystemZ/bswap-01.ll
  test/CodeGen/SystemZ/bswap-02.ll
  test/CodeGen/SystemZ/bswap-03.ll
  test/CodeGen/SystemZ/bswap-04.ll
  test/CodeGen/SystemZ/bswap-05.ll
  test/CodeGen/SystemZ/call-01.ll
  test/CodeGen/SystemZ/call-02.ll
  test/CodeGen/SystemZ/cmpxchg-01.ll
  test/CodeGen/SystemZ/cmpxchg-02.ll
  test/CodeGen/SystemZ/cmpxchg-03.ll
  test/CodeGen/SystemZ/cmpxchg-04.ll
  test/CodeGen/SystemZ/fp-abs-01.ll
  test/CodeGen/SystemZ/fp-abs-02.ll
  test/CodeGen/SystemZ/fp-add-01.ll
  test/CodeGen/SystemZ/fp-add-02.ll
  test/CodeGen/SystemZ/fp-add-03.ll
  test/CodeGen/SystemZ/fp-cmp-01.ll
  test/CodeGen/SystemZ/fp-cmp-02.ll
  test/CodeGen/SystemZ/fp-cmp-03.ll
  test/CodeGen/SystemZ/fp-const-01.ll
  test/CodeGen/SystemZ/fp-const-02.ll
  test/CodeGen/SystemZ/fp-const-03.ll
  test/CodeGen/SystemZ/fp-const-04.ll
  test/CodeGen/SystemZ/fp-const-05.ll
  test/CodeGen/SystemZ/fp-const-06.ll
  test/CodeGen/SystemZ/fp-const-07.ll
  test/CodeGen/SystemZ/fp-const-08.ll
  test/CodeGen/SystemZ/fp-const-09.ll
  test/CodeGen/SystemZ/fp-conv-01.ll
  test/CodeGen/SystemZ/fp-conv-02.ll
  test/CodeGen/SystemZ/fp-conv-03.ll
  test/CodeGen/SystemZ/fp-conv-04.ll
  test/CodeGen/SystemZ/fp-conv-05.ll
  test/CodeGen/SystemZ/fp-conv-06.ll
  test/CodeGen/SystemZ/fp-conv-07.ll
  test/CodeGen/SystemZ/fp-conv-08.ll
  test/CodeGen/SystemZ/fp-conv-09.ll
  test/CodeGen/SystemZ/fp-conv-10.ll
  test/CodeGen/SystemZ/fp-conv-11.ll
  test/CodeGen/SystemZ/fp-conv-12.ll
  test/CodeGen/SystemZ/fp-copysign-01.ll
  test/CodeGen/SystemZ/fp-div-01.ll
  test/CodeGen/SystemZ/fp-div-02.ll
  test/CodeGen/SystemZ/fp-div-03.ll
  test/CodeGen/SystemZ/fp-move-01.ll
  test/CodeGen/SystemZ/fp-move-02.ll
  test/CodeGen/SystemZ/fp-move-03.ll
  test/CodeGen/SystemZ/fp-move-04.ll
  test/CodeGen/SystemZ/fp-move-05.ll
  test/CodeGen/SystemZ/fp-move-06.ll
  test/CodeGen/SystemZ/fp-move-07.ll
  test/CodeGen/SystemZ/fp-move-08.ll
  test/CodeGen/SystemZ/fp-mul-01.ll
  test/CodeGen/SystemZ/fp-mul-02.ll
  test/CodeGen/SystemZ/fp-mul-03.ll
  test/CodeGen/SystemZ/fp-mul-04.ll
  test/CodeGen/SystemZ/fp-mul-05.ll
  test/CodeGen/SystemZ/fp-mul-06.ll
  test/CodeGen/SystemZ/fp-mul-07.ll
  test/CodeGen/SystemZ/fp-mul-08.ll
  test/CodeGen/SystemZ/fp-mul-09.ll
  test/CodeGen/SystemZ/fp-neg-01.ll
  test/CodeGen/SystemZ/fp-round-01.ll
  test/CodeGen/SystemZ/fp-sqrt-01.ll
  test/CodeGen/SystemZ/fp-sqrt-02.ll
  test/CodeGen/SystemZ/fp-sqrt-03.ll
  test/CodeGen/SystemZ/fp-sub-01.ll
  test/CodeGen/SystemZ/fp-sub-02.ll
  test/CodeGen/SystemZ/fp-sub-03.ll
  test/CodeGen/SystemZ/frame-01.ll
  test/CodeGen/SystemZ/frame-02.ll
  test/CodeGen/SystemZ/frame-03.ll
  test/CodeGen/SystemZ/frame-04.ll
  test/CodeGen/SystemZ/frame-05.ll
  test/CodeGen/SystemZ/frame-06.ll
  test/CodeGen/SystemZ/frame-07.ll
  test/CodeGen/SystemZ/frame-08.ll
  test/CodeGen/SystemZ/frame-09.ll
  test/CodeGen/SystemZ/frame-10.ll
  test/CodeGen/SystemZ/frame-11.ll
  test/CodeGen/SystemZ/frame-13.ll
  test/CodeGen/SystemZ/frame-14.ll
  test/CodeGen/SystemZ/frame-15.ll
  test/CodeGen/SystemZ/frame-16.ll
  test/CodeGen/SystemZ/frame-17.ll
  test/CodeGen/SystemZ/frame-18.ll
  test/CodeGen/SystemZ/insert-01.ll
  test/CodeGen/SystemZ/insert-02.ll
  test/CodeGen/SystemZ/insert-03.ll
  test/CodeGen/SystemZ/insert-04.ll
  test/CodeGen/SystemZ/insert-05.ll
  test/CodeGen/SystemZ/insert-06.ll
  test/CodeGen/SystemZ/int-add-01.ll
  test/CodeGen/SystemZ/int-add-02.ll
  test/CodeGen/SystemZ/int-add-03.ll
  test/CodeGen/SystemZ/int-add-04.ll
  test/CodeGen/SystemZ/int-add-05.ll
  test/CodeGen/SystemZ/int-add-06.ll
  test/CodeGen/SystemZ/int-add-07.ll
  test/CodeGen/SystemZ/int-add-08.ll
  test/CodeGen/SystemZ/int-add-09.ll
  test/CodeGen/SystemZ/int-add-10.ll
  test/CodeGen/SystemZ/int-add-11.ll
  test/CodeGen/SystemZ/int-add-12.ll
  test/CodeGen/SystemZ/int-cmp-01.ll
  test/CodeGen/SystemZ/int-cmp-02.ll
  test/CodeGen/SystemZ/int-cmp-03.ll
  test/CodeGen/SystemZ/int-cmp-04.ll
  test/CodeGen/SystemZ/int-cmp-05.ll
  test/CodeGen/SystemZ/int-cmp-06.ll
  test/CodeGen/SystemZ/int-cmp-07.ll
  test/CodeGen/SystemZ/int-cmp-08.ll
  test/CodeGen/SystemZ/int-cmp-09.ll
  test/CodeGen/SystemZ/int-cmp-10.ll
  test/CodeGen/SystemZ/int-cmp-11.ll
  test/CodeGen/SystemZ/int-cmp-12.ll
  test/CodeGen/SystemZ/int-cmp-13.ll
  test/CodeGen/SystemZ/int-cmp-14.ll
  test/CodeGen/SystemZ/int-cmp-15.ll
  test/CodeGen/SystemZ/int-cmp-16.ll
  test/CodeGen/SystemZ/int-cmp-17.ll
  test/CodeGen/SystemZ/int-cmp-18.ll
  test/CodeGen/SystemZ/int-cmp-19.ll
  test/CodeGen/SystemZ/int-cmp-20.ll
  test/CodeGen/SystemZ/int-cmp-21.ll
  test/CodeGen/SystemZ/int-cmp-22.ll
  test/CodeGen/SystemZ/int-cmp-23.ll
  test/CodeGen/SystemZ/int-cmp-24.ll
  test/CodeGen/SystemZ/int-cmp-25.ll
  test/CodeGen/SystemZ/int-cmp-26.ll
  test/CodeGen/SystemZ/int-cmp-27.ll
  test/CodeGen/SystemZ/int-cmp-28.ll
  test/CodeGen/SystemZ/int-cmp-29.ll
  test/CodeGen/SystemZ/int-cmp-30.ll
  test/CodeGen/SystemZ/int-cmp-31.ll
  test/CodeGen/SystemZ/int-cmp-32.ll
  test/CodeGen/SystemZ/int-cmp-33.ll
  test/CodeGen/SystemZ/int-cmp-34.ll
  test/CodeGen/SystemZ/int-cmp-35.ll
  test/CodeGen/SystemZ/int-cmp-36.ll
  test/CodeGen/SystemZ/int-cmp-37.ll
  test/CodeGen/SystemZ/int-cmp-38.ll
  test/CodeGen/SystemZ/int-cmp-39.ll
  test/CodeGen/SystemZ/int-cmp-40.ll
  test/CodeGen/SystemZ/int-cmp-41.ll
  test/CodeGen/SystemZ/int-cmp-42.ll
  test/CodeGen/SystemZ/int-cmp-43.ll
  test/CodeGen/SystemZ/int-const-01.ll
  test/CodeGen/SystemZ/int-const-02.ll
  test/CodeGen/SystemZ/int-const-03.ll
  test/CodeGen/SystemZ/int-const-04.ll
  test/CodeGen/SystemZ/int-const-05.ll
  test/CodeGen/SystemZ/int-const-06.ll
  test/CodeGen/SystemZ/int-conv-01.ll
  test/CodeGen/SystemZ/int-conv-02.ll
  test/CodeGen/SystemZ/int-conv-03.ll
  test/CodeGen/SystemZ/int-conv-04.ll
  test/CodeGen/SystemZ/int-conv-05.ll
  test/CodeGen/SystemZ/int-conv-06.ll
  test/CodeGen/SystemZ/int-conv-07.ll
  test/CodeGen/SystemZ/int-conv-08.ll
  test/CodeGen/SystemZ/int-conv-09.ll
  test/CodeGen/SystemZ/int-conv-10.ll
  test/CodeGen/SystemZ/int-div-01.ll
  test/CodeGen/SystemZ/int-div-02.ll
  test/CodeGen/SystemZ/int-div-03.ll
  test/CodeGen/SystemZ/int-div-04.ll
  test/CodeGen/SystemZ/int-div-05.ll
  test/CodeGen/SystemZ/int-move-01.ll
  test/CodeGen/SystemZ/int-move-02.ll
  test/CodeGen/SystemZ/int-move-03.ll
  test/CodeGen/SystemZ/int-move-04.ll
  test/CodeGen/SystemZ/int-move-05.ll
  test/CodeGen/SystemZ/int-move-06.ll
  test/CodeGen/SystemZ/int-move-07.ll
  test/CodeGen/SystemZ/int-move-08.ll
  test/CodeGen/SystemZ/int-move-09.ll
  test/CodeGen/SystemZ/int-mul-01.ll
  test/CodeGen/SystemZ/int-mul-02.ll
  test/CodeGen/SystemZ/int-mul-03.ll
  test/CodeGen/SystemZ/int-mul-04.ll
  test/CodeGen/SystemZ/int-mul-05.ll
  test/CodeGen/SystemZ/int-mul-06.ll
  test/CodeGen/SystemZ/int-mul-07.ll
  test/CodeGen/SystemZ/int-mul-08.ll
  test/CodeGen/SystemZ/int-neg-01.ll
  test/CodeGen/SystemZ/int-sub-01.ll
  test/CodeGen/SystemZ/int-sub-02.ll
  test/CodeGen/SystemZ/int-sub-03.ll
  test/CodeGen/SystemZ/int-sub-04.ll
  test/CodeGen/SystemZ/int-sub-05.ll
  test/CodeGen/SystemZ/int-sub-06.ll
  test/CodeGen/SystemZ/la-01.ll
  test/CodeGen/SystemZ/la-02.ll
  test/CodeGen/SystemZ/la-03.ll
  test/CodeGen/SystemZ/la-04.ll
  test/CodeGen/SystemZ/lit.local.cfg
  test/CodeGen/SystemZ/or-01.ll
  test/CodeGen/SystemZ/or-02.ll
  test/CodeGen/SystemZ/or-03.ll
  test/CodeGen/SystemZ/or-04.ll
  test/CodeGen/SystemZ/or-05.ll
  test/CodeGen/SystemZ/or-06.ll
  test/CodeGen/SystemZ/shift-01.ll
  test/CodeGen/SystemZ/shift-02.ll
  test/CodeGen/SystemZ/shift-03.ll
  test/CodeGen/SystemZ/shift-04.ll
  test/CodeGen/SystemZ/shift-05.ll
  test/CodeGen/SystemZ/shift-06.ll
  test/CodeGen/SystemZ/shift-07.ll
  test/CodeGen/SystemZ/shift-08.ll
  test/CodeGen/SystemZ/tls-01.ll
  test/CodeGen/SystemZ/xor-01.ll
  test/CodeGen/SystemZ/xor-02.ll
  test/CodeGen/SystemZ/xor-03.ll
  test/CodeGen/SystemZ/xor-04.ll
  test/CodeGen/SystemZ/xor-05.ll
  test/CodeGen/SystemZ/xor-06.ll
  test/ExecutionEngine/MCJIT/lit.local.cfg
  test/ExecutionEngine/lit.local.cfg
  test/MC/SystemZ/insn-a-01.s
  test/MC/SystemZ/insn-a-02.s
  test/MC/SystemZ/insn-adb-01.s
  test/MC/SystemZ/insn-adb-02.s
  test/MC/SystemZ/insn-adbr-01.s
  test/MC/SystemZ/insn-aeb-01.s
  test/MC/SystemZ/insn-aeb-02.s
  test/MC/SystemZ/insn-aebr-01.s
  test/MC/SystemZ/insn-afi-01.s
  test/MC/SystemZ/insn-afi-02.s
  test/MC/SystemZ/insn-ag-01.s
  test/MC/SystemZ/insn-ag-02.s
  test/MC/SystemZ/insn-agf-01.s
  test/MC/SystemZ/insn-agf-02.s
  test/MC/SystemZ/insn-agfi-01.s
  test/MC/SystemZ/insn-agfi-02.s
  test/MC/SystemZ/insn-agfr-01.s
  test/MC/SystemZ/insn-aghi-01.s
  test/MC/SystemZ/insn-aghi-02.s
  test/MC/SystemZ/insn-agr-01.s
  test/MC/SystemZ/insn-agsi-01.s
  test/MC/SystemZ/insn-agsi-02.s
  test/MC/SystemZ/insn-ah-01.s
  test/MC/SystemZ/insn-ah-02.s
  test/MC/SystemZ/insn-ahi-01.s
  test/MC/SystemZ/insn-ahi-02.s
  test/MC/SystemZ/insn-ahy-01.s
  test/MC/SystemZ/insn-ahy-02.s
  test/MC/SystemZ/insn-al-01.s
  test/MC/SystemZ/insn-al-02.s
  test/MC/SystemZ/insn-alc-01.s
  test/MC/SystemZ/insn-alc-02.s
  test/MC/SystemZ/insn-alcg-01.s
  test/MC/SystemZ/insn-alcg-02.s
  test/MC/SystemZ/insn-alcgr-01.s
  test/MC/SystemZ/insn-alcr-01.s
  test/MC/SystemZ/insn-alfi-01.s
  test/MC/SystemZ/insn-alfi-02.s
  test/MC/SystemZ/insn-alg-01.s
  test/MC/SystemZ/insn-alg-02.s
  test/MC/SystemZ/insn-algf-01.s
  test/MC/SystemZ/insn-algf-02.s
  test/MC/SystemZ/insn-algfi-01.s
  test/MC/SystemZ/insn-algfi-02.s
  test/MC/SystemZ/insn-algfr-01.s
  test/MC/SystemZ/insn-algr-01.s
  test/MC/SystemZ/insn-alr-01.s
  test/MC/SystemZ/insn-aly-01.s
  test/MC/SystemZ/insn-aly-02.s
  test/MC/SystemZ/insn-ar-01.s
  test/MC/SystemZ/insn-asi-01.s
  test/MC/SystemZ/insn-asi-02.s
  test/MC/SystemZ/insn-axbr-01.s
  test/MC/SystemZ/insn-axbr-02.s
  test/MC/SystemZ/insn-ay-01.s
  test/MC/SystemZ/insn-ay-02.s
  test/MC/SystemZ/insn-basr-01.s
  test/MC/SystemZ/insn-br-01.s
  test/MC/SystemZ/insn-bras-01.s
  test/MC/SystemZ/insn-brasl-01.s
  test/MC/SystemZ/insn-brc-01.s
  test/MC/SystemZ/insn-brc-02.s
  test/MC/SystemZ/insn-brcl-01.s
  test/MC/SystemZ/insn-brcl-02.s
  test/MC/SystemZ/insn-c-01.s
  test/MC/SystemZ/insn-c-02.s
  test/MC/SystemZ/insn-cdb-01.s
  test/MC/SystemZ/insn-cdb-02.s
  test/MC/SystemZ/insn-cdbr-01.s
  test/MC/SystemZ/insn-cdfbr-01.s
  test/MC/SystemZ/insn-cdfbr-02.s
  test/MC/SystemZ/insn-cdgbr-01.s
  test/MC/SystemZ/insn-cdgbr-02.s
  test/MC/SystemZ/insn-ceb-01.s
  test/MC/SystemZ/insn-ceb-02.s
  test/MC/SystemZ/insn-cebr-01.s
  test/MC/SystemZ/insn-cefbr-01.s
  test/MC/SystemZ/insn-cefbr-02.s
  test/MC/SystemZ/insn-cegbr-01.s
  test/MC/SystemZ/insn-cegbr-02.s
  test/MC/SystemZ/insn-cfdbr-01.s
  test/MC/SystemZ/insn-cfdbr-02.s
  test/MC/SystemZ/insn-cfebr-01.s
  test/MC/SystemZ/insn-cfebr-02.s
  test/MC/SystemZ/insn-cfi-01.s
  test/MC/SystemZ/insn-cfi-02.s
  test/MC/SystemZ/insn-cfxbr-01.s
  test/MC/SystemZ/insn-cfxbr-02.s
  test/MC/SystemZ/insn-cg-01.s
  test/MC/SystemZ/insn-cg-02.s
  test/MC/SystemZ/insn-cgdbr-01.s
  test/MC/SystemZ/insn-cgdbr-02.s
  test/MC/SystemZ/insn-cgebr-01.s
  test/MC/SystemZ/insn-cgebr-02.s
  test/MC/SystemZ/insn-cgf-01.s
  test/MC/SystemZ/insn-cgf-02.s
  test/MC/SystemZ/insn-cgfi-01.s
  test/MC/SystemZ/insn-cgfi-02.s
  test/MC/SystemZ/insn-cgfr-01.s
  test/MC/SystemZ/insn-cgfrl-01.s
  test/MC/SystemZ/insn-cgh-01.s
  test/MC/SystemZ/insn-cgh-02.s
  test/MC/SystemZ/insn-cghi-01.s
  test/MC/SystemZ/insn-cghi-02.s
  test/MC/SystemZ/insn-cghrl-01.s
  test/MC/SystemZ/insn-cghsi-01.s
  test/MC/SystemZ/insn-cghsi-02.s
  test/MC/SystemZ/insn-cgr-01.s
  test/MC/SystemZ/insn-cgrl-01.s
  test/MC/SystemZ/insn-cgxbr-01.s
  test/MC/SystemZ/insn-cgxbr-02.s
  test/MC/SystemZ/insn-ch-01.s
  test/MC/SystemZ/insn-ch-02.s
  test/MC/SystemZ/insn-chhsi-01.s
  test/MC/SystemZ/insn-chhsi-02.s
  test/MC/SystemZ/insn-chi-01.s
  test/MC/SystemZ/insn-chi-02.s
  test/MC/SystemZ/insn-chrl-01.s
  test/MC/SystemZ/insn-chsi-01.s
  test/MC/SystemZ/insn-chsi-02.s
  test/MC/SystemZ/insn-chy-01.s
  test/MC/SystemZ/insn-chy-02.s
  test/MC/SystemZ/insn-cl-01.s
  test/MC/SystemZ/insn-cl-02.s
  test/MC/SystemZ/insn-clfhsi-01.s
  test/MC/SystemZ/insn-clfhsi-02.s
  test/MC/SystemZ/insn-clfi-01.s
  test/MC/SystemZ/insn-clfi-02.s
  test/MC/SystemZ/insn-clg-01.s
  test/MC/SystemZ/insn-clg-02.s
  test/MC/SystemZ/insn-clgf-01.s
  test/MC/SystemZ/insn-clgf-02.s
  test/MC/SystemZ/insn-clgfi-01.s
  test/MC/SystemZ/insn-clgfi-02.s
  test/MC/SystemZ/insn-clgfr-01.s
  test/MC/SystemZ/insn-clgfrl-01.s
  test/MC/SystemZ/insn-clghrl-01.s
  test/MC/SystemZ/insn-clghsi-01.s
  test/MC/SystemZ/insn-clghsi-02.s
  test/MC/SystemZ/insn-clgr-01.s
  test/MC/SystemZ/insn-clgrl-01.s
  test/MC/SystemZ/insn-clhhsi-01.s
  test/MC/SystemZ/insn-clhhsi-02.s
  test/MC/SystemZ/insn-clhrl-01.s
  test/MC/SystemZ/insn-cli-01.s
  test/MC/SystemZ/insn-cli-02.s
  test/MC/SystemZ/insn-cliy-01.s
  test/MC/SystemZ/insn-cliy-02.s
  test/MC/SystemZ/insn-clr-01.s
  test/MC/SystemZ/insn-clrl-01.s
  test/MC/SystemZ/insn-cly-01.s
  test/MC/SystemZ/insn-cly-02.s
  test/MC/SystemZ/insn-cpsdr-01.s
  test/MC/SystemZ/insn-cr-01.s
  test/MC/SystemZ/insn-crl-01.s
  test/MC/SystemZ/insn-cs-01.s
  test/MC/SystemZ/insn-cs-02.s
  test/MC/SystemZ/insn-csg-01.s
  test/MC/SystemZ/insn-csg-02.s
  test/MC/SystemZ/insn-csy-01.s
  test/MC/SystemZ/insn-csy-02.s
  test/MC/SystemZ/insn-cxbr-01.s
  test/MC/SystemZ/insn-cxbr-02.s
  test/MC/SystemZ/insn-cxfbr-01.s
  test/MC/SystemZ/insn-cxfbr-02.s
  test/MC/SystemZ/insn-cxgbr-01.s
  test/MC/SystemZ/insn-cxgbr-02.s
  test/MC/SystemZ/insn-cy-01.s
  test/MC/SystemZ/insn-cy-02.s
  test/MC/SystemZ/insn-ddb-01.s
  test/MC/SystemZ/insn-ddb-02.s
  test/MC/SystemZ/insn-ddbr-01.s
  test/MC/SystemZ/insn-deb-01.s
  test/MC/SystemZ/insn-deb-02.s
  test/MC/SystemZ/insn-debr-01.s
  test/MC/SystemZ/insn-dl-01.s
  test/MC/SystemZ/insn-dl-02.s
  test/MC/SystemZ/insn-dlg-01.s
  test/MC/SystemZ/insn-dlg-02.s
  test/MC/SystemZ/insn-dlgr-01.s
  test/MC/SystemZ/insn-dlgr-02.s
  test/MC/SystemZ/insn-dlr-01.s
  test/MC/SystemZ/insn-dlr-02.s
  test/MC/SystemZ/insn-dsg-01.s
  test/MC/SystemZ/insn-dsg-02.s
  test/MC/SystemZ/insn-dsgf-01.s
  test/MC/SystemZ/insn-dsgf-02.s
  test/MC/SystemZ/insn-dsgfr-01.s
  test/MC/SystemZ/insn-dsgfr-02.s
  test/MC/SystemZ/insn-dsgr-01.s
  test/MC/SystemZ/insn-dsgr-02.s
  test/MC/SystemZ/insn-dxbr-01.s
  test/MC/SystemZ/insn-dxbr-02.s
  test/MC/SystemZ/insn-ear-01.s
  test/MC/SystemZ/insn-ear-02.s
  test/MC/SystemZ/insn-fidbr-01.s
  test/MC/SystemZ/insn-fidbr-02.s
  test/MC/SystemZ/insn-fiebr-01.s
  test/MC/SystemZ/insn-fiebr-02.s
  test/MC/SystemZ/insn-fixbr-01.s
  test/MC/SystemZ/insn-fixbr-02.s
  test/MC/SystemZ/insn-flogr-01.s
  test/MC/SystemZ/insn-flogr-02.s
  test/MC/SystemZ/insn-ic-01.s
  test/MC/SystemZ/insn-ic-02.s
  test/MC/SystemZ/insn-icy-01.s
  test/MC/SystemZ/insn-icy-02.s
  test/MC/SystemZ/insn-iihf-01.s
  test/MC/SystemZ/insn-iihf-02.s
  test/MC/SystemZ/insn-iihh-01.s
  test/MC/SystemZ/insn-iihh-02.s
  test/MC/SystemZ/insn-iihl-01.s
  test/MC/SystemZ/insn-iihl-02.s
  test/MC/SystemZ/insn-iilf-01.s
  test/MC/SystemZ/insn-iilf-02.s
  test/MC/SystemZ/insn-iilh-01.s
  test/MC/SystemZ/insn-iilh-02.s
  test/MC/SystemZ/insn-iill-01.s
  test/MC/SystemZ/insn-iill-02.s
  test/MC/SystemZ/insn-l-01.s
  test/MC/SystemZ/insn-l-02.s
  test/MC/SystemZ/insn-la-01.s
  test/MC/SystemZ/insn-la-02.s
  test/MC/SystemZ/insn-larl-01.s
  test/MC/SystemZ/insn-lay-01.s
  test/MC/SystemZ/insn-lay-02.s
  test/MC/SystemZ/insn-lb-01.s
  test/MC/SystemZ/insn-lb-02.s
  test/MC/SystemZ/insn-lbr-01.s
  test/MC/SystemZ/insn-lcdbr-01.s
  test/MC/SystemZ/insn-lcebr-01.s
  test/MC/SystemZ/insn-lcgfr-01.s
  test/MC/SystemZ/insn-lcgr-01.s
  test/MC/SystemZ/insn-lcr-01.s
  test/MC/SystemZ/insn-lcxbr-01.s
  test/MC/SystemZ/insn-lcxbr-02.s
  test/MC/SystemZ/insn-ld-01.s
  test/MC/SystemZ/insn-ld-02.s
  test/MC/SystemZ/insn-ldeb-01.s
  test/MC/SystemZ/insn-ldeb-02.s
  test/MC/SystemZ/insn-ldebr-01.s
  test/MC/SystemZ/insn-ldgr-01.s
  test/MC/SystemZ/insn-ldgr-02.s
  test/MC/SystemZ/insn-ldr-01.s
  test/MC/SystemZ/insn-ldxbr-01.s
  test/MC/SystemZ/insn-ldxbr-02.s
  test/MC/SystemZ/insn-ldy-01.s
  test/MC/SystemZ/insn-ldy-02.s
  test/MC/SystemZ/insn-le-01.s
  test/MC/SystemZ/insn-le-02.s
  test/MC/SystemZ/insn-ledbr-01.s
  test/MC/SystemZ/insn-ler-01.s
  test/MC/SystemZ/insn-lexbr-01.s
  test/MC/SystemZ/insn-lexbr-02.s
  test/MC/SystemZ/insn-ley-01.s
  test/MC/SystemZ/insn-ley-02.s
  test/MC/SystemZ/insn-lg-01.s
  test/MC/SystemZ/insn-lg-02.s
  test/MC/SystemZ/insn-lgb-01.s
  test/MC/SystemZ/insn-lgb-02.s
  test/MC/SystemZ/insn-lgbr-01.s
  test/MC/SystemZ/insn-lgdr-01.s
  test/MC/SystemZ/insn-lgdr-02.s
  test/MC/SystemZ/insn-lgf-01.s
  test/MC/SystemZ/insn-lgf-02.s
  test/MC/SystemZ/insn-lgfi-01.s
  test/MC/SystemZ/insn-lgfi-02.s
  test/MC/SystemZ/insn-lgfr-01.s
  test/MC/SystemZ/insn-lgfrl-01.s
  test/MC/SystemZ/insn-lgh-01.s
  test/MC/SystemZ/insn-lgh-02.s
  test/MC/SystemZ/insn-lghi-01.s
  test/MC/SystemZ/insn-lghi-02.s
  test/MC/SystemZ/insn-lghr-01.s
  test/MC/SystemZ/insn-lghrl-01.s
  test/MC/SystemZ/insn-lgr-01.s
  test/MC/SystemZ/insn-lgrl-01.s
  test/MC/SystemZ/insn-lh-01.s
  test/MC/SystemZ/insn-lh-02.s
  test/MC/SystemZ/insn-lhi-01.s
  test/MC/SystemZ/insn-lhi-02.s
  test/MC/SystemZ/insn-lhr-01.s
  test/MC/SystemZ/insn-lhrl-01.s
  test/MC/SystemZ/insn-lhy-01.s
  test/MC/SystemZ/insn-lhy-02.s
  test/MC/SystemZ/insn-llc-01.s
  test/MC/SystemZ/insn-llc-02.s
  test/MC/SystemZ/insn-llcr-01.s
  test/MC/SystemZ/insn-llgc-01.s
  test/MC/SystemZ/insn-llgc-02.s
  test/MC/SystemZ/insn-llgcr-01.s
  test/MC/SystemZ/insn-llgf-01.s
  test/MC/SystemZ/insn-llgf-02.s
  test/MC/SystemZ/insn-llgfr-01.s
  test/MC/SystemZ/insn-llgfrl-01.s
  test/MC/SystemZ/insn-llgh-01.s
  test/MC/SystemZ/insn-llgh-02.s
  test/MC/SystemZ/insn-llghr-01.s
  test/MC/SystemZ/insn-llghrl-01.s
  test/MC/SystemZ/insn-llh-01.s
  test/MC/SystemZ/insn-llh-02.s
  test/MC/SystemZ/insn-llhr-01.s
  test/MC/SystemZ/insn-llhrl-01.s
  test/MC/SystemZ/insn-llihf-01.s
  test/MC/SystemZ/insn-llihf-02.s
  test/MC/SystemZ/insn-llihh-01.s
  test/MC/SystemZ/insn-llihh-02.s
  test/MC/SystemZ/insn-llihl-01.s
  test/MC/SystemZ/insn-llihl-02.s
  test/MC/SystemZ/insn-llilf-01.s
  test/MC/SystemZ/insn-llilf-02.s
  test/MC/SystemZ/insn-llilh-01.s
  test/MC/SystemZ/insn-llilh-02.s
  test/MC/SystemZ/insn-llill-01.s
  test/MC/SystemZ/insn-llill-02.s
  test/MC/SystemZ/insn-lmg-01.s
  test/MC/SystemZ/insn-lmg-02.s
  test/MC/SystemZ/insn-lndbr-01.s
  test/MC/SystemZ/insn-lnebr-01.s
  test/MC/SystemZ/insn-lnxbr-01.s
  test/MC/SystemZ/insn-lnxbr-02.s
  test/MC/SystemZ/insn-lpdbr-01.s
  test/MC/SystemZ/insn-lpebr-01.s
  test/MC/SystemZ/insn-lpxbr-01.s
  test/MC/SystemZ/insn-lpxbr-02.s
  test/MC/SystemZ/insn-lr-01.s
  test/MC/SystemZ/insn-lrl-01.s
  test/MC/SystemZ/insn-lrv-01.s
  test/MC/SystemZ/insn-lrv-02.s
  test/MC/SystemZ/insn-lrvg-01.s
  test/MC/SystemZ/insn-lrvg-02.s
  test/MC/SystemZ/insn-lrvgr-01.s
  test/MC/SystemZ/insn-lrvr-01.s
  test/MC/SystemZ/insn-lxr-01.s
  test/MC/SystemZ/insn-lxr-02.s
  test/MC/SystemZ/insn-ly-01.s
  test/MC/SystemZ/insn-ly-02.s
  test/MC/SystemZ/insn-lzdr-01.s
  test/MC/SystemZ/insn-lzer-01.s
  test/MC/SystemZ/insn-lzxr-01.s
  test/MC/SystemZ/insn-lzxr-02.s
  test/MC/SystemZ/insn-madb-01.s
  test/MC/SystemZ/insn-madb-02.s
  test/MC/SystemZ/insn-madbr-01.s
  test/MC/SystemZ/insn-maeb-01.s
  test/MC/SystemZ/insn-maeb-02.s
  test/MC/SystemZ/insn-maebr-01.s
  test/MC/SystemZ/insn-mdb-01.s
  test/MC/SystemZ/insn-mdb-02.s
  test/MC/SystemZ/insn-mdbr-01.s
  test/MC/SystemZ/insn-mdeb-01.s
  test/MC/SystemZ/insn-mdeb-02.s
  test/MC/SystemZ/insn-mdebr-01.s
  test/MC/SystemZ/insn-meeb-01.s
  test/MC/SystemZ/insn-meeb-02.s
  test/MC/SystemZ/insn-meebr-01.s
  test/MC/SystemZ/insn-mghi-01.s
  test/MC/SystemZ/insn-mghi-02.s
  test/MC/SystemZ/insn-mh-01.s
  test/MC/SystemZ/insn-mh-02.s
  test/MC/SystemZ/insn-mhi-01.s
  test/MC/SystemZ/insn-mhi-02.s
  test/MC/SystemZ/insn-mhy-01.s
  test/MC/SystemZ/insn-mhy-02.s
  test/MC/SystemZ/insn-mlg-01.s
  test/MC/SystemZ/insn-mlg-02.s
  test/MC/SystemZ/insn-mlgr-01.s
  test/MC/SystemZ/insn-mlgr-02.s
  test/MC/SystemZ/insn-ms-01.s
  test/MC/SystemZ/insn-ms-02.s
  test/MC/SystemZ/insn-msdb-01.s
  test/MC/SystemZ/insn-msdb-02.s
  test/MC/SystemZ/insn-msdbr-01.s
  test/MC/SystemZ/insn-mseb-01.s
  test/MC/SystemZ/insn-mseb-02.s
  test/MC/SystemZ/insn-msebr-01.s
  test/MC/SystemZ/insn-msfi-01.s
  test/MC/SystemZ/insn-msfi-02.s
  test/MC/SystemZ/insn-msg-01.s
  test/MC/SystemZ/insn-msg-02.s
  test/MC/SystemZ/insn-msgf-01.s
  test/MC/SystemZ/insn-msgf-02.s
  test/MC/SystemZ/insn-msgfi-01.s
  test/MC/SystemZ/insn-msgfi-02.s
  test/MC/SystemZ/insn-msgfr-01.s
  test/MC/SystemZ/insn-msgr-01.s
  test/MC/SystemZ/insn-msr-01.s
  test/MC/SystemZ/insn-msy-01.s
  test/MC/SystemZ/insn-msy-02.s
  test/MC/SystemZ/insn-mvghi-01.s
  test/MC/SystemZ/insn-mvghi-02.s
  test/MC/SystemZ/insn-mvhhi-01.s
  test/MC/SystemZ/insn-mvhhi-02.s
  test/MC/SystemZ/insn-mvhi-01.s
  test/MC/SystemZ/insn-mvhi-02.s
  test/MC/SystemZ/insn-mvi-01.s
  test/MC/SystemZ/insn-mvi-02.s
  test/MC/SystemZ/insn-mviy-01.s
  test/MC/SystemZ/insn-mviy-02.s
  test/MC/SystemZ/insn-mxbr-01.s
  test/MC/SystemZ/insn-mxbr-02.s
  test/MC/SystemZ/insn-mxdb-01.s
  test/MC/SystemZ/insn-mxdb-02.s
  test/MC/SystemZ/insn-mxdbr-01.s
  test/MC/SystemZ/insn-mxdbr-02.s
  test/MC/SystemZ/insn-n-01.s
  test/MC/SystemZ/insn-n-02.s
  test/MC/SystemZ/insn-ng-01.s
  test/MC/SystemZ/insn-ng-02.s
  test/MC/SystemZ/insn-ngr-01.s
  test/MC/SystemZ/insn-ni-01.s
  test/MC/SystemZ/insn-ni-02.s
  test/MC/SystemZ/insn-nihf-01.s
  test/MC/SystemZ/insn-nihf-02.s
  test/MC/SystemZ/insn-nihh-01.s
  test/MC/SystemZ/insn-nihh-02.s
  test/MC/SystemZ/insn-nihl-01.s
  test/MC/SystemZ/insn-nihl-02.s
  test/MC/SystemZ/insn-nilf-01.s
  test/MC/SystemZ/insn-nilf-02.s
  test/MC/SystemZ/insn-nilh-01.s
  test/MC/SystemZ/insn-nilh-02.s
  test/MC/SystemZ/insn-nill-01.s
  test/MC/SystemZ/insn-nill-02.s
  test/MC/SystemZ/insn-niy-01.s
  test/MC/SystemZ/insn-niy-02.s
  test/MC/SystemZ/insn-nr-01.s
  test/MC/SystemZ/insn-ny-01.s
  test/MC/SystemZ/insn-ny-02.s
  test/MC/SystemZ/insn-o-01.s
  test/MC/SystemZ/insn-o-02.s
  test/MC/SystemZ/insn-og-01.s
  test/MC/SystemZ/insn-og-02.s
  test/MC/SystemZ/insn-ogr-01.s
  test/MC/SystemZ/insn-oi-01.s
  test/MC/SystemZ/insn-oi-02.s
  test/MC/SystemZ/insn-oihf-01.s
  test/MC/SystemZ/insn-oihf-02.s
  test/MC/SystemZ/insn-oihh-01.s
  test/MC/SystemZ/insn-oihh-02.s
  test/MC/SystemZ/insn-oihl-01.s
  test/MC/SystemZ/insn-oihl-02.s
  test/MC/SystemZ/insn-oilf-01.s
  test/MC/SystemZ/insn-oilf-02.s
  test/MC/SystemZ/insn-oilh-01.s
  test/MC/SystemZ/insn-oilh-02.s
  test/MC/SystemZ/insn-oill-01.s
  test/MC/SystemZ/insn-oill-02.s
  test/MC/SystemZ/insn-oiy-01.s
  test/MC/SystemZ/insn-oiy-02.s
  test/MC/SystemZ/insn-or-01.s
  test/MC/SystemZ/insn-oy-01.s
  test/MC/SystemZ/insn-oy-02.s
  test/MC/SystemZ/insn-risbg-01.s
  test/MC/SystemZ/insn-risbg-02.s
  test/MC/SystemZ/insn-rll-01.s
  test/MC/SystemZ/insn-rll-02.s
  test/MC/SystemZ/insn-rllg-01.s
  test/MC/SystemZ/insn-rllg-02.s
  test/MC/SystemZ/insn-s-01.s
  test/MC/SystemZ/insn-s-02.s
  test/MC/SystemZ/insn-sdb-01.s
  test/MC/SystemZ/insn-sdb-02.s
  test/MC/SystemZ/insn-sdbr-01.s
  test/MC/SystemZ/insn-seb-01.s
  test/MC/SystemZ/insn-seb-02.s
  test/MC/SystemZ/insn-sebr-01.s
  test/MC/SystemZ/insn-sg-01.s
  test/MC/SystemZ/insn-sg-02.s
  test/MC/SystemZ/insn-sgf-01.s
  test/MC/SystemZ/insn-sgf-02.s
  test/MC/SystemZ/insn-sgfr-01.s
  test/MC/SystemZ/insn-sgr-01.s
  test/MC/SystemZ/insn-sl-01.s
  test/MC/SystemZ/insn-sl-02.s
  test/MC/SystemZ/insn-slb-01.s
  test/MC/SystemZ/insn-slb-02.s
  test/MC/SystemZ/insn-slbg-01.s
  test/MC/SystemZ/insn-slbg-02.s
  test/MC/SystemZ/insn-slbgr-01.s
  test/MC/SystemZ/insn-slbr-01.s
  test/MC/SystemZ/insn-slfi-01.s
  test/MC/SystemZ/insn-slfi-02.s
  test/MC/SystemZ/insn-slg-01.s
  test/MC/SystemZ/insn-slg-02.s
  test/MC/SystemZ/insn-slgf-01.s
  test/MC/SystemZ/insn-slgf-02.s
  test/MC/SystemZ/insn-slgfi-01.s
  test/MC/SystemZ/insn-slgfi-02.s
  test/MC/SystemZ/insn-slgfr-01.s
  test/MC/SystemZ/insn-slgr-01.s
  test/MC/SystemZ/insn-sll-01.s
  test/MC/SystemZ/insn-sll-02.s
  test/MC/SystemZ/insn-sllg-01.s
  test/MC/SystemZ/insn-sllg-02.s
  test/MC/SystemZ/insn-slr-01.s
  test/MC/SystemZ/insn-sly-01.s
  test/MC/SystemZ/insn-sly-02.s
  test/MC/SystemZ/insn-sqdb-01.s
  test/MC/SystemZ/insn-sqdb-02.s
  test/MC/SystemZ/insn-sqdbr-01.s
  test/MC/SystemZ/insn-sqeb-01.s
  test/MC/SystemZ/insn-sqeb-02.s
  test/MC/SystemZ/insn-sqebr-01.s
  test/MC/SystemZ/insn-sqxbr-01.s
  test/MC/SystemZ/insn-sqxbr-02.s
  test/MC/SystemZ/insn-sr-01.s
  test/MC/SystemZ/insn-sra-01.s
  test/MC/SystemZ/insn-sra-02.s
  test/MC/SystemZ/insn-srag-01.s
  test/MC/SystemZ/insn-srag-02.s
  test/MC/SystemZ/insn-srl-01.s
  test/MC/SystemZ/insn-srl-02.s
  test/MC/SystemZ/insn-srlg-01.s
  test/MC/SystemZ/insn-srlg-02.s
  test/MC/SystemZ/insn-st-01.s
  test/MC/SystemZ/insn-st-02.s
  test/MC/SystemZ/insn-stc-01.s
  test/MC/SystemZ/insn-stc-02.s
  test/MC/SystemZ/insn-stcy-01.s
  test/MC/SystemZ/insn-stcy-02.s
  test/MC/SystemZ/insn-std-01.s
  test/MC/SystemZ/insn-std-02.s
  test/MC/SystemZ/insn-stdy-01.s
  test/MC/SystemZ/insn-stdy-02.s
  test/MC/SystemZ/insn-ste-01.s
  test/MC/SystemZ/insn-ste-02.s
  test/MC/SystemZ/insn-stey-01.s
  test/MC/SystemZ/insn-stey-02.s
  test/MC/SystemZ/insn-stg-01.s
  test/MC/SystemZ/insn-stg-02.s
  test/MC/SystemZ/insn-stgrl-01.s
  test/MC/SystemZ/insn-sth-01.s
  test/MC/SystemZ/insn-sth-02.s
  test/MC/SystemZ/insn-sthrl-01.s
  test/MC/SystemZ/insn-sthy-01.s
  test/MC/SystemZ/insn-sthy-02.s
  test/MC/SystemZ/insn-stmg-01.s
  test/MC/SystemZ/insn-stmg-02.s
  test/MC/SystemZ/insn-strl-01.s
  test/MC/SystemZ/insn-strv-01.s
  test/MC/SystemZ/insn-strv-02.s
  test/MC/SystemZ/insn-strvg-01.s
  test/MC/SystemZ/insn-strvg-02.s
  test/MC/SystemZ/insn-sty-01.s
  test/MC/SystemZ/insn-sty-02.s
  test/MC/SystemZ/insn-sxbr-01.s
  test/MC/SystemZ/insn-sxbr-02.s
  test/MC/SystemZ/insn-sy-01.s
  test/MC/SystemZ/insn-sy-02.s
  test/MC/SystemZ/insn-x-01.s
  test/MC/SystemZ/insn-x-02.s
  test/MC/SystemZ/insn-xg-01.s
  test/MC/SystemZ/insn-xg-02.s
  test/MC/SystemZ/insn-xgr-01.s
  test/MC/SystemZ/insn-xi-01.s
  test/MC/SystemZ/insn-xi-02.s
  test/MC/SystemZ/insn-xihf-01.s
  test/MC/SystemZ/insn-xihf-02.s
  test/MC/SystemZ/insn-xilf-01.s
  test/MC/SystemZ/insn-xilf-02.s
  test/MC/SystemZ/insn-xiy-01.s
  test/MC/SystemZ/insn-xiy-02.s
  test/MC/SystemZ/insn-xr-01.s
  test/MC/SystemZ/insn-xy-01.s
  test/MC/SystemZ/insn-xy-02.s
  test/MC/SystemZ/lit.local.cfg
  test/MC/SystemZ/regs-01.s
  test/MC/SystemZ/regs-02.s
  test/MC/SystemZ/regs-03.s
  test/MC/SystemZ/regs-04.s
  test/MC/SystemZ/regs-05.s
  test/MC/SystemZ/regs-06.s
  test/MC/SystemZ/regs-07.s
  test/MC/SystemZ/regs-08.s
  test/MC/SystemZ/regs-09.s
  test/MC/SystemZ/regs-10.s
  test/MC/SystemZ/regs-11.s
  test/MC/SystemZ/regs-12.s
  test/MC/SystemZ/regs-13.s
  test/MC/SystemZ/regs-14.s
  test/MC/SystemZ/regs-15.s
  test/lit.cfg
  unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
  unittests/ExecutionEngine/JIT/JITTest.cpp
  unittests/ExecutionEngine/JIT/MultiJITTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D669.3.patch
Type: text/x-patch
Size: 1769759 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130423/586ffb32/attachment.bin>


More information about the llvm-commits mailing list