Searched refs:getFPUName (Results 1 – 3 of 3) sorted by relevance
177 static const char * getFPUName(unsigned FPUKind);
236 const char *ARMTargetParser::getFPUName(unsigned FPUKind) { in getFPUName() function in ARMTargetParser
207 OS << "\t.fpu\t" << ARMTargetParser::getFPUName(FPU) << "\n"; in emitFPU()