Home
last modified time | relevance | path

Searched refs:printAddrMode3Operand (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/InstPrinter/
DARMInstPrinter.h53 void printAddrMode3Operand(const MCInst *MI, unsigned OpNum, raw_ostream &O);
DARMInstPrinter.cpp434 void ARMInstPrinter::printAddrMode3Operand(const MCInst *MI, unsigned Op, in printAddrMode3Operand() function in ARMInstPrinter
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.h62 void printAddrMode3Operand(const MCInst *MI, unsigned OpNum,
DARMInstPrinter.cpp518 void ARMInstPrinter::printAddrMode3Operand(const MCInst *MI, unsigned Op, in printAddrMode3Operand() function in ARMInstPrinter
/external/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.h62 void printAddrMode3Operand(const MCInst *MI, unsigned OpNum,
DARMInstPrinter.cpp506 void ARMInstPrinter::printAddrMode3Operand(const MCInst *MI, unsigned Op, in printAddrMode3Operand() function in ARMInstPrinter
/external/capstone/arch/ARM/
DARMInstPrinter.c50 static void printAddrMode3Operand(MCInst *MI, unsigned OpNum, SStream *O, bool AlwaysPrintImm0);
1079 static void printAddrMode3Operand(MCInst *MI, unsigned Op, SStream *O, in printAddrMode3Operand() function
DARMGenAsmWriter.inc7305 printAddrMode3Operand(MI, 1, O, false);
7310 printAddrMode3Operand(MI, 2, O, true);
7791 printAddrMode3Operand(MI, 2, O, false);
7800 printAddrMode3Operand(MI, 3, O, true);
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenAsmWriter.inc8286 printAddrMode3Operand<false>(MI, 1, STI, O);
8291 printAddrMode3Operand<true>(MI, 2, STI, O);
8743 printAddrMode3Operand<false>(MI, 2, STI, O);
8752 printAddrMode3Operand<true>(MI, 3, STI, O);
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td946 let PrintMethod = "printAddrMode3Operand<false>";
951 let PrintMethod = "printAddrMode3Operand<true>";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrInfo.td1050 let PrintMethod = "printAddrMode3Operand<false>";
1055 let PrintMethod = "printAddrMode3Operand<true>";
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrInfo.td726 let PrintMethod = "printAddrMode3Operand";