Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:DIR_64

851   if (Subtarget.isPPC64() && Directive < PPC::DIR_64)
852 Directive = PPC::DIR_64;
853 assert(Directive <= PPC::DIR_64 && "Directive out of range.");