Searched refs:mips32r5 (Results 1 – 25 of 43) sorted by relevance
12
1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r5 | \4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r5 -filetype=obj -o - | \
4 # RUN: -mcpu=mips32r5 2>%t1
24 .set mips32r5 define60 # CHECK: .set mips32r5
23 .set arch=mips32r5
7 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32r5 -show-encoding 2> %t1
28 .set mips32r5 define
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r5 -show-encoding | FileCheck %s -check-prefix=CHECK-32R
34 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r5 %s -o -| llvm-readobj -h |…39 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r5 -mattr=+nan2008 %s -o -| l…
1 # RUN: llvm-mc %s -triple=mips-unknown-linux -disassemble -mcpu=mips32r5 | FileCheck %s
7 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r5 2>%t1
5 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r5 -mattr=+eva | FileCheck …
8 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r5 2>%t1
5 ; RUN: llc < %s -march=mips -mcpu=mips32r5 | FileCheck %s -check-prefixes=ALL,GP32
6 ; RUN: llc -march=mips -mcpu=mips32r5 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-…
9 ; RUN: llc < %s -march=mips -mcpu=mips32r5 -relocation-model=pic | FileCheck %s \
7 ; RUN: llc < %s -march=mips -mcpu=mips32r5 | FileCheck %s \
9 ; RUN: llc < %s -march=mips -mcpu=mips32r5 | FileCheck %s \
7 ; RUN: llc -march=mips -mcpu=mips32r5 -relocation-model=pic -enable-mips-tail-calls < %s | FileCh…
130 def FeatureMips32r5 : SubtargetFeature<"mips32r5", "MipsArchVersion",198 def : Proc<"mips32r5", [FeatureMips32r5]>;
3 # RUN: llvm-mc --disassemble %s -triple=mips64-unknown-linux -mcpu=mips32r5 -mattr=eva | FileCheck …