1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/MC/SystemZ
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
..
directive-insn.s [SystemZ] Add support for the .insn directive 2016-08-08 15:13:08 +00:00
fixups.s
insn-bad-z13.s [SystemZ] Recognize Load On Condition Immediate (LOCHI/LOGHI) opportunities 2016-07-11 18:45:03 +00:00
insn-bad-z196.s [SystemZ] Add support for missing instructions 2016-07-08 16:18:40 +00:00
insn-bad-zEC12.s [SystemZ] Recognize Load On Condition Immediate (LOCHI/LOGHI) opportunities 2016-07-11 18:45:03 +00:00
insn-bad.s [SystemZ] Add missing classes and instructions 2016-08-05 15:14:34 +00:00
insn-good-z13.s [SystemZ] Recognize Load On Condition Immediate (LOCHI/LOGHI) opportunities 2016-07-11 18:45:03 +00:00
insn-good-z196.s [SystemZ] Add support for missing instructions 2016-07-08 16:18:40 +00:00
insn-good-zEC12.s
insn-good.s [SystemZ] Add missing classes and instructions 2016-08-05 15:14:34 +00:00
lit.local.cfg
regs-bad.s
regs-good.s
tokens.s
word.s [SystemZ] Add support for the .word directive. 2016-07-08 16:50:02 +00:00