HomeSort by relevance Sort by last modified time
    Searched refs:ARMv7 (Results 1 - 25 of 34) 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
  /build/make/core/combo/arch/arm/
armv7-a.mk 2 # Generating binaries for the ARMv7-a architecture and higher
armv7-a-neon.mk 2 # Generating binaries for the ARMv7-a architecture and higher with NEON
  /external/libopus/celt/arm/
armopts.s.in 34 ; Set the following to 1 if we have NEON (some ARMv7)
armopts_gnu.s 35 @ Set the following to 1 if we have NEON (some ARMv7)
  /external/v8/
Android.mk 24 $(warning WARNING: Building on ARM with non-ARMv7 variant. On ARM, V8 is well tested only on ARMv7.)
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/Arm/
CpuSleep.S 3 # CpuSleep() for ARMv7
9 # But this is a no-op on ARMv7
CpuSleep.asm 3 ; CpuSleep() for ARMv7
9 ; But this is a no-op on ARMv7
  /prebuilts/go/darwin-x86/src/runtime/
os_nacl_arm.go 10 // NaCl/ARM only supports ARMv7
12 print("runtime: NaCl requires ARMv7. Recompile using GOARM=7.\n")
  /prebuilts/go/linux-x86/src/runtime/
os_nacl_arm.go 10 // NaCl/ARM only supports ARMv7
12 print("runtime: NaCl requires ARMv7. Recompile using GOARM=7.\n")
  /external/autotest/client/site_tests/kernel_CheckArmErrata/
kernel_CheckArmErrata.py 35 ... model name : ARMv7 Processor rev 1 (v7l)
44 ... model name : ARMv7 Processor rev 1 (v7l)
62 ... "model name": "ARMv7 Processor rev 1 (v7l)",
70 ... "model name": "ARMv7 Processor rev 1 (v7l)",
150 ... "model name": "ARMv7 Processor rev 1 (v7l)",
167 ... "model name": "ARMv7 Processor rev 1 (v7l)",
185 ... "model name": "ARMv7 Processor rev 1 (v7l)",
195 ... "model name": "ARMv7 Processor rev 1 (v7l)",
264 ... "model name": "ARMv7 Processor rev 1 (v7l)",
281 ... "model name": "ARMv7 Processor rev 1 (v7l)"
    [all...]
  /build/make/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 368 // Or an extended constant pool load (ARMv7):
391 if (CpuFeatures::IsSupported(ARMv7)) {
414 if (CpuFeatures::IsSupported(ARMv7)) {
458 if (CpuFeatures::IsSupported(ARMv7)) {
477 if (!CpuFeatures::IsSupported(ARMv7) && IsMovImmed(Memory::int32_at(pc))) {
492 // This is an extended constant pool lookup (ARMv7).
515 } else if (CpuFeatures::IsSupported(ARMv7)) {
556 } else if (CpuFeatures::IsSupported(ARMv7)) {
assembler-arm.cc 50 static const unsigned kArmv7 = kArmv6 | (1u << ARMv7);
58 } else if (strcmp(FLAG_arm_arch, "armv7+sudiv") == 0) {
60 } else if (strcmp(FLAG_arm_arch, "armv7") == 0) {
69 " armv7+sudiv\n"
70 " armv7\n"
83 bool enable_armv7 = (result & (1u << ARMv7)) != 0;
84 bool enable_vfp3 = (result & (1u << ARMv7)) != 0;
85 bool enable_32dregs = (result & (1u << ARMv7)) != 0;
86 bool enable_neon = (result & (1u << ARMv7)) != 0;
153 // enable ARMv7 and VFPv3 instructions when building the snapshot. However
    [all...]
deoptimizer-arm.cc 311 // ARMv7, we can use movw (with a maximum immediate of 0xffff). On ARMv6, we
314 if (CpuFeatures::IsSupported(ARMv7)) {
315 CpuFeatureScope scope(masm(), ARMv7);
macro-assembler-arm.cc 166 if (CpuFeatures::IsSupported(ARMv7)) {
167 CpuFeatureScope scope(this, ARMv7);
182 // ARMv7+:
298 if (CpuFeatures::IsSupported(ARMv7)) {
299 CpuFeatureScope scope(this, ARMv7);
317 CpuFeatures::IsSupported(ARMv7) &&
319 CpuFeatureScope scope(this, ARMv7);
331 if (!CpuFeatures::IsSupported(ARMv7) || predictable_code_size()) {
338 CpuFeatureScope scope(this, ARMv7);
347 if (!CpuFeatures::IsSupported(ARMv7) || predictable_code_size())
    [all...]
  /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/src/
globals.h 779 ARMv7, // ARMv7-A + VFPv3-D32 + NEON
780 ARMv7_SUDIV, // ARMv7-A + VFPv4-D32 + NEON + SUDIV
806 VFPv3 = ARMv7,
807 NEON = ARMv7,
808 VFP32DREGS = ARMv7,
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
filter_ar_fast_q12_armv7.S 12 @ ARMv7 platform. The description header can be found in
  /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...]
  /compatibility/cdd/3_software/
3_3_native-api-compatibility.md 114 * `Features: `, followed by a list of any optional ARMv7 CPU features
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 348 if (selector->IsSupported(ARMv7)) {
816 } else if (IsSupported(ARMv7) && (width != 0) &&
845 if (!g.CanBeImmediate(value) && IsSupported(ARMv7)) {
    [all...]

Completed in 733 milliseconds

1 2