HomeSort by relevance Sort by last modified time
    Searched refs:NEON (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/llvm/test/MC/ARM/
diagnostics-noneon.s 1 @ RUN: not llvm-mc -triple=armv7-apple-darwin -mattr=-neon < %s 2> %t
6 @ CHECK-ERRORS: error: instruction requires: NEON
7 @ CHECK-ERRORS: error: instruction requires: NEON
neon-mov-vfp.s 1 @ RUN: not llvm-mc -mcpu=cortex-a8 -triple armv7-unknown-unknown -show-encoding -mattr=-neon < %s 2>&1 | FileCheck %s --check-prefix=VFP --check-prefix=CHECK
2 @ RUN: not llvm-mc -mcpu=cortex-a8 -triple thumbv7-unknown-unknown -show-encoding -mattr=-neon < %s 2>&1 | FileCheck %s --check-prefix=VFP --check-prefix=CHECK
3 @ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7-unknown-unknown -show-encoding -mattr=+neon < %s 2>&1 | FileCheck %s --check-prefix=NEON --check-prefix=CHECK
4 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-unknown-unknown -show-encoding -mattr=+neon < %s 2>&1 | FileCheck %s --check-prefix=NEON --check-prefix=CHECK
6 @ The 32-bit variants of the NEON scalar move instructions are also available
14 @ VFP-DAG: error: instruction requires: NEON
15 @ VFP-DAG: error: instruction requires: NEON
16 @ NEON-DAG: vmov.8 d22[5], r2 @ encoding
    [all...]
invalid-fp-armv8.s 1 @ RUN: not llvm-mc -triple armv8 -show-encoding -mattr=-neon < %s 2>&1 | FileCheck %s --check-prefix=V8
80 @ V8: error: instruction requires: NEON
85 @ V8: error: instruction requires: NEON
87 @ V8: error: instruction requires: NEON
  /external/libvpx/
Android.mk 5 # if ARMv7 + NEON etc blah blah
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/
Android.mk 5 # if ARMv7 + NEON etc blah blah
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vfma1.s 8 .inst 0xf2000d10 @ NEON vmla.f32 d0,d0,d0
9 .inst 0xf2000d50 @ NEON vmla.f32 q0,q0,q0
14 .inst 0xf2000c10 @ NEON vfma.f32 d0,d0,d0
15 .inst 0xf2000c50 @ NEON vfma.f32 q0,q0,q0
20 .inst 0xf2200d10 @ NEON vmls.F32 d0,d0,d0
21 .inst 0xf2200d50 @ NEON vmls.F32 q0,q0,q0
26 .inst 0xf2200c10 @ NEON vfms.F32 d0,d0,d0
27 .inst 0xf2200c50 @ NEON vfms.F32 q0,q0,q0
attr-march-armv8-a+crypto.d 16 Tag_Advanced_SIMD_arch: NEON for ARMv8
attr-march-armv8-a+simd.d 16 Tag_Advanced_SIMD_arch: NEON for ARMv8
  /external/libopus/celt/arm/
armopts.s.in 34 ; Set the following to 1 if we have NEON (some ARMv7)
  /external/clang/include/clang/Basic/
TargetBuiltins.h 25 namespace NEON {
38 LastNEONBuiltin = NEON::FirstTSBuiltin - 1,
49 LastNEONBuiltin = NEON::FirstTSBuiltin - 1,
96 /// \brief Flags to identify the types for overloaded Neon builtins.
  /external/boringssl/linux-arm/crypto/sha/
sha512-armv4.S 30 @ Add NEON implementation. On Cortex A8 it was measured to process
35 @ Improve NEON performance by 12% on Snapdragon S4. In absolute
38 @ multiple NEON instructions per cycle, but dual NEON issue could
533 .fpu neon
    [all...]
sha256-armv4.S 30 @ Add NEON implementation. On Cortex A8 it was measured to process one
    [all...]
  /build/target/board/generic/
BoardConfig.mk 11 # Note: we build the platform images for ARMv7-A _without_ NEON.
13 # Technically, the emulator supports ARMv7-A _and_ NEON instructions, but
14 # emulated NEON code paths typically ends up 2x slower than the normal C code
18 # What this means is that the platform image will not use NEON code paths
20 # application code generated with the NDK that uses NEON in the emulator.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdCountLeadingZeros.s 27 ; -- NEON registers --
h264bsdClearMbLayer.s 30 ; -- NEON registers --
h264bsdFlushBits.s 33 ; -- NEON registers --
  /frameworks/av/services/audioflinger/
Android.mk 139 # uncomment to disable NEON on architectures that actually do support NEON, for benchmarking
  /external/libjpeg-turbo/
Android.mk 22 # ARM v7 NEON
25 # If we are certain that the ARM v7 device has NEON (and there is no need for
33 # ARM v8 64-bit NEON
  /external/gemmlowp/eight_bit_int_gemm/
Android.mk 35 # Always build gemmlowpV8 for armv7 using NEON,
38 LOCAL_CFLAGS_arm := -mfpu=neon
  /external/libvpx/libvpx/test/
test_intra_pred_speed.cc 211 INTRA_PRED_TEST(NEON, TestIntraPred4, vpx_dc_predictor_4x4_neon,
264 INTRA_PRED_TEST(NEON, TestIntraPred8, vpx_dc_predictor_8x8_neon,
315 INTRA_PRED_TEST(NEON, TestIntraPred16, vpx_dc_predictor_16x16_neon,
368 INTRA_PRED_TEST(NEON, TestIntraPred32, vpx_dc_predictor_32x32_neon,
vp9_avg_test.cc 283 NEON, AverageTest,
290 NEON, IntProRowTest, ::testing::Values(
296 NEON, IntProColTest, ::testing::Values(
vp9_subtract_test.cc 101 INSTANTIATE_TEST_CASE_P(NEON, VP9SubtractBlockTest,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
subtract_test.cc 109 INSTANTIATE_TEST_CASE_P(NEON, SubtractBlockTest,
  /ndk/tests/device/test-cpufeatures/jni/
test_cpufeatures.c 61 CHECK(ARM, NEON)

Completed in 2917 milliseconds

1 2 3