/external/tensorflow/tensorflow/lite/tools/cmake/ |
D | download_toolchains.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 set -e 23 mkdir -p ${TOOLCHAINS_DIR} 27 if [[ ! -d "${TOOLCHAINS_DIR}/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf" ]]; then 28 …-LO https://storage.googleapis.com/mirror.tensorflow.org/developer.arm.com/media/Files/downloads/g… 29 tar xvf gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz -C ${TOOLCHAINS_DIR} >&2 31 ARMCC_ROOT=${TOOLCHAINS_DIR}/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf 32 echo "ARMCC_FLAGS=\"-march=armv7-a -mfpu=neon-vfpv4 -funsafe-math-optimizations \ 33 -isystem ${ARMCC_ROOT}/lib/gcc/arm-linux-gnueabihf/8.3.0/include \ 34 -isystem ${ARMCC_ROOT}/lib/gcc/arm-linux-gnueabihf/8.3.0/include-fixed \ [all …]
|
/external/tensorflow/third_party/toolchains/embedded/arm-linux/ |
D | armhf-linux-toolchain.BUILD | 6 "bin/arm-linux-gnueabihf-gcc", 13 "bin/arm-linux-gnueabihf-ar", 20 "bin/arm-linux-gnueabihf-ld", 27 "bin/arm-linux-gnueabihf-nm", 34 "bin/arm-linux-gnueabihf-objcopy", 41 "bin/arm-linux-gnueabihf-objdump", 48 "bin/arm-linux-gnueabihf-strip", 55 "bin/arm-linux-gnueabihf-as", 62 "arm-linux-gnueabihf/**", 64 "lib/gcc/arm-linux-gnueabihf/**",
|
D | cc_config.bzl.tpl | 20 toolchain_identifier = "aarch64-linux-gnu" 28 toolchain_identifier = "armhf-linux-gnueabihf" 122 flags = ["--sysroot=%{sysroot}"], 151 "-Wno-builtin-macro-redefined", 152 "-D__DATE__=\"redacted\"", 153 "-D__TIMESTAMP__=\"redacted\"", 154 "-D__TIME__=\"redacted\"", 155 "-no-canonical-prefixes", 156 "-fno-canonical-system-headers", 187 "-fstack-protector", # TODO: needed? [all …]
|
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
D | configure.yml | 4 ci-configure: 6 runs-on: ${{ matrix.os }} 8 fail-fast: false 14 Ubuntu GCC ARM SF, 15 Ubuntu GCC ARM SF Compat No Opt, 16 Ubuntu GCC ARM HF, 17 Ubuntu GCC ARM HF No ACLE, 18 Ubuntu GCC ARM HF No NEON, 19 Ubuntu GCC ARM HF Compat No Opt, 33 - name: Ubuntu GCC [all …]
|
D | cmake.yml | 4 ci-cmake: 6 runs-on: ${{ matrix.os }} 8 fail-fast: false 12 Ubuntu GCC OSB -O1, 19 Ubuntu GCC ARM SF, 20 Ubuntu GCC ARM SF Compat No Opt, 21 Ubuntu GCC ARM HF, 22 Ubuntu GCC ARM HF No ACLE, 23 Ubuntu GCC ARM HF No NEON, 24 Ubuntu GCC ARM HF Compat No Opt, [all …]
|
/external/clang/unittests/Driver/ |
D | ToolChainTest.cpp | 1 //===- unittests/Driver/ToolChainTest.cpp --- ToolChain tests -------------===// 8 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 36 Driver TheDriver("/bin/clang", "arm-linux-gnueabihf", Diags, in TEST() 42 "/usr/lib/gcc/arm-linux-gnueabi/4.6.1/crtbegin.o", in TEST() 43 "/usr/lib/gcc/arm-linux-gnueabi/4.6.1/crtend.o", in TEST() 44 "/usr/lib/gcc/arm-linux-gnueabihf/4.6.3/crtbegin.o", in TEST() 45 "/usr/lib/gcc/arm-linux-gnueabihf/4.6.3/crtend.o", in TEST() 46 "/usr/lib/arm-linux-gnueabi/crt1.o", in TEST() 47 "/usr/lib/arm-linux-gnueabi/crti.o", in TEST() [all …]
|
/external/clang/test/Frontend/ |
D | gnu-mcount.c | 1 // RUN: %clang -target armv7-unknown-none-eabi -pg -S -emit-llvm -o - %s | FileCheck %s -check-pref… 2 …%clang -target armv7-unknown-none-eabi -pg -meabi gnu -S -emit-llvm -o - %s | FileCheck %s -check-… 3 // RUN: %clang -target aarch64-unknown-none-eabi -pg -S -emit-llvm -o - %s | FileCheck %s -check-pr… 4 …lang -target aarch64-unknown-none-eabi -pg -meabi gnu -S -emit-llvm -o - %s | FileCheck %s -check-… 5 // RUN: %clang -target armv7-unknown-linux-gnueabi -pg -S -emit-llvm -o - %s | FileCheck %s -check-… 6 …lang -target armv7-unknown-linux-gnueabi -meabi gnu -pg -S -emit-llvm -o - %s | FileCheck %s -chec… 7 …/ RUN: %clang -target aarch64-unknown-linux-gnueabi -pg -S -emit-llvm -o - %s | FileCheck %s -chec… 8 …ng -target aarch64-unknown-linux-gnueabi -meabi gnu -pg -S -emit-llvm -o - %s | FileCheck %s -chec… 9 // RUN: %clang -target armv7-unknown-linux-gnueabihf -pg -S -emit-llvm -o - %s | FileCheck %s -chec… 10 …ang -target armv7-unknown-linux-gnueabihf -meabi gnu -pg -S -emit-llvm -o - %s | FileCheck %s -che… [all …]
|
/external/cpu_features/scripts/ |
D | test_integration.sh | 3 source "$(dirname -- "$0")"/run_integration.sh 5 # Toolchains for little-endian, 64-bit ARMv8 for GNU/Linux systems 6 function set_aarch64-linux-gnu() { 8 TARGET=aarch64-linux-gnu 12 # Toolchains for little-endian, hard-float, 32-bit ARMv7 (and earlier) for GNU/Linux systems 13 function set_arm-linux-gnueabihf() { 15 TARGET=arm-linux-gnueabihf 16 QEMU_ARCH=arm 19 # Toolchains for little-endian, 32-bit ARMv8 for GNU/Linux systems 20 function set_armv8l-linux-gnueabihf() { [all …]
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | build_cmake_arm.md | 3 This page describes how to build the TensorFlow Lite library for various ARM 6 The following instructions have been tested on Ubuntu 16.04.3 64-bit PC (AMD64) 22 and Mendel Linux 4.0. Depending on your target glibc version and CPU 29 ldd --version 32 <pre class="tfo-notebook-code-cell-output"> 33 ldd (Debian GLIBC 2.28-10) 2.28 42 If your target is ARM 32-bit, there are two ABI available depending on VFP 55 <pre class="tfo-notebook-code-cell-output"> 70 [Coral Mendel Linux 4.0](https://coral.ai/), Raspberry Pi (with 71 [Ubuntu Server 20.04.01 LTS 64-bit](https://ubuntu.com/download/raspberry-pi) [all …]
|
/external/llvm-project/llvm/docs/ |
D | HowToCrossCompileBuiltinsOnArm.rst | 2 How to Cross Compile Compiler-rt Builtins For Arm 9 of compiler-rt for an Arm target, from an x86_64 Linux machine. 11 While this document concentrates on Arm and Linux the general principles should 12 apply to other targets supported by compiler-rt. Further contributions for other 22 In this use case we'll be using cmake on a Debian-based Linux system, 23 cross-compiling from an x86_64 host to a hard-float Armv7-A target. We'll be 27 * ``A build of LLVM/clang for the llvm-tools and llvm-config`` 28 * ``A clang executable with support for the ARM target`` 29 * ``compiler-rt sources`` 30 * ``The qemu-arm user mode emulator`` [all …]
|
D | HowToCrossCompileLLVM.rst | 2 How To Cross-Compile Clang/LLVM using Clang/LLVM 11 For more information on how to use Clang as a cross-compiler, 16 Cross-Compiling from x86_64 to ARM 19 In this use case, we'll be using CMake and Ninja, on a Debian-based Linux 20 system, cross-compiling from an x86_64 host (most Intel and AMD chips 21 nowadays) to a hard-float ARM target (most ARM targets nowadays). 26 * ``ninja-build`` (from backports in Ubuntu) 27 * ``gcc-4.7-arm-linux-gnueabihf`` 28 * ``gcc-4.7-multilib-arm-linux-gnueabihf`` 29 * ``binutils-arm-linux-gnueabihf`` [all …]
|
/external/clang/test/Driver/ |
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 | arm-multilibs.c | 1 … %clang -target armv7-linux-gnueabi --sysroot=%S/Inputs/multilib_arm_linux_tree -### -c %s -o /dev… 2 …%clang -target thumbv7-linux-gnueabi --sysroot=%S/Inputs/multilib_arm_linux_tree -### -c %s -o /de… 4 … %clang -target armv7-linux-gnueabihf --sysroot=%S/Inputs/multilib_armhf_linux_tree -### -c %s -o … 5 …%clang -target thumbv7-linux-gnueabihf --sysroot=%S/Inputs/multilib_armhf_linux_tree -### -c %s -o… 7 … %clang -target armv7eb-linux-gnueabi --sysroot=%S/Inputs/multilib_armeb_linux_tree -### -c %s -o … 8 …%clang -target thumbv7eb-linux-gnueabi --sysroot=%S/Inputs/multilib_armeb_linux_tree -### -c %s -o… 10 …clang -target armv7eb-linux-gnueabihf --sysroot=%S/Inputs/multilib_armebhf_linux_tree -### -c %s -… 11 …lang -target thumbv7eb-linux-gnueabihf --sysroot=%S/Inputs/multilib_armebhf_linux_tree -### -c %s … 13 // CHECK-ARM: "-internal-externc-isystem" "{{.*}}/usr/include/arm-linux-gnueabi" 14 // CHECK-ARMHF: "-internal-externc-isystem" "{{.*}}/usr/include/arm-linux-gnueabihf" [all …]
|
/external/llvm/docs/ |
D | HowToCrossCompileLLVM.rst | 2 How To Cross-Compile Clang/LLVM using Clang/LLVM 11 For more information on how to use Clang as a cross-compiler, 16 Cross-Compiling from x86_64 to ARM 19 In this use case, we'll be using CMake and Ninja, on a Debian-based Linux 20 system, cross-compiling from an x86_64 host (most Intel and AMD chips 21 nowadays) to a hard-float ARM target (most ARM targets nowadays). 26 * ``ninja-build`` (from backports in Ubuntu) 27 * ``gcc-4.7-arm-linux-gnueabihf`` 28 * ``gcc-4.7-multilib-arm-linux-gnueabihf`` 29 * ``binutils-arm-linux-gnueabihf`` [all …]
|
/external/llvm-project/clang/test/Frontend/ |
D | gnu-mcount.c | 1 // REQUIRES: arm-registered-target,aarch64-registered-target 3 // RUN: %clang -target armv7-unknown-none-eabi -pg -S -emit-llvm -o - %s | FileCheck %s -check-pref… 4 // RUN: %clang -target armv7-unknown-none-eabi -pg -meabi gnu -S -emit-llvm -o - %s | FileCheck %s … 5 // RUN: %clang -target aarch64-unknown-none-eabi -pg -S -emit-llvm -o - %s | FileCheck %s --check-p… 6 // RUN: %clang -target aarch64-unknown-none-eabi -pg -meabi gnu -S -emit-llvm -o - %s | FileCheck %… 7 // RUN: %clang -target armv7-unknown-linux-gnueabi -pg -S -emit-llvm -o - %s | FileCheck %s -check-… 8 …lang -target armv7-unknown-linux-gnueabi -meabi gnu -pg -S -emit-llvm -o - %s | FileCheck %s -chec… 9 // RUN: %clang -target aarch64-unknown-linux-gnueabi -pg -S -emit-llvm -o - %s | FileCheck %s --che… 10 // RUN: %clang -target aarch64-unknown-linux-gnueabi -meabi gnu -pg -S -emit-llvm -o - %s | FileChe… 11 // RUN: %clang -target armv7-unknown-linux-gnueabihf -pg -S -emit-llvm -o - %s | FileCheck %s -chec… [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | arm-target-features.c | 1 // REQUIRES: arm-registered-target 3 // RUN: %clang_cc1 -triple thumbv7-linux-gnueabihf -target-cpu cortex-a8 -emit-llvm -o - %s | FileC… 4 // CHECK-VFP3: "target-features"="+armv7-a,+d32,+dsp,+fp64,+neon,+thumb-mode,+vfp2,+vfp2sp,+vfp3,+v… 7 // RUN: %clang_cc1 -triple thumbv7-linux-gnueabihf -target-cpu cortex-a5 -emit-llvm -o - %s | FileC… 8 // CHECK-VFP4: "target-features"="+armv7-a,+d32,+dsp,+fp16,+fp64,+neon,+thumb-mode,+vfp2,+vfp2sp,+v… 11 // RUN: %clang_cc1 -triple thumbv7-linux-gnueabihf -target-cpu cortex-a7 -emit-llvm -o - %s | FileC… 12 // RUN: %clang_cc1 -triple thumbv7-linux-gnueabi -target-cpu cortex-a12 -emit-llvm -o - %s | FileCh… 13 // RUN: %clang_cc1 -triple thumbv7s-linux-gnueabi -target-cpu swift -emit-llvm -o - %s | FileCheck … 14 // RUN: %clang_cc1 -triple thumbv7-linux-gnueabihf -target-cpu krait -emit-llvm -o - %s | FileCheck… 15 // CHECK-VFP4-DIV: "target-features"="+armv7-a,+d32,+dsp,+fp16,+fp64,+hwdiv,+hwdiv-arm,+neon,+thumb… [all …]
|
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/ |
D | README.md | 1 MS-IoT fTPM 3 ## Trusted firmware for Windows based AArch32 (32-bit) ARM SoC's 4 Please see the [build-firmware document](https://github.com/ms-iot/imx-iotcore/blob/develop/Documen… 14 --- 18 The secure firmware utilizes the OP-TEE implementation of the Global Platform specifications. The O… 19 …this repository but is obtained directly from the public release. The build of OP-TEE is based on a 20 native Linux build, however the following installation steps allow OP-TEE to be built under Windows… 21 repository is relevant for trusted firmware use - the optee_client & optee_linuxdriver repositories… 22 components for Linux and can serve as a reference for the Windows equivalent components. Note that … 27 See the [optee_os documentation](https://github.com/OP-TEE/optee_os/blob/master/documentation/build… [all …]
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | gnu_mcount_nc.ll | 1 ; RUN: llc -mtriple=armv7a-linux-gnueabihf -verify-machineinstrs %s -o - | FileCheck %s --check-pre… 2 ; RUN: llc -mtriple=armv7a-linux-gnueabihf -verify-machineinstrs -fast-isel %s -o - | FileCheck %s … 3 … llc -mtriple=armv7a-linux-gnueabihf -verify-machineinstrs -global-isel -global-isel-abort=2 %s -o… 4 ; RUN: llc -mtriple=thumbv7a-linux-gnueabihf -verify-machineinstrs %s -o - | FileCheck %s --check-p… 5 ; RUN: llc -mtriple=thumbv7a-linux-gnueabihf -verify-machineinstrs -fast-isel %s -o - | FileCheck %… 6 …lc -mtriple=thumbv7a-linux-gnueabihf -verify-machineinstrs -global-isel -global-isel-abort=2 %s -o… 9 ; CHECK-ARM: stmdb sp!, {lr} 10 ; CHECK-ARM-NEXT: bl __gnu_mcount_nc 11 ; CHECK-ARM-FAST-ISEL: stmdb sp!, {lr} 12 ; CHECK-ARM-FAST-ISEL-NEXT: bl __gnu_mcount_nc [all …]
|
/external/llvm-project/clang/test/Driver/ |
D | arm-compiler-rt.c | 1 // RUN: %clang -target arm-none-eabi \ 2 // RUN: -resource-dir=%S/Inputs/resource_dir_with_arch_subdir \ 3 // RUN: -rtlib=compiler-rt -### %s 2>&1 \ 4 // RUN: | FileCheck %s -check-prefix ARM-EABI 5 // ARM-EABI: "-L{{.*[/\\]}}Inputs/resource_dir_with_arch_subdir{{/|\\\\}}lib{{/|\\\\}}baremetal" 6 // ARM-EABI: "-lclang_rt.builtins-arm" 8 // RUN: %clang -target arm-linux-gnueabi \ 9 // RUN: -resource-dir=%S/Inputs/resource_dir_with_arch_subdir \ 10 // RUN: -rtlib=compiler-rt -### %s 2>&1 \ 11 // RUN: | FileCheck %s -check-prefix ARM-GNUEABI [all …]
|
D | arm-multilibs.c | 1 … %clang -target armv7-linux-gnueabi --sysroot=%S/Inputs/multilib_arm_linux_tree -### -c %s -o /dev… 2 …%clang -target thumbv7-linux-gnueabi --sysroot=%S/Inputs/multilib_arm_linux_tree -### -c %s -o /de… 4 … %clang -target armv7-linux-gnueabihf --sysroot=%S/Inputs/multilib_armhf_linux_tree -### -c %s -o … 5 …%clang -target thumbv7-linux-gnueabihf --sysroot=%S/Inputs/multilib_armhf_linux_tree -### -c %s -o… 7 … %clang -target armv7eb-linux-gnueabi --sysroot=%S/Inputs/multilib_armeb_linux_tree -### -c %s -o … 8 …%clang -target thumbv7eb-linux-gnueabi --sysroot=%S/Inputs/multilib_armeb_linux_tree -### -c %s -o… 10 …clang -target armv7eb-linux-gnueabihf --sysroot=%S/Inputs/multilib_armebhf_linux_tree -### -c %s -… 11 …lang -target thumbv7eb-linux-gnueabihf --sysroot=%S/Inputs/multilib_armebhf_linux_tree -### -c %s … 13 // CHECK-ARM: "-internal-externc-isystem" "{{.*}}/usr/include/arm-linux-gnueabi" 14 // CHECK-ARMHF: "-internal-externc-isystem" "{{.*}}/usr/include/arm-linux-gnueabihf" [all …]
|
/external/rust/crates/grpcio-sys/grpc/test/distrib/cpp/ |
D | run_distrib_test_raspberry_pi.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 21 apt-get update && apt-get install -y libssl-dev 24 apt-get update && apt-get install -y wget 25 wget -q -O cmake-linux.sh https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-L… 26 sh cmake-linux.sh -- --skip-license --prefix=/usr 27 rm cmake-linux.sh 31 # while cross-compiling. 32 mkdir -p "cmake/build" 35 -DCMAKE_BUILD_TYPE=Release \ [all …]
|
/external/skqp/infra/bots/assets/armhf_sysroot/ |
D | create.py | 5 # Use of this source code is governed by a BSD-style license that can be 25 print "Installing some cross-compiling packages. Hit enter to continue." 28 "sudo","apt-get","install", 29 "libstdc++-4.8-dev-armhf-cross", 30 "libgcc-4.8-dev-armhf-cross", 31 "binutils-arm-linux-gnueabihf" 35 shutil.copytree('/usr/arm-linux-gnueabihf', target_dir) 36 shutil.copytree('/usr/lib/gcc-cross/arm-linux-gnueabihf/4.8.4', 37 os.path.join(target_dir, 'gcc-cross')) 41 dir_util.copy_tree('/usr/x86_64-linux-gnu/arm-linux-gnueabihf/lib', [all …]
|
/external/tensorflow/third_party/toolchains/cpus/arm/ |
D | cc_config.bzl.tpl | 20 toolchain_identifier = "arm-linux-gnueabihf" 22 toolchain_identifier = "aarch64-linux-gnu" 176 flags = ["--sysroot=%{sysroot}"], 205 "-Wno-builtin-macro-redefined", 206 "-D__DATE__=\"redacted\"", 207 "-D__TIMESTAMP__=\"redacted\"", 208 "-D__TIME__=\"redacted\"", 209 "-no-canonical-prefixes", 210 "-fno-canonical-system-headers", 238 "-no-canonical-prefixes", [all …]
|
/external/llvm-project/clang/unittests/Driver/ |
D | ToolChainTest.cpp | 1 //===- unittests/Driver/ToolChainTest.cpp --- ToolChain tests -------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 37 Driver TheDriver("/bin/clang", "arm-linux-gnueabihf", Diags, in TEST() 43 "/usr/lib/gcc/arm-linux-gnueabi/4.6.1/crtbegin.o", in TEST() 44 "/usr/lib/gcc/arm-linux-gnueabi/4.6.1/crtend.o", in TEST() 45 "/usr/lib/gcc/arm-linux-gnueabihf/4.6.3/crtbegin.o", in TEST() 46 "/usr/lib/gcc/arm-linux-gnueabihf/4.6.3/crtend.o", in TEST() 47 "/usr/lib/arm-linux-gnueabi/crt1.o", in TEST() [all …]
|
/external/clang/test/CodeGen/ |
D | arm-target-features.c | 1 // REQUIRES: arm-registered-target 3 // RUN: %clang_cc1 -triple thumbv7-linux-gnueabihf -target-cpu cortex-a8 -emit-llvm -o - %s | FileC… 4 // CHECK-VFP3: "target-features"="+dsp,+neon,+vfp3" 7 // RUN: %clang_cc1 -triple thumbv7-linux-gnueabi -target-cpu cortex-a9 -emit-llvm -o - %s | FileChe… 8 // CHECK-VFP3-FP16: "target-features"="+dsp,+fp16,+neon,+vfp3" 11 // RUN: %clang_cc1 -triple thumbv7-linux-gnueabihf -target-cpu cortex-a5 -emit-llvm -o - %s | FileC… 12 // CHECK-VFP4: "target-features"="+dsp,+neon,+vfp4" 15 // RUN: %clang_cc1 -triple thumbv7-linux-gnueabihf -target-cpu cortex-a7 -emit-llvm -o - %s | FileC… 16 // RUN: %clang_cc1 -triple thumbv7-linux-gnueabi -target-cpu cortex-a12 -emit-llvm -o - %s | FileCh… 17 // RUN: %clang_cc1 -triple armv7-linux-gnueabihf -target-cpu cortex-a15 -emit-llvm -o - %s | FileCh… [all …]
|