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

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm.h 68 if (TARGET_NEON) \
219 to be more careful with TARGET_NEON as noted below. */
235 #define TARGET_NEON (TARGET_32BIT && TARGET_HARD_FLOAT \
529 (TARGET_NEON ? (TARGET_NEON_VECTORIZE_QUAD ? 16 : 8) : UNITS_PER_WORD)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h 68 if (TARGET_NEON) \
219 to be more careful with TARGET_NEON as noted below. */
235 #define TARGET_NEON (TARGET_32BIT && TARGET_HARD_FLOAT \
529 (TARGET_NEON ? (TARGET_NEON_VECTORIZE_QUAD ? 16 : 8) : UNITS_PER_WORD)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/arm/
arm.h 68 if (TARGET_NEON) \
219 to be more careful with TARGET_NEON as noted below. */
235 #define TARGET_NEON (TARGET_32BIT && TARGET_HARD_FLOAT \
529 (TARGET_NEON ? (TARGET_NEON_VECTORIZE_QUAD ? 16 : 8) : UNITS_PER_WORD)
    [all...]

Completed in 84 milliseconds