Home
last modified time | relevance | path

Searched refs:mips64 (Results 1 – 25 of 144) sorted by relevance

123456

/external/llvm/test/CodeGen/Mips/
D2010-07-20-Switch.ll5 ; RUN: llc < %s -march=mips64 -relocation-model=pic -mcpu=mips64 | \
7 ; RUN: llc < %s -march=mips64 -relocation-model=static -mcpu=mips64 | \
Dmips64load-store-left-right.ll1 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 < %s | FileCheck -check-prefix=EL %s
2 ; RUN: llc -march=mips64 -mcpu=mips64 -mattr=n64 < %s | FileCheck -check-prefix=EB %s
Dconst-mult.ll2 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s -check-prefix=CHECK
3 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s -check-prefix=CHECK64
Dmips64fpldst.ll1 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s -check-prefix=CHECK-N64
2 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n32 | FileCheck %s -check-prefix=CHECK-N32
Dmips64fpimm0.ll1 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
Dmips64directive.ll1 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
Dmips64lea.ll1 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s
D2008-07-16-SignExtInReg.ll2 ; RUN: llc < %s -march=mips64 -mcpu=mips64r2 | FileCheck %s
Dmips64countleading.ll1 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s
Dmips64ext.ll1 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
Dblez_bgez.ll2 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s
Dlongbranch.ll2 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 -force-mips-long-branch < %s | FileCheck %s -ch…
Doptimize-fp-math.ll2 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s -check-prefix=64
Dmips64imm.ll1 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s
Dremat-immed-load.ll2 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 < %s | FileCheck %s -check-prefix=64
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCAsmInfo.cpp24 (TheTriple.getArch() == Triple::mips64)) in MipsMCAsmInfo()
28 (TheTriple.getArch() == Triple::mips64)) { in MipsMCAsmInfo()
/external/llvm/test/MC/Mips/
Ddo_switch.ll9 ; RUN: llc < %s -filetype=obj -march=mips64 -relocation-model=pic -mcpu=mips64 -mattr=n64
Dmips-coprocessor-encodings.s1 # RUN: llvm-mc %s -triple=mips64-unknown-freebsd -show-encoding \
Dabicalls.ll10 ; RUN: llc -filetype=asm -mtriple mips64el-unknown-linux -mcpu=mips64 -relocation-model=static %s -…
Delf-N64.ll1 ; RUN: llc -filetype=obj -march=mips64el -mcpu=mips64 -disable-mips-delay-filler %s -o - | llvm-rea…
Delf_eflags.ll26 ; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips64 -relocation-model=static %s -o …
27 ; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips64 %s -o - | llvm-readobj -h | Fil…
Dhigher_highest.ll1 ; DISABLE: llc -march=mips64el -mcpu=mips64 -mattr=n64 -force-mips-long-branch -filetype=obj < %s …
/external/llvm/lib/Support/
DTriple.cpp27 case mips64: return "mips64"; in getArchTypeName()
69 case mips64: in getArchTypePrefix()
167 .Case("mips64", mips64) in getArchTypeForLLVMName()
238 .Cases("mips64", "mips64eb", Triple::mips64) in parseArch()
694 case llvm::Triple::mips64: in getArchPointerBitWidth()
749 case Triple::mips64: T.setArch(Triple::mips); break; in get32BitArchVariant()
778 case Triple::mips64: in get64BitArchVariant()
789 case Triple::mips: T.setArch(Triple::mips64); break; in get64BitArchVariant()
/external/llvm/lib/Target/Mips/TargetInfo/
DMipsTargetInfo.cpp25 RegisterTarget<Triple::mips64, in LLVMInitializeMipsTargetInfo()
/external/llvm/lib/Target/Mips/
DMips.td66 def FeatureMips64 : SubtargetFeature<"mips64", "MipsArchVersion",
93 def : Proc<"mips64", [FeatureMips64]>;

123456