Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:DIR_64

845   if (Subtarget.isPPC64() && Directive < PPC::DIR_64)
846 Directive = PPC::DIR_64;
847 assert(Directive <= PPC::DIR_64 && "Directive out of range.");