• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1//===-- VIInstrFormats.td - VI Instruction Encodings ----------------------===//
2//
3//                     The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// VI Instruction format definitions.
11//
12//===----------------------------------------------------------------------===//
13
14class EXPe_vi : EXPe {
15  let Inst{31-26} = 0x31; //encoding
16}
17
18class VINTRPe_vi <bits<2> op> : VINTRPe <op> {
19  let Inst{31-26} = 0x35; // encoding
20}
21