Home | History | Annotate | Download | only in Sparc

Lines Matching refs:icc

61         ! CHECK: movne %icc, %g1, %g2            ! encoding: [0x85,0x66,0x40,0x01]
62 ! CHECK: move %icc, %g1, %g2 ! encoding: [0x85,0x64,0x40,0x01]
63 ! CHECK: movg %icc, %g1, %g2 ! encoding: [0x85,0x66,0x80,0x01]
64 ! CHECK: movle %icc, %g1, %g2 ! encoding: [0x85,0x64,0x80,0x01]
65 ! CHECK: movge %icc, %g1, %g2 ! encoding: [0x85,0x66,0xc0,0x01]
66 ! CHECK: movl %icc, %g1, %g2 ! encoding: [0x85,0x64,0xc0,0x01]
67 ! CHECK: movgu %icc, %g1, %g2 ! encoding: [0x85,0x67,0x00,0x01]
68 ! CHECK: movleu %icc, %g1, %g2 ! encoding: [0x85,0x65,0x00,0x01]
69 ! CHECK: movcc %icc, %g1, %g2 ! encoding: [0x85,0x67,0x40,0x01]
70 ! CHECK: movcs %icc, %g1, %g2 ! encoding: [0x85,0x65,0x40,0x01]
71 ! CHECK: movpos %icc, %g1, %g2 ! encoding: [0x85,0x67,0x80,0x01]
72 ! CHECK: movneg %icc, %g1, %g2 ! encoding: [0x85,0x65,0x80,0x01]
73 ! CHECK: movvc %icc, %g1, %g2 ! encoding: [0x85,0x67,0xc0,0x01]
74 ! CHECK: movvs %icc, %g1, %g2 ! encoding: [0x85,0x65,0xc0,0x01]
75 movne %icc, %g1, %g2
76 move %icc, %g1, %g2
77 movg %icc, %g1, %g2
78 movle %icc, %g1, %g2
79 movge %icc, %g1, %g2
80 movl %icc, %g1, %g2
81 movgu %icc, %g1, %g2
82 movleu %icc, %g1, %g2
83 movcc %icc, %g1, %g2
84 movcs %icc, %g1, %g2
85 movpos %icc, %g1, %g2
86 movneg %icc, %g1, %g2
87 movvc %icc, %g1, %g2
88 movvs %icc, %g1, %g2
149 ! CHECK: fmovsne %icc, %f1, %f2 ! encoding: [0x85,0xaa,0x60,0x21]
150 ! CHECK: fmovse %icc, %f1, %f2 ! encoding: [0x85,0xa8,0x60,0x21]
151 ! CHECK: fmovsg %icc, %f1, %f2 ! encoding: [0x85,0xaa,0xa0,0x21]
152 ! CHECK: fmovsle %icc, %f1, %f2 ! encoding: [0x85,0xa8,0xa0,0x21]
153 ! CHECK: fmovsge %icc, %f1, %f2 ! encoding: [0x85,0xaa,0xe0,0x21]
154 ! CHECK: fmovsl %icc, %f1, %f2 ! encoding: [0x85,0xa8,0xe0,0x21]
155 ! CHECK: fmovsgu %icc, %f1, %f2 ! encoding: [0x85,0xab,0x20,0x21]
156 ! CHECK: fmovsleu %icc, %f1, %f2 ! encoding: [0x85,0xa9,0x20,0x21]
157 ! CHECK: fmovscc %icc, %f1, %f2 ! encoding: [0x85,0xab,0x60,0x21]
158 ! CHECK: fmovscs %icc, %f1, %f2 ! encoding: [0x85,0xa9,0x60,0x21]
159 ! CHECK: fmovspos %icc, %f1, %f2 ! encoding: [0x85,0xab,0xa0,0x21]
160 ! CHECK: fmovsneg %icc, %f1, %f2 ! encoding: [0x85,0xa9,0xa0,0x21]
161 ! CHECK: fmovsvc %icc, %f1, %f2 ! encoding: [0x85,0xab,0xe0,0x21]
162 ! CHECK: fmovsvs %icc, %f1, %f2 ! encoding: [0x85,0xa9,0xe0,0x21]
163 fmovsne %icc, %f1, %f2
164 fmovse %icc, %f1, %f2
165 fmovsg %icc, %f1, %f2
166 fmovsle %icc, %f1, %f2
167 fmovsge %icc, %f1, %f2
168 fmovsl %icc, %f1, %f2
169 fmovsgu %icc, %f1, %f2
170 fmovsleu %icc, %f1, %f2
171 fmovscc %icc, %f1, %f2
172 fmovscs %icc, %f1, %f2
173 fmovspos %icc, %f1, %f2
174 fmovsneg %icc, %f1, %f2
175 fmovsvc %icc, %f1, %f2
176 fmovsvs %icc, %f1, %f2
236 ! CHECK: bne,a %icc, .BB0 ! encoding: [0x32,0b01001AAA,A,A]
238 bne,a %icc, .BB0
240 ! CHECK: be,a %icc, .BB0 ! encoding: [0x22,0b01001AAA,A,A]
242 be,a %icc, .BB0
244 ! CHECK: bg,a %icc, .BB0 ! encoding: [0x34,0b01001AAA,A,A]
246 bg,a %icc, .BB0
248 ! CHECK: ble,a %icc, .BB0 ! encoding: [0x24,0b01001AAA,A,A]
250 ble,a %icc, .BB0
252 ! CHECK: bge,a %icc, .BB0 ! encoding: [0x36,0b01001AAA,A,A]
254 bge,a %icc, .BB0
256 ! CHECK: bl,a %icc, .BB0 ! encoding: [0x26,0b01001AAA,A,A]
258 bl,a %icc, .BB0
260 ! CHECK: bgu,a %icc, .BB0 ! encoding: [0x38,0b01001AAA,A,A]
262 bgu,a %icc, .BB0
264 ! CHECK: bleu,a %icc, .BB0 ! encoding: [0x28,0b01001AAA,A,A]
266 bleu,a %icc, .BB0
268 ! CHECK: bcc,a %icc, .BB0 ! encoding: [0x3a,0b01001AAA,A,A]
270 bcc,a %icc, .BB0
272 ! CHECK: bcs,a %icc, .BB0 ! encoding: [0x2a,0b01001AAA,A,A]
274 bcs,a %icc, .BB0
276 ! CHECK: bpos,a %icc, .BB0 ! encoding: [0x3c,0b01001AAA,A,A]
278 bpos,a %icc, .BB0
280 ! CHECK: bneg,a %icc, .BB0 ! encoding: [0x2c,0b01001AAA,A,A]
282 bneg,a %icc, .BB0
284 ! CHECK: bvc,a %icc, .BB0 ! encoding: [0x3e,0b01001AAA,A,A]
286 bvc,a %icc, .BB0
288 ! CHECK: bvs,a %icc, .BB0 ! encoding: [0x2e,0b01001AAA,A,A]
290 bvs,a %icc, .BB0
292 ! CHECK: bne,pn %icc, .BB0 ! encoding: [0x12,0b01000AAA,A,A]
294 bne,pn %icc, .BB0
296 ! CHECK: be,pn %icc, .BB0 ! encoding: [0x02,0b01000AAA,A,A]
298 be,pn %icc, .BB0
300 ! CHECK: bg,pn %icc, .BB0 ! encoding: [0x14,0b01000AAA,A,A]
302 bg,pn %icc, .BB0
304 ! CHECK: ble,pn %icc, .BB0 ! encoding: [0x04,0b01000AAA,A,A]
306 ble,pn %icc, .BB0
308 ! CHECK: bge,pn %icc, .BB0 ! encoding: [0x16,0b01000AAA,A,A]
310 bge,pn %icc, .BB0
312 ! CHECK: bl,pn %icc, .BB0 ! encoding: [0x06,0b01000AAA,A,A]
314 bl,pn %icc, .BB0
316 ! CHECK: bgu,pn %icc, .BB0 ! encoding: [0x18,0b01000AAA,A,A]
318 bgu,pn %icc, .BB0
320 ! CHECK: bleu,pn %icc, .BB0 ! encoding: [0x08,0b01000AAA,A,A]
322 bleu,pn %icc, .BB0
324 ! CHECK: bcc,pn %icc, .BB0 ! encoding: [0x1a,0b01000AAA,A,A]
326 bcc,pn %icc, .BB0
328 ! CHECK: bcs,pn %icc, .BB0 ! encoding: [0x0a,0b01000AAA,A,A]
330 bcs,pn %icc, .BB0
332 ! CHECK: bpos,pn %icc, .BB0 ! encoding: [0x1c,0b01000AAA,A,A]
334 bpos,pn %icc, .BB0
336 ! CHECK: bneg,pn %icc, .BB0 ! encoding: [0x0c,0b01000AAA,A,A]
338 bneg,pn %icc, .BB0
340 ! CHECK: bvc,pn %icc, .BB0 ! encoding: [0x1e,0b01000AAA,A,A]
342 bvc,pn %icc, .BB0
344 ! CHECK: bvs,pn %icc, .BB0 ! encoding: [0x0e,0b01000AAA,A,A]
346 bvs,pn %icc, .BB0
348 ! CHECK: bne,a,pn %icc, .BB0 ! encoding: [0x32,0b01000AAA,A,A]
350 bne,a,pn %icc, .BB0
352 ! CHECK: be,a,pn %icc, .BB0 ! encoding: [0x22,0b01000AAA,A,A]
354 be,a,pn %icc, .BB0
356 ! CHECK: bg,a,pn %icc, .BB0 ! encoding: [0x34,0b01000AAA,A,A]
358 bg,a,pn %icc, .BB0
360 ! CHECK: ble,a,pn %icc, .BB0 ! encoding: [0x24,0b01000AAA,A,A]
362 ble,a,pn %icc, .BB0
364 ! CHECK: bge,a,pn %icc, .BB0 ! encoding: [0x36,0b01000AAA,A,A]
366 bge,a,pn %icc, .BB0
368 ! CHECK: bl,a,pn %icc, .BB0 ! encoding: [0x26,0b01000AAA,A,A]
370 bl,a,pn %icc, .BB0
372 ! CHECK: bgu,a,pn %icc, .BB0 ! encoding: [0x38,0b01000AAA,A,A]
374 bgu,a,pn %icc, .BB0
376 ! CHECK: bleu,a,pn %icc, .BB0 ! encoding: [0x28,0b01000AAA,A,A]
378 bleu,a,pn %icc, .BB0
380 ! CHECK: bcc,a,pn %icc, .BB0 ! encoding: [0x3a,0b01000AAA,A,A]
382 bcc,a,pn %icc, .BB0
384 ! CHECK: bcs,a,pn %icc, .BB0 ! encoding: [0x2a,0b01000AAA,A,A]
386 bcs,a,pn %icc, .BB0
388 ! CHECK: bpos,a,pn %icc, .BB0 ! encoding: [0x3c,0b01000AAA,A,A]
390 bpos,a,pn %icc, .BB0
392 ! CHECK: bneg,a,pn %icc, .BB0 ! encoding: [0x2c,0b01000AAA,A,A]
394 bneg,a,pn %icc, .BB0
396 ! CHECK: bvc,a,pn %icc, .BB0 ! encoding: [0x3e,0b01000AAA,A,A]
398 bvc,a,pn %icc, .BB0
400 ! CHECK: bvs,a,pn %icc, .BB0 ! encoding: [0x2e,0b01000AAA,A,A]
402 bvs,a,pn %icc, .BB0
404 ! CHECK: bne %icc, .BB0 ! encoding: [0x12,0b01001AAA,A,A]
406 bne,pt %icc, .BB0
408 ! CHECK: be %icc, .BB0 ! encoding: [0x02,0b01001AAA,A,A]
410 be,pt %icc, .BB0
412 ! CHECK: bg %icc, .BB0 ! encoding: [0x14,0b01001AAA,A,A]
414 bg,pt %icc, .BB0
416 ! CHECK: ble %icc, .BB0 ! encoding: [0x04,0b01001AAA,A,A]
418 ble,pt %icc, .BB0
420 ! CHECK: bge %icc, .BB0 ! encoding: [0x16,0b01001AAA,A,A]
422 bge,pt %icc, .BB0
424 ! CHECK: bl %icc, .BB0 ! encoding: [0x06,0b01001AAA,A,A]
426 bl,pt %icc, .BB0
428 ! CHECK: bgu %icc, .BB0 ! encoding: [0x18,0b01001AAA,A,A]
430 bgu,pt %icc, .BB0
432 ! CHECK: bleu %icc, .BB0 ! encoding: [0x08,0b01001AAA,A,A]
434 bleu,pt %icc, .BB0
436 ! CHECK: bcc %icc, .BB0 ! encoding: [0x1a,0b01001AAA,A,A]
438 bcc,pt %icc, .BB0
440 ! CHECK: bcs %icc, .BB0 ! encoding: [0x0a,0b01001AAA,A,A]
442 bcs,pt %icc, .BB0
444 ! CHECK: bpos %icc, .BB0 ! encoding: [0x1c,0b01001AAA,A,A]
446 bpos,pt %icc, .BB0
448 ! CHECK: bneg %icc, .BB0 ! encoding: [0x0c,0b01001AAA,A,A]
450 bneg,pt %icc, .BB0
452 ! CHECK: bvc %icc, .BB0 ! encoding: [0x1e,0b01001AAA,A,A]
454 bvc,pt %icc, .BB0
456 ! CHECK: bvs %icc, .BB0 ! encoding: [0x0e,0b01001AAA,A,A]
458 bvs,pt %icc, .BB0
460 ! CHECK: bne,a %icc, .BB0 ! encoding: [0x32,0b01001AAA,A,A]
462 bne,a,pt %icc, .BB0
464 ! CHECK: be,a %icc, .BB0 ! encoding: [0x22,0b01001AAA,A,A]
466 be,a,pt %icc, .BB0
468 ! CHECK: bg,a %icc, .BB0 ! encoding: [0x34,0b01001AAA,A,A]
470 bg,a,pt %icc, .BB0
472 ! CHECK: ble,a %icc, .BB0 ! encoding: [0x24,0b01001AAA,A,A]
474 ble,a,pt %icc, .BB0
476 ! CHECK: bge,a %icc, .BB0 ! encoding: [0x36,0b01001AAA,A,A]
478 bge,a,pt %icc, .BB0
480 ! CHECK: bl,a %icc, .BB0 ! encoding: [0x26,0b01001AAA,A,A]
482 bl,a,pt %icc, .BB0
484 ! CHECK: bgu,a %icc, .BB0 ! encoding: [0x38,0b01001AAA,A,A]
486 bgu,a,pt %icc, .BB0
488 ! CHECK: bleu,a %icc, .BB0 ! encoding: [0x28,0b01001AAA,A,A]
490 bleu,a,pt %icc, .BB0
492 ! CHECK: bcc,a %icc, .BB0 ! encoding: [0x3a,0b01001AAA,A,A]
494 bcc,a,pt %icc, .BB0
496 ! CHECK: bcs,a %icc, .BB0 ! encoding: [0x2a,0b01001AAA,A,A]
498 bcs,a,pt %icc, .BB0
500 ! CHECK: bpos,a %icc, .BB0 ! encoding: [0x3c,0b01001AAA,A,A]
502 bpos,a,pt %icc, .BB0