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