xref: /llvm-project/llvm/test/MC/Mips/mips3/valid.s (revision bb818b4421233ff122c7aa254095ff9f5f119e64)
18aa19c13SDaniel Sanders# Instructions that are valid
28aa19c13SDaniel Sanders#
3a5a3c38cSSimon Dardis# RUN: llvm-mc %s -triple=mips64-unknown-linux -show-encoding -show-inst -mcpu=mips3 | FileCheck %s
47567a10cSToma Tabacua:
58aa19c13SDaniel Sanders        .set noat
6f72791e4SDaniel Sanders        abs.d     $f7,$f25             # CHECK: encoding:
78aa19c13SDaniel Sanders        abs.s     $f9,$f16
88aa19c13SDaniel Sanders        add       $s7,$s2,$a1
925cdd222SToma Tabacu        add       $9,$14,15176         # CHECK: addi $9, $14, 15176   # encoding: [0x21,0xc9,0x3b,0x48]
1025cdd222SToma Tabacu        add       $24,-7193            # CHECK: addi $24, $24, -7193  # encoding: [0x23,0x18,0xe3,0xe7]
118aa19c13SDaniel Sanders        add.d     $f1,$f7,$f29
128aa19c13SDaniel Sanders        add.s     $f8,$f21,$f24
13f72791e4SDaniel Sanders        addi      $13,$9,26322
14ee73cc58SMatheus Almeida        addi      $8,$8,~1             # CHECK: addi $8, $8, -2 # encoding: [0x21,0x08,0xff,0xfe]
15f72791e4SDaniel Sanders        addu      $9,$a0,$a2
1618227e6fSToma Tabacu        addu      $9,10                # CHECK: addiu $9, $9, 10    # encoding: [0x25,0x29,0x00,0x0a]
17f72791e4SDaniel Sanders        and       $s7,$v0,$12
18c3c18956SMatheus Almeida        and       $2,4                 # CHECK: andi $2, $2, 4 # encoding: [0x30,0x42,0x00,0x04]
193d3ea53fSDaniel Sanders        bc1f      $fcc0, 4             # CHECK: bc1f 4        # encoding: [0x45,0x00,0x00,0x01]
203d3ea53fSDaniel Sanders        bc1f      4                    # CHECK: bc1f 4        # encoding: [0x45,0x00,0x00,0x01]
21238692beSVasileios Kalintiris        bc1fl     $fcc0,50             # CHECK: bc1fl 50      # encoding: [0x45,0x02,0x00,0x0c]
22238692beSVasileios Kalintiris        bc1fl     50                   # CHECK: bc1fl 50      # encoding: [0x45,0x02,0x00,0x0c]
233d3ea53fSDaniel Sanders        bc1t      $fcc0, 4             # CHECK: bc1t 4        # encoding: [0x45,0x01,0x00,0x01]
243d3ea53fSDaniel Sanders        bc1t      4                    # CHECK: bc1t 4        # encoding: [0x45,0x01,0x00,0x01]
25238692beSVasileios Kalintiris        bc1tl     $fcc0,-8239          # CHECK: bc1tl -8239   # encoding: [0x45,0x03,0xf7,0xf4]
26238692beSVasileios Kalintiris        bc1tl     -8239                # CHECK: bc1tl -8239   # encoding: [0x45,0x03,0xf7,0xf4]
2786cb398bSDaniel Sanders        bal       21100                # CHECK: bal 21100     # encoding: [0x04,0x11,0x14,0x9b]
2886cb398bSDaniel Sanders        bgezal    $0, 21100            # CHECK: bal 21100     # encoding: [0x04,0x11,0x14,0x9b]
2986cb398bSDaniel Sanders        bgezal    $6, 21100            # CHECK: bgezal $6, 21100 # encoding: [0x04,0xd1,0x14,0x9b]
3086cb398bSDaniel Sanders        bltzal    $6, 21100            # CHECK: bltzal $6, 21100 # encoding: [0x04,0xd0,0x14,0x9b]
316d1e6489SVasileios Kalintiris        beql      $14,$s3,12544        # CHECK: beql $14, $19, 12544 # encoding: [0x51,0xd3,0x0c,0x40]
326d1e6489SVasileios Kalintiris        bgezall   $12,7293             # CHECK: bgezall $12, 7293    # encoding: [0x05,0x93,0x07,0x1f]
336d1e6489SVasileios Kalintiris        bgezl     $4,-6858             # CHECK: bgezl $4, -6858      # encoding: [0x04,0x83,0xf9,0x4d]
346d1e6489SVasileios Kalintiris        bgtzl     $10,-3738            # CHECK: bgtzl $10, -3738     # encoding: [0x5d,0x40,0xfc,0x59]
356d1e6489SVasileios Kalintiris        blezl     $6,2974              # CHECK: blezl $6, 2974       # encoding: [0x58,0xc0,0x02,0xe7]
366d1e6489SVasileios Kalintiris        bltzall   $6,488               # CHECK: bltzall $6, 488      # encoding: [0x04,0xd2,0x00,0x7a]
376d1e6489SVasileios Kalintiris        bltzl     $s1,-9964            # CHECK: bltzl $17, -9964     # encoding: [0x06,0x22,0xf6,0x45]
386d1e6489SVasileios Kalintiris        bnel      $gp,$s4,5107         # CHECK: bnel $gp, $20, 5107  # encoding: [0x57,0x94,0x04,0xfc]
39c171f65aSDaniel Sanders        cache     1, 8($5)             # CHECK: cache 1, 8($5)   # encoding: [0xbc,0xa1,0x00,0x08]
408aa19c13SDaniel Sanders        c.ngl.d   $f29,$f29
418aa19c13SDaniel Sanders        c.ngle.d  $f0,$f16
428aa19c13SDaniel Sanders        c.sf.d    $f30,$f0
438aa19c13SDaniel Sanders        c.sf.s    $f14,$f22
448aa19c13SDaniel Sanders        ceil.l.d  $f1,$f3
458aa19c13SDaniel Sanders        ceil.l.s  $f18,$f13
46*bb818b44SSimon Dardis        ceil.w.d  $f11,$f25            # CHECK: ceil.w.d  $f11, $f25 # encoding: [0x46,0x20,0xca,0xce]
47*bb818b44SSimon Dardis                                       # CHECK:                      # <MCInst #{{.*}} CEIL_W_D64
48*bb818b44SSimon Dardis        ceil.w.s  $f6,$f20             # CHECK: ceil.w.s  $f6, $f20  # encoding: [0x46,0x00,0xa1,0x8e]
49*bb818b44SSimon Dardis                                       # CHECK:                      # <MCInst #{{.*}} CEIL_W_S
508aa19c13SDaniel Sanders        cfc1      $s1,$21
518aa19c13SDaniel Sanders        ctc1      $a2,$26
52ce6ada41SSimon Dardis        cvt.d.l   $f4,$f16             # CHECK: cvt.d.l $f4, $f16   # encoding: [0x46,0xa0,0x81,0x21]
53ce6ada41SSimon Dardis                                       # CHECK:                     # <MCInst #{{[0-9]+}} CVT_D64_L
54ce6ada41SSimon Dardis        cvt.d.s   $f22,$f28            # CHECK: cvt.d.s $f22, $f28  # encoding: [0x46,0x00,0xe5,0xa1]
55ce6ada41SSimon Dardis                                       # CHECK:                     # <MCInst #{{[0-9]+}} CVT_D64_S
56ce6ada41SSimon Dardis        cvt.d.w   $f26,$f11            # CHECK: cvt.d.w $f26, $f11  # encoding: [0x46,0x80,0x5e,0xa1]
57ce6ada41SSimon Dardis                                       # CHECK:                     # <MCInst #{{[0-9]+}} CVT_D64_W
58ce6ada41SSimon Dardis        cvt.l.d   $f24,$f15            # CHECK: cvt.l.d $f24, $f15  # encoding: [0x46,0x20,0x7e,0x25]
59ce6ada41SSimon Dardis                                       # CHECK:                     # <MCInst #{{[0-9]+}} CVT_L_D64
60ce6ada41SSimon Dardis        cvt.l.s   $f11,$f29            # CHECK: cvt.l.s $f11, $f29  # encoding: [0x46,0x00,0xea,0xe5]
61ce6ada41SSimon Dardis                                       # CHECK:                     # <MCInst #{{[0-9]+}} CVT_L_S
62ce6ada41SSimon Dardis        cvt.s.d   $f26,$f8             # CHECK: cvt.s.d $f26, $f8   # encoding: [0x46,0x20,0x46,0xa0]
63ce6ada41SSimon Dardis                                       # CHECK:                     # <MCInst #{{[0-9]+}} CVT_S_D64
64ce6ada41SSimon Dardis        cvt.s.l   $f15,$f30            # CHECK: cvt.s.l $f15, $f30  # encoding: [0x46,0xa0,0xf3,0xe0]
65ce6ada41SSimon Dardis                                       # CHECK:                     # <MCInst #{{[0-9]+}} CVT_S_L
66ce6ada41SSimon Dardis        cvt.s.w   $f22,$f15            # CHECK: cvt.s.w $f22, $f15  # encoding: [0x46,0x80,0x7d,0xa0]
67ce6ada41SSimon Dardis                                       # CHECK:                     # <MCInst #{{[0-9]+}} CVT_S_W
68ce6ada41SSimon Dardis        cvt.w.d   $f20,$f14            # CHECK: cvt.w.d $f20, $f14  # encoding: [0x46,0x20,0x75,0x24]
69ce6ada41SSimon Dardis                                       # CHECK:                     # <MCInst #{{[0-9]+}} CVT_W_D64
70ce6ada41SSimon Dardis        cvt.w.s   $f20,$f24            # CHECK: cvt.w.s $f20, $f24  # encoding: [0x46,0x00,0xc5,0x24]
71ce6ada41SSimon Dardis                                       # CHECK:                     # <MCInst #{{[0-9]+}} CVT_W_S
728aa19c13SDaniel Sanders        dadd      $s3,$at,$ra
73e898236bSDaniel Sanders        dadd      $sp,$s4,-27705       # CHECK: daddi $sp, $20, -27705 # encoding: [0x62,0x9d,0x93,0xc7]
74e898236bSDaniel Sanders        dadd      $sp,-27705           # CHECK: daddi $sp, $sp, -27705 # encoding: [0x63,0xbd,0x93,0xc7]
758aa19c13SDaniel Sanders        daddi     $sp,$s4,-27705
76e898236bSDaniel Sanders        daddi     $sp,$s4,-27705       # CHECK: daddi $sp, $20, -27705 # encoding: [0x62,0x9d,0x93,0xc7]
77e898236bSDaniel Sanders        daddi     $sp,-27705           # CHECK: daddi $sp, $sp, -27705 # encoding: [0x63,0xbd,0x93,0xc7]
788aa19c13SDaniel Sanders        daddiu    $k0,$s6,-4586
79f0751731SDaniel Sanders        daddu     $s3,$at,$ra
80bbd0eca3SToma Tabacu        daddu     $24,$2,18079         # CHECK: daddiu $24, $2, 18079   # encoding: [0x64,0x58,0x46,0x9f]
81bbd0eca3SToma Tabacu        daddu     $19,26943            # CHECK: daddiu $19, $19, 26943  # encoding: [0x66,0x73,0x69,0x3f]
82b50ccf8eSDaniel Sanders        ddiv      $zero,$k0,$s3
83b50ccf8eSDaniel Sanders        ddivu     $zero,$s0,$s1
84f72791e4SDaniel Sanders        div       $zero,$25,$11
858aa19c13SDaniel Sanders        div.d     $f29,$f20,$f27
868aa19c13SDaniel Sanders        div.s     $f4,$f5,$f15
87f72791e4SDaniel Sanders        divu      $zero,$25,$15
88f72791e4SDaniel Sanders        dmfc1     $12,$f13
898aa19c13SDaniel Sanders        dmtc1     $s0,$f14
90f72791e4SDaniel Sanders        dmult     $s7,$9
918aa19c13SDaniel Sanders        dmultu    $a1,$a2
924160c802SDaniel Sanders        dneg      $2                   # CHECK: dneg $2, $2                 # encoding: [0x00,0x02,0x10,0x2e]
934160c802SDaniel Sanders        dneg      $2,$3                # CHECK: dneg $2, $3                 # encoding: [0x00,0x03,0x10,0x2e]
944160c802SDaniel Sanders        dnegu     $2,$3                # CHECK: dnegu $2, $3                # encoding: [0x00,0x03,0x10,0x2f]
95483d7e93SMatheus Almeida        dsll      $zero,18             # CHECK: dsll $zero, $zero, 18       # encoding: [0x00,0x00,0x04,0xb8]
96483d7e93SMatheus Almeida        dsll      $zero,$s4,18         # CHECK: dsll $zero, $20, 18         # encoding: [0x00,0x14,0x04,0xb8]
97f72791e4SDaniel Sanders        dsll      $zero,$s4,$12        # CHECK: dsllv $zero, $20, $12       # encoding: [0x01,0x94,0x00,0x14]
984155c8f1SSimon Dardis        dsll      $4, $5               # CHECK: dsllv $4, $4, $5            # encoding: [0x00,0xa4,0x20,0x14]
994155c8f1SSimon Dardis        dsll      $4, $5, $5           # CHECK: dsllv $4, $5, $5            # encoding: [0x00,0xa5,0x20,0x14]
100483d7e93SMatheus Almeida        dsll32    $zero,18             # CHECK: dsll32 $zero, $zero, 18     # encoding: [0x00,0x00,0x04,0xbc]
101483d7e93SMatheus Almeida        dsll32    $zero,$zero,18       # CHECK: dsll32 $zero, $zero, 18     # encoding: [0x00,0x00,0x04,0xbc]
102f72791e4SDaniel Sanders        dsllv     $zero,$s4,$12        # CHECK: dsllv $zero, $20, $12       # encoding: [0x01,0x94,0x00,0x14]
103483d7e93SMatheus Almeida        dsra      $gp,10               # CHECK: dsra $gp, $gp, 10           # encoding: [0x00,0x1c,0xe2,0xbb]
104483d7e93SMatheus Almeida        dsra      $gp,$s2,10           # CHECK: dsra $gp, $18, 10           # encoding: [0x00,0x12,0xe2,0xbb]
10552bdd651SDaniel Sanders        dsra      $gp,$s2,$s3          # CHECK: dsrav $gp, $18, $19         # encoding: [0x02,0x72,0xe0,0x17]
106483d7e93SMatheus Almeida        dsra32    $gp,10               # CHECK: dsra32 $gp, $gp, 10         # encoding: [0x00,0x1c,0xe2,0xbf]
107483d7e93SMatheus Almeida        dsra32    $gp,$s2,10           # CHECK: dsra32 $gp, $18, 10         # encoding: [0x00,0x12,0xe2,0xbf]
108483d7e93SMatheus Almeida        dsrav     $gp,$s2,$s3          # CHECK: dsrav $gp, $18, $19         # encoding: [0x02,0x72,0xe0,0x17]
109483d7e93SMatheus Almeida        dsrl      $s3,23               # CHECK: dsrl $19, $19, 23           # encoding: [0x00,0x13,0x9d,0xfa]
110483d7e93SMatheus Almeida        dsrl      $s3,$6,23            # CHECK: dsrl $19, $6, 23            # encoding: [0x00,0x06,0x9d,0xfa]
11156df6ff2SMatheus Almeida        dsrl      $s3,$6,$s4           # CHECK: dsrlv $19, $6, $20          # encoding: [0x02,0x86,0x98,0x16]
1124155c8f1SSimon Dardis        dsrl      $4, $5               # CHECK: dsrlv $4, $4, $5            # encoding: [0x00,0xa4,0x20,0x16]
1134155c8f1SSimon Dardis        dsrl      $4, $4, $5           # CHECK: dsrlv $4, $4, $5            # encoding: [0x00,0xa4,0x20,0x16]
114483d7e93SMatheus Almeida        dsrl32    $s3,23               # CHECK: dsrl32 $19, $19, 23         # encoding: [0x00,0x13,0x9d,0xfe]
115483d7e93SMatheus Almeida        dsrl32    $s3,$6,23            # CHECK: dsrl32 $19, $6, 23          # encoding: [0x00,0x06,0x9d,0xfe]
116483d7e93SMatheus Almeida        dsrlv     $s3,$6,$s4           # CHECK: dsrlv $19, $6, $20          # encoding: [0x02,0x86,0x98,0x16]
117f72791e4SDaniel Sanders        dsub      $a3,$s6,$8
118e898236bSDaniel Sanders        dsub      $sp,$s4,-27705       # CHECK: daddi $sp, $20, 27705  # encoding: [0x62,0x9d,0x6c,0x39]
119e898236bSDaniel Sanders        dsub      $sp,-27705           # CHECK: daddi $sp, $sp, 27705  # encoding: [0x63,0xbd,0x6c,0x39]
120e898236bSDaniel Sanders        dsubi     $sp,$s4,-27705       # CHECK: daddi $sp, $20, 27705  # encoding: [0x62,0x9d,0x6c,0x39]
121e898236bSDaniel Sanders        dsubi     $sp,-27705           # CHECK: daddi $sp, $sp, 27705  # encoding: [0x63,0xbd,0x6c,0x39]
1228aa19c13SDaniel Sanders        dsubu     $a1,$a1,$k0
123bbd0eca3SToma Tabacu        dsubu     $15,$11,5025         # CHECK: daddiu $15, $11, -5025  # encoding: [0x65,0x6f,0xec,0x5f]
124bbd0eca3SToma Tabacu        dsubu     $14,-4586            # CHECK: daddiu $14, $14, 4586   # encoding: [0x65,0xce,0x11,0xea]
125442f1a12SDaniel Sanders        ehb                            # CHECK: ehb # encoding:  [0x00,0x00,0x00,0xc0]
1268aa19c13SDaniel Sanders        eret
1278aa19c13SDaniel Sanders        floor.l.d $f26,$f7
1288aa19c13SDaniel Sanders        floor.l.s $f12,$f5
129*bb818b44SSimon Dardis        floor.w.d $f14,$f11            # CHECK: floor.w.d $f14, $f11      # encoding: [0x46,0x20,0x5b,0x8f]
130*bb818b44SSimon Dardis                                       # CHECK:                           # <MCInst #{{.*}} FLOOR_W_D64
131*bb818b44SSimon Dardis        floor.w.s $f8,$f9              # CHECK: floor.w.s $f8, $f9        # encoding: [0x46,0x00,0x4a,0x0f]
132*bb818b44SSimon Dardis                                       # CHECK:                           # <MCInst #{{.*}} FLOOR_W_S
1336a73883cSDaniel Sanders        j         1f                   # CHECK: j .Ltmp0 # encoding: [0b000010AA,A,A,A]
1346a73883cSDaniel Sanders                                       # CHECK:          #   fixup A - offset: 0, value: .Ltmp0, kind: fixup_Mips_26
1357567a10cSToma Tabacu        j         a                    # CHECK: j a     # encoding: [0b000010AA,A,A,A]
1367567a10cSToma Tabacu                                       # CHECK:         #   fixup A - offset: 0, value: a, kind: fixup_Mips_26
1377567a10cSToma Tabacu        j         1328                 # CHECK: j 1328  # encoding: [0x08,0x00,0x01,0x4c]
1384d32300cSDaniel Sanders        jal       21100                # CHECK: jal 21100     # encoding: [0x0c,0x00,0x14,0x9b]
139ac96ec79SSimon Dardis        l.s       $f2, 8($3)           # CHECK: lwc1 $f2, 8($3) # encoding: [0xc4,0x62,0x00,0x08]
140ac96ec79SSimon Dardis        l.d       $f2, 8($3)           # CHECK: ldc1 $f2, 8($3) # encoding: [0xd4,0x62,0x00,0x08]
141f72791e4SDaniel Sanders        lb        $24,-14515($10)
142f72791e4SDaniel Sanders        lbu       $8,30195($v1)
1438aa19c13SDaniel Sanders        ld        $sp,-28645($s1)
1448aa19c13SDaniel Sanders        ldc1      $f11,16391($s0)
1455e6f54e0SDaniel Sanders        ldc2      $8,-21181($at)        # CHECK: ldc2 $8, -21181($1)   # encoding: [0xd8,0x28,0xad,0x43]
146f72791e4SDaniel Sanders        ldl       $24,-4167($24)
147f72791e4SDaniel Sanders        ldr       $14,-30358($s4)
148f72791e4SDaniel Sanders        lh        $11,-8556($s5)
1498aa19c13SDaniel Sanders        lhu       $s3,-22851($v0)
1508aa19c13SDaniel Sanders        li        $at,-29773
1518aa19c13SDaniel Sanders        li        $zero,-29889
1526a803f61SDaniel Sanders        ll        $v0,-7321($s2)       # CHECK: ll $2, -7321($18)     # encoding: [0xc2,0x42,0xe3,0x67]
1536a803f61SDaniel Sanders        lld       $zero,-14736($ra)    # CHECK: lld $zero, -14736($ra) # encoding: [0xd3,0xe0,0xc6,0x70]
154f72791e4SDaniel Sanders        lw        $8,5674($a1)
1558aa19c13SDaniel Sanders        lwc1      $f16,10225($k0)
1565e6f54e0SDaniel Sanders        lwc2      $18,-841($a2)        # CHECK: lwc2 $18, -841($6)     # encoding: [0xc8,0xd2,0xfc,0xb7]
157f72791e4SDaniel Sanders        lwl       $s4,-4231($15)
1588aa19c13SDaniel Sanders        lwr       $zero,-19147($gp)
1598aa19c13SDaniel Sanders        lwu       $s3,-24086($v1)
1608aa19c13SDaniel Sanders        mfc1      $a3,$f27
1618aa19c13SDaniel Sanders        mfhi      $s3
1628aa19c13SDaniel Sanders        mfhi      $sp
1638aa19c13SDaniel Sanders        mflo      $s1
1648aa19c13SDaniel Sanders        mov.d     $f20,$f14
1658aa19c13SDaniel Sanders        mov.s     $f2,$f27
1661c78ca6aSVasileios Kalintiris        move      $a0,$a3              # CHECK: move $4, $7              # encoding: [0x00,0xe0,0x20,0x25]
1671c78ca6aSVasileios Kalintiris        move      $s5,$a0              # CHECK: move $21, $4             # encoding: [0x00,0x80,0xa8,0x25]
1681c78ca6aSVasileios Kalintiris        move      $s8,$a0              # CHECK: move $fp, $4             # encoding: [0x00,0x80,0xf0,0x25]
1691c78ca6aSVasileios Kalintiris        move      $25,$a2              # CHECK: move $25, $6             # encoding: [0x00,0xc0,0xc8,0x25]
1708aa19c13SDaniel Sanders        mtc1      $s8,$f9
1718aa19c13SDaniel Sanders        mthi      $s1
1728aa19c13SDaniel Sanders        mtlo      $sp
173f72791e4SDaniel Sanders        mtlo      $25
1748aa19c13SDaniel Sanders        mul.d     $f20,$f20,$f16
1758aa19c13SDaniel Sanders        mul.s     $f30,$f10,$f2
1768aa19c13SDaniel Sanders        mult      $sp,$s4
1778aa19c13SDaniel Sanders        mult      $sp,$v0
1788aa19c13SDaniel Sanders        multu     $gp,$k0
179f72791e4SDaniel Sanders        multu     $9,$s2
180273fc26bSSimon Dardis        neg       $2                   # CHECK: neg  $2, $2            # encoding: [0x00,0x02,0x10,0x22]
181273fc26bSSimon Dardis        neg       $2, $3               # CHECK: neg  $2, $3            # encoding: [0x00,0x03,0x10,0x22]
182e8448728SMatheus Almeida        negu      $2                   # CHECK: negu $2, $2            # encoding: [0x00,0x02,0x10,0x23]
183e8448728SMatheus Almeida        negu      $2,$3                # CHECK: negu $2, $3            # encoding: [0x00,0x03,0x10,0x23]
1848aa19c13SDaniel Sanders        neg.d     $f27,$f18
1858aa19c13SDaniel Sanders        neg.s     $f1,$f15
1868aa19c13SDaniel Sanders        nop
1878aa19c13SDaniel Sanders        nor       $a3,$zero,$a3
1887b7cb8d9SSimon Dardis        not       $3, $4               # CHECK: not $3, $4             # encoding: [0x00,0x80,0x18,0x27]
1897b7cb8d9SSimon Dardis        not       $3                   # CHECK: not $3, $3             # encoding: [0x00,0x60,0x18,0x27]
190f72791e4SDaniel Sanders        or        $12,$s0,$sp
191c3c18956SMatheus Almeida        or        $2, 4                # CHECK: ori $2, $2, 4          # encoding: [0x34,0x42,0x00,0x04]
1928aa19c13SDaniel Sanders        round.l.d $f12,$f1
1938aa19c13SDaniel Sanders        round.l.s $f25,$f5
194*bb818b44SSimon Dardis        round.w.d $f6, $f4             # CHECK: round.w.d $f6, $f4     # encoding: [0x46,0x20,0x21,0x8c]
195*bb818b44SSimon Dardis                                       # CHECK:                        # <MCInst #{{.*}} ROUND_W_D64
196*bb818b44SSimon Dardis        round.w.s $f27,$f28            # CHECK: round.w.s $f27, $f28   # encoding: [0x46,0x00,0xe6,0xcc]
197*bb818b44SSimon Dardis                                       # CHECK:                        # <MCInst #{{.*}} ROUND_W_S
198ac96ec79SSimon Dardis        s.s       $f2, 8($3)           # CHECK: swc1  $f2, 8($3)       # encoding: [0xe4,0x62,0x00,0x08]
199ac96ec79SSimon Dardis        s.d       $f2, 8($3)           # CHECK: sdc1  $f2, 8($3)       # encoding: [0xf4,0x62,0x00,0x08]
200f72791e4SDaniel Sanders        sb        $s6,-19857($14)
2016a803f61SDaniel Sanders        sc        $15,18904($s3)       # CHECK: sc $15, 18904($19)     # encoding: [0xe2,0x6f,0x49,0xd8]
2026a803f61SDaniel Sanders        scd       $15,-8243($sp)       # CHECK: scd $15, -8243($sp)    # encoding: [0xf3,0xaf,0xdf,0xcd]
203f72791e4SDaniel Sanders        sd        $12,5835($10)
204f72791e4SDaniel Sanders        sdc1      $f31,30574($13)
2055e6f54e0SDaniel Sanders        sdc2      $20,23157($s2)       # CHECK: sdc2 $20, 23157($18)   # encoding: [0xfa,0x54,0x5a,0x75]
2068aa19c13SDaniel Sanders        sdl       $a3,-20961($s8)
207f72791e4SDaniel Sanders        sdr       $11,-20423($12)
208273fc26bSSimon Dardis        sgt       $4, $5               # CHECK: slt $4, $5, $4         # encoding: [0x00,0xa4,0x20,0x2a]
209273fc26bSSimon Dardis        sgt       $4, $5, $6           # CHECK: slt $4, $6, $5         # encoding: [0x00,0xc5,0x20,0x2a]
210273fc26bSSimon Dardis        sgtu      $4, $5               # CHECK: sltu $4, $5, $4        # encoding: [0x00,0xa4,0x20,0x2b]
211273fc26bSSimon Dardis        sgtu      $4, $5, $6           # CHECK: sltu $4, $6, $5        # encoding: [0x00,0xc5,0x20,0x2b]
212f72791e4SDaniel Sanders        sh        $14,-6704($15)
213273fc26bSSimon Dardis        sll       $4, $5               # CHECK: sllv $4, $4, $5        # encoding: [0x00,0xa4,0x20,0x04]
2146cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SLL
2156cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SLL_MM
216483d7e93SMatheus Almeida        sll       $a3,18               # CHECK: sll $7, $7, 18         # encoding: [0x00,0x07,0x3c,0x80]
2176cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SLL
2186cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SLL_MM
219483d7e93SMatheus Almeida        sll       $a3,$zero,18         # CHECK: sll $7, $zero, 18      # encoding: [0x00,0x00,0x3c,0x80]
2206cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SLL
2216cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SLL_MM
222312ac024SMatheus Almeida        sll       $a3,$zero,$9         # CHECK: sllv $7, $zero, $9     # encoding: [0x01,0x20,0x38,0x04]
2236cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SLL
2246cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SLL_MM
225483d7e93SMatheus Almeida        sllv      $a3,$zero,$9         # CHECK: sllv $7, $zero, $9     # encoding: [0x01,0x20,0x38,0x04]
2266cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SLLV
2276cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SLLV_MM
228bbd5e85eSMatheus Almeida        slt       $s7,$11,$k1          # CHECK: slt $23, $11, $27      # encoding: [0x01,0x7b,0xb8,0x2a]
229bbd5e85eSMatheus Almeida        slti      $s1,$10,9489         # CHECK: slti $17, $10, 9489    # encoding: [0x29,0x51,0x25,0x11]
230f72791e4SDaniel Sanders        sltiu     $25,$25,-15531       # CHECK: sltiu $25, $25, -15531 # encoding: [0x2f,0x39,0xc3,0x55]
231bbd5e85eSMatheus Almeida        sltu      $s4,$s5,$11          # CHECK: sltu  $20, $21, $11    # encoding: [0x02,0xab,0xa0,0x2b]
232f72791e4SDaniel Sanders        sltu      $24,$25,-15531       # CHECK: sltiu $24, $25, -15531 # encoding: [0x2f,0x38,0xc3,0x55]
2338aa19c13SDaniel Sanders        sqrt.d    $f17,$f22
2348aa19c13SDaniel Sanders        sqrt.s    $f0,$f1
235273fc26bSSimon Dardis        sra       $4, $5               # CHECK: srav $4, $4, $5        # encoding: [0x00,0xa4,0x20,0x07]
2366cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SRA
2376cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SRA_MM
238483d7e93SMatheus Almeida        sra       $s1,15               # CHECK: sra $17, $17, 15       # encoding: [0x00,0x11,0x8b,0xc3]
2396cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SRA
2406cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SRA_MM
241483d7e93SMatheus Almeida        sra       $s1,$s7,15           # CHECK: sra $17, $23, 15       # encoding: [0x00,0x17,0x8b,0xc3]
2426cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SRA
2436cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SRA_MM
24452bdd651SDaniel Sanders        sra       $s1,$s7,$sp          # CHECK: srav $17, $23, $sp     # encoding: [0x03,0xb7,0x88,0x07]
2456cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SRA
2466cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SRA_MM
247483d7e93SMatheus Almeida        srav      $s1,$s7,$sp          # CHECK: srav $17, $23, $sp     # encoding: [0x03,0xb7,0x88,0x07]
2486cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SRAV
2496cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SRAV_MM
250273fc26bSSimon Dardis        srl       $4, $5               # CHECK: srlv $4, $4, $5        # encoding: [0x00,0xa4,0x20,0x06]
2516cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SRL
2526cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SRL_MM
253483d7e93SMatheus Almeida        srl       $2,7                 # CHECK: srl $2, $2, 7          # encoding: [0x00,0x02,0x11,0xc2]
2546cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SRL
2556cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SRL_MM
256483d7e93SMatheus Almeida        srl       $2,$2,7              # CHECK: srl $2, $2, 7          # encoding: [0x00,0x02,0x11,0xc2]
2576cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SRL
2586cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SRL_MM
259f72791e4SDaniel Sanders        srl       $25,$s4,$a0          # CHECK: srlv $25, $20, $4      # encoding: [0x00,0x94,0xc8,0x06]
2606cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SRL
2616cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SRL_MM
262f72791e4SDaniel Sanders        srlv      $25,$s4,$a0          # CHECK: srlv $25, $20, $4      # encoding: [0x00,0x94,0xc8,0x06]
2636cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SRLV
2646cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SRLV_MM
265442f1a12SDaniel Sanders        ssnop                          # CHECK: ssnop                  # encoding: [0x00,0x00,0x00,0x40]
266f72791e4SDaniel Sanders        sub       $s6,$s3,$12
26725cdd222SToma Tabacu        sub       $22,$17,-3126        # CHECK: addi $22, $17, 3126    # encoding: [0x22,0x36,0x0c,0x36]
26825cdd222SToma Tabacu        sub       $13,6512             # CHECK: addi $13, $13, -6512   # encoding: [0x21,0xad,0xe6,0x90]
2698aa19c13SDaniel Sanders        sub.d     $f18,$f3,$f17
2708aa19c13SDaniel Sanders        sub.s     $f23,$f22,$f22
2718aa19c13SDaniel Sanders        subu      $sp,$s6,$s6
2728aa19c13SDaniel Sanders        sw        $ra,-10160($sp)
273f72791e4SDaniel Sanders        swc1      $f6,-8465($24)
2745e6f54e0SDaniel Sanders        swc2      $25,24880($s0)       # CHECK: swc2 $25, 24880($16)   # encoding: [0xea,0x19,0x61,0x30]
275f72791e4SDaniel Sanders        swl       $15,13694($s3)
276f72791e4SDaniel Sanders        swr       $s1,-26590($14)
277784f797dSMatheus Almeida        sync                           # CHECK: sync                   # encoding: [0x00,0x00,0x00,0x0f]
278c4463c94SSimon Dardis        sync 0                         # CHECK: sync                   # encoding: [0x00,0x00,0x00,0x0f]
27903a8d2f8SDaniel Sanders        syscall                        # CHECK: syscall                # encoding: [0x00,0x00,0x00,0x0c]
28003a8d2f8SDaniel Sanders        syscall   256                  # CHECK: syscall 256            # encoding: [0x00,0x00,0x40,0x0c]
281d2ac0fafSSimon Dardis        teq $zero, $3                  # CHECK: teq $zero, $3          # encoding: [0x00,0x03,0x00,0x34]
2821fcea42eSDaniel Sanders        teq $5, $7, 620                # CHECK: teq $5, $7, 620        # encoding: [0x00,0xa7,0x9b,0x34]
283d2ac0fafSSimon Dardis        teqi  $21, -17504              # CHECK: teqi  $21, -17504      # encoding: [0x06,0xac,0xbb,0xa0]
2841fcea42eSDaniel Sanders        tge $7, $10                    # CHECK: tge $7, $10            # encoding: [0x00,0xea,0x00,0x30]
2851fcea42eSDaniel Sanders        tge $5, $19, 340               # CHECK: tge $5, $19, 340       # encoding: [0x00,0xb3,0x55,0x30]
286d2ac0fafSSimon Dardis        tgei  $17, 5025                # CHECK: tgei  $17, 5025        # encoding: [0x06,0x28,0x13,0xa1]
287d2ac0fafSSimon Dardis        tgeiu $sp, -28621              # CHECK: tgeiu $sp, -28621      # encoding: [0x07,0xa9,0x90,0x33]
288d2ac0fafSSimon Dardis        tgeu  $22, $gp                 # CHECK: tgeu  $22, $gp         # encoding: [0x02,0xdc,0x00,0x31]
2891fcea42eSDaniel Sanders        tgeu  $20, $14, 379            # CHECK: tgeu  $20, $14, 379    # encoding: [0x02,0x8e,0x5e,0xf1]
2908dcb116aSDaniel Sanders        tlbp                           # CHECK: tlbp                   # encoding: [0x42,0x00,0x00,0x08]
291a5a3c38cSSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} TLBP
292a5a3c38cSSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} TLBP_MM
2938dcb116aSDaniel Sanders        tlbr                           # CHECK: tlbr                   # encoding: [0x42,0x00,0x00,0x01]
294a5a3c38cSSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} TLBR
295a5a3c38cSSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} TLBR_MM
2968dcb116aSDaniel Sanders        tlbwi                          # CHECK: tlbwi                  # encoding: [0x42,0x00,0x00,0x02]
297a5a3c38cSSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} TLBWI
298a5a3c38cSSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} TLBWI_MM
2998dcb116aSDaniel Sanders        tlbwr                          # CHECK: tlbwr                  # encoding: [0x42,0x00,0x00,0x06]
300a5a3c38cSSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} TLBWR
301a5a3c38cSSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} TLBWR_MM
3021fcea42eSDaniel Sanders        tlt $15, $13                   # CHECK: tlt $15, $13           # encoding: [0x01,0xed,0x00,0x32]
3031fcea42eSDaniel Sanders        tlt $2, $19, 133               # CHECK: tlt $2, $19, 133       # encoding: [0x00,0x53,0x21,0x72]
304d2ac0fafSSimon Dardis        tlti  $14, -21059              # CHECK: tlti  $14, -21059      # encoding: [0x05,0xca,0xad,0xbd]
305d2ac0fafSSimon Dardis        tltiu $ra, -5076               # CHECK: tltiu $ra, -5076       # encoding: [0x07,0xeb,0xec,0x2c]
3061fcea42eSDaniel Sanders        tltu  $11, $16                 # CHECK: tltu  $11, $16         # encoding: [0x01,0x70,0x00,0x33]
307d2ac0fafSSimon Dardis        tltu  $16, $sp, 1016           # CHECK: tltu  $16, $sp, 1016   # encoding: [0x02,0x1d,0xfe,0x33]
3081fcea42eSDaniel Sanders        tne $6, $17                    # CHECK: tne $6, $17            # encoding: [0x00,0xd1,0x00,0x36]
3091fcea42eSDaniel Sanders        tne $7, $8, 885                # CHECK: tne $7, $8, 885        # encoding: [0x00,0xe8,0xdd,0x76]
310d2ac0fafSSimon Dardis        tnei  $12, -29647              # CHECK: tnei  $12, -29647      # encoding: [0x05,0x8e,0x8c,0x31]
311d665a66bSZoran Jovanovic        trunc.l.d $f23,$f23            # CHECK: trunc.l.d $f23, $f23   # encoding: [0x46,0x20,0xbd,0xc9]
312d665a66bSZoran Jovanovic        trunc.l.s $f28,$f31            # CHECK: trunc.l.s $f28, $f31   # encoding: [0x46,0x00,0xff,0x09]
313d665a66bSZoran Jovanovic        trunc.w.d $f22,$f15            # CHECK: trunc.w.d $f22, $f15   # encoding: [0x46,0x20,0x7d,0x8d]
314*bb818b44SSimon Dardis                                       # CHECK: <MCInst #{{.*}} TRUNC_W_D64
315d665a66bSZoran Jovanovic        trunc.w.s $f28,$f30            # CHECK: trunc.w.s $f28, $f30   # encoding: [0x46,0x00,0xf7,0x0d]
316*bb818b44SSimon Dardis                                       # CHECK: <MCInst #{{.*}} TRUNC_W_S
317d665a66bSZoran Jovanovic        trunc.w.d $f4,$f6,$4           # CHECK: trunc.w.d $f4, $f6     # encoding: [0x46,0x20,0x31,0x0d]
318d665a66bSZoran Jovanovic        trunc.w.s $f4,$f6,$4           # CHECK: trunc.w.s $f4, $f6     # encoding: [0x46,0x00,0x31,0x0d]
3198aa19c13SDaniel Sanders        xor       $s2,$a0,$s8
320dcebf5b9SToma Tabacu        xor       $2, 4                # CHECK: xori $2, $2, 4         # encoding: [0x38,0x42,0x00,0x04]
3217567a10cSToma Tabacu
3227567a10cSToma Tabacu1:
3234ccda502SSimon Dardis
3244ccda502SSimon Dardis        # Check that we accept traditional %relocation(symbol) offsets for stores
3254ccda502SSimon Dardis        # and loads, not just a sign 16 bit offset.
3264ccda502SSimon Dardis
3274ccda502SSimon Dardis        lui       $2, %hi(g_8)            # CHECK:  encoding: [0x3c,0x02,A,A]
3284ccda502SSimon Dardis        lb        $3, %lo(g_8)($2)        # CHECK:  encoding: [0x80,0x43,A,A]
3294ccda502SSimon Dardis        lh        $3, %lo(g_8)($2)        # CHECK:  encoding: [0x84,0x43,A,A]
3304ccda502SSimon Dardis        lhu       $3, %lo(g_8)($2)        # CHECK:  encoding: [0x94,0x43,A,A]
3314ccda502SSimon Dardis        lw        $3, %lo(g_8)($2)        # CHECK:  encoding: [0x8c,0x43,A,A]
3324ccda502SSimon Dardis        sb        $3, %lo(g_8)($2)        # CHECK:  encoding: [0xa0,0x43,A,A]
3334ccda502SSimon Dardis        sh        $3, %lo(g_8)($2)        # CHECK:  encoding: [0xa4,0x43,A,A]
3344ccda502SSimon Dardis        sw        $3, %lo(g_8)($2)        # CHECK:  encoding: [0xac,0x43,A,A]
3354ccda502SSimon Dardis
3364ccda502SSimon Dardis        lwl       $3, %lo(g_8)($2)        # CHECK:  encoding: [0x88,0x43,A,A]
3374ccda502SSimon Dardis        lwr       $3, %lo(g_8)($2)        # CHECK:  encoding: [0x98,0x43,A,A]
3384ccda502SSimon Dardis        swl       $3, %lo(g_8)($2)        # CHECK:  encoding: [0xa8,0x43,A,A]
3394ccda502SSimon Dardis        swr       $3, %lo(g_8)($2)        # CHECK:  encoding: [0xb8,0x43,A,A]
3404ccda502SSimon Dardis
3414ccda502SSimon Dardis        lwc1      $f0, %lo(g_8)($2)       # CHECK:  encoding: [0xc4,0x40,A,A]
3424ccda502SSimon Dardis        ldc1      $f0, %lo(g_8)($2)       # CHECK:  encoding: [0xd4,0x40,A,A]
3434ccda502SSimon Dardis        swc1      $f0, %lo(g_8)($2)       # CHECK:  encoding: [0xe4,0x40,A,A]
3444ccda502SSimon Dardis        sdc1      $f0, %lo(g_8)($2)       # CHECK:  encoding: [0xf4,0x40,A,A]
3454ccda502SSimon Dardis        lwu       $3, %lo(g_8)($2)        # CHECK:  encoding: [0x9c,0x43,A,A]
3464ccda502SSimon Dardis        ld        $3, %lo(g_8)($2)        # CHECK:  encoding: [0xdc,0x43,A,A]
3474ccda502SSimon Dardis        sd        $3, %lo(g_8)($2)        # CHECK:  encoding: [0xfc,0x43,A,A]
3484ccda502SSimon Dardis        ldl       $3, %lo(g_8)($2)        # CHECK:  encoding: [0x68,0x43,A,A]
3494ccda502SSimon Dardis        ldr       $3, %lo(g_8)($2)        # CHECK:  encoding: [0x6c,0x43,A,A]
3504ccda502SSimon Dardis        sdl       $3, %lo(g_8)($2)        # CHECK:  encoding: [0xb0,0x43,A,A]
3514ccda502SSimon Dardis        sdr       $3, %lo(g_8)($2)        # CHECK:  encoding: [0xb4,0x43,A,A]
3524ccda502SSimon Dardis        .type     g_8,@object
3534ccda502SSimon Dardis        .comm     g_8,16,16
354