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

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
armv8-a-it-bad.l 2 .*:7: Warning: IT blocks containing 32-bit Thumb instructions are deprecated in ARMv8
3 .*:15: Warning: IT blocks containing more than one conditional instruction are deprecated in ARMv8
4 .*:20: Warning: IT blocks containing more than one conditional instruction are deprecated in ARMv8
5 .*:30: Warning: IT blocks containing 32-bit Thumb instructions are deprecated in ARMv8
6 .*:36: Warning: IT blocks containing more than one conditional instruction are deprecated in ARMv8
7 .*:40: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Short branches, Undefined, SVC, LDM/STM
8 .*:43: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Miscellaneous 16-bit instructions
9 .*:49: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Literal loads
10 .*:52: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Hi-register ADD, MOV, CMP, BX, BLX using pc
11 .*:55: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Short branches, Undefined, SVC, LDM/ST
    [all...]
udf.l 2 ^[^:]*:16: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Short branches, Undefined, SVC, LDM/STM
3 ^[^:]*:21: Warning: IT blocks containing 32-bit Thumb instructions are deprecated in ARMv8
attr-march-armv8-a+crypto.d 1 # name: attributes for -march=armv8-a+crypto
3 # as: -march=armv8-a+crypto
15 Tag_FP_arch: FP for ARMv8
16 Tag_Advanced_SIMD_arch: NEON for ARMv8
attr-march-armv8-a+simd.d 1 # name: attributes for -march=armv8-a+simd
3 # as: -march=armv8-a+simd
15 Tag_FP_arch: FP for ARMv8
16 Tag_Advanced_SIMD_arch: NEON for ARMv8
depr-swp.l 2 [^:]*:2: Warning: swp{b} use is obsoleted for ARMv8 and later
armv8-a-bad.l 2 .*:7: Error: swp{b} use is obsoleted for ARMv8 and later
3 .*:10: Warning: This coprocessor register access is deprecated in ARMv8
4 .*:11: Warning: This coprocessor register access is deprecated in ARMv8
5 .*:12: Warning: This coprocessor register access is deprecated in ARMv8
6 .*:13: Warning: This coprocessor register access is deprecated in ARMv8
7 .*:14: Warning: This coprocessor register access is deprecated in ARMv8
8 .*:17: Warning: setend use is deprecated for ARMv8
9 .*:20: Warning: setend use is deprecated for ARMv8
13 .*:31: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Miscellaneous 16-bit instructions
attr-march-armv8-a+fp.d 1 # name: attributes for -march=armv8-a+fp
3 # as: -march=armv8-a+fp
15 Tag_FP_arch: FP for ARMv8
crc32.d 2 #name: ARMv8 CRC32 instructions
3 #as: -march=armv8-a+crc
crc32-bad.d 2 #name: Unpredictable ARMv8 CRC32 instructions.
3 #as: -march=armv8-a+crc
  /external/llvm/test/MC/ARM/
basic-thumb2-instructions-v8.s 1 @ New ARMv8 T32 encodings
6 @ HLT (in ARMv8 only)
11 @ CHECK-V7: error: instruction requires: armv8
12 @ CHECK-V7: error: instruction requires: armv8
20 @ CHECK-V7: error: instruction requires: armv8
22 @ Can accept AL condition code (in ARMv8 only)
25 @ CHECK-V7: error: instruction requires: armv8
27 @ Can accept SP as rGPR (in ARMv8 only)
34 @ CHECK-V7: error: instruction variant requires ARMv8 or later
35 @ CHECK-V7: error: instruction variant requires ARMv8 or late
    [all...]
basic-arm-instructions-v8.s 1 @ New ARMv8 A32 encodings
3 @ RUN: llvm-mc -triple armv8 -show-encoding < %s | FileCheck %s --check-prefix=CHECK-V8
11 @ CHECK-V7: error: instruction requires: armv8
12 @ CHECK-V7: error: instruction requires: armv8
17 @ CHECK-V7: error: instruction requires: armv8
59 @ CHECK-V7: error: instruction requires: armv8
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
attr-merge-vfp-7.d 1 #source: attr-merge-vfp-armv8.s
2 #source: attr-merge-vfp-armv8-hard.s
13 Tag_FP_arch: FP for ARMv8
attr-merge-vfp-7r.d 1 #source: attr-merge-vfp-armv8.s
2 #source: attr-merge-vfp-armv8-hard.s
13 Tag_FP_arch: FP for ARMv8
  /external/llvm/test/tools/llvm-readobj/ARM/
attribute-7.s 16 @CHECK-OBJ-NEXT: Description: ARMv8-a FP
attribute-8.s 16 @CHECK-OBJ-NEXT: Description: ARMv8-a FP-D16
attribute-4.s 23 @CHECK-OBJ-NEXT: Description: ARMv8.1-a NEON
attribute-3.s 23 @CHECK-OBJ-NEXT: Description: ARMv8-a NEON
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
neon-vfp-reglist.s 2 # ARMv8 tests to test neon register
23 .arch armv8-a
neon-vfp-reglist-post.s 2 # ARMv8 tests to test neon register
5 .arch armv8-a
  /external/v8/src/arm/
assembler-arm.cc 52 static const unsigned kArmv8 = kArmv7WithSudiv | (1u << ARMv8);
56 if (strcmp(FLAG_arm_arch, "armv8") == 0) {
68 "Supported values are: armv8\n"
88 bool enable_armv8 = (result & (1u << ARMv8)) != 0;
158 // "armv8": ARMv8 (+ all of the above)
245 DCHECK_IMPLIES(IsSupported(ARMv8), IsSupported(ARMv7_SUDIV));
304 printf("ARMv8=%d ARMv7=%d VFPv3=%d VFP32DREGS=%d NEON=%d SUDIV=%d",
305 CpuFeatures::IsSupported(ARMv8), CpuFeatures::IsSupported(ARMv7),
    [all...]
macro-assembler-arm.cc     [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]]"
375 echo ERROR: ARMv8 build directory $BUILDDIRARMV8 does not exist
379 echo ERROR: ARMv8 build directory $BUILDDIRARMV8 is not configured
382 mkdir -p $TMPDIR/dist.armv8
384 make install DESTDIR=$TMPDIR/dist.armv8
386 if [ ! -h $TMPDIR/dist.armv8/$LIBDIR/libjpeg.@SO_MAJOR_VERSION@.dylib -a \
390 -arch arm64 $TMPDIR/dist.armv8/$LIBDIR/libjpeg.@SO_MAJOR_VERSION@.dylib \
392 elif [ ! -h $TMPDIR/dist.armv8/$LIBDIR/libjpeg.@SO_MAJOR_VERSION@.0.@SO_MINOR_VERSION@.dylib -a \
396 -arch arm64 $TMPDIR/dist.armv8/$LIBDIR/libjpeg.@SO_MAJOR_VERSION@.0.@SO_MINOR_VERSION@.dylib \
401 -arch arm64 $TMPDIR/dist.armv8/$LIBDIR/libjpeg.a
    [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc     [all...]
  /compatibility/cdd/3_software/
3_3_native-api-compatibility.md 99 * [C-1-1] Although the ARMv8 architecture deprecates several CPU operations,
117 highest supported ARM architecture (e.g., "8" for ARMv8 devices).
  /external/v8/src/
globals.h 781 ARMv8, // ARMv8-A (+ all of the above)
    [all...]

Completed in 188 milliseconds

1 2