reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
   67     if (printSysAlias(MI, STI, O)) {
   68       printAnnotation(O, Annot);
  108         O << '\t' << AsmMnemonic << '\t' << getRegisterName(Op0.getReg())
  110         printAnnotation(O, Annot);
  144         O << '\t' << AsmMnemonic << '\t' << getRegisterName(Op0.getReg())
  146         printAnnotation(O, Annot);
  153       O << '\t' << (IsSigned ? "sbfiz" : "ubfiz") << '\t'
  156       printAnnotation(O, Annot);
  161     O << '\t' << (IsSigned ? "sbfx" : "ubfx") << '\t'
  164     printAnnotation(O, Annot);
  182       O << "\tbfc\t" << getRegisterName(Op0.getReg())
  184       printAnnotation(O, Annot);
  192       O << "\tbfi\t" << getRegisterName(Op0.getReg()) << ", "
  194       printAnnotation(O, Annot);
  201     O << "\tbfxil\t"
  204     printAnnotation(O, Annot);
  215       O << "\tmovz\t";
  217       O << "\tmovn\t";
  219     O << getRegisterName(MI->getOperand(0).getReg()) << ", #";
  220     MI->getOperand(1).getExpr()->print(O, &MAI);
  226     O << "\tmovk\t" << getRegisterName(MI->getOperand(0).getReg()) << ", #";
  227     MI->getOperand(2).getExpr()->print(O, &MAI);
  244       O << "\tmov\t" << getRegisterName(MI->getOperand(0).getReg()) << ", #"
  259       O << "\tmov\t" << getRegisterName(MI->getOperand(0).getReg()) << ", #"
  273       O << "\tmov\t" << getRegisterName(MI->getOperand(0).getReg()) << ", #"
  280     O << '\t' << MAI.getCommentString() << " COMPILER BARRIER";
  281     printAnnotation(O, Annot);
  288     O << "\ttsb\tcsync";
  292   if (!printAliasInstr(MI, STI, O))
  293     printInstruction(MI, STI, O);
  295   printAnnotation(O, Annot);
  300     printAnnotation(O, "acquire semantics dropped since destination is zero");