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-7.0/llvm/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.h | 61 template <bool AlwaysPrintImm0> 67 bool AlwaysPrintImm0); 77 template <bool AlwaysPrintImm0> 80 template <bool AlwaysPrintImm0> 134 template <bool AlwaysPrintImm0> 137 template <bool AlwaysPrintImm0> 140 template <bool AlwaysPrintImm0>
|
D | ARMInstPrinter.cpp | 491 bool AlwaysPrintImm0) { in printAM3PreOrOffsetIndexOp() argument 510 if (AlwaysPrintImm0 || ImmOffs || (op == ARM_AM::sub)) { in printAM3PreOrOffsetIndexOp() 517 template <bool AlwaysPrintImm0> 530 printAM3PreOrOffsetIndexOp(MI, Op, O, AlwaysPrintImm0); in printAddrMode3Operand() 588 template <bool AlwaysPrintImm0> 605 if (AlwaysPrintImm0 || ImmOffs || Op == ARM_AM::sub) { in printAddrMode5Operand() 612 template <bool AlwaysPrintImm0> 629 if (AlwaysPrintImm0 || ImmOffs || Op == ARM_AM::sub) { in printAddrMode5FP16Operand() 1098 template <bool AlwaysPrintImm0> 1120 } else if (AlwaysPrintImm0 || OffImm > 0) { in printAddrModeImm12Operand() [all …]
|
/external/capstone/arch/ARM/ |
D | ARMInstPrinter.c | 50 static void printAddrMode3Operand(MCInst *MI, unsigned OpNum, SStream *O, bool AlwaysPrintImm0); 52 static void printAM3PreOrOffsetIndexOp(MCInst *MI, unsigned Op, SStream *O, bool AlwaysPrintImm0); 56 static void printAddrMode5Operand(MCInst *MI, unsigned OpNum, SStream *O, bool AlwaysPrintImm0); 77 static void printAddrModeImm12Operand(MCInst *MI, unsigned OpNum, SStream *O, bool AlwaysPrintImm0); 1027 bool AlwaysPrintImm0) in printAM3PreOrOffsetIndexOp() argument 1060 if (AlwaysPrintImm0 || ImmOffs || (sign == ARM_AM_sub)) { in printAM3PreOrOffsetIndexOp() 1080 bool AlwaysPrintImm0) in printAddrMode3Operand() argument 1088 printAM3PreOrOffsetIndexOp(MI, Op, O, AlwaysPrintImm0); in printAddrMode3Operand() 1177 bool AlwaysPrintImm0) in printAddrMode5Operand() argument 1201 if (AlwaysPrintImm0 || ImmOffs || subtracted == ARM_AM_sub) { in printAddrMode5Operand() [all …]
|