Home
last modified time | relevance | path

Searched refs:ARMv6 (Results 1 – 24 of 24) sorted by relevance

/external/llvm/test/MC/ARM/
Ddirective-arch_extension-idiv.s2 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv6 -check-prefix CHECK-V6
27 @ CHECK-ARMv6: error: instruction requires: divide in ARM
30 @ CHECK-ARMv6: error: instruction requires: divide in ARM
44 @ CHECK-ARMv6: error: instruction requires: divide in ARM
49 @ CHECK-ARMv6: error: instruction requires: divide in ARM
Ddirective-arch_extension-sec.s2 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv6 -check-prefix CHECK-V6
Ddirective-arch_extension-mp.s2 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv6 -check-prefix CHECK-V6
Dthumb-diagnostics.s22 @ CHECK-ERRORS-V5: error: instruction variant requires ARMv6 or later
/external/chromium_org/third_party/opus/src/m4/
Das-gcc-inline-assembly.m458 AC_MSG_CHECKING([if assembler supports ARMv6 media instructions on ARM])
69 AC_MSG_CHECKING([if assembler supports ARMv6 media instructions on ARM])
/external/libopus/m4/
Das-gcc-inline-assembly.m458 AC_MSG_CHECKING([if assembler supports ARMv6 media instructions on ARM])
69 AC_MSG_CHECKING([if assembler supports ARMv6 media instructions on ARM])
/external/libopus/
Dconfig.h.in82 /* Use ARMv6 inline asm optimizations */
91 /* Define if assembler supports ARMv6 media instructions */
100 /* Define if binary requires ARMv6 media instruction support */
Dconfigure.ac222 [Use ARMv6 inline asm optimizations])
268 [Trying to force-enable ARMv6 media instructions...])
292 [Define if assembler supports ARMv6 media instructions])
295 [Define if binary requires ARMv6 media instruction support])
/external/chromium_org/third_party/opus/src/
Dconfig.h.in82 /* Use ARMv6 inline asm optimizations */
91 /* Define if assembler supports ARMv6 media instructions */
100 /* Define if binary requires ARMv6 media instruction support */
Dconfigure.ac222 [Use ARMv6 inline asm optimizations])
268 [Trying to force-enable ARMv6 media instructions...])
292 [Define if assembler supports ARMv6 media instructions])
295 [Define if binary requires ARMv6 media instruction support])
/external/llvm/test/CodeGen/ARM/
D2013-05-31-char-shift-crash.ll6 ; ARMFastISel used to fail emitting sext/zext in pre-ARMv6.
Dnone-macho.ll86 ; *vfp variants used for ARMv6 iOS.
Dfast-isel-ext.ll9 ; Can't test pre-ARMv6 Thumb because ARM FastISel currently only supports
/external/libopus/celt/arm/
Darmopts.s.in31 ; Set the following to 1 if we have ARMv6 media instructions.
/external/chromium_org/third_party/opus/src/celt/arm/
Darmopts.s.in31 ; Set the following to 1 if we have ARMv6 media instructions.
/external/llvm/docs/
DHowToBuildOnARM.rst19 on the ARMv6 and ARMv7 architectures and may be inapplicable to older chips.
/external/chromium_org/third_party/libvpx/source/libvpx/
DCHANGELOG290 utilize preload in ARMv6 MC/LPF/Copy routines
367 ARMv6 optimized sad16x16
368 ARMv6 optimized half pixel variance calculations
489 Add 4-tap version of 2nd-pass ARMv6 MC filter.
/external/libvpx/libvpx/
DCHANGELOG290 utilize preload in ARMv6 MC/LPF/Copy routines
367 ARMv6 optimized sad16x16
368 ARMv6 optimized half pixel variance calculations
489 Add 4-tap version of 2nd-pass ARMv6 MC filter.
/external/chromium_org/third_party/libvpx/
Dlibvpx.gyp326 # Libvpx optimizations for ARMv6 or ARMv7 without NEON.
/external/llvm/lib/Target/ARM/
DREADME.txt498 ARMv6 has scalar saturating and halving adds and subtracts. The same
500 those operations and the ARMv6 scalar versions.
DARMInstrVFP.td211 // pre-ARMv6 cores.
/external/ltrace/
DNEWS33 - ARMv6, ARMv7 and ARMv8 (AArch64) are supported, including full
/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp137 #define ARMv6 (1u << 5) macro
145 #define ARMV4T_ABOVE (ARMv4T|ARMv5T|ARMv5TE|ARMv5TEJ|ARMv6|ARMv6K|ARMv6T2|ARMv7|ARMv7S|ARMv8)
146 #define ARMV5_ABOVE (ARMv5T|ARMv5TE|ARMv5TEJ|ARMv6|ARMv6K|ARMv6T2|ARMv7|ARMv7S|ARMv8)
147 #define ARMV5TE_ABOVE (ARMv5TE|ARMv5TEJ|ARMv6|ARMv6K|ARMv6T2|ARMv7|ARMv7S|ARMv8)
148 #define ARMV5J_ABOVE (ARMv5TEJ|ARMv6|ARMv6K|ARMv6T2|ARMv7|ARMv7S|ARMv8)
149 #define ARMV6_ABOVE (ARMv6|ARMv6K|ARMv6T2|ARMv7|ARMv7S|ARMv8)
950 if ((ArchVersion() < ARMv6) && (d == n)) in EmulateMUL()
980 if ((ArchVersion() < ARMv6) && (d == n)) in EmulateMUL()
12835 else if (0 == ::strncasecmp(arch_cstr,"armv6", 5)) m_arm_isa = ARMv6; in SetArchitecture()
/external/clang/docs/
DUsersManual.rst1674 The support for ARM (specifically ARMv6 and ARMv7) is considered stable