HomeSort by relevance Sort by last modified time
    Searched full:mipsel (Results 226 - 250 of 556) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/Mips/
nabi-regs.s 7 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
  /ndk/toolchains/mipsel-linux-android-4.6/
setup.mk 16 # this file is used to prepare the NDK to build with the mipsel gcc-4.6
  /ndk/toolchains/mipsel-linux-android-4.7/
setup.mk 16 # this file is used to prepare the NDK to build with the mipsel gcc-4.7
  /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
  /external/llvm/lib/Support/
Triple.cpp 26 case mipsel: return "mipsel";
68 case mipsel:
166 .Case("mipsel", mipsel)
237 .Cases("mipsel", "mipsallegrexel", Triple::mipsel)
681 case llvm::Triple::mipsel:
737 case Triple::mipsel:
750 case Triple::mips64el: T.setArch(Triple::mipsel); break
    [all...]
  /build/core/
dumpvar.mk 32 ifneq ($(wildcard $(PWD)/prebuilts/gcc/$(HOST_PREBUILT_TAG)/mips/mipsel-linux-android-$(TARGET_GCC_VERSION)/bin),)
34 ABP:=$(ABP):$(PWD)/prebuilts/gcc/$(HOST_PREBUILT_TAG)/mips/mipsel-linux-android-$(TARGET_GCC_VERSION)/bin
  /external/chromium_org/v8/tools/gyp/
v8_nosnapshot.mipsel.host.darwin-mips.mk 205 .PHONY: v8_nosnapshot.mipsel
206 v8_nosnapshot.mipsel: v8_tools_gyp_v8_nosnapshot_mipsel_host_gyp
v8_nosnapshot.mipsel.host.linux-mips.mk 209 .PHONY: v8_nosnapshot.mipsel
210 v8_nosnapshot.mipsel: v8_tools_gyp_v8_nosnapshot_mipsel_host_gyp
  /external/libvpx/libvpx/
README 118 will likely work as well. For instance, to build using the mipsel-linux-uclibc
122 $ CROSS=mipsel-linux-uclibc- ../libvpx/configure
  /external/llvm/test/CodeGen/Mips/
blockaddr.ll 1 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-O32
2 ; RUN: llc -march=mipsel -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-O32
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
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
eh-return32.ll 1 ; RUN: llc -march=mipsel -mcpu=mips32 < %s | FileCheck %s
fp-indexed-ls.ll 1 ; RUN: llc -march=mipsel -mcpu=mips32r2 < %s | FileCheck %s
inlineasm_constraint.ll 1 ; RUN: llc -march=mipsel < %s | FileCheck %s
jtstat.ll 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=static < %s | FileCheck %s -check-prefix=CHECK-STATIC16
  /external/wpa_supplicant_8/wpa_supplicant/
android.config 26 #CC=mipsel-uclibc-gcc
27 #CC=/opt/brcm/hndtools-mipsel-uclibc/bin/mipsel-uclibc-gcc
30 #LIBS += -L/opt/brcm/hndtools-mipsel-uclibc-0.9.19/lib -lssl
34 #CC=mipsel-uclibc-gcc
35 #CC=/opt/brcm/hndtools-mipsel-uclibc/bin/mipsel-uclibc-gcc
defconfig 26 #CC=mipsel-uclibc-gcc
27 #CC=/opt/brcm/hndtools-mipsel-uclibc/bin/mipsel-uclibc-gcc
30 #LIBS += -L/opt/brcm/hndtools-mipsel-uclibc-0.9.19/lib -lssl
34 #CC=mipsel-uclibc-gcc
35 #CC=/opt/brcm/hndtools-mipsel-uclibc/bin/mipsel-uclibc-gcc
  /external/chromium_org/chrome/common/omaha_query_params/
omaha_query_params.cc 43 "mipsel";
  /external/clang/test/CodeGen/
mips64-padding-arg.c 1 // RUN: %clang -target mipsel-unknown-linux -O3 -S -o - -emit-llvm %s | FileCheck %s -check-prefix=O32
  /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/clang/test/Driver/
constructors.c 41 // RUN: -target mipsel-unknown-linux-android \
  /external/llvm/include/llvm/Config/
llvm-platform-config.h 72 #define LLVM_HOST_TRIPLE "mipsel-unknown-linux-gnu"

Completed in 290 milliseconds

1 2 3 4 5 6 7 8 91011>>