1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
llvm-mirror/test/MC/SystemZ
Ulrich Weigand 81afdbc83c [SystemZ] Add support for new cpu architecture - arch14
This patch adds support for the next-generation arch14
CPU architecture to the SystemZ backend.

This includes:
- Basic support for the new processor and its features.
- Detection of arch14 as host processor.
- Assembler/disassembler support for new instructions.
- New LLVM intrinsics for certain new instructions.
- Support for low-level builtins mapped to new LLVM intrinsics.
- New high-level intrinsics in vecintrin.h.
- Indicate support by defining  __VEC__ == 10304.

Note: No currently available Z system supports the arch14
architecture.  Once new systems become available, the
official system name will be added as supported -march name.
2021-07-26 16:57:28 +02:00
..
asm-match.s
directive-insn-vector.s
directive-insn.s
fixups-zEC12.s
fixups.s
insn-bad-arch14.s [SystemZ] Add support for new cpu architecture - arch14 2021-07-26 16:57:28 +02:00
insn-bad-z13.s
insn-bad-z14.s
insn-bad-z15.s [SystemZ] Add support for new cpu architecture - arch14 2021-07-26 16:57:28 +02:00
insn-bad-z196.s
insn-bad-zEC12.s
insn-bad.s
insn-good-arch14.s [SystemZ] Add support for new cpu architecture - arch14 2021-07-26 16:57:28 +02:00
insn-good-z13.s
insn-good-z14.s
insn-good-z15.s
insn-good-z196.s
insn-good-zEC12.s
insn-good.s
invalid-instructions-spellcheck.s
lit.local.cfg
regs-bad.s
regs-good.s
reloc-directive.s [SystemZ] Add support for .reloc assembler directive 2021-06-25 21:51:10 +02:00
tokens.s
word.s