OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eabi
(Results
226 - 250
of
867
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/ARM/
neon_cmp.ll
1
; RUN: llc -mtriple=arm-
eabi
-mcpu=cortex-a9 %s -o - | FileCheck %s
neon_shift.ll
1
; RUN: llc -mtriple=arm-
eabi
-mattr=+neon %s -o - | FileCheck %s
prefetch.ll
1
; RUN: llc -mtriple=thumb-
eabi
-mattr=-thumb2 %s -o - | FileCheck %s -check-prefix CHECK-T1
2
; RUN: llc -mtriple=thumb-
eabi
-mattr=+v7 %s -o - | FileCheck %s -check-prefix=THUMB2
3
; RUN: llc -mtriple=arm-
eabi
-mattr=+v7 %s -o - | FileCheck %s -check-prefix=ARM
4
; RUN: llc -mtriple=arm-
eabi
-mcpu=cortex-a9-mp %s -o - | FileCheck %s -check-prefix=ARM-MP
setcc-sentinals.ll
1
; RUN: llc -mtriple=arm-
eabi
-mcpu=cortex-a8 -asm-verbose=false %s -o - | FileCheck %s
smml.ll
1
; RUN: llc -mtriple=arm-
eabi
-mcpu=cortex-a8 %s -o - | FileCheck %s
str_pre.ll
1
; RUN: llc -mtriple=arm-
eabi
%s -o - | FileCheck %s
truncstore-dag-combine.ll
1
; RUN: llc -mtriple=arm-
eabi
-mattr=+v4t %s -o - | FileCheck %s
tst_teq.ll
1
; RUN: llc -mtriple=arm-
eabi
%s -o - | FileCheck %s
weak2.ll
1
; RUN: llc -mtriple=arm-
eabi
%s -o - | FileCheck %s
call.ll
1
; RUN: llc -mtriple=arm-
eabi
-mattr=+v4t %s -o - \
4
; RUN: llc -mtriple=arm-
eabi
-mattr=+v5t %s -o - \
frame-register.ll
1
; RUN: llc -mtriple arm-
eabi
-disable-fp-elim -filetype asm -o - %s \
4
; RUN: llc -mtriple thumb-
eabi
-disable-fp-elim -filetype asm -o - %s \
smul.ll
1
; RUN: llc -mtriple=arm-
eabi
-mcpu=generic %s -o /dev/null
2
; RUN: llc -mtriple=arm-
eabi
-mcpu=cortex-a8 %s -o - | FileCheck %s
/external/llvm/test/CodeGen/Thumb/
long_shift.ll
1
; RUN: llc -mtriple=thumb-
eabi
%s -o /dev/null
mul.ll
1
; RUN: llc -mtriple=thumb-
eabi
%s -o - | FileCheck %s
tst_teq.ll
1
; RUN: llc -mtriple=thumb-
eabi
%s -o - | FileCheck %s
ldr_ext.ll
1
; RUN: llc -mtriple=thumb-
eabi
%s -o - | FileCheck %s -check-prefix=V5
2
; RUN: llc -mtriple=thumb-
eabi
-mattr=+v6 %s -o - | FileCheck %s -check-prefix=V6
/external/llvm/test/CodeGen/Thumb2/
bfx.ll
1
; RUN: llc -mtriple=thumb-
eabi
-mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s
thumb2-bcc.ll
1
; RUN: llc -mtriple=thumb-
eabi
-mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s
thumb2-bfc.ll
1
; RUN: llc -mtriple=thumb-
eabi
-mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s
thumb2-lsr3.ll
1
; RUN: llc -mtriple=thumb-
eabi
-mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s
thumb2-mls.ll
1
; RUN: llc -mtriple=thumb-
eabi
-mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s
thumb2-str_pre.ll
1
; RUN: llc -mtriple=thumb-
eabi
-mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s
thumb2-sxt-uxt.ll
1
; RUN: llc -mtriple=thumb-
eabi
-mcpu=cortex-m3 %s -o - | FileCheck %s
/external/llvm/test/MC/ARM/
complex-operands.s
1
@ RUN: llvm-mc -triple armv7-
eabi
-filetype asm -o - %s | FileCheck %s
unwind-stack-diagnostics.s
1
@ RUN: not llvm-mc -triple armv7-
eabi
-filetype asm -o /dev/null 2>&1 %s \
Completed in 272 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>