Searched refs:AlwaysPrintImm0 (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.h | 61 template <bool AlwaysPrintImm0> 67 bool AlwaysPrintImm0); 77 template <bool AlwaysPrintImm0> 80 template <bool AlwaysPrintImm0> 132 template <bool AlwaysPrintImm0> 135 template <bool AlwaysPrintImm0> 138 template <bool AlwaysPrintImm0>
|
D | ARMInstPrinter.cpp | 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() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMInstPrinter.h | 64 template <bool AlwaysPrintImm0> 70 bool AlwaysPrintImm0); 80 template <bool AlwaysPrintImm0> 83 template <bool AlwaysPrintImm0> 137 template <bool AlwaysPrintImm0> 140 template <bool AlwaysPrintImm0> 143 template <bool AlwaysPrintImm0>
|
D | ARMInstPrinter.cpp | 518 bool AlwaysPrintImm0) { in printAM3PreOrOffsetIndexOp() argument 537 if (AlwaysPrintImm0 || ImmOffs || (op == ARM_AM::sub)) { in printAM3PreOrOffsetIndexOp() 544 template <bool AlwaysPrintImm0> 557 printAM3PreOrOffsetIndexOp(MI, Op, O, AlwaysPrintImm0); in printAddrMode3Operand() 649 template <bool AlwaysPrintImm0> 666 if (AlwaysPrintImm0 || ImmOffs || Op == ARM_AM::sub) { in printAddrMode5Operand() 673 template <bool AlwaysPrintImm0> 690 if (AlwaysPrintImm0 || ImmOffs || Op == ARM_AM::sub) { in printAddrMode5FP16Operand() 1175 template <bool AlwaysPrintImm0> 1197 } else if (AlwaysPrintImm0 || OffImm > 0) { in printAddrModeImm12Operand() [all …]
|
/external/capstone/arch/ARM/ |
D | ARMInstPrinter.c | 51 static void printAddrMode3Operand(MCInst *MI, unsigned OpNum, SStream *O, bool AlwaysPrintImm0); 53 static void printAM3PreOrOffsetIndexOp(MCInst *MI, unsigned Op, SStream *O, bool AlwaysPrintImm0); 57 static void printAddrMode5Operand(MCInst *MI, unsigned OpNum, SStream *O, bool AlwaysPrintImm0); 78 static void printAddrModeImm12Operand(MCInst *MI, unsigned OpNum, SStream *O, bool AlwaysPrintImm0); 1143 bool AlwaysPrintImm0) in printAM3PreOrOffsetIndexOp() argument 1176 if (AlwaysPrintImm0 || ImmOffs || (sign == ARM_AM_sub)) { in printAM3PreOrOffsetIndexOp() 1196 bool AlwaysPrintImm0) in printAddrMode3Operand() argument 1204 printAM3PreOrOffsetIndexOp(MI, Op, O, AlwaysPrintImm0); in printAddrMode3Operand() 1290 bool AlwaysPrintImm0) in printAddrMode5Operand() argument 1315 if (AlwaysPrintImm0 || ImmOffs || subtracted == ARM_AM_sub) { in printAddrMode5Operand() [all …]
|