Searched
full:arm64 (Results
476 -
500 of
2352) sorted by null
<<11121314151617181920>>
/external/clang/test/CodeGenObjC/ |
arc-arm.m | 2 // RUN: %clang_cc1 -triple arm64-apple-ios -emit-llvm -fblocks -fobjc-arc -o - %s | FileCheck %s 4 // <rdar://12438598>: use an autorelease marker on ARM64.
|
/external/clang/test/Sema/ |
attr-availability-app-extensions.c | 3 // RUN: %clang_cc1 -triple arm64-apple-tvos3.0 -fsyntax-only -fapplication-extension -DTVOS=1 -verify %s 4 // RUN: %clang_cc1 -triple arm64-apple-tvos3.0 -fsyntax-only -fapplication-extension -verify %s
|
builtins-arm64.c | 1 // RUN: %clang_cc1 -triple arm64-apple-ios -fsyntax-only -verify %s 2 // RUN: %clang_cc1 -triple arm64-apple-ios -DTEST1 -fsyntax-only -verify %s
|
/external/compiler-rt/lib/builtins/ |
Makefile.mk | 16 # Add ARM64 dir. 17 SubDirs += arm64
|
/external/compiler-rt/lib/builtins/arm64/ |
Makefile.mk | 1 #===- lib/builtins/arm64/Makefile.mk -----------------------*- Makefile -*--===# 12 OnlyArchs := arm64
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-2012-05-09-LOADgot-bug.ll | 1 ; RUN: llc -mtriple=arm64-apple-ios < %s | FileCheck %s 2 ; RUN: llc -mtriple=arm64-linux-gnu -relocation-model=pic < %s | FileCheck %s --check-prefix=CHECK-LINUX
|
arm64-cast-opt.ll | 1 ; RUN: llc -O3 -march=arm64 -mtriple arm64-apple-ios5.0.0 < %s | FileCheck %s
|
arm64-clrsb.ll | 1 ; RUN: llc < %s -march=arm64 | FileCheck %s 4 target triple = "arm64-apple-ios7.0.0"
|
arm64-jumptable.ll | 1 ; RUN: llc -mtriple=arm64-apple-ios < %s | FileCheck %s 2 ; RUN: llc -mtriple=arm64-linux-gnu < %s | FileCheck %s --check-prefix=CHECK-LINUX
|
arm64-vaargs.ll | 1 ; RUN: llc < %s -march=arm64 | FileCheck %s 3 target triple = "arm64-apple-darwin11.0.0"
|
/external/llvm/test/MC/MachO/AArch64/ |
data-in-code.s | 1 // RUN: llvm-mc -triple arm64-apple-darwin10 -filetype=obj -o - < %s | llvm-readobj --macho-data-in-code | FileCheck %s 18 // CHECK: Format: Mach-O arm64
|
/external/llvm/test/tools/dsymutil/ARM/ |
fat-arch-name.test | 15 # CHECK: warning: no debug symbols in executable (-arch arm64) 21 # CHECK-SAME: -segalign arm64
|
/external/skia/infra/bots/recipe_modules/skpbench/ |
example.py | 20 'Perf-Android-Clang-PixelC-GPU-TegraX1-arm64-Release-GN_Android_Skpbench', 21 ('Perf-Android-Clang-PixelC-GPU-TegraX1-arm64-Release-' +
|
/external/v8/src/crankshaft/ |
lithium-allocator-inl.h | 15 #include "src/crankshaft/arm64/lithium-arm64.h" // NOLINT
|
/external/valgrind/gdbserver_tests/ |
nlcontrolc.vgtest | 15 # Bug 338633 nlcontrol hangs on arm64 currently. 16 prereq: test -e gdb -a -f vgdb.invoker && ! ../tests/arch_test arm64 && ! ../tests/arch_test tilegx && ! ../tests/os_test solaris
|
/external/webrtc/webrtc/build/ |
arm_neon.gypi | 27 # "-mfpu=neon" is not required for arm64 in GCC. 28 ['target_arch!="arm64"', {
|
/external/webrtc/webrtc/ |
supplement.gypi | 28 ['target_arch=="arm64" or target_arch=="x64"', { 29 'target_subarch%': 'arm64',
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/ |
ndk-test.sh | 19 arm64-v8a) 20 ARCH=arm64
|
/prebuilts/ndk/ |
stl.bp | 38 arm64: { 40 "current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include",
|
/system/core/debuggerd/crasher/ |
Android.bp | 25 arm64: { 26 srcs: ["arm64/crashglue.S"],
|
/system/core/libnativebridge/tests/ |
NeedsNativeBridge_test.cpp | 21 static const char* kISAs[] = { "arm", "arm64", "mips", "mips64", "x86", "x86_64", "random", "64arm", 27 static const char* kRuntimeISA = "arm64";
|
/art/compiler/utils/arm64/ |
assembler_arm64.h | 26 #include "utils/arm64/managed_register_arm64.h" 38 namespace arm64 { namespace in namespace:art 102 UNIMPLEMENTED(FATAL) << "Do not use Bind for ARM64"; 105 UNIMPLEMENTED(FATAL) << "Do not use Jump for ARM64"; 144 } // namespace arm64
|
/external/compiler-rt/cmake/ |
builtin-config-ix.cmake | 17 set(ARM64 aarch64) 28 set(ARM64 arm64) 33 set(ALL_BUILTIN_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} 86 set(DARWIN_device_ARCHS armv7 armv7s armv7k arm64)
|
/external/libyuv/files/ |
libyuv.gyp | 34 (target_arch == "arm" and arm_version >= 7) or target_arch == "arm64")\ 81 # arm64 does not need -mfpu=neon option as neon is not optional 82 ['target_arch != "arm64"', { 139 ['OS == "android" and target_arch == "arm64"', { 144 ['OS == "android" and target_arch != "arm64"', {
|
/external/skia/gn/ |
BUILDCONFIG.gn | 49 target_cpu = "arm64" 75 if (target_cpu == "arm64") { 77 ndk_platform = "android-${ndk_api}/arch-arm64" 78 ndk_stdlib = "arm64-v8a" 80 ndk_gdbserver = "prebuilt/android-arm64/gdbserver/gdbserver"
|
Completed in 687 milliseconds
<<11121314151617181920>>