Searched
full:arm64 (Results
751 -
775 of
2352) sorted by null
<<31323334353637383940>>
/external/llvm/test/MC/AArch64/ |
arm64-vector-lists.s | 1 // RUN: not llvm-mc -triple arm64 -mattr=neon -show-encoding < %s 2>%t | FileCheck %s
|
cyclone-crc.s | 1 // RUN: not llvm-mc -triple arm64-apple-ios -mcpu=cyclone %s 2>&1 | FileCheck %s
|
neon-crypto.s | 1 // RUN: llvm-mc -triple=arm64 -mattr=+neon -mattr=+crypto -show-encoding < %s | FileCheck %s 2 // RUN: not llvm-mc -triple=arm64 -mattr=+neon -show-encoding < %s 2>&1 | FileCheck -check-prefix=CHECK-NO-CRYPTO-ARM64 %s 16 // CHECK-NO-CRYPTO-ARM64: error: instruction requires: crypto
|
/external/llvm/test/MC/MachO/AArch64/ |
cstexpr-gotpcrel.ll | 1 ; RUN: llc -mtriple=arm64-apple-darwin %s -o - | FileCheck %s 49 ; supported on x86-64 but not on ARM64 82 ; Check that these got equivalent symbols are emitted on ARM64. Since ARM64
|
darwin-ARM64-local-label-diff.s | 1 ; RUN: llvm-mc -triple arm64-apple-darwin -filetype=obj -o - < %s | llvm-readobj -s -sd | FileCheck %s
|
/external/llvm/test/Transforms/CodeGenPrepare/AArch64/ |
trunc-weird-user.ll | 1 ; RUN: opt -S -codegenprepare -mtriple=arm64-apple-ios7.0 %s | FileCheck %s
|
/external/llvm/test/Transforms/ConstantHoisting/AArch64/ |
const-addr.ll | 1 ; RUN: opt -mtriple=arm64-darwin-unknown -S -consthoist < %s | FileCheck %s
|
large-immediate.ll | 1 ; RUN: opt -mtriple=arm64-darwin-unknown -S -consthoist < %s | FileCheck %s
|
/external/seccomp-tests/ |
Android.mk | 22 LOCAL_MODULE_TARGET_ARCH := arm arm64 x86 x86_64
|
/external/skia/gn/ |
opts.gni | 28 arm64 = [
|
/external/skia/infra/bots/recipes/ |
swarm_skpbench.py | 22 b = 'Perf-Android-Clang-PixelC-GPU-TegraX1-arm64-Release-GN_Android_Skpbench'
|
/external/v8/ |
Android.mk | 20 V8_SUPPORTED_ARCH := arm mips x86 arm64 mips64 x86_64
|
/external/vulkan-validation-layers/demos/android/jni/ |
Application.mk | 16 APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 mips mips64
|
/frameworks/compile/libbcc/ |
libbcc-targets.mk | 44 ifeq (,$(filter $(TARGET_ARCH),arm64 arm mips mips64 x86 x86_64))
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/android/ |
shared.mk | 54 #for arm64 --yd 55 ifeq ($(ARCH),arm64) 68 ifeq ($(ARCH),arm64) 77 ifeq ($(ARCH),arm64)
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
issue3261.go | 19 puts("testLibgcc is disabled on ARM64 with clang due to lack of libgcc.");
|
/prebuilts/go/darwin-x86/src/cmd/dist/ |
mkdeps.bash | 11 goarchlist="386 amd64 arm arm64 ppc64"
|
/prebuilts/go/darwin-x86/src/math/ |
stubs_arm64.s | 5 // +build arm64
|
/prebuilts/go/darwin-x86/src/runtime/internal/atomic/ |
atomic_arm64.go | 5 // +build arm64
|
/prebuilts/go/darwin-x86/src/runtime/ |
noasm.go | 5 // Routines that are implemented in assembly in asm_{amd64,386,arm,arm64,ppc64x,s390x}.s
|
/prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/ |
dropm.go | 8 // This failed to be true on arm and arm64, which was the root cause
|
/prebuilts/go/darwin-x86/src/time/ |
zoneinfo_ios.go | 6 // +build arm arm64
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
issue3261.go | 19 puts("testLibgcc is disabled on ARM64 with clang due to lack of libgcc.");
|
/prebuilts/go/linux-x86/src/cmd/dist/ |
mkdeps.bash | 11 goarchlist="386 amd64 arm arm64 ppc64"
|
/prebuilts/go/linux-x86/src/math/ |
stubs_arm64.s | 5 // +build arm64
|
Completed in 1088 milliseconds
<<31323334353637383940>>