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.cpp229 raw_string_ostream HexStream(HexString); in emitInstruction() local
230 HexStream << format_hex(MI->getOperand(0).getImm(), 10, true); in emitInstruction()
239 raw_string_ostream HexStream(HexString); in emitInstruction() local
240 HexStream << format_hex(MI->getOperand(0).getImm(), 10, true); in emitInstruction()
252 raw_string_ostream HexStream(HexString); in emitInstruction() local
253 HexStream << format_hex(MI->getOperand(0).getImm(), 10, true); in emitInstruction()
315 raw_string_ostream HexStream(HexLine); in emitInstruction() local
319 HexStream << format("%s%08X", (i > 0 ? " " : ""), CodeDWord); in emitInstruction()