OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mipsel
(Results
326 - 350
of
882
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/test/CodeGen/Mips/
llcarry.ll
1
; RUN: llc -march=
mipsel
-mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
longbranch.ll
1
; RUN: llc -march=
mipsel
< %s | FileCheck %s
2
; RUN: llc -march=
mipsel
-force-mips-long-branch -O3 < %s \
8
; RUN: llc -march=
mipsel
-mcpu=mips32r2 -mattr=micromips \
10
; RUN: llc -mtriple=
mipsel
-none-nacl -force-mips-long-branch -O3 < %s \
micromips-delay-slot-jr.ll
1
; RUN: llc -march=
mipsel
-mcpu=mips32r2 -mattr=+micromips \
mips16_32_10.ll
1
; RUN: llc -march=
mipsel
-mcpu=mips16 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileCheck %s -check-prefix=16
mips16_32_9.ll
1
; RUN: llc -march=
mipsel
-mcpu=mips32 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileCheck %s -check-prefix=32
mno-ldc1-sdc1.ll
2
; RUN: llc -march=
mipsel
-mcpu=mips32 < %s | \
4
; RUN: llc -march=
mipsel
-mcpu=mips32r2 < %s | \
6
; RUN: llc -march=
mipsel
-mcpu=mips32r6 < %s | \
10
; RUN: llc -march=
mipsel
-relocation-model=pic -mno-ldc1-sdc1 \
14
; RUN: llc -march=
mipsel
-relocation-model=pic -mno-ldc1-sdc1 \
18
; RUN: llc -march=
mipsel
-relocation-model=pic -mno-ldc1-sdc1 \
38
; RUN: llc -march=
mipsel
-relocation-model=static -mno-ldc1-sdc1 \
42
; RUN: llc -march=
mipsel
-relocation-model=static -mno-ldc1-sdc1 \
46
; RUN: llc -march=
mipsel
-relocation-model=static -mno-ldc1-sdc1 \
sint-fp-store_pattern.ll
1
; RUN: llc -march=
mipsel
< %s | FileCheck %s -check-prefix=32
spill-copy-acreg.ll
1
; RUN: llc -march=
mipsel
-mattr=+dsp < %s
stchar.ll
1
; RUN: llc -march=
mipsel
-mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16_h
2
; RUN: llc -march=
mipsel
-mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16_b
/external/llvm/test/CodeGen/Mips/msa/
2rf_tq.ll
5
; RUN: llc -march=
mipsel
-mattr=+msa,+fp64 < %s | FileCheck %s
3rf_float_int.ll
5
; RUN: llc -march=
mipsel
-mattr=+msa,+fp64 < %s | FileCheck %s
vecs10.ll
4
; RUN: llc -march=
mipsel
-mattr=+msa,+fp64 < %s | FileCheck %s
/external/llvm/test/MC/Mips/
elf_basic.s
4
// RUN: llvm-mc -filetype=obj -triple
mipsel
-unknown-linux %s -o - | llvm-readobj -h | FileCheck -check-prefix=CHECK-LE32 %s
mips_gprel16.s
6
// RUN: llvm-mc -mcpu=mips32r2 -triple=
mipsel
-pc-linux -filetype=obj -relocation-model=static %s -o - \
set-arch.s
1
# RUN: llvm-mc %s -triple=
mipsel
-unknown-linux -show-encoding -mcpu=mips32 | \
set-mips-directives-bad.s
1
# RUN: not llvm-mc %s -triple=
mipsel
-unknown-linux -mcpu=mips1 2>%t1
set-mips-directives.s
1
# RUN: llvm-mc %s -triple=
mipsel
-unknown-linux -mcpu=mips1 | \
xgot.s
1
// RUN: llvm-mc -filetype=obj -triple
mipsel
-unknown-linux %s -o - | llvm-readobj -r | FileCheck %s
/external/v8/build/
detect_v8_host_arch.py
57
host_arch = '
mipsel
'
/ndk/toolchains/mipsel-linux-android-4.8/
setup.mk
16
# this file is used to prepare the NDK to build with the
mipsel
gcc-4.8
/ndk/toolchains/mipsel-linux-android-4.9/
setup.mk
16
# this file is used to prepare the NDK to build with the
mipsel
gcc-4.9
/external/clang/test/Driver/
frame-pointer.c
21
// RUN: %clang -target
mipsel
-linux-gnu -### -S -O0 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK0-32 %s
22
// RUN: %clang -target
mipsel
-linux-gnu -### -S -O1 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK1-32 %s
/external/libvpx/libvpx/
README
122
will likely work as well. For instance, to build using the
mipsel
-linux-uclibc
126
$ CROSS=
mipsel
-linux-uclibc- ../libvpx/configure
/external/llvm/test/CodeGen/Mips/cconv/
callee-saved-fpxx.ll
2
; RUN: llc -march=
mipsel
-mattr=+o32,+fpxx < %s | FileCheck --check-prefix=ALL --check-prefix=O32-FPXX %s
4
; RUN: llc -march=
mipsel
-mattr=+o32,+fpxx < %s | FileCheck --check-prefix=ALL --check-prefix=O32-FPXX-INV %s
return-hard-float.ll
2
; RUN: llc -mtriple=
mipsel
-linux-gnu -relocation-model=static < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
14
; RUN: llc -mtriple=
mipsel
-linux-gnu -relocation-model=static -mattr=+o32,+fp64 < %s | FileCheck --check-prefix=ALL --check-prefix=032FP64 %s
Completed in 1905 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>