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

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
depr-swp.l 3 [^:]*:6: Warning: swp{b} use is deprecated for ARMv6 and ARMv7
4 [^:]*:8: Warning: swp{b} use is deprecated for ARMv6 and ARMv7
armv7-a+virt.d 1 # name: ARMv7-a+virt Instructions
2 # as: -march=armv7-a+virt
  /external/libvpx/
Android.mk 5 # if ARMv7 + NEON etc blah blah
  /external/v8/
Android.mk 24 $(warning WARNING: Building on ARM with non-ARMv7 variant. On ARM, V8 is well tested only on ARMv7.)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/
Android.mk 5 # if ARMv7 + NEON etc blah blah
  /external/libopus/celt/arm/
armopts.s.in 34 ; Set the following to 1 if we have NEON (some ARMv7)
  /build/core/combo/arch/arm/
armv7-a.mk 2 # Generating binaries for the ARMv7-a architecture and higher
11 -march=armv7-a \
armv7-a-neon.mk 2 # Generating binaries for the ARMv7-a architecture and higher with NEON
34 arch_variant_cflags := -march=armv7-a
  /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
22 TARGET_ARCH_VARIANT := armv7-a
  /external/llvm/test/MC/ARM/
directive-arch_extension-idiv.s 3 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null 2>&1 %s \
4 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv7 -check-prefix CHECK-V7
46 @ CHECK-ARMv7: error: instruction requires: divide in ARM
51 @ CHECK-ARMv7: error: instruction requires: divide in ARM
directive-arch_extension-mp.s 3 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null 2>&1 %s \
4 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv7 -check-prefix CHECK-V7
24 @ CHECK-V6: error: instruction requires: mp-extensions armv7
35 @ CHECK-V6: error: instruction requires: mp-extensions armv7
  /external/v8/src/arm/
