1# Instructions that should be valid but currently fail for known reasons (e.g.
2# they aren't implemented yet).
3# This test is set up to XPASS if any instruction generates an encoding.
4#
5# RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32 | not FileCheck %s
6# CHECK-NOT: encoding
7# XFAIL: *
8
9        .set noat
10        c.eq.d          $fcc1,$f15,$f15
11        c.eq.s          $fcc5,$f24,$f17
12        c.f.d           $fcc4,$f11,$f21
13        c.f.s           $fcc4,$f30,$f7
14        c.le.d          $fcc4,$f18,$f1
15        c.le.s          $fcc6,$f24,$f4
16        c.lt.d          $fcc3,$f9,$f3
17        c.lt.s          $fcc2,$f17,$f14
18        c.nge.d         $fcc5,$f21,$f16
19        c.nge.s         $fcc3,$f11,$f8
20        c.ngl.s         $fcc2,$f31,$f23
21        c.ngle.s        $fcc2,$f18,$f23
22        c.ngt.d         $fcc4,$f24,$f7
23        c.ngt.s         $fcc5,$f8,$f13
24        c.ole.d         $fcc2,$f16,$f31
25        c.ole.s         $fcc3,$f7,$f20
26        c.olt.d         $fcc4,$f19,$f28
27        c.olt.s         $fcc6,$f20,$f7
28        c.seq.d         $fcc4,$f31,$f7
29        c.seq.s         $fcc7,$f1,$f25
30        c.ueq.d         $fcc4,$f13,$f25
31        c.ueq.s         $fcc6,$f3,$f30
32        c.ule.d         $fcc7,$f25,$f18
33        c.ule.s         $fcc7,$f21,$f30
34        c.ult.d         $fcc6,$f6,$f17
35        c.ult.s         $fcc7,$f24,$f10
36        c.un.d          $fcc6,$f23,$f24
37        c.un.s          $fcc1,$f30,$f4
38        rorv            $13,$a3,$s5
39