Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp82 O << formatDec(MI->getOperand(OpNo).getImm() & 0xf); in printU4ImmDecOperand()
87 O << formatDec(MI->getOperand(OpNo).getImm() & 0xff); in printU8ImmDecOperand()
92 O << formatDec(MI->getOperand(OpNo).getImm() & 0xffff); in printU16ImmDecOperand()
148 O << formatDec(SignExtend32<12>(MI->getOperand(OpNo).getImm())); in printFlatOffset()
150 O << formatDec(SignExtend32<13>(MI->getOperand(OpNo).getImm())); in printFlatOffset()
742 O << formatDec(Op.getImm()); in printRegularOperand()
910 O << "dpp8:[" << formatDec(Imm & 0x7); in printDPP8()
912 O << ',' << formatDec((Imm >> (3 * i)) & 0x7); in printDPP8()
934 O << formatDec(Imm & 0x3) << ','; in printDPPCtrl()
935 O << formatDec((Imm & 0xc) >> 2) << ','; in printDPPCtrl()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstPrinter.h136 return PrintImmHex ? formatHex(Value) : formatDec(Value); in formatImm()
140 format_object<int64_t> formatDec(int64_t Value) const;
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCInstPrinter.cpp194 format_object<int64_t> MCInstPrinter::formatDec(int64_t Value) const { in formatDec() function in MCInstPrinter
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1998 O << markup("<imm:") << '#' << formatDec(Value) << markup(">"); in printImmSVE()
2003 *CommentStream << '=' << formatDec(HexValue) << '\n'; in printImmSVE()