1//===-- R600Intrinsics.td - TODO: Add brief description -------===// 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// TODO: Add full description 11// 12//===----------------------------------------------------------------------===// 13 14let TargetPrefix = "R600", isTarget = 1 in { 15 def int_R600_load_input : Intrinsic<[llvm_float_ty], [llvm_i32_ty], [IntrNoMem]>; 16} 17