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
469
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/lib/arm/
aeabi_ldivmod.S
1
//===-- aeabi_ldivmod.S -
EABI
ldivmod implementation ---------------------===//
aeabi_memcmp.S
1
//===-- aeabi_memcmp.S -
EABI
memcmp implementation -----------------------===//
aeabi_memcpy.S
1
//===-- aeabi_memcpy.S -
EABI
memcpy implementation -----------------------===//
aeabi_memmove.S
1
//===-- aeabi_memmove.S -
EABI
memmove implementation --------------------===//
aeabi_memset.S
1
//===-- aeabi_memset.S -
EABI
memset implementation -----------------------===//
aeabi_uidivmod.S
1
//===-- aeabi_uidivmod.S -
EABI
uidivmod implementation -------------------===//
aeabi_uldivmod.S
1
//===-- aeabi_uldivmod.S -
EABI
uldivmod implementation -------------------===//
/external/llvm/test/CodeGen/ARM/
2009-11-02-NegativeLane.ll
3
target triple = "armv7-
eabi
"
2009-11-30-LiveVariablesBug.ll
1
; RUN: llc -mtriple=armv7-
eabi
-mcpu=cortex-a8 < %s
2010-05-19-Shuffles.ll
1
; RUN: llc < %s -mtriple=armv7-
eabi
-mcpu=cortex-a8
2013-05-31-char-shift-crash.ll
1
; RUN: llc < %s -O0 -mtriple=armv4t--linux-
eabi
-android
fnegs.ll
3
; RUN: llc < %s -mtriple=arm-
eabi
-mcpu=cortex-a8 | FileCheck %s -check-prefix=CORTEXA8
4
; RUN: llc < %s -mtriple=arm-
eabi
-mcpu=cortex-a8 --enable-unsafe-fp-math | FileCheck %s -check-prefix=CORTEXA8U
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/
libfunction_reordering_plugin.la
41
libdir='/usr/local/libexec/gcc/arm-
eabi
/4.6.x-google'
liblto_plugin.la
41
libdir='/usr/local/libexec/gcc/arm-
eabi
/4.6.x-google'
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tm.h
32
# include "config/arm/linux-
eabi
.h"
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/
libfunction_reordering_plugin.la
41
libdir='/usr/local/libexec/gcc/arm-
eabi
/4.6.x-google'
liblto_plugin.la
41
libdir='/usr/local/libexec/gcc/arm-
eabi
/4.6.x-google'
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tm.h
32
# include "config/arm/linux-
eabi
.h"
/external/llvm/lib/Target/ARM/
ARMSubtarget.h
199
ARM_ABI_AAPCS // ARM
EABI
283
// ARM
EABI
is the bare-metal
EABI
described in ARM ABI documents and
284
// can be accessed via -target arm-none-
eabi
. This is NOT GNUEABI.
285
// FIXME: Add a flag for bare-metal for that target and set Triple::
EABI
287
// the
EABI
on GNU (and Android) mode. This requires change in Clang, too.
289
return TargetTriple.getEnvironment() == Triple::
EABI
;
/dalvik/vm/compiler/template/armv5te/
header.S
24
ARM
EABI
general notes:
47
In the
EABI
, "sp" must be 64-bit aligned on entry to a function, and any
/external/chromium_org/sandbox/linux/seccomp-bpf/
syscall_iterator_unittest.cc
39
// this is currently valid for Intel and ARM
EABI
.
111
// this is currently valid for Intel and ARM
EABI
.
/external/chromium_org/v8/src/arm/
cpu-arm.cc
72
// not when using
EABI
, so we call the __ARM_NR_cacheflush syscall directly.
86
// r7 is reserved by the
EABI
in thumb mode.
/external/llvm/test/CodeGen/Thumb2/
2009-10-15-ITBlockBranch.ll
1
; RUN: llc < %s -mtriple=thumbv7-
eabi
-mcpu=cortex-a8 -float-abi=hard | FileCheck %s
2
; RUN: llc < %s -mtriple=thumbv7-
eabi
-mcpu=cortex-a8 -float-abi=hard -regalloc=basic | FileCheck %s
/external/qemu/docs/
ANDROID-KERNEL.TXT
46
(i.e. 'arm-
eabi
-gcc --version' must work)
54
export CROSS_COMPILE=arm-
eabi
-
/external/v8/src/arm/
cpu-arm.cc
72
// not when using
EABI
, so we call the __ARM_NR_cacheflush syscall directly.
86
// r7 is reserved by the
EABI
in thumb mode.
Completed in 266 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>