Searched
full:mipsel (Results
351 -
375 of
882) sorted by null
<<11121314151617181920>>
/external/ltrace/ |
CREDITS | 67 D: MIPSel port 107 D: MIPSel port
|
/external/v8/test/test262/ |
test262.status | 102 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips64el', { 115 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsEmulation.cpp | 25 assert(arch == llvm::Triple::mipsel || arch == llvm::Triple::mips64el); 26 unsigned bitclass = arch == llvm::Triple::mipsel ? 32 : 64;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
README | 121 will likely work as well. For instance, to build using the mipsel-linux-uclibc 125 $ CROSS=mipsel-linux-uclibc- ../libvpx/configure
|
/external/clang/test/Driver/ |
freebsd.c | 64 // RUN: -target mipsel-unknown-freebsd10.0 \ 65 // RUN: | FileCheck --check-prefix=CHECK-MIPSEL %s 66 // CHECK-MIPSEL: "{{[^" ]*}}ld{{[^" ]*}}" 67 // CHECK-MIPSEL: "-dynamic-linker" "{{.*}}/libexec/ld-elf.so.1" 68 // CHECK-MIPSEL-NOT: "--hash-style={{gnu|both}}"
|
/external/llvm/test/CodeGen/Mips/ |
o32_cc.ll | 1 ; RUN: llc -march=mipsel < %s | FileCheck -check-prefix=ALL %s 2 ; RUN: llc -march=mipsel -mattr=+fp64 < %s | FileCheck -check-prefix=ALL %s 3 ; RUN: llc -march=mipsel -mcpu=mips32 < %s | FileCheck -check-prefix=ALL -check-prefix=NO-MFHC1 %s 4 ; RUN: llc -march=mipsel -mcpu=mips32r2 < %s | FileCheck -check-prefix=ALL -check-prefix=HAS-MFHC1 %s 5 ; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=+fp64 < %s | FileCheck -check-prefix=ALL -check-prefix=HAS-MFHC1 %s
|
fpbr.ll | 1 ; RUN: llc < %s -march=mipsel -mcpu=mips32 | FileCheck %s -check-prefix=ALL -check-prefix=FCC -check-prefix=32-FCC 2 ; RUN: llc < %s -march=mipsel -mcpu=mips32r2 | FileCheck %s -check-prefix=ALL -check-prefix=FCC -check-prefix=32-FCC 3 ; RUN: llc < %s -march=mipsel -mcpu=mips32r6 | FileCheck %s -check-prefix=ALL -check-prefix=GPR -check-prefix=32-GPR
|
tailcall.ll | 1 ; RUN: llc -march=mipsel -relocation-model=pic -enable-mips-tail-calls < %s | \ 3 ; RUN: llc -march=mipsel -relocation-model=static \ 7 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic \
|
alloca16.ll | 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
|
biggot.ll | 1 ; RUN: llc -march=mipsel -mxgot < %s | FileCheck %s -check-prefix=O32
|
const6.ll | 1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=pic -mips16-constant-islands < %s | FileCheck %s -check-prefix=load-relax 3 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=pic -mips16-constant-islands -mips-constant-islands-no-load-relaxation < %s | FileCheck %s -check-prefix=no-load-relax
|
fp16instrinsmc.ll | 1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=pic 2 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=static -mips32-function-mask=1010111 -mips-os16 < %s | FileCheck %s -check-prefix=fmask
|
fpxx.ll | 1 ; RUN: llc -march=mipsel -mcpu=mips32 < %s | FileCheck %s -check-prefix=ALL -check-prefix=32-NOFPXX 2 ; RUN: llc -march=mipsel -mcpu=mips32 -mattr=fpxx < %s | FileCheck %s -check-prefix=ALL -check-prefix=32-FPXX 4 ; RUN: llc -march=mipsel -mcpu=mips32r2 < %s | FileCheck %s -check-prefix=ALL -check-prefix=32R2-NOFPXX 5 ; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=fpxx < %s | FileCheck %s -check-prefix=ALL -check-prefix=32R2-FPXX
|
jtstat.ll | 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=static < %s | FileCheck %s -check-prefix=CHECK-STATIC16
|
/external/llvm/lib/Support/ |
Triple.cpp | 29 case mipsel: return "mipsel"; 81 case mipsel: 201 .Case("mipsel", mipsel) 306 .Cases("mipsel", "mipsallegrexel", Triple::mipsel) 449 case Triple::mipsel: 916 case llvm::Triple::mipsel: 988 case Triple::mipsel [all...] |
/external/clang/test/CodeGenCXX/ |
sizeof-unwind-exception.cpp | 5 // RUN: %clang_cc1 -triple mipsel-unknown-unknown -emit-llvm -fcxx-exceptions -fexceptions %s -O2 -o - | FileCheck %s --check-prefix=MIPS
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsABIInfo.cpp | 67 if (TT.getArch() == Triple::mips || TT.getArch() == Triple::mipsel)
|
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
retabi.ll | 1 ; RUN: llc -march=mipsel -relocation-model=pic -O0 -mips-fast-isel -fast-isel-abort=1 -mcpu=mips32r2 \
|
/external/llvm/test/CodeGen/Mips/cconv/ |
arguments-struct.ll | 2 ; RUN: llc -mtriple=mipsel-unknown-linux-gnu -relocation-model=static < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefix=O32-LE %s
|
return-float.ll | 2 ; RUN: llc -mtriple=mipsel-linux-gnu -soft-float -relocation-model=static < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
|
/external/llvm/test/CodeGen/Mips/msa/ |
2rf_fq.ll | 5 ; RUN: llc -march=mipsel -mattr=+msa,+fp64 < %s | FileCheck %s
|
3rf_exdo.ll | 5 ; RUN: llc -march=mipsel -mattr=+msa,+fp64 < %s | FileCheck %s
|
endian.ll | 2 ; RUN: llc -march=mipsel -mattr=+msa,+fp64 < %s | FileCheck -check-prefix=LITENDIAN %s
|
i10.ll | 4 ; RUN: llc -march=mipsel -mattr=+msa,+fp64 < %s | FileCheck %s
|
i5-a.ll | 5 ; RUN: llc -march=mipsel -mattr=+msa,+fp64 < %s | FileCheck %s
|
Completed in 1512 milliseconds
<<11121314151617181920>>