Home
last modified time | relevance | path

Searched refs:printSysCROperand (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.h66 void printSysCROperand(const MCInst *MI, unsigned OpNo,
DAArch64InstPrinter.cpp1022 void AArch64InstPrinter::printSysCROperand(const MCInst *MI, unsigned OpNo, in printSysCROperand() function in AArch64InstPrinter
/external/capstone/arch/AArch64/
DAArch64InstPrinter.c683 static void printSysCROperand(MCInst *MI, unsigned OpNo, SStream *O) in printSysCROperand() function
DAArch64GenAsmWriter.inc5894 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/
DAArch64InstrFormats.td1008 let PrintMethod = "printSysCROperand";