Lines Matching defs:O

57                                raw_ostream &O) {
73 O << "\taddis ";
74 printOperand(MI, 0, STI, O);
75 O << ", ";
76 printOperand(MI, 2, STI, O);
77 O << "(";
78 printOperand(MI, 1, STI, O);
79 O << ")";
97 printInstruction(MI, Address, STI, O);
98 O << "\n";
99 Symbol.print(O, &MAI);
100 O << ":";
103 O << "\t.reloc ";
104 Symbol.print(O, &MAI);
105 O << "-8,R_PPC64_PCREL_OPT,.-(";
106 Symbol.print(O, &MAI);
107 O << "-8)\n";
120 O << "\tslwi "; useSubstituteMnemonic = true;
123 O << "\tsrwi "; useSubstituteMnemonic = true;
127 printOperand(MI, 0, STI, O);
128 O << ", ";
129 printOperand(MI, 1, STI, O);
130 O << ", " << (unsigned int)SH;
132 printAnnotation(O, Annot);
143 O << "\tsldi ";
144 printOperand(MI, 0, STI, O);
145 O << ", ";
146 printOperand(MI, 1, STI, O);
147 O << ", " << (unsigned int)SH;
148 printAnnotation(O, Annot);
166 O << "\tdcbt";
168 O << "st";
170 O << "t";
171 O << " ";
175 O << (unsigned int) TH << ", ";
177 printOperand(MI, 1, STI, O);
178 O << ", ";
179 printOperand(MI, 2, STI, O);
182 O << ", " << (unsigned int) TH;
184 printAnnotation(O, Annot);
191 O << "\tdcb";
193 O << "f";
195 O << "l";
197 O << "lp";
199 O << "ps";
201 O << "stps";
202 O << " ";
204 printOperand(MI, 1, STI, O);
205 O << ", ";
206 printOperand(MI, 2, STI, O);
208 printAnnotation(O, Annot);
213 if (!printAliasInstr(MI, Address, STI, O))
214 printInstruction(MI, Address, STI, O);
215 printAnnotation(O, Annot);
220 raw_ostream &O,
229 O << "lt";
234 O << "le";
239 O << "eq";
244 O << "ge";
249 O << "gt";
254 O << "ne";
259 O << "un";
264 O << "nu";
292 O << "-";
302 O << "+";
313 printOperand(MI, OpNo + 1, STI, O);
318 raw_ostream &O) {
321 O << "-";
323 O << "+";
328 raw_ostream &O) {
331 O << (unsigned int)Value;
336 raw_ostream &O) {
339 O << (unsigned int)Value;
344 raw_ostream &O) {
347 O << (unsigned int)Value;
352 raw_ostream &O) {
355 O << (unsigned int)Value;
360 raw_ostream &O) {
363 O << (int)Value;
368 raw_ostream &O) {
371 O << (unsigned int)Value;
376 raw_ostream &O) {
379 O << (unsigned int)Value;
384 raw_ostream &O) {
387 O << (unsigned int)Value;
392 raw_ostream &O) {
395 O << (unsigned int)Value;
403 raw_ostream &O) {
405 O << (unsigned int)Value;
410 raw_ostream &O) {
413 O << (unsigned short)Value;
418 raw_ostream &O) {
421 O << (unsigned short)Value;
426 raw_ostream &O) {
428 O << (short)MI->getOperand(OpNo).getImm();
430 printOperand(MI, OpNo, STI, O);
435 raw_ostream &O) {
439 O << (long long)Value;
442 printOperand(MI, OpNo, STI, O);
447 raw_ostream &O) {
449 O << (unsigned short)MI->getOperand(OpNo).getImm();
451 printOperand(MI, OpNo, STI, O);
457 raw_ostream &O) {
459 return printOperand(MI, OpNo, STI, O);
465 O << formatHex(Target);
471 O << ".";
473 O << "$";
476 O << "+";
477 O << Imm;
483 raw_ostream &O) {
485 return printOperand(MI, OpNo, STI, O);
490 O << formatHex(Imm);
494 const MCSubtargetInfo &STI, raw_ostream &O) {
508 O << (0x80 >> RegNo);
513 raw_ostream &O) {
514 printS16ImmOperand(MI, OpNo, STI, O);
515 O << '(';
517 O << "0";
519 printOperand(MI, OpNo + 1, STI, O);
520 O << ')';
525 raw_ostream &O) {
526 O << MI->getOperand(OpNo).getImm();
527 O << '(';
528 printOperand(MI, OpNo + 1, STI, O);
529 O << ')';
534 raw_ostream &O) {
535 printS34ImmOperand(MI, OpNo, STI, O);
536 O << '(';
537 printImmZeroOperand(MI, OpNo + 1, STI, O);
538 O << ')';
543 raw_ostream &O) {
544 printS34ImmOperand(MI, OpNo, STI, O);
545 O << '(';
546 printOperand(MI, OpNo + 1, STI, O);
547 O << ')';
552 raw_ostream &O) {
557 O << "0";
559 printOperand(MI, OpNo, STI, O);
560 O << ", ";
561 printOperand(MI, OpNo + 1, STI, O);
565 const MCSubtargetInfo &STI, raw_ostream &O) {
577 O << RefExp->getSymbol().getName();
583 O << '@' << MCSymbolRefExpr::getVariantKindName(RefExp->getKind());
584 O << '(';
585 printOperand(MI, OpNo + 1, STI, O);
586 O << ')';
589 O << '@' << MCSymbolRefExpr::getVariantKindName(RefExp->getKind());
595 O << '+';
596 O << Buf;
648 const MCSubtargetInfo &STI, raw_ostream &O) {
660 O << "%";
664 O << RegName;
669 O << Op.getImm();
674 Op.getExpr()->print(O, &MAI);