Lines Matching refs:AlwaysPrintImm0
479 bool AlwaysPrintImm0) { in printAM3PreOrOffsetIndexOp() argument
498 if (AlwaysPrintImm0 || ImmOffs || (op == ARM_AM::sub)) { in printAM3PreOrOffsetIndexOp()
505 template <bool AlwaysPrintImm0>
518 printAM3PreOrOffsetIndexOp(MI, Op, O, AlwaysPrintImm0); in printAddrMode3Operand()
576 template <bool AlwaysPrintImm0>
593 if (AlwaysPrintImm0 || ImmOffs || Op == ARM_AM::sub) { in printAddrMode5Operand()
600 template <bool AlwaysPrintImm0>
617 if (AlwaysPrintImm0 || ImmOffs || Op == ARM_AM::sub) { in printAddrMode5FP16Operand()
1214 template <bool AlwaysPrintImm0>
1236 } else if (AlwaysPrintImm0 || OffImm > 0) { in printAddrModeImm12Operand()
1242 template <bool AlwaysPrintImm0>
1260 } else if (AlwaysPrintImm0 || OffImm > 0) { in printT2AddrModeImm8Operand()
1266 template <bool AlwaysPrintImm0>
1292 } else if (AlwaysPrintImm0 || OffImm > 0) { in printT2AddrModeImm8s4Operand()