Home
last modified time | relevance | path

Searched refs:AlwaysPrintImm0 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMInstPrinter.h67 template <bool AlwaysPrintImm0>
73 bool AlwaysPrintImm0);
83 template <bool AlwaysPrintImm0>
86 template <bool AlwaysPrintImm0>
146 template <bool AlwaysPrintImm0>
149 template <bool AlwaysPrintImm0>
152 template <bool AlwaysPrintImm0>
DARMInstPrinter.cpp533 bool AlwaysPrintImm0) { in printAM3PreOrOffsetIndexOp() argument
552 if (AlwaysPrintImm0 || ImmOffs || (op == ARM_AM::sub)) { in printAM3PreOrOffsetIndexOp()
559 template <bool AlwaysPrintImm0>
572 printAM3PreOrOffsetIndexOp(MI, Op, O, AlwaysPrintImm0); in printAddrMode3Operand()
648 template <bool AlwaysPrintImm0>
665 if (AlwaysPrintImm0 || ImmOffs || Op == ARM_AM::sub) { in printAddrMode5Operand()
672 template <bool AlwaysPrintImm0>
689 if (AlwaysPrintImm0 || ImmOffs || Op == ARM_AM::sub) { in printAddrMode5FP16Operand()
1174 template <bool AlwaysPrintImm0>
1196 } else if (AlwaysPrintImm0 || OffImm > 0) { in printAddrModeImm12Operand()
[all …]