HomeSort by relevance Sort by last modified time
    Searched refs:mipsel (Results 51 - 75 of 174) sorted by null

1 23 4 5 6 7

  /external/llvm/test/MC/Mips/
micromips-trap-instructions.s 1 # RUN: llvm-mc %s -triple=mipsel -show-encoding -mattr=micromips \
mips-memory-instructions.s 1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32r2 | FileCheck %s
micromips-relocations.s 1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
3 # RUN: llvm-mc %s -filetype=obj -triple=mipsel-unknown-linux \
micromips-control-instructions.s 1 # RUN: llvm-mc %s -triple=mipsel -show-encoding -mcpu=mips32r2 -mattr=micromips \
micromips-expansions.s 1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
mips-expansions.s 1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32r2 | FileCheck %s
mips-relocations.s 1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32r2 | FileCheck %s
micromips-branch-instructions.s 1 # RUN: llvm-mc %s -triple=mipsel -show-encoding -mattr=micromips \
nacl-mask.s 1 # RUN: llvm-mc -filetype=obj -triple=mipsel-unknown-nacl %s \
2 # RUN: | llvm-objdump -triple mipsel -disassemble -no-show-raw-insn - \
  /external/oprofile/
common.mk 43 toolchain := prebuilts/gcc/$(HOST_PREBUILT_TAG)/mips/mipsel-linux-android-4.6
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 66 else if (Arch == Triple::mipsel || Arch == Triple::mips)
  /frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp 175 case llvm::Triple::mipsel:
  /ndk/build/core/
setup-abi.mk 77 RS_TRIPLE := mipsel-unknown-linux
  /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.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
  /ndk/toolchains/llvm-3.3/
setup.mk 87 TARGET_PREBUILT_ROOT = $(call host-prebuilt-tag,$(NDK_ROOT)/toolchains/mipsel-linux-android-$(TOOLCHAIN_VERSION))
88 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/mipsel-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
146 include $(NDK_ROOT)/toolchains/mipsel-linux-android-clang3.3/setup.mk
  /ndk/build/tools/
prebuilt-common.sh 1068 mipsel*)
1072 ABI_CONFIGURE_TARGET="mipsel-linux-android"
    [all...]
  /ndk/toolchains/llvm-3.4/
setup.mk 87 TARGET_PREBUILT_ROOT = $(call host-prebuilt-tag,$(NDK_ROOT)/toolchains/mipsel-linux-android-$(TOOLCHAIN_VERSION))
88 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/mipsel-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
187 include $(NDK_ROOT)/toolchains/mipsel-linux-android-clang3.4/setup.mk
  /external/jpeg/
config.sub 157 | mips64 | mipsel | mips64el | mips64orion | mips64orionel \
182 | sparc64-* | mips64-* | mipsel-* \
397 mipsel*-linux*)
398 basic_machine=mipsel-unknown
  /external/qemu/distrib/
build-kernel.sh 229 CROSSPREFIX=mipsel-linux-android-
  /external/qemu/distrib/jpeg-6b/
config.sub 157 | mips64 | mipsel | mips64el | mips64orion | mips64orionel \
182 | sparc64-* | mips64-* | mipsel-* \
397 mipsel*-linux*)
398 basic_machine=mipsel-unknown
  /external/llvm/include/llvm/ADT/
Triple.h 57 mipsel, // MIPSEL: mipsel, mipsallegrexel enumerator in enum:llvm::Triple::ArchType
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 50 TheTriple.getArch() == Triple::mipsel)
  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 65 if (TT.getArch() == Triple::mips || TT.getArch() == Triple::mipsel)

Completed in 3254 milliseconds

1 23 4 5 6 7