Searched defs:FPU (Results 1 – 14 of 14) sorted by relevance
44 # define FPU macro46 # define FPU @ macro71 FPU .fpu neon label75 FPU .fpu vfp label
27 FPU .fpu vfp label
115 FPU = -mfpu=fpv5-sp-d16 macro
252 unsigned ARM::parseFPU(StringRef FPU) { in parseFPU()324 StringRef ARM::getFPUSynonym(StringRef FPU) { in getFPUSynonym()
113 void ARMTargetStreamer::emitFPU(unsigned FPU) {} in emitFPU()
233 void ARMTargetAsmStreamer::emitFPU(unsigned FPU) { in emitFPU()305 unsigned FPU = ARM::FK_INVALID; member in __anon7f2171200111::ARMTargetELFStreamer
1574 #define FPU ((FPU_Type *) FPU_BASE ) /*!< Floating Point Unit */ macro
1801 #define FPU ((FPU_Type *) FPU_BASE ) /*!< Floating Point Unit */ macro
2154 #define FPU ((FPU_Type *) FPU_BASE ) /*!< Floating Point Unit */ macro
2229 #define FPU ((FPU_Type *) FPU_BASE ) /*!< Floating Point Unit */ macro
3167 #define FPU ((FPU_Type *) FPU_BASE ) /*!< Floating Point Unit */ macro
3130 #define FPU ((FPU_Type *) FPU_BASE ) /*!< Floating Point Unit */ macro
10966 StringRef FPU = getParser().parseStringToEndOfStatement().trim(); in parseDirectiveFPU() local