/third_party/ffmpeg/libavcodec/arm/ |
H A D | Makefile | 101 # NEON optimizations 104 NEON-OBJS-$(CONFIG_AC3DSP) += arm/ac3dsp_neon.o 105 NEON-OBJS-$(CONFIG_AUDIODSP) += arm/audiodsp_init_neon.o \ 108 NEON-OBJS-$(CONFIG_BLOCKDSP) += arm/blockdsp_init_neon.o \ 110 NEON-OBJS-$(CONFIG_FFT) += arm/fft_neon.o 111 NEON-OBJS-$(CONFIG_FMTCONVERT) += arm/fmtconvert_neon.o 112 NEON-OBJS-$(CONFIG_G722DSP) += arm/g722dsp_neon.o 113 NEON-OBJS-$(CONFIG_H264CHROMA) += arm/h264cmc_neon.o 114 NEON-OBJS-$(CONFIG_H264DSP) += arm/h264dsp_neon.o \ 116 NEON [all...] |
H A D | vc1dsp_neon.S | 2 * VC1 NEON optimisations 124 @ Trashes all NEON registers (and r12) except for: q4 q5 q6 q7 237 @ Trashes all NEON registers (and r12) except for: q4 q5 q6 q7
|
/third_party/skia/third_party/externals/libwebp/ |
H A D | Android.mk | 29 NEON := c.neon macro 33 NEON := c macro 55 src/dsp/alpha_processing_neon.$(NEON) \ 64 src/dsp/dec_neon.$(NEON) \ 70 src/dsp/filters_neon.$(NEON) \ 75 src/dsp/lossless_neon.$(NEON) \ 82 src/dsp/rescaler_neon.$(NEON) \ 87 src/dsp/upsampling_neon.$(NEON) \ 93 src/dsp/yuv_neon.$(NEON) \ 101 src/dsp/cost_neon.$(NEON) \ [all...] |
/third_party/skia/src/core/ |
H A D | SkCpu.h | 45 NEON = 1 << 0, enumerator 106 features |= NEON; in Supports() 110 features |= NEON|NEON_FMA|VFP_FP16; in Supports()
|
H A D | SkCpu.cpp | 131 features |= SkCpu::NEON; in read_cpu_features() 143 if (cpu_features & ANDROID_CPU_ARM_FEATURE_NEON) { features |= SkCpu::NEON; } in read_cpu_features()
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.cc | 162 // "armv7": ARMv7 + VFPv3-D32 + NEON 163 // "armv7+sudiv": ARMv7 + VFPv4-D32 + NEON + SUDIV 201 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(NEON); } in SupportsWasmSimd128() 222 // NEON and VFPv3 imply at least ARMv7-A. in ProbeImpl() 314 printf("ARMv8=%d ARMv7=%d VFPv3=%d VFP32DREGS=%d NEON=%d SUDIV=%d", in PrintFeatures() 317 CpuFeatures::IsSupported(NEON), CpuFeatures::IsSupported(SUDIV)); in PrintFeatures() 549 // can use a Q as a scratch if NEON is supported. 2730 if (CpuFeatures::IsSupported(NEON) && FitsVmovIntImm(imm, &enc, &cmode)) { in vmov() 2731 CpuFeatureScope scope(this, NEON); in vmov() 2748 if (CpuFeatures::IsSupported(NEON) in vmov() [all...] |
H A D | macro-assembler-arm.cc | 526 if (CpuFeatures::IsSupported(NEON)) { in Swap() 1003 if (CpuFeatures::IsSupported(NEON)) { in CallRecordWriteStub() 2359 // We could use a single 'vorr' instruction here if we had NEON support. in CallRecordWriteStub()
|
/third_party/ffmpeg/libavutil/arm/ |
H A D | cpu.c | 32 CORE_FLAG(NEON)) 143 check_cap(NEON, NEON); in ff_get_cpu_flags_arm()
|
H A D | cpu.h | 30 #define have_neon(flags) CPUEXT(flags, NEON)
|
/third_party/lzma/C/ |
H A D | CpuArch.c | 777 MY_HWCAP_CHECK_FUNC_2(NEON, ASIMD)
in MY_HWCAP_CHECK_FUNC_2() 782 MY_HWCAP_CHECK_FUNC_2(NEON, NEON)
789 MY_HWCAP_CHECK_FUNC(NEON)
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/ |
H A D | sha512-armv4.S | 36 @ Add NEON implementation. On Cortex A8 it was measured to process 41 @ Improve NEON performance by 12% on Snapdragon S4. In absolute 44 @ multiple NEON instructions per cycle, but dual NEON issue could
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/ |
H A D | sha512-armv4.S | 36 @ Add NEON implementation. On Cortex A8 it was measured to process 41 @ Improve NEON performance by 12% on Snapdragon S4. In absolute 44 @ multiple NEON instructions per cycle, but dual NEON issue could
|
/third_party/ffmpeg/libavutil/aarch64/ |
H A D | cpu.h | 26 #define have_neon(flags) CPUEXT(flags, NEON)
|
/third_party/node/deps/v8/src/codegen/ |
H A D | cpu-features.h | 34 ARMv7, // ARMv7-A + VFPv3-D32 + NEON 35 ARMv7_SUDIV, // ARMv7-A + VFPv4-D32 + NEON + SUDIV 40 NEON = ARMv7,
|
/third_party/ffmpeg/ |
H A D | Makefile | 93 ARMV5TE-OBJS ARMV6-OBJS ARMV8-OBJS VFP-OBJS NEON-OBJS \
|
H A D | configure | 454 --disable-neon disable NEON optimizations 481 --enable-neon-clobber-test check NEON registers for clobbering (should be 7517 echo "NEON enabled ${neon-no}" 7525 echo "NEON enabled ${neon-no}"
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/aes/ |
H A D | bsaes-armv7.S | 19 @ Bit-sliced AES for ARM NEON 24 @ ARM NEON. Except that this module is endian-neutral [in sense that 41 @ When comparing to x86_64 results keep in mind that NEON unit is
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/aes/ |
H A D | bsaes-armv7.S | 19 @ Bit-sliced AES for ARM NEON 24 @ ARM NEON. Except that this module is endian-neutral [in sense that 41 @ When comparing to x86_64 results keep in mind that NEON unit is
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/bn/ |
H A D | armv4-mont.S | 41 tst r0,#ARMV7_NEON @ NEON available?
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/bn/ |
H A D | armv4-mont.S | 41 tst r0,#ARMV7_NEON @ NEON available?
|
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
H A D | chacha-armv4.pl | 964 @ harmonize NEON and integer-only stack frames: load data 965 @ from NEON frame, but save to integer-only one; distance
|
/third_party/node/deps/simdutf/ |
H A D | simdutf.h | 662 NEON = 0x1, enumerator 690 return instruction_set::NEON; in detect_supported_architectures()
|
/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-armv4.pl | 964 @ harmonize NEON and integer-only stack frames: load data 965 @ from NEON frame, but save to integer-only one; distance
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/chacha/ |
H A D | chacha-armv4.S | 1283 @ harmonize NEON and integer-only stack frames: load data 1284 @ from NEON frame, but save to integer-only one; distance
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/chacha/ |
H A D | chacha-armv4.S | 1283 @ harmonize NEON and integer-only stack frames: load data 1284 @ from NEON frame, but save to integer-only one; distance
|