assembler-arm-inl.h 381 // Or an extended constant pool load (ARMv7):
404 if (CpuFeatures::IsSupported(ARMv7)) {
427 if (CpuFeatures::IsSupported(ARMv7)) {
471 if (CpuFeatures::IsSupported(ARMv7)) {
490 if (!CpuFeatures::IsSupported(ARMv7) && IsMovImmed(Memory::int32_at(pc))) {
505 // This is an extended constant pool lookup (ARMv7).
528 } else if (CpuFeatures::IsSupported(ARMv7)) {
569 } else if (CpuFeatures::IsSupported(ARMv7)) {
assembler-arm.cc 51 // can be defined to enable ARMv7 and VFPv3 instructions when building the
59 answer |= 1u << ARMv7 | 1u << VFP3 | 1u << NEON | 1u << VFP32DREGS;
64 if (FLAG_enable_armv7) answer |= 1u << ARMv7;
67 if (FLAG_enable_vfp3) answer |= 1u << VFP3 | 1u << ARMv7;
75 if ((answer & (1u << ARMv7)) && FLAG_enable_unaligned_accesses) {
95 supported_ |= 1u << ARMv7 | 1u << VFP3 | 1u << NEON | 1u << VFP32DREGS;
100 supported_ |= 1u << ARMv7;
114 // detection of VFP returns true. VFPv3 implies ARMv7, see ARM DDI
116 supported_ |= 1u << VFP3 | 1u << ARMv7;
123 if (FLAG_enable_armv7) supported_ |= 1u << ARMv7;
    [all...]
deoptimizer-arm.cc 308 // ARMv7, we can use movw (with a maximum immediate of 0xffff). On ARMv6, we
311 if (CpuFeatures::IsSupported(ARMv7)) {
312 CpuFeatureScope scope(masm(), ARMv7);
macro-assembler-arm.cc 166 if (CpuFeatures::IsSupported(ARMv7)) {
167 CpuFeatureScope scope(this, ARMv7);
182 // ARMv7+:
279 if (CpuFeatures::IsSupported(ARMv7)) {
280 CpuFeatureScope scope(this, ARMv7);
298 CpuFeatures::IsSupported(ARMv7) &&
311 if (!CpuFeatures::IsSupported(ARMv7) || predictable_code_size()) {
326 if (!CpuFeatures::IsSupported(ARMv7) || predictable_code_size()) {
354 if (!CpuFeatures::IsSupported(ARMv7) || predictable_code_size()) {
369 if (!CpuFeatures::IsSupported(ARMv7) || predictable_code_size())
    [all...]
  /ndk/tests/device/test-cpufeatures/jni/
test_cpufeatures.c 59 CHECK(ARM, ARMv7)
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice_armv7.S 12 @ filter routine for iSAC codec, optimized for ARMv7 platforms.
pitch_filter_armv6.S 12 @ optimized for ARMv7 platforms.
  /external/v8/test/cctest/
test-disasm-arm.cc 270 if (CpuFeatures::IsSupported(ARMv7)) {
364 if (CpuFeatures::IsSupported(ARMv7)) {
365 CpuFeatureScope scope(&assm, ARMv7);
    [all...]
test-assembler-ppc.cc 381 // Test the ARMv7 bitfield instructions.
388 if (CpuFeatures::IsSupported(ARMv7)) {
389 CpuFeatures::Scope scope(ARMv7);
425 if (CpuFeatures::IsSupported(ARMv7)) {
426 CpuFeatures::Scope scope(ARMv7);
  /external/webrtc/webrtc/common_audio/signal_processing/
filter_ar_fast_q12_armv7.S 12 @ ARMv7 platform. The description header can be found in
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 330 if (selector->IsSupported(ARMv7)) {
648 } else if (IsSupported(ARMv7) && (width != 0) &&
677 if (!g.CanBeImmediate(value) && IsSupported(ARMv7)) {
786 if (IsSupported(ARMv7) && m.left().IsWord32And() &&
820 } else if (IsSupported(ARMv7) && (sar >= shl)) {
    [all...]
code-generator-arm.cc 737 CpuFeatureScope scope(masm(), ARMv7);
791 CpuFeatureScope scope(masm(), ARMv7);
797 CpuFeatureScope scope(masm(), ARMv7);
804 CpuFeatureScope scope(masm(), ARMv7);
847 CpuFeatureScope scope(masm(), ARMv7);
    [all...]
  /external/libjpeg-turbo/release/
makemacpkg.in 20 echo "$0 [-build32 [32-bit build dir]] [-buildarmv6 [ARMv6 build dir]] [-buildarmv7 [ARMv7 build dir]] [-buildarmv7s [ARMv7s build dir] [-buildarmv8 [ARMv8 build dir]] [-lipo [path to lipo]]"
247 echo ERROR: ARMv7 build directory $BUILDDIRARMV7 does not exist
251 echo ERROR: ARMv7 build directory $BUILDDIRARMV7 is not configured
254 mkdir -p $TMPDIR/dist.armv7
256 make install DESTDIR=$TMPDIR/dist.armv7
258 if [ ! -h $TMPDIR/dist.armv7/$LIBDIR/libjpeg.@SO_MAJOR_VERSION@.dylib -a \
262 -arch arm $TMPDIR/dist.armv7/$LIBDIR/libjpeg.@SO_MAJOR_VERSION@.dylib \
264 elif [ ! -h $TMPDIR/dist.armv7/$LIBDIR/libjpeg.@SO_MAJOR_VERSION@.0.@SO_MINOR_VERSION@.dylib -a \
268 -arch arm $TMPDIR/dist.armv7/$LIBDIR/libjpeg.@SO_MAJOR_VERSION@.0.@SO_MINOR_VERSION@.dylib \
273 -arch arm $TMPDIR/dist.armv7/$LIBDIR/libjpeg.a
    [all...]
  /external/v8/test/unittests/compiler/arm/
instruction-selector-arm-unittest.cc     [all...]

Completed in 615 milliseconds

1 2