OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eabi
(Results
201 - 225
of
867
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/thumb/
libgcc.a
[
all
...]
/external/llvm/test/CodeGen/ARM/
mulhi.ll
1
; RUN: llc -mtriple=arm-
eabi
-mattr=+v6 %s -o - | FileCheck %s -check-prefix=V6
2
; RUN: llc -mtriple=arm-
eabi
%s -o - | FileCheck %s -check-prefix=V4
3
; RUN: llc -mtriple=thumb-
eabi
-mcpu=cortex-m3 %s -o - | FileCheck %s -check-prefix=M3
2007-04-03-PEIBug.ll
1
; RUN: llc -mtriple=arm-
eabi
%s -o - | FileCheck %s
2008-03-05-SxtInRegBug.ll
1
; RUN: llc -mtriple=arm-
eabi
-mattr=+v6 %s -o - | FileCheck %s
2009-03-09-AddrModeBug.ll
1
; RUN: llc -mtriple=arm-
eabi
%s -o /dev/null
2009-04-08-FloatUndef.ll
1
; RUN: llc -mtriple=arm-
eabi
%s -o /dev/null
2009-06-19-RegScavengerAssert.ll
1
; RUN: llc < %s -mtriple=armv6-
eabi
-mattr=+vfp2 -float-abi=hard
2009-09-24-spill-align.ll
1
; RUN: llc -mtriple=arm-
eabi
-mattr=+neon %s -o - | FileCheck %s
2009-09-27-CoalescerBug.ll
1
; RUN: llc < %s -mtriple=armv7-
eabi
-mcpu=cortex-a8
2009-11-13-CoalescerCrash.ll
1
; RUN: llc -mtriple=armv7-
eabi
-mcpu=cortex-a8 < %s
2010-05-14-IllegalType.ll
1
; RUN: llc -march=thumb -mcpu=cortex-a8 -mtriple=thumbv7-
eabi
-float-abi=hard < %s | FileCheck %s
2012-05-10-PreferVMOVtoVDUP32.ll
1
; RUN: llc -mtriple=arm-
eabi
-mcpu=swift %s -o - | FileCheck %s
argaddr.ll
1
; RUN: llc -mtriple=arm-
eabi
%s -o /dev/null
atomicrmw_minmax.ll
1
; RUN: llc -mtriple=arm-
eabi
-mcpu=cortex-a9 %s -o - | FileCheck %s
bfc.ll
1
; RUN: llc -mtriple=arm-
eabi
-mattr=+v6t2 %s -o - | FileCheck %s
compare-call.ll
1
; RUN: llc -mtriple=arm-
eabi
-mattr=+v6,+vfp2 %s -o - | FileCheck %s
extload-knownzero.ll
1
; RUN: llc -mtriple=arm-
eabi
-mcpu=cortex-a8 %s -o - | FileCheck %s
fabs-neon.ll
1
; RUN: llc < %s -mtriple=armv7-
eabi
-float-abi=hard -mcpu=cortex-a8 | FileCheck %s
illegal-vector-bitcast.ll
1
; RUN: llc -mtriple=arm-
eabi
%s -o /dev/null
indirect-reg-input.ll
1
; RUN: not llc -mtriple=arm-
eabi
-mcpu=cortex-a8 %s -o - 2>&1 | FileCheck %s
lsr-scale-addr-mode.ll
1
; RUN: llc -mtriple=arm-
eabi
%s -o - | FileCheck %s
mul.ll
1
; RUN: llc -mtriple=arm-
eabi
%s -o - | FileCheck %s
/external/clang/test/CodeGen/
arm-atomics-m.c
1
// RUN: %clang_cc1 %s -emit-llvm -o - -triple=thumbv7m-none--
eabi
-target-cpu cortex-m3 | FileCheck %s
arm-atomics-m0.c
1
// RUN: %clang_cc1 %s -emit-llvm -o - -triple=thumbv6m-none--
eabi
-target-cpu cortex-m0 | FileCheck %s
/external/clang/test/CodeGenCXX/
sizeof-unwind-exception.cpp
4
// RUN: %clang_cc1 -triple arm-unknown-gnueabi -emit-llvm -fcxx-exceptions -fexceptions %s -O2 -o - | FileCheck %s --check-prefix=ARM-
EABI
24
// ARM-
EABI
: [[T0:%.*]] = tail call i8* @__cxa_begin_catch(i8* [[EXN:%.*]]) [[NUW:#[0-9]+]]
25
// ARM-
EABI
-NEXT: [[T1:%.*]] = getelementptr i8* [[EXN]], i32 88
32
// ARM-
EABI
: attributes [[NUW]] = { nounwind }
Completed in 377 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>