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

<<21222324252627282930>>

  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 181 /*For ARM NEON, d8-d15 are callee-saved registers, and need to be saved by us.*/
  /external/libyuv/files/source/
format_conversion.cc 23 // Note: to do this with Neon vld4.8 would load ARGB values into 4 registers
  /external/llvm/
CREDITS.TXT 439 D: Advanced SIMD (NEON) support in the ARM backend
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 32 SpillAlignedNEONRegs("align-neon-spills", cl::Hidden, cl::init(true),
33 cl::desc("Align ARM NEON spills in prolog and epilog"));
291 // If aligned NEON registers were spilled, the stack has already been
    [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 387 // NEON formats
  /external/llvm/test/CodeGen/ARM/
vmla.ll 1 ; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s
vmls.ll 1 ; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s
  /external/llvm/test/MC/AArch64/
neon-max-min-pairwise.s 1 // RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+neon -show-encoding < %s | FileCheck %s
neon-max-min.s 1 // RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+neon -show-encoding < %s | FileCheck %s
neon-mul-div-instructions.s 1 // RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+neon -show-encoding < %s | FileCheck %s
  /external/qemu/target-arm/
cpu.h 194 * any operations (generally Neon) which the architecture defines
  /external/scrypt/
import_scrypt.sh 327 # Hacks for ARM NEON support
  /external/valgrind/main/coregrind/
m_machine.c     [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 212 // Can't shift a Neon register to right with a non-constant shift value.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_PredictIntra_16x16_s.s 57 ; Neon registers
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 183 fv.push_back("-neon");
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 231 gArchUseSIMD = !!strstr(cpuinfo, " neon");
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 130 // currently, neon routine only supports multiple of 16 width
  /packages/apps/Camera/res/values-it/
strings.xml 75 <string name="pref_camera_whitebalance_entry_fluorescent" msgid="2435332872847454032">"Luce neon"</string>
  /packages/apps/Camera/res/values-rm/
strings.xml 98 <string name="pref_camera_whitebalance_entry_fluorescent" msgid="2435332872847454032">"Glisch da neon"</string>
  /external/chromium_org/third_party/libwebp/dsp/
enc_neon.c 10 // ARM NEON version of speed-critical encoding functions.
222 // adapted from vp8/encoder/arm/neon/shortfdct_neon.asm
  /external/chromium_org/third_party/skia/src/core/
SkBlitter_RGB16.cpp 23 // if we don't have neon, then our black blitter is worth the extra code
458 #else // non-neon code
    [all...]
  /external/chromium_org/v8/src/arm/
codegen-arm.cc 136 if (CpuFeatures::IsSupported(NEON)) {
291 if (CpuFeatures::IsSupported(NEON)) {
  /external/libvpx/libvpx/vp8/encoder/
quantize.c 303 * NEON optimized version implements currently the fast quantization for pair
658 * This will also require modifications to the x86 and neon assembly.

Completed in 654 milliseconds

<<21222324252627282930>>