Searched refs:DIR_64 (Results 1 – 6 of 6) sorted by relevance
42 DIR_64 enumerator
35 def Directive64 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_64", "">;
439 Directive = PPC::DIR_64; in EmitStartOfAsmFile()440 assert(Directive <= PPC::DIR_64 && "Directive out of range."); in EmitStartOfAsmFile()
60 DIR_64 enumerator
1309 if (STI.isPPC64() && Directive < PPC::DIR_64) in EmitStartOfAsmFile()1310 Directive = PPC::DIR_64; in EmitStartOfAsmFile()1313 assert(Directive <= PPC::DIR_64 && "Directive out of range."); in EmitStartOfAsmFile()
36 def Directive64 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_64", "">;