Searched refs:mips64 (Results 1 – 25 of 144) sorted by relevance
123456
5 ; RUN: llc < %s -march=mips64 -relocation-model=pic -mcpu=mips64 | \7 ; RUN: llc < %s -march=mips64 -relocation-model=static -mcpu=mips64 | \
1 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 < %s | FileCheck -check-prefix=EL %s2 ; RUN: llc -march=mips64 -mcpu=mips64 -mattr=n64 < %s | FileCheck -check-prefix=EB %s
2 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s -check-prefix=CHECK3 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s -check-prefix=CHECK64
1 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s -check-prefix=CHECK-N642 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n32 | FileCheck %s -check-prefix=CHECK-N32
1 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
1 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s
2 ; RUN: llc < %s -march=mips64 -mcpu=mips64r2 | FileCheck %s
2 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s
2 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 -force-mips-long-branch < %s | FileCheck %s -ch…
2 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s -check-prefix=64
2 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 < %s | FileCheck %s -check-prefix=64
24 (TheTriple.getArch() == Triple::mips64)) in MipsMCAsmInfo()28 (TheTriple.getArch() == Triple::mips64)) { in MipsMCAsmInfo()
9 ; RUN: llc < %s -filetype=obj -march=mips64 -relocation-model=pic -mcpu=mips64 -mattr=n64
1 # RUN: llvm-mc %s -triple=mips64-unknown-freebsd -show-encoding \
10 ; RUN: llc -filetype=asm -mtriple mips64el-unknown-linux -mcpu=mips64 -relocation-model=static %s -…
1 ; RUN: llc -filetype=obj -march=mips64el -mcpu=mips64 -disable-mips-delay-filler %s -o - | llvm-rea…
26 ; 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…
1 ; DISABLE: llc -march=mips64el -mcpu=mips64 -mattr=n64 -force-mips-long-branch -filetype=obj < %s …
27 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()
25 RegisterTarget<Triple::mips64, in LLVMInitializeMipsTargetInfo()
66 def FeatureMips64 : SubtargetFeature<"mips64", "MipsArchVersion",93 def : Proc<"mips64", [FeatureMips64]>;