Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:Directive

457   unsigned Directive = Subtarget.getDarwinDirective();
458 if (Subtarget.isGigaProcessor() && Directive < PPC::DIR_970)
459 Directive = PPC::DIR_970;
460 if (Subtarget.hasAltivec() && Directive < PPC::DIR_7400)
461 Directive = PPC::DIR_7400;
462 if (Subtarget.isPPC64() && Directive < PPC::DIR_64)
463 Directive = PPC::DIR_64;
464 assert(DirectiveDirective out of range.");
468 OutStreamer.EmitRawText("\t.machine " + Twine(CPUDirectives[Directive]));
634 // Switch with ".non_lazy_symbol_pointer" directive.