Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/InstPrinter/
H A DAMDGPUInstPrinter.cpp1039 const unsigned OpSys = (SImm16 & OP_SYS_MASK_) >> OP_SHIFT_; in printSendMsg() local
1040 if (! (OP_SYS_FIRST_ <= OpSys && OpSys < OP_SYS_LAST_)) // Unused/unknown. in printSendMsg()
1042 O << "sendmsg(" << IdSymbolic[Id] << ", " << OpSysSymbolic[OpSys] << ')'; in printSendMsg()