Searched refs:DIR_64 (Results 1 – 3 of 3) sorted by relevance
44 DIR_64 enumerator
462 if (Subtarget.isPPC64() && Directive < PPC::DIR_64) in EmitStartOfAsmFile()463 Directive = PPC::DIR_64; in EmitStartOfAsmFile()464 assert(Directive <= PPC::DIR_64 && "Directive out of range."); in EmitStartOfAsmFile()
36 def Directive64 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_64", "">;