| /external/llvm/test/CodeGen/ARM/ |
| D | segmented-stacks.ll | 1 ; RUN: llc < %s -mtriple=arm-linux-androideabi -verify-machineinstrs | FileCheck %s -check-prefix=A… 2 ; RUN: llc < %s -mtriple=arm-linux-unknown-gnueabi -verify-machineinstrs | FileCheck %s -check-pref… 5 ; RUN: llc < %s -mtriple=arm-linux-androideabi -filetype=obj 6 ; RUN: llc < %s -mtriple=arm-linux-unknown-gnueabi -filetype=obj 17 ; ARM-linux: test_basic: 19 ; ARM-linux: push {r4, r5} 20 ; ARM-linux-NEXT: mrc p15, #0, r4, c13, c0, #3 21 ; ARM-linux-NEXT: mov r5, sp 22 ; ARM-linux-NEXT: ldr r4, [r4, #4] 23 ; ARM-linux-NEXT: cmp r4, r5 [all …]
|
| D | segmented-stacks-dynamic.ll | 1 ; RUN: llc < %s -mtriple=arm-linux-androideabi -verify-machineinstrs | FileCheck %s -check-prefix=A… 2 ; RUN: llc < %s -mtriple=arm-linux-unknown-gnueabi -verify-machineinstrs | FileCheck %s -check-pref… 3 ; RUN: llc < %s -mtriple=arm-linux-androideabi -filetype=obj 4 ; RUN: llc < %s -mtriple=arm-linux-unknown-gnueabi -filetype=obj 23 ; ARM-linux: test_basic: 25 ; ARM-linux: push {r4, r5} 26 ; ARM-linux-NEXT: mrc p15, #0, r4, c13, c0, #3 27 ; ARM-linux-NEXT: mov r5, sp 28 ; ARM-linux-NEXT: ldr r4, [r4, #4] 29 ; ARM-linux-NEXT: cmp r4, r5 [all …]
|
| /external/armnn/shim/ |
| D | BuildGuideShimSupportLibrary.md | 1 # How to use the Android NDK to build Arm NN 3 - [Introduction](#introduction) 4 - [Prerequisites](#prerequisites) 5 - [Download Arm NN](#download-arm-nn) 6 - [Build Arm Compute Library](#build-arm-compute-library) 7 - [Build Arm NN](#build-arm-nn) 8 - [Build Arm NN Support Library](#build-arm-nn-support-library) 9 - [Build Arm NN Shim](#build-arm-nn-shim) 13 These are step by step instructions for building the Arm NN shim and support library for NNAPI. 18 The following are required to build the Arm NN support library [all …]
|
| /external/armnn/ |
| D | BuildGuideAndroidNDK.md | 1 # How to use the Android NDK to build Arm NN 3 - [Introduction](#introduction) 4 - [Initial Setup](#initial-setup) 5 - [Download the Android NDK and make a standalone toolchain](#download-the-android-ndk-and-make-a-s… 6 - [Install Cmake](#install-cmake) 7 - [Build Flatbuffers](#build-flatbuffers) 8 - [Download Arm NN](#download-arm-nn) 9 - [Get And Build TFLite](#get-and-build-tflite) 10 - [Build Arm Compute Library](#build-arm-compute-library) 11 - [Build Arm NN](#build-arm-nn) [all …]
|
| D | README.md | 3 <img src="Arm_NN_horizontal_blue.png" class="center" alt="Arm NN Logo" width="300"/> 6 * [Quick Start Guides](#quick-start-guides) 7 * [Pre-Built Binaries](#pre-built-binaries) 8 * [Software Overview](#software-overview) 9 * [Get Involved](#get-involved) 13 * [Third-Party](#third-party) 14 * [Build Flags](#build-flags) 16 # Arm NN 18 **Arm NN** is the **most performant** machine learning (ML) inference engine for Android and Linux,… 19 on **Arm Cortex-A CPUs and Arm Mali GPUs**. This ML inference engine is an open source SDK which br… [all …]
|
| /external/clang/test/Driver/ |
| D | fuse-ld.c | 1 // RUN: %clang %s -### \ 2 // RUN: -fuse-ld=/usr/local/bin/or1k-linux-ld 2>&1 \ 3 // RUN: | FileCheck %s --check-prefix=CHECK-ABSOLUTE-LD 4 // CHECK-ABSOLUTE-LD: /usr/local/bin/or1k-linux-ld 7 // RUN: %clang %s -### \ 8 // RUN: -target x86_64-unknown-freebsd 2>&1 \ 9 // RUN: | FileCheck %s --check-prefix=CHECK-FREEBSD-LD 10 // CHECK-FREEBSD-LD: ld 12 // RUN: %clang %s -### -fuse-ld=bfd \ 13 // RUN: --sysroot=%S/Inputs/basic_freebsd_tree \ [all …]
|
| D | android-ndk-standalone.cpp | 1 // Test header and library paths when Clang is used with Android standalone 4 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 5 // RUN: -target arm-linux-androideabi -stdlib=libstdc++ \ 6 // RUN: -B%S/Inputs/basic_android_ndk_tree \ 7 // RUN: --sysroot=%S/Inputs/basic_android_ndk_tree/sysroot \ 9 // CHECK: {{.*}}clang{{.*}}" "-cc1" 10 // CHECK: "-resource-dir" "[[RESOURCE_DIR:[^"]+]]" 11 // CHECK: "-internal-isystem" "{{.*}}/include/c++/4.9" 12 // CHECK-NOT: "-internal-isystem" "{{.*}}/include/c++/4.9/arm-linux-androideabi/armv7-a/thumb" 13 // CHECK-NOT: "-internal-isystem" "{{.*}}/include/c++/4.9/arm-linux-androideabi/armv7-a" [all …]
|
| D | arm-compiler-rt.c | 1 // RUN: %clang -target arm-linux-gnueabi -rtlib=compiler-rt -### %s 2>&1 | FileCheck %s -check-pref… 2 // ARM-GNUEABI: "{{.*[/\\]}}libclang_rt.builtins-arm.a" 4 // RUN: %clang -target arm-linux-gnueabi -rtlib=compiler-rt -mfloat-abi=hard -### %s 2>&1 | FileChe… 5 // ARM-GNUEABI-ABI: "{{.*[/\\]}}libclang_rt.builtins-armhf.a" 7 // RUN: %clang -target arm-linux-gnueabihf -rtlib=compiler-rt -### %s 2>&1 | FileCheck %s -check-pr… 8 // ARM-GNUEABIHF: "{{.*[/\\]}}libclang_rt.builtins-armhf.a" 10 // RUN: %clang -target arm-linux-gnueabihf -rtlib=compiler-rt -mfloat-abi=soft -### %s 2>&1 | FileC… 11 // ARM-GNUEABIHF-ABI: "{{.*[/\\]}}libclang_rt.builtins-arm.a" 13 // RUN: %clang -target arm-windows-itanium -rtlib=compiler-rt -### %s 2>&1 | FileCheck %s -check-pr… 14 // ARM-WINDOWS: "{{.*[/\\]}}clang_rt.builtins-arm.lib" [all …]
|
| D | linux-ld.c | 4 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 5 // RUN: --target=i386-unknown-linux \ 6 // RUN: --gcc-toolchain="" \ 7 // RUN: --sysroot=%S/Inputs/basic_linux_tree \ 8 // RUN: | FileCheck --check-prefix=CHECK-LD-32 %s 9 // CHECK-LD-32-NOT: warning: 10 // CHECK-LD-32: "{{.*}}ld{{(.exe)?}}" "--sysroot=[[SYSROOT:[^"]+]]" 11 // CHECK-LD-32: "{{.*}}/usr/lib/gcc/i386-unknown-linux/4.6.0{{/|\\\\}}crtbegin.o" 12 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0" 13 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0/../../../../i386-unknown-linux/… [all …]
|
| /external/skia/toolchain/android_trampolines/gen_trampolines/ |
| D | gen_trampolines.go | 6 // This program is meant to be run by hand when making changes to the hermetic Android NDK 7 // toolchain, e.g. when upgrading to a new Android NDK version. 10 // built-in Bazel function expects tool paths to point to files under the directory in which it is 12 // to use trampoline scripts that pass through any command-line arguments to the NDK binaries under 28 // Paths relative to the Android NDK root directory. These paths can be determined by inspecting 29 // the Android NDK ZIP file downloaded by the `download_toolchains` macro defined in 32 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ar", 33 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-dwp", 34 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld", 35 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-nm", [all …]
|
| /external/perfetto/infra/luci/recipes/perfetto.expected/ |
| D | ci_android.json | 9 "-u", 11 "--json-output", 13 "ensure-directory", 14 "--mode", 64 "--tags", 65 "https://android.googlesource.com/platform/external/perfetto", 115 "rev-parse", 132 "name": "git.rev-parse", 140 "tools/install-build-deps", 141 "--android" [all …]
|
| /external/bazelbuild-rules_rust/wasm_bindgen/3rdparty/crates/ |
| D | BUILD.ring-0.17.5.bazel | 3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To 40 "--cap-lints=allow", 43 "cargo-bazel", 44 "crate-name=ring", 50 "@rules_rust//rust/platform:aarch64-apple-darwin": [], 51 "@rules_rust//rust/platform:aarch64-apple-ios": [], 52 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], 53 "@rules_rust//rust/platform:aarch64-fuchsia": [], 54 "@rules_rust//rust/platform:aarch64-linux-android": [], 55 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], [all …]
|
| /external/android-nn-driver/docs/ |
| D | IntegratorGuide.md | 4 This document describes how to integrate the Arm NN Android NNAPI driver into an Android source tre… 8 1. Android source tree for Android Q (we have tested against Android Q version 10.0.0_r39), in the … 9 2. Android source tree for Android R (we have tested against Android R version 11.0.0_r3), in the d… 10 3. Android source tree for Android S (we have tested against Android S version 12.0.0_r1), in the d… 11 4. Android source tree for Android T (we have tested against Android T pre-release tag - TP1A.22062… 12 5. Mali OpenCL driver integrated into the Android source tree 16 1. Place this source directory at `<ANDROID_ROOT>/vendor/arm/android-nn-driver` 18 3. Update the Android build environment to add the Arm NN driver. This ensures that the driver serv… 19 is built and copied to the `system/vendor/bin/hw` directory in the Android image. 21 within the device-specific makefile that is located in the `<ANDROID_ROOT>/device/<manufacturer>/<p… [all …]
|
| /external/webrtc/tools_webrtc/mb/ |
| D | mb_config.pyl | 3 # Use of this source code is governed by a BSD-style license 11 # configurations source-side instead of in the buildbot scripts. That makes it 15 # This is a map of buildbot builder group names -> buildbot builder names -> 25 'codesearch-gen-webrtc-android': { 26 'android': 'android_debug_static_bot_arm', 28 'codesearch-gen-webrtc-linux': { 33 # Android 42 'Android32 Builder arm': 'android_pure_release_bot_arm', 69 'Linux32 Debug (ARM)': 'debug_bot_arm', 71 'Linux32 Release (ARM)': 'release_bot_arm', [all …]
|
| /external/autotest/server/site_tests/cheets_CTS_P/ |
| D | control.internal.arm.CtsMediaTestCases.audio | 2 # Use of this source code is governed by a BSD-style license that can be 8 NAME = 'cheets_CTS_P.internal.arm.CtsMediaTestCases.audio' 9 ATTRIBUTES = 'suite:arc-cts' 16 DOC = 'Run module CtsMediaTestCases.audio of the Android Compatibility Test Suite (CTS) using arm A… 25 tag='internal.arm.CtsMediaTestCases.audio', 26 test_name='cheets_CTS_P.internal.arm.CtsMediaTestCases.audio', 27 …--include-filter', 'CtsMediaTestCases android.media.cts.AudioAttributesTest', '--include-filter', … 28 …retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}', '--dynamic-config-url… 31 bundle='arm',
|
| /external/autotest/server/site_tests/cheets_CTS_R/ |
| D | control.internal.arm.CtsWindowManager.Window | 2 # Use of this source code is governed by a BSD-style license that can be 8 NAME = 'cheets_CTS_R.internal.arm.CtsWindowManager.Window' 9 ATTRIBUTES = 'suite:arc-cts-r, suite:arc-cts' 16 DOC = 'Run module CtsWindowManager.Window of the Android Compatibility Test Suite (CTS) using arm A… 24 tag='internal.arm.CtsWindowManager.Window', 25 test_name='cheets_CTS_R.internal.arm.CtsWindowManager.Window', 26 …--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowContextPolicyTests', '… 27 retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'], 30 bundle='arm',
|
| D | control.internal.arm.CtsWindowManager.A | 2 # Use of this source code is governed by a BSD-style license that can be 8 NAME = 'cheets_CTS_R.internal.arm.CtsWindowManager.A' 9 ATTRIBUTES = 'suite:arc-cts-r, suite:arc-cts' 16 DOC = 'Run module CtsWindowManager.A of the Android Compatibility Test Suite (CTS) using arm ABI in… 24 tag='internal.arm.CtsWindowManager.A', 25 test_name='cheets_CTS_R.internal.arm.CtsWindowManager.A', 26 …--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityManagerGetConfigTest… 27 retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'], 30 bundle='arm',
|
| D | control.internal.arm.CtsMediaTestCases.audio | 2 # Use of this source code is governed by a BSD-style license that can be 8 NAME = 'cheets_CTS_R.internal.arm.CtsMediaTestCases.audio' 9 ATTRIBUTES = 'suite:arc-cts-qual, suite:arc-cts-r, suite:arc-cts' 16 DOC = 'Run module CtsMediaTestCases.audio of the Android Compatibility Test Suite (CTS) using arm A… 26 tag='internal.arm.CtsMediaTestCases.audio', 27 test_name='cheets_CTS_R.internal.arm.CtsMediaTestCases.audio', 28 …--include-filter', 'CtsMediaTestCases android.media.cts.AudioAttributesTest', '--include-filter', … 29 retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'], 32 bundle='arm',
|
| D | control.internal.arm.CtsMediaTestCases.video | 2 # Use of this source code is governed by a BSD-style license that can be 8 NAME = 'cheets_CTS_R.internal.arm.CtsMediaTestCases.video' 9 ATTRIBUTES = 'suite:arc-cts-qual, suite:arc-cts-r, suite:arc-cts' 16 DOC = 'Run module CtsMediaTestCases.video of the Android Compatibility Test Suite (CTS) using arm A… 26 tag='internal.arm.CtsMediaTestCases.video', 27 test_name='cheets_CTS_R.internal.arm.CtsMediaTestCases.video', 28 …--include-filter', 'CtsMediaTestCases android.media.cts.AdaptivePlaybackTest', '--include-filter',… 29 retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'], 32 bundle='arm',
|
| D | control.internal.arm.CtsWindowManager.M | 2 # Use of this source code is governed by a BSD-style license that can be 8 NAME = 'cheets_CTS_R.internal.arm.CtsWindowManager.M' 9 ATTRIBUTES = 'suite:arc-cts-r, suite:arc-cts' 16 DOC = 'Run module CtsWindowManager.M of the Android Compatibility Test Suite (CTS) using arm ABI in… 24 tag='internal.arm.CtsWindowManager.M', 25 test_name='cheets_CTS_R.internal.arm.CtsWindowManager.M', 26 …--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ManifestLayoutTests', '--inc… 27 retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'], 30 bundle='arm',
|
| /external/bazelbuild-rules_go/go/private/ |
| D | platforms.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 20 "android": "@platforms//os:android", 31 "arm": "@platforms//cpu:arm", 40 ("android", "386"), 41 ("android", "amd64"), 42 ("android", "arm"), 43 ("android", "arm64"), 46 ("darwin", "arm"), 51 ("freebsd", "arm"), 59 ("linux", "arm"), [all …]
|
| /external/ComputeLibrary/docs/user_guide/ |
| D | how_to_build_and_run_examples.dox | 2 /// Copyright (c) 2017-2023 Arm Limited. 4 /// SPDX-License-Identifier: MIT 33 To see the build options available simply run ```scons -h``` 41 - gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf 42 - gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu 44 To cross-compile the library in debug mode, with Arm® Neon™ only support, for Linux 32bit: 46 scons Werror=1 -j8 debug=1 neon=1 opencl=0 os=linux arch=armv7a 48 To cross-compile the library in asserts mode, with OpenCL only support, for Linux 64bit: 50 scons Werror=1 -j8 debug=0 asserts=1 neon=0 opencl=1 embed_kernels=1 os=linux arch=armv8a 52 You can also compile the library natively on an Arm device by using <b>build=native</b>: [all …]
|
| /external/ComputeLibrary/ |
| D | README.md | 3 … following our inclusive language update, more information [here](https://arm-software.github.io/C… 6 > From release 22.08: armv7a with Android build will no longer be tested or maintained. 16 …<img src="https://raw.githubusercontent.com/ARM-software/ComputeLibrary/gh-pages/ACL_logo.png"/><b… 19 # Compute Library  22 …te Library is a collection of low-level machine learning functions optimized for Arm® Cortex®-A, A… 24 …erformance to other open source alternatives and immediate support for new Arm® technologies e.g. … 28 - Open source software available under a permissive MIT license 29 - Over 100 machine learning functions for CPU and GPU 30 - Multiple convolution algorithms (GeMM, Winograd, FFT, Direct and indirect-GeMM) 31 - Support for multiple data types: FP32, FP16, INT8, UINT8, BFLOAT16 [all …]
|
| /external/skia/toolchain/ |
| D | ndk_linux_arm64_toolchain_config.bzl | 8 built-in `android_ndk_repository` Bazel rule[1], which was used to build the SkCMS repository up 11 The paths in this file point to locations inside the expanded Android NDK ZIP file (found at 12 external/ndk_linux_amd64), and must be updated every time we upgrade to a new Android NDK version. 14 …e83a0144d707f140/src/main/java/com/google/devtools/build/lib/bazel/rules/android/AndroidNdkReposit… 30 _ARMEABI_V7A = "armeabi-v7a" 31 _ARM64_V8A = "arm64-v8a" 55 "-D__ANDROID_API__=29", 56 "-isystem", 57 NDK_PATH + "/sysroot/usr/include/arm-linux-androideabi", 58 "-target", [all …]
|
| /external/ruy/third_party/ |
| D | cpuinfo.BUILD | 9 "-std=gnu99", # gnu99, not c99, because dprintf is used 10 "-Wno-vla", 11 "-D_GNU_SOURCE=1", # to use CPU_SETSIZE 12 "-DCPUINFO_INTERNAL=", 13 "-DCPUINFO_PRIVATE=", 23 # Architecture-specific sources and headers. 38 "src/arm/cache.c", 39 "src/arm/uarch.c", 42 # Platform-specific sources and headers 68 "src/arm/linux/chipset.c", [all …]
|