Searched
full:neon (Results
426 -
450 of
782) sorted by null
<<11121314151617181920>>
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lattice.c | 24 its corresponding neon version. It might give unpredictable results, since a 53 are not bit-exact. The accuracy by the ARM Neon function is same or better.
|
/ndk/docs/tools/ |
ndk-markdown-substitutions.py | 142 add_filter_test(r" -mfpu=neon xxx", r" `-mfpu=neon` xxx")
|
/external/llvm/lib/Target/ARM/ |
ARMScheduleA9.td | 29 def A9_NPipe : FuncUnit; // NEON pipeline 30 def A9_MUX0 : FuncUnit; // AGU + NEON/FPU multiplexer 33 def A9_DRegsN : FuncUnit; // FP register set, NEON side 440 // VFP and NEON shares the same register file. This means that every VFP 441 // instruction should wait for full completion of the consecutive NEON 449 // Every NEON instruction does the same but with FUs swapped. 455 // Issue through integer pipeline, and execute in NEON unit. [all...] |
/external/pixman/pixman/ |
pixman-arm-neon-asm.S | 27 * This file contains implementations of NEON optimized pixel processing 43 .fpu neon 53 #include "pixman-arm-neon-asm.h" 76 * which can run ARM and NEON instructions simultaneously so that extra ARM 94 * First we need to have some NEON assembly code which can do the actual 100 * the data in NEON registers. 102 * NEON registers allocation in general is recommented to be the following: 108 * As can be seen above, four 64-bit NEON registers are used for keeping 134 * simple conversion can be also done with a few NEON instructions: 148 * But pixel can be loaded directly in planar format using VLD4.8 NEON [all...] |
/bionic/libc/arch-arm/bionic/ |
memcpy.a9.S | 35 of VFP or NEON when built with the appropriate flags. 39 ARMv6 (ARMv7-a if using Neon) 55 .fpu neon 74 /* Old versions of GAS incorrectly implement the NEON align semantics. */
|
memset.S | 39 .fpu neon
|
/bionic/libc/arch-arm/cortex-a9/bionic/ |
__strcat_chk.S | 33 .fpu neon
|
__strcpy_chk.S | 33 .fpu neon
|
/bionic/libc/arch-arm/include/machine/ |
cpu-features.h | 180 * Neon SIMD instruction set extensions. This also implies
|
/development/ndk/platforms/android-3/arch-arm/include/machine/ |
cpu-features.h | 180 * Neon SIMD instruction set extensions. This also implies
|
/external/chromium_org/media/base/ |
sinc_resampler.h | 86 // ARM, NEON support is chosen at compile time based on compilation flags.
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/smoothlife/ |
index.html | 75 <option value="3">Purple Neon</option>
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
CPU.h | 169 // All NEON intrinsics usage can be disabled by this macro.
|
/external/chromium_org/third_party/openssl/openssl/crypto/chacha/ |
chacha_vec_arm.S | 2 # needed to support switching on NEON code at runtime. If the whole of OpenSSL 4 # wouldn't be possible to run on non-NEON systems. 8 # /opt/gcc-linaro-arm-linux-gnueabihf-4.7-2012.10-20121022_linux/bin/arm-linux-gnueabihf-gcc -O3 -mcpu=cortex-a8 -mfpu=neon -S chacha_vec.c -I ../../include -fpic -o chacha_vec_arm.S 17 .fpu neon
|
/external/chromium_org/third_party/skia/gyp/ |
common_variables.gypi | 73 'arm_neon%': 0, # neon asm files known not to work with the ios build
|
/external/jpeg/ |
NOTICE | 44 ARM NEON optimizations for libjpeg-turbo
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
row.h | 70 // The following are available on Neon platforms
|
/external/libvpx/libvpx/vp8/common/arm/ |
loopfilter_arm.c | 122 /* NEON loopfilter functions */
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_idct16x16_neon.c | 33 /* For ARM NEON, d8-d15 are callee-saved registers, and need to be saved. */
|
/external/libvpx/libvpx/vpx_ports/ |
arm_cpudetect.c | 167 p = strstr(buf, " neon");
|
/external/llvm/lib/Target/AArch64/Utils/ |
AArch64BaseInfo.cpp | [all...] |
/external/llvm/test/CodeGen/AArch64/ |
neon-mla-mls.ll | 1 ; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mattr=+neon | FileCheck %s
|
/external/llvm/test/CodeGen/ARM/ |
2009-10-21-InvalidFNeg.ll | 1 ; RUN: llc -mcpu=cortex-a8 -mattr=+neon < %s | grep vneg
|
2012-08-23-legalize-vmull.ll | 1 ; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s
|
neon_vabs.ll | 1 ; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s
|
Completed in 1322 milliseconds
<<11121314151617181920>>