Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/InstPrinter/
DARMInstPrinter.h65 void printAddrMode5Operand(const MCInst *MI, unsigned OpNum, raw_ostream &O);
DARMInstPrinter.cpp496 void ARMInstPrinter::printAddrMode5Operand(const MCInst *MI, unsigned OpNum, in printAddrMode5Operand() function in ARMInstPrinter
/external/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.h78 void printAddrMode5Operand(const MCInst *MI, unsigned OpNum,
DARMInstPrinter.cpp577 void ARMInstPrinter::printAddrMode5Operand(const MCInst *MI, unsigned OpNum, in printAddrMode5Operand() function in ARMInstPrinter
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.h78 void printAddrMode5Operand(const MCInst *MI, unsigned OpNum,
DARMInstPrinter.cpp589 void ARMInstPrinter::printAddrMode5Operand(const MCInst *MI, unsigned OpNum, in printAddrMode5Operand() function in ARMInstPrinter
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenAsmWriter.inc7743 printAddrMode5Operand<false>(MI, 2, STI, O);
7753 printAddrMode5Operand<true>(MI, 2, STI, O);
8249 printAddrMode5Operand<false>(MI, 2, STI, O);
8258 printAddrMode5Operand<true>(MI, 2, STI, O);
8384 printAddrMode5Operand<false>(MI, 1, STI, O);
/external/capstone/arch/ARM/
DARMInstPrinter.c56 static void printAddrMode5Operand(MCInst *MI, unsigned OpNum, SStream *O, bool AlwaysPrintImm0);
1176 static void printAddrMode5Operand(MCInst *MI, unsigned OpNum, SStream *O, in printAddrMode5Operand() function
DARMGenAsmWriter.inc6757 printAddrMode5Operand(MI, 2, O, false);
6767 printAddrMode5Operand(MI, 2, O, true);
7268 printAddrMode5Operand(MI, 2, O, false);
7277 printAddrMode5Operand(MI, 2, O, true);
7424 printAddrMode5Operand(MI, 1, O, false);
8660 printAddrMode5Operand(MI, OpIdx, OS, false);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrInfo.td1092 let PrintMethod = "printAddrMode5Operand<false>";
1096 let PrintMethod = "printAddrMode5Operand<true>";
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td988 let PrintMethod = "printAddrMode5Operand<false>";
992 let PrintMethod = "printAddrMode5Operand<true>";
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrInfo.td758 let PrintMethod = "printAddrMode5Operand";