Home
last modified time | relevance | path

Searched +full:arm +full:- +full:linux +full:- +full:gnueabi (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/external/clang/test/Driver/
Darm-cortex-cpus.c2 // RUN: %clang -target arm -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-GENERIC %s
3 // CHECK-GENERIC: "-cc1"{{.*}} "-triple" "armv4t-{{.*}} "-target-cpu" "generic"
5 // RUN: %clang -target armeb -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-BE-GENER…
6 // CHECK-BE-GENERIC: "-cc1"{{.*}} "-triple" "armebv4t-{{.*}} "-target-cpu" "generic"
8 // RUN: %clang -target arm -mthumb -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-GE…
9 // CHECK-GENERIC-THUMB: "-cc1"{{.*}} "-triple" "thumbv4t-{{.*}} "-target-cpu" "generic"
11 // RUN: %clang -target armeb -mthumb -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-
12 // CHECK-BE-GENERIC-THUMB: "-cc1"{{.*}} "-triple" "thumbebv4t-{{.*}} "-target-cpu" "generic"
14 // RUN: %clang -target armv4t -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V4T %s
15 // RUN: %clang -target arm -march=armv4t -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V4T %s
[all …]
Darm-compiler-rt.c1 // 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 …]
Darm-multilibs.c1 … %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 …]
Darm-alignment.c1 // RUN: %clang -target arm-none-gnueabi -munaligned-access -### %s 2> %t
2 // RUN: FileCheck --check-prefix=CHECK-UNALIGNED-ARM < %t %s
4 // RUN: %clang -target arm-none-gnueabi -mstrict-align -munaligned-access -### %s 2> %t
5 // RUN: FileCheck --check-prefix=CHECK-UNALIGNED-ARM < %t %s
7 // RUN: %clang -target arm-none-gnueabi -mno-unaligned-access -munaligned-access -### %s 2> %t
8 // RUN: FileCheck --check-prefix=CHECK-UNALIGNED-ARM < %t %s
10 // RUN: %clang -target armv6-apple-darwin -### %s 2> %t
11 // RUN: FileCheck --check-prefix=CHECK-UNALIGNED-ARM < %t %s
13 // RUN: %clang -target armv6-netbsd-eabi -### %s 2> %t
14 // RUN: FileCheck --check-prefix=CHECK-UNALIGNED-ARM < %t %s
[all …]
Dkrait-cpu.c2 // RUN: %clang -target arm-linux-gnueabi -mcpu=krait -### -c %s 2>&1 | FileCheck -check-prefix=CHEC…
3 // ================== Check whether -mcpu accepts mixed-case values.
4 // RUN: %clang -target arm-linux-gnueabi -mcpu=Krait -### -c %s 2>&1 | FileCheck -check-prefix=CHEC…
5 // RUN: %clang -target arm-linux-gnueabi -mcpu=KRAIT -### -c %s 2>&1 | FileCheck -check-prefix=CHEC…
6 // CHECK-CPUV7A: "-cc1"{{.*}} "-triple" "armv7-{{.*}}
Darm-abi.c2 // 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/clang/unittests/Driver/
DToolChainTest.cpp1 //===- 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/CodeGen/
Darm-target-features.c1 // 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 …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dconfigure.yml4 ci-configure:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
14 configure-args: --warn
16 - name: Ubuntu 18.04 GCC
17 os: ubuntu-18.04
19 configure-args: --warn
21 - name: Ubuntu GCC OSB
[all …]
/external/libxaac/cmake/toolchains/
Daarch32_toolchain.cmake1 set(CMAKE_SYSTEM_NAME Linux)
8 set(CMAKE_C_COMPILER arm-none-linux-gnueabi-gcc)
9 set(CMAKE_CXX_COMPILER arm-none-linux-gnueabi-g++)
10 set(CMAKE_C_COMPILER_AR arm-none-linux-gnueabi-ar)
11 set(CMAKE_CXX_COMPILER_AR arm-none-linux-gnueabi-ar)
/external/cpu_features/scripts/
Dtest_integration.sh3 # 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 …]
/external/liburing/.github/workflows/
Dbuild.yml10 runs-on: ubuntu-latest
13 fail-fast: false
16 # x86-64 gcc
17 - arch: x86_64
18 cc_pkg: gcc-x86-64-linux-gnu
19 cxx_pkg: g++-x86-64-linux-gnu
20 cc: x86_64-linux-gnu-gcc
21 cxx: x86_64-linux-gnu-g++
23 # x86-64 clang
24 - arch: x86_64
[all …]
/external/llvm/test/CodeGen/ARM/
Darm-abi-attr.ll1 ; RUN: llc -mtriple=arm-linux-gnu < %s | FileCheck %s --check-prefix=APCS
2 ; RUN: llc -mtriple=arm-linux-gnu -target-abi=apcs < %s | \
3 ; RUN: FileCheck %s --check-prefix=APCS
4 ; RUN: llc -mtriple=arm-linux-gnueabi -target-abi=apcs < %s | \
5 ; RUN: FileCheck %s --check-prefix=APCS
7 ; RUN: llc -mtriple=arm-linux-gnueabi < %s | FileCheck %s --check-prefix=AAPCS
8 ; RUN: llc -mtriple=arm-linux-gnueabi -target-abi=aapcs < %s | \
9 ; RUN: FileCheck %s --check-prefix=AAPCS
10 ; RUN: llc -mtriple=arm-linux-gnu -target-abi=aapcs < %s | \
11 ; RUN: FileCheck %s --check-prefix=AAPCS
[all …]
Dctor_order.ll1 ; RUN: llc < %s -mtriple=arm-apple-darwin | FileCheck %s -check-prefix=DARWIN
2 ; RUN: llc < %s -mtriple=arm-linux-gnu | FileCheck %s -check-prefix=ELF
3 ; RUN: llc < %s -mtriple=arm-linux-gnueabi | FileCheck %s -check-prefix=GNUEABI
7 ; DARWIN-NEXT: .long _f152
14 ; GNUEABI: .section .init_array.151,"aw",%init_array
15 ; GNUEABI: .long f151
16 ; GNUEABI: .section .init_array.152,"aw",%init_array
17 ; GNUEABI: .long f152
Datomic-cmpxchg.ll1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi -asm-verbose=false -verify-machineinstrs | FileCheck %s
2 ; RUN: llc < %s -mtriple=thumb-linux-gnueabi -asm-verbose=false -verify-machineinstrs | FileCheck %…
4 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi -asm-verbose=false -verify-machineinstrs | FileCheck %…
5 ; RUN: llc < %s -mtriple=thumbv6-linux-gnueabi -asm-verbose=false -verify-machineinstrs | FileCheck…
7 ; RUN: llc < %s -mtriple=armv7-linux-gnueabi -asm-verbose=false -verify-machineinstrs | FileCheck %…
8 ; RUN: llc < %s -mtriple=thumbv7-linux-gnueabi -asm-verbose=false -verify-machineinstrs | FileCheck…
17 ; CHECK-ARM-LABEL: test_cmpxchg_res_i8
18 ; CHECK-ARM: bl __sync_val_compare_and_swap_1
19 ; CHECK-ARM: mov [[REG:r[0-9]+]], #0
20 ; CHECK-ARM: cmp r0, {{r[0-9]+}}
[all …]
Dtls3.ll1 ; RUN: llc < %s -march=arm -mtriple=arm-linux-gnueabi | \
3 ; RUN: llc < %s -march=arm -mtriple=arm-linux-gnueabi | \
4 ; RUN: FileCheck %s -check-prefix=CHECK -check-prefix=NOEMU
5 ; RUN: llc < %s -emulated-tls -march=arm -mtriple=arm-linux-gnueabi | \
6 ; RUN: FileCheck %s -check-prefix=CHECK -check-prefix=EMU
17 ; CHECK-LABEL: main:
18 ; NOEMU-NOT: __emutls_get_address
21 ; NOEMU-LABEL: teste:
22 ; NOEMU-NEXT: .zero 8
24 ; CHECK-NOT: __emutls_t.teste
[all …]
Dsegmented-stacks-dynamic.ll1 ; 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 …]
Dkrait-cpu-div-attribute.ll2 ; division on krait CPU. For now, krait is recognized as "cortex-a9" + hwdiv
6 ; RUN: llc < %s -mtriple=armv7-linux-gnueabi -mcpu=krait | FileCheck %s --check-prefix=DIV_EXTENSION
7 ; RUN: llc < %s -mtriple=thumbv7-linux-gnueabi -mcpu=krait | FileCheck %s --check-prefix=DIV_EXTENS…
8 ; RUN: llc < %s -mtriple=armv7-linux-gnueabi -mcpu=cortex-a9 | FileCheck %s --check-prefix=NODIV_KR…
9 ; RUN: llc < %s -mtriple=thumbv7-linux-gnueabi -mcpu=cortex-a9 | FileCheck %s --check-prefix=NODIV_…
10 ; RUN: llc < %s -mtriple=armv7-linux-gnueabi -mcpu=krait -mattr=-hwdiv,-hwdiv-arm | FileCheck %s --
13 …c < %s -mtriple=armv7-linux-gnueabi -mcpu=krait -filetype=obj | llvm-objdump -mcpu=krait -triple a…
14 …< %s -mtriple=thumbv7-linux-gnueabi -mcpu=krait -filetype=obj | llvm-objdump -mcpu=krait -triple t…
17 ; DIV_EXTENSION: .cpu cortex-a9
19 ; NODIV_KRAIT-NOT: .arch_extension idiv
/external/llvm/utils/crosstool/ARM/
DREADME1 HOWTO create an LLVM crosstool from x86_64/Linux to ARM/Linux
4 1. % llvm/utils/crosstool/create-snapshots.sh
6 This will create llvm-[REV_L].tar.bz2 and llvm-gcc-4.2-[REV_G].tar.bz2,
9 REV_G is the revision at which "llvm-gcc-4.2" was checked out
17 For example, if you're using $CROSS_TARGET == "arm-none-linux-gnueabi" then
20 …esourcery.com/sgpp/lite/arm/portal/package1787/public/arm-none-linux-gnueabi/arm-2007q3-51-arm-non…
23 not work -- you'll need to go to http://www.codesourcery.com and find the
34 LLVM_PKG_PATH=[dir where you stored your LLVM and LLVM-GCC snapshots] \
37 build-install-linux.sh
/external/rust/crates/libm/ci/docker/arm-unknown-linux-gnueabi/
DDockerfile2 RUN apt-get update && \
3 apt-get install -y --no-install-recommends \
4 gcc libc6-dev ca-certificates \
5 gcc-arm-linux-gnueabi libc6-dev-armel-cross qemu-user-static
6 ENV CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABI_LINKER=arm-linux-gnueabi-gcc \
7 CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABI_RUNNER=qemu-arm-static \
8 QEMU_LD_PREFIX=/usr/arm-linux-gnueabi \
/external/clang/test/Preprocessor/
Darm-target-features.c1 // RUN: %clang -target armv8a-none-linux-gnu -x c -E -dM %s -o - | FileCheck -match-full-lines --ch…
2 // CHECK-V8A: #define __ARMEL__ 1
3 // CHECK-V8A: #define __ARM_ARCH 8
4 // CHECK-V8A: #define __ARM_ARCH_8A__ 1
5 // CHECK-V8A: #define __ARM_FEATURE_CRC32 1
6 // CHECK-V8A: #define __ARM_FEATURE_DIRECTED_ROUNDING 1
7 // CHECK-V8A: #define __ARM_FEATURE_NUMERIC_MAXMIN 1
8 // CHECK-V8A: #define __ARM_FP 0xE
9 // CHECK-V8A: #define __ARM_FP16_ARGS 1
10 // CHECK-V8A: #define __ARM_FP16_FORMAT_IEEE 1
[all …]
/external/llvm/test/MC/ARM/
Dldr-pseudo-unpredictable.s1 @RUN: llvm-mc -triple armv5-unknown-linux-gnueabi %s | FileCheck --check-prefix=CHECK-ARM %s
2 @RUN: not llvm-mc -triple thumbv7-unknown-linux-gnueabi %s 2>&1 | FileCheck --check-prefix=CHECK-SP…
3 @RUN: not llvm-mc -triple thumbv5-unknown-linux-gnueabi %s 2>&1 | FileCheck --check-prefix=CHECK-NO…
4 @RUN: llvm-mc -triple armv5-base-apple-darwin %s | FileCheck --check-prefix=CHECK-DARWIN-ARM %s
5 @RUN: not llvm-mc -triple thumbv7-base-apple-darwin %s 2>&1 | FileCheck --check-prefix=CHECK-DARWIN
6 @RUN: not llvm-mc -triple thumbv5-base.apple.darwin %s 2>&1 | FileCheck --check-prefix=CHECK-NONE %s
11 @ CHECK-ARM: ldr pc, .Ltmp[[TMP0:[0-9]+]]
12 @ CHECK-DARWIN-ARM: ldr pc, Ltmp0
13 @ CHECK-SP: error: instruction requires: arm-mode
14 @ CHECK-DARWIN-SP: error: instruction requires: arm-mode
[all …]
Dsymbol-variants.s1-mc < %s -triple armv7-none-linux-gnueabi -filetype=obj | llvm-objdump -triple armv7-none-linux-g…
2-mc < %s -triple thumbv7-none-linux-gnueabi -filetype=obj | llvm-objdump -triple thumbv7-none-lin…
4 @ CHECK-LABEL: RELOCATION RECORDS FOR [.rel.text]
22 @ARM: 10 R_ARM_CALL f04
23 @ARM: 14 R_ARM_CALL f05
88 .word f26(PREL31)-.
89 .word f27(prel31)-.
94 .word f28(GOT_PREL) + (. - .Lsym)
/external/webp/infra/
Dcompile.sh32 set -xe
34 WORKSPACE=${WORKSPACE:-"$(mktemp -d -t webp.XXX)"}
43 BUILD_TYPE supported build type: (shared, static, static-debug)
45 aarch64-linux-clang
46 aarch64-linux-gnu
47 arm-linux-gnueabi
48 arm-neon-linux-gnueabi
50 cmake-aarch64
51 cmake-arm
52 cmake-clang
[all …]
/external/ot-br-posix/examples/platforms/nxp/linux-imx/
Darm.cmake28 set(CMAKE_SYSTEM_NAME Linux)
29 set(CMAKE_SYSTEM_PROCESSOR arm)
30 set(CMAKE_C_COMPILER arm-poky-linux-gnueabi-gcc)
31 set(CMAKE_CXX_COMPILER arm-poky-linux-gnueabi-g++)
34 set(CMAKE_ASM_COMPILER arm-poky-linux-gnueabi-gcc)
35 find_program(CMAKE_AR arm-poky-linux-gnueabi-gcc-ar DOC "Archiver" REQUIRED)
36-mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 -fstack-protector-strong -O2 -D_FORTIFY_SOURC…
37-mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 -fstack-protector-strong --sysroot=$ENV{SDKTAR…
38-mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 -fstack-protector-strong --sysroot=$ENV{SDKTAR…
39 set(CMAKE_C_FLAGS_RELEASE "-DNDEBUG" CACHE STRING "Additional CFLAGS for release")
[all …]

12345678910>>...12