1*9880d681SAndroid Build Coastguard Worker# RUN: llvm-mc -disassemble -triple lanai %s | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker 3*9880d681SAndroid Build Coastguard Worker0x0a 0xc4 0x00 0x00 4*9880d681SAndroid Build Coastguard Worker# CHECK: add %r17, 0x0, %r21 5*9880d681SAndroid Build Coastguard Worker0x0a 0xc4 0x12 0x34 6*9880d681SAndroid Build Coastguard Worker# CHECK: add %r17, 0x1234, %r21 7*9880d681SAndroid Build Coastguard Worker0x0a 0xc5 0x12 0x34 8*9880d681SAndroid Build Coastguard Worker# CHECK: add %r17, 0x12340000, %r21 9*9880d681SAndroid Build Coastguard Worker0x0a 0xc6 0x00 0x00 10*9880d681SAndroid Build Coastguard Worker# CHECK: add.f %r17, 0x0, %r21 11*9880d681SAndroid Build Coastguard Worker0x0a 0xc6 0x12 0x34 12*9880d681SAndroid Build Coastguard Worker# CHECK: add.f %r17, 0x1234, %r21 13*9880d681SAndroid Build Coastguard Worker0x0a 0xc7 0x12 0x34 14*9880d681SAndroid Build Coastguard Worker# CHECK: add.f %r17, 0x12340000, %r21 15*9880d681SAndroid Build Coastguard Worker0xca 0xc4 0x90 0x00 16*9880d681SAndroid Build Coastguard Worker# CHECK: add %r17, %r18, %r21 17*9880d681SAndroid Build Coastguard Worker0xca 0xc6 0x90 0x00 18*9880d681SAndroid Build Coastguard Worker# CHECK: add.f %r17, %r18, %r21 19*9880d681SAndroid Build Coastguard Worker0xca 0xc4 0x91 0x00 20*9880d681SAndroid Build Coastguard Worker# CHECK: addc %r17, %r18, %r21 21*9880d681SAndroid Build Coastguard Worker0xca 0xc6 0x91 0x00 22*9880d681SAndroid Build Coastguard Worker# CHECK: addc.f %r17, %r18, %r21 23*9880d681SAndroid Build Coastguard Worker0x1a 0xc4 0x00 0x00 24*9880d681SAndroid Build Coastguard Worker# CHECK: addc %r17, 0x0, %r21 25*9880d681SAndroid Build Coastguard Worker0x1a 0xc4 0x12 0x34 26*9880d681SAndroid Build Coastguard Worker# CHECK: addc %r17, 0x1234, %r21 27*9880d681SAndroid Build Coastguard Worker0x1a 0xc5 0x12 0x34 28*9880d681SAndroid Build Coastguard Worker# CHECK: addc %r17, 0x12340000, %r21 29*9880d681SAndroid Build Coastguard Worker0x1a 0xc6 0x00 0x00 30*9880d681SAndroid Build Coastguard Worker# CHECK: addc.f %r17, 0x0, %r21 31*9880d681SAndroid Build Coastguard Worker0x1a 0xc6 0x12 0x34 32*9880d681SAndroid Build Coastguard Worker# CHECK: addc.f %r17, 0x1234, %r21 33*9880d681SAndroid Build Coastguard Worker0x1a 0xc7 0x12 0x34 34*9880d681SAndroid Build Coastguard Worker# CHECK: addc.f %r17, 0x12340000, %r21 35*9880d681SAndroid Build Coastguard Worker0x4a 0xc4 0x12 0x34 36*9880d681SAndroid Build Coastguard Worker# CHECK: and %r17, 0xffff1234, %r21 37*9880d681SAndroid Build Coastguard Worker0x4a 0xc5 0x12 0x34 38*9880d681SAndroid Build Coastguard Worker# CHECK: and %r17, 0x1234ffff, %r21 39*9880d681SAndroid Build Coastguard Worker0x4a 0xc6 0x12 0x34 40*9880d681SAndroid Build Coastguard Worker# CHECK: and.f %r17, 0xffff1234, %r21 41*9880d681SAndroid Build Coastguard Worker0x4a 0xc7 0x12 0x34 42*9880d681SAndroid Build Coastguard Worker# CHECK: and.f %r17, 0x1234ffff, %r21 43*9880d681SAndroid Build Coastguard Worker0xca 0xc4 0x94 0x00 44*9880d681SAndroid Build Coastguard Worker# CHECK: and %r17, %r18, %r21 45*9880d681SAndroid Build Coastguard Worker0xca 0xc6 0x94 0x00 46*9880d681SAndroid Build Coastguard Worker# CHECK: and.f %r17, %r18, %r21 47*9880d681SAndroid Build Coastguard Worker0xe0 0x12 0x34 0x54 48*9880d681SAndroid Build Coastguard Worker# CHECK: bt 0x123454 49*9880d681SAndroid Build Coastguard Worker0xe0 0x12 0x34 0x55 50*9880d681SAndroid Build Coastguard Worker# CHECK: bf 0x123454 51*9880d681SAndroid Build Coastguard Worker0xe2 0x12 0x34 0x54 52*9880d681SAndroid Build Coastguard Worker# CHECK: bugt 0x123454 53*9880d681SAndroid Build Coastguard Worker0xe2 0x12 0x34 0x55 54*9880d681SAndroid Build Coastguard Worker# CHECK: bule 0x123454 55*9880d681SAndroid Build Coastguard Worker0xe4 0x12 0x34 0x54 56*9880d681SAndroid Build Coastguard Worker# CHECK: bult 0x123454 57*9880d681SAndroid Build Coastguard Worker0xe4 0x12 0x34 0x55 58*9880d681SAndroid Build Coastguard Worker# CHECK: buge 0x123454 59*9880d681SAndroid Build Coastguard Worker0xe6 0x12 0x34 0x54 60*9880d681SAndroid Build Coastguard Worker# CHECK: bne 0x123454 61*9880d681SAndroid Build Coastguard Worker0xe6 0x12 0x34 0x55 62*9880d681SAndroid Build Coastguard Worker# CHECK: beq 0x123454 63*9880d681SAndroid Build Coastguard Worker0xe8 0x12 0x34 0x54 64*9880d681SAndroid Build Coastguard Worker# CHECK: bvc 0x123454 65*9880d681SAndroid Build Coastguard Worker0xe8 0x12 0x34 0x55 66*9880d681SAndroid Build Coastguard Worker# CHECK: bvs 0x123454 67*9880d681SAndroid Build Coastguard Worker0xea 0x12 0x34 0x54 68*9880d681SAndroid Build Coastguard Worker# CHECK: bpl 0x123454 69*9880d681SAndroid Build Coastguard Worker0xea 0x12 0x34 0x55 70*9880d681SAndroid Build Coastguard Worker# CHECK: bmi 0x123454 71*9880d681SAndroid Build Coastguard Worker0xec 0x12 0x34 0x54 72*9880d681SAndroid Build Coastguard Worker# CHECK: bge 0x123454 73*9880d681SAndroid Build Coastguard Worker0xec 0x12 0x34 0x55 74*9880d681SAndroid Build Coastguard Worker# CHECK: blt 0x123454 75*9880d681SAndroid Build Coastguard Worker0xee 0x12 0x34 0x54 76*9880d681SAndroid Build Coastguard Worker# CHECK: bgt 0x123454 77*9880d681SAndroid Build Coastguard Worker0xc1 0x00 0x9d 0x00 78*9880d681SAndroid Build Coastguard Worker# CHECK: bt %r19 79*9880d681SAndroid Build Coastguard Worker0xe1 0x00 0x56 0x7a 80*9880d681SAndroid Build Coastguard Worker# CHECK: bt.r 0x5678 81*9880d681SAndroid Build Coastguard Worker0xe1 0x00 0x56 0x7b 82*9880d681SAndroid Build Coastguard Worker# CHECK: bf.r 0x5678 83*9880d681SAndroid Build Coastguard Worker0xe3 0x00 0x56 0x7a 84*9880d681SAndroid Build Coastguard Worker# CHECK: bugt.r 0x5678 85*9880d681SAndroid Build Coastguard Worker0xe3 0x00 0x56 0x7b 86*9880d681SAndroid Build Coastguard Worker# CHECK: bule.r 0x5678 87*9880d681SAndroid Build Coastguard Worker0xe5 0x00 0x56 0x7a 88*9880d681SAndroid Build Coastguard Worker# CHECK: bult.r 0x5678 89*9880d681SAndroid Build Coastguard Worker0xe5 0x00 0x56 0x7b 90*9880d681SAndroid Build Coastguard Worker# CHECK: buge.r 0x5678 91*9880d681SAndroid Build Coastguard Worker0xe7 0x00 0x56 0x7a 92*9880d681SAndroid Build Coastguard Worker# CHECK: bne.r 0x5678 93*9880d681SAndroid Build Coastguard Worker0xe7 0x00 0x56 0x7b 94*9880d681SAndroid Build Coastguard Worker# CHECK: beq.r 0x5678 95*9880d681SAndroid Build Coastguard Worker0xe9 0x00 0x56 0x7a 96*9880d681SAndroid Build Coastguard Worker# CHECK: bvc.r 0x5678 97*9880d681SAndroid Build Coastguard Worker0xe9 0x00 0x56 0x7b 98*9880d681SAndroid Build Coastguard Worker# CHECK: bvs.r 0x5678 99*9880d681SAndroid Build Coastguard Worker0xeb 0x00 0x56 0x7a 100*9880d681SAndroid Build Coastguard Worker# CHECK: bpl.r 0x5678 101*9880d681SAndroid Build Coastguard Worker0xeb 0x00 0x56 0x7b 102*9880d681SAndroid Build Coastguard Worker# CHECK: bmi.r 0x5678 103*9880d681SAndroid Build Coastguard Worker0xed 0x00 0x56 0x7a 104*9880d681SAndroid Build Coastguard Worker# CHECK: bge.r 0x5678 105*9880d681SAndroid Build Coastguard Worker0xed 0x00 0x56 0x7b 106*9880d681SAndroid Build Coastguard Worker# CHECK: blt.r 0x5678 107*9880d681SAndroid Build Coastguard Worker0xef 0x00 0x56 0x7a 108*9880d681SAndroid Build Coastguard Worker# CHECK: bgt.r 0x5678 109*9880d681SAndroid Build Coastguard Worker0x8a 0xc6 0x80 0x00 110*9880d681SAndroid Build Coastguard Worker# CHECK: ld -32768[%r17], %r21 111*9880d681SAndroid Build Coastguard Worker0x8a 0xc6 0xfc 0x00 112*9880d681SAndroid Build Coastguard Worker# CHECK: ld -1024[%r17], %r21 113*9880d681SAndroid Build Coastguard Worker0x8a 0xc4 0x00 0x00 114*9880d681SAndroid Build Coastguard Worker# CHECK: ld 0[%r17], %r21 115*9880d681SAndroid Build Coastguard Worker0x8a 0xc6 0x04 0x00 116*9880d681SAndroid Build Coastguard Worker# CHECK: ld 1024[%r17], %r21 117*9880d681SAndroid Build Coastguard Worker0x8a 0xc6 0x7f 0xff 118*9880d681SAndroid Build Coastguard Worker# CHECK: ld 32767[%r17], %r21 119*9880d681SAndroid Build Coastguard Worker0xaa 0xc6 0x90 0x02 120*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17 add %r18], %r21 121*9880d681SAndroid Build Coastguard Worker0xaa 0xc6 0x90 0x03 122*9880d681SAndroid Build Coastguard Worker# CHECK: uld [%r17 add %r18], %r21 123*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x0a 0x00 124*9880d681SAndroid Build Coastguard Worker# CHECK: ld.h -512[%r17], %r21 125*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x0b 0xf3 126*9880d681SAndroid Build Coastguard Worker# CHECK: ld.h -13[%r17], %r21 127*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x08 0x12 128*9880d681SAndroid Build Coastguard Worker# CHECK: ld.h 18[%r17], %r21 129*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x09 0xff 130*9880d681SAndroid Build Coastguard Worker# CHECK: ld.h 511[%r17], %r21 131*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x4a 0x00 132*9880d681SAndroid Build Coastguard Worker# CHECK: ld.b -512[%r17], %r21 133*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x4b 0xf3 134*9880d681SAndroid Build Coastguard Worker# CHECK: ld.b -13[%r17], %r21 135*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x48 0x12 136*9880d681SAndroid Build Coastguard Worker# CHECK: ld.b 18[%r17], %r21 137*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x49 0xff 138*9880d681SAndroid Build Coastguard Worker# CHECK: ld.b 511[%r17], %r21 139*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x1a 0x00 140*9880d681SAndroid Build Coastguard Worker# CHECK: uld.h -512[%r17], %r21 141*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x1b 0xf3 142*9880d681SAndroid Build Coastguard Worker# CHECK: uld.h -13[%r17], %r21 143*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x18 0x12 144*9880d681SAndroid Build Coastguard Worker# CHECK: uld.h 18[%r17], %r21 145*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x19 0xff 146*9880d681SAndroid Build Coastguard Worker# CHECK: uld.h 511[%r17], %r21 147*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x5a 0x00 148*9880d681SAndroid Build Coastguard Worker# CHECK: uld.b -512[%r17], %r21 149*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x5b 0xf3 150*9880d681SAndroid Build Coastguard Worker# CHECK: uld.b -13[%r17], %r21 151*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x58 0x12 152*9880d681SAndroid Build Coastguard Worker# CHECK: uld.b 18[%r17], %r21 153*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x59 0xff 154*9880d681SAndroid Build Coastguard Worker# CHECK: uld.b 511[%r17], %r21 155*9880d681SAndroid Build Coastguard Worker0x8a 0xc7 0x80 0x00 156*9880d681SAndroid Build Coastguard Worker# CHECK: ld -32768[*%r17], %r21 157*9880d681SAndroid Build Coastguard Worker0x8a 0xc7 0xfc 0x00 158*9880d681SAndroid Build Coastguard Worker# CHECK: ld -1024[*%r17], %r21 159*9880d681SAndroid Build Coastguard Worker0x8a 0xc7 0x04 0x00 160*9880d681SAndroid Build Coastguard Worker# CHECK: ld 1024[*%r17], %r21 161*9880d681SAndroid Build Coastguard Worker0x8a 0xc7 0x7f 0xff 162*9880d681SAndroid Build Coastguard Worker# CHECK: ld 32767[*%r17], %r21 163*9880d681SAndroid Build Coastguard Worker0x8a 0xc7 0xff 0xfc 164*9880d681SAndroid Build Coastguard Worker# CHECK: ld [--%r17], %r21 165*9880d681SAndroid Build Coastguard Worker0x8a 0xc7 0x00 0x04 166*9880d681SAndroid Build Coastguard Worker# CHECK: ld [++%r17], %r21 167*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x0f 0xfe 168*9880d681SAndroid Build Coastguard Worker# CHECK: ld.h [--%r17], %r21 169*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x0c 0x02 170*9880d681SAndroid Build Coastguard Worker# CHECK: ld.h [++%r17], %r21 171*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x1f 0xfe 172*9880d681SAndroid Build Coastguard Worker# CHECK: uld.h [--%r17], %r21 173*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x1c 0x02 174*9880d681SAndroid Build Coastguard Worker# CHECK: uld.h [++%r17], %r21 175*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x4f 0xff 176*9880d681SAndroid Build Coastguard Worker# CHECK: ld.b [--%r17], %r21 177*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x4c 0x01 178*9880d681SAndroid Build Coastguard Worker# CHECK: ld.b [++%r17], %r21 179*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x5f 0xff 180*9880d681SAndroid Build Coastguard Worker# CHECK: uld.b [--%r17], %r21 181*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x5c 0x01 182*9880d681SAndroid Build Coastguard Worker# CHECK: uld.b [++%r17], %r21 183*9880d681SAndroid Build Coastguard Worker0xaa 0xc7 0x90 0x02 184*9880d681SAndroid Build Coastguard Worker# CHECK: ld [*%r17 add %r18], %r21 185*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x0e 0x00 186*9880d681SAndroid Build Coastguard Worker# CHECK: ld.h -512[*%r17], %r21 187*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x0f 0xf3 188*9880d681SAndroid Build Coastguard Worker# CHECK: ld.h -13[*%r17], %r21 189*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x0c 0x12 190*9880d681SAndroid Build Coastguard Worker# CHECK: ld.h 18[*%r17], %r21 191*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x0d 0xff 192*9880d681SAndroid Build Coastguard Worker# CHECK: ld.h 511[*%r17], %r21 193*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x4e 0x00 194*9880d681SAndroid Build Coastguard Worker# CHECK: ld.b -512[*%r17], %r21 195*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x4f 0xf3 196*9880d681SAndroid Build Coastguard Worker# CHECK: ld.b -13[*%r17], %r21 197*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x4c 0x12 198*9880d681SAndroid Build Coastguard Worker# CHECK: ld.b 18[*%r17], %r21 199*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x4d 0xff 200*9880d681SAndroid Build Coastguard Worker# CHECK: ld.b 511[*%r17], %r21 201*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x1e 0x00 202*9880d681SAndroid Build Coastguard Worker# CHECK: uld.h -512[*%r17], %r21 203*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x1f 0xf3 204*9880d681SAndroid Build Coastguard Worker# CHECK: uld.h -13[*%r17], %r21 205*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x1c 0x12 206*9880d681SAndroid Build Coastguard Worker# CHECK: uld.h 18[*%r17], %r21 207*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x1d 0xff 208*9880d681SAndroid Build Coastguard Worker# CHECK: uld.h 511[*%r17], %r21 209*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x5e 0x00 210*9880d681SAndroid Build Coastguard Worker# CHECK: uld.b -512[*%r17], %r21 211*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x5f 0xf3 212*9880d681SAndroid Build Coastguard Worker# CHECK: uld.b -13[*%r17], %r21 213*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x5c 0x12 214*9880d681SAndroid Build Coastguard Worker# CHECK: uld.b 18[*%r17], %r21 215*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x5d 0xff 216*9880d681SAndroid Build Coastguard Worker# CHECK: uld.b 511[*%r17], %r21 217*9880d681SAndroid Build Coastguard Worker0x8a 0xc5 0x80 0x00 218*9880d681SAndroid Build Coastguard Worker# CHECK: ld -32768[%r17*], %r21 219*9880d681SAndroid Build Coastguard Worker0x8a 0xc5 0xfc 0x00 220*9880d681SAndroid Build Coastguard Worker# CHECK: ld -1024[%r17*], %r21 221*9880d681SAndroid Build Coastguard Worker0x8a 0xc5 0x04 0x00 222*9880d681SAndroid Build Coastguard Worker# CHECK: ld 1024[%r17*], %r21 223*9880d681SAndroid Build Coastguard Worker0x8a 0xc5 0x7f 0xff 224*9880d681SAndroid Build Coastguard Worker# CHECK: ld 32767[%r17*], %r21 225*9880d681SAndroid Build Coastguard Worker0x8a 0xc5 0xff 0xfc 226*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17--], %r21 227*9880d681SAndroid Build Coastguard Worker0x8a 0xc5 0x00 0x04 228*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17++], %r21 229*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x07 0xfe 230*9880d681SAndroid Build Coastguard Worker# CHECK: ld.h [%r17--], %r21 231*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x04 0x02 232*9880d681SAndroid Build Coastguard Worker# CHECK: ld.h [%r17++], %r21 233*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x17 0xfe 234*9880d681SAndroid Build Coastguard Worker# CHECK: uld.h [%r17--], %r21 235*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x14 0x02 236*9880d681SAndroid Build Coastguard Worker# CHECK: uld.h [%r17++], %r21 237*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x47 0xff 238*9880d681SAndroid Build Coastguard Worker# CHECK: ld.b [%r17--], %r21 239*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x44 0x01 240*9880d681SAndroid Build Coastguard Worker# CHECK: ld.b [%r17++], %r21 241*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x57 0xff 242*9880d681SAndroid Build Coastguard Worker# CHECK: uld.b [%r17--], %r21 243*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x54 0x01 244*9880d681SAndroid Build Coastguard Worker# CHECK: uld.b [%r17++], %r21 245*9880d681SAndroid Build Coastguard Worker0xaa 0xc5 0x90 0x02 246*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17* add %r18], %r21 247*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x06 0x00 248*9880d681SAndroid Build Coastguard Worker# CHECK: ld.h -512[%r17*], %r21 249*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x07 0xf3 250*9880d681SAndroid Build Coastguard Worker# CHECK: ld.h -13[%r17*], %r21 251*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x04 0x12 252*9880d681SAndroid Build Coastguard Worker# CHECK: ld.h 18[%r17*], %r21 253*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x05 0xff 254*9880d681SAndroid Build Coastguard Worker# CHECK: ld.h 511[%r17*], %r21 255*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x46 0x00 256*9880d681SAndroid Build Coastguard Worker# CHECK: ld.b -512[%r17*], %r21 257*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x47 0xf3 258*9880d681SAndroid Build Coastguard Worker# CHECK: ld.b -13[%r17*], %r21 259*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x44 0x12 260*9880d681SAndroid Build Coastguard Worker# CHECK: ld.b 18[%r17*], %r21 261*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x45 0xff 262*9880d681SAndroid Build Coastguard Worker# CHECK: ld.b 511[%r17*], %r21 263*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x16 0x00 264*9880d681SAndroid Build Coastguard Worker# CHECK: uld.h -512[%r17*], %r21 265*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x17 0xf3 266*9880d681SAndroid Build Coastguard Worker# CHECK: uld.h -13[%r17*], %r21 267*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x14 0x12 268*9880d681SAndroid Build Coastguard Worker# CHECK: uld.h 18[%r17*], %r21 269*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x15 0xff 270*9880d681SAndroid Build Coastguard Worker# CHECK: uld.h 511[%r17*], %r21 271*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x56 0x00 272*9880d681SAndroid Build Coastguard Worker# CHECK: uld.b -512[%r17*], %r21 273*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x57 0xf3 274*9880d681SAndroid Build Coastguard Worker# CHECK: uld.b -13[%r17*], %r21 275*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x54 0x12 276*9880d681SAndroid Build Coastguard Worker# CHECK: uld.b 18[%r17*], %r21 277*9880d681SAndroid Build Coastguard Worker0xfa 0xc7 0x55 0xff 278*9880d681SAndroid Build Coastguard Worker# CHECK: uld.b 511[%r17*], %r21 279*9880d681SAndroid Build Coastguard Worker0xaa 0xc6 0x90 0x02 280*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17 add %r18], %r21 281*9880d681SAndroid Build Coastguard Worker0xaa 0xc6 0x91 0x02 282*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17 addc %r18], %r21 283*9880d681SAndroid Build Coastguard Worker0xaa 0xc6 0x92 0x02 284*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17 sub %r18], %r21 285*9880d681SAndroid Build Coastguard Worker0xaa 0xc6 0x93 0x02 286*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17 subb %r18], %r21 287*9880d681SAndroid Build Coastguard Worker0xaa 0xc6 0x94 0x02 288*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17 and %r18], %r21 289*9880d681SAndroid Build Coastguard Worker0xaa 0xc6 0x95 0x02 290*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17 or %r18], %r21 291*9880d681SAndroid Build Coastguard Worker0xaa 0xc6 0x96 0x02 292*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17 xor %r18], %r21 293*9880d681SAndroid Build Coastguard Worker0xaa 0xc6 0x97 0x82 294*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17 sh %r18], %r21 295*9880d681SAndroid Build Coastguard Worker0xaa 0xc6 0x97 0xc2 296*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17 sha %r18], %r21 297*9880d681SAndroid Build Coastguard Worker0xaa 0xc7 0x90 0x02 298*9880d681SAndroid Build Coastguard Worker# CHECK: ld [*%r17 add %r18], %r21 299*9880d681SAndroid Build Coastguard Worker0xaa 0xc7 0x91 0x02 300*9880d681SAndroid Build Coastguard Worker# CHECK: ld [*%r17 addc %r18], %r21 301*9880d681SAndroid Build Coastguard Worker0xaa 0xc7 0x92 0x02 302*9880d681SAndroid Build Coastguard Worker# CHECK: ld [*%r17 sub %r18], %r21 303*9880d681SAndroid Build Coastguard Worker0xaa 0xc7 0x93 0x02 304*9880d681SAndroid Build Coastguard Worker# CHECK: ld [*%r17 subb %r18], %r21 305*9880d681SAndroid Build Coastguard Worker0xaa 0xc7 0x94 0x02 306*9880d681SAndroid Build Coastguard Worker# CHECK: ld [*%r17 and %r18], %r21 307*9880d681SAndroid Build Coastguard Worker0xaa 0xc7 0x95 0x02 308*9880d681SAndroid Build Coastguard Worker# CHECK: ld [*%r17 or %r18], %r21 309*9880d681SAndroid Build Coastguard Worker0xaa 0xc7 0x96 0x02 310*9880d681SAndroid Build Coastguard Worker# CHECK: ld [*%r17 xor %r18], %r21 311*9880d681SAndroid Build Coastguard Worker0xaa 0xc7 0x97 0x82 312*9880d681SAndroid Build Coastguard Worker# CHECK: ld [*%r17 sh %r18], %r21 313*9880d681SAndroid Build Coastguard Worker0xaa 0xc7 0x97 0xc2 314*9880d681SAndroid Build Coastguard Worker# CHECK: ld [*%r17 sha %r18], %r21 315*9880d681SAndroid Build Coastguard Worker0xaa 0xc5 0x90 0x02 316*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17* add %r18], %r21 317*9880d681SAndroid Build Coastguard Worker0xaa 0xc5 0x91 0x02 318*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17* addc %r18], %r21 319*9880d681SAndroid Build Coastguard Worker0xaa 0xc5 0x92 0x02 320*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17* sub %r18], %r21 321*9880d681SAndroid Build Coastguard Worker0xaa 0xc5 0x93 0x02 322*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17* subb %r18], %r21 323*9880d681SAndroid Build Coastguard Worker0xaa 0xc5 0x94 0x02 324*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17* and %r18], %r21 325*9880d681SAndroid Build Coastguard Worker0xaa 0xc5 0x95 0x02 326*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17* or %r18], %r21 327*9880d681SAndroid Build Coastguard Worker0xaa 0xc5 0x96 0x02 328*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17* xor %r18], %r21 329*9880d681SAndroid Build Coastguard Worker0xaa 0xc5 0x97 0x82 330*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17* sh %r18], %r21 331*9880d681SAndroid Build Coastguard Worker0xaa 0xc5 0x97 0xc2 332*9880d681SAndroid Build Coastguard Worker# CHECK: ld [%r17* sha %r18], %r21 333*9880d681SAndroid Build Coastguard Worker0xfa 0x84 0x23 0x44 334*9880d681SAndroid Build Coastguard Worker# CHECK: ld [0x12344], %r21 335*9880d681SAndroid Build Coastguard Worker0xda 0xc4 0x00 0x02 336*9880d681SAndroid Build Coastguard Worker# CHECK: leadz %r17, %r21 337*9880d681SAndroid Build Coastguard Worker0x08 0x80 0x00 0x00 338*9880d681SAndroid Build Coastguard Worker# CHECK: mov 0x0, %r17 339*9880d681SAndroid Build Coastguard Worker0x08 0x80 0x12 0x34 340*9880d681SAndroid Build Coastguard Worker# CHECK: mov 0x1234, %r17 341*9880d681SAndroid Build Coastguard Worker0x08 0x81 0x12 0x34 342*9880d681SAndroid Build Coastguard Worker# CHECK: mov 0x12340000, %r17 343*9880d681SAndroid Build Coastguard Worker0x08 0x81 0xaa 0xaa 344*9880d681SAndroid Build Coastguard Worker# CHECK: mov 0xaaaa0000, %r17 345*9880d681SAndroid Build Coastguard Worker0xc8 0xc8 0x00 0x00 346*9880d681SAndroid Build Coastguard Worker# CHECK: mov %r18, %r17 347*9880d681SAndroid Build Coastguard Worker0xf8 0x86 0x23 0x44 348*9880d681SAndroid Build Coastguard Worker# CHECK: mov 0x12344, %r17 349*9880d681SAndroid Build Coastguard Worker0x48 0x84 0x12 0x34 350*9880d681SAndroid Build Coastguard Worker# CHECK: mov 0xffff1234, %r17 351*9880d681SAndroid Build Coastguard Worker0x48 0x85 0x12 0x34 352*9880d681SAndroid Build Coastguard Worker# CHECK: mov 0x1234ffff, %r17 353*9880d681SAndroid Build Coastguard Worker0x00 0x00 0x00 0x01 354*9880d681SAndroid Build Coastguard Worker# CHECK: nop 355*9880d681SAndroid Build Coastguard Worker0x5a 0xc4 0x00 0x00 356*9880d681SAndroid Build Coastguard Worker# CHECK: or %r17, 0x0, %r21 357*9880d681SAndroid Build Coastguard Worker0x5a 0xc4 0x12 0x34 358*9880d681SAndroid Build Coastguard Worker# CHECK: or %r17, 0x1234, %r21 359*9880d681SAndroid Build Coastguard Worker0x5a 0xc5 0x12 0x34 360*9880d681SAndroid Build Coastguard Worker# CHECK: or %r17, 0x12340000, %r21 361*9880d681SAndroid Build Coastguard Worker0x5a 0xc6 0x00 0x00 362*9880d681SAndroid Build Coastguard Worker# CHECK: or.f %r17, 0x0, %r21 363*9880d681SAndroid Build Coastguard Worker0x5a 0xc6 0x12 0x34 364*9880d681SAndroid Build Coastguard Worker# CHECK: or.f %r17, 0x1234, %r21 365*9880d681SAndroid Build Coastguard Worker0x5a 0xc7 0x12 0x34 366*9880d681SAndroid Build Coastguard Worker# CHECK: or.f %r17, 0x12340000, %r21 367*9880d681SAndroid Build Coastguard Worker0xca 0xc4 0x95 0x00 368*9880d681SAndroid Build Coastguard Worker# CHECK: or %r17, %r18, %r21 369*9880d681SAndroid Build Coastguard Worker0xca 0xc6 0x95 0x00 370*9880d681SAndroid Build Coastguard Worker# CHECK: or.f %r17, %r18, %r21 371*9880d681SAndroid Build Coastguard Worker0xda 0xc4 0x00 0x01 372*9880d681SAndroid Build Coastguard Worker# CHECK: popc %r17, %r21 373*9880d681SAndroid Build Coastguard Worker0xe0 0x54 0x00 0x02 374*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21 375*9880d681SAndroid Build Coastguard Worker0xe2 0x54 0x00 0x02 376*9880d681SAndroid Build Coastguard Worker# CHECK: sugt %r21 377*9880d681SAndroid Build Coastguard Worker0xe2 0x54 0x00 0x03 378*9880d681SAndroid Build Coastguard Worker# CHECK: sule %r21 379*9880d681SAndroid Build Coastguard Worker0xe4 0x54 0x00 0x02 380*9880d681SAndroid Build Coastguard Worker# CHECK: sult %r21 381*9880d681SAndroid Build Coastguard Worker0xe4 0x54 0x00 0x03 382*9880d681SAndroid Build Coastguard Worker# CHECK: suge %r21 383*9880d681SAndroid Build Coastguard Worker0xe6 0x54 0x00 0x02 384*9880d681SAndroid Build Coastguard Worker# CHECK: sne %r21 385*9880d681SAndroid Build Coastguard Worker0xe6 0x54 0x00 0x03 386*9880d681SAndroid Build Coastguard Worker# CHECK: seq %r21 387*9880d681SAndroid Build Coastguard Worker0xe8 0x54 0x00 0x02 388*9880d681SAndroid Build Coastguard Worker# CHECK: svc %r21 389*9880d681SAndroid Build Coastguard Worker0xe8 0x54 0x00 0x03 390*9880d681SAndroid Build Coastguard Worker# CHECK: svs %r21 391*9880d681SAndroid Build Coastguard Worker0xea 0x54 0x00 0x02 392*9880d681SAndroid Build Coastguard Worker# CHECK: spl %r21 393*9880d681SAndroid Build Coastguard Worker0xea 0x54 0x00 0x03 394*9880d681SAndroid Build Coastguard Worker# CHECK: smi %r21 395*9880d681SAndroid Build Coastguard Worker0xec 0x54 0x00 0x02 396*9880d681SAndroid Build Coastguard Worker# CHECK: sge %r21 397*9880d681SAndroid Build Coastguard Worker0xec 0x54 0x00 0x03 398*9880d681SAndroid Build Coastguard Worker# CHECK: slt %r21 399*9880d681SAndroid Build Coastguard Worker0xee 0x54 0x00 0x02 400*9880d681SAndroid Build Coastguard Worker# CHECK: sgt %r21 401*9880d681SAndroid Build Coastguard Worker0x7a 0xc4 0xff 0xe1 402*9880d681SAndroid Build Coastguard Worker# CHECK: sh %r17, -0x1f, %r21 403*9880d681SAndroid Build Coastguard Worker0x7a 0xc4 0xff 0xfb 404*9880d681SAndroid Build Coastguard Worker# CHECK: sh %r17, -0x5, %r21 405*9880d681SAndroid Build Coastguard Worker0x7a 0xc4 0x00 0x02 406*9880d681SAndroid Build Coastguard Worker# CHECK: sh %r17, 0x2, %r21 407*9880d681SAndroid Build Coastguard Worker0x7a 0xc4 0x00 0x1f 408*9880d681SAndroid Build Coastguard Worker# CHECK: sh %r17, 0x1f, %r21 409*9880d681SAndroid Build Coastguard Worker0x7a 0xc6 0xff 0xe1 410*9880d681SAndroid Build Coastguard Worker# CHECK: sh.f %r17, -0x1f, %r21 411*9880d681SAndroid Build Coastguard Worker0x7a 0xc6 0xff 0xfb 412*9880d681SAndroid Build Coastguard Worker# CHECK: sh.f %r17, -0x5, %r21 413*9880d681SAndroid Build Coastguard Worker0x7a 0xc6 0x00 0x02 414*9880d681SAndroid Build Coastguard Worker# CHECK: sh.f %r17, 0x2, %r21 415*9880d681SAndroid Build Coastguard Worker0x7a 0xc6 0x00 0x1f 416*9880d681SAndroid Build Coastguard Worker# CHECK: sh.f %r17, 0x1f, %r21 417*9880d681SAndroid Build Coastguard Worker0xca 0xc4 0x97 0x80 418*9880d681SAndroid Build Coastguard Worker# CHECK: sh %r17, %r18, %r21 419*9880d681SAndroid Build Coastguard Worker0xca 0xc6 0x97 0x80 420*9880d681SAndroid Build Coastguard Worker# CHECK: sh.f %r17, %r18, %r21 421*9880d681SAndroid Build Coastguard Worker0x7a 0xc5 0xff 0xe1 422*9880d681SAndroid Build Coastguard Worker# CHECK: sha %r17, -0x1f, %r21 423*9880d681SAndroid Build Coastguard Worker0x7a 0xc5 0xff 0xfb 424*9880d681SAndroid Build Coastguard Worker# CHECK: sha %r17, -0x5, %r21 425*9880d681SAndroid Build Coastguard Worker0x7a 0xc5 0x00 0x02 426*9880d681SAndroid Build Coastguard Worker# CHECK: sha %r17, 0x2, %r21 427*9880d681SAndroid Build Coastguard Worker0x7a 0xc5 0x00 0x1f 428*9880d681SAndroid Build Coastguard Worker# CHECK: sha %r17, 0x1f, %r21 429*9880d681SAndroid Build Coastguard Worker0x7a 0xc7 0xff 0xe1 430*9880d681SAndroid Build Coastguard Worker# CHECK: sha.f %r17, -0x1f, %r21 431*9880d681SAndroid Build Coastguard Worker0x7a 0xc7 0xff 0xfb 432*9880d681SAndroid Build Coastguard Worker# CHECK: sha.f %r17, -0x5, %r21 433*9880d681SAndroid Build Coastguard Worker0x7a 0xc7 0x00 0x02 434*9880d681SAndroid Build Coastguard Worker# CHECK: sha.f %r17, 0x2, %r21 435*9880d681SAndroid Build Coastguard Worker0x7a 0xc7 0x00 0x1f 436*9880d681SAndroid Build Coastguard Worker# CHECK: sha.f %r17, 0x1f, %r21 437*9880d681SAndroid Build Coastguard Worker0xca 0xc4 0x97 0xc0 438*9880d681SAndroid Build Coastguard Worker# CHECK: sha %r17, %r18, %r21 439*9880d681SAndroid Build Coastguard Worker0xca 0xc6 0x97 0xc0 440*9880d681SAndroid Build Coastguard Worker# CHECK: sha.f %r17, %r18, %r21 441*9880d681SAndroid Build Coastguard Worker0x98 0xce 0x80 0x00 442*9880d681SAndroid Build Coastguard Worker# CHECK: st %r17, -32768[%r19] 443*9880d681SAndroid Build Coastguard Worker0x98 0xce 0xfc 0x00 444*9880d681SAndroid Build Coastguard Worker# CHECK: st %r17, -1024[%r19] 445*9880d681SAndroid Build Coastguard Worker0x98 0xcc 0x00 0x00 446*9880d681SAndroid Build Coastguard Worker# CHECK: st %r17, 0[%r19] 447*9880d681SAndroid Build Coastguard Worker0x98 0xce 0x04 0x00 448*9880d681SAndroid Build Coastguard Worker# CHECK: st %r17, 1024[%r19] 449*9880d681SAndroid Build Coastguard Worker0x98 0xce 0x7f 0xff 450*9880d681SAndroid Build Coastguard Worker# CHECK: st %r17, 32767[%r19] 451*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x2a 0x00 452*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r17, -512[%r19] 453*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x2b 0xf3 454*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r17, -13[%r19] 455*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x28 0x12 456*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r17, 18[%r19] 457*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x29 0xff 458*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r17, 511[%r19] 459*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x6a 0x00 460*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r17, -512[%r19] 461*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x6b 0xf3 462*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r17, -13[%r19] 463*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x68 0x12 464*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r17, 18[%r19] 465*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x69 0xff 466*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r17, 511[%r19] 467*9880d681SAndroid Build Coastguard Worker0xb8 0xce 0x90 0x02 468*9880d681SAndroid Build Coastguard Worker# CHECK: st %r17, [%r19 add %r18] 469*9880d681SAndroid Build Coastguard Worker0xb8 0xce 0x90 0x00 470*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r17, [%r19 add %r18] 471*9880d681SAndroid Build Coastguard Worker0xb8 0xce 0x90 0x04 472*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r17, [%r19 add %r18] 473*9880d681SAndroid Build Coastguard Worker0x98 0xcf 0x80 0x00 474*9880d681SAndroid Build Coastguard Worker# CHECK: st %r17, -32768[*%r19] 475*9880d681SAndroid Build Coastguard Worker0x98 0xcf 0xfc 0x00 476*9880d681SAndroid Build Coastguard Worker# CHECK: st %r17, -1024[*%r19] 477*9880d681SAndroid Build Coastguard Worker0x98 0xcf 0x04 0x00 478*9880d681SAndroid Build Coastguard Worker# CHECK: st %r17, 1024[*%r19] 479*9880d681SAndroid Build Coastguard Worker0x98 0xcf 0x7f 0xff 480*9880d681SAndroid Build Coastguard Worker# CHECK: st %r17, 32767[*%r19] 481*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x2e 0x00 482*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r17, -512[*%r19] 483*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x2f 0xf3 484*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r17, -13[*%r19] 485*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x2c 0x12 486*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r17, 18[*%r19] 487*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x2d 0xff 488*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r17, 511[*%r19] 489*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x6e 0x00 490*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r17, -512[*%r19] 491*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x6f 0xf3 492*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r17, -13[*%r19] 493*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x6c 0x12 494*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r17, 18[*%r19] 495*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x6d 0xff 496*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r17, 511[*%r19] 497*9880d681SAndroid Build Coastguard Worker0x98 0xcf 0xff 0xfc 498*9880d681SAndroid Build Coastguard Worker# CHECK: st %r17, [--%r19] 499*9880d681SAndroid Build Coastguard Worker0x98 0xcf 0x00 0x04 500*9880d681SAndroid Build Coastguard Worker# CHECK: st %r17, [++%r19] 501*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x2f 0xfe 502*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r17, [--%r19] 503*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x2c 0x02 504*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r17, [++%r19] 505*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x6f 0xff 506*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r17, [--%r19] 507*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x6c 0x01 508*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r17, [++%r19] 509*9880d681SAndroid Build Coastguard Worker0xb8 0xcf 0x90 0x02 510*9880d681SAndroid Build Coastguard Worker# CHECK: st %r17, [*%r19 add %r18] 511*9880d681SAndroid Build Coastguard Worker0xb8 0xcf 0x90 0x00 512*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r17, [*%r19 add %r18] 513*9880d681SAndroid Build Coastguard Worker0xb8 0xcf 0x90 0x04 514*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r17, [*%r19 add %r18] 515*9880d681SAndroid Build Coastguard Worker0x98 0xcd 0x80 0x00 516*9880d681SAndroid Build Coastguard Worker# CHECK: st %r17, -32768[%r19*] 517*9880d681SAndroid Build Coastguard Worker0x98 0xcd 0xfc 0x00 518*9880d681SAndroid Build Coastguard Worker# CHECK: st %r17, -1024[%r19*] 519*9880d681SAndroid Build Coastguard Worker0x98 0xcd 0x04 0x00 520*9880d681SAndroid Build Coastguard Worker# CHECK: st %r17, 1024[%r19*] 521*9880d681SAndroid Build Coastguard Worker0x98 0xcd 0x7f 0xff 522*9880d681SAndroid Build Coastguard Worker# CHECK: st %r17, 32767[%r19*] 523*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x26 0x00 524*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r17, -512[%r19*] 525*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x27 0xf3 526*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r17, -13[%r19*] 527*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x24 0x12 528*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r17, 18[%r19*] 529*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x25 0xff 530*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r17, 511[%r19*] 531*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x66 0x00 532*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r17, -512[%r19*] 533*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x67 0xf3 534*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r17, -13[%r19*] 535*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x64 0x12 536*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r17, 18[%r19*] 537*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x65 0xff 538*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r17, 511[%r19*] 539*9880d681SAndroid Build Coastguard Worker0x98 0xcd 0xff 0xfc 540*9880d681SAndroid Build Coastguard Worker# CHECK: st %r17, [%r19--] 541*9880d681SAndroid Build Coastguard Worker0x98 0xcd 0x00 0x04 542*9880d681SAndroid Build Coastguard Worker# CHECK: st %r17, [%r19++] 543*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x27 0xfe 544*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r17, [%r19--] 545*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x24 0x02 546*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r17, [%r19++] 547*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x67 0xff 548*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r17, [%r19--] 549*9880d681SAndroid Build Coastguard Worker0xf8 0xcf 0x64 0x01 550*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r17, [%r19++] 551*9880d681SAndroid Build Coastguard Worker0xb8 0xcd 0x90 0x02 552*9880d681SAndroid Build Coastguard Worker# CHECK: st %r17, [%r19* add %r18] 553*9880d681SAndroid Build Coastguard Worker0xb8 0xcd 0x90 0x00 554*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r17, [%r19* add %r18] 555*9880d681SAndroid Build Coastguard Worker0xb8 0xcd 0x90 0x04 556*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r17, [%r19* add %r18] 557*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x90 0x02 558*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [%r17 add %r18] 559*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x91 0x02 560*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [%r17 addc %r18] 561*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x92 0x02 562*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [%r17 sub %r18] 563*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x93 0x02 564*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [%r17 subb %r18] 565*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x94 0x02 566*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [%r17 and %r18] 567*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x95 0x02 568*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [%r17 or %r18] 569*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x96 0x02 570*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [%r17 xor %r18] 571*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x97 0x82 572*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [%r17 sh %r18] 573*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x97 0xc2 574*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [%r17 sha %r18] 575*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x90 0x00 576*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [%r17 add %r18] 577*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x91 0x00 578*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [%r17 addc %r18] 579*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x92 0x00 580*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [%r17 sub %r18] 581*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x93 0x00 582*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [%r17 subb %r18] 583*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x94 0x00 584*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [%r17 and %r18] 585*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x95 0x00 586*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [%r17 or %r18] 587*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x96 0x00 588*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [%r17 xor %r18] 589*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x97 0x80 590*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [%r17 sh %r18] 591*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x97 0xc0 592*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [%r17 sha %r18] 593*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x90 0x04 594*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [%r17 add %r18] 595*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x91 0x04 596*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [%r17 addc %r18] 597*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x92 0x04 598*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [%r17 sub %r18] 599*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x93 0x04 600*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [%r17 subb %r18] 601*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x94 0x04 602*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [%r17 and %r18] 603*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x95 0x04 604*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [%r17 or %r18] 605*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x96 0x04 606*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [%r17 xor %r18] 607*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x97 0x84 608*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [%r17 sh %r18] 609*9880d681SAndroid Build Coastguard Worker0xba 0xc6 0x97 0xc4 610*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [%r17 sha %r18] 611*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x90 0x02 612*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [*%r17 add %r18] 613*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x91 0x02 614*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [*%r17 addc %r18] 615*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x92 0x02 616*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [*%r17 sub %r18] 617*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x93 0x02 618*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [*%r17 subb %r18] 619*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x94 0x02 620*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [*%r17 and %r18] 621*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x95 0x02 622*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [*%r17 or %r18] 623*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x96 0x02 624*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [*%r17 xor %r18] 625*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x97 0xc2 626*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [*%r17 sha %r18] 627*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x90 0x00 628*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [*%r17 add %r18] 629*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x91 0x00 630*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [*%r17 addc %r18] 631*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x92 0x00 632*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [*%r17 sub %r18] 633*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x93 0x00 634*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [*%r17 subb %r18] 635*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x94 0x00 636*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [*%r17 and %r18] 637*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x95 0x00 638*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [*%r17 or %r18] 639*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x96 0x00 640*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [*%r17 xor %r18] 641*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x97 0xc0 642*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [*%r17 sha %r18] 643*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x90 0x04 644*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [*%r17 add %r18] 645*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x91 0x04 646*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [*%r17 addc %r18] 647*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x92 0x04 648*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [*%r17 sub %r18] 649*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x93 0x04 650*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [*%r17 subb %r18] 651*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x94 0x04 652*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [*%r17 and %r18] 653*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x95 0x04 654*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [*%r17 or %r18] 655*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x96 0x04 656*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [*%r17 xor %r18] 657*9880d681SAndroid Build Coastguard Worker0xba 0xc7 0x97 0xc4 658*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [*%r17 sha %r18] 659*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x90 0x02 660*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [%r17* add %r18] 661*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x91 0x02 662*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [%r17* addc %r18] 663*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x92 0x02 664*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [%r17* sub %r18] 665*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x93 0x02 666*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [%r17* subb %r18] 667*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x94 0x02 668*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [%r17* and %r18] 669*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x95 0x02 670*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [%r17* or %r18] 671*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x96 0x02 672*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [%r17* xor %r18] 673*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x97 0x82 674*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [%r17* sh %r18] 675*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x97 0xc2 676*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [%r17* sha %r18] 677*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x90 0x00 678*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [%r17* add %r18] 679*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x91 0x00 680*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [%r17* addc %r18] 681*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x92 0x00 682*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [%r17* sub %r18] 683*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x93 0x00 684*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [%r17* subb %r18] 685*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x94 0x00 686*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [%r17* and %r18] 687*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x95 0x00 688*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [%r17* or %r18] 689*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x96 0x00 690*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [%r17* xor %r18] 691*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x97 0x80 692*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [%r17* sh %r18] 693*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x97 0xc0 694*9880d681SAndroid Build Coastguard Worker# CHECK: st.h %r21, [%r17* sha %r18] 695*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x90 0x04 696*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [%r17* add %r18] 697*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x91 0x04 698*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [%r17* addc %r18] 699*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x92 0x04 700*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [%r17* sub %r18] 701*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x93 0x04 702*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [%r17* subb %r18] 703*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x94 0x04 704*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [%r17* and %r18] 705*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x95 0x04 706*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [%r17* or %r18] 707*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x96 0x04 708*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [%r17* xor %r18] 709*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x97 0x84 710*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [%r17* sh %r18] 711*9880d681SAndroid Build Coastguard Worker0xba 0xc5 0x97 0xc4 712*9880d681SAndroid Build Coastguard Worker# CHECK: st.b %r21, [%r17* sha %r18] 713*9880d681SAndroid Build Coastguard Worker0xfa 0x85 0x23 0x44 714*9880d681SAndroid Build Coastguard Worker# CHECK: st %r21, [0x12344] 715*9880d681SAndroid Build Coastguard Worker0x2a 0xc4 0x00 0x00 716*9880d681SAndroid Build Coastguard Worker# CHECK: sub %r17, 0x0, %r21 717*9880d681SAndroid Build Coastguard Worker0x2a 0xc4 0x12 0x34 718*9880d681SAndroid Build Coastguard Worker# CHECK: sub %r17, 0x1234, %r21 719*9880d681SAndroid Build Coastguard Worker0x2a 0xc5 0x12 0x34 720*9880d681SAndroid Build Coastguard Worker# CHECK: sub %r17, 0x12340000, %r21 721*9880d681SAndroid Build Coastguard Worker0x2a 0xc6 0x00 0x00 722*9880d681SAndroid Build Coastguard Worker# CHECK: sub.f %r17, 0x0, %r21 723*9880d681SAndroid Build Coastguard Worker0x2a 0xc6 0x12 0x34 724*9880d681SAndroid Build Coastguard Worker# CHECK: sub.f %r17, 0x1234, %r21 725*9880d681SAndroid Build Coastguard Worker0x2a 0xc7 0x12 0x34 726*9880d681SAndroid Build Coastguard Worker# CHECK: sub.f %r17, 0x12340000, %r21 727*9880d681SAndroid Build Coastguard Worker0xca 0xc4 0x92 0x00 728*9880d681SAndroid Build Coastguard Worker# CHECK: sub %r17, %r18, %r21 729*9880d681SAndroid Build Coastguard Worker0xca 0xc6 0x92 0x00 730*9880d681SAndroid Build Coastguard Worker# CHECK: sub.f %r17, %r18, %r21 731*9880d681SAndroid Build Coastguard Worker0x3a 0xc4 0x00 0x00 732*9880d681SAndroid Build Coastguard Worker# CHECK: subb %r17, 0x0, %r21 733*9880d681SAndroid Build Coastguard Worker0x3a 0xc4 0x12 0x34 734*9880d681SAndroid Build Coastguard Worker# CHECK: subb %r17, 0x1234, %r21 735*9880d681SAndroid Build Coastguard Worker0x3a 0xc5 0x12 0x34 736*9880d681SAndroid Build Coastguard Worker# CHECK: subb %r17, 0x12340000, %r21 737*9880d681SAndroid Build Coastguard Worker0x3a 0xc6 0x00 0x00 738*9880d681SAndroid Build Coastguard Worker# CHECK: subb.f %r17, 0x0, %r21 739*9880d681SAndroid Build Coastguard Worker0x3a 0xc6 0x12 0x34 740*9880d681SAndroid Build Coastguard Worker# CHECK: subb.f %r17, 0x1234, %r21 741*9880d681SAndroid Build Coastguard Worker0x3a 0xc7 0x12 0x34 742*9880d681SAndroid Build Coastguard Worker# CHECK: subb.f %r17, 0x12340000, %r21 743*9880d681SAndroid Build Coastguard Worker0xca 0xc4 0x93 0x00 744*9880d681SAndroid Build Coastguard Worker# CHECK: subb %r17, %r18, %r21 745*9880d681SAndroid Build Coastguard Worker0xca 0xc6 0x93 0x00 746*9880d681SAndroid Build Coastguard Worker# CHECK: subb.f %r17, %r18, %r21 747*9880d681SAndroid Build Coastguard Worker0x6a 0xc4 0x00 0x00 748*9880d681SAndroid Build Coastguard Worker# CHECK: xor %r17, 0x0, %r21 749*9880d681SAndroid Build Coastguard Worker0x6a 0xc4 0x12 0x34 750*9880d681SAndroid Build Coastguard Worker# CHECK: xor %r17, 0x1234, %r21 751*9880d681SAndroid Build Coastguard Worker0x6a 0xc5 0x12 0x34 752*9880d681SAndroid Build Coastguard Worker# CHECK: xor %r17, 0x12340000, %r21 753*9880d681SAndroid Build Coastguard Worker0x6a 0xc6 0x00 0x00 754*9880d681SAndroid Build Coastguard Worker# CHECK: xor.f %r17, 0x0, %r21 755*9880d681SAndroid Build Coastguard Worker0x6a 0xc6 0x12 0x34 756*9880d681SAndroid Build Coastguard Worker# CHECK: xor.f %r17, 0x1234, %r21 757*9880d681SAndroid Build Coastguard Worker0x6a 0xc7 0x12 0x34 758*9880d681SAndroid Build Coastguard Worker# CHECK: xor.f %r17, 0x12340000, %r21 759*9880d681SAndroid Build Coastguard Worker0xca 0xc4 0x96 0x00 760*9880d681SAndroid Build Coastguard Worker# CHECK: xor %r17, %r18, %r21 761*9880d681SAndroid Build Coastguard Worker0xca 0xc6 0x96 0x00 762*9880d681SAndroid Build Coastguard Worker# CHECK: xor.f %r17, %r18, %r21 763