Lines Matching +full:space +full:- +full:constraint
1 //===-- CaymanInstructions.td - CM Instruction defs -------*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
14 def isCayman : Predicate<"Subtarget->hasCaymanISA()">;
16 //===----------------------------------------------------------------------===//
18 //===----------------------------------------------------------------------===//
106 let Inst{31-0} = Word0;
147 //Adding this constraint prevents this from happening.
174 // the same constraint as VTX_READ_32_eg, because the $src_gpr.ptr and $dst
178 //===----------------------------------------------------------------------===//
179 // VTX Read from parameter memory space
180 //===----------------------------------------------------------------------===//
192 //===----------------------------------------------------------------------===//
193 // VTX Read from constant memory space
194 //===----------------------------------------------------------------------===//
206 //===----------------------------------------------------------------------===//
207 // VTX Read from global memory space
208 //===----------------------------------------------------------------------===//