Searched refs:mipsel (Results 1 – 25 of 111) sorted by relevance
12345
1 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-O322 ; 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…
1 ; RUN: llc < %s -march=mipsel -mcpu=mips32 | FileCheck %s -check-prefix=322 ; RUN: llc < %s -march=mipsel -mcpu=mips32r2 | FileCheck %s -check-prefix=32R25 ; RUN: llc < %s -march=mipsel -mcpu=mips32 -enable-no-nans-fp-math | FileCheck %s -check-prefix=NO…
1 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=CHECK-PIC2 ; RUN: llc -march=mipsel -relocation-model=static < %s | FileCheck %s -check-prefix=CHECK-STATIC
1 ; RUN: llc -march=mipsel < %s | FileCheck %s -check-prefix=PIC2 ; RUN: llc -march=mipsel -relocation-model=static < %s \4 ; RUN: llc -march=mipsel -relocation-model=static < %s \
1 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-O322 ; RUN: llc -march=mipsel -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-O32
1 ; RUN: llc < %s -march=mipsel -mcpu=mips32 | FileCheck %s -check-prefix=322 ; RUN: llc < %s -march=mipsel -mcpu=mips32r2 | FileCheck %s -check-prefix=32R2
1 ; RUN: llc < %s -march=mipsel -relocation-model=static | FileCheck %s
1 ; RUN: llc -march=mipsel < %s | FileCheck %s
1 ; RUN: llc < %s -march=mipsel
1 ; RUN: llc -march=mipsel -enable-mips-delay-filler < %s | FileCheck %s
1 ; RUN: llc < %s -march=mipsel | FileCheck %s
1 ; RUN: llc < %s -march=mipsel -mcpu=mips32 | FileCheck %s
1 ; 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
1 ; RUN: llc < %s -march=mipsel -mips-fix-global-base-reg=false | FileCheck %s
1 ; RUN: llc < %s -march=mipsel -mcpu=mips32r2 | FileCheck %s -check-prefix=MIPS32
26 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()
22 RegisterTarget<Triple::mipsel, in LLVMInitializeMipsTargetInfo()