1*9880d681SAndroid Build Coastguard Worker# Instructions that are valid 2*9880d681SAndroid Build Coastguard Worker# 3*9880d681SAndroid Build Coastguard Worker# RUN: llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 | FileCheck %s 4*9880d681SAndroid Build Coastguard Workera: 5*9880d681SAndroid Build Coastguard Worker .set noat 6*9880d681SAndroid Build Coastguard Worker abs.d $f7,$f25 # CHECK: encoding: 7*9880d681SAndroid Build Coastguard Worker abs.s $f9,$f16 8*9880d681SAndroid Build Coastguard Worker add $s7,$s2,$a1 9*9880d681SAndroid Build Coastguard Worker add $9,$14,15176 # CHECK: addi $9, $14, 15176 # encoding: [0x21,0xc9,0x3b,0x48] 10*9880d681SAndroid Build Coastguard Worker add $24,-7193 # CHECK: addi $24, $24, -7193 # encoding: [0x23,0x18,0xe3,0xe7] 11*9880d681SAndroid Build Coastguard Worker add.d $f1,$f7,$f29 12*9880d681SAndroid Build Coastguard Worker add.s $f8,$f21,$f24 13*9880d681SAndroid Build Coastguard Worker addi $13,$9,26322 14*9880d681SAndroid Build Coastguard Worker addi $8,$8,~1 # CHECK: addi $8, $8, -2 # encoding: [0x21,0x08,0xff,0xfe] 15*9880d681SAndroid Build Coastguard Worker addu $9,$a0,$a2 16*9880d681SAndroid Build Coastguard Worker addu $9,10 # CHECK: addiu $9, $9, 10 # encoding: [0x25,0x29,0x00,0x0a] 17*9880d681SAndroid Build Coastguard Worker and $s7,$v0,$12 18*9880d681SAndroid Build Coastguard Worker and $2,4 # CHECK: andi $2, $2, 4 # encoding: [0x30,0x42,0x00,0x04] 19*9880d681SAndroid Build Coastguard Worker bc1f $fcc0, 4 # CHECK: bc1f 4 # encoding: [0x45,0x00,0x00,0x01] 20*9880d681SAndroid Build Coastguard Worker bc1f $fcc1, 4 # CHECK: bc1f $fcc1, 4 # encoding: [0x45,0x04,0x00,0x01] 21*9880d681SAndroid Build Coastguard Worker bc1f 4 # CHECK: bc1f 4 # encoding: [0x45,0x00,0x00,0x01] 22*9880d681SAndroid Build Coastguard Worker bc1fl $fcc0,4688 # CHECK: bc1fl 4688 # encoding: [0x45,0x02,0x04,0x94] 23*9880d681SAndroid Build Coastguard Worker bc1fl 4688 # CHECK: bc1fl 4688 # encoding: [0x45,0x02,0x04,0x94] 24*9880d681SAndroid Build Coastguard Worker bc1fl $fcc7,27 # CHECK: bc1fl $fcc7, 27 # encoding: [0x45,0x1e,0x00,0x06] 25*9880d681SAndroid Build Coastguard Worker bc1t $fcc0, 4 # CHECK: bc1t 4 # encoding: [0x45,0x01,0x00,0x01] 26*9880d681SAndroid Build Coastguard Worker bc1t $fcc1, 4 # CHECK: bc1t $fcc1, 4 # encoding: [0x45,0x05,0x00,0x01] 27*9880d681SAndroid Build Coastguard Worker bc1t 4 # CHECK: bc1t 4 # encoding: [0x45,0x01,0x00,0x01] 28*9880d681SAndroid Build Coastguard Worker bc1tl $fcc0,4688 # CHECK: bc1tl 4688 # encoding: [0x45,0x03,0x04,0x94] 29*9880d681SAndroid Build Coastguard Worker bc1tl 4688 # CHECK: bc1tl 4688 # encoding: [0x45,0x03,0x04,0x94] 30*9880d681SAndroid Build Coastguard Worker bc1tl $fcc7,27 # CHECK: bc1tl $fcc7, 27 # encoding: [0x45,0x1f,0x00,0x06] 31*9880d681SAndroid Build Coastguard Worker bal 21100 # CHECK: bal 21100 # encoding: [0x04,0x11,0x14,0x9b] 32*9880d681SAndroid Build Coastguard Worker bgezal $0, 21100 # CHECK: bal 21100 # encoding: [0x04,0x11,0x14,0x9b] 33*9880d681SAndroid Build Coastguard Worker bgezal $6, 21100 # CHECK: bgezal $6, 21100 # encoding: [0x04,0xd1,0x14,0x9b] 34*9880d681SAndroid Build Coastguard Worker bltzal $6, 21100 # CHECK: bltzal $6, 21100 # encoding: [0x04,0xd0,0x14,0x9b] 35*9880d681SAndroid Build Coastguard Worker beql $14,$s3,12544 # CHECK: beql $14, $19, 12544 # encoding: [0x51,0xd3,0x0c,0x40] 36*9880d681SAndroid Build Coastguard Worker bgezall $12,7293 # CHECK: bgezall $12, 7293 # encoding: [0x05,0x93,0x07,0x1f] 37*9880d681SAndroid Build Coastguard Worker bgezl $4,-6858 # CHECK: bgezl $4, -6858 # encoding: [0x04,0x83,0xf9,0x4d] 38*9880d681SAndroid Build Coastguard Worker bgtzl $10,-3738 # CHECK: bgtzl $10, -3738 # encoding: [0x5d,0x40,0xfc,0x59] 39*9880d681SAndroid Build Coastguard Worker blezl $6,2974 # CHECK: blezl $6, 2974 # encoding: [0x58,0xc0,0x02,0xe7] 40*9880d681SAndroid Build Coastguard Worker bltzall $6,488 # CHECK: bltzall $6, 488 # encoding: [0x04,0xd2,0x00,0x7a] 41*9880d681SAndroid Build Coastguard Worker bltzl $s1,-9964 # CHECK: bltzl $17, -9964 # encoding: [0x06,0x22,0xf6,0x45] 42*9880d681SAndroid Build Coastguard Worker bnel $gp,$s4,5107 # CHECK: bnel $gp, $20, 5107 # encoding: [0x57,0x94,0x04,0xfc] 43*9880d681SAndroid Build Coastguard Worker cache 1, 8($5) # CHECK: cache 1, 8($5) # encoding: [0xbc,0xa1,0x00,0x08] 44*9880d681SAndroid Build Coastguard Worker c.ngl.d $f29,$f29 45*9880d681SAndroid Build Coastguard Worker c.ngle.d $f0,$f16 46*9880d681SAndroid Build Coastguard Worker c.sf.d $f30,$f0 47*9880d681SAndroid Build Coastguard Worker c.sf.s $f14,$f22 48*9880d681SAndroid Build Coastguard Worker ceil.l.d $f1,$f3 49*9880d681SAndroid Build Coastguard Worker ceil.l.s $f18,$f13 50*9880d681SAndroid Build Coastguard Worker ceil.w.d $f11,$f25 51*9880d681SAndroid Build Coastguard Worker ceil.w.s $f6,$f20 52*9880d681SAndroid Build Coastguard Worker cfc1 $s1,$21 53*9880d681SAndroid Build Coastguard Worker ctc1 $a2,$26 54*9880d681SAndroid Build Coastguard Worker cvt.d.l $f4,$f16 55*9880d681SAndroid Build Coastguard Worker cvt.d.s $f22,$f28 56*9880d681SAndroid Build Coastguard Worker cvt.d.w $f26,$f11 57*9880d681SAndroid Build Coastguard Worker cvt.l.d $f24,$f15 58*9880d681SAndroid Build Coastguard Worker cvt.l.s $f11,$f29 59*9880d681SAndroid Build Coastguard Worker cvt.s.d $f26,$f8 60*9880d681SAndroid Build Coastguard Worker cvt.s.l $f15,$f30 61*9880d681SAndroid Build Coastguard Worker cvt.s.w $f22,$f15 62*9880d681SAndroid Build Coastguard Worker cvt.w.d $f20,$f14 63*9880d681SAndroid Build Coastguard Worker cvt.w.s $f20,$f24 64*9880d681SAndroid Build Coastguard Worker dadd $s3,$at,$ra 65*9880d681SAndroid Build Coastguard Worker dadd $sp,$s4,-27705 # CHECK: daddi $sp, $20, -27705 # encoding: [0x62,0x9d,0x93,0xc7] 66*9880d681SAndroid Build Coastguard Worker dadd $sp,-27705 # CHECK: daddi $sp, $sp, -27705 # encoding: [0x63,0xbd,0x93,0xc7] 67*9880d681SAndroid Build Coastguard Worker daddi $sp,$s4,-27705 68*9880d681SAndroid Build Coastguard Worker daddi $sp,$s4,-27705 # CHECK: daddi $sp, $20, -27705 # encoding: [0x62,0x9d,0x93,0xc7] 69*9880d681SAndroid Build Coastguard Worker daddi $sp,-27705 # CHECK: daddi $sp, $sp, -27705 # encoding: [0x63,0xbd,0x93,0xc7] 70*9880d681SAndroid Build Coastguard Worker daddiu $k0,$s6,-4586 71*9880d681SAndroid Build Coastguard Worker daddu $s3,$at,$ra 72*9880d681SAndroid Build Coastguard Worker daddu $24,$2,18079 # CHECK: daddiu $24, $2, 18079 # encoding: [0x64,0x58,0x46,0x9f] 73*9880d681SAndroid Build Coastguard Worker daddu $19,26943 # CHECK: daddiu $19, $19, 26943 # encoding: [0x66,0x73,0x69,0x3f] 74*9880d681SAndroid Build Coastguard Worker ddiv $zero,$k0,$s3 75*9880d681SAndroid Build Coastguard Worker ddivu $zero,$s0,$s1 76*9880d681SAndroid Build Coastguard Worker div $zero,$25,$11 77*9880d681SAndroid Build Coastguard Worker div.d $f29,$f20,$f27 78*9880d681SAndroid Build Coastguard Worker div.s $f4,$f5,$f15 79*9880d681SAndroid Build Coastguard Worker divu $zero,$25,$15 80*9880d681SAndroid Build Coastguard Worker dmfc1 $12,$f13 81*9880d681SAndroid Build Coastguard Worker dmtc1 $s0,$f14 82*9880d681SAndroid Build Coastguard Worker dmult $s7,$9 83*9880d681SAndroid Build Coastguard Worker dmultu $a1,$a2 84*9880d681SAndroid Build Coastguard Worker dneg $2 # CHECK: dneg $2, $2 # encoding: [0x00,0x02,0x10,0x2e] 85*9880d681SAndroid Build Coastguard Worker dneg $2,$3 # CHECK: dneg $2, $3 # encoding: [0x00,0x03,0x10,0x2e] 86*9880d681SAndroid Build Coastguard Worker dnegu $2,$3 # CHECK: dnegu $2, $3 # encoding: [0x00,0x03,0x10,0x2f] 87*9880d681SAndroid Build Coastguard Worker dsll $zero,18 # CHECK: dsll $zero, $zero, 18 # encoding: [0x00,0x00,0x04,0xb8] 88*9880d681SAndroid Build Coastguard Worker dsll $zero,$s4,18 # CHECK: dsll $zero, $20, 18 # encoding: [0x00,0x14,0x04,0xb8] 89*9880d681SAndroid Build Coastguard Worker dsll $zero,$s4,$12 # CHECK: dsllv $zero, $20, $12 # encoding: [0x01,0x94,0x00,0x14] 90*9880d681SAndroid Build Coastguard Worker dsll32 $zero,18 # CHECK: dsll32 $zero, $zero, 18 # encoding: [0x00,0x00,0x04,0xbc] 91*9880d681SAndroid Build Coastguard Worker dsll32 $zero,$zero,18 # CHECK: dsll32 $zero, $zero, 18 # encoding: [0x00,0x00,0x04,0xbc] 92*9880d681SAndroid Build Coastguard Worker dsllv $zero,$s4,$12 # CHECK: dsllv $zero, $20, $12 # encoding: [0x01,0x94,0x00,0x14] 93*9880d681SAndroid Build Coastguard Worker dsra $gp,10 # CHECK: dsra $gp, $gp, 10 # encoding: [0x00,0x1c,0xe2,0xbb] 94*9880d681SAndroid Build Coastguard Worker dsra $gp,$s2,10 # CHECK: dsra $gp, $18, 10 # encoding: [0x00,0x12,0xe2,0xbb] 95*9880d681SAndroid Build Coastguard Worker dsra $gp,$s2,$s3 # CHECK: dsrav $gp, $18, $19 # encoding: [0x02,0x72,0xe0,0x17] 96*9880d681SAndroid Build Coastguard Worker dsra32 $gp,10 # CHECK: dsra32 $gp, $gp, 10 # encoding: [0x00,0x1c,0xe2,0xbf] 97*9880d681SAndroid Build Coastguard Worker dsra32 $gp,$s2,10 # CHECK: dsra32 $gp, $18, 10 # encoding: [0x00,0x12,0xe2,0xbf] 98*9880d681SAndroid Build Coastguard Worker dsrav $gp,$s2,$s3 # CHECK: dsrav $gp, $18, $19 # encoding: [0x02,0x72,0xe0,0x17] 99*9880d681SAndroid Build Coastguard Worker dsrl $s3,23 # CHECK: dsrl $19, $19, 23 # encoding: [0x00,0x13,0x9d,0xfa] 100*9880d681SAndroid Build Coastguard Worker dsrl $s3,$6,23 # CHECK: dsrl $19, $6, 23 # encoding: [0x00,0x06,0x9d,0xfa] 101*9880d681SAndroid Build Coastguard Worker dsrl $s3,$6,$s4 # CHECK: dsrlv $19, $6, $20 # encoding: [0x02,0x86,0x98,0x16] 102*9880d681SAndroid Build Coastguard Worker dsrl32 $s3,23 # CHECK: dsrl32 $19, $19, 23 # encoding: [0x00,0x13,0x9d,0xfe] 103*9880d681SAndroid Build Coastguard Worker dsrl32 $s3,$6,23 # CHECK: dsrl32 $19, $6, 23 # encoding: [0x00,0x06,0x9d,0xfe] 104*9880d681SAndroid Build Coastguard Worker dsrlv $s3,$6,$s4 # CHECK: dsrlv $19, $6, $20 # encoding: [0x02,0x86,0x98,0x16] 105*9880d681SAndroid Build Coastguard Worker dsub $a3,$s6,$8 106*9880d681SAndroid Build Coastguard Worker dsub $sp,$s4,-27705 # CHECK: daddi $sp, $20, 27705 # encoding: [0x62,0x9d,0x6c,0x39] 107*9880d681SAndroid Build Coastguard Worker dsub $sp,-27705 # CHECK: daddi $sp, $sp, 27705 # encoding: [0x63,0xbd,0x6c,0x39] 108*9880d681SAndroid Build Coastguard Worker dsubi $sp,$s4,-27705 # CHECK: daddi $sp, $20, 27705 # encoding: [0x62,0x9d,0x6c,0x39] 109*9880d681SAndroid Build Coastguard Worker dsubi $sp,-27705 # CHECK: daddi $sp, $sp, 27705 # encoding: [0x63,0xbd,0x6c,0x39] 110*9880d681SAndroid Build Coastguard Worker dsubu $a1,$a1,$k0 111*9880d681SAndroid Build Coastguard Worker dsubu $15,$11,5025 # CHECK: daddiu $15, $11, -5025 # encoding: [0x65,0x6f,0xec,0x5f] 112*9880d681SAndroid Build Coastguard Worker dsubu $14,-4586 # CHECK: daddiu $14, $14, 4586 # encoding: [0x65,0xce,0x11,0xea] 113*9880d681SAndroid Build Coastguard Worker ehb # CHECK: ehb # encoding: [0x00,0x00,0x00,0xc0] 114*9880d681SAndroid Build Coastguard Worker eret 115*9880d681SAndroid Build Coastguard Worker floor.l.d $f26,$f7 116*9880d681SAndroid Build Coastguard Worker floor.l.s $f12,$f5 117*9880d681SAndroid Build Coastguard Worker floor.w.d $f14,$f11 118*9880d681SAndroid Build Coastguard Worker floor.w.s $f8,$f9 119*9880d681SAndroid Build Coastguard Worker j 1f # CHECK: j $tmp0 # encoding: [0b000010AA,A,A,A] 120*9880d681SAndroid Build Coastguard Worker # CHECK: # fixup A - offset: 0, value: ($tmp0), kind: fixup_Mips_26 121*9880d681SAndroid Build Coastguard Worker j a # CHECK: j a # encoding: [0b000010AA,A,A,A] 122*9880d681SAndroid Build Coastguard Worker # CHECK: # fixup A - offset: 0, value: a, kind: fixup_Mips_26 123*9880d681SAndroid Build Coastguard Worker j 1328 # CHECK: j 1328 # encoding: [0x08,0x00,0x01,0x4c] 124*9880d681SAndroid Build Coastguard Worker jal 21100 # CHECK: jal 21100 # encoding: [0x0c,0x00,0x14,0x9b] 125*9880d681SAndroid Build Coastguard Worker lb $24,-14515($10) 126*9880d681SAndroid Build Coastguard Worker lbu $8,30195($v1) 127*9880d681SAndroid Build Coastguard Worker ld $sp,-28645($s1) 128*9880d681SAndroid Build Coastguard Worker ldc1 $f11,16391($s0) 129*9880d681SAndroid Build Coastguard Worker ldc2 $8,-21181($at) # CHECK: ldc2 $8, -21181($1) # encoding: [0xd8,0x28,0xad,0x43] 130*9880d681SAndroid Build Coastguard Worker ldl $24,-4167($24) 131*9880d681SAndroid Build Coastguard Worker ldr $14,-30358($s4) 132*9880d681SAndroid Build Coastguard Worker ldxc1 $f8,$s7($15) 133*9880d681SAndroid Build Coastguard Worker lh $11,-8556($s5) 134*9880d681SAndroid Build Coastguard Worker lhu $s3,-22851($v0) 135*9880d681SAndroid Build Coastguard Worker li $at,-29773 136*9880d681SAndroid Build Coastguard Worker li $zero,-29889 137*9880d681SAndroid Build Coastguard Worker ll $v0,-7321($s2) # CHECK: ll $2, -7321($18) # encoding: [0xc2,0x42,0xe3,0x67] 138*9880d681SAndroid Build Coastguard Worker lld $zero,-14736($ra) # CHECK: lld $zero, -14736($ra) # encoding: [0xd3,0xe0,0xc6,0x70] 139*9880d681SAndroid Build Coastguard Worker lw $8,5674($a1) 140*9880d681SAndroid Build Coastguard Worker lwc1 $f16,10225($k0) 141*9880d681SAndroid Build Coastguard Worker lwc2 $18,-841($a2) # CHECK: lwc2 $18, -841($6) # encoding: [0xc8,0xd2,0xfc,0xb7] 142*9880d681SAndroid Build Coastguard Worker lwl $s4,-4231($15) 143*9880d681SAndroid Build Coastguard Worker lwr $zero,-19147($gp) 144*9880d681SAndroid Build Coastguard Worker lwu $s3,-24086($v1) 145*9880d681SAndroid Build Coastguard Worker lwxc1 $f12,$s1($s8) 146*9880d681SAndroid Build Coastguard Worker madd.d $f18, $f22, $f26, $f20 # encoding: [0x4e,0xd4,0xd4,0xa1] 147*9880d681SAndroid Build Coastguard Worker madd.s $f2, $f30, $f18, $f24 # encoding: [0x4f,0xd8,0x90,0xa0] 148*9880d681SAndroid Build Coastguard Worker mfc1 $a3,$f27 149*9880d681SAndroid Build Coastguard Worker mfhi $s3 150*9880d681SAndroid Build Coastguard Worker mfhi $sp 151*9880d681SAndroid Build Coastguard Worker mflo $s1 152*9880d681SAndroid Build Coastguard Worker mov.d $f20,$f14 153*9880d681SAndroid Build Coastguard Worker mov.s $f2,$f27 154*9880d681SAndroid Build Coastguard Worker move $a0,$a3 # CHECK: move $4, $7 # encoding: [0x00,0xe0,0x20,0x25] 155*9880d681SAndroid Build Coastguard Worker move $s5,$a0 # CHECK: move $21, $4 # encoding: [0x00,0x80,0xa8,0x25] 156*9880d681SAndroid Build Coastguard Worker move $s8,$a0 # CHECK: move $fp, $4 # encoding: [0x00,0x80,0xf0,0x25] 157*9880d681SAndroid Build Coastguard Worker move $25,$a2 # CHECK: move $25, $6 # encoding: [0x00,0xc0,0xc8,0x25] 158*9880d681SAndroid Build Coastguard Worker movf $gp,$8,$fcc7 159*9880d681SAndroid Build Coastguard Worker movf.d $f6,$f11,$fcc5 160*9880d681SAndroid Build Coastguard Worker movf.s $f23,$f5,$fcc6 161*9880d681SAndroid Build Coastguard Worker movn $v1,$s1,$s0 162*9880d681SAndroid Build Coastguard Worker movn.d $f27,$f21,$k0 163*9880d681SAndroid Build Coastguard Worker movn.s $f12,$f0,$s7 164*9880d681SAndroid Build Coastguard Worker movt $zero,$s4,$fcc5 165*9880d681SAndroid Build Coastguard Worker movt.d $f0,$f2,$fcc0 166*9880d681SAndroid Build Coastguard Worker movt.s $f30,$f2,$fcc1 167*9880d681SAndroid Build Coastguard Worker movz $a1,$s6,$9 168*9880d681SAndroid Build Coastguard Worker movz.d $f12,$f29,$9 169*9880d681SAndroid Build Coastguard Worker movz.s $f25,$f7,$v1 170*9880d681SAndroid Build Coastguard Worker msub.d $f10, $f2, $f30, $f18 # encoding: [0x4c,0x52,0xf2,0xa9] 171*9880d681SAndroid Build Coastguard Worker msub.s $f12, $f18, $f10, $f16 # encoding: [0x4e,0x50,0x53,0x28] 172*9880d681SAndroid Build Coastguard Worker mtc1 $s8,$f9 173*9880d681SAndroid Build Coastguard Worker mthi $s1 174*9880d681SAndroid Build Coastguard Worker mtlo $sp 175*9880d681SAndroid Build Coastguard Worker mtlo $25 176*9880d681SAndroid Build Coastguard Worker mul.d $f20,$f20,$f16 177*9880d681SAndroid Build Coastguard Worker mul.s $f30,$f10,$f2 178*9880d681SAndroid Build Coastguard Worker mult $sp,$s4 179*9880d681SAndroid Build Coastguard Worker mult $sp,$v0 180*9880d681SAndroid Build Coastguard Worker multu $gp,$k0 181*9880d681SAndroid Build Coastguard Worker multu $9,$s2 182*9880d681SAndroid Build Coastguard Worker negu $2 # CHECK: negu $2, $2 # encoding: [0x00,0x02,0x10,0x23] 183*9880d681SAndroid Build Coastguard Worker negu $2,$3 # CHECK: negu $2, $3 # encoding: [0x00,0x03,0x10,0x23] 184*9880d681SAndroid Build Coastguard Worker neg.d $f27,$f18 185*9880d681SAndroid Build Coastguard Worker neg.s $f1,$f15 186*9880d681SAndroid Build Coastguard Worker nmadd.d $f18, $f8, $f14, $f20 # encoding: [0x4d,0x14,0x74,0xb1] 187*9880d681SAndroid Build Coastguard Worker nmadd.s $f0, $f4, $f24, $f12 # encoding: [0x4c,0x8c,0xc0,0x30] 188*9880d681SAndroid Build Coastguard Worker nmsub.d $f30, $f8, $f16, $f30 # encoding: [0x4d,0x1e,0x87,0xb9] 189*9880d681SAndroid Build Coastguard Worker nmsub.s $f0, $f24, $f20, $f4 # encoding: [0x4f,0x04,0xa0,0x38] 190*9880d681SAndroid Build Coastguard Worker nop 191*9880d681SAndroid Build Coastguard Worker nor $a3,$zero,$a3 192*9880d681SAndroid Build Coastguard Worker or $12,$s0,$sp 193*9880d681SAndroid Build Coastguard Worker or $2, 4 # CHECK: ori $2, $2, 4 # encoding: [0x34,0x42,0x00,0x04] 194*9880d681SAndroid Build Coastguard Worker pref 1, 8($5) # CHECK: pref 1, 8($5) # encoding: [0xcc,0xa1,0x00,0x08] 195*9880d681SAndroid Build Coastguard Worker round.l.d $f12,$f1 196*9880d681SAndroid Build Coastguard Worker round.l.s $f25,$f5 197*9880d681SAndroid Build Coastguard Worker round.w.d $f6,$f4 198*9880d681SAndroid Build Coastguard Worker round.w.s $f27,$f28 199*9880d681SAndroid Build Coastguard Worker sb $s6,-19857($14) 200*9880d681SAndroid Build Coastguard Worker sc $15,18904($s3) # CHECK: sc $15, 18904($19) # encoding: [0xe2,0x6f,0x49,0xd8] 201*9880d681SAndroid Build Coastguard Worker scd $15,-8243($sp) # CHECK: scd $15, -8243($sp) # encoding: [0xf3,0xaf,0xdf,0xcd] 202*9880d681SAndroid Build Coastguard Worker sd $12,5835($10) 203*9880d681SAndroid Build Coastguard Worker sdc1 $f31,30574($13) 204*9880d681SAndroid Build Coastguard Worker sdc2 $20,23157($s2) # CHECK: sdc2 $20, 23157($18) # encoding: [0xfa,0x54,0x5a,0x75] 205*9880d681SAndroid Build Coastguard Worker sdl $a3,-20961($s8) 206*9880d681SAndroid Build Coastguard Worker sdr $11,-20423($12) 207*9880d681SAndroid Build Coastguard Worker sdxc1 $f11,$10($14) 208*9880d681SAndroid Build Coastguard Worker sh $14,-6704($15) 209*9880d681SAndroid Build Coastguard Worker sll $a3,18 # CHECK: sll $7, $7, 18 # encoding: [0x00,0x07,0x3c,0x80] 210*9880d681SAndroid Build Coastguard Worker sll $a3,$zero,18 # CHECK: sll $7, $zero, 18 # encoding: [0x00,0x00,0x3c,0x80] 211*9880d681SAndroid Build Coastguard Worker sll $a3,$zero,$9 # CHECK: sllv $7, $zero, $9 # encoding: [0x01,0x20,0x38,0x04] 212*9880d681SAndroid Build Coastguard Worker sllv $a3,$zero,$9 # CHECK: sllv $7, $zero, $9 # encoding: [0x01,0x20,0x38,0x04] 213*9880d681SAndroid Build Coastguard Worker slt $s7,$11,$k1 # CHECK: slt $23, $11, $27 # encoding: [0x01,0x7b,0xb8,0x2a] 214*9880d681SAndroid Build Coastguard Worker slti $s1,$10,9489 # CHECK: slti $17, $10, 9489 # encoding: [0x29,0x51,0x25,0x11] 215*9880d681SAndroid Build Coastguard Worker sltiu $25,$25,-15531 # CHECK: sltiu $25, $25, -15531 # encoding: [0x2f,0x39,0xc3,0x55] 216*9880d681SAndroid Build Coastguard Worker sltu $s4,$s5,$11 # CHECK: sltu $20, $21, $11 # encoding: [0x02,0xab,0xa0,0x2b] 217*9880d681SAndroid Build Coastguard Worker sltu $24,$25,-15531 # CHECK: sltiu $24, $25, -15531 # encoding: [0x2f,0x38,0xc3,0x55] 218*9880d681SAndroid Build Coastguard Worker sqrt.d $f17,$f22 219*9880d681SAndroid Build Coastguard Worker sqrt.s $f0,$f1 220*9880d681SAndroid Build Coastguard Worker sra $s1,15 # CHECK: sra $17, $17, 15 # encoding: [0x00,0x11,0x8b,0xc3] 221*9880d681SAndroid Build Coastguard Worker sra $s1,$s7,15 # CHECK: sra $17, $23, 15 # encoding: [0x00,0x17,0x8b,0xc3] 222*9880d681SAndroid Build Coastguard Worker sra $s1,$s7,$sp # CHECK: srav $17, $23, $sp # encoding: [0x03,0xb7,0x88,0x07] 223*9880d681SAndroid Build Coastguard Worker srav $s1,$s7,$sp # CHECK: srav $17, $23, $sp # encoding: [0x03,0xb7,0x88,0x07] 224*9880d681SAndroid Build Coastguard Worker srl $2,7 # CHECK: srl $2, $2, 7 # encoding: [0x00,0x02,0x11,0xc2] 225*9880d681SAndroid Build Coastguard Worker srl $2,$2,7 # CHECK: srl $2, $2, 7 # encoding: [0x00,0x02,0x11,0xc2] 226*9880d681SAndroid Build Coastguard Worker srl $25,$s4,$a0 # CHECK: srlv $25, $20, $4 # encoding: [0x00,0x94,0xc8,0x06] 227*9880d681SAndroid Build Coastguard Worker srlv $25,$s4,$a0 # CHECK: srlv $25, $20, $4 # encoding: [0x00,0x94,0xc8,0x06] 228*9880d681SAndroid Build Coastguard Worker ssnop # CHECK: ssnop # encoding: [0x00,0x00,0x00,0x40] 229*9880d681SAndroid Build Coastguard Worker sub $s6,$s3,$12 230*9880d681SAndroid Build Coastguard Worker sub $22,$17,-3126 # CHECK: addi $22, $17, 3126 # encoding: [0x22,0x36,0x0c,0x36] 231*9880d681SAndroid Build Coastguard Worker sub $13,6512 # CHECK: addi $13, $13, -6512 # encoding: [0x21,0xad,0xe6,0x90] 232*9880d681SAndroid Build Coastguard Worker sub.d $f18,$f3,$f17 233*9880d681SAndroid Build Coastguard Worker sub.s $f23,$f22,$f22 234*9880d681SAndroid Build Coastguard Worker subu $sp,$s6,$s6 235*9880d681SAndroid Build Coastguard Worker sw $ra,-10160($sp) 236*9880d681SAndroid Build Coastguard Worker swc1 $f6,-8465($24) 237*9880d681SAndroid Build Coastguard Worker swc2 $25,24880($s0) # CHECK: swc2 $25, 24880($16) # encoding: [0xea,0x19,0x61,0x30] 238*9880d681SAndroid Build Coastguard Worker swl $15,13694($s3) 239*9880d681SAndroid Build Coastguard Worker swr $s1,-26590($14) 240*9880d681SAndroid Build Coastguard Worker swxc1 $f19,$12($k0) 241*9880d681SAndroid Build Coastguard Worker sync # CHECK: sync # encoding: [0x00,0x00,0x00,0x0f] 242*9880d681SAndroid Build Coastguard Worker syscall # CHECK: syscall # encoding: [0x00,0x00,0x00,0x0c] 243*9880d681SAndroid Build Coastguard Worker syscall 256 # CHECK: syscall 256 # encoding: [0x00,0x00,0x40,0x0c] 244*9880d681SAndroid Build Coastguard Worker teq $0,$3 # CHECK: teq $zero, $3 # encoding: [0x00,0x03,0x00,0x34] 245*9880d681SAndroid Build Coastguard Worker teq $5,$7,620 # CHECK: teq $5, $7, 620 # encoding: [0x00,0xa7,0x9b,0x34] 246*9880d681SAndroid Build Coastguard Worker teqi $s5,-17504 247*9880d681SAndroid Build Coastguard Worker tge $7,$10 # CHECK: tge $7, $10 # encoding: [0x00,0xea,0x00,0x30] 248*9880d681SAndroid Build Coastguard Worker tge $5,$19,340 # CHECK: tge $5, $19, 340 # encoding: [0x00,0xb3,0x55,0x30] 249*9880d681SAndroid Build Coastguard Worker tgei $s1,5025 250*9880d681SAndroid Build Coastguard Worker tgeiu $sp,-28621 251*9880d681SAndroid Build Coastguard Worker tgeu $22,$28 # CHECK: tgeu $22, $gp # encoding: [0x02,0xdc,0x00,0x31] 252*9880d681SAndroid Build Coastguard Worker tgeu $20,$14,379 # CHECK: tgeu $20, $14, 379 # encoding: [0x02,0x8e,0x5e,0xf1] 253*9880d681SAndroid Build Coastguard Worker tlbp # CHECK: tlbp # encoding: [0x42,0x00,0x00,0x08] 254*9880d681SAndroid Build Coastguard Worker tlbr # CHECK: tlbr # encoding: [0x42,0x00,0x00,0x01] 255*9880d681SAndroid Build Coastguard Worker tlbwi # CHECK: tlbwi # encoding: [0x42,0x00,0x00,0x02] 256*9880d681SAndroid Build Coastguard Worker tlbwr # CHECK: tlbwr # encoding: [0x42,0x00,0x00,0x06] 257*9880d681SAndroid Build Coastguard Worker tlt $15,$13 # CHECK: tlt $15, $13 # encoding: [0x01,0xed,0x00,0x32] 258*9880d681SAndroid Build Coastguard Worker tlt $2,$19,133 # CHECK: tlt $2, $19, 133 # encoding: [0x00,0x53,0x21,0x72] 259*9880d681SAndroid Build Coastguard Worker tlti $14,-21059 260*9880d681SAndroid Build Coastguard Worker tltiu $ra,-5076 261*9880d681SAndroid Build Coastguard Worker tltu $11,$16 # CHECK: tltu $11, $16 # encoding: [0x01,0x70,0x00,0x33] 262*9880d681SAndroid Build Coastguard Worker tltu $16,$29,1016 # CHECK: tltu $16, $sp, 1016 # encoding: [0x02,0x1d,0xfe,0x33] 263*9880d681SAndroid Build Coastguard Worker tne $6,$17 # CHECK: tne $6, $17 # encoding: [0x00,0xd1,0x00,0x36] 264*9880d681SAndroid Build Coastguard Worker tne $7,$8,885 # CHECK: tne $7, $8, 885 # encoding: [0x00,0xe8,0xdd,0x76] 265*9880d681SAndroid Build Coastguard Worker tnei $12,-29647 266*9880d681SAndroid Build Coastguard Worker trunc.l.d $f23,$f23 # CHECK: trunc.l.d $f23, $f23 # encoding: [0x46,0x20,0xbd,0xc9] 267*9880d681SAndroid Build Coastguard Worker trunc.l.s $f28,$f31 # CHECK: trunc.l.s $f28, $f31 # encoding: [0x46,0x00,0xff,0x09] 268*9880d681SAndroid Build Coastguard Worker trunc.w.d $f22,$f15 # CHECK: trunc.w.d $f22, $f15 # encoding: [0x46,0x20,0x7d,0x8d] 269*9880d681SAndroid Build Coastguard Worker trunc.w.s $f28,$f30 # CHECK: trunc.w.s $f28, $f30 # encoding: [0x46,0x00,0xf7,0x0d] 270*9880d681SAndroid Build Coastguard Worker trunc.w.d $f4,$f6,$4 # CHECK: trunc.w.d $f4, $f6 # encoding: [0x46,0x20,0x31,0x0d] 271*9880d681SAndroid Build Coastguard Worker trunc.w.s $f4,$f6,$4 # CHECK: trunc.w.s $f4, $f6 # encoding: [0x46,0x00,0x31,0x0d] 272*9880d681SAndroid Build Coastguard Worker xor $s2,$a0,$s8 273*9880d681SAndroid Build Coastguard Worker xor $2, 4 # CHECK: xori $2, $2, 4 # encoding: [0x38,0x42,0x00,0x04] 274*9880d681SAndroid Build Coastguard Worker 275*9880d681SAndroid Build Coastguard Worker1: 276*9880d681SAndroid Build Coastguard Worker 277*9880d681SAndroid Build Coastguard Worker # Check that we accept traditional %relocation(symbol) offsets for stores 278*9880d681SAndroid Build Coastguard Worker # and loads, not just a sign 16 bit offset. 279*9880d681SAndroid Build Coastguard Worker 280*9880d681SAndroid Build Coastguard Worker lui $2, %hi(g_8) # CHECK: encoding: [0x3c,0x02,A,A] 281*9880d681SAndroid Build Coastguard Worker lb $3, %lo(g_8)($2) # CHECK: encoding: [0x80,0x43,A,A] 282*9880d681SAndroid Build Coastguard Worker lh $3, %lo(g_8)($2) # CHECK: encoding: [0x84,0x43,A,A] 283*9880d681SAndroid Build Coastguard Worker lhu $3, %lo(g_8)($2) # CHECK: encoding: [0x94,0x43,A,A] 284*9880d681SAndroid Build Coastguard Worker lw $3, %lo(g_8)($2) # CHECK: encoding: [0x8c,0x43,A,A] 285*9880d681SAndroid Build Coastguard Worker sb $3, %lo(g_8)($2) # CHECK: encoding: [0xa0,0x43,A,A] 286*9880d681SAndroid Build Coastguard Worker sh $3, %lo(g_8)($2) # CHECK: encoding: [0xa4,0x43,A,A] 287*9880d681SAndroid Build Coastguard Worker sw $3, %lo(g_8)($2) # CHECK: encoding: [0xac,0x43,A,A] 288*9880d681SAndroid Build Coastguard Worker 289*9880d681SAndroid Build Coastguard Worker lwl $3, %lo(g_8)($2) # CHECK: encoding: [0x88,0x43,A,A] 290*9880d681SAndroid Build Coastguard Worker lwr $3, %lo(g_8)($2) # CHECK: encoding: [0x98,0x43,A,A] 291*9880d681SAndroid Build Coastguard Worker swl $3, %lo(g_8)($2) # CHECK: encoding: [0xa8,0x43,A,A] 292*9880d681SAndroid Build Coastguard Worker swr $3, %lo(g_8)($2) # CHECK: encoding: [0xb8,0x43,A,A] 293*9880d681SAndroid Build Coastguard Worker 294*9880d681SAndroid Build Coastguard Worker lwc1 $f0, %lo(g_8)($2) # CHECK: encoding: [0xc4,0x40,A,A] 295*9880d681SAndroid Build Coastguard Worker ldc1 $f0, %lo(g_8)($2) # CHECK: encoding: [0xd4,0x40,A,A] 296*9880d681SAndroid Build Coastguard Worker swc1 $f0, %lo(g_8)($2) # CHECK: encoding: [0xe4,0x40,A,A] 297*9880d681SAndroid Build Coastguard Worker sdc1 $f0, %lo(g_8)($2) # CHECK: encoding: [0xf4,0x40,A,A] 298*9880d681SAndroid Build Coastguard Worker lwu $3, %lo(g_8)($2) # CHECK: encoding: [0x9c,0x43,A,A] 299*9880d681SAndroid Build Coastguard Worker ld $3, %lo(g_8)($2) # CHECK: encoding: [0xdc,0x43,A,A] 300*9880d681SAndroid Build Coastguard Worker sd $3, %lo(g_8)($2) # CHECK: encoding: [0xfc,0x43,A,A] 301*9880d681SAndroid Build Coastguard Worker ldl $3, %lo(g_8)($2) # CHECK: encoding: [0x68,0x43,A,A] 302*9880d681SAndroid Build Coastguard Worker ldr $3, %lo(g_8)($2) # CHECK: encoding: [0x6c,0x43,A,A] 303*9880d681SAndroid Build Coastguard Worker sdl $3, %lo(g_8)($2) # CHECK: encoding: [0xb0,0x43,A,A] 304*9880d681SAndroid Build Coastguard Worker sdr $3, %lo(g_8)($2) # CHECK: encoding: [0xb4,0x43,A,A] 305*9880d681SAndroid Build Coastguard Worker .type g_8,@object 306*9880d681SAndroid Build Coastguard Worker .comm g_8,16,16 307