OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mipsel
(Results
1 - 25
of
882
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
elf_eflags.s
4
# RUN: llvm-mc -filetype=obj -triple
mipsel
-unknown-linux -mcpu=mips64r6 %s -o -| llvm-readobj -h | FileCheck --check-prefix=
MIPSEL
-MIPS64R6 %s
5
#
MIPSEL
-MIPS64R6: Flags [ (0xA0000406)
7
# RUN: llvm-mc -filetype=obj -triple
mipsel
-unknown-linux -mcpu=mips64r6 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=
MIPSEL
-MIPS64R6-NAN2008 %s
8
#
MIPSEL
-MIPS64R6-NAN2008: Flags [ (0xA0000406)
10
# RUN: llvm-mc -filetype=obj -triple
mipsel
-unknown-linux -mcpu=mips64r2 %s -o -| llvm-readobj -h | FileCheck --check-prefix=
MIPSEL
-MIPS64R2 %s
11
# RUN: llvm-mc -filetype=obj -triple
mipsel
-unknown-linux -mcpu=mips64r3 %s -o -| llvm-readobj -h | FileCheck --check-prefix=
MIPSEL
-MIPS64R2 %
[
all
...]
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 -| \
/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/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
-mcpu=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=pic
helloworld.ll
1
; RUN: llc -mtriple=
mipsel
-linux-gnu -march=
mipsel
-mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=C1
2
; RUN: llc -mtriple=
mipsel
-linux-gnu -march=
mipsel
-mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=C2
3
; RUN: llc -mtriple=
mipsel
-linux-gnu -march=
mipsel
-mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=PE
4
; RUN: llc -mtriple=
mipsel
-linux-gnu -march=
mipsel
-mcpu=mips16 -relocation-model=static -O3 < %s | FileCheck %s -check-prefix=ST1
5
; RUN: llc -mtriple=
mipsel
-linux-gnu -march=
mipsel
-mcpu=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
-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
fixdfsf.ll
1
; RUN: llc -mtriple=
mipsel
-linux-gnu -march=
mipsel
-mcpu=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=pic1
2
; RUN: llc -mtriple=
mipsel
-linux-gnu -march=
mipsel
-mcpu=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=pic2
frem.ll
1
; RUN: llc < %s -march=
mipsel
indirectcall.ll
1
; RUN: llc < %s -march=
mipsel
-relocation-model=static | FileCheck %s
micromips-compact-jump.ll
1
; RUN: llc -march=
mipsel
-mcpu=mips32r2 -mattr=+micromips \
/ndk/tests/build/issue17144-byteswap/
BROKEN_BUILD
1
# Note that "clang -target
mipsel
-none-linux-android" doesn't define
/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 < %s | FileCheck %s
2
; RUN: not llc -march=
mipsel
-mcpu=mips64r6 -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
191
ELF-
MIPSEL
: FileHeader:
192
ELF-
MIPSEL
-NEXT: Class: ELFCLASS32
193
ELF-
MIPSEL
-NEXT: Data: ELFDATA2LSB
194
ELF-
MIPSEL
-NEXT: OSABI: ELFOSABI_GNU
195
ELF-
MIPSEL
-NEXT: Type: ET_REL
196
ELF-
MIPSEL
-NEXT: Machine: EM_MIPS
197
ELF-
MIPSEL
-NEXT: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI_O32, EF_MIPS_ARCH_32 ]
198
ELF-
MIPSEL
-NEXT: Sections
[
all
...]
/external/llvm/test/CodeGen/Mips/Fast-ISel/
nullvoid.ll
1
; RUN: llc -march=
mipsel
-relocation-model=pic -O0 -mips-fast-isel -fast-isel-abort=1 -mcpu=mips32r2 \
3
; RUN: llc -march=
mipsel
-relocation-model=pic -O0 -mips-fast-isel -fast-isel-abort=1 -mcpu=mips32 \
/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 117 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>