Searched refs:printSysCROperand (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.h | 66 void printSysCROperand(const MCInst *MI, unsigned OpNo,
|
D | AArch64InstPrinter.cpp | 1022 void AArch64InstPrinter::printSysCROperand(const MCInst *MI, unsigned OpNo, in printSysCROperand() function in AArch64InstPrinter
|
/external/capstone/arch/AArch64/ |
D | AArch64InstPrinter.c | 683 static void printSysCROperand(MCInst *MI, unsigned OpNo, SStream *O) in printSysCROperand() function
|
D | AArch64GenAsmWriter.inc | 5894 printSysCROperand(MI, 1, O); 5896 printSysCROperand(MI, 2, O); 6269 printSysCROperand(MI, 2, O); 6271 printSysCROperand(MI, 3, O); 7057 printSysCROperand(MI, OpIdx, OS);
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 1008 let PrintMethod = "printSysCROperand";
|