OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eabi
(Results
76 - 100
of
867
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/MC/ARM/
variant-diagnostics.s
1
@ RUN: not llvm-mc -triple armv7-linux-
eabi
-filetype asm -o /dev/null 2>&1 %s \
directive-arch_extension-mp.s
1
@ RUN: not llvm-mc -triple armv6-
eabi
-filetype asm -o /dev/null 2>&1 %s \
3
@ RUN: not llvm-mc -triple armv7-
eabi
-filetype asm -o /dev/null 2>&1 %s \
5
@ RUN: not llvm-mc -triple armv7m-
eabi
-filetype asm -o /dev/null 2>&1 %s \
7
@ RUN: not llvm-mc -triple thumbv6-
eabi
-filetype asm -o /dev/null 2>&1 %s \
9
@ RUN: not llvm-mc -triple thumbv7-
eabi
-filetype asm -o /dev/null 2>&1 %s \
11
@ RUN: not llvm-mc -triple thumbv7m-
eabi
-filetype asm -o /dev/null 2>&1 %s \
/external/clang/test/Driver/
aarch64-mfpu.c
3
// RUN: %clang -target aarch64-linux-
eabi
-mfpu=neon %s -### -o %t.o 2>&1 \
5
// RUN: %clang -target aarch64-linux-
eabi
%s -### -o %t.o 2>&1 \
7
// RUN: %clang -target arm64-linux-
eabi
-mfpu=neon %s -### -o %t.o 2>&1 \
9
// RUN: %clang -target arm64-linux-
eabi
%s -### -o %t.o 2>&1 \
13
// RUN: %clang -target aarch64-linux-
eabi
-mfpu=fp-armv8 %s -### -o %t.o 2>&1 \
15
// RUN: %clang -target arm64-linux-
eabi
-mfpu=fp-armv8 %s -### -o %t.o 2>&1 \
19
// RUN: %clang -target aarch64-linux-
eabi
-mfpu=neon-fp-armv8 %s -### 2>&1 \
21
// RUN: %clang -target arm64-linux-
eabi
-mfpu=neon-fp-armv8 %s -### 2>&1 \
26
// RUN: %clang -target aarch64-linux-
eabi
-mfpu=crypto-neon-fp-armv8 %s -### 2>&1 \
28
// RUN: %clang -target arm64-linux-
eabi
-mfpu=crypto-neon-fp-armv8 %s -### 2>&1
[
all
...]
aarch64-mgeneral_regs_only.c
3
// RUN: %clang -target aarch64-linux-
eabi
-mgeneral-regs-only %s -### 2>&1 \
5
// RUN: %clang -target arm64-linux-
eabi
-mgeneral-regs-only %s -### 2>&1 \
/external/llvm/test/CodeGen/ARM/
fadds.ll
1
; RUN: llc -mtriple=arm-
eabi
-mattr=+vfp2 %s -o - \
4
; RUN: llc -mtriple=arm-
eabi
-mattr=+neon %s -o - \
7
; RUN: llc -mtriple=arm-
eabi
-mcpu=cortex-a8 %s -o - \
10
; RUN: llc -mtriple=arm-
eabi
-mcpu=cortex-a8 --enable-unsafe-fp-math %s -o - \
16
; RUN: llc -mtriple=arm-
eabi
-mcpu=cortex-a9 %s -o - \
fmuls.ll
1
; RUN: llc -mtriple=arm-
eabi
-mattr=+vfp2 %s -o - \
4
; RUN: llc -mtriple=arm-
eabi
-mattr=+neon %s -o - \
7
; RUN: llc -mtriple=arm-
eabi
-mcpu=cortex-a8 %s -o - \
10
; RUN: llc -mtriple=arm-
eabi
-mcpu=cortex-a8 --enable-unsafe-fp-math %s -o - \
16
; RUN: llc -mtriple=arm-
eabi
-mcpu=cortex-a9 %s -o - \
movt-movw-global.ll
1
; RUN: llc < %s -verify-machineinstrs -mtriple=armv7-
eabi
| FileCheck %s -check-prefix=
EABI
10
;
EABI
: movw r0, :lower16:foo
11
;
EABI
-NEXT: movt r0, :upper16:foo
26
;
EABI
: movw r1, :lower16:foo
27
;
EABI
-NEXT: movt r1, :upper16:foo
fnmul.ll
1
; RUN: llc -mtriple=arm-
eabi
-mattr=+v6,+vfp2 %s -o - | FileCheck %s
3
; RUN: llc -mtriple=arm-
eabi
-mattr=+v6,+vfp2 -enable-sign-dependent-rounding-fp-math %s -o - \
ifcvt1.ll
1
; RUN: llc -mtriple=arm-
eabi
-mcpu=cortex-a8 %s -o - | FileCheck %s -check-prefix=A8
2
; RUN: llc -mtriple=arm-
eabi
-mcpu=swift %s -o - | FileCheck %s -check-prefix=SWIFT
phi.ll
1
; RUN: llc -mtriple=arm-
eabi
-mattr=+v4t %s -o - | FileCheck %s
2
; RUN: llc -mtriple=arm-
eabi
-mattr=+v4t -addr-sink-using-gep=1 %s -o - | FileCheck %s
2009-04-08-FREM.ll
1
; RUN: llc -mtriple=arm-
eabi
%s -o /dev/null
2009-04-09-RegScavengerAsm.ll
1
; RUN: llc -mtriple=arm-
eabi
%s -o /dev/null
2009-09-10-postdec.ll
1
; RUN: llc -mtriple=arm-
eabi
%s -o - | FileCheck %s
2010-04-14-SplitVector.ll
1
; RUN: llc -mtriple=arm-
eabi
-mcpu=arm1136jf-s %s -o /dev/null
clz.ll
1
; RUN: llc -mtriple=arm-
eabi
-mattr=+v5t %s -o - | FileCheck %s
ctz.ll
1
; RUN: llc -mtriple=arm-
eabi
-mattr=+v6t2 %s -o - | FileCheck %s
fmdrr-fmrrd.ll
1
; RUN: llc -mtriple=arm-
eabi
-mattr=vfp2 %s -o - | FileCheck %s
fpow.ll
1
; RUN: llc -mtriple=arm-
eabi
%s -o /dev/null
imm.ll
1
; RUN: llc -mtriple=arm-
eabi
%s -o - | FileCheck %s
inlineasm.ll
1
; RUN: llc -mtriple=arm-
eabi
-mattr=+v6 %s -o /dev/null
inlineasm2.ll
1
; RUN: llc -mtriple=arm-
eabi
-mattr=+vfp2 %s -o /dev/null
/external/clang/test/CodeGen/
arm-byval-align.c
1
// RUN: %clang_cc1 -triple=armv7-none-
eabi
< %s -S -emit-llvm | FileCheck %s
/external/llvm/test/CodeGen/Thumb/
fpow.ll
1
; RUN: llc -mtriple=thumb-
eabi
%s -o /dev/null
ispositive.ll
1
; RUN: llc -mtriple=thumb-
eabi
%s -o - | FileCheck %s
/external/llvm/test/CodeGen/Thumb2/
thumb2-add6.ll
1
; RUN: llc -mtriple=thumb-
eabi
-mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s
Completed in 864 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>