Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp323 raw_string_ostream HexStream(HexString); in emitInstruction() local
324 HexStream << format_hex(MI->getOperand(0).getImm(), 10, true); in emitInstruction()
333 raw_string_ostream HexStream(HexString); in emitInstruction() local
334 HexStream << format_hex(MI->getOperand(0).getImm(), 10, true); in emitInstruction()
346 raw_string_ostream HexStream(HexString); in emitInstruction() local
347 HexStream << format_hex(MI->getOperand(0).getImm(), 10, true); in emitInstruction()
415 raw_string_ostream HexStream(HexLine); in emitInstruction() local
420 HexStream << format("%s%08X", (i > 0 ? " " : ""), CodeDWord); in emitInstruction()