Lines Matching defs:FPU
98 void emitFPU(ARM::FPUKind FPU) override;
252 void ARMTargetAsmStreamer::emitFPU(ARM::FPUKind FPU) {
253 OS << "\t.fpu\t" << ARM::getFPUName(FPU) << "\n";
386 ARM::FPUKind FPU = ARM::FK_INVALID;
419 void emitFPU(ARM::FPUKind FPU) override;
927 void ARMTargetELFStreamer::emitFPU(ARM::FPUKind Value) { FPU = Value; }
932 switch (FPU) {
997 // FPU, but there are two different names for it depending on the CPU.
1043 report_fatal_error("Unknown FPU: " + Twine(FPU));
1051 if (FPU != ARM::FK_INVALID)
1081 FPU = ARM::FK_INVALID;