HomeSort by relevance Sort by last modified time
    Searched full:eabi (Results 26 - 50 of 867) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/Thumb2/
inlineasm.ll 3 target triple = "thumbv7-none--eabi"
  /external/llvm/test/MC/ARM/
2013-03-18-Br-to-label-named-like-reg.s 1 @ RUN: llvm-mc -triple arm-eabi %s -o - | FileCheck %s
arm-thumb-cpus-default.s 1 @ RUN: llvm-mc -show-encoding -triple=arm-eabi < %s \
4 @ RUN: llvm-mc -show-encoding -triple=armv4t-eabi < %s \
7 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-a15 < %s \
10 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-m3 < %s \
13 @ RUN: llvm-mc -show-encoding -triple=armv7m-eabi < %s \
16 @ RUN: llvm-mc -show-encoding -triple=armv6m-eabi < %s \
  /external/llvm/test/CodeGen/ARM/
big-endian-ret-f64.ll 1 ; RUN: llc -mtriple=armebv7a-eabi %s -O0 -o - | FileCheck %s
2 ; RUN: llc -mtriple=armebv8a-eabi %s -O0 -o - | FileCheck %s
memfunc.ll 3 ; RUN: llc < %s -mtriple=arm-none-eabi -o - | FileCheck --check-prefix=EABI %s
4 ; RUN: llc < %s -mtriple=arm-none-eabihf -o - | FileCheck --check-prefix=EABI %s
13 ; EABI: __aeabi_memmove
17 ; EABI: __aeabi_memcpy
20 ; EABI memset swaps arguments
25 ; EABI: mov r2, #0
26 ; EABI: __aeabi_memset
armv4.ll 1 ; RUN: llc < %s -mtriple=armv4t-unknown-eabi | FileCheck %s -check-prefix=THUMB
2 ; RUN: llc < %s -mtriple=armv4-unknown-eabi -mcpu=strongarm | FileCheck %s -check-prefix=ARM
3 ; RUN: llc < %s -mtriple=armv7-unknown-eabi -mcpu=cortex-a8 | FileCheck %s -check-prefix=THUMB
4 ; RUN: llc < %s -mtriple=armv6-unknown-eabi | FileCheck %s -check-prefix=THUMB
5 ; RUN: llc < %s -mtriple=armv4-unknown-eabi | FileCheck %s -check-prefix=ARM
6 ; RUN: llc < %s -mtriple=armv4t-unknown-eabi | FileCheck %s -check-prefix=THUMB
2010-03-18-ldm-rtrn.ll 1 ; RUN: llc < %s -mtriple=armv4-unknown-eabi | FileCheck %s -check-prefix=V4
2 ; RUN: llc < %s -mtriple=armv5-unknown-eabi | FileCheck %s
3 ; RUN: llc < %s -mtriple=armv6-unknown-eabi | FileCheck %s
2009-05-18-InlineAsmMem.ll 1 ; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s
2 ; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s
2007-05-14-InlineAsmCstCrash.ll 1 ; RUN: llc -mtriple=arm-eabi -mattr=+v6 %s -o /dev/null
2008-07-24-CodeGenPrepCrash.ll 1 ; RUN: llc -mtriple=arm-eabi %s -o /dev/null
2009-07-09-asm-p-constraint.ll 1 ; RUN: llc -mtriple=arm-eabi -mattr=+v6 %s -o /dev/null
2012-09-18-ARMv4ISelBug.ll 1 ; RUN: llc -mtriple=arm-eabi -mcpu=arm7tdmi %s -o - | FileCheck %s
addrspacecast.ll 1 ; RUN: llc -mtriple=arm-eabi %s -o /dev/null
arm-asm.ll 1 ; RUN: llc -mtriple=arm-eabi %s -o /dev/null
fdivs.ll 1 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o - | FileCheck %s -check-prefix=VFP2
2 ; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - | FileCheck %s -check-prefix=NFP0
3 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 %s -o - | FileCheck %s -check-prefix=CORTEXA8
4 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a9 %s -o - | FileCheck %s -check-prefix=CORTEXA9
fnmuls.ll 1 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o - | FileCheck %s
2 ; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - | FileCheck %s
3 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 %s -o - | FileCheck %s
4 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a9 %s -o - | FileCheck %s
formal.ll 1 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
fsubs.ll 1 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o - \
4 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 %s -o - \
7 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 --enable-unsafe-fp-math %s -o - \
13 ; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - \
ifcvt9.ll 1 ; RUN: llc -mtriple=arm-eabi %s -o /dev/null
  /external/llvm/test/CodeGen/ARM/Windows/
movw-movt-relocations.ll 4 ; RUN: llc -mtriple=thumbv7-eabi -o - %s \
5 ; RUN: | FileCheck %s -check-prefix CHECK-EABI
24 ; CHECK-EABI: movw r[[i:[0-4]]], :lower16:i
25 ; CHECK-EABI: movw r[[j:[0-4]]], :lower16:j
26 ; CHECK-EABI-NEXT: movt r[[i]], :upper16:i
27 ; CHECK-EABI-NEXT: movt r[[j]], :upper16:j
  /external/clang/test/CodeGen/
arm-microsoft-intrinsics.c 4 // RUN: not %clang_cc1 -triple armv7-eabi -Werror -S -o /dev/null %s 2>&1 \
5 // RUN: | FileCheck %s -check-prefix CHECK-EABI
12 // CHECK-EABI: error: implicit declaration of function '__dmb'
19 // CHECK-EABI: error: implicit declaration of function '__dsb'
26 // CHECK-EABI: error: implicit declaration of function '__isb'
34 // CHECK-EABI: error: implicit declaration of function '__ldrexd'
41 // CHECK-EABI: error: implicit declaration of function '_MoveFromCoprocessor'
48 // CHECK-EABI: error: implicit declaration of function '_MoveFromCoprocessor2'
55 // CHECK-EABI: error: implicit declaration of function '_MoveToCoprocessor'
62 // CHECK-EABI: error: implicit declaration of function '_MoveToCoprocessor2
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/
SOURCES 2 COLLECT_GCC=/Volumes/android/android-eabi-4.8-2013-11-04/toolchains/arm-eabi-4.8/prebuilt/darwin-x86_64//bin/arm-eabi-gcc
3 COLLECT_LTO_WRAPPER=/Volumes/android/android-eabi-4.8-2013-11-04/toolchains/arm-eabi-4.8/prebuilt/darwin-x86_64/bin/../libexec/gcc/arm-eabi/4.8/lto-wrapper
4 Target: arm-eabi
5 Configured with: /tmp/AOSP-toolchain/build/../gcc/gcc-4.8/configure --prefix=/tmp/toolchain-build-eabi-linux-4.8/prefix --target=arm-eabi --host=x86_64-apple-darwin --build=x86_64-apple-darwin --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/toolchain-build-eabi-linux-4.8/temp-install --with-mpfr=/tmp/toolchain-build-eabi-linux-4.8/temp-install --with-mpc=/tm (…)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/
SOURCES 2 COLLECT_GCC=/tmp/android-eabi-4.8-2013-11-04/toolchains/arm-eabi-4.8/prebuilt/linux-x86_64/bin/arm-eabi-gcc
3 COLLECT_LTO_WRAPPER=/tmp/android-eabi-4.8-2013-11-04/toolchains/arm-eabi-4.8/prebuilt/linux-x86_64/bin/../libexec/gcc/arm-eabi/4.8/lto-wrapper
4 Target: arm-eabi
5 Configured with: /tmp/AOSP-toolchain/build/../gcc/gcc-4.8/configure --prefix=/tmp/toolchain-build-eabi/prefix --target=arm-eabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/toolchain-build-eabi/temp-install --with-mpfr=/tmp/toolchain-build-eabi/temp-install --with-mpc=/tmp/toolchain-build-ea (…)
    [all...]
  /external/clang/test/Driver/
arm-long-calls.c 1 // RUN: %clang -target armv7-eabi -### %s 2>&1 \
4 // RUN: %clang -target armv7-eabi -### -mlong-calls %s 2>&1 \
7 // RUN: %clang -target armv7-eabi -### -mlong-calls -mno-long-calls %s 2>&1 \
  /external/kernel-headers/original/uapi/asm-arm/asm/
statfs.h 5 * With EABI there is 4 bytes of padding added to this structure.

Completed in 120 milliseconds

12 3 4 5 6 7 8 91011>>