Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp230 raw_string_ostream HexStream(HexString); in emitInstruction() local
231 HexStream << format_hex(MI->getOperand(0).getImm(), 10, true); in emitInstruction()
240 raw_string_ostream HexStream(HexString); in emitInstruction() local
241 HexStream << format_hex(MI->getOperand(0).getImm(), 10, true); in emitInstruction()
253 raw_string_ostream HexStream(HexString); in emitInstruction() local
254 HexStream << format_hex(MI->getOperand(0).getImm(), 10, true); in emitInstruction()
316 raw_string_ostream HexStream(HexLine); in emitInstruction() local
320 HexStream << format("%s%08X", (i > 0 ? " " : ""), CodeDWord); in emitInstruction()