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.ps         $fcc5,$f0,$f9
11        c.f.ps          $fcc6,$f11,$f11
12        c.le.ps         $fcc1,$f7,$f20
13        c.lt.ps         $f19,$f5
14        c.nge.ps        $f1,$f26
15        c.ngl.ps        $f21,$f30
16        c.ngle.ps       $fcc7,$f12,$f20
17        c.ngt.ps        $fcc5,$f30,$f6
18        c.ole.ps        $fcc7,$f21,$f8
19        c.olt.ps        $fcc3,$f7,$f16
20        c.seq.ps        $fcc6,$f31,$f14
21        c.sf.ps         $fcc6,$f4,$f6
22        c.ueq.ps        $fcc1,$f5,$f29
23        c.ule.ps        $fcc6,$f17,$f3
24        c.ult.ps        $fcc7,$f14,$f0
25        c.un.ps         $fcc4,$f2,$f26
26        rorv            $13,$a3,$s5
27