Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp347 unsigned int CodeDWord = *(unsigned int *)&CodeBytes[i]; in emitInstruction() local
348 HexStream << format("%s%08X", (i > 0 ? " " : ""), CodeDWord); in emitInstruction()