Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp660 O << formatDec(Op.getImm()); in printOperand()
797 O << "dpp8:[" << formatDec(Imm & 0x7); in printDPP8()
821 O << formatDec(Imm & 0x3) << ','; in printDPPCtrl()
822 O << formatDec((Imm & 0xc) >> 2) << ','; in printDPPCtrl()
823 O << formatDec((Imm & 0x30) >> 4) << ','; in printDPPCtrl()
1333 O << formatDec(Imm & LANE_MASK); in printSwizzle()
1350 O << formatDec(XorMask); in printSwizzle()
1359 O << formatDec(XorMask + 1); in printSwizzle()
1372 O << formatDec(GroupSize); in printSwizzle()
1374 O << formatDec(OrMask); in printSwizzle()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstPrinter.h135 return PrintImmHex ? formatHex(Value) : formatDec(Value); in formatImm()
139 format_object<int64_t> formatDec(int64_t Value) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp193 format_object<int64_t> MCInstPrinter::formatDec(int64_t Value) const { in formatDec() function in MCInstPrinter
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1660 O << '#' << formatDec(Value); in printImmSVE()
1665 *CommentStream << '=' << formatDec(HexValue) << '\n'; in printImmSVE()