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=mips64-unknown-linux -show-encoding -mcpu=mips64 | 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        alnv.ob         $v22,$v19,$v30,$v1
13        alnv.ob         $v31,$v23,$v30,$at
14        alnv.ob         $v8,$v17,$v30,$a1
15        alnv.ps         $f12,$f18,$f30,$12
16        c.eq.d          $fcc1,$f15,$f15
17        c.eq.ps         $fcc5,$f0,$f9
18        c.eq.s          $fcc5,$f24,$f17
19        c.f.d           $fcc4,$f11,$f21
20        c.f.ps          $fcc6,$f11,$f11
21        c.f.s           $fcc4,$f30,$f7
22        c.le.d          $fcc4,$f18,$f1
23        c.le.ps         $fcc1,$f7,$f20
24        c.le.s          $fcc6,$f24,$f4
25        c.lt.d          $fcc3,$f9,$f3
26        c.lt.ps         $f19,$f5
27        c.lt.s          $fcc2,$f17,$f14
28        c.nge.d         $fcc5,$f21,$f16
29        c.nge.ps        $f1,$f26
30        c.nge.s         $fcc3,$f11,$f8
31        c.ngl.ps        $f21,$f30
32        c.ngl.s         $fcc2,$f31,$f23
33        c.ngle.ps       $fcc7,$f12,$f20
34        c.ngle.s        $fcc2,$f18,$f23
35        c.ngt.d         $fcc4,$f24,$f7
36        c.ngt.ps        $fcc5,$f30,$f6
37        c.ngt.s         $fcc5,$f8,$f13
38        c.ole.d         $fcc2,$f16,$f31
39        c.ole.ps        $fcc7,$f21,$f8
40        c.ole.s         $fcc3,$f7,$f20
41        c.olt.d         $fcc4,$f19,$f28
42        c.olt.ps        $fcc3,$f7,$f16
43        c.olt.s         $fcc6,$f20,$f7
44        c.seq.d         $fcc4,$f31,$f7
45        c.seq.ps        $fcc6,$f31,$f14
46        c.seq.s         $fcc7,$f1,$f25
47        c.sf.ps         $fcc6,$f4,$f6
48        c.ueq.d         $fcc4,$f13,$f25
49        c.ueq.ps        $fcc1,$f5,$f29
50        c.ueq.s         $fcc6,$f3,$f30
51        c.ule.d         $fcc7,$f25,$f18
52        c.ule.ps        $fcc6,$f17,$f3
53        c.ule.s         $fcc7,$f21,$f30
54        c.ult.d         $fcc6,$f6,$f17
55        c.ult.ps        $fcc7,$f14,$f0
56        c.ult.s         $fcc7,$f24,$f10
57        c.un.d          $fcc6,$f23,$f24
58        c.un.ps         $fcc4,$f2,$f26
59        c.un.s          $fcc1,$f30,$f4
60        cvt.ps.s        $f3,$f18,$f19
61        cvt.s.pl        $f30,$f1
62        cvt.s.pu        $f14,$f25
63        dmfc0           $10,c0_watchhi,2
64        dmtc0           $15,c0_datalo
65        madd.ps         $f22,$f3,$f14,$f3
66        mov.ps          $f22,$f17
67        movf.ps         $f10,$f28,$fcc6
68        movn.ps         $f31,$f31,$s3
69        movt.ps         $f20,$f25,$fcc2
70        movz.ps         $f18,$f17,$ra
71        msgn.qh         $v0,$v24,$v20
72        msgn.qh         $v12,$v21,$v0[1]
73        msub.ps         $f12,$f14,$f29,$f17
74        mul.ps          $f14,$f0,$f16
75        neg.ps          $f19,$f13
76        nmadd.ps        $f27,$f4,$f9,$f25
77        nmsub.ps        $f6,$f12,$f14,$f17
78        pll.ps          $f25,$f9,$f30
79        plu.ps          $f1,$f26,$f29
80        pul.ps          $f9,$f30,$f26
81        puu.ps          $f24,$f9,$f2
82        recip.d         $f19,$f6
83        recip.s         $f3,$f30
84        rsqrt.d         $f3,$f28
85        rsqrt.s         $f4,$f8
86        sub.ps          $f5,$f14,$f26
87