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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Driver/
mips-reduced-toolchain.cpp 19 // RUN: --target=mipsel-linux-gnu \
22 // RUN: | FileCheck --check-prefix=CHECK-DEBIAN-MIPSEL %s
23 // CHECK-DEBIAN-MIPSEL: "{{.*}}ld{{(.exe)?}}" "--sysroot=[[SYSROOT:[^"]+]]"
24 // CHECK-DEBIAN-MIPSEL: "{{.*}}/usr/lib/gcc/mipsel-linux-gnu/4.7{{/|\\\\}}crtbegin.o"
25 // CHECK-DEBIAN-MIPSEL: "-L[[SYSROOT]]/usr/lib/gcc/mipsel-linux-gnu/4.7"
26 // CHECK-DEBIAN-MIPSEL: "-L[[SYSROOT]]/usr/lib/gcc/mipsel-linux-gnu/4.7/../../../mipsel-linux-gnu
    [all...]
mipsel-nacl-defines.cpp 1 // RUN: %clang -target mipsel-unknown-nacl -### %s -emit-llvm-only -c -o %t.o 2>&1 | FileCheck %s -check-prefix=ECHO
2 // RUN: %clang -target mipsel-unknown-nacl %s -emit-llvm -S -c -o - | FileCheck %s
3 // RUN: %clang -target mipsel-unknown-nacl %s -emit-llvm -S -c -pthread -o - | FileCheck %s -check-prefix=THREADS
5 // ECHO: {{.*}} "-cc1" {{.*}}mipsel-nacl-defines.c
  /external/llvm/test/MC/Mips/
unaligned-nops.s 1 # RUN: llvm-mc -filetype=obj -triple=mipsel %s -o %t
double-expand.s 1 # RUN: llvm-mc -triple=mipsel-unknown-linux < %s | FileCheck %s
2 # RUN: llvm-mc -triple=mipsel-unknown-linux < %s | \
3 # RUN: llvm-mc -triple=mipsel-unknown-linux | FileCheck %s
init-order-bug.ll 1 ; RUN: llc -mtriple=mipsel-linux-gnu -relocation-model=pic -filetype=asm < %s | \
2 ; RUN: llvm-mc -triple=mipsel-linux-gnu --position-independent -filetype=obj | \
4 ; RUN: llc -mtriple=mipsel-linux-gnu -relocation-model=pic -filetype=obj < %s | \
elf_eflags_nan2008.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 -| \
  /system/core/libpixelflinger/tests/arch-mips/
Android.mk 4 ifeq ($(TARGET_ARCH),mipsel)
  /build/make/core/clang/
TARGET_mips.mk 3 RS_COMPAT_TRIPLE := mipsel-linux-android
5 $(clang_2nd_arch_prefix)TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-mipsel-android.a
  /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 < %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 -mattr=+noabicalls -mgpopt < %s \
trap1.ll 1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=pic
helloworld.ll 1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=C1
2 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=C2
3 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=PE
4 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=static -O3 < %s | FileCheck %s -check-prefix=ST1
5 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=static -O3 < %s | FileCheck %s -check-prefix=ST
    [all...]
stack-alignment.ll 1 ; RUN: llc -march=mipsel < %s | FileCheck %s -check-prefix=32
2 ; RUN: llc -march=mipsel -mattr=+fp64 < %s | FileCheck %s -check-prefix=32
abiflags-xx.ll 1 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 -mattr=fpxx %s -o - | FileCheck %s
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 -mattr=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=CHECK-PIC16
4 ; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=static < %s | FileCheck %s -check-prefix=CHECK-STATIC16
fixdfsf.ll 1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=pic1
2 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=pic2
frem.ll 1 ; RUN: llc < %s -march=mipsel
  /external/llvm/test/CodeGen/Mips/mips32r6/
compatibility.ll 1 ; RUN: llc -march=mipsel -mcpu=mips32r6 < %s | FileCheck %s
2 ; RUN: not llc -march=mipsel -mcpu=mips32r6 -mattr=+dsp < %s 2>&1 | FileCheck --check-prefix=DSP %s
  /external/llvm/test/CodeGen/Mips/mips64r6/
compatibility.ll 1 ; RUN: llc -march=mipsel -mcpu=mips64r6 -target-abi n64 < %s | FileCheck %s
2 ; RUN: not llc -march=mipsel -mcpu=mips64r6 -target-abi n64 -mattr=+dsp < %s 2>&1 | FileCheck --check-prefix=DSP %s
  /external/llvm/test/Object/
obj2yaml.test 3 RUN: obj2yaml %p/Inputs/trivial-object-test.elf-mipsel | FileCheck %s --check-prefix ELF-MIPSEL
192 ELF-MIPSEL: FileHeader:
193 ELF-MIPSEL-NEXT: Class: ELFCLASS32
194 ELF-MIPSEL-NEXT: Data: ELFDATA2LSB
195 ELF-MIPSEL-NEXT: OSABI: ELFOSABI_GNU
196 ELF-MIPSEL-NEXT: Type: ET_REL
197 ELF-MIPSEL-NEXT: Machine: EM_MIPS
198 ELF-MIPSEL-NEXT: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI_O32, EF_MIPS_ARCH_32 ]
199 ELF-MIPSEL-NEXT: Sections
    [all...]
  /external/llvm/test/CodeGen/Mips/Fast-ISel/
nullvoid.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/tools/llvm-readobj/Inputs/
dynamic-table.c 1 // clang -target mipsel-linux-gnu -shared -fPIC -lc dynamic-table.c \
3 // clang -target mipsel-linux-gnu -lc dynamic-table.c \
  /external/clang/test/CodeGen/
builtin-nan-legacy.c 1 // RUN: %clang -target mipsel-unknown-linux -mnan=legacy -emit-llvm -S %s -o - | FileCheck %s

Completed in 922 milliseconds

1 2 3 4 5 6 7 8 91011>>