Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp83 S_00B848_DEBUG_MODE(ProgInfo.DebugMode) | in getComputePGMRSrc1Reg()
104 S_00B848_DEBUG_MODE(ProgInfo.DebugMode); in getPGMRSrc1Reg()
H A DSIDefines.h1141 #define S_00B848_DEBUG_MODE(x) (((x) & 0x1) << 22) macro