Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp729 O << formatDec(Op.getImm()); in printRegularOperand()
886 O << "dpp8:[" << formatDec(Imm & 0x7); in printDPP8()
910 O << formatDec(Imm & 0x3) << ','; in printDPPCtrl()
911 O << formatDec((Imm & 0xc) >> 2) << ','; in printDPPCtrl()
912 O << formatDec((Imm & 0x30) >> 4) << ','; in printDPPCtrl()
1423 O << formatDec(Imm & LANE_MASK); in printSwizzle()
1440 O << formatDec(XorMask); in printSwizzle()
1449 O << formatDec(XorMask + 1); in printSwizzle()
1462 O << formatDec(GroupSize); in printSwizzle()
1464 O << formatDec(OrMask); in printSwizzle()
[all …]
/llvm-project-15.0.7/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;
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCInstPrinter.cpp194 format_object<int64_t> MCInstPrinter::formatDec(int64_t Value) const { in formatDec() function in MCInstPrinter
/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1685 O << '#' << formatDec(Value); in printImmSVE()
1690 *CommentStream << '=' << formatDec(HexValue) << '\n'; in printImmSVE()