Home
last modified time | relevance | path

Searched refs:ARCH (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/external/protobuf/protoc-artifacts/
Dbuild-protoc.sh27 ARCH=$2
90 if [[ "$ARCH" == x86_32 ]]; then
92 elif [[ "$ARCH" == x86_64 ]]; then
94 elif [[ "$ARCH" == aarch_64 ]]; then
96 elif [[ "$ARCH" == ppcle_64 ]]; then
103 fail "Unsupported arch: $ARCH"
107 if [[ "$ARCH" == x86_32 ]]; then
109 elif [[ "$ARCH" == x86_64 ]]; then
112 fail "Unsupported arch: $ARCH"
118 if [[ "$ARCH" == x86_32 ]]; then
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/cmake/
Ddetect-arch.cmake1 # detect-arch.cmake -- Detect compiler architecture and set ARCH and BASEARCH
8 list(GET CMAKE_OSX_ARCHITECTURES 0 ARCH)
11 set(ARCH "i686") variable
13 set(ARCH "x86_64") variable
15 set(ARCH "arm") variable
17 set(ARCH "aarch64") variable
20 set(ARCH ${CMAKE_C_COMPILER_TARGET}) variable
34 string(REGEX REPLACE ".*archfound ([a-zA-Z0-9_]+).*" "\\1" ARCH "${RAWOUTPUT}")
35 if(NOT ARCH)
36 set(ARCH unknown) variable
[all …]
/external/capstone/
Dcmake.sh13 ARCH=ARM
16 ARCH=ARM64
19 ARCH=M68K
22 ARCH=MIPS
25 ARCH=PPC
28 ARCH=SPARC
31 ARCH=SYSZ
34 ARCH=XCORE
37 ARCH=X86
40 ARCH=TMS320C64X
[all …]
/external/llvm-project/clang/test/Driver/
Damdgpu-macros.cl9 // RUN: %clang -E -dM -target r600 -mcpu=r600 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R600 %…
10 // RUN: %clang -E -dM -target r600 -mcpu=rv630 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R600 …
11 // RUN: %clang -E -dM -target r600 -mcpu=rv635 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R600 …
12 // RUN: %clang -E -dM -target r600 -mcpu=r630 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R630 %…
13 // RUN: %clang -E -dM -target r600 -mcpu=rs780 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
14 // RUN: %clang -E -dM -target r600 -mcpu=rs880 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
15 // RUN: %clang -E -dM -target r600 -mcpu=rv610 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
16 // RUN: %clang -E -dM -target r600 -mcpu=rv620 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
17 // RUN: %clang -E -dM -target r600 -mcpu=rv670 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RV670…
18 // RUN: %clang -E -dM -target r600 -mcpu=rv710 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RV710…
[all …]
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Delf-header-flags-mach.ll1 …0 -mcpu=r600 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=ALL,ARCH-R600,R600 %s
2 …0 -mcpu=r630 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=ALL,ARCH-R600,R630 %s
3 …-mcpu=rs880 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=ALL,ARCH-R600,RS880 %s
4 …-mcpu=rv670 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=ALL,ARCH-R600,RV670 %s
5 …-mcpu=rv710 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=ALL,ARCH-R600,RV710 %s
6 …-mcpu=rv730 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=ALL,ARCH-R600,RV730 %s
7 …-mcpu=rv770 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=ALL,ARCH-R600,RV770 %s
8 …-mcpu=cedar < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=ALL,ARCH-R600,CEDAR %s
9 …u=cypress < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=ALL,ARCH-R600,CYPRESS %s
10 …u=juniper < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=ALL,ARCH-R600,JUNIPER %s
[all …]
/external/grpc-grpc/src/csharp/experimental/
Dbuild_native_ext_for_ios.sh25 ARCH="$2"
32 …CPPFLAGS="-O2 -Wframe-larger-than=16384 -arch $ARCH -isysroot $(xcrun --sdk $SDK --show-sdk-path) …
33 LDFLAGS="-arch $ARCH -isysroot $(xcrun --sdk $SDK --show-sdk-path)"
37 VALID_CONFIG_ios_$ARCH="1" \
38 CC_ios_$ARCH="$PATH_CC" \
39 CXX_ios_$ARCH="$PATH_CXX" \
40 LD_ios_$ARCH="$PATH_CC" \
41 LDXX_ios_$ARCH="$PATH_CXX" \
42 CPPFLAGS_ios_$ARCH="$CPPFLAGS" \
43 LDFLAGS_ios_$ARCH="$LDFLAGS" \
[all …]
/external/grpc-grpc-java/compiler/
Dcheck-artifact.sh10 ARCH=$2
58 if [[ "$ARCH" == x86_32 ]]; then
60 elif [[ "$ARCH" == x86_64 ]]; then
63 fail "Unsupported arch: $ARCH"
67 if [[ "$ARCH" == x86_32 ]]; then
69 elif [[ "$ARCH" == x86_64 ]]; then
72 fail "Unsupported arch: $ARCH"
78 if [[ "$ARCH" == x86_32 ]]; then
80 elif [[ "$ARCH" == x86_64 ]]; then
83 fail "Unsupported arch: $ARCH"
[all …]
/external/llvm-project/lldb/scripts/lldb-test-qemu/
Drun-qemu.sh47 --arch) ARCH=$2; shift;;
59 if [ "$ARCH" == "arm64" ] && [ "$ARCH" == "arm" ]; then
60 echo "Invalid architecture: $ARCH"
70 KERNEL_IMG_PATH=$(pwd)/linux.build/"$ARCH"/arch/"$ARCH"/boot/
77 if [[ "$ARCH" == "arm" ]]; then
79 elif [[ "$ARCH" == "arm64" ]]; then
85 if [[ "$ARCH" == "arm" ]]; then
87 elif [[ "$ARCH" == "arm64" ]]; then
92 echo "QEMU $ARCH system emulation executable not found."
97 if [[ "$ARCH" == "arm" ]]; then
[all …]
/external/arm-trusted-firmware/bl2/
Dbl2.mk9 bl2/${ARCH}/bl2_arch_setup.c \
10 lib/locks/exclusive/${ARCH}/spinlock.S \
11 plat/common/${ARCH}/platform_up_stack.S \
14 ifeq (${ARCH},aarch64)
19 BL2_SOURCES += bl2/${ARCH}/bl2_entrypoint.S
23 BL2_SOURCES += bl2/${ARCH}/bl2_el3_entrypoint.S \
24 bl2/${ARCH}/bl2_el3_exceptions.S \
25 lib/cpus/${ARCH}/cpu_helpers.S \
29 BL2_SOURCES += lib/extensions/mtpmu/${ARCH}/mtpmu.S
32 ifeq (${ARCH},aarch64)
/external/kmod/testsuite/module-playground/
DMakefile.arch1 ifeq ($(ARCH),)
2 $(error ARCH must be set to a valid architecture)
6 @cmp --quiet mod-simple.c mod-simple-$(ARCH).c || ( \
7 ln -sf mod-simple.c mod-simple-$(ARCH).c; \
10 …$(MAKE) -C $(KDIR_$(ARCH)) CROSS_COMPILE=$(CROSS_COMPILE_$(ARCH)) M=$$PWD KMOD_TESTSUITE_ARCH_BUIL…
13 …$(MAKE) -C $(KDIR_$(ARCH)) CROSS_COMPILE=$(CROSS_COMPILE_$(ARCH)) M=$$PWD KMOD_TESTSUITE_ARCH_BUIL…
14 rm -f mod-simple-$(ARCH).c
/external/arm-trusted-firmware/bl1/
Dbl1.mk8 bl1/${ARCH}/bl1_arch_setup.c \
9 bl1/${ARCH}/bl1_context_mgmt.c \
10 bl1/${ARCH}/bl1_entrypoint.S \
11 bl1/${ARCH}/bl1_exceptions.S \
12 lib/cpus/${ARCH}/cpu_helpers.S \
14 lib/el3_runtime/${ARCH}/context_mgmt.c \
16 plat/common/${ARCH}/platform_up_stack.S \
20 BL1_SOURCES += lib/extensions/mtpmu/${ARCH}/mtpmu.S
23 ifeq (${ARCH},aarch64)
/external/OpenCSD/decoder/build/linux/
Dmakefile.dev34 ifndef ARCH
35 ARCH := $(shell dpkg-architecture -q DEB_HOST_GNU_CPU || echo not)
39 ifeq ($(ARCH),x86)
42 else ifeq ($(ARCH),x86_64)
45 else ifeq ($(ARCH),arm)
47 else ifeq ($(ARCH),arm64)
49 else ifeq ($(ARCH),aarch64)
51 else ifeq ($(ARCH),aarch32)
/external/llvm-project/lldb/packages/Python/lldbsuite/test/make/
DAndroid.rules3 ifeq "$(findstring 64, $(ARCH))" "64"
6 else ifeq "$(ARCH)" "i386"
14 ifeq "$(ARCH)" "arm"
19 else ifeq "$(ARCH)" "aarch64"
23 else ifeq "$(ARCH)" "i386"
27 else ifeq "$(ARCH)" "mips64r6"
31 else ifeq "$(ARCH)" "mips32"
36 SYSROOT_ARCH := $(ARCH)
37 STL_ARCH := $(ARCH)
38 TRIPLE := $(ARCH)-none-linux-android
[all …]
DMakefile.rules106 ARCH = x86
108 ARCH = x86_64
161 override ARCH := $(subst amd64,64,$(ARCH))
164 override ARCH := $(subst x86_64,64,$(ARCH))
167 override ARCH := $(subst x64,64,$(ARCH))
170 override ARCH := $(subst x86,32,$(ARCH))
173 override ARCH := $(subst i386,32,$(ARCH))
176 override ARCH := $(subst i686,32,$(ARCH))
179 override ARCH := $(subst powerpc,32,$(ARCH))
182 override ARCH := $(subst powerpc64,64,$(ARCH))
[all …]
/external/cblas/src/
DMakefile75 $(ARCH) $(ARCHFLAGS) $(CBLIB) $(slev1) $(sclev1)
80 $(ARCH) $(ARCHFLAGS) $(CBLIB) $(dlev1)
85 $(ARCH) $(ARCHFLAGS) $(CBLIB) $(clev1) $(sclev1)
90 $(ARCH) $(ARCHFLAGS) $(CBLIB) $(zlev1)
95 $(ARCH) $(ARCHFLAGS) $(CBLIB) $(alev1)
148 $(ARCH) $(ARCHFLAGS) $(CBLIB) $(slev2) $(errhand)
153 $(ARCH) $(ARCHFLAGS) $(CBLIB) $(dlev2) $(errhand)
158 $(ARCH) $(ARCHFLAGS) $(CBLIB) $(clev2) $(errhand)
163 $(ARCH) $(ARCHFLAGS) $(CBLIB) $(zlev2) $(errhand)
168 $(ARCH) $(ARCHFLAGS) $(CBLIB) $(alev2) $(errhand)
[all …]
/external/arm-trusted-firmware/lib/psci/
Dpsci_lib.mk8 lib/el3_runtime/${ARCH}/cpu_data.S \
9 lib/el3_runtime/${ARCH}/context_mgmt.c \
10 lib/cpus/${ARCH}/cpu_helpers.S \
12 lib/locks/exclusive/${ARCH}/spinlock.S \
21 lib/psci/${ARCH}/psci_helpers.S
23 ifeq (${ARCH}, aarch64)
/external/linux-kselftest/tools/testing/selftests/ipc/
DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/) macro
4 ifeq ($(ARCH),i386)
5 ARCH := x86 macro
8 ifeq ($(ARCH),x86_64)
9 ARCH := x86 macro
/external/libwebm/
Diosbuild.sh150 ARCH="aarch64"
154 ARCH="armv7s"
157 ARCH="armv7"
160 ARCH="armv6"
163 ARCH="x86_64"
165 ARCH="i386"
168 LIBDIR="${OUTDIR}/${PLATFORM}-${SDK}-${ARCH}"
176 CXXFLAGS="-arch ${ARCH2:-${ARCH}} -isysroot ${SDKROOT} ${OPT_FLAGS}
/external/compiler-rt/test/builtins/timing/
Dtime24 for ARCH in i386 x86_64; do
27 echo "Timing $FILE for $ARCH"
29 test $ARCH $FILE libgcc ""
30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
32 test $ARCH $FILE installed $INSTALLED
/external/llvm-project/compiler-rt/test/builtins/timing/
Dtime24 for ARCH in i386 x86_64; do
27 echo "Timing $FILE for $ARCH"
29 test $ARCH $FILE libgcc ""
30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
32 test $ARCH $FILE installed $INSTALLED
/external/rust/crates/libz-sys/src/zlib-ng/
Dconfigure30 ARCH="$(echo "${NORM_CHOST}" | sed -e 's/-.*//')"
32 ARCH="`uname -m`"
35 case "${ARCH}" in
39 ARCH=i686
46 ARCH=x86_64
292 ARCH=x86_64
294 ARCH=$CC_ARCH
299 ARCH=$CC_ARCH
303 ARCH=arm
305 ARCH=native
[all …]
/external/crosvm/integration_tests/guest_under_test/
DMakefile11 ARCH ?= $(shell arch) macro
12 ifeq ($(ARCH), x86_64)
19 else ifeq ($(ARCH), aarch64)
33 RUST_TARGET ?= $(ARCH)-unknown-linux-musl
38 TARGET ?= $(CARGO_TARGET)/guest_under_test/$(ARCH)
62 -f $(dockerfile) --build-arg ARCH=$(DOCKER_ARCH)
84 ARCH=$(KERNEL_ARCH) CROSS_COMPILE=$(CROSS_COMPILE) \
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dtest19 for ARCH in $ARCHS; do
21 if test "$ARCH" != '<host>'; then
22 CFLAGS="-arch $ARCH $CFLAGS"
45 echo "Built $FILE.exe for $ARCH"
52 echo "Testing $FILE for $ARCH"
/external/compiler-rt/test/builtins/Unit/
Dtest19 for ARCH in $ARCHS; do
21 if test "$ARCH" != '<host>'; then
22 CFLAGS="-arch $ARCH $CFLAGS"
45 echo "Built $FILE.exe for $ARCH"
52 echo "Testing $FILE for $ARCH"
/external/google-breakpad/src/processor/
Dmicrodump_stackwalk_test36 for ARCH in $MICRODUMP_SUPPORTED_ARCHS; do
37 echo "Testing microdump_stackwalk for arch $ARCH"
38 ./src/processor/microdump_stackwalk $testdata_dir/microdump-${ARCH}.dmp \
41 diff -u $testdata_dir/microdump.stackwalk-${ARCH}.out -

12345678910>>...13