1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/lib/Target/SystemZ/InstPrinter
Zhan Jun Liau d6608e9acc [SystemZ] Add support for the .insn directive
Summary:
Add support for the .insn directive.

.insn is an s390 specific directive that allows encoding of an instruction
instead of using a mnemonic. The motivating case is some code in node.js that
requires support for the .insn directive.

Reviewers: koriakin, uweigand

Subscribers: koriakin, llvm-commits

Differential Revision: https://reviews.llvm.org/D21809

llvm-svn: 278012
2016-08-08 15:13:08 +00:00
..
CMakeLists.txt
LLVMBuild.txt
SystemZInstPrinter.cpp [SystemZ] Add support for the .insn directive 2016-08-08 15:13:08 +00:00
SystemZInstPrinter.h [SystemZ] Add support for the .insn directive 2016-08-08 15:13:08 +00:00