Lines Matching refs:MIPS
2 …c -march=mips64 -O0 -mcpu=mips64r2 -verify-machineinstrs %s -o - | FileCheck %s --check-prefix=MIPS
3 …-march=mips64el -O0 -mcpu=mips64r2 -verify-machineinstrs %s -o - | FileCheck %s --check-prefix=MIPS
8 ; MIPS-LABEL: test_max:
9 ; MIPS: # %bb.0: # %entry
10 ; MIPS-NEXT: sync
11 ; MIPS-NEXT: .LBB0_1: # %entry
12 ; MIPS-NEXT: # =>This Inner Loop Header: Depth=1
13 ; MIPS-NEXT: lld $2, 0($4)
14 ; MIPS-NEXT: slt $3, $2, $5
15 ; MIPS-NEXT: move $1, $2
16 ; MIPS-NEXT: movn $1, $5, $3
17 ; MIPS-NEXT: scd $1, 0($4)
18 ; MIPS-NEXT: beqz $1, .LBB0_1
19 ; MIPS-NEXT: nop
20 ; MIPS-NEXT: # %bb.2: # %entry
21 ; MIPS-NEXT: sync
22 ; MIPS-NEXT: jr $ra
23 ; MIPS-NEXT: nop
46 ; MIPS-LABEL: test_min:
47 ; MIPS: # %bb.0: # %entry
48 ; MIPS-NEXT: sync
49 ; MIPS-NEXT: .LBB1_1: # %entry
50 ; MIPS-NEXT: # =>This Inner Loop Header: Depth=1
51 ; MIPS-NEXT: lld $2, 0($4)
52 ; MIPS-NEXT: slt $3, $2, $5
53 ; MIPS-NEXT: move $1, $2
54 ; MIPS-NEXT: movz $1, $5, $3
55 ; MIPS-NEXT: scd $1, 0($4)
56 ; MIPS-NEXT: beqz $1, .LBB1_1
57 ; MIPS-NEXT: nop
58 ; MIPS-NEXT: # %bb.2: # %entry
59 ; MIPS-NEXT: sync
60 ; MIPS-NEXT: jr $ra
61 ; MIPS-NEXT: nop
84 ; MIPS-LABEL: test_umax:
85 ; MIPS: # %bb.0: # %entry
86 ; MIPS-NEXT: sync
87 ; MIPS-NEXT: .LBB2_1: # %entry
88 ; MIPS-NEXT: # =>This Inner Loop Header: Depth=1
89 ; MIPS-NEXT: lld $2, 0($4)
90 ; MIPS-NEXT: sltu $3, $2, $5
91 ; MIPS-NEXT: move $1, $2
92 ; MIPS-NEXT: movn $1, $5, $3
93 ; MIPS-NEXT: scd $1, 0($4)
94 ; MIPS-NEXT: beqz $1, .LBB2_1
95 ; MIPS-NEXT: nop
96 ; MIPS-NEXT: # %bb.2: # %entry
97 ; MIPS-NEXT: sync
98 ; MIPS-NEXT: jr $ra
99 ; MIPS-NEXT: nop
122 ; MIPS-LABEL: test_umin:
123 ; MIPS: # %bb.0: # %entry
124 ; MIPS-NEXT: sync
125 ; MIPS-NEXT: .LBB3_1: # %entry
126 ; MIPS-NEXT: # =>This Inner Loop Header: Depth=1
127 ; MIPS-NEXT: lld $2, 0($4)
128 ; MIPS-NEXT: sltu $3, $2, $5
129 ; MIPS-NEXT: move $1, $2
130 ; MIPS-NEXT: movz $1, $5, $3
131 ; MIPS-NEXT: scd $1, 0($4)
132 ; MIPS-NEXT: beqz $1, .LBB3_1
133 ; MIPS-NEXT: nop
134 ; MIPS-NEXT: # %bb.2: # %entry
135 ; MIPS-NEXT: sync
136 ; MIPS-NEXT: jr $ra
137 ; MIPS-NEXT: nop