Home
last modified time | relevance | path

Searched defs:FPU (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavutil/arm/
Dasm.S44 # define FPU macro
46 # define FPU @ macro
71 FPU .fpu neon label
75 FPU .fpu vfp label
/third_party/ffmpeg/tests/checkasm/arm/
Dcheckasm.S27 FPU .fpu vfp label
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMTargetParser.cpp252 unsigned ARM::parseFPU(StringRef FPU) { in parseFPU()
324 StringRef ARM::getFPUSynonym(StringRef FPU) { in getFPUSynonym()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp113 void ARMTargetStreamer::emitFPU(unsigned FPU) {} in emitFPU()
DARMELFStreamer.cpp233 void ARMTargetAsmStreamer::emitFPU(unsigned FPU) { in emitFPU()
305 unsigned FPU = ARM::FK_INVALID; member in __anon65e2e86b0111::ARMTargetELFStreamer
/third_party/cmsis/CMSIS/Core/Include/
Dcore_cm4.h1574 #define FPU ((FPU_Type *) FPU_BASE ) /*!< Floating Point Unit */ macro
Dcore_cm7.h1793 #define FPU ((FPU_Type *) FPU_BASE ) /*!< Floating Point Unit */ macro
Dcore_cm33.h2069 #define FPU ((FPU_Type *) FPU_BASE ) /*!< Floating Point Unit */ macro
Dcore_cm35p.h2069 #define FPU ((FPU_Type *) FPU_BASE ) /*!< Floating Point Unit */ macro
Dcore_starmc1.h2166 #define FPU ((FPU_Type *) FPU_BASE ) /*!< Floating Point Unit */ macro
Dcore_cm85.h3602 #define FPU ((FPU_Type *) FPU_BASE ) /*!< Floating Point Unit */ macro
Dcore_cm55.h3578 #define FPU ((FPU_Type *) FPU_BASE ) /*!< Floating Point Unit */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp10966 StringRef FPU = getParser().parseStringToEndOfStatement().trim(); in parseDirectiveFPU() local