Home
last modified time | relevance | path

Searched refs:EABI (Results 1 – 23 of 23) sorted by relevance

/external/llvm/test/CodeGen/Thumb/
Dselect.ll2 ; RUN: llc < %s -mtriple=thumb-pc-linux-gnueabi | FileCheck -check-prefix=CHECK-EABI %s
12 ; CHECK-EABI: f1:
13 ; CHECK-EABI: beq
23 ; CHECK-EABI: f2:
24 ; CHECK-EABI: bgt
34 ; CHECK-EABI: f3:
35 ; CHECK-EABI: blt
45 ; CHECK-EABI: f4:
46 ; CHECK-EABI: ble
56 ; CHECK-EABI: f5:
[all …]
/external/llvm/test/CodeGen/ARM/
Dmemfunc.ll3 ; RUN: llc < %s -mtriple=arm-none-eabi -o - | FileCheck --check-prefix=EABI %s
12 ; EABI: __aeabi_memmove
16 ; EABI: __aeabi_memcpy
19 ; EABI memset swaps arguments
24 ; EABI: mov r2, #0
25 ; EABI: __aeabi_memset
Dmovt-movw-global.ll1 ; 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
Dvargs_align.ll1 ; RUN: llc < %s -march=arm -mtriple=arm-linux-gnueabi | FileCheck %s -check-prefix=EABI
18 ; EABI: add sp, sp, #12
19 ; EABI: add sp, sp, #16
/external/llvm/lib/Target/Mips/
DMipsSubtarget.h33 UnknownABI, O32, N32, N64, EABI enumerator
106 bool isABI_EABI() const { return MipsABI == EABI; } in isABI_EABI()
DMips.td45 def FeatureEABI : SubtargetFeature<"eabi", "MipsABI", "EABI",
DMipsAsmPrinter.cpp215 case MipsSubtarget::EABI: return "eabi32"; // TODO: handle eabi64 in getCurrentABIString()
DMipsCallingConv.td106 // Mips EABI Calling Convention
/external/llvm/lib/Target/ARM/
DARMCallingConv.td103 // ARM AAPCS (EABI) Calling Convention, common parts
131 // ARM AAPCS (EABI) Calling Convention
158 // ARM AAPCS-VFP (EABI) Calling Convention
/external/llvm/include/llvm/ADT/
DTriple.h111 EABI, enumerator
/external/llvm/lib/Support/
DTriple.cpp140 case EABI: return "eabi"; in getEnvironmentTypeName()
305 .StartsWith("eabi", Triple::EABI) in parseEnvironment()
/external/v8/src/arm/
Dconstants-arm.h33 #error ARM EABI support is required.
/external/strace/
DAndroid.patch37 + * With EABI there is 4 bytes of padding added to this structure.
DNEWS129 * Fixed build on ARM EABI.
DChangeLog1360 __NR_SYSCALL_BASE eis 0 for EABI and is 0x900000 for OABI.
DChangeLog-CVS307 * linux/arm/syscallent.h: Fix build on ARM EABI which does not
339 * syscall.c: EABI arm does not need decode_subcall(),
1689 * syscall.c (get_scno): Handle ARM EABI.
/external/v8/build/
Dcommon.gypi57 # EABI calling convention where double arguments are passed in VFP
/external/llvm/unittests/ADT/
DTripleTest.cpp118 EXPECT_EQ(Triple::EABI, T.getEnvironment()); in TEST()
/external/oprofile/
DChangeLog-2007582 * oprofile/daemon/opd_cookie.c: Fix syscall for ARM EABI
/external/v8/
DSConstruct1133 'help': 'generate calling conventiont according to selected ARM EABI variant'
DChangeLog1195 Implemented support for ARM EABI calling convention variation where
1255 Removed support for ABI prior to EABI on ARM.
/external/clang/lib/Driver/
DTools.cpp642 case llvm::Triple::EABI: in getARMFloatABI()
688 case llvm::Triple::EABI: in AddARMTargetArgs()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2422412 We need to make sure that we correctly detect EABI architecture