Searched refs:getFPUName (Results 1 – 5 of 5) sorted by relevance
124 StringRef CSKY::getFPUName(unsigned FPUKind) { in getFPUName() function in CSKY
251 StringRef ARM::getFPUName(ARM::FPUKind FPUKind) { in getFPUName() function in ARM
188 StringRef getFPUName(unsigned FPUKind);
225 StringRef getFPUName(FPUKind FPUKind);
252 OS << "\t.fpu\t" << ARM::getFPUName(FPU) << "\n"; in emitFPU()