Home
last modified time | relevance | path

Searched full:mips64 (Results 1 – 25 of 1334) sorted by relevance

12345678910>>...54

/external/llvm-project/llvm/test/CodeGen/Mips/msa/
Df16-llvm-ir.ll7 ; RUN: --check-prefixes=MIPS64-N32,MIPS64R5-N32
10 ; RUN: --check-prefixes=MIPS64-N64,MIPS64R5-N64
17 ; RUN: --check-prefixes=MIPS64-N32,MIPSR6-N32
20 ; RUN: --check-prefixes=MIPS64-N64,MIPSR6-N64
53 ; MIPS64-N32-LABEL: f3:
54 ; MIPS64-N32: # %bb.0: # %entry
55 ; MIPS64-N32-NEXT: addiu $sp, $sp, -32
56 ; MIPS64-N32-NEXT: .cfi_def_cfa_offset 32
57 ; MIPS64-N32-NEXT: sd $ra, 24($sp) # 8-byte Folded Spill
58 ; MIPS64-N32-NEXT: sd $gp, 16($sp) # 8-byte Folded Spill
[all …]
/external/llvm-project/llvm/test/CodeGen/Mips/
Dconst-mult.ll3 ; RUN: llc -mtriple=mips64el-mti-linux-gnu < %s | FileCheck %s -check-prefix=MIPS64
13 ; MIPS64-LABEL: mul5_32:
14 ; MIPS64: # %bb.0: # %entry
15 ; MIPS64-NEXT: sll $1, $4, 2
16 ; MIPS64-NEXT: jr $ra
17 ; MIPS64-NEXT: addu $2, $1, $4
32 ; MIPS64-LABEL: mul27_32:
33 ; MIPS64: # %bb.0: # %entry
34 ; MIPS64-NEXT: sll $1, $4, 2
35 ; MIPS64-NEXT: addu $1, $1, $4
[all …]
Dxray-mips-attribute-instrumentation.ll3 …lc -filetype=asm -o - -mtriple=mips64-unknown-linux-gnu < %s | FileCheck --check-prefix=CHECK --ch…
4 …ple=mips64el-unknown-linux-gnu < %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-MIPS64 %s
8 ; CHECK-MIPS64-LABEL: .Lxray_sled_0:
10 ; CHECK-MIPS64: b .Ltmp1
23 ; CHECK-MIPS64: nop
24 ; CHECK-MIPS64: nop
25 ; CHECK-MIPS64: nop
26 ; CHECK-MIPS64: nop
27 ; CHECK-MIPS64-LABEL: .Ltmp1:
32 ; CHECK-MIPS64-LABEL: .Lxray_sled_1:
[all …]
Dblez_bgez.ll5 ; RUN: llc -mtriple=mips64el-mti-linux-gnu < %s | FileCheck %s --check-prefix=MIPS64
26 ; MIPS64-LABEL: test_blez:
27 ; MIPS64: # %bb.0: # %entry
28 ; MIPS64-NEXT: sll $1, $4, 0
29 ; MIPS64-NEXT: blez $1, .LBB0_2
30 ; MIPS64-NEXT: nop
31 ; MIPS64-NEXT: # %bb.1: # %if.then
32 ; MIPS64-NEXT: daddiu $sp, $sp, -16
33 ; MIPS64-NEXT: .cfi_def_cfa_offset 16
34 ; MIPS64-NEXT: sd $ra, 8($sp) # 8-byte Folded Spill
[all …]
Docteon.ll1 ; RUN: llc -O1 < %s -march=mips64 -mcpu=octeon | FileCheck %s -check-prefixes=ALL,OCTEON
2 ; RUN: llc -O1 < %s -march=mips64 -mcpu=mips64 | FileCheck %s -check-prefixes=ALL,MIPS64
3 ; RUN: llc -O1 < %s -march=mips64 -mcpu=octeon -relocation-model=pic | FileCheck %s -check-prefixes…
10 ; MIPS64: daddu $[[T0:[0-9]+]], $4, $5
11 ; MIPS64: jr $ra
12 ; MIPS64: andi $2, $[[T0]], 255
23 ; MIPS64: dmult $4, $5
24 ; MIPS64: jr $ra
25 ; MIPS64: mflo $2
35 ; MIPS64: xor $[[T0:[0-9]+]], $4, $5
[all …]
Dmcount.ll7 ; RUN: llc -march=mips64 -verify-machineinstrs \
8 ; RUN: < %s | FileCheck %s -check-prefix=MIPS64
9 ; RUN: llc -march=mips64 -verify-machineinstrs -relocation-model=pic \
10 ; RUN: < %s | FileCheck %s -check-prefix=MIPS64-PIC
52 ; MIPS64-LABEL: foo:
53 ; MIPS64: # %bb.0: # %entry
54 ; MIPS64-NEXT: daddiu $sp, $sp, -16
55 ; MIPS64-NEXT: .cfi_def_cfa_offset 16
56 ; MIPS64-NEXT: sd $ra, 8($sp) # 8-byte Folded Spill
57 ; MIPS64-NEXT: .cfi_offset 31, -8
[all …]
Dase_warnings.ll4 ; RUN: llc -march=mips64 -mattr=+mips64r2 -mattr=+msa < %s 2>&1 | \
8 ; RUN: llc -march=mips64 -mattr=+mips64r5 -mattr=+msa < %s 2>&1 | \
14 ; RUN: llc -march=mips64 -mattr=+mips64 -mattr=+dspr2 < %s 2>&1 | \
16 ; RUN: llc -march=mips64 -mattr=+mips64r3 -mattr=+dspr2 < %s 2>&1 | \
24 ; RUN: llc -march=mips64 -mattr=+mips64 -mattr=+dsp < %s 2>&1 | \
28 ; RUN: llc -march=mips64 -mattr=+mips64r2 -mattr=+dsp < %s 2>&1 | \
34 ; RUN: llc -march=mips64 -mattr=+mips64r2 -mattr=+virt < %s 2>&1 | \
38 ; RUN: llc -march=mips64 -mattr=+mips64r5 -mattr=+virt < %s 2>&1 | \
44 ; RUN: llc -march=mips64 -mattr=+mips64r2 -mattr=+crc < %s 2>&1 | \
48 ; RUN: llc -march=mips64 -mattr=+mips64r6 -mattr=+crc < %s 2>&1 | \
[all …]
/external/llvm-project/llvm/test/CodeGen/Mips/longbranch/
Dbranch-limits-int-mips64r6.mir2 …mtriple=mips64-mti-linux-gnu %s -o - -start-before mips-delay-slot-filler -stop-after mips-branch-…
3 # RUN: llc -mtriple=mips64-mti-linux-gnu %s -o - -start-before mips-delay-slot-filler -stop-after m…
188 ; MIPS64-LABEL: name: expand_BNEZC64
189 ; MIPS64: bb.0 (%ir-block.0):
190 ; MIPS64: successors: %bb.1(0x40000000), %bb.2(0x40000000)
191 ; MIPS64: BNEZC64 killed renamable $a0_64, %bb.2, implicit-def $at
192 ; MIPS64: bb.1.iftrue:
193 ; MIPS64: INLINEASM &".space 831068", 1
194 ; MIPS64: PseudoReturn64 undef $ra_64, implicit killed $v0_64 {
195 ; MIPS64: $v0_64 = DADDiu $zero_64, 1
[all …]
Dbranch-limits-int-mips64.mir2 …mtriple=mips64-mti-linux-gnu %s -o - -start-before mips-delay-slot-filler -stop-after mips-branch-…
3 # RUN: llc -mtriple=mips64-mti-linux-gnu %s -o - -start-before mips-delay-slot-filler -stop-after m…
116 ; MIPS64-LABEL: name: expand_BEQ64
117 ; MIPS64: bb.0 (%ir-block.0):
118 ; MIPS64: successors: %bb.2(0x40000000), %bb.1(0x40000000)
119 ; MIPS64: BNE64 $a0_64, $zero_64, %bb.2, implicit-def $at {
120 ; MIPS64: NOP
121 ; MIPS64: }
122 ; MIPS64: bb.1 (%ir-block.0):
123 ; MIPS64: successors: %bb.3(0x80000000)
[all …]
/external/llvm-project/llvm/test/MC/Mips/
Dlld-expansion.s1 # RUN: llvm-mc -filetype=obj -triple mips64 -mcpu=mips64 %s -o - \
2 # RUN: | llvm-objdump -d -r - | FileCheck %s --check-prefix=MIPS64
3 # RUN: llvm-mc -filetype=obj -triple mips64 -mcpu=mips64r6 %s -o - \
7 # MIPS64: d3 a2 00 80 lld $2, 128($sp)
11 # MIPS64: d3 a2 ff 80 lld $2, -128($sp)
15 # MIPS64: d3 a2 01 00 lld $2, 256($sp)
21 # MIPS64: d3 a2 fe ff lld $2, -257($sp)
27 # MIPS64: d3 a2 7f ff lld $2, 32767($sp)
33 # MIPS64: 3c 02 00 01 lui $2, 1
34 # MIPS64-NEXT: 00 5d 10 2d daddu $2, $2, $sp
[all …]
Dscd-expansion.s1 # RUN: llvm-mc -filetype=obj -triple mips64 -mcpu=mips64 %s -o - \
2 # RUN: | llvm-objdump -d -r - | FileCheck %s --check-prefix=MIPS64
3 # RUN: llvm-mc -filetype=obj -triple mips64 -mcpu=mips64r6 %s -o - \
7 # MIPS64: f3 a2 00 80 scd $2, 128($sp)
11 # MIPS64: f3 a2 ff 80 scd $2, -128($sp)
15 # MIPS64: f3 a2 01 00 scd $2, 256($sp)
21 # MIPS64: f3 a2 fe ff scd $2, -257($sp)
27 # MIPS64: f3 a2 7f ff scd $2, 32767($sp)
33 # MIPS64: 3c 01 00 01 lui $1, 1
34 # MIPS64-NEXT: 00 3d 08 2d daddu $1, $1, $sp
[all …]
Dmacro-saad.s1 # RUN: llvm-mc -triple=mips64 -show-encoding -mcpu=octeon+ %s \
2 # RUN: | FileCheck -check-prefix=MIPS64 %s
6 # MIPS64: daddiu $1, $5, 8 # encoding: [0x64,0xa1,0x00,0x08]
7 # MIPS64-NEXT: saad $2, ($1) # encoding: [0x70,0x22,0x00,0x19]
11 # MIPS64: lui $1, %highest(foo) # encoding: [0x3c,0x01,A,A]
12 # MIPS64-NEXT: # fixup A - offset: 0, value: %highest(foo), kind: fi…
13 # MIPS64-NEXT: daddiu $1, $1, %higher(foo) # encoding: [0x64,0x21,A,A]
14 # MIPS64-NEXT: # fixup A - offset: 0, value: %higher(foo), kind: fix…
15 # MIPS64-NEXT: dsll $1, $1, 16 # encoding: [0x00,0x01,0x0c,0x38]
16 # MIPS64-NEXT: daddiu $1, $1, %hi(foo) # encoding: [0x64,0x21,A,A]
[all …]
Delf_eflags.s20 …ple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 %s -o -| llvm-readobj -h - | FileCheck --che…
21 # MIPSEL-MIPS64: Flags [ (0x60000004)
23 …el-unknown-linux -mcpu=mips64 -target-abi n64 -mattr=+nan2008 %s -o -| llvm-readobj -h - | FileChe…
24 # MIPSEL-MIPS64-NAN2008: Flags [ (0x60000404)
42 …ux -position-independent -mcpu=mips64 -target-abi n64 %s -o -| llvm-readobj -h - | FileCheck --che…
43 # MIPSEL-MIPS64-PIC: Flags [ (0x60000006)
45 …tion-independent -mcpu=mips64 -target-abi n64 -mattr=+nan2008 %s -o -| llvm-readobj -h - | FileChe…
46 # MIPSEL-MIPS64-NAN2008-PIC: Flags [ (0x60000406)
77 … mips64el-unknown-linux -mcpu=mips64 -target-abi n32 %s -o -| llvm-readobj -h - | FileCheck --chec…
78 # MIPS64EL-MIPS64-N32: Flags [ (0x60000024)
[all …]
Dmips-coprocessor-encodings.s1 # RUN: llvm-mc %s -triple=mips64-unknown-freebsd -show-encoding \
2 # RUN:| FileCheck --check-prefix=MIPS64 %s
4 # MIPS64: dmtc0 $12, $16, 2 # encoding: [0x40,0xac,0x80,0x02]
5 # MIPS64: dmtc0 $12, $16, 0 # encoding: [0x40,0xac,0x80,0x00]
6 # MIPS64: mtc0 $12, $16, 2 # encoding: [0x40,0x8c,0x80,0x02]
7 # MIPS64: mtc0 $12, $16, 0 # encoding: [0x40,0x8c,0x80,0x00]
8 # MIPS64: dmfc0 $12, $16, 2 # encoding: [0x40,0x2c,0x80,0x02]
9 # MIPS64: dmfc0 $12, $16, 0 # encoding: [0x40,0x2c,0x80,0x00]
10 # MIPS64: mfc0 $12, $16, 2 # encoding: [0x40,0x0c,0x80,0x02]
11 # MIPS64: mfc0 $12, $16, 0 # encoding: [0x40,0x0c,0x80,0x00]
[all …]
Dsc-expansion.s11 # RUN: llvm-mc -filetype=obj -triple mips64 -mcpu=mips64 %s -o - \
12 # RUN: | llvm-objdump -d -r - | FileCheck %s --check-prefix=MIPS64
13 # RUN: llvm-mc -filetype=obj -triple mips64 -mcpu=mips64r2 %s -o - \
14 # RUN: | llvm-objdump -d -r - | FileCheck %s --check-prefix=MIPS64
17 # RUN: llvm-mc -filetype=obj -triple mips64 -mcpu=mips64r6 %s -o - \
25 # MIPS64: e3 a2 00 80 sc $2, 128($sp)
33 # MIPS64: e3 a2 ff 80 sc $2, -128($sp)
47 # MIPS64: e3 a2 01 00 sc $2, 256($sp)
63 # MIPS64: e3 a2 fe ff sc $2, -257($sp)
79 # MIPS64: e3 a2 7f ff sc $2, 32767($sp)
[all …]
Dmacro-sge64.s3 # RUN: llvm-mc -arch=mips -show-encoding -mcpu=mips64 < %s \
4 # RUN: | FileCheck --check-prefix=MIPS64 %s
8 # MIPS64: ori $4, $zero, 32768 # encoding: [0x34,0x04,0x80,0x00]
9 # MIPS64: dsll $4, $4, 17 # encoding: [0x00,0x04,0x24,0x78]
10 # MIPS64: slt $4, $5, $4 # encoding: [0x00,0xa4,0x20,0x2a]
11 # MIPS64: xori $4, $4, 1 # encoding: [0x38,0x84,0x00,0x01]
14 # MIPS64: ori $4, $zero, 32768 # encoding: [0x34,0x04,0x80,0x00]
15 # MIPS64: dsll $4, $4, 17 # encoding: [0x00,0x04,0x24,0x78]
16 # MIPS64: sltu $4, $5, $4 # encoding: [0x00,0xa4,0x20,0x2b]
17 # MIPS64: xori $4, $4, 1 # encoding: [0x38,0x84,0x00,0x01]
[all …]
Dmacro-sle64.s3 # RUN: llvm-mc -arch=mips -show-encoding -mcpu=mips64 < %s \
4 # RUN: | FileCheck --check-prefix=MIPS64 %s
8 # MIPS64: ori $4, $zero, 32768 # encoding: [0x34,0x04,0x80,0x00]
9 # MIPS64: dsll $4, $4, 17 # encoding: [0x00,0x04,0x24,0x78]
10 # MIPS64: slt $4, $4, $5 # encoding: [0x00,0x85,0x20,0x2a]
11 # MIPS64: xori $4, $4, 1 # encoding: [0x38,0x84,0x00,0x01]
14 # MIPS64: ori $4, $zero, 32768 # encoding: [0x34,0x04,0x80,0x00]
15 # MIPS64: dsll $4, $4, 17 # encoding: [0x00,0x04,0x24,0x78]
16 # MIPS64: sltu $4, $4, $5 # encoding: [0x00,0x85,0x20,0x2b]
17 # MIPS64: xori $4, $4, 1 # encoding: [0x38,0x84,0x00,0x01]
[all …]
Dll-expansion.s11 # RUN: llvm-mc -filetype=obj -triple mips64 -mcpu=mips64 %s -o - \
12 # RUN: | llvm-objdump -d -r - | FileCheck %s --check-prefix=MIPS64
13 # RUN: llvm-mc -filetype=obj -triple mips64 -mcpu=mips64r2 %s -o - \
14 # RUN: | llvm-objdump -d -r - | FileCheck %s --check-prefix=MIPS64
17 # RUN: llvm-mc -filetype=obj -triple mips64 -mcpu=mips64r6 %s -o - \
25 # MIPS64: c3 a2 00 80 ll $2, 128($sp)
33 # MIPS64: c3 a2 ff 80 ll $2, -128($sp)
47 # MIPS64: c3 a2 01 00 ll $2, 256($sp)
63 # MIPS64: c3 a2 fe ff ll $2, -257($sp)
79 # MIPS64: c3 a2 7f ff ll $2, 32767($sp)
[all …]
/external/llvm/test/CodeGen/Mips/
Docteon.ll1 ; RUN: llc -O1 < %s -march=mips64 -mcpu=octeon | FileCheck %s -check-prefixes=ALL,OCTEON
2 ; RUN: llc -O1 < %s -march=mips64 -mcpu=mips64 | FileCheck %s -check-prefixes=ALL,MIPS64
9 ; MIPS64: daddu $[[T0:[0-9]+]], $4, $5
10 ; MIPS64: jr $ra
11 ; MIPS64: andi $2, $[[T0]], 255
22 ; MIPS64: dmult $4, $5
23 ; MIPS64: jr $ra
24 ; MIPS64: mflo $2
34 ; MIPS64: xor $[[T0:[0-9]+]], $4, $5
35 ; MIPS64: sltiu $[[T1:[0-9]+]], $[[T0]], 1
[all …]
Dload-store-left-right.ll7 …4 -target-abi=n64 -relocation-model=pic < %s | FileCheck -check-prefixes=ALL,MIPS64,MIPS64-EL %s
8 ; RUN: llc -march=mips64 -mcpu=mips4 -target-abi=n64 -relocation-model=pic < %s | FileCheck -c…
9 …: llc -march=mips64el -mcpu=mips64 -target-abi=n64 -relocation-model=pic < %s | FileCheck -check…
10 ; RUN: llc -march=mips64 -mcpu=mips64 -target-abi=n64 -relocation-model=pic < %s | FileCheck -c…
11 …64r2 -target-abi=n64 -relocation-model=pic < %s | FileCheck -check-prefixes=ALL,MIPS64,MIPS64-EL %s
12 ; RUN: llc -march=mips64 -mcpu=mips64r2 -target-abi=n64 -relocation-model=pic < %s | FileCheck -c…
14 ; RUN: llc -march=mips64 -mcpu=mips64r6 -target-abi=n64 -relocation-model=pic < %s | FileCheck -c…
37 ; MIPS64-EL: lwl $[[R0:[0-9]+]], 3($[[R1:[0-9]+]])
38 ; MIPS64-EL: lwr $[[R0]], 0($[[R1]])
40 ; MIPS64-EB: lwl $[[R0:[0-9]+]], 0($[[R1:[0-9]+]])
[all …]
/external/llvm/test/MC/Mips/
Dmips-coprocessor-encodings.s1 # RUN: llvm-mc %s -triple=mips64-unknown-freebsd -show-encoding \
2 # RUN:| FileCheck --check-prefix=MIPS64 %s
4 # MIPS64: dmtc0 $12, $16, 2 # encoding: [0x40,0xac,0x80,0x02]
5 # MIPS64: dmtc0 $12, $16, 0 # encoding: [0x40,0xac,0x80,0x00]
6 # MIPS64: mtc0 $12, $16, 2 # encoding: [0x40,0x8c,0x80,0x02]
7 # MIPS64: mtc0 $12, $16, 0 # encoding: [0x40,0x8c,0x80,0x00]
8 # MIPS64: dmfc0 $12, $16, 2 # encoding: [0x40,0x2c,0x80,0x02]
9 # MIPS64: dmfc0 $12, $16, 0 # encoding: [0x40,0x2c,0x80,0x00]
10 # MIPS64: mfc0 $12, $16, 2 # encoding: [0x40,0x0c,0x80,0x02]
11 # MIPS64: mfc0 $12, $16, 0 # encoding: [0x40,0x0c,0x80,0x00]
[all …]
Delf_eflags.s20 …iple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 %s -o -| llvm-readobj -h | FileCheck --chec…
21 # MIPSEL-MIPS64: Flags [ (0x60000006)
23 …sel-unknown-linux -mcpu=mips64 -target-abi n64 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileChec…
24 # MIPSEL-MIPS64-NAN2008: Flags [ (0x60000406)
55 …e mips64el-unknown-linux -mcpu=mips64 -target-abi n32 %s -o -| llvm-readobj -h | FileCheck --check…
56 # MIPS64EL-MIPS64-N32: Flags [ (0x60000024)
58 …el-unknown-linux -mcpu=mips64 -target-abi n32 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck…
59 # MIPS64EL-MIPS64-N32-NAN2008: Flags [ (0x60000424)
67 …e mips64el-unknown-linux -mcpu=mips64 %s -target-abi n64 -o -| llvm-readobj -h | FileCheck --check…
68 # MIPS64EL-MIPS64-N64: Flags [ (0x60000006)
[all …]
/external/llvm-project/llvm/test/CodeGen/Mips/llvm-ir/
Dand.ll14 ; RUN: llc < %s -mtriple=mips64-unknown-linux-gnu -mcpu=mips3 | FileCheck %s \
15 ; RUN: -check-prefix=MIPS64
16 ; RUN: llc < %s -mtriple=mips64-unknown-linux-gnu -mcpu=mips4 | FileCheck %s \
17 ; RUN: -check-prefix=MIPS64
18 ; RUN: llc < %s -mtriple=mips64-unknown-linux-gnu -mcpu=mips64 | FileCheck %s \
19 ; RUN: -check-prefix=MIPS64
20 ; RUN: llc < %s -mtriple=mips64-unknown-linux-gnu -mcpu=mips64r2 | FileCheck %s \
22 ; RUN: llc < %s -mtriple=mips64-unknown-linux-gnu -mcpu=mips64r3 | FileCheck %s \
24 ; RUN: llc < %s -mtriple=mips64-unknown-linux-gnu -mcpu=mips64r5 | FileCheck %s \
26 ; RUN: llc < %s -mtriple=mips64-unknown-linux-gnu -mcpu=mips64r6 | FileCheck %s \
[all …]
Dload.ll6 ; RUN: llc -mtriple=mips64-mti-linux-gnu -mcpu=mips3 < %s -asm-show-inst | FileCheck %s --check-pre…
7 ; RUN: llc -mtriple=mips64-mti-linux-gnu -mcpu=mips64 < %s -asm-show-inst | FileCheck %s --check-pr…
8 ; RUN: llc -mtriple=mips64-img-linux-gnu -mcpu=mips64r6 < %s -asm-show-inst | FileCheck %s --check-…
95 ; MIPS64-LABEL: f1:
96 ; MIPS64: # %bb.0: # %entry
97 ; MIPS64-NEXT: lui $1, %highest(a) # <MCInst #{{[0-9]+}} LUi64
98 ; MIPS64-NEXT: # <MCOperand Reg:{{[0-9]+}}>
99 ; MIPS64-NEXT: # <MCOperand Expr:(%highest(a))>>
100 ; MIPS64-NEXT: daddiu $1, $1, %higher(a) # <MCInst #{{[0-9]+}} DADDiu
101 ; MIPS64-NEXT: # <MCOperand Reg:{{[0-9]+}}>
[all …]
Dxor.ll12 ; RUN: llc < %s -mtriple=mips64-unknown-linux-gnu -mcpu=mips3 | FileCheck %s \
13 ; RUN: -check-prefix=MIPS64
14 ; RUN: llc < %s -mtriple=mips64-unknown-linux-gnu -mcpu=mips4 | FileCheck %s \
15 ; RUN: -check-prefix=MIPS64
16 ; RUN: llc < %s -mtriple=mips64-unknown-linux-gnu -mcpu=mips64 | FileCheck %s \
17 ; RUN: -check-prefix=MIPS64
18 ; RUN: llc < %s -mtriple=mips64-unknown-linux-gnu -mcpu=mips64r2 | FileCheck %s \
20 ; RUN: llc < %s -mtriple=mips64-unknown-linux-gnu -mcpu=mips64r3 | FileCheck %s \
22 ; RUN: llc < %s -mtriple=mips64-unknown-linux-gnu -mcpu=mips64r5 | FileCheck %s \
24 ; RUN: llc < %s -mtriple=mips64-unknown-linux-gnu -mcpu=mips64r6 | FileCheck %s \
[all …]

12345678910>>...54