/third_party/node/deps/v8/src/codegen/ |
H A D | cpu-features.h | 48 FPU, 56 FPU, 66 FPU, 76 FPU,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFStreamer.cpp | 98 void emitFPU(unsigned FPU) override; 233 void ARMTargetAsmStreamer::emitFPU(unsigned FPU) { 234 OS << "\t.fpu\t" << ARM::getFPUName(FPU) << "\n"; 305 unsigned FPU = ARM::FK_INVALID; 409 void emitFPU(unsigned FPU) override; 903 FPU = Value; 907 switch (FPU) { 1033 report_fatal_error("Unknown FPU: " + Twine(FPU)); 1072 if (FPU ! [all...] |
H A D | ARMTargetStreamer.cpp | 113 void ARMTargetStreamer::emitFPU(unsigned FPU) {} in emitFPU() argument 229 // FPU, but there are two different names for it depending on the CPU. in emitTargetAttributes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | ARMTargetParser.cpp | 10 // such as FPU/CPU/ARCH/extensions and specific support such as HWDIV. 252 unsigned ARM::parseFPU(StringRef FPU) { in parseFPU() argument 253 StringRef Syn = getFPUSynonym(FPU); in parseFPU() 324 StringRef ARM::getFPUSynonym(StringRef FPU) { in getFPUSynonym() argument 325 return StringSwitch<StringRef>(FPU) in getFPUSynonym() 338 .Default(FPU); in getFPUSynonym() 463 // If the input FPU already supports double-precision, then there in findDoublePrecisionFPU() 464 // isn't any different FPU we can return here. in findDoublePrecisionFPU() 474 // Otherwise, look for an FPU entry with all the same fields, except in findDoublePrecisionFPU()
|
/third_party/ffmpeg/libavutil/arm/ |
H A D | asm.S | 44 # define FPU 46 # define FPU @ 71 FPU .fpu neon label 75 FPU .fpu vfp label
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | ARMTargetParser.h | 10 // such as FPU/CPU/ARCH/extensions and specific support such as HWDIV. 116 // FPU names. 123 // FPU Version 134 // An FPU name restricts the FPU in one of three ways: 141 // An FPU name implies one of three levels of Neon support: 158 // List of canonical FPU names (use getFPUSynonym) and which architectural 247 StringRef getFPUSynonym(StringRef FPU); 252 unsigned parseFPU(StringRef FPU);
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | assembler-loong64-inl.h | 16 bool CpuFeatures::SupportsOptimizer() { return IsSupported(FPU); } in SupportsOptimizer()
|
H A D | assembler-loong64.cc | 23 supported_ |= 1u << FPU; in ProbeImpl() 31 supported_ |= 1u << FPU; in ProbeImpl()
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | ppc64-mont.pl | 25 # Having observed how much difference did switching to FPU make on 290 ; transfer bp[0] to FPU as 4x16-bit values 301 ; transfer (ap[0]*bp[0])*n0 to FPU as 4x16-bit values 336 ; transfer bp[0] to FPU as 4x16-bit values 352 ; transfer (ap[0]*bp[0])*n0 to FPU as 4x16-bit values 917 ; transfer bp[i] to FPU as 4x16-bit values 928 ; transfer (ap[0]*bp[i]+tp[0])*n0 to FPU as 4x16-bit values 954 ; transfer bp[i] to FPU as 4x16-bit values 970 ; transfer (ap[0]*bp[i]+tp[0])*n0 to FPU as 4x16-bit values
|
/third_party/openssl/crypto/bn/asm/ |
H A D | ppc64-mont.pl | 25 # Having observed how much difference did switching to FPU make on 290 ; transfer bp[0] to FPU as 4x16-bit values 301 ; transfer (ap[0]*bp[0])*n0 to FPU as 4x16-bit values 336 ; transfer bp[0] to FPU as 4x16-bit values 352 ; transfer (ap[0]*bp[0])*n0 to FPU as 4x16-bit values 917 ; transfer bp[i] to FPU as 4x16-bit values 928 ; transfer (ap[0]*bp[i]+tp[0])*n0 to FPU as 4x16-bit values 954 ; transfer bp[i] to FPU as 4x16-bit values 970 ; transfer (ap[0]*bp[i]+tp[0])*n0 to FPU as 4x16-bit values
|
/third_party/ffmpeg/tests/checkasm/arm/ |
H A D | checkasm.S | 27 FPU .fpu vfp label
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64-inl.h | 48 bool CpuFeatures::SupportsOptimizer() { return IsSupported(FPU); } in SupportsOptimizer()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips-inl.h | 48 bool CpuFeatures::SupportsOptimizer() { return IsSupported(FPU); } in SupportsOptimizer()
|
H A D | assembler-mips.cc | 52 // can be defined to enable FPU instructions when building the 57 answer |= 1u << FPU; in CpuFeaturesImpliedByCompiler() 60 // If the compiler is allowed to use FPU then we can use FPU too in our code in CpuFeaturesImpliedByCompiler() 64 answer |= 1u << FPU; in CpuFeaturesImpliedByCompiler() 81 // For the simulator build, use FPU. in ProbeImpl() 82 supported_ |= 1u << FPU; in ProbeImpl() 96 if (cpu.has_fpu()) supported_ |= 1u << FPU; in ProbeImpl()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64-inl.h | 46 bool CpuFeatures::SupportsOptimizer() { return IsSupported(FPU); } in SupportsOptimizer()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | assembler-s390.cc | 252 supported_ |= (1u << FPU); in ProbeImpl() 274 PrintF("FPU=%d\n", CpuFeatures::IsSupported(FPU)); in PrintFeatures()
|
/third_party/elfutils/tests/ |
H A D | run-allregs.sh | 43 FPU-control registers: 191 FPU registers: 1214 FPU registers: 2219 FPU registers: 2292 FPU registers: 2381 FPU registers: 2459 FPU registers: 2553 FPU registers: 2826 FPU registers: 2873 FPU register [all...] |
/third_party/cmsis/CMSIS/Core/Include/ |
H A D | core_cm4.h | 69 /** __FPU_USED indicates whether an FPU is used or not. 70 For this, __FPU_PRESENT has to be checked prior to making use of FPU specific registers and functions. 77 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 89 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 101 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 113 #error "Compiler generates FPU instructions for a device without an FPU (chec 1574 #define FPU global() macro [all...] |
H A D | core_cm35p.h | 69 /** __FPU_USED indicates whether an FPU is used or not. 70 For this, __FPU_PRESENT has to be checked prior to making use of FPU specific registers and functions. 77 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 100 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 123 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 146 #error "Compiler generates FPU instructions for a device without an FPU (chec 2069 #define FPU global() macro [all...] |
H A D | core_cm33.h | 69 /** __FPU_USED indicates whether an FPU is used or not. 70 For this, __FPU_PRESENT has to be checked prior to making use of FPU specific registers and functions. 77 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 100 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 123 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 146 #error "Compiler generates FPU instructions for a device without an FPU (chec 2069 #define FPU global() macro [all...] |
H A D | core_cm7.h | 69 /** __FPU_USED indicates whether an FPU is used or not. 70 For this, __FPU_PRESENT has to be checked prior to making use of FPU specific registers and functions. 77 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 89 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 101 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 113 #error "Compiler generates FPU instructions for a device without an FPU (chec 1793 #define FPU global() macro [all...] |
H A D | core_cm85.h | 76 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 99 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 122 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 145 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 168 #error "Compiler generates FPU instructions for a device without an FPU (chec 3602 #define FPU global() macro [all...] |
H A D | core_cm55.h | 76 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 99 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 122 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 145 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 168 #error "Compiler generates FPU instructions for a device without an FPU (chec 3578 #define FPU global() macro [all...] |
H A D | core_starmc1.h | 70 /** __FPU_USED indicates whether an FPU is used or not. 71 For this, __FPU_PRESENT has to be checked prior to making use of FPU specific registers and functions. 78 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 101 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 124 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" 147 #error "Compiler generates FPU instructions for a device without an FPU (chec 2166 #define FPU global() macro [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 156 virtual void emitFPU(unsigned FPU);
|