/third_party/ffmpeg/libavutil/arm/ |
H A D | cpu.c | 30 CORE_FLAG(VFP) | \ 141 check_cap(VFP, VFP); in ff_get_cpu_flags_arm()
|
H A D | float_dsp_neon.S | 65 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 D | cpu.h | 28 #define have_vfp(flags) CPUEXT(flags, VFP)
|
H A D | asm.S | 358 # define VFP 361 # define VFP @
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | audiodsp_neon.S | 25 VFP vdup.32 q1, d0[1] label 26 VFP vdup.32 q0, d0[0] label
|
H A D | Makefile | 90 # 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 D | fmtconvert_neon.S | 27 VFP vdup.32 q0, d0[0] label 28 VFP len .req r2 label
|
H A D | fft_vfp.S | 25 @ 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 D | synth_filter_neon.S | 36 VFP vpush {d0} label 38 VFP vpop {d0} label
|
H A D | synth_filter_vfp.S | 134 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 D | fmtconvert_vfp.S | 25 * 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 D | sbrdsp_neon.S | 214 VFP vdup.32 d1, d0[0] label
|
/third_party/ffmpeg/libavutil/aarch64/ |
H A D | cpu.h | 27 #define have_vfp(flags) CPUEXT(flags, VFP)
|
/third_party/vixl/src/aarch32/ |
H A D | operands-aarch32.h | 524 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 D | SplitKit.cpp | 494 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 D | run_tests.pl | 14 # and recognise VERBOSE_FAILURE_PROGRESS aka VFP aka REPORT_FAILURES_PROGRESS. 20 if ($ENV{VERBOSE_FAILURE_PROGRESS} || $ENV{VFP}
|
/third_party/ffmpeg/ |
H A D | Makefile | 93 ARMV5TE-OBJS ARMV6-OBJS ARMV8-OBJS VFP-OBJS NEON-OBJS \
|
H A D | configure | 453 --disable-vfp disable VFP optimizations 7518 echo "VFP enabled ${vfp-no}" 7524 echo "VFP enabled ${vfp-no}"
|
/third_party/vixl/src/ |
H A D | utils-vixl.h | 834 class VFP {
|
/third_party/elfutils/tests/ |
H A D | run-allregs.sh | 2624 VFP registers:
|