Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/InstPrinter/
H A DAMDGPUInstPrinter.cpp62 O << formatDec(MI->getOperand(OpNo).getImm() & 0xf); in printU4ImmDecOperand()
543 O << formatDec(Op.getImm()); in printOperand()
633 O << formatDec(Imm & 0x3) << ','; in printDPPCtrl()
634 O << formatDec((Imm & 0xc) >> 2) << ','; in printDPPCtrl()
635 O << formatDec((Imm & 0x30) >> 4) << ','; in printDPPCtrl()
636 O << formatDec((Imm & 0xc0) >> 6) << ']'; in printDPPCtrl()
1099 O << formatDec(Imm & LANE_MASK); in printSwizzle()
1116 O << formatDec(XorMask); in printSwizzle()
1125 O << formatDec(XorMask + 1); in printSwizzle()
1138 O << formatDec(GroupSize); in printSwizzle()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCInstPrinter.h97 return PrintImmHex ? formatHex(Value) : formatDec(Value); in formatImm()
101 format_object<int64_t> formatDec(int64_t Value) const;
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCInstPrinter.cpp84 format_object<int64_t> MCInstPrinter::formatDec(int64_t Value) const { in formatDec() function in MCInstPrinter
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp1494 O << '#' << formatDec(Value); in printImmSVE()
1499 *CommentStream << '=' << formatDec(HexValue) << '\n'; in printImmSVE()