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=mips32r3 | not FileCheck %s
6# CHECK-NOT: encoding
7# XFAIL: *
8
9        .set noat
10        abs.ps          $f22,$f8
11        add.ps          $f25,$f27,$f13
12        addqh.w         $s7,$s7,$k1
13        addqh_r.w       $8,$v1,$zero
14        alnv.ps         $f12,$f18,$f30,$12
15        c.eq.ps         $fcc5,$f0,$f9
16        c.f.ps          $fcc6,$f11,$f11
17        c.le.ps         $fcc1,$f7,$f20
18        c.lt.ps         $f19,$f5
19        c.nge.ps        $f1,$f26
20        c.ngl.ps        $f21,$f30
21        c.ngle.ps       $fcc7,$f12,$f20
22        c.ngt.ps        $fcc5,$f30,$f6
23        c.ole.ps        $fcc7,$f21,$f8
24        c.olt.ps        $fcc3,$f7,$f16
25        c.seq.ps        $fcc6,$f31,$f14
26        c.sf.ps         $fcc6,$f4,$f6
27        c.ueq.ps        $fcc1,$f5,$f29
28        c.ule.ps        $fcc6,$f17,$f3
29        c.ult.ps        $fcc7,$f14,$f0
30        c.un.ps         $fcc4,$f2,$f26
31        ceil.l.d        $f1,$f3
32        ceil.l.s        $f18,$f13
33        cfcmsa          $s6,$19
34        ctcmsa          $31,$s7
35        cvt.d.l         $f4,$f16
36        cvt.ps.s        $f3,$f18,$f19
37        cvt.s.l         $f15,$f30
38        cvt.s.pl        $f30,$f1
39        cvt.s.pu        $f14,$f25
40        dmt $k0
41        dvpe            $s6
42        emt $8
43        evpe            $v0
44        floor.l.d       $f26,$f7
45        floor.l.s       $f12,$f5
46        fork            $s2,$8,$a0
47        iret
48        lbe             $14,122($9)
49        lbue            $11,-108($10)
50        lhe             $s6,219($v1)
51        lhue            $gp,118($11)
52        lle             $gp,-237($ra)
53        lwe             $ra,-145($14)
54        lwle            $11,-42($11)
55        lwre            $sp,-152($24)
56        madd.ps         $f22,$f3,$f14,$f3
57        mfgc0           $s6,c0_datahi1
58        mov.ps          $f22,$f17
59        movf.ps         $f10,$f28,$fcc6
60        movn.ps         $f31,$f31,$s3
61        movt.ps         $f20,$f25,$fcc2
62        movz.ps         $f18,$f17,$ra
63        msub.ps         $f12,$f14,$f29,$f17
64        mtc0            $9,c0_datahi1
65        mtgc0           $s4,$21,7
66        mul.ps          $f14,$f0,$f16
67        neg.ps          $f19,$f13
68        nmadd.ps        $f27,$f4,$f9,$f25
69        nmsub.ps        $f6,$f12,$f14,$f17
70        pll.ps          $f25,$f9,$f30
71        plu.ps          $f1,$f26,$f29
72        preceq.w.phl    $s8,$gp
73        preceq.w.phr    $s5,$15
74        pul.ps          $f9,$f30,$f26
75        puu.ps          $f24,$f9,$f2
76        rdpgpr          $s3,$9
77        rorv            $13,$a3,$s5
78        round.l.d       $f12,$f1
79        round.l.s       $f25,$f5
80        sbe             $s7,33($s1)
81        sce             $sp,189($10)
82        she             $24,105($v0)
83        sub.ps          $f5,$f14,$f26
84        swe             $24,94($k0)
85        swle            $v1,-209($gp)
86        swre            $k0,-202($s2)
87        tlbginv
88        tlbginvf
89        tlbgp
90        tlbgr
91        tlbgwi
92        tlbgwr
93        tlbinv
94        tlbinvf
95        trunc.l.d       $f23,$f23
96        trunc.l.s       $f28,$f31
97        wrpgpr          $zero,$13
98        yield           $v1,$s0
99