HomeSort by relevance Sort by last modified time
    Searched full:eabi (Results 1 - 25 of 867) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/ARM/
ret0.ll 1 ; RUN: llc -mtriple=arm-eabi %s -o /dev/null
ret_arg1.ll 1 ; RUN: llc -mtriple=arm-eabi %s -o /dev/null
ret_void.ll 1 ; RUN: llc -mtriple=arm-eabi %s -o /dev/null
divmod-eabi.ll 1 ; RUN: llc -mtriple armv7-none-eabi %s -o - | FileCheck %s --check-prefix=EABI
2 ; RUN: llc -mtriple armv7-none-eabihf %s -o - | FileCheck %s --check-prefix=EABI
6 ; RUN: llc -mtriple armv7-apple-darwin-eabi %s -o - | FileCheck %s --check-prefix=DARWIN
9 ; EABI-LABEL: f16:
17 ; EABI: __aeabi_idivmod
18 ; EABI: mov [[div:r[0-9]+]], r0
19 ; EABI: mov [[rem:r[0-9]+]], r1
29 ; EABI: __aeabi_idivmod
35 ; EABI: add r0{{.*}}r
    [all...]
undefined.ll 1 ; RUN: llc -mtriple armv7-eabi -o - %s | FileCheck %s
2 ; RUN: llc -mtriple thumbv6m-eabi -o - %s | FileCheck %s
3 ; RUN: llc -mtriple thumbv7-eabi -o - %s | FileCheck %s
2008-07-17-Fdiv.ll 1 ; RUN: llc -mtriple=arm-eabi %s -o /dev/null
DbgValueOtherTargets.test 1 RUN: llc -O0 -mtriple=arm-eabi -asm-verbose %S/../Inputs/DbgValueOtherTargets.ll -o - | FileCheck %S/../Inputs/DbgValueOtherTargets.ll
ret_arg2.ll 1 ; RUN: llc -mtriple=arm-eabi %s -o /dev/null
ret_arg3.ll 1 ; RUN: llc -mtriple=arm-eabi %s -o /dev/null
ret_arg4.ll 1 ; RUN: llc -mtriple=arm-eabi %s -o /dev/null
ret_arg5.ll 1 ; RUN: llc -mtriple=arm-eabi %s -o /dev/null
ret_f32_arg2.ll 1 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
ret_f64_arg2.ll 1 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
ret_f64_arg_reg_split.ll 1 ; RUN: llc -mtriple=arm-eabi -mcpu=arm8 -mattr=+vfp2 %s -o /dev/null
ret_f64_arg_split.ll 1 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
ret_f64_arg_stack.ll 1 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
ret_i128_arg2.ll 1 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
ret_i64_arg2.ll 1 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
ret_i64_arg3.ll 1 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
ret_i64_arg_split.ll 1 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
  /external/clang/test/CodeGen/
builtins-arm-microsoft.c 3 // RUN: %clang_cc1 -triple armv7-eabi -emit-llvm %s -o - \
4 // RUN: | FileCheck %s -check-prefix CHECK-EABI
12 // CHECK-EABI-NOT: call void @llvm.arm.hint(i32 1)
19 // CHECK-EABI-NOT: call {{.*}} @llvm.arm.hint(i32 2)
26 // CHECK-EABI-NOT: call {{.*}} @llvm.arm.hint(i32 3)
33 // CHECK-EABI-NOT: call {{.*}} @llvm.arm.hint(i32 4)
40 // CHECK-EABI-NOT: call {{.*}} @llvm.arm.hint(i32 5)
  /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...]
DbgValueOtherTargets.test 1 RUN: llc -O0 -mtriple=thumb-eabi -asm-verbose %S/../Inputs/DbgValueOtherTargets.ll -o - | FileCheck %S/../Inputs/DbgValueOtherTargets.ll
thumb-imm.ll 1 ; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s
  /external/clang/test/Sema/
builtins-arm-strex-rettype.c 1 // RUN: %clang_cc1 -triple thumbv7m-apple-darwin-eabi -ast-dump %s | FileCheck %s

Completed in 752 milliseconds

1 2 3 4 5 6 7 8 91011>>