Home
last modified time | relevance | path

Searched refs:S_00B848_VGPRS (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp24 return S_00B848_VGPRS(VGPRBlocks) | S_00B848_SGPRS(SGPRBlocks) | in getComputePGMRSrc1()
35 uint64_t Reg = S_00B848_VGPRS(VGPRBlocks) | S_00B848_SGPRS(SGPRBlocks) | in getPGMRSrc1()
H A DSIDefines.h843 #define S_00B848_VGPRS(x) (((x) & 0x3F) << 0) macro