/dalvik/vm/mterp/armv5te/ |
OP_REM_DOUBLE.S | 2 /* EABI doesn't define a double remainder function, but libm does */
|
OP_REM_DOUBLE_2ADDR.S | 2 /* EABI doesn't define a double remainder function, but libm does */
|
OP_REM_FLOAT.S | 2 /* EABI doesn't define a float remainder function, but libm does */
|
OP_REM_FLOAT_2ADDR.S | 2 /* EABI doesn't define a float remainder function, but libm does */
|
OP_DOUBLE_TO_INT.S | 2 /* EABI appears to have Java-style conversions of +inf/-inf/NaN */ 13 * to modest integer. The EABI convert function isn't doing this for us. 19 sub sp, sp, #4 @ align for EABI
|
/dalvik/vm/mterp/armv6t2/ |
OP_REM_DOUBLE_2ADDR.S | 2 /* EABI doesn't define a double remainder function, but libm does */
|
OP_REM_FLOAT_2ADDR.S | 2 /* EABI doesn't define a float remainder function, but libm does */
|
OP_DOUBLE_TO_INT.S | 2 /* EABI appears to have Java-style conversions of +inf/-inf/NaN */ 13 * to modest integer. The EABI convert function isn't doing this for us. 19 sub sp, sp, #4 @ align for EABI
|
/external/llvm/test/CodeGen/ARM/ |
divmod-eabi.ll | 1 ; RUN: llc -mtriple armv7-none-eabi %s -o - | FileCheck %s --check-prefix=EABI 6 ; EABI-LABEL: f16: 14 ; EABI: __aeabi_idivmod 15 ; EABI: mov [[div:r[0-9]+]], r0 16 ; EABI: mov [[rem:r[0-9]+]], r1 26 ; EABI: __aeabi_idivmod 32 ; EABI: add r0{{.*}}r1 33 ; EABI: sxth r0, r0 42 ; EABI-LABEL: f32 [all...] |
memfunc.ll | 2 ; RUN: llc < %s -mtriple=thumbv7m-darwin-eabi -o - | FileCheck %s --check-prefix=DARWIN 3 ; 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
|
armv4.ll | 1 ; RUN: llc < %s -mtriple=armv4t-unknown-eabi | FileCheck %s -check-prefix=THUMB 2 ; RUN: llc < %s -mtriple=armv4-unknown-eabi -mcpu=strongarm | FileCheck %s -check-prefix=ARM 3 ; RUN: llc < %s -mtriple=armv7-unknown-eabi -mcpu=cortex-a8 | FileCheck %s -check-prefix=THUMB 4 ; RUN: llc < %s -mtriple=armv6-unknown-eabi | FileCheck %s -check-prefix=THUMB 5 ; RUN: llc < %s -mtriple=armv4-unknown-eabi | FileCheck %s -check-prefix=ARM 6 ; RUN: llc < %s -mtriple=armv4t-unknown-eabi | FileCheck %s -check-prefix=THUMB
|
2010-03-18-ldm-rtrn.ll | 1 ; RUN: llc < %s -mtriple=armv4-unknown-eabi | FileCheck %s -check-prefix=V4 2 ; RUN: llc < %s -mtriple=armv5-unknown-eabi | FileCheck %s 3 ; RUN: llc < %s -mtriple=armv6-unknown-eabi | FileCheck %s
|
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
|
vargs_align.ll | 1 ; 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/test/CodeGen/Thumb/ |
select.ll | 2 ; RUN: llc < %s -mtriple=thumb-pc-linux-gnueabi | FileCheck -check-prefix=CHECK-EABI %s 12 ; CHECK-EABI-LABEL: f1: 13 ; CHECK-EABI: beq 23 ; CHECK-EABI-LABEL: f2: 24 ; CHECK-EABI: bgt 34 ; CHECK-EABI-LABEL: f3: 35 ; CHECK-EABI: blt 45 ; CHECK-EABI-LABEL: f4: 46 ; CHECK-EABI: ble 56 ; CHECK-EABI-LABEL: f5 [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/ |
SOURCES | 2 COLLECT_GCC=/tmp/android-eabi-4.7-2012-12-03/toolchains/arm-eabi-4.7/prebuilt/linux-x86_64//bin/arm-eabi-gcc 3 COLLECT_LTO_WRAPPER=/tmp/android-eabi-4.7-2012-12-03/toolchains/arm-eabi-4.7/prebuilt/linux-x86_64/bin/../libexec/gcc/arm-eabi/4.7/lto-wrapper 4 Target: arm-eabi 5 Configured with: /tmp/AOSP-toolchain/build/../gcc/gcc-4.7/configure --prefix=/tmp/toolchain-build-eabi/prefix --target=arm-eabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/toolchain-build-eabi/temp-install --with-mpfr=/tmp/toolchain-build-eabi/temp-install --with-mpc=/tmp/toolchain-build-ea (…) [all...] |
/external/llvm/test/CodeGen/Thumb2/ |
inlineasm.ll | 3 target triple = "thumbv7-none--eabi"
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/ |
SOURCES | 2 COLLECT_GCC=/Volumes/android/android-eabi-4.7-2012-12-03/toolchains/arm-eabi-4.7/prebuilt/darwin-x86_64//bin/arm-eabi-gcc 3 COLLECT_LTO_WRAPPER=/Volumes/android/android-eabi-4.7-2012-12-03/toolchains/arm-eabi-4.7/prebuilt/darwin-x86_64/bin/../libexec/gcc/arm-eabi/4.7/lto-wrapper 4 Target: arm-eabi 5 Configured with: /Volumes/android/AOSP-toolchain/build/../gcc/gcc-4.7/configure --prefix=/Volumes/android/toolchain-build-eabi-4.7/prefix --target=arm-eabi --host=x86_64-apple-darwin --build=x86_64-apple-darwin --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/Volumes/android/toolchain-build-eabi-4.7/temp-install --with-mpfr=/Volumes/android/toolchain-build-eabi-4.7/temp-install --with-mpc=/Vo (…) [all...] |
/external/clang/test/Driver/ |
arm-mfpu.c | 3 // RUN: %clang -target arm-linux-eabi %s -### -o %t.o 2>&1 \ 10 // RUN: %clang -target arm-linux-eabi -mfpu=fpa %s -### -o %t.o 2>&1 \ 12 // RUN: %clang -target arm-linux-eabi -mfpu=fpe2 %s -### -o %t.o 2>&1 \ 14 // RUN: %clang -target arm-linux-eabi -mfpu=fpe3 %s -### -o %t.o 2>&1 \ 16 // RUN: %clang -target arm-linux-eabi -mfpu=maverick %s -### -o %t.o 2>&1 \ 22 // RUN: %clang -target arm-linux-eabi -mfpu=vfp3-d16 %s -### -o %t.o 2>&1 \ 24 // RUN: %clang -target arm-linux-eabi -mfpu=vfpv3-d16 %s -### -o %t.o 2>&1 \ 30 // RUN: %clang -target arm-linux-eabi -mfpu=vfp %s -### -o %t.o 2>&1 \ 35 // RUN: %clang -target arm-linux-eabi -mfpu=vfp3 %s -### -o %t.o 2>&1 \ 37 // RUN: %clang -target arm-linux-eabi -mfpu=vfpv3 %s -### -o %t.o 2>&1 [all...] |
mips-abi.c | 34 // RUN: -mabi=eabi 2>&1 \ 35 // RUN: | FileCheck -check-prefix=MIPS-ABI-EABI %s 36 // MIPS-ABI-EABI: "-target-abi" "eabi"
|
/external/qemu/distrib/sdl-1.2.15/ |
symbian.zip | |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/ |
libgcc.a | [all...] |
/external/clang/test/CodeGen/ |
builtins-arm.c | 2 // RUN: %clang_cc1 -Wall -Werror -triple thumbv7-eabi -target-cpu cortex-a8 -O3 -emit-llvm -o - %s | FileCheck %s
|
/external/clang/test/Lexer/ |
wchar-signedness.c | 2 // RUN: %clang_cc1 -fsyntax-only -dM -E %s -triple armv7-none-eabi | FileCheck %s --check-prefix=ARM
|
/external/kernel-headers/original/asm-arm/ |
statfs.h | 24 * With EABI there is 4 bytes of padding added to this structure.
|