| /external/clang/test/Driver/ |
| D | arm-multilibs.c | 1 …N: %clang -target armv7-linux-gnueabi --sysroot=%S/Inputs/multilib_arm_linux_tree -### -c %s -o /d… 2 …: %clang -target thumbv7-linux-gnueabi --sysroot=%S/Inputs/multilib_arm_linux_tree -### -c %s -o /… 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 …lang -target armv7eb-linux-gnueabi --sysroot=%S/Inputs/multilib_armeb_linux_tree -### -c %s -o /de… 8 …ang -target thumbv7eb-linux-gnueabi --sysroot=%S/Inputs/multilib_armeb_linux_tree -### -c %s -o /d… 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 …]
|
| D | linux-ld.c | 1 // General tests that ld invocations on Linux targets sane. Note that we use 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" [all …]
|
| D | arm-abi.c | 2 // RUN: %clang -target arm--- %s -### -o %t.o 2>&1 \ 3 // RUN: | FileCheck -check-prefix=CHECK-AAPCS %s 4 // RUN: %clang -target armeb--- %s -### -o %t.o 2>&1 \ 5 // RUN: | FileCheck -check-prefix=CHECK-AAPCS %s 6 // RUN: %clang -target thumb--- %s -### -o %t.o 2>&1 \ 7 // RUN: | FileCheck -check-prefix=CHECK-AAPCS %s 8 // RUN: %clang -target thumbeb--- %s -### -o %t.o 2>&1 \ 9 // RUN: | FileCheck -check-prefix=CHECK-AAPCS %s 11 // MachO targets default to apcs-gnu, except for m-class processors 12 // RUN: %clang -target arm--darwin- -arch armv7s %s -### -o %t.o 2>&1 \ [all …]
|
| /external/cpu_features/scripts/ |
| D | test_integration.sh | 3 # Toolchains for little-endian, 64-bit ARMv8 for GNU/Linux systems 4 function set_aarch64-linux-gnu() { 5 export TARGET=aarch64-linux-gnu 8 # Toolchains for little-endian, hard-float, 32-bit ARMv7 (and earlier) for GNU/Linux systems 9 function set_arm-linux-gnueabihf() { 10 export TARGET=arm-linux-gnueabihf 13 # Toolchains for little-endian, 32-bit ARMv8 for GNU/Linux systems 14 function set_armv8l-linux-gnueabihf() { 15 export TARGET=armv8l-linux-gnueabihf 18 # Toolchains for little-endian, soft-float, 32-bit ARMv7 (and earlier) for GNU/Linux systems [all …]
|
| D | run_integration.sh | 2 set -eo pipefail 17 mkdir -p "${ARCHIVE_DIR}" 19 local -r URL=$1 20 local -r RELATIVE_DIR=$2 21 local -r DESTINATION="${ARCHIVE_DIR}/${RELATIVE_DIR}" 22 if [[ ! -d "${DESTINATION}" ]] ; then 24 local -r ARCHIVE_NAME=$(basename "${URL}") 25 test -f "${ARCHIVE_NAME}" || wget --no-verbose "${URL}" 27 rm -f "${ARCHIVE_NAME}" 36 local -r QEMU_VERSION=${QEMU_VERSION:=5.2.0} [all …]
|
| /external/cpu_features/.github/workflows/ |
| D | arm_linux.yml | 1 name: arm Linux 8 - cron: '0 0 7,22 * *' 13 runs-on: ubuntu-latest 17 [arm-linux-gnueabihf], 18 [armv8l-linux-gnueabihf], 19 [arm-linux-gnueabi], 20 [armeb-linux-gnueabihf], 21 [armeb-linux-gnueabi] 23 fail-fast: false 27 - uses: actions/checkout@v2 [all …]
|
| /external/cpu_features/ci/ |
| D | Makefile | 2 BRANCH := $(shell git rev-parse --abbrev-ref HEAD) 3 SHA1 := $(shell git rev-parse --verify HEAD) 11 @echo -e "${BOLD}SYNOPSIS${RESET}" 12 @echo -e "\tmake <target> [NOCACHE=1]" 14 @echo -e "${BOLD}DESCRIPTION${RESET}" 15 @echo -e "\ttest build inside docker container to have a reproductible build." 17 @echo -e "${BOLD}MAKE TARGETS${RESET}" 18 @echo -e "\t${BOLD}help${RESET}: display this help and exit." 20 …@echo -e "\t${BOLD}amd64_<stage>${RESET}: build <stage> docker image using an Ubuntu:latest x86_64… 21 @echo -e "\t${BOLD}save_amd64_<stage>${RESET}: Save the <stage> docker image." [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Triple.cpp | 1 //===--- Triple.cpp - Target triple helper class --------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 31 case armeb: return "armeb"; in getArchTypeName() 91 case armeb: in getArchTypePrefix() 201 case Linux: return "linux"; in getOSTypeName() 235 case GNUEABIHF: return "gnueabihf"; in getEnvironmentTypeName() 274 .Case("armeb", armeb) in getArchTypeForLLVMName() 300 .Case("x86-64", x86_64) in getArchTypeForLLVMName() 348 arch = Triple::armeb; in parseARMArch() [all …]
|
| D | ARMTargetParser.cpp | 1 //===-- ARMTargetParser - Parser for ARM target features --------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 141 .Cases("v6m", "v6sm", "v6s-m", "v6-m") in getArchSynonym() 143 .Cases("v7", "v7a", "v7hl", "v7l", "v7-a") in getArchSynonym() 144 .Case("v7r", "v7-r") in getArchSynonym() 145 .Case("v7m", "v7-m") in getArchSynonym() 146 .Case("v7em", "v7e-m") in getArchSynonym() 147 .Cases("v8", "v8a", "v8l", "aarch64", "arm64", "v8-a") in getArchSynonym() [all …]
|
| /external/llvm/lib/Support/ |
| D | Triple.cpp | 1 //===--- Triple.cpp - Target triple helper class --------------------------===// 8 //===----------------------------------------------------------------------===// 27 case armeb: return "armeb"; in getArchTypeName() 83 case armeb: in getArchTypePrefix() 173 case Linux: return "linux"; in getOSTypeName() 204 case GNUEABIHF: return "gnueabihf"; in getEnvironmentTypeName() 246 .Case("armeb", armeb) in getArchTypeForLLVMName() 269 .Case("x86-64", x86_64) in getArchTypeForLLVMName() 314 arch = Triple::armeb; in parseARMArch() 359 .Case("xscaleeb", Triple::armeb) in parseArch() [all …]
|
| /external/clang/lib/Driver/ |
| D | ToolChains.cpp | 1 //===--- ToolChains.cpp - ToolChain Implementations -------------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 53 /// Darwin - Darwin tool chain for i386 and x86_64. 60 // Darwin always preprocesses assembly files (unless -x is used explicitly). in LookupTypeForExtension() 114 .Cases("armv7a", "armv7-a", "armv7") in ArmMachOArchName() 115 .Cases("armv7r", "armv7-r", "armv7") in ArmMachOArchName() 116 .Cases("armv7em", "armv7e-m", "armv7em") in ArmMachOArchName() 117 .Cases("armv7k", "armv7-k", "armv7k") in ArmMachOArchName() 118 .Cases("armv7m", "armv7-m", "armv7m") in ArmMachOArchName() 119 .Cases("armv7s", "armv7-s", "armv7s") in ArmMachOArchName() [all …]
|
| /external/llvm/include/llvm/ADT/ |
| D | Triple.h | 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 23 /// Triple - Helper class for working with autoconf configuration names. For 28 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM 30 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT 39 /// Clients that need to handle the non-canonical triples that users often 50 armeb, // ARM (big endian): armeb enumerator 54 bpfel, // eBPF or extended BPF or 64-bit BPF (little endian) 55 bpfeb, // eBPF or extended BPF or 64-bit BPF (big endian) 65 r600, // R600: AMD GPUs HD2XXX - HD6XXX [all …]
|
| /external/llvm/unittests/ADT/ |
| D | TripleTest.cpp | 1 //===----------- Triple.cpp - Triple unit tests ---------------------------===// 8 //===----------------------------------------------------------------------===// 26 T = Triple("-"); in TEST() 32 T = Triple("--"); in TEST() 38 T = Triple("---"); in TEST() 44 T = Triple("----"); in TEST() 48 EXPECT_EQ("-", T.getEnvironmentName().str()); in TEST() 56 T = Triple("a-b"); in TEST() 62 T = Triple("a-b-c"); in TEST() 68 T = Triple("a-b-c-d"); in TEST() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | Triple.h | 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 22 /// Triple - Helper class for working with autoconf configuration names. For 27 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM 29 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT 38 /// Clients that need to handle the non-canonical triples that users often 49 armeb, // ARM (big endian): armeb enumerator 55 bpfel, // eBPF or extended BPF or 64-bit BPF (little endian) 56 bpfeb, // eBPF or extended BPF or 64-bit BPF (big endian) [all …]
|
| /external/ImageMagick/config/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-08-29' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2018 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /external/libevent/build-aux/ |
| D | config.guess | 3 # Copyright 1992-2020 Free Software Foundation, Inc. 5 timestamp='2020-01-01' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2020 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /external/libnfnetlink/build-aux/ |
| D | config.guess | 7 timestamp='2012-02-10' 29 # diff format) to <config-patches@gnu.org> and include a ChangeLog 39 me=`echo "$0" | sed -e 's,.*/,,'` 47 -h, --help print this help, then exit 48 -t, --time-stamp print date of last modification, then exit 49 -v, --version print version number, then exit 51 Report bugs and patches to <config-patches@gnu.org>." 65 Try \`$me --help' for more information." 68 while test $# -gt 0 ; do 70 --time-stamp | --time* | -t ) [all …]
|
| /external/openthread/third_party/nlbuild-autotools/repo/third_party/autoconf/ |
| D | config.guess | 7 timestamp='2012-02-10' 29 # diff format) to <config-patches@gnu.org> and include a ChangeLog 39 me=`echo "$0" | sed -e 's,.*/,,'` 47 -h, --help print this help, then exit 48 -t, --time-stamp print date of last modification, then exit 49 -v, --version print version number, then exit 51 Report bugs and patches to <config-patches@gnu.org>." 65 Try \`$me --help' for more information." 68 while test $# -gt 0 ; do 70 --time-stamp | --time* | -t ) [all …]
|
| /external/llvm/cmake/ |
| D | config.guess | 7 timestamp='2011-08-20' 21 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 22 # 02110-1301, USA. 31 # diff format) to <config-patches@gnu.org> and include a ChangeLog 41 me=`echo "$0" | sed -e 's,.*/,,'` 49 -h, --help print this help, then exit 50 -t, --time-stamp print date of last modification, then exit 51 -v, --version print version number, then exit 53 Report bugs and patches to <config-patches@gnu.org>." 67 Try \`$me --help' for more information." [all …]
|
| /external/libcap-ng/libcap-ng-0.7/ |
| D | config.guess | 7 timestamp='2012-01-01' 21 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 22 # 02110-1301, USA. 31 # diff format) to <config-patches@gnu.org> and include a ChangeLog 41 me=`echo "$0" | sed -e 's,.*/,,'` 49 -h, --help print this help, then exit 50 -t, --time-stamp print date of last modification, then exit 51 -v, --version print version number, then exit 53 Report bugs and patches to <config-patches@gnu.org>." 67 Try \`$me --help' for more information." [all …]
|
| /external/curl/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-09' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /external/sg3_utils/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-09' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /external/speex/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-09' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /external/mtools/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-03' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /external/libpng/ |
| D | config.guess | 3 # Copyright 1992-2021 Free Software Foundation, Inc. 7 timestamp='2021-06-03' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|