]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/lib/Target/AMDGPU/VIInstrFormats.td
Merge llvm, clang, compiler-rt, libc++, lld and lldb release_40 branch
[FreeBSD/FreeBSD.git] / contrib / llvm / lib / Target / AMDGPU / VIInstrFormats.td
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
14 class EXPe_vi : EXPe {
15   let Inst{31-26} = 0x31; //encoding
16 }
17
18 class VINTRPe_vi <bits<2> op> : VINTRPe <op> {
19   let Inst{31-26} = 0x35; // encoding
20 }