Home
last modified time | relevance | path

Searched refs:mipsel (Results 1 – 25 of 111) sorted by relevance

12345

/external/llvm/test/CodeGen/Mips/
Dglobal-address.ll1 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-O32
2 ; RUN: llc -march=mipsel -relocation-model=static -mtriple=mipsel-linux-gnu < %s | FileCheck %s -ch…
4 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n32 -relocation-model=static -mtriple=mipsel-linu…
Dfabs.ll1 ; RUN: llc < %s -march=mipsel -mcpu=mips32 | FileCheck %s -check-prefix=32
2 ; RUN: llc < %s -march=mipsel -mcpu=mips32r2 | FileCheck %s -check-prefix=32R2
5 ; RUN: llc < %s -march=mipsel -mcpu=mips32 -enable-no-nans-fp-math | FileCheck %s -check-prefix=NO…
Dbr-jmp.ll1 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=CHECK-PIC
2 ; RUN: llc -march=mipsel -relocation-model=static < %s | FileCheck %s -check-prefix=CHECK-STATIC
Dtls.ll1 ; RUN: llc -march=mipsel < %s | FileCheck %s -check-prefix=PIC
2 ; RUN: llc -march=mipsel -relocation-model=static < %s \
4 ; RUN: llc -march=mipsel -relocation-model=static < %s \
D2009-11-16-CstPoolLoad.ll1 ; 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
Dfcopysign.ll1 ; RUN: llc < %s -march=mipsel -mcpu=mips32 | FileCheck %s -check-prefix=32
2 ; RUN: llc < %s -march=mipsel -mcpu=mips32r2 | FileCheck %s -check-prefix=32R2
Dindirectcall.ll1 ; RUN: llc < %s -march=mipsel -relocation-model=static | FileCheck %s
Dframe-address.ll1 ; RUN: llc -march=mipsel < %s | FileCheck %s
Dfrem.ll1 ; RUN: llc < %s -march=mipsel
Dbrdelayslot.ll1 ; RUN: llc -march=mipsel -enable-mips-delay-filler < %s | FileCheck %s
Dlargeimm1.ll1 ; RUN: llc -march=mipsel < %s | FileCheck %s
Daddc.ll1 ; RUN: llc < %s -march=mipsel | FileCheck %s
Dblockaddr.ll1 ; 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
Dcprestore.ll1 ; RUN: llc -march=mipsel < %s | FileCheck %s
Dfneg.ll1 ; RUN: llc < %s -march=mipsel -mcpu=mips32 | FileCheck %s
Dswzero.ll1 ; RUN: llc -march=mipsel < %s | FileCheck %s
Dfmadd1.ll1 ; RUN: llc < %s -march=mipsel -mcpu=mips32r2 -enable-no-nans-fp-math | FileCheck %s -check-prefix=3…
3 ; RUN: llc < %s -march=mipsel -mcpu=mips32r2 | FileCheck %s -check-prefix=32R2NAN
Dbuildpairextractelementf64.ll1 ; RUN: llc < %s -march=mipsel | FileCheck %s
Dimm.ll1 ; RUN: llc -march=mipsel < %s | FileCheck %s
Dinlineasmmemop.ll1 ; RUN: llc -march=mipsel < %s | FileCheck %s
Dglobal-pointer-reg.ll1 ; RUN: llc < %s -march=mipsel -mips-fix-global-base-reg=false | FileCheck %s
Dbswap.ll1 ; RUN: llc < %s -march=mipsel -mcpu=mips32r2 | FileCheck %s -check-prefix=MIPS32
Dzeroreg.ll1 ; RUN: llc < %s -march=mipsel | FileCheck %s
/external/llvm/lib/Support/
DTriple.cpp26 case mipsel: return "mipsel"; in getArchTypeName()
146 .Case("mipsel", mipsel) in getArchTypeForLLVMName()
243 .Cases("mipsel", "mipsallegrexel", Triple::mipsel) in parseArch()
654 case llvm::Triple::mipsel: in getArchPointerBitWidth()
703 case Triple::mipsel: in get32BitArchVariant()
716 case Triple::mips64el: T.setArch(Triple::mipsel); break; in get32BitArchVariant()
753 case Triple::mipsel: T.setArch(Triple::mips64el); break; in get64BitArchVariant()
/external/llvm/lib/Target/Mips/TargetInfo/
DMipsTargetInfo.cpp22 RegisterTarget<Triple::mipsel, in LLVMInitializeMipsTargetInfo()

12345