HomeSort by relevance Sort by last modified time
    Searched defs:neon (Results 1 - 8 of 8) 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.4.3/
setup.mk 52 TARGET_CFLAGS.neon := -mfpu=neon
99 $(call get-src-files-with-tag,neon),\
100 $(TARGET_CFLAGS.neon)) \
  /ndk/toolchains/arm-linux-androideabi-4.6/
setup.mk 52 TARGET_CFLAGS.neon := -mfpu=neon
99 $(call get-src-files-with-tag,neon),\
100 $(TARGET_CFLAGS.neon)) \
  /ndk/toolchains/arm-linux-androideabi-clang3.1/
setup.mk 86 TARGET_CFLAGS.neon := -mfpu=neon
131 $(call get-src-files-with-tag,neon),\
132 $(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 136 milliseconds