Searched refs:formatHex (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstPrinter.h98 format_object1<int64_t> formatImm(const int64_t Value) const { return PrintImmHex ? formatHex(Value) : formatDec(Value); }
102 format_object1<int64_t> formatHex(const int64_t Value) const;
103 format_object1<uint64_t> formatHex(const uint64_t Value) const;
/external/llvm/lib/MC/
H A DMCInstPrinter.cpp76 format_object1<int64_t> MCInstPrinter::formatHex(const int64_t Value) const { function in class:MCInstPrinter
99 format_object1<uint64_t> MCInstPrinter::formatHex(const uint64_t Value) const { function in class:MCInstPrinter
/external/llvm/lib/Target/R600/InstPrinter/
H A DAMDGPUInstPrinter.cpp30 O << formatHex(MI->getOperand(OpNo).getImm() & 0xff);
35 O << formatHex(MI->getOperand(OpNo).getImm() & 0xffff);
40 O << formatHex(MI->getOperand(OpNo).getImm() & 0xffffffff);
132 O << formatHex(static_cast<uint64_t>(Imm));
/external/llvm/lib/Target/X86/InstPrinter/
H A DX86ATTInstPrinter.cpp153 O << formatHex((uint64_t)Address);
H A DX86IntelInstPrinter.cpp142 O << formatHex((uint64_t)Address);

Completed in 1345 milliseconds