1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc -O0 -mtriple=mipsel-linux-gnu -global-isel -verify-machineinstrs %s -o -| FileCheck %s -check-prefixes=MIPS32
4 define i1 @eq_i32(i32 %a, i32 %b){
5 ; MIPS32-LABEL: eq_i32:
6 ; MIPS32: # %bb.0: # %entry
7 ; MIPS32-NEXT: xor $1, $4, $5
8 ; MIPS32-NEXT: sltiu $2, $1, 1
12 %cmp = icmp eq i32 %a, %b
16 define i1 @ne_i32(i32 %a, i32 %b) {
17 ; MIPS32-LABEL: ne_i32:
18 ; MIPS32: # %bb.0: # %entry
19 ; MIPS32-NEXT: xor $1, $4, $5
20 ; MIPS32-NEXT: sltu $2, $zero, $1
24 %cmp = icmp ne i32 %a, %b
28 define i1 @sgt_i32(i32 %a, i32 %b) {
29 ; MIPS32-LABEL: sgt_i32:
30 ; MIPS32: # %bb.0: # %entry
31 ; MIPS32-NEXT: slt $2, $5, $4
35 %cmp = icmp sgt i32 %a, %b
39 define i1 @sge_i32(i32 %a, i32 %b) {
40 ; MIPS32-LABEL: sge_i32:
41 ; MIPS32: # %bb.0: # %entry
42 ; MIPS32-NEXT: slt $1, $4, $5
43 ; MIPS32-NEXT: xori $2, $1, 1
47 %cmp = icmp sge i32 %a, %b
51 define i1 @slt_i32(i32 %a, i32 %b) {
52 ; MIPS32-LABEL: slt_i32:
53 ; MIPS32: # %bb.0: # %entry
54 ; MIPS32-NEXT: slt $2, $4, $5
58 %cmp = icmp slt i32 %a, %b
62 define i1 @sle_i32(i32 %a, i32 %b) {
63 ; MIPS32-LABEL: sle_i32:
64 ; MIPS32: # %bb.0: # %entry
65 ; MIPS32-NEXT: slt $1, $5, $4
66 ; MIPS32-NEXT: xori $2, $1, 1
70 %cmp = icmp sle i32 %a, %b
74 define i1 @ugt_i32(i32 %a, i32 %b) {
75 ; MIPS32-LABEL: ugt_i32:
76 ; MIPS32: # %bb.0: # %entry
77 ; MIPS32-NEXT: sltu $2, $5, $4
81 %cmp = icmp ugt i32 %a, %b
85 define i1 @uge_i32(i32 %a, i32 %b) {
86 ; MIPS32-LABEL: uge_i32:
87 ; MIPS32: # %bb.0: # %entry
88 ; MIPS32-NEXT: sltu $1, $4, $5
89 ; MIPS32-NEXT: xori $2, $1, 1
93 %cmp = icmp uge i32 %a, %b
97 define i1 @ult_i32(i32 %a, i32 %b) {
98 ; MIPS32-LABEL: ult_i32:
99 ; MIPS32: # %bb.0: # %entry
100 ; MIPS32-NEXT: sltu $2, $4, $5
101 ; MIPS32-NEXT: jr $ra
104 %cmp = icmp ult i32 %a, %b
108 define i1 @ule_i32(i32 %a, i32 %b) {
109 ; MIPS32-LABEL: ule_i32:
110 ; MIPS32: # %bb.0: # %entry
111 ; MIPS32-NEXT: sltu $1, $5, $4
112 ; MIPS32-NEXT: xori $2, $1, 1
113 ; MIPS32-NEXT: jr $ra
116 %cmp = icmp ule i32 %a, %b
120 define i1 @eq_ptr(ptr %a, ptr %b){
121 ; MIPS32-LABEL: eq_ptr:
122 ; MIPS32: # %bb.0: # %entry
123 ; MIPS32-NEXT: xor $1, $4, $5
124 ; MIPS32-NEXT: sltiu $2, $1, 1
125 ; MIPS32-NEXT: jr $ra
128 %cmp = icmp eq ptr %a, %b
132 define i1 @ult_i8(i8 %a, i8 %b) {
133 ; MIPS32-LABEL: ult_i8:
134 ; MIPS32: # %bb.0: # %entry
135 ; MIPS32-NEXT: andi $1, $4, 255
136 ; MIPS32-NEXT: andi $2, $5, 255
137 ; MIPS32-NEXT: sltu $2, $1, $2
138 ; MIPS32-NEXT: jr $ra
141 %cmp = icmp ult i8 %a, %b
145 define i1 @slt_i16(i16 %a, i16 %b) {
146 ; MIPS32-LABEL: slt_i16:
147 ; MIPS32: # %bb.0: # %entry
148 ; MIPS32-NEXT: sll $1, $4, 16
149 ; MIPS32-NEXT: sra $1, $1, 16
150 ; MIPS32-NEXT: sll $2, $5, 16
151 ; MIPS32-NEXT: sra $2, $2, 16
152 ; MIPS32-NEXT: slt $2, $1, $2
153 ; MIPS32-NEXT: jr $ra
156 %cmp = icmp slt i16 %a, %b
160 define i1 @eq_i64(i64 %a, i64 %b){
161 ; MIPS32-LABEL: eq_i64:
162 ; MIPS32: # %bb.0: # %entry
163 ; MIPS32-NEXT: xor $1, $4, $6
164 ; MIPS32-NEXT: xor $2, $5, $7
165 ; MIPS32-NEXT: or $1, $1, $2
166 ; MIPS32-NEXT: sltiu $2, $1, 1
167 ; MIPS32-NEXT: jr $ra
170 %cmp = icmp eq i64 %a, %b
174 define i1 @ne_i64(i64 %a, i64 %b) {
175 ; MIPS32-LABEL: ne_i64:
176 ; MIPS32: # %bb.0: # %entry
177 ; MIPS32-NEXT: xor $1, $4, $6
178 ; MIPS32-NEXT: xor $2, $5, $7
179 ; MIPS32-NEXT: or $1, $1, $2
180 ; MIPS32-NEXT: sltu $2, $zero, $1
181 ; MIPS32-NEXT: jr $ra
184 %cmp = icmp ne i64 %a, %b
188 define i1 @sgt_i64(i64 %a, i64 %b) {
189 ; MIPS32-LABEL: sgt_i64:
190 ; MIPS32: # %bb.0: # %entry
191 ; MIPS32-NEXT: slt $2, $7, $5
192 ; MIPS32-NEXT: sltu $1, $6, $4
193 ; MIPS32-NEXT: xor $3, $5, $7
194 ; MIPS32-NEXT: movz $2, $1, $3
195 ; MIPS32-NEXT: jr $ra
198 %cmp = icmp sgt i64 %a, %b
202 define i1 @sge_i64(i64 %a, i64 %b) {
203 ; MIPS32-LABEL: sge_i64:
204 ; MIPS32: # %bb.0: # %entry
205 ; MIPS32-NEXT: slt $1, $5, $7
206 ; MIPS32-NEXT: xori $2, $1, 1
207 ; MIPS32-NEXT: sltu $1, $4, $6
208 ; MIPS32-NEXT: xori $1, $1, 1
209 ; MIPS32-NEXT: xor $3, $5, $7
210 ; MIPS32-NEXT: movz $2, $1, $3
211 ; MIPS32-NEXT: jr $ra
214 %cmp = icmp sge i64 %a, %b
218 define i1 @slt_i64(i64 %a, i64 %b) {
219 ; MIPS32-LABEL: slt_i64:
220 ; MIPS32: # %bb.0: # %entry
221 ; MIPS32-NEXT: slt $2, $5, $7
222 ; MIPS32-NEXT: sltu $1, $4, $6
223 ; MIPS32-NEXT: xor $3, $5, $7
224 ; MIPS32-NEXT: movz $2, $1, $3
225 ; MIPS32-NEXT: jr $ra
228 %cmp = icmp slt i64 %a, %b
232 define i1 @sle_i64(i64 %a, i64 %b) {
233 ; MIPS32-LABEL: sle_i64:
234 ; MIPS32: # %bb.0: # %entry
235 ; MIPS32-NEXT: slt $1, $7, $5
236 ; MIPS32-NEXT: xori $2, $1, 1
237 ; MIPS32-NEXT: sltu $1, $6, $4
238 ; MIPS32-NEXT: xori $1, $1, 1
239 ; MIPS32-NEXT: xor $3, $5, $7
240 ; MIPS32-NEXT: movz $2, $1, $3
241 ; MIPS32-NEXT: jr $ra
244 %cmp = icmp sle i64 %a, %b
248 define i1 @ugt_i64(i64 %a, i64 %b) {
249 ; MIPS32-LABEL: ugt_i64:
250 ; MIPS32: # %bb.0: # %entry
251 ; MIPS32-NEXT: sltu $2, $7, $5
252 ; MIPS32-NEXT: sltu $1, $6, $4
253 ; MIPS32-NEXT: xor $3, $5, $7
254 ; MIPS32-NEXT: movz $2, $1, $3
255 ; MIPS32-NEXT: jr $ra
258 %cmp = icmp ugt i64 %a, %b
262 define i1 @uge_i64(i64 %a, i64 %b) {
263 ; MIPS32-LABEL: uge_i64:
264 ; MIPS32: # %bb.0: # %entry
265 ; MIPS32-NEXT: sltu $1, $5, $7
266 ; MIPS32-NEXT: xori $2, $1, 1
267 ; MIPS32-NEXT: sltu $1, $4, $6
268 ; MIPS32-NEXT: xori $1, $1, 1
269 ; MIPS32-NEXT: xor $3, $5, $7
270 ; MIPS32-NEXT: movz $2, $1, $3
271 ; MIPS32-NEXT: jr $ra
274 %cmp = icmp uge i64 %a, %b
278 define i1 @ult_i64(i64 %a, i64 %b) {
279 ; MIPS32-LABEL: ult_i64:
280 ; MIPS32: # %bb.0: # %entry
281 ; MIPS32-NEXT: sltu $2, $5, $7
282 ; MIPS32-NEXT: sltu $1, $4, $6
283 ; MIPS32-NEXT: xor $3, $5, $7
284 ; MIPS32-NEXT: movz $2, $1, $3
285 ; MIPS32-NEXT: jr $ra
288 %cmp = icmp ult i64 %a, %b
292 define i1 @ule_i64(i64 %a, i64 %b) {
293 ; MIPS32-LABEL: ule_i64:
294 ; MIPS32: # %bb.0: # %entry
295 ; MIPS32-NEXT: sltu $1, $7, $5
296 ; MIPS32-NEXT: xori $2, $1, 1
297 ; MIPS32-NEXT: sltu $1, $6, $4
298 ; MIPS32-NEXT: xori $1, $1, 1
299 ; MIPS32-NEXT: xor $3, $5, $7
300 ; MIPS32-NEXT: movz $2, $1, $3
301 ; MIPS32-NEXT: jr $ra
304 %cmp = icmp ule i64 %a, %b