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

1 2 3 4 5 6 7

  /external/llvm/lib/Target/Mips/TargetInfo/
MipsTargetInfo.cpp 22 RegisterTarget<Triple::mipsel,
23 /*HasJIT=*/true> Y(TheMipselTarget, "mipsel", "Mipsel");
  /external/llvm/test/MC/Mips/
elf_eflags_nan2008.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - | \
4 # RUN: llvm-mc -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| \
elf_eflags_abicalls.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
elf_eflags_noreorder.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
elf_eflags_pic0.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
elf_eflags_pic2.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
micromips-el-fixup-data.s 1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 \
3 # RUN: llvm-objdump %t.o -triple mipsel -mattr=+micromips -d | FileCheck %s
elf_eflags_micromips.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
elf_eflags_mips16.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
elf_eflags_nanlegacy.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - | \
4 # RUN: llvm-mc -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| \
micromips-alias.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - \
micromips-diagnostic-fixup.s 1 # RUN: not llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 -arch=mips -mattr=+micromips 2>&1 -filetype=obj | FileCheck %s
mips-diagnostic-fixup.s 1 # RUN: not llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 -arch=mips 2>&1 -filetype=obj | FileCheck %s
sym-expr.s 3 # RUN: llvm-mc -triple=mipsel -show-inst-operands %s 2> %t0
llvm-mc-fixup-endianness.s 2 # RUN: llvm-mc -show-encoding -mcpu=mips32 -triple mipsel-unknown-unknown %s | FileCheck -check-prefix=LE %s
micromips-jump26.s 1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
3 # RUN: llvm-mc %s -filetype=obj -triple=mipsel-unknown-linux \
micromips-tailr.s 1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
3 # RUN: llvm-mc %s -filetype=obj -triple=mipsel-unknown-linux \
nabi-regs.s 6 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
9 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
12 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
hilo-addressing.s 4 # RUN: llvm-mc -filetype=obj -triple=mipsel-unknown-linux %s \
7 # RUN: llvm-mc -filetype=obj -triple=mipsel-unknown-linux %s \
  /frameworks/compile/mclinker/lib/Target/Mips/TargetInfo/
MipsTargetInfo.cpp 18 mcld::RegisterTarget<llvm::Triple::mipsel>
19 X1(TheMipselTarget, "mipsel");
  /build/core/clang/
TARGET_mips.mk 4 CLANG_CONFIG_mips_TARGET_TRIPLE := mipsel-linux-android
55 RS_COMPAT_TRIPLE := mipsel-linux-android
  /development/build/
sdk-linux-x86.atree 33 prebuilts/sdk/tools/linux/mipsel-linux-android-ld strip build-tools/${PLATFORM_NAME}/mipsel-linux-android-ld
sdk-darwin-x86.atree 33 prebuilts/sdk/tools/darwin/mipsel-linux-android-ld strip build-tools/${PLATFORM_NAME}/mipsel-linux-android-ld
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsEmulation.cpp 26 assert(arch == llvm::Triple::mipsel || arch == llvm::Triple::mips64el);
27 unsigned bitclass = arch == llvm::Triple::mipsel ? 32 : 64;
  /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

Completed in 418 milliseconds

1 2 3 4 5 6 7