xref: /llvm-project/llvm/test/MC/Mips/mips32/valid.s (revision bb818b4421233ff122c7aa254095ff9f5f119e64)
18aa19c13SDaniel Sanders# Instructions that are valid
28aa19c13SDaniel Sanders#
398749e02SStefan Maksimovic# RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -show-inst -mcpu=mips32 | FileCheck %s
47567a10cSToma Tabacua:
58aa19c13SDaniel Sanders        .set noat
698749e02SStefan Maksimovic        abs.d     $f0,$f12             # CHECK: abs.d  $f0, $f12 # encoding: [0x46,0x20,0x60,0x05]
798749e02SStefan Maksimovic                                       # CHECK-NEXT:             # <MCInst #{{[0-9]+}} FABS_D32
898749e02SStefan Maksimovic        abs.s     $f0,$f12             # CHECK: abs.s  $f0, $f12 # encoding: [0x46,0x00,0x60,0x05]
998749e02SStefan Maksimovic                                       # CHECK-NEXT:             # <MCInst #{{[0-9]+}} FABS_S
108aa19c13SDaniel Sanders        add       $s7,$s2,$a1
1125cdd222SToma Tabacu        add       $9,$14,15176         # CHECK: addi $9, $14, 15176   # encoding: [0x21,0xc9,0x3b,0x48]
1225cdd222SToma Tabacu        add       $24,-7193            # CHECK: addi $24, $24, -7193  # encoding: [0x23,0x18,0xe3,0xe7]
13b3e7ed3bSStefan Maksimovic        add.d     $f0, $f2, $f4        # CHECK: add.d   $f0, $f2, $f4 # encoding: [0x46,0x24,0x10,0x00]
146562b3d9SDouglas Yung                                       # CHECK-NEXT:                  # <MCInst #{{[0-9]+}} FADD_D32
158aa19c13SDaniel Sanders        add.s     $f8,$f21,$f24
16f72791e4SDaniel Sanders        addi      $13,$9,26322
17ee73cc58SMatheus Almeida        addi      $8,$8,~1             # CHECK: addi $8, $8, -2 # encoding: [0x21,0x08,0xff,0xfe]
18f72791e4SDaniel Sanders        addu      $9,$a0,$a2
1918227e6fSToma Tabacu        addu      $9,10                # CHECK: addiu $9, $9, 10    # encoding: [0x25,0x29,0x00,0x0a]
20f72791e4SDaniel Sanders        and       $s7,$v0,$12
21c3c18956SMatheus Almeida        and       $2,4                 # CHECK: andi $2, $2, 4 # encoding: [0x30,0x42,0x00,0x04]
223d3ea53fSDaniel Sanders        bc1f      $fcc0, 4             # CHECK: bc1f 4        # encoding: [0x45,0x00,0x00,0x01]
233d3ea53fSDaniel Sanders        bc1f      $fcc1, 4             # CHECK: bc1f $fcc1, 4 # encoding: [0x45,0x04,0x00,0x01]
243d3ea53fSDaniel Sanders        bc1f      4                    # CHECK: bc1f 4        # encoding: [0x45,0x00,0x00,0x01]
25238692beSVasileios Kalintiris        bc1fl     $fcc0,4688           # CHECK: bc1fl 4688      # encoding: [0x45,0x02,0x04,0x94]
26238692beSVasileios Kalintiris        bc1fl     4688                 # CHECK: bc1fl 4688      # encoding: [0x45,0x02,0x04,0x94]
27238692beSVasileios Kalintiris        bc1fl     $fcc7,27             # CHECK: bc1fl $fcc7, 27 # encoding: [0x45,0x1e,0x00,0x06]
283d3ea53fSDaniel Sanders        bc1t      $fcc0, 4             # CHECK: bc1t 4        # encoding: [0x45,0x01,0x00,0x01]
293d3ea53fSDaniel Sanders        bc1t      $fcc1, 4             # CHECK: bc1t $fcc1, 4 # encoding: [0x45,0x05,0x00,0x01]
303d3ea53fSDaniel Sanders        bc1t      4                    # CHECK: bc1t 4        # encoding: [0x45,0x01,0x00,0x01]
31238692beSVasileios Kalintiris        bc1tl     $fcc0,4688           # CHECK: bc1tl 4688      # encoding: [0x45,0x03,0x04,0x94]
32238692beSVasileios Kalintiris        bc1tl     4688                 # CHECK: bc1tl 4688      # encoding: [0x45,0x03,0x04,0x94]
33238692beSVasileios Kalintiris        bc1tl     $fcc7,27             # CHECK: bc1tl $fcc7, 27 # encoding: [0x45,0x1f,0x00,0x06]
3486cb398bSDaniel Sanders        bal       21100                # CHECK: bal 21100     # encoding: [0x04,0x11,0x14,0x9b]
3586cb398bSDaniel Sanders        bgezal    $0, 21100            # CHECK: bal 21100     # encoding: [0x04,0x11,0x14,0x9b]
3686cb398bSDaniel Sanders        bgezal    $6, 21100            # CHECK: bgezal $6, 21100 # encoding: [0x04,0xd1,0x14,0x9b]
3786cb398bSDaniel Sanders        bltzal    $6, 21100            # CHECK: bltzal $6, 21100 # encoding: [0x04,0xd0,0x14,0x9b]
386d1e6489SVasileios Kalintiris        beql      $14,$s3,12544        # CHECK: beql $14, $19, 12544 # encoding: [0x51,0xd3,0x0c,0x40]
396d1e6489SVasileios Kalintiris        bgezall   $12,7293             # CHECK: bgezall $12, 7293    # encoding: [0x05,0x93,0x07,0x1f]
406d1e6489SVasileios Kalintiris        bgezl     $4,-6858             # CHECK: bgezl $4, -6858      # encoding: [0x04,0x83,0xf9,0x4d]
416d1e6489SVasileios Kalintiris        bgtzl     $10,-3738            # CHECK: bgtzl $10, -3738     # encoding: [0x5d,0x40,0xfc,0x59]
426d1e6489SVasileios Kalintiris        blezl     $6,2974              # CHECK: blezl $6, 2974       # encoding: [0x58,0xc0,0x02,0xe7]
436d1e6489SVasileios Kalintiris        bltzall   $6,488               # CHECK: bltzall $6, 488      # encoding: [0x04,0xd2,0x00,0x7a]
446d1e6489SVasileios Kalintiris        bltzl     $s1,-9964            # CHECK: bltzl $17, -9964     # encoding: [0x06,0x22,0xf6,0x45]
456d1e6489SVasileios Kalintiris        bnel      $gp,$s4,5107         # CHECK: bnel $gp, $20, 5107  # encoding: [0x57,0x94,0x04,0xfc]
46c171f65aSDaniel Sanders        cache     1, 8($5)             # CHECK: cache 1, 8($5)       # encoding: [0xbc,0xa1,0x00,0x08]
47730fdb73SSimon Dardis        c.eq.d    $fcc1, $f14, $f14    # CHECK: c.eq.d    $fcc1, $f14, $f14       # encoding: [0x46,0x2e,0x71,0x32]
48730fdb73SSimon Dardis        c.eq.s    $fcc5, $f24, $f17    # CHECK: c.eq.s    $fcc5, $f24, $f17       # encoding: [0x46,0x11,0xc5,0x32]
49730fdb73SSimon Dardis        c.f.d     $fcc4, $f10, $f20    # CHECK: c.f.d     $fcc4, $f10, $f20       # encoding: [0x46,0x34,0x54,0x30]
50730fdb73SSimon Dardis        c.f.s     $fcc4, $f30, $f7     # CHECK: c.f.s     $fcc4, $f30, $f7        # encoding: [0x46,0x07,0xf4,0x30]
51730fdb73SSimon Dardis        c.le.d    $fcc4, $f18, $f0     # CHECK: c.le.d    $fcc4, $f18, $f0        # encoding: [0x46,0x20,0x94,0x3e]
52730fdb73SSimon Dardis        c.le.s    $fcc6, $f24, $f4     # CHECK: c.le.s    $fcc6, $f24, $f4        # encoding: [0x46,0x04,0xc6,0x3e]
53730fdb73SSimon Dardis        c.lt.d    $fcc3, $f8, $f2      # CHECK: c.lt.d    $fcc3, $f8, $f2         # encoding: [0x46,0x22,0x43,0x3c]
54730fdb73SSimon Dardis        c.lt.s    $fcc2, $f17, $f14    # CHECK: c.lt.s    $fcc2, $f17, $f14       # encoding: [0x46,0x0e,0x8a,0x3c]
55730fdb73SSimon Dardis        c.nge.d   $fcc5, $f20, $f16    # CHECK: c.nge.d   $fcc5, $f20, $f16       # encoding: [0x46,0x30,0xa5,0x3d]
56730fdb73SSimon Dardis        c.nge.s   $fcc3, $f11, $f8     # CHECK: c.nge.s   $fcc3, $f11, $f8        # encoding: [0x46,0x08,0x5b,0x3d]
57730fdb73SSimon Dardis        c.ngl.s   $fcc2, $f31, $f23    # CHECK: c.ngl.s   $fcc2, $f31, $f23       # encoding: [0x46,0x17,0xfa,0x3b]
58730fdb73SSimon Dardis        c.ngle.s  $fcc2, $f18, $f23    # CHECK: c.ngle.s  $fcc2, $f18, $f23       # encoding: [0x46,0x17,0x92,0x39]
59730fdb73SSimon Dardis        c.ngl.d   $f28, $f28           # CHECK: c.ngl.d   $f28, $f28              # encoding: [0x46,0x3c,0xe0,0x3b]
60730fdb73SSimon Dardis        c.ngle.d  $f0, $f16            # CHECK: c.ngle.d  $f0, $f16               # encoding: [0x46,0x30,0x00,0x39]
61730fdb73SSimon Dardis        c.ngt.d   $fcc4, $f24, $f6     # CHECK: c.ngt.d   $fcc4, $f24, $f6        # encoding: [0x46,0x26,0xc4,0x3f]
62730fdb73SSimon Dardis        c.ngt.s   $fcc5, $f8, $f13     # CHECK: c.ngt.s   $fcc5, $f8, $f13        # encoding: [0x46,0x0d,0x45,0x3f]
63730fdb73SSimon Dardis        c.ole.d   $fcc2, $f16, $f30    # CHECK: c.ole.d   $fcc2, $f16, $f30       # encoding: [0x46,0x3e,0x82,0x36]
64730fdb73SSimon Dardis        c.ole.s   $fcc3, $f7, $f20     # CHECK: c.ole.s   $fcc3, $f7, $f20        # encoding: [0x46,0x14,0x3b,0x36]
65730fdb73SSimon Dardis        c.olt.d   $fcc4, $f18, $f28    # CHECK: c.olt.d   $fcc4, $f18, $f28       # encoding: [0x46,0x3c,0x94,0x34]
66730fdb73SSimon Dardis        c.olt.s   $fcc6, $f20, $f7     # CHECK: c.olt.s   $fcc6, $f20, $f7        # encoding: [0x46,0x07,0xa6,0x34]
67730fdb73SSimon Dardis        c.seq.d   $fcc4, $f30, $f6     # CHECK: c.seq.d   $fcc4, $f30, $f6        # encoding: [0x46,0x26,0xf4,0x3a]
68730fdb73SSimon Dardis        c.seq.s   $fcc7, $f1, $f25     # CHECK: c.seq.s   $fcc7, $f1, $f25        # encoding: [0x46,0x19,0x0f,0x3a]
69730fdb73SSimon Dardis        c.sf.d    $f30, $f0            # CHECK: c.sf.d    $f30, $f0               # encoding: [0x46,0x20,0xf0,0x38]
70730fdb73SSimon Dardis        c.sf.s    $f14, $f22           # CHECK: c.sf.s    $f14, $f22              # encoding: [0x46,0x16,0x70,0x38]
71730fdb73SSimon Dardis        c.ueq.d   $fcc4, $f12, $f24    # CHECK: c.ueq.d   $fcc4, $f12, $f24       # encoding: [0x46,0x38,0x64,0x33]
72730fdb73SSimon Dardis        c.ueq.s   $fcc6, $f3, $f30     # CHECK: c.ueq.s   $fcc6, $f3, $f30        # encoding: [0x46,0x1e,0x1e,0x33]
73730fdb73SSimon Dardis        c.ule.d   $fcc7, $f24, $f18    # CHECK: c.ule.d   $fcc7, $f24, $f18       # encoding: [0x46,0x32,0xc7,0x37]
74730fdb73SSimon Dardis        c.ule.s   $fcc7, $f21, $f30    # CHECK: c.ule.s   $fcc7, $f21, $f30       # encoding: [0x46,0x1e,0xaf,0x37]
75730fdb73SSimon Dardis        c.ult.d   $fcc6, $f6, $f16     # CHECK: c.ult.d   $fcc6, $f6, $f16        # encoding: [0x46,0x30,0x36,0x35]
76730fdb73SSimon Dardis        c.ult.s   $fcc7, $f24, $f10    # CHECK: c.ult.s   $fcc7, $f24, $f10       # encoding: [0x46,0x0a,0xc7,0x35]
77730fdb73SSimon Dardis        c.un.d    $fcc6, $f22, $f24    # CHECK: c.un.d    $fcc6, $f22, $f24       # encoding: [0x46,0x38,0xb6,0x31]
78730fdb73SSimon Dardis        c.un.s    $fcc1, $f30, $f4     # CHECK: c.un.s    $fcc1, $f30, $f4        # encoding: [0x46,0x04,0xf1,0x31]
79*bb818b44SSimon Dardis        ceil.w.d  $f11,$f24            # CHECK: ceil.w.d  $f11, $f24 # encoding: [0x46,0x20,0xc2,0xce]
80*bb818b44SSimon Dardis                                       # CHECK:                      # <MCInst #{{.*}} CEIL_W_D32
81*bb818b44SSimon Dardis        ceil.w.s  $f6,$f20             # CHECK: ceil.w.s  $f6, $f20  # encoding: [0x46,0x00,0xa1,0x8e]
82*bb818b44SSimon Dardis                                       # CHECK:                      # <MCInst #{{.*}} CEIL_W_S
838aa19c13SDaniel Sanders        cfc1      $s1,$21
8400463119SDaniel Sanders        clo       $11,$a1              # CHECK: clo $11, $5   # encoding: [0x70,0xab,0x58,0x21]
857563624fSSimon Dardis                                       # CHECK-NEXT:          # <MCInst #{{.*}} CLO
8600463119SDaniel Sanders        clz       $sp,$gp              # CHECK: clz $sp, $gp  # encoding: [0x73,0x9d,0xe8,0x20]
877563624fSSimon Dardis                                       # CHECK-NEXT:          # <MCInst #{{.*}} CLZ
888aa19c13SDaniel Sanders        ctc1      $a2,$26
89b3e7ed3bSStefan Maksimovic        cvt.d.s   $f0,$f2              # CHECK: cvt.d.s $f0, $f2         # encoding: [0x46,0x00,0x10,0x21]
906562b3d9SDouglas Yung                                       # CHECK-NEXT:                     # <MCInst #{{[0-9]+}} CVT_D32_S
91b3e7ed3bSStefan Maksimovic        cvt.d.w   $f0,$f2              # CHECK: cvt.d.w $f0, $f2         # encoding: [0x46,0x80,0x10,0x21]
926562b3d9SDouglas Yung                                       # CHECK-NEXT:                     # <MCInst #{{[0-9]+}} CVT_D32_W
93b3e7ed3bSStefan Maksimovic        cvt.s.d   $f0,$f2              # CHECK: cvt.s.d $f0, $f2         # encoding: [0x46,0x20,0x10,0x20]
946562b3d9SDouglas Yung                                       # CHECK-NEXT:                     # <MCInst #{{[0-9]+}} CVT_S_D32
958aa19c13SDaniel Sanders        cvt.s.w   $f22,$f15
96b3e7ed3bSStefan Maksimovic        cvt.w.d   $f0,$f2              # CHECK: cvt.w.d $f0, $f2         # encoding: [0x46,0x20,0x10,0x24]
976562b3d9SDouglas Yung                                       # CHECK-NEXT:                     # <MCInst #{{[0-9]+}} CVT_W_D32
988aa19c13SDaniel Sanders        cvt.w.s   $f20,$f24
998aa19c13SDaniel Sanders        deret
100f72791e4SDaniel Sanders        div       $zero,$25,$11
101b3e7ed3bSStefan Maksimovic        div.d     $f0, $f2, $f4        # CHECK: div.d $f0, $f2, $f4      # encoding: [0x46,0x24,0x10,0x03]
1026562b3d9SDouglas Yung                                       # CHECK-NEXT:                     # <MCInst #{{[0-9]+}} FDIV_D32
1038aa19c13SDaniel Sanders        div.s     $f4,$f5,$f15
104f72791e4SDaniel Sanders        divu      $zero,$25,$15
105442f1a12SDaniel Sanders        ehb                            # CHECK: ehb # encoding:  [0x00,0x00,0x00,0xc0]
1068aa19c13SDaniel Sanders        eret
107*bb818b44SSimon Dardis        floor.w.d $f14,$f11            # CHECK: floor.w.d $f14, $f10      # encoding: [0x46,0x20,0x53,0x8f]
108*bb818b44SSimon Dardis                                       # CHECK:                           # <MCInst #{{.*}} FLOOR_W_D32
109*bb818b44SSimon Dardis        floor.w.s $f8,$f9              # CHECK: floor.w.s $f8, $f9        # encoding: [0x46,0x00,0x4a,0x0f]
110*bb818b44SSimon Dardis                                       # CHECK:                           # <MCInst #{{.*}} FLOOR_W_S
1117567a10cSToma Tabacu        j         1f                   # CHECK: j $tmp0 # encoding: [0b000010AA,A,A,A]
1127567a10cSToma Tabacu                                       # CHECK:         #   fixup A - offset: 0, value: ($tmp0), kind: fixup_Mips_26
1137567a10cSToma Tabacu        j         a                    # CHECK: j a     # encoding: [0b000010AA,A,A,A]
1147567a10cSToma Tabacu                                       # CHECK:         #   fixup A - offset: 0, value: a, kind: fixup_Mips_26
1157567a10cSToma Tabacu        j         1328                 # CHECK: j 1328  # encoding: [0x08,0x00,0x01,0x4c]
1164d32300cSDaniel Sanders        jal       21100                # CHECK: jal 21100     # encoding: [0x0c,0x00,0x14,0x9b]
117ac96ec79SSimon Dardis        l.s       $f2, 8($3)           # CHECK: lwc1 $f2, 8($3) # encoding: [0xc4,0x62,0x00,0x08]
118ac96ec79SSimon Dardis        l.d       $f2, 8($3)           # CHECK: ldc1 $f2, 8($3) # encoding: [0xd4,0x62,0x00,0x08]
119f72791e4SDaniel Sanders        lb        $24,-14515($10)
120f72791e4SDaniel Sanders        lbu       $8,30195($v1)
1218aa19c13SDaniel Sanders        ldc1      $f11,16391($s0)
1225e6f54e0SDaniel Sanders        ldc2      $8,-21181($at)        # CHECK: ldc2 $8, -21181($1)   # encoding: [0xd8,0x28,0xad,0x43]
123f72791e4SDaniel Sanders        lh        $11,-8556($s5)
1248aa19c13SDaniel Sanders        lhu       $s3,-22851($v0)
1258aa19c13SDaniel Sanders        li        $at,-29773
1268aa19c13SDaniel Sanders        li        $zero,-29889
1276a803f61SDaniel Sanders        ll        $v0,-7321($s2)       # CHECK: ll $2, -7321($18)     # encoding: [0xc2,0x42,0xe3,0x67]
128f72791e4SDaniel Sanders        lw        $8,5674($a1)
1298aa19c13SDaniel Sanders        lwc1      $f16,10225($k0)
1305e6f54e0SDaniel Sanders        lwc2      $18,-841($a2)        # CHECK: lwc2 $18, -841($6)     # encoding: [0xc8,0xd2,0xfc,0xb7]
131f72791e4SDaniel Sanders        lwl       $s4,-4231($15)
1328aa19c13SDaniel Sanders        lwr       $zero,-19147($gp)
133f72791e4SDaniel Sanders        madd      $s6,$13
134f72791e4SDaniel Sanders        madd      $zero,$9
1358aa19c13SDaniel Sanders        maddu     $s3,$gp
136f72791e4SDaniel Sanders        maddu     $24,$s2
137a3134faeSDaniel Sanders        mfc0      $8,$15,1             # CHECK: mfc0 $8, $15, 1        # encoding: [0x40,0x08,0x78,0x01]
1388aa19c13SDaniel Sanders        mfc1      $a3,$f27
1398aa19c13SDaniel Sanders        mfhi      $s3
1408aa19c13SDaniel Sanders        mfhi      $sp
1418aa19c13SDaniel Sanders        mflo      $s1
142b3e7ed3bSStefan Maksimovic        mov.d     $f0,$f2              # CHECK: mov.d $f0, $f2         # encoding: [0x46,0x20,0x10,0x06]
1436562b3d9SDouglas Yung                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} FMOV_D32
1448aa19c13SDaniel Sanders        mov.s     $f2,$f27
1451c78ca6aSVasileios Kalintiris        move      $s8,$a0              # CHECK: move $fp, $4             # encoding: [0x00,0x80,0xf0,0x25]
1461c78ca6aSVasileios Kalintiris        move      $25,$a2              # CHECK: move $25, $6             # encoding: [0x00,0xc0,0xc8,0x25]
147f72791e4SDaniel Sanders        movf      $gp,$8,$fcc7
1488aa19c13SDaniel Sanders        movf.d    $f6,$f11,$fcc5
1498aa19c13SDaniel Sanders        movf.s    $f23,$f5,$fcc6
1508aa19c13SDaniel Sanders        movn      $v1,$s1,$s0
1518aa19c13SDaniel Sanders        movn.d    $f27,$f21,$k0
1528aa19c13SDaniel Sanders        movn.s    $f12,$f0,$s7
1538aa19c13SDaniel Sanders        movt      $zero,$s4,$fcc5
1548aa19c13SDaniel Sanders        movt.d    $f0,$f2,$fcc0
1558aa19c13SDaniel Sanders        movt.s    $f30,$f2,$fcc1
156f72791e4SDaniel Sanders        movz      $a1,$s6,$9
157f72791e4SDaniel Sanders        movz.d    $f12,$f29,$9
1588aa19c13SDaniel Sanders        movz.s    $f25,$f7,$v1
1598aa19c13SDaniel Sanders        msub      $s7,$k1
160f72791e4SDaniel Sanders        msubu     $15,$a1
161a3134faeSDaniel Sanders        mtc0      $9,$15,1             # CHECK: mtc0 $9, $15, 1        # encoding: [0x40,0x89,0x78,0x01]
1628aa19c13SDaniel Sanders        mtc1      $s8,$f9
1638aa19c13SDaniel Sanders        mthi      $s1
1648aa19c13SDaniel Sanders        mtlo      $sp
165f72791e4SDaniel Sanders        mtlo      $25
1668aa19c13SDaniel Sanders        mul       $s0,$s4,$at
167b3e7ed3bSStefan Maksimovic        mul.d     $f0, $f2, $f4        # CHECK: mul.d $f0, $f2, $f4   # encoding: [0x46,0x24,0x10,0x02]
1686562b3d9SDouglas Yung                                       # CHECK-NEXT:                  # <MCInst #{{[0-9]+}} FMUL_D32
1698aa19c13SDaniel Sanders        mul.s     $f30,$f10,$f2
1708aa19c13SDaniel Sanders        mult      $sp,$s4
1718aa19c13SDaniel Sanders        mult      $sp,$v0
1728aa19c13SDaniel Sanders        multu     $gp,$k0
173f72791e4SDaniel Sanders        multu     $9,$s2
174273fc26bSSimon Dardis        neg       $2                   # CHECK: neg  $2, $2            # encoding: [0x00,0x02,0x10,0x22]
175273fc26bSSimon Dardis        neg       $2, $3               # CHECK: neg  $2, $3            # encoding: [0x00,0x03,0x10,0x22]
176e8448728SMatheus Almeida        negu      $2                   # CHECK: negu $2, $2            # encoding: [0x00,0x02,0x10,0x23]
177e8448728SMatheus Almeida        negu      $2,$3                # CHECK: negu $2, $3            # encoding: [0x00,0x03,0x10,0x23]
178b3e7ed3bSStefan Maksimovic        neg.d     $f0,$f2              # CHECK: neg.d $f0, $f2         # encoding: [0x46,0x20,0x10,0x07]
1796562b3d9SDouglas Yung                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} FNEG_D32
1808aa19c13SDaniel Sanders        neg.s     $f1,$f15
1818aa19c13SDaniel Sanders        nop
1828aa19c13SDaniel Sanders        nor       $a3,$zero,$a3
1837b7cb8d9SSimon Dardis        not       $3, $4               # CHECK: not $3, $4             # encoding: [0x00,0x80,0x18,0x27]
1847b7cb8d9SSimon Dardis        not       $3                   # CHECK: not $3, $3             # encoding: [0x00,0x60,0x18,0x27]
185f72791e4SDaniel Sanders        or        $12,$s0,$sp
186c3c18956SMatheus Almeida        or        $2, 4                # CHECK: ori $2, $2, 4          # encoding: [0x34,0x42,0x00,0x04]
187c171f65aSDaniel Sanders        pref      1, 8($5)             # CHECK: pref 1, 8($5)          # encoding: [0xcc,0xa1,0x00,0x08]
188*bb818b44SSimon Dardis        round.w.d $f6, $f4             # CHECK: round.w.d $f6, $f4     # encoding: [0x46,0x20,0x21,0x8c]
189*bb818b44SSimon Dardis                                       # CHECK:                        # <MCInst #{{.*}} ROUND_W_D32
190*bb818b44SSimon Dardis        round.w.s $f27,$f28            # CHECK: round.w.s $f27, $f28   # encoding: [0x46,0x00,0xe6,0xcc]
191*bb818b44SSimon Dardis                                       # CHECK:                        # <MCInst #{{.*}} ROUND_W_S
192ac96ec79SSimon Dardis        s.s       $f2, 8($3)           # CHECK: swc1  $f2, 8($3)       # encoding: [0xe4,0x62,0x00,0x08]
193ac96ec79SSimon Dardis        s.d       $f2, 8($3)           # CHECK: sdc1  $f2, 8($3)       # encoding: [0xf4,0x62,0x00,0x08]
194f72791e4SDaniel Sanders        sb        $s6,-19857($14)
1956a803f61SDaniel Sanders        sc        $15,18904($s3)       # CHECK: sc $15, 18904($19)     # encoding: [0xe2,0x6f,0x49,0xd8]
196e6198bf8SDaniel Sanders        sdbbp                          # CHECK: sdbbp                  # encoding: [0x70,0x00,0x00,0x3f]
197a5a3c38cSSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SDBBP
198a5a3c38cSSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SDBBP_MM
199e6198bf8SDaniel Sanders        sdbbp     34                   # CHECK: sdbbp 34               # encoding: [0x70,0x00,0x08,0xbf]
200a5a3c38cSSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SDBBP
201a5a3c38cSSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SDBBP_MM
202f72791e4SDaniel Sanders        sdc1      $f31,30574($13)
2035e6f54e0SDaniel Sanders        sdc2      $20,23157($s2)       # CHECK: sdc2 $20, 23157($18)   # encoding: [0xfa,0x54,0x5a,0x75]
204273fc26bSSimon Dardis        sgt       $4, $5               # CHECK: slt $4, $5, $4         # encoding: [0x00,0xa4,0x20,0x2a]
205273fc26bSSimon Dardis        sgt       $4, $5, $6           # CHECK: slt $4, $6, $5         # encoding: [0x00,0xc5,0x20,0x2a]
206273fc26bSSimon Dardis        sgtu      $4, $5               # CHECK: sltu $4, $5, $4        # encoding: [0x00,0xa4,0x20,0x2b]
207273fc26bSSimon Dardis        sgtu      $4, $5, $6           # CHECK: sltu $4, $6, $5        # encoding: [0x00,0xc5,0x20,0x2b]
208f72791e4SDaniel Sanders        sh        $14,-6704($15)
209273fc26bSSimon Dardis        sll       $4, $5               # CHECK: sllv $4, $4, $5        # encoding: [0x00,0xa4,0x20,0x04]
2106cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SLL
2116cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SLL_MM
212483d7e93SMatheus Almeida        sll       $a3,18               # CHECK: sll $7, $7, 18         # encoding: [0x00,0x07,0x3c,0x80]
2136cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SLL
2146cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SLL_MM
215483d7e93SMatheus Almeida        sll       $a3,$zero,18         # CHECK: sll $7, $zero, 18      # encoding: [0x00,0x00,0x3c,0x80]
2166cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SLL
2176cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SLL_MM
218f72791e4SDaniel Sanders        sll       $a3,$zero,$9         # CHECK: sllv $7, $zero, $9     # encoding: [0x01,0x20,0x38,0x04]
2196cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SLL
2206cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SLL_MM
221f72791e4SDaniel Sanders        sllv      $a3,$zero,$9         # CHECK: sllv $7, $zero, $9     # encoding: [0x01,0x20,0x38,0x04]
2226cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SLLV
2236cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SLLV_MM
224bbd5e85eSMatheus Almeida        slt       $s7,$11,$k1          # CHECK: slt $23, $11, $27      # encoding: [0x01,0x7b,0xb8,0x2a]
225bbd5e85eSMatheus Almeida        slti      $s1,$10,9489         # CHECK: slti $17, $10, 9489    # encoding: [0x29,0x51,0x25,0x11]
226f72791e4SDaniel Sanders        sltiu     $25,$25,-15531       # CHECK: sltiu $25, $25, -15531 # encoding: [0x2f,0x39,0xc3,0x55]
227bbd5e85eSMatheus Almeida        sltu      $s4,$s5,$11          # CHECK: sltu  $20, $21, $11    # encoding: [0x02,0xab,0xa0,0x2b]
228f72791e4SDaniel Sanders        sltu      $24,$25,-15531       # CHECK: sltiu $24, $25, -15531 # encoding: [0x2f,0x38,0xc3,0x55]
22998749e02SStefan Maksimovic        sqrt.d    $f0, $f12            # CHECK: sqrt.d  $f0, $f12      # encoding: [0x46,0x20,0x60,0x04]
23098749e02SStefan Maksimovic                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} FSQRT_D32
23198749e02SStefan Maksimovic        sqrt.s    $f0, $f12            # CHECK: sqrt.s  $f0, $f12      # encoding: [0x46,0x00,0x60,0x04]
23298749e02SStefan Maksimovic                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} FSQRT_S
233273fc26bSSimon Dardis        sra       $4, $5               # CHECK: srav $4, $4, $5        # encoding: [0x00,0xa4,0x20,0x07]
2346cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SRA
2356cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SRA_MM
236483d7e93SMatheus Almeida        sra       $s1,15               # CHECK: sra $17, $17, 15       # encoding: [0x00,0x11,0x8b,0xc3]
2376cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SRA
2386cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SRA_MM
239483d7e93SMatheus Almeida        sra       $s1,$s7,15           # CHECK: sra $17, $23, 15       # encoding: [0x00,0x17,0x8b,0xc3]
2406cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SRA
2416cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SRA_MM
24252bdd651SDaniel Sanders        sra       $s1,$s7,$sp          # CHECK: srav $17, $23, $sp     # encoding: [0x03,0xb7,0x88,0x07]
2436cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SRA
2446cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SRA_MM
245483d7e93SMatheus Almeida        srav      $s1,$s7,$sp          # CHECK: srav $17, $23, $sp     # encoding: [0x03,0xb7,0x88,0x07]
2466cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SRAV
2476cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SRAV_MM
248273fc26bSSimon Dardis        srl       $4, $5               # CHECK: srlv $4, $4, $5        # encoding: [0x00,0xa4,0x20,0x06]
2496cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SRL
2506cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SRL_MM
251483d7e93SMatheus Almeida        srl       $2,7                 # CHECK: srl $2, $2, 7          # encoding: [0x00,0x02,0x11,0xc2]
2526cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SRL
2536cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SRL_MM
254483d7e93SMatheus Almeida        srl       $2,$2,7              # CHECK: srl $2, $2, 7          # encoding: [0x00,0x02,0x11,0xc2]
2556cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SRL
2566cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SRL_MM
257f72791e4SDaniel Sanders        srl       $25,$s4,$a0          # CHECK: srlv $25, $20, $4      # encoding: [0x00,0x94,0xc8,0x06]
2586cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SRL
2596cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SRL_MM
260f72791e4SDaniel Sanders        srlv      $25,$s4,$a0          # CHECK: srlv $25, $20, $4      # encoding: [0x00,0x94,0xc8,0x06]
2616cfc9ba5SSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SRLV
2626cfc9ba5SSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} SRLV_MM
263442f1a12SDaniel Sanders        ssnop                          # CHECK: ssnop                  # encoding: [0x00,0x00,0x00,0x40]
264f72791e4SDaniel Sanders        sub       $s6,$s3,$12
26525cdd222SToma Tabacu        sub       $22,$17,-3126        # CHECK: addi $22, $17, 3126    # encoding: [0x22,0x36,0x0c,0x36]
26625cdd222SToma Tabacu        sub       $13,6512             # CHECK: addi $13, $13, -6512   # encoding: [0x21,0xad,0xe6,0x90]
267b3e7ed3bSStefan Maksimovic        sub.d     $f0, $f2, $f4        # CHECK: sub.d $f0, $f2, $f4    # encoding: [0x46,0x24,0x10,0x01]
2686562b3d9SDouglas Yung                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} FSUB_D32
2698aa19c13SDaniel Sanders        sub.s     $f23,$f22,$f22
2708aa19c13SDaniel Sanders        subu      $sp,$s6,$s6
2718aa19c13SDaniel Sanders        sw        $ra,-10160($sp)
272f72791e4SDaniel Sanders        swc1      $f6,-8465($24)
2735e6f54e0SDaniel Sanders        swc2      $25,24880($s0)       # CHECK: swc2 $25, 24880($16)   # encoding: [0xea,0x19,0x61,0x30]
274f72791e4SDaniel Sanders        swl       $15,13694($s3)
275f72791e4SDaniel Sanders        swr       $s1,-26590($14)
276784f797dSMatheus Almeida        sync                           # CHECK: sync                   # encoding: [0x00,0x00,0x00,0x0f]
277784f797dSMatheus Almeida        sync      1                    # CHECK: sync 1                 # encoding: [0x00,0x00,0x00,0x4f]
27803a8d2f8SDaniel Sanders        syscall                        # CHECK: syscall                # encoding: [0x00,0x00,0x00,0x0c]
27903a8d2f8SDaniel Sanders        syscall   256                  # CHECK: syscall 256            # encoding: [0x00,0x00,0x40,0x0c]
280d2ac0fafSSimon Dardis        teq $zero, $3                  # CHECK: teq $zero, $3          # encoding: [0x00,0x03,0x00,0x34]
2811fcea42eSDaniel Sanders        teq $5, $7, 620                # CHECK: teq $5, $7, 620        # encoding: [0x00,0xa7,0x9b,0x34]
282d2ac0fafSSimon Dardis        teqi  $21, -17504              # CHECK: teqi  $21, -17504      # encoding: [0x06,0xac,0xbb,0xa0]
2831fcea42eSDaniel Sanders        tge $7, $10                    # CHECK: tge $7, $10            # encoding: [0x00,0xea,0x00,0x30]
2841fcea42eSDaniel Sanders        tge $5, $19, 340               # CHECK: tge $5, $19, 340       # encoding: [0x00,0xb3,0x55,0x30]
285d2ac0fafSSimon Dardis        tgei  $17, 5025                # CHECK: tgei  $17, 5025        # encoding: [0x06,0x28,0x13,0xa1]
286d2ac0fafSSimon Dardis        tgeiu $sp, -28621              # CHECK: tgeiu $sp, -28621      # encoding: [0x07,0xa9,0x90,0x33]
287d2ac0fafSSimon Dardis        tgeu  $22, $gp                 # CHECK: tgeu  $22, $gp         # encoding: [0x02,0xdc,0x00,0x31]
2881fcea42eSDaniel Sanders        tgeu  $20, $14, 379            # CHECK: tgeu  $20, $14, 379    # encoding: [0x02,0x8e,0x5e,0xf1]
2898dcb116aSDaniel Sanders        tlbp                           # CHECK: tlbp                   # encoding: [0x42,0x00,0x00,0x08]
290a5a3c38cSSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} TLBP
291a5a3c38cSSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} TLBP_MM
2928dcb116aSDaniel Sanders        tlbr                           # CHECK: tlbr                   # encoding: [0x42,0x00,0x00,0x01]
293a5a3c38cSSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} TLBR
294a5a3c38cSSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} TLBR_MM
2958dcb116aSDaniel Sanders        tlbwi                          # CHECK: tlbwi                  # encoding: [0x42,0x00,0x00,0x02]
296a5a3c38cSSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} TLBWI
297a5a3c38cSSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} TLBWI_MM
2988dcb116aSDaniel Sanders        tlbwr                          # CHECK: tlbwr                  # encoding: [0x42,0x00,0x00,0x06]
299a5a3c38cSSimon Dardis                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} TLBWR
300a5a3c38cSSimon Dardis                                       # CHECK-NOT:                    # <MCInst #{{[0-9]+}} TLBWR_MM
3011fcea42eSDaniel Sanders        tlt $15, $13                   # CHECK: tlt $15, $13           # encoding: [0x01,0xed,0x00,0x32]
3021fcea42eSDaniel Sanders        tlt $2, $19, 133               # CHECK: tlt $2, $19, 133       # encoding: [0x00,0x53,0x21,0x72]
303d2ac0fafSSimon Dardis        tlti  $14, -21059              # CHECK: tlti  $14, -21059      # encoding: [0x05,0xca,0xad,0xbd]
304d2ac0fafSSimon Dardis        tltiu $ra, -5076               # CHECK: tltiu $ra, -5076       # encoding: [0x07,0xeb,0xec,0x2c]
3051fcea42eSDaniel Sanders        tltu  $11, $16                 # CHECK: tltu  $11, $16         # encoding: [0x01,0x70,0x00,0x33]
306d2ac0fafSSimon Dardis        tltu  $16, $sp, 1016           # CHECK: tltu  $16, $sp, 1016   # encoding: [0x02,0x1d,0xfe,0x33]
3071fcea42eSDaniel Sanders        tne $6, $17                    # CHECK: tne $6, $17            # encoding: [0x00,0xd1,0x00,0x36]
3081fcea42eSDaniel Sanders        tne $7, $8, 885                # CHECK: tne $7, $8, 885        # encoding: [0x00,0xe8,0xdd,0x76]
309d2ac0fafSSimon Dardis        tnei  $12, -29647              # CHECK: tnei  $12, -29647      # encoding: [0x05,0x8e,0x8c,0x31]
310d665a66bSZoran Jovanovic        trunc.w.d $f22,$f15            # CHECK: trunc.w.d $f22, $f14   # encoding: [0x46,0x20,0x75,0x8d]
311d665a66bSZoran Jovanovic        trunc.w.s $f28,$f30            # CHECK: trunc.w.s $f28, $f30   # encoding: [0x46,0x00,0xf7,0x0d]
312*bb818b44SSimon Dardis                                       # CHECK: <MCInst #{{.*}} TRUNC_W_S
313d665a66bSZoran Jovanovic        trunc.w.d $f4,$f6,$4           # CHECK: trunc.w.d $f4, $f6     # encoding: [0x46,0x20,0x31,0x0d]
314d665a66bSZoran Jovanovic        trunc.w.s $f4,$f6,$4           # CHECK: trunc.w.s $f4, $f6     # encoding: [0x46,0x00,0x31,0x0d]
3158aa19c13SDaniel Sanders        xor       $s2,$a0,$s8
316dcebf5b9SToma Tabacu        xor       $2, 4                # CHECK: xori $2, $2, 4         # encoding: [0x38,0x42,0x00,0x04]
3177567a10cSToma Tabacu
3187567a10cSToma Tabacu1:
3194ccda502SSimon Dardis
3204ccda502SSimon Dardis        # Check that we accept traditional %relocation(symbol) offsets for stores
3214ccda502SSimon Dardis        # and loads, not just a sign 16 bit offset.
3224ccda502SSimon Dardis
3234ccda502SSimon Dardis        lui       $2, %hi(g_8)            # CHECK:  encoding: [0x3c,0x02,A,A]
3244ccda502SSimon Dardis        lb        $3, %lo(g_8)($2)        # CHECK:  encoding: [0x80,0x43,A,A]
3254ccda502SSimon Dardis        lh        $3, %lo(g_8)($2)        # CHECK:  encoding: [0x84,0x43,A,A]
3264ccda502SSimon Dardis        lhu       $3, %lo(g_8)($2)        # CHECK:  encoding: [0x94,0x43,A,A]
3274ccda502SSimon Dardis        lw        $3, %lo(g_8)($2)        # CHECK:  encoding: [0x8c,0x43,A,A]
3284ccda502SSimon Dardis        sb        $3, %lo(g_8)($2)        # CHECK:  encoding: [0xa0,0x43,A,A]
3294ccda502SSimon Dardis        sh        $3, %lo(g_8)($2)        # CHECK:  encoding: [0xa4,0x43,A,A]
3304ccda502SSimon Dardis        sw        $3, %lo(g_8)($2)        # CHECK:  encoding: [0xac,0x43,A,A]
3314ccda502SSimon Dardis
3324ccda502SSimon Dardis        lwl       $3, %lo(g_8)($2)        # CHECK:  encoding: [0x88,0x43,A,A]
3334ccda502SSimon Dardis        lwr       $3, %lo(g_8)($2)        # CHECK:  encoding: [0x98,0x43,A,A]
3344ccda502SSimon Dardis        swl       $3, %lo(g_8)($2)        # CHECK:  encoding: [0xa8,0x43,A,A]
3354ccda502SSimon Dardis        swr       $3, %lo(g_8)($2)        # CHECK:  encoding: [0xb8,0x43,A,A]
3364ccda502SSimon Dardis
3374ccda502SSimon Dardis        lwc1      $f0, %lo(g_8)($2)       # CHECK:  encoding: [0xc4,0x40,A,A]
3384ccda502SSimon Dardis        ldc1      $f0, %lo(g_8)($2)       # CHECK:  encoding: [0xd4,0x40,A,A]
3394ccda502SSimon Dardis        swc1      $f0, %lo(g_8)($2)       # CHECK:  encoding: [0xe4,0x40,A,A]
3404ccda502SSimon Dardis        sdc1      $f0, %lo(g_8)($2)       # CHECK:  encoding: [0xf4,0x40,A,A]
3414ccda502SSimon Dardis        .type     g_8,@object
3424ccda502SSimon Dardis        .comm     g_8,16,16
343