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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/Mips/
check-noat.ll 1 ; RUN: llc -march=mipsel < %s | FileCheck %s
trap.ll 1 ; RUN: llc -march=mipsel -mcpu=mips32 < %s | FileCheck %s
init-array.ll 1 ; RUN: llc -mtriple mipsel-unknown-linux -use-init-array < %s | FileCheck %s
3 target triple = "mipsel-unknown-linux"
small-section-reserve-gp.ll 1 ; RUN: llc -mtriple=mipsel-sde-elf -march=mipsel -relocation-model=static < %s \
trap1.ll 1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=pic < %s | FileCheck %s -check-prefix=pic
br-jmp.ll 1 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=CHECK-PIC
2 ; RUN: llc -march=mipsel -relocation-model=static < %s | FileCheck %s -check-prefix=CHECK-STATIC
3 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=CHECK-PIC16
4 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=static < %s | FileCheck %s -check-prefix=CHECK-STATIC16
frem.ll 1 ; RUN: llc < %s -march=mipsel
indirectcall.ll 1 ; RUN: llc < %s -march=mipsel -relocation-model=static | FileCheck %s
null.ll 1 ; RUN: llc -march=mipsel -mcpu=mips16 < %s | FileCheck %s -check-prefix=16
stacksize.ll 1 ; RUN: llc -march=mipsel -relocation-model=static < %s | FileCheck %s
tls-alias.ll 1 ; RUN: llc -march=mipsel -relocation-model=pic -disable-mips-delay-filler < %s | FileCheck %s
addc.ll 1 ; RUN: llc < %s -march=mipsel | FileCheck %s
asm-large-immediate.ll 1 ; RUN: llc -march=mipsel < %s | FileCheck %s
dsp-vec-load-store.ll 1 ; RUN: llc -march=mipsel -mattr=+dsp < %s
frame-address.ll 1 ; RUN: llc -march=mipsel < %s | FileCheck %s
largeimm1.ll 1 ; RUN: llc -march=mipsel < %s | FileCheck %s
rdhwr-directives.ll 1 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static < %s | FileCheck %s
  /external/clang/test/Driver/
android-standalone.cpp 20 // RUN: -target mipsel-linux-android \
26 // CHECK-MIPS: "-internal-isystem" "{{.*}}/mipsel-linux-android/include/c++/4.4.3"
27 // CHECK-MIPS: "-internal-isystem" "{{.*}}/mipsel-linux-android/include/c++/4.4.3/mipsel-linux-android"
31 // CHECK-MIPS: "-L{{.*}}/lib/gcc/mipsel-linux-android/4.4.3"
32 // CHECK-MIPS: "-L{{.*}}/lib/gcc/mipsel-linux-android/4.4.3/../../../../mipsel-linux-android/lib"
36 // RUN: -target mipsel-linux-android \
42 // CHECK-MIPSR2: "-internal-isystem" "{{.*}}/mipsel-linux-android/include/c++/4.4.3"
43 // CHECK-MIPSR2: "-internal-isystem" "{{.*}}/mipsel-linux-android/include/c++/4.4.3/mipsel-linux-android
    [all...]
  /external/clang/test/CodeGen/
mips16-attr.c 1 // RUN: %clang_cc1 -triple mipsel-linux-gnu -emit-llvm -o - %s | FileCheck %s
  /external/clang/test/CodeGenCXX/
constructor-alias.cpp 1 // RUN: %clang_cc1 -emit-llvm -triple mipsel--linux-gnu -mconstructor-aliases -o - %s | FileCheck %s
mangle-valist.cpp 29 // RUN: -triple mipsel-unknown-linux \
30 // RUN: | FileCheck -check-prefix=MANGLE-MIPSEL %s
31 // CHECK-MANGLE-MIPSEL: @_ZN5test15test1EPKcPv
32 // CHECK-MANGLE-MIPSEL: @_ZN5Test25test2EPKcPv
  /external/llvm/test/MC/Mips/
elf_st_other.ll 4 ; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips %s -o - | llvm-readobj -t | FileCheck %s
mips_gprel16.ll 5 ;llc gprel16.ll -o gprel16.o -mcpu=mips32r2 -march=mipsel -filetype=obj -relocation-model=static
7 ; RUN: llc -mcpu=mips32r2 -march=mipsel -filetype=obj -relocation-model=static %s -o - \
11 target triple = "mipsel-sde--elf-gcc"
  /frameworks/compile/mclinker/tools/mcld/include/alone/Config/
Config.h.in 16 #define DEFAULT_MIPS_TRIPLE_STRING "mipsel-none-linux-gnueabi"
  /external/llvm/lib/Target/Mips/TargetInfo/
MipsTargetInfo.cpp 22 RegisterTarget<Triple::mipsel,
23 /*HasJIT=*/true> Y(TheMipselTarget, "mipsel", "Mipsel");

Completed in 298 milliseconds

1 2 3 4 5 6 7 8 91011>>