Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp153 S_00B84C_EXCP_EN(ProgInfo.EXCPEnable); in getComputePGMRSrc2Reg()
H A DSIDefines.h1137 #define S_00B84C_EXCP_EN(x) (((x) & 0x7F) << 24) macro