reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
709 O << "\t" << (IsTbx ? "tbx" : "tbl") << Layout << '\t' 713 printVectorList(MI, ListOpNum, STI, O, ""); 715 O << ", " 717 printAnnotation(O, Annot); 722 O << "\t" << LdStDesc->Mnemonic << LdStDesc->Layout << '\t'; 727 printVectorList(MI, OpNum++, STI, O, ""); 730 O << '[' << MI->getOperand(OpNum++).getImm() << ']'; 734 O << ", [" << getRegisterName(AddrReg) << ']'; 740 O << ", " << getRegisterName(Reg); 743 O << ", #" << LdStDesc->NaturalOffset; 747 printAnnotation(O, Annot); 751 AArch64InstPrinter::printInst(MI, O, Annot, STI);