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

1 2 3 4 5 6 7

  /external/chromium_org/build/linux/
python_arch.sh 27 echo mipsel
  /external/llvm/lib/Target/Mips/TargetInfo/
MipsTargetInfo.cpp 22 RegisterTarget<Triple::mipsel,
23 /*HasJIT=*/true> Y(TheMipselTarget, "mipsel", "Mipsel");
  /development/build/
sdk-linux-x86.atree 32 prebuilts/sdk/tools/linux/mipsel-linux-android-ld strip build-tools/${PLATFORM_NAME}/mipsel-linux-android-ld
sdk-darwin-x86.atree 32 prebuilts/sdk/tools/darwin/mipsel-linux-android-ld strip build-tools/${PLATFORM_NAME}/mipsel-linux-android-ld
sdk-windows-x86.atree 85 rm build-tools/${PLATFORM_NAME}/mipsel-linux-android-ld
86 prebuilts/sdk/tools/windows/mipsel-linux-android-ld.exe strip build-tools/${PLATFORM_NAME}/mipsel-linux-android-ld.exe
  /ndk/build/tools/
dev-defaults.sh 76 DEFAULT_ARCH_TOOLCHAIN_NAME_mips=mipsel-linux-android
77 DEFAULT_ARCH_TOOLCHAIN_PREFIX_mips=mipsel-linux-android
204 mipsel-*-4.4.3|*-4.6) echo "$DEFAULT_BINUTILS_VERSION";;
  /ndk/toolchains/mipsel-linux-android-clang3.2/
setup.mk 16 # this file is used to prepare the NDK to build with the mipsel llvm-3.2
37 TOOLCHAIN_NAME := mipsel-linux-android-$(TOOLCHAIN_VERSION)
40 TOOLCHAIN_PREFIX := $(TOOLCHAIN_PREBUILT_ROOT)/bin/mipsel-linux-android-
49 LLVM_TRIPLE := mipsel-none-linux-android
config.mk 16 # config file for the mipsel llvm-3.2 toolchain for the Android NDK
  /ndk/toolchains/mipsel-linux-android-clang3.3/
setup.mk 16 # this file is used to prepare the NDK to build with the mipsel llvm-3.3
37 TOOLCHAIN_NAME := mipsel-linux-android-$(TOOLCHAIN_VERSION)
40 TOOLCHAIN_PREFIX := $(TOOLCHAIN_PREBUILT_ROOT)/bin/mipsel-linux-android-
49 LLVM_TRIPLE := mipsel-none-linux-android
config.mk 16 # config file for the mipsel llvm-3.3 toolchain for the Android NDK
  /build/core/
llvm_config.mk 45 RS_TRIPLE := mipsel-unknown-linux
47 -target mipsel-linux-androideabi \
49 -B$(TARGET_TOOLCHAIN_ROOT)/mipsel-linux-android/bin
52 -target mipsel-linux-androideabi \
53 -B$(TARGET_TOOLCHAIN_ROOT)/mipsel-linux-android/bin
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/llvm/test/MC/Mips/
micromips-loadstore-instructions.s 1 # RUN: llvm-mc %s -triple=mipsel -show-encoding -mattr=micromips | FileCheck %s
micromips-shift-instructions.s 1 # RUN: llvm-mc %s -triple=mipsel -show-encoding -mcpu=mips32r2 -mattr=micromips | FileCheck %s
expr1.s 1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32r2 | FileCheck %s
  /external/chromium_org/v8/tools/gyp/
mksnapshot.mipsel.host.darwin-mips.mk 7 LOCAL_MODULE_STEM := mksnapshot.mipsel
208 .PHONY: mksnapshot.mipsel
209 mksnapshot.mipsel: v8_tools_gyp_mksnapshot_mipsel_host_gyp
mksnapshot.mipsel.host.linux-mips.mk 7 LOCAL_MODULE_STEM := mksnapshot.mipsel
212 .PHONY: mksnapshot.mipsel
213 mksnapshot.mipsel: v8_tools_gyp_mksnapshot_mipsel_host_gyp
v8_nosnapshot.mipsel.host.darwin-mips.mk 207 .PHONY: v8_nosnapshot.mipsel
208 v8_nosnapshot.mipsel: v8_tools_gyp_v8_nosnapshot_mipsel_host_gyp
  /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...]
  /ndk/toolchains/mipsel-linux-android-4.6/
config.mk 16 # config file for the mipsel gcc-4.6 toolchain for the Android NDK
  /ndk/toolchains/mipsel-linux-android-4.7/
config.mk 16 # config file for the mipsel gcc-4.7 toolchain for the Android NDK
  /ndk/toolchains/mipsel-linux-android-4.8/
config.mk 16 # config file for the mipsel gcc-4.8 toolchain for the Android NDK
  /external/qemu/distrib/
build-kernel.sh 168 CROSSTOOLCHAIN=mipsel-linux-android-4.6
169 CROSSPREFIX=mipsel-linux-android-
  /ndk/toolchains/llvm-3.2/
setup.mk 70 TARGET_PREBUILT_ROOT = $(call host-prebuilt-tag,$(NDK_ROOT)/toolchains/mipsel-linux-android-$(TOOLCHAIN_VERSION))
71 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/mipsel-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
118 include $(NDK_ROOT)/toolchains/mipsel-linux-android-clang3.2/setup.mk
  /ndk/toolchains/llvm-3.3/
setup.mk 70 TARGET_PREBUILT_ROOT = $(call host-prebuilt-tag,$(NDK_ROOT)/toolchains/mipsel-linux-android-$(TOOLCHAIN_VERSION))
71 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/mipsel-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
118 include $(NDK_ROOT)/toolchains/mipsel-linux-android-clang3.3/setup.mk

Completed in 725 milliseconds

1 2 3 4 5 6 7