HomeSort by relevance Sort by last modified time
    Searched full:mipsel (Results 76 - 100 of 1367) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/Mips/
elf_eflags.ll 19 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE32 %s
20 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32 %s -o - | FileCheck -check-prefix=CHECK-LE32_PIC %s
21 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE32R2 %s
22 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 %s -o - | FileCheck -check-prefix=CHECK-LE32R2_PIC %s
23 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE32R2-MICROMIPS %s
24 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips %s -o - | FileCheck -check-prefix=CHECK-LE32R2-MICROMIPS_PIC %s
26 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips4 -target-abi n64 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE64 %s
27 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips4 -target-abi n64 %s -o - | FileCheck -check-prefix=CHECK-LE64_PIC %s
29 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE64 %s
30 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 %s -o - | FileCheck -check-prefix=CHECK-LE64_PIC %
    [all...]
2008-07-16-SignExtInReg.ll 3 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips32r2 -mattr=+mips16 < %s | FileCheck %s
micromips-directives.ll 4 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips %s -o - | \
6 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=-micromips %s -o - | \
mips16_32_1.ll 1 ; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s -mips-mixed-16-32 | FileCheck %s
2 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=pic -O3 < %s -mips-mixed-16-32 | FileCheck %s
tail16.ll 1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -mattr=+soft-float -mips16-hard-float -relocation-model=pic < %s | FileCheck %s
addc.ll 1 ; RUN: llc < %s -march=mipsel | FileCheck %s
asm-large-immediate.ll 1 ; RUN: llc -march=mipsel -no-integrated-as < %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
interrupt-attr-64-error.ll 1 ; RUN: not llc -mcpu=mips64r6 -march=mipsel -target-abi n64 -relocation-model=static < %s 2>%t
micromips-rdhwr-directives.ll 1 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static < %s \
rdhwr-directives.ll 1 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static < %s | FileCheck %s
  /external/llvm/test/CodeGen/Mips/Fast-ISel/
constexpr-address.ll 1 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=pic \
3 ; RUN: llc -march=mipsel -mcpu=mips32r2 -relocation-model=pic \
mul1.ll 1 ; RUN: llc < %s -march=mipsel -mcpu=mips32 -O0 -relocation-model=pic
2 ; RUN: llc < %s -march=mipsel -mcpu=mips32r2 -O0 -relocation-model=pic
simplestore.ll 1 ; RUN: llc -march=mipsel -relocation-model=pic -O0 -fast-isel-abort=1 -mcpu=mips32r2 \
3 ; RUN: llc -march=mipsel -relocation-model=pic -O0 -fast-isel-abort=1 -mcpu=mips32 \
  /external/llvm/test/MC/Mips/
elf_eflags_micromips.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 \
4 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - \
elf_eflags_nanlegacy.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - | \
4 # RUN: llvm-mc -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| \
elf_eflags_micromips2.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - \
micromips-func-addr.s 1 # RUN: llvm-mc %s -filetype=obj -triple=mipsel-unknown-linux \
  /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=CHECK-MANGLE-MIPSEL %s
31 // CHECK-MANGLE-MIPSEL: @_ZN5test15test1EPKcPv
32 // CHECK-MANGLE-MIPSEL: @_ZN5Test25test2EPKcPv
  /external/llvm/test/ExecutionEngine/MCJIT/
cross-module-sm-pic-a.ll 2 ; XFAIL: mips-, mipsel-, i686, i386
multi-module-sm-pic-a.ll 2 ; XFAIL: mips-, mipsel-, i686, i386
  /external/llvm/test/ExecutionEngine/OrcMCJIT/
cross-module-sm-pic-a.ll 2 ; XFAIL: mips-, mipsel-, i686, i386

Completed in 380 milliseconds

1 2 34 5 6 7 8 91011>>