Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUMCInstLower.cpp169 unsigned int CodeDWord = *(unsigned int *)&CodeBytes[i]; in EmitInstruction() local
170 HexStream << format("%s%08X", (i > 0 ? " " : ""), CodeDWord); in EmitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMCInstLower.cpp329 unsigned int CodeDWord = *(unsigned int *)&CodeBytes[i]; in EmitInstruction() local
330 HexStream << format("%s%08X", (i > 0 ? " " : ""), CodeDWord); in EmitInstruction()