aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/R600InstrFormats.td
blob: 0890eb64509c690d7d9d3ec5eb9483080d24ea91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//===-- R600InstrFormats.td - TODO: Add brief description -------===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// TODO: Add full description
//
//===----------------------------------------------------------------------===//


class ALUInst <bits<10> op, dag outs, dag ins, string asm, list<dag> pattern>
  : InstR600 <, outs, ins , asm, pattern>