Searched refs:ARMv6 (Results 1 – 24 of 24) sorted by relevance
2 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv6 -check-prefix CHECK-V627 @ CHECK-ARMv6: error: instruction requires: divide in ARM30 @ CHECK-ARMv6: error: instruction requires: divide in ARM44 @ CHECK-ARMv6: error: instruction requires: divide in ARM49 @ CHECK-ARMv6: error: instruction requires: divide in ARM
2 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv6 -check-prefix CHECK-V6
22 @ CHECK-ERRORS-V5: error: instruction variant requires ARMv6 or later
58 AC_MSG_CHECKING([if assembler supports ARMv6 media instructions on ARM])69 AC_MSG_CHECKING([if assembler supports ARMv6 media instructions on ARM])
82 /* Use ARMv6 inline asm optimizations */91 /* Define if assembler supports ARMv6 media instructions */100 /* Define if binary requires ARMv6 media instruction support */
222 [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])
6 ; ARMFastISel used to fail emitting sext/zext in pre-ARMv6.
86 ; *vfp variants used for ARMv6 iOS.
9 ; Can't test pre-ARMv6 Thumb because ARM FastISel currently only supports
31 ; Set the following to 1 if we have ARMv6 media instructions.
19 on the ARMv6 and ARMv7 architectures and may be inapplicable to older chips.
290 utilize preload in ARMv6 MC/LPF/Copy routines367 ARMv6 optimized sad16x16368 ARMv6 optimized half pixel variance calculations489 Add 4-tap version of 2nd-pass ARMv6 MC filter.
326 # Libvpx optimizations for ARMv6 or ARMv7 without NEON.
498 ARMv6 has scalar saturating and halving adds and subtracts. The same500 those operations and the ARMv6 scalar versions.
211 // pre-ARMv6 cores.
33 - ARMv6, ARMv7 and ARMv8 (AArch64) are supported, including full
137 #define ARMv6 (1u << 5) macro145 #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()
1674 The support for ARM (specifically ARMv6 and ARMv7) is considered stable