HomeSort by relevance Sort by last modified time
    Searched full:neon (Results 526 - 550 of 782) sorted by null

<<21222324252627282930>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_PredictIntra_4x4_s.S 10 .fpu neon
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicYuvToRGB.cpp 166 // The neon paths may over-read by up to 8 bytes
  /bionic/libc/arch-arm/bionic/
memcpy.S 35 .fpu neon
52 /* If Neon supports unaligned access then remove the align code,
179 /* Check the upper size limit for Neon unaligned memory access in memcpy */
memcmp.S 61 * Neon optimization
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-armv4.pl 35 # Add NEON implementation featuring polynomial multiplication, i.e. no
322 .fpu neon
422 .asciz "GHASH for ARMv4/NEON, CRYPTOGAMS by <appro\@openssl.org>"
  /external/libvpx/libvpx/
CHANGELOG 225 On ARM Cortex A9 with Neon extensions, real-time encoding of video
428 Fix valgrind errors in the NEON loop filters.
443 Update NEON wide idcts
  /external/libyuv/files/source/
scale_neon.cc 19 // This module is for GCC Neon
23 * NEON downscalers with interpolation.
119 // Down scale from 4 to 3 pixels. Use the neon multilane read/write
row_neon.cc 18 // This module is for GCC Neon
456 // do this in neon registers as per
457 // http://blogs.arm.com/software-enablement/196-coding-for-neon-part-2-dealing-with-leftovers/
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-armv4.pl 35 # Add NEON implementation featuring polynomial multiplication, i.e. no
322 .fpu neon
422 .asciz "GHASH for ARMv4/NEON, CRYPTOGAMS by <appro\@openssl.org>"
  /external/libvpx/libvpx/build/make/
configure.sh 782 soft_enable neon
820 if enabled neon
822 check_add_cflags -mfpu=neon #-ftree-vectorize
823 check_add_asflags -mfpu=neon
860 if enabled neon
    [all...]
  /external/pixman/pixman/
pixman-arm-neon-asm.h 41 * pixels processing. See 'pixman-arm-neon-asm.S' file for the usage
384 * instruction queue for NEON unit in ARM Cortex-A8, normal ARM code can
385 * execute simultaneously with NEON and be completely shadowed by it. Thus
515 * performed in such a way that we fill some 'slots' in the NEON
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-armv4.pl 28 # Add NEON implementation. On Cortex A8 it was measured to process
537 .fpu neon
574 .asciz "SHA512 block transform for ARMv4/NEON, CRYPTOGAMS by <appro\@openssl.org>"
  /external/chromium_org/v8/test/cctest/
test-disasm-arm.cc 681 TEST(Neon) {
684 if (CpuFeatures::IsSupported(NEON)) {
685 CpuFeatureScope scope(&assm, NEON);
    [all...]
test-assembler-arm.cc     [all...]
  /external/openssl/crypto/sha/asm/
sha512-armv4.pl 28 # Add NEON implementation. On Cortex A8 it was measured to process
537 .fpu neon
574 .asciz "SHA512 block transform for ARMv4/NEON, CRYPTOGAMS by <appro\@openssl.org>"
  /ndk/docs/text/
CHANGES.text 50 - Fixed ARM/GCC-4.7 to generates sufficient alignment for NEON
820 - Fixed GCC 4.4.3 crashes on NEON specific typedef for float
832 - ARM: Fix an issue when project with .arm/.neon suffixes in LOCAL_SRC_FILES also
834 adding STL header/lib paths to compilation. Fix ndk-build to filter out .arm and .neon
835 suffixes before the search, otherwise item in LOCAL_SRC_FILESfile like myfile.cpp.arm.neon
    [all...]
  /external/aac/libFDK/include/
FDK_archdef.h 147 /* Detect and unify macros for neon feature. */
qmf.h 114 /* ARM neon optimized QMF analysis filter requires 32 bit input.
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_procs.h 10 // E.g. for ARM NEON, defined it as 'x ## _neon' to ensure all important
  /external/clang/include/clang/AST/
BuiltinTypes.def 124 // 'half' in OpenCL, '__fp16' in ARM NEON.
  /external/clang/test/Driver/
clang-translation.c 39 // ARMV7_SOFTFLOAT: "-neon"
  /external/llvm/lib/Target/ARM/
ARMScheduleV6.td 191 // Issue through integer pipeline, and execute in NEON unit. We assume
ARMSubtarget.cpp 210 // NEON f32 ops are non-IEEE 754 compliant. Darwin is ok with it by default.
  /external/llvm/test/CodeGen/AArch64/
neon-fma.ll 1 ; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mattr=+neon -fp-contract=fast | FileCheck %s
  /external/llvm/test/CodeGen/ARM/
2013-04-18-load-overlap-PR14824.ll 1 ; RUN: llc < %s -mtriple=thumbv7-none-linux-gnueabi -mcpu=cortex-a9 -mattr=+neon,+neonfp | FileCheck %s

Completed in 1697 milliseconds

<<21222324252627282930>>