Home
last modified time | relevance | path

Searched refs:VFP (Results 1 - 20 of 20) sorted by relevance

/third_party/ffmpeg/libavutil/arm/
H A Dcpu.c30 CORE_FLAG(VFP) | \
141 check_cap(VFP, VFP); in ff_get_cpu_flags_arm()
H A Dfloat_dsp_neon.S65 VFP len .req r2 label
66 VFP acc .req r3 label
69 VFP vdup.32 q15, d0[0] label
113 VFP len .req r2 label
115 VFP vdup.32 q8, d0[0] label
H A Dcpu.h28 #define have_vfp(flags) CPUEXT(flags, VFP)
H A Dasm.S358 # define VFP
361 # define VFP @
/third_party/ffmpeg/libavcodec/arm/
H A Daudiodsp_neon.S25 VFP vdup.32 q1, d0[1] label
26 VFP vdup.32 q0, d0[0] label
H A DMakefile90 # VFP optimizations
93 VFP-OBJS-$(CONFIG_FFT) += arm/fft_vfp.o
94 VFP-OBJS-$(CONFIG_FMTCONVERT) += arm/fmtconvert_vfp.o
95 VFP-OBJS-$(CONFIG_MDCT) += arm/mdct_vfp.o
98 VFP-OBJS-$(CONFIG_DCA_DECODER) += arm/synth_filter_vfp.o
H A Dfmtconvert_neon.S27 VFP vdup.32 q0, d0[0] label
28 VFP len .req r2 label
H A Dfft_vfp.S25 @ VFP is in RunFast mode, vector length 4, stride 1 thoroughout, and
26 @ all single-precision VFP registers may be corrupted on exit. The a2
363 @ up to 2 stalls (VFP vector issuing / waiting for s0)
375 @ stall (VFP vector issuing)
376 @ stall (VFP vector issuing)
377 @ stall (VFP vector issuing)
401 @ stall (VFP vector issuing)
415 @ stall (VFP vector issuing)
416 @ stall (VFP vector issuing)
417 @ stall (VFP vecto
[all...]
H A Dsynth_filter_neon.S36 VFP vpush {d0} label
38 VFP vpop {d0} label
H A Dsynth_filter_vfp.S134 VFP vmov s16, SCALE @ imdct_half is free to corrupt s0, but it contains one of our arguments in hardfp case label
136 VFP vmov SCALE, s16 label
H A Dfmtconvert_vfp.S25 * ARM VFP optimised int32 to float conversion.
186 * ARM VFP optimised int32 to float conversion.
193 VFP tmp .req a4 label
194 VFP len .req a3 label
H A Dsbrdsp_neon.S214 VFP vdup.32 d1, d0[0] label
/third_party/ffmpeg/libavutil/aarch64/
H A Dcpu.h27 #define have_vfp(flags) CPUEXT(flags, VFP)
/third_party/vixl/src/aarch32/
H A Doperands-aarch32.h524 if (VFP::IsImmFP32(imm)) { in ImmediateVFP()
525 SetEncodingValue(VFP::FP32ToImm8(imm)); in ImmediateVFP()
529 if (VFP::IsImmFP64(imm)) { in ImmediateVFP()
530 SetEncodingValue(VFP::FP64ToImm8(imm)); in ImmediateVFP()
541 return VFP::Imm8ToFP32(imm8); in Decode()
545 return VFP::Imm8ToFP64(imm8); in Decode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSplitKit.cpp494 ValueForcePair &VFP = Values[std::make_pair(RegIdx, ParentVNI.id)]; in forceRecompute() local
495 VNInfo *VNI = VFP.getPointer(); in forceRecompute()
500 VFP.setInt(true); in forceRecompute()
509 VFP = ValueForcePair(nullptr, true); in forceRecompute()
1153 ValueForcePair VFP = Values.lookup(std::make_pair(RegIdx, ParentVNI->id)); in transferValues() local
1154 if (VNInfo *VNI = VFP.getPointer()) { in transferValues()
1162 if (VFP.getInt()) { in transferValues()
/third_party/openssl/test/
H A Drun_tests.pl14 # and recognise VERBOSE_FAILURE_PROGRESS aka VFP aka REPORT_FAILURES_PROGRESS.
20 if ($ENV{VERBOSE_FAILURE_PROGRESS} || $ENV{VFP}
/third_party/ffmpeg/
H A DMakefile93 ARMV5TE-OBJS ARMV6-OBJS ARMV8-OBJS VFP-OBJS NEON-OBJS \
H A Dconfigure453 --disable-vfp disable VFP optimizations
7518 echo "VFP enabled ${vfp-no}"
7524 echo "VFP enabled ${vfp-no}"
/third_party/vixl/src/
H A Dutils-vixl.h834 class VFP {
/third_party/elfutils/tests/
H A Drun-allregs.sh2624 VFP registers:

Completed in 21 milliseconds