HomeSort by relevance Sort by last modified time
    Searched defs:neon (Results 1 - 12 of 12) sorted by null

  /development/ndk/samples/hello-neon/src/com/example/neon/
HelloNeon.java 1 package com.example.neon;
31 * /data/data/com.example.neon/lib/libhelloneon.so at
  /ndk/toolchains/arm-linux-androideabi-4.6/
setup.mk 51 TARGET_CFLAGS.neon := -mfpu=neon
106 $(call get-src-files-with-tag,neon),\
107 $(TARGET_CFLAGS.neon)) \
  /ndk/toolchains/arm-linux-androideabi-4.7/
setup.mk 51 TARGET_CFLAGS.neon := -mfpu=neon
106 $(call get-src-files-with-tag,neon),\
107 $(TARGET_CFLAGS.neon)) \
  /ndk/toolchains/arm-linux-androideabi-4.8/
setup.mk 51 TARGET_CFLAGS.neon := -mfpu=neon
106 $(call get-src-files-with-tag,neon),\
107 $(TARGET_CFLAGS.neon)) \
  /external/chromium_org/third_party/skia/src/core/
SkUtilsArm.cpp 20 // cpu-features helper library to detect NEON at runtime. See
49 // the ARM NEON instruction set. This implementation is Linux-specific.
68 SkDebugf("Forcing ARM Neon mode to full!\n");
72 SkDebugf("Disabling ARM NEON mode\n");
86 // Instead, we must parse /proc/cpuinfo and look for the 'neon' feature.
91 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
104 // If we fail any of the following, assume we don't have NEON instructions
155 // Now find an instance of 'neon' in the flags list. We want to
156 // ensure it's only 'neon' and not something fancy like 'noneon'
158 const char neon[] = " neon" local
    [all...]
  /external/skia/src/core/
SkUtilsArm.cpp 20 // cpu-features helper library to detect NEON at runtime. See
49 // the ARM NEON instruction set. This implementation is Linux-specific.
68 SkDebugf("Forcing ARM Neon mode to full!\n");
72 SkDebugf("Disabling ARM NEON mode\n");
86 // Instead, we must parse /proc/cpuinfo and look for the 'neon' feature.
91 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
104 // If we fail any of the following, assume we don't have NEON instructions
155 // Now find an instance of 'neon' in the flags list. We want to
156 // ensure it's only 'neon' and not something fancy like 'noneon'
158 const char neon[] = " neon" local
    [all...]
  /ndk/toolchains/arm-linux-androideabi-clang3.2/
setup.mk 85 TARGET_CFLAGS.neon := -mfpu=neon
137 $(call get-src-files-with-tag,neon),\
138 $(TARGET_CFLAGS.neon)) \
  /ndk/toolchains/arm-linux-androideabi-clang3.3/
setup.mk 85 TARGET_CFLAGS.neon := -mfpu=neon
137 $(call get-src-files-with-tag,neon),\
138 $(TARGET_CFLAGS.neon)) \
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
arm.h 251 instructions for VFPv3 or NEON. TARGET_VFP3/TARGET_VFPD32 are currently
255 /* FPU is has the full VFPv3/NEON register file of 32 D registers. */
267 /* FPU supports half-precision floating-point with NEON element load/store. */
269 (TARGET_VFP && arm_fpu_desc->neon && arm_fpu_desc->fp16)
274 /* FPU supports Neon instructions. The setting of this macro gets
276 and TARGET_HARD_FLOAT to ensure that NEON instructions are
279 && TARGET_VFP && arm_fpu_desc->neon)
364 int neon;
950 /* Neon Quad values must start at a multiple of four registers. */
954 /* Neon structures of vectors must be in even register pairs and ther
362 int neon; member in struct:arm_fpu_desc
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h 251 instructions for VFPv3 or NEON. TARGET_VFP3/TARGET_VFPD32 are currently
255 /* FPU is has the full VFPv3/NEON register file of 32 D registers. */
267 /* FPU supports half-precision floating-point with NEON element load/store. */
269 (TARGET_VFP && arm_fpu_desc->neon && arm_fpu_desc->fp16)
274 /* FPU supports Neon instructions. The setting of this macro gets
276 and TARGET_HARD_FLOAT to ensure that NEON instructions are
279 && TARGET_VFP && arm_fpu_desc->neon)
364 int neon;
950 /* Neon Quad values must start at a multiple of four registers. */
954 /* Neon structures of vectors must be in even register pairs and ther
362 int neon; member in struct:arm_fpu_desc
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
arm.h 251 instructions for VFPv3 or NEON. TARGET_VFP3/TARGET_VFPD32 are currently
255 /* FPU is has the full VFPv3/NEON register file of 32 D registers. */
267 /* FPU supports half-precision floating-point with NEON element load/store. */
269 (TARGET_VFP && arm_fpu_desc->neon && arm_fpu_desc->fp16)
274 /* FPU supports Neon instructions. The setting of this macro gets
276 and TARGET_HARD_FLOAT to ensure that NEON instructions are
279 && TARGET_VFP && arm_fpu_desc->neon)
364 int neon;
950 /* Neon Quad values must start at a multiple of four registers. */
954 /* Neon structures of vectors must be in even register pairs and ther
362 int neon; member in struct:arm_fpu_desc
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h 251 instructions for VFPv3 or NEON. TARGET_VFP3/TARGET_VFPD32 are currently
255 /* FPU is has the full VFPv3/NEON register file of 32 D registers. */
267 /* FPU supports half-precision floating-point with NEON element load/store. */
269 (TARGET_VFP && arm_fpu_desc->neon && arm_fpu_desc->fp16)
274 /* FPU supports Neon instructions. The setting of this macro gets
276 and TARGET_HARD_FLOAT to ensure that NEON instructions are
279 && TARGET_VFP && arm_fpu_desc->neon)
364 int neon;
950 /* Neon Quad values must start at a multiple of four registers. */
954 /* Neon structures of vectors must be in even register pairs and ther
362 int neon; member in struct:arm_fpu_desc
    [all...]

Completed in 292 milliseconds