summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/R600IntrinsicsOpenCL.td
blob: 8efa29b53355b9972d173bdac644a25810c74049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//===-- R600Intrinsics.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
//
//===----------------------------------------------------------------------===//

let TargetPrefix = "R600", isTarget = 1 in {
  def int_R600_load_input : Intrinsic<[llvm_float_ty], [llvm_i32_ty], [IntrNoMem]>;
}