Home
last modified time | relevance | path

Searched +full:thumbv6m +full:- +full:none +full:- +full:eabi (Results 1 – 25 of 35) sorted by relevance

12

/external/rust/crates/base64/.circleci/
Dconfig.yml7 - build:
11 …# Yes, a single-parameter axis, but means it can be referred to as a cache parameter easily without
13 … # The default rust images (not -slim or -alpine) are based on buildpack-deps. Hopefully this will
23 '1.70.0', # minimum needed to build dev-dependencies
37 - image: << parameters.rust_img >>
39 - checkout
40 - restore_cache:
41 …key: project-cache-v5-<< parameters.rust_img >>-<< parameters.toolchain_override >>-{{ checksum "C…
42 - run:
50 - run:
[all …]
/external/rust/crates/scopeguard/.github/workflows/
Dci.yaml4 - push
5 - pull_request
12 runs-on: ubuntu-latest
16 - stable
17 - beta
18 - nightly
19 - 1.20.0 # MSRV
21 - uses: actions/checkout@v2
22 - name: Install Rust
23 uses: actions-rs/toolchain@v1
[all …]
/external/rust/crates/bitflags/1.3.2/.github/workflows/
Drust.yml11 runs-on: ubuntu-latest
13 fail-fast: true
16 - stable
17 - beta
18 - nightly
19 - 1.46.0
21 - name: Checkout sources
24 - name: Install Rust toolchain
25 uses: actions-rs/toolchain@v1
31 - name: Default features
[all …]
/external/rust/crates/twox-hash/.github/workflows/
Dci.yml7 runs-on: ubuntu-latest
11 - stable
12 - beta
13 - nightly
14 - 1.37.0 # MSRV
17 - uses: actions/checkout@v2
19 - uses: actions-rs/toolchain@v1
26 - uses: actions-rs/cargo@v1
30 - uses: actions-rs/cargo@v1
34 - uses: actions-rs/cargo@v1
[all …]
/external/llvm/test/CodeGen/Thumb/
Dldm-merge-struct.ll1 ; RUN: llc -mtriple=thumbv6m-eabi -verify-machineinstrs %s -o - | FileCheck %s
2 target datalayout = "e-m:e-p:32:32-i1:8:32-i8:8:32-i16:16:32-i64:64-v128:64:128-a:0:32-n32-S64"
3 target triple = "thumbv6m-none--eabi"
11 ; CHECK-LABEL: f:
12 ; CHECK: ldm r[[BASE:[0-9]]],
13 ; CHECK-NOT: subs r[[BASE]]
/external/rust/crates/ahash/.github/workflows/
Drust.yml7 runs-on: ubuntu-latest
9 - uses: actions/checkout@v4
10 - name: Install latest stable
11 uses: dtolnay/rust-toolchain@master
15 - name: check nostd
16 run: cargo check --no-default-features
17 - name: test nostd
18 run: cargo test --no-default-features
19 - name: check constrandom
20 run: cargo check --no-default-features --features compile-time-rng
[all …]
/external/rust/crates/indexmap/.github/workflows/
Dci.yml3 branches: [ master, indexmap-1.x ]
5 branches: [ master, indexmap-1.x ]
15 runs-on: ubuntu-latest
19 - rust: 1.56.0 # MSRV
21 - rust: stable
23 - rust: stable
25 - rust: stable
27 - rust: stable
28 features: rustc-rayon
29 - rust: stable
[all …]
/external/llvm/test/MC/ARM/
Dthumb1-relax.s1 @ RUN: not llvm-mc -triple thumbv6m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck %s
2 @ RUN: not llvm-mc -triple thumbv6m-none-eabi -filetype=obj -o /dev/null %s 2>&1 | FileCheck %s
5 @ CHECK: out of range pc-relative fixup value
8 @ CHECK: out of range pc-relative fixup value
11 @ CHECK: out of range pc-relative fixup value
14 @ CHECK: out of range pc-relative fixup value
17 @ CHECK: misaligned pc-relative fixup value
20 @ CHECK: misaligned pc-relative fixup value
Dthumb1-relax-bcc.s1 @ RUN: not llvm-mc -triple thumbv6m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --che…
2 @ RUN: not llvm-mc -triple thumbv7m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --che…
3 @ RUN: llvm-mc -triple thumbv7m-none-eabi -filetype=obj -o %t %s
4 @ RUN: llvm-objdump -d -r -triple thumbv7m-none-eabi %t | FileCheck --check-prefix=CHECK-ELF %s
9 @ CHECK-ERROR: unsupported relocation on symbol
11 @ CHECK-ELF: 7f f4 fe af bne.w #-4
12 @ CHECK-ELF-NEXT: R_ARM_THM_JUMP19 _func2
Dthumb1-relax-8m-baseline.s1 @ RUN: not llvm-mc -triple thumbv6m-none-eabi -filetype=obj -o /dev/null %s 2>&1 | FileCheck %s --c…
2 @ RUN: llvm-mc -triple thumbv8m.base-none-eabi -filetype=obj -o /dev/null %s 2>&1 | FileCheck %s --
4 @ CHECK-V8MBASE-NOT: out of range pc-relative fixup value
5 @ CHECK-V6M: out of range pc-relative fixup value
Dthumb1-relax-br.s1 @ RUN: not llvm-mc -triple thumbv6m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --che…
2 @ RUN: llvm-mc -triple thumbv7m-none-macho -filetype=obj -o %t %s
3 @ RUN: llvm-objdump -d -r -triple thumbv7m-none-macho %t | FileCheck --check-prefix=CHECK-MACHO …
4 @ RUN: llvm-mc -triple thumbv7m-none-eabi -filetype=obj -o %t %s
5 @ RUN: llvm-objdump -d -r -triple thumbv7m-none-eabi %t | FileCheck --check-prefix=CHECK-ELF %s
13 @ CHECK-ERROR: unsupported relocation on symbol
15 @ CHECK-MACHO: ff f7 fe bf b.w #-4
16 @ CHECK-MACHO-NEXT: ARM_THUMB_RELOC_BR22
18 @ CHECK-ELF: ff f7 fe bf b.w #-4
19 @ CHECK-ELF-NEXT: R_ARM_THM_JUMP24 _func2
Dthumb1-relax-adr.s1 @ RUN: not llvm-mc -triple thumbv6m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --che…
2 @ RUN: not llvm-mc -triple thumbv7m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --ch…
3 @ RUN: not llvm-mc -triple thumbv7m-none-eabi -filetype=obj -o /dev/null %s 2>&1 | FileCheck --chec…
8 @ CHECK-ERROR: unsupported relocation on symbol
Dthumb1-relax-ldrlit.s1 @ RUN: not llvm-mc -triple thumbv6m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --che…
2 @ RUN: not llvm-mc -triple thumbv7m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --che…
3 @ RUN: not llvm-mc -triple thumbv7m-none-eabi -filetype=obj -o /dev/null %s 2>&1 | FileCheck --chec…
8 @ CHECK-ERROR: unsupported relocation on symbol
/external/bazelbuild-rules_rust/util/
Dfetch_shas_TARGETS.txt1 aarch64-apple-darwin
2 aarch64-apple-ios
3 aarch64-apple-ios-sim
4 aarch64-fuchsia
5 aarch64-linux-android
6 aarch64-pc-windows-msvc
7 aarch64-unknown-fuchsia
8 aarch64-unknown-linux-gnu
9 aarch64-unknown-linux-musl
10 aarch64-unknown-none
[all …]
/external/rust/crates/log/.github/workflows/
Dmain.yml7 runs-on: ${{ matrix.os }}
12 - build: stable
13 os: ubuntu-latest
15 - build: beta
16 os: ubuntu-latest
18 - build: nightly
19 os: ubuntu-latest
21 - build: macos
22 os: macos-latest
24 - build: win32
[all …]
/external/rust/crates/log/
Dbuild.rs10 None => return, in main()
14 println!("cargo:rustc-cfg=atomic_cas"); in main()
18 println!("cargo:rustc-cfg=has_atomics"); in main()
21 println!("cargo:rerun-if-changed=build.rs"); in main()
24 fn target_has_atomic_cas(target: &str) -> bool { in target_has_atomic_cas()
26 "thumbv6m-none-eabi" in target_has_atomic_cas()
27 | "msp430-none-elf" in target_has_atomic_cas()
28 | "riscv32i-unknown-none-elf" in target_has_atomic_cas()
29 | "riscv32imc-unknown-none-elf" => false, in target_has_atomic_cas()
34 fn target_has_atomics(target: &str) -> bool { in target_has_atomics()
[all …]
/external/llvm/test/CodeGen/ARM/
Dmsr-it-block.ll1 ; RUN: llc < %s -mtriple=thumbv6m-none-eabi | FileCheck %s --check-prefix=V6M --check-prefix=CHECK
2 ; RUN: llc < %s -mtriple=thumbv7m-none-eabi | FileCheck %s --check-prefix=V7M --check-prefix=CHECK
3 ; RUN: llc < %s -mtriple=thumbv7a-none-eabi | FileCheck %s --check-prefix=V7A --check-prefix=CHECK
4 ; RUN: llc < %s -mtriple=armv7a-none-eabi | FileCheck %s --check-prefix=V7A --check-prefix=CHECK
7 target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
8 target triple = "armv7a-arm-none-eabi"
11 ; CHECK-LABEL: test_const:
19 ; V6M: msr apsr, {{r[0-9]+}}
20 ; V6M: msr apsr, {{r[0-9]+}}
21 ; V7M: msr apsr_nzcvq, {{r[0-9]+}}
[all …]
D2015-01-21-thumbv4t-ldstr-opt.ll1 ; RUN: llc -mtriple=thumbv4t-none--eabi < %s | FileCheck %s --check-prefix=CHECK --check-prefix=CHE…
2 ; RUN: llc -mtriple=thumbv6m-none--eabi < %s | FileCheck %s --check-prefix=CHECK --check-prefix=CHE…
4 ; CHECK-LABEL: test1
8 ; CHECK: adds [[NEWBASE:r[0-9]]], r0, #4
14 ; CHECK-NEXT: ldm [[NEWBASE]],
26 ; CHECK-LABEL: test2
30 ; CHECK-V4T: movs [[NEWBASE:r[0-9]]], r0
31 ; CHECK-V6M: mov [[NEWBASE:r[0-9]]], r0
32 ; CHECK-NEXT: adds [[NEWBASE]], #8
38 ; CHECK-NEXT: ldm [[NEWBASE]],
/external/rust/crates/libc/
DCargo.toml.orig5 license = "MIT OR Apache-2.0"
7 repository = "https://github.com/rust-lang/libc"
8 homepage = "https://github.com/rust-lang/libc"
11 categories = ["external-ffi-bindings", "no-std", "os"]
19 features = ["const-extern-fn", "extra_traits"]
20 default-target = "x86_64-unknown-linux-gnu"
22 "aarch64-apple-darwin",
23 "aarch64-apple-ios",
24 "aarch64-linux-android",
25 "aarch64-pc-windows-msvc",
[all …]
DCargo.toml26 homepage = "https://github.com/rust-lang/libc"
37 "external-ffi-bindings",
38 "no-std",
41 license = "MIT OR Apache-2.0"
42 repository = "https://github.com/rust-lang/libc"
45 cargo-args = ["-Zbuild-std=core"]
46 default-target = "x86_64-unknown-linux-gnu"
48 "const-extern-fn",
52 "aarch64-apple-darwin",
53 "aarch64-apple-ios",
[all …]
/external/rust/crates/coset/.github/workflows/
Dci.yml6 paths-ignore:
7 - README.md
10 paths-ignore:
11 - README.md
15 runs-on: ubuntu-latest
19 - stable
20 - beta
21 - nightly-2023-04-01
23 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
24 - uses: dtolnay/rust-toolchain@a3ac054b2e7d62f514aa1bd57e3508c522fe772d # 1.68.2
[all …]
/external/clang/test/CodeGen/
Darm-atomics-m0.c1 // RUN: %clang_cc1 %s -emit-llvm -o - -triple=thumbv6m-none--eabi -target-cpu cortex-m0 | FileCheck…
13 // CHECK-LABEL: @test_presence in test_presence()
/external/clang/test/Driver/
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 …]
/external/bazelbuild-rules_rust/rust/platform/
Dtriple_mappings.bzl7 "aarch64-unknown-linux-gnu",
8 …"aarch64-unknown-nixos-gnu", # Same as `aarch64-unknown-linux-gnu` but with `@platforms//os:nixos…
9 "i686-apple-darwin",
10 "i686-pc-windows-msvc",
11 "i686-unknown-linux-gnu",
12 "x86_64-apple-darwin",
13 "x86_64-pc-windows-msvc",
14 "x86_64-unknown-linux-gnu",
15 … "x86_64-unknown-nixos-gnu", # Same as `x86_64-unknown-linux-gnu` but with `@platforms//os:nixos`.
19 #"i686-pc-windows-gnu",
[all …]
Dtriple.bzl7 https://clang.llvm.org/docs/CrossCompilation.html#target-triple
14 triple (str): A platform triple. eg: `x86_64-unknown-linux-gnu`
18 - arch (str): The triple's CPU architecture
19 - vendor (str): The vendor of the system
20 - system (str): The name of the system
21 - abi (str, optional): The abi to use or None if abi does not apply.
22 - str (str): Original string representation of the triple
24 if triple == "wasm32-wasi":
29 abi = None,
32 elif triple in ("aarch64-fuchsia", "x86_64-fuchsia"):
[all …]

12