• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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=mips5 | 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.ps         $f12,$f18,$f30,$12
13        c.eq.ps         $fcc5,$f0,$f9
14        c.f.ps          $fcc6,$f11,$f11
15        c.le.ps         $fcc1,$f7,$f20
16        c.lt.ps         $f19,$f5
17        c.nge.ps        $f1,$f26
18        c.ngl.ps        $f21,$f30
19        c.ngle.ps       $fcc7,$f12,$f20
20        c.ngt.ps        $fcc5,$f30,$f6
21        c.ole.ps        $fcc7,$f21,$f8
22        c.olt.ps        $fcc3,$f7,$f16
23        c.seq.ps        $fcc6,$f31,$f14
24        c.sf.ps         $fcc6,$f4,$f6
25        c.ueq.ps        $fcc1,$f5,$f29
26        c.ule.ps        $fcc6,$f17,$f3
27        c.ult.ps        $fcc7,$f14,$f0
28        c.un.ps         $fcc4,$f2,$f26
29        cvt.ps.s        $f3,$f18,$f19
30        cvt.s.pl        $f30,$f1
31        cvt.s.pu        $f14,$f25
32        madd.ps         $f22,$f3,$f14,$f3
33        mov.ps          $f22,$f17
34        movf.ps         $f10,$f28,$fcc6
35        movn.ps         $f31,$f31,$s3
36        movt.ps         $f20,$f25,$fcc2
37        movz.ps         $f18,$f17,$ra
38        msub.ps         $f12,$f14,$f29,$f17
39        mul.ps          $f14,$f0,$f16
40        neg.ps          $f19,$f13
41        nmadd.ps        $f27,$f4,$f9,$f25
42        nmsub.ps        $f6,$f12,$f14,$f17
43        pll.ps          $f25,$f9,$f30
44        plu.ps          $f1,$f26,$f29
45        pul.ps          $f9,$f30,$f26
46        puu.ps          $f24,$f9,$f2
47        sub.ps          $f5,$f14,$f26
48