Home
last modified time | relevance | path

Searched refs:FPU (Results 1 - 25 of 29) sorted by relevance

12

/third_party/node/deps/v8/src/codegen/
H A Dcpu-features.h48 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 DARMELFStreamer.cpp98 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 DARMTargetStreamer.cpp113 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 DARMTargetParser.cpp10 // 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 Dasm.S44 # 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 DARMTargetParser.h10 // 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 Dassembler-loong64-inl.h16 bool CpuFeatures::SupportsOptimizer() { return IsSupported(FPU); } in SupportsOptimizer()
H A Dassembler-loong64.cc23 supported_ |= 1u << FPU; in ProbeImpl()
31 supported_ |= 1u << FPU; in ProbeImpl()
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dppc64-mont.pl25 # 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 Dppc64-mont.pl25 # 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 Dcheckasm.S27 FPU .fpu vfp label
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64-inl.h48 bool CpuFeatures::SupportsOptimizer() { return IsSupported(FPU); } in SupportsOptimizer()
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips-inl.h48 bool CpuFeatures::SupportsOptimizer() { return IsSupported(FPU); } in SupportsOptimizer()
H A Dassembler-mips.cc52 // 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 Dassembler-riscv64-inl.h46 bool CpuFeatures::SupportsOptimizer() { return IsSupported(FPU); } in SupportsOptimizer()
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.cc252 supported_ |= (1u << FPU); in ProbeImpl()
274 PrintF("FPU=%d\n", CpuFeatures::IsSupported(FPU)); in PrintFeatures()
/third_party/elfutils/tests/
H A Drun-allregs.sh43 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 Dcore_cm4.h69 /** __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 Dcore_cm35p.h69 /** __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 Dcore_cm33.h69 /** __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 Dcore_cm7.h69 /** __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 Dcore_cm85.h76 #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 Dcore_cm55.h76 #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 Dcore_starmc1.h70 /** __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 DMCStreamer.h156 virtual void emitFPU(unsigned FPU);

Completed in 60 milliseconds

12