AMDGPU: Add core backend files for R600/SI codegen v6
[oota-llvm.git] / lib / Target / AMDGPU / AMDILOperands.td
1 //===- AMDILOperands.td - AMD IL Operands ------------===//
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 // Custom memory operand
11 //===----------------------------------------------------------------------===//
12
13 def MEMI32  : Operand<i32> {
14     let PrintMethod = "printMemOperand";
15     let MIOperandInfo = (ops GPRI32, GPRI32);
16 }
17
18 // Call target types
19 def calltarget   : Operand<i32>;
20 def brtarget   : Operand<OtherVT>;
21
22 // def v2i8imm : Operand<v2i8>;
23 // def v4i8imm : Operand<v4i8>;
24 // def v2i16imm : Operand<v2i16>;
25 // def v4i16imm : Operand<v4i16>;
26 // def v2i32imm : Operand<v2i32>;
27 // def v4i32imm : Operand<v4i32>;
28 // def v2i64imm : Operand<v2i64>;
29 // def v2f32imm : Operand<v2f32>;
30 // def v4f32imm : Operand<v4f32>;
31 // def v2f64imm : Operand<v2f64>;
32