Deleted Added
full compact
SystemZInstrSystem.td (327952) SystemZInstrSystem.td (353358)
1//==- SystemZInstrSystem.td - SystemZ system instructions -*- tblgen-*-----==//
2//
1//==- SystemZInstrSystem.td - SystemZ system instructions -*- tblgen-*-----==//
2//
3// The LLVM Compiler Infrastructure
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4//
6//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// The instructions in this file implement SystemZ system-level instructions.
11// Most of these instructions are privileged or semi-privileged. They are
12// not used for code generation, but are provided for use with the assembler
13// and disassembler only.
14//
15//===----------------------------------------------------------------------===//

--- 508 unchanged lines hidden ---
7//===----------------------------------------------------------------------===//
8//
9// The instructions in this file implement SystemZ system-level instructions.
10// Most of these instructions are privileged or semi-privileged. They are
11// not used for code generation, but are provided for use with the assembler
12// and disassembler only.
13//
14//===----------------------------------------------------------------------===//

--- 508 unchanged lines hidden ---