brintos

brintos / llvm-project-archived public Read only

0
0
Text · 237.9 KiB · c35b04c Raw
10079 lines · plain
1// RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 -show-encoding %s | FileCheck --check-prefix=GFX10 %s2// RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize64 -show-encoding %s | FileCheck --check-prefix=GFX10 %s3 4//===----------------------------------------------------------------------===//5// ENC_SOP1.6//===----------------------------------------------------------------------===//7 8s_mov_b32 s0, s19// GFX10: encoding: [0x01,0x03,0x80,0xbe]10 11s_mov_b32 s105, s10412// GFX10: encoding: [0x68,0x03,0xe9,0xbe]13 14s_mov_b32 s0, s10415// GFX10: encoding: [0x68,0x03,0x80,0xbe]16 17s_mov_b32 s105, s118// GFX10: encoding: [0x01,0x03,0xe9,0xbe]19 20s_mov_b32 exec_lo, s121// GFX10: encoding: [0x01,0x03,0xfe,0xbe]22 23s_mov_b32 exec_hi, s124// GFX10: encoding: [0x01,0x03,0xff,0xbe]25 26s_mov_b32 vcc_lo, s127// GFX10: encoding: [0x01,0x03,0xea,0xbe]28 29s_mov_b32 vcc_hi, s130// GFX10: encoding: [0x01,0x03,0xeb,0xbe]31 32s_mov_b32 m0, s133// GFX10: encoding: [0x01,0x03,0xfc,0xbe]34 35s_mov_b32 s0, exec_lo36// GFX10: encoding: [0x7e,0x03,0x80,0xbe]37 38s_mov_b32 s0, exec_hi39// GFX10: encoding: [0x7f,0x03,0x80,0xbe]40 41s_mov_b32 s0, vcc_lo42// GFX10: encoding: [0x6a,0x03,0x80,0xbe]43 44s_mov_b32 s0, vcc_hi45// GFX10: encoding: [0x6b,0x03,0x80,0xbe]46 47s_mov_b32 s0, m048// GFX10: encoding: [0x7c,0x03,0x80,0xbe]49 50s_mov_b32 s0, 051// GFX10: encoding: [0x80,0x03,0x80,0xbe]52 53s_mov_b32 s0, -154// GFX10: encoding: [0xc1,0x03,0x80,0xbe]55 56s_mov_b32 s0, 0.557// GFX10: encoding: [0xf0,0x03,0x80,0xbe]58 59s_mov_b32 s0, -4.060// GFX10: encoding: [0xf7,0x03,0x80,0xbe]61 62s_mov_b32 s0, 0x3f71727363// GFX10: encoding: [0xff,0x03,0x80,0xbe,0x73,0x72,0x71,0x3f]64 65s_mov_b32 s0, 0xaf12345666// GFX10: encoding: [0xff,0x03,0x80,0xbe,0x56,0x34,0x12,0xaf]67 68s_mov_b64 s[0:1], s[2:3]69// GFX10: encoding: [0x02,0x04,0x80,0xbe]70 71s_mov_b64 s[104:105], s[102:103]72// GFX10: encoding: [0x66,0x04,0xe8,0xbe]73 74s_mov_b64 s[0:1], s[102:103]75// GFX10: encoding: [0x66,0x04,0x80,0xbe]76 77s_mov_b64 s[104:105], s[2:3]78// GFX10: encoding: [0x02,0x04,0xe8,0xbe]79 80s_mov_b64 exec, s[2:3]81// GFX10: encoding: [0x02,0x04,0xfe,0xbe]82 83s_mov_b64 vcc, s[2:3]84// GFX10: encoding: [0x02,0x04,0xea,0xbe]85 86s_mov_b64 s[0:1], exec87// GFX10: encoding: [0x7e,0x04,0x80,0xbe]88 89s_mov_b64 s[0:1], vcc90// GFX10: encoding: [0x6a,0x04,0x80,0xbe]91 92s_mov_b64 s[0:1], 093// GFX10: encoding: [0x80,0x04,0x80,0xbe]94 95s_mov_b64 s[0:1], -196// GFX10: encoding: [0xc1,0x04,0x80,0xbe]97 98s_mov_b64 s[0:1], 0.599// GFX10: encoding: [0xf0,0x04,0x80,0xbe]100 101s_mov_b64 s[0:1], -4.0102// GFX10: encoding: [0xf7,0x04,0x80,0xbe]103 104s_mov_b64 s[0:1], 0x3f717273105// GFX10: encoding: [0xff,0x04,0x80,0xbe,0x73,0x72,0x71,0x3f]106 107s_mov_b64 s[0:1], 0xaf123456108// GFX10: encoding: [0xff,0x04,0x80,0xbe,0x56,0x34,0x12,0xaf]109 110s_cmov_b32 s0, s1111// GFX10: encoding: [0x01,0x05,0x80,0xbe]112 113s_cmov_b32 s105, s104114// GFX10: encoding: [0x68,0x05,0xe9,0xbe]115 116s_cmov_b32 s0, s104117// GFX10: encoding: [0x68,0x05,0x80,0xbe]118 119s_cmov_b32 s105, s1120// GFX10: encoding: [0x01,0x05,0xe9,0xbe]121 122s_cmov_b32 exec_lo, s1123// GFX10: encoding: [0x01,0x05,0xfe,0xbe]124 125s_cmov_b32 exec_hi, s1126// GFX10: encoding: [0x01,0x05,0xff,0xbe]127 128s_cmov_b32 vcc_lo, s1129// GFX10: encoding: [0x01,0x05,0xea,0xbe]130 131s_cmov_b32 vcc_hi, s1132// GFX10: encoding: [0x01,0x05,0xeb,0xbe]133 134s_cmov_b32 m0, s1135// GFX10: encoding: [0x01,0x05,0xfc,0xbe]136 137s_cmov_b32 s0, exec_lo138// GFX10: encoding: [0x7e,0x05,0x80,0xbe]139 140s_cmov_b32 s0, exec_hi141// GFX10: encoding: [0x7f,0x05,0x80,0xbe]142 143s_cmov_b32 s0, vcc_lo144// GFX10: encoding: [0x6a,0x05,0x80,0xbe]145 146s_cmov_b32 s0, vcc_hi147// GFX10: encoding: [0x6b,0x05,0x80,0xbe]148 149s_cmov_b32 s0, m0150// GFX10: encoding: [0x7c,0x05,0x80,0xbe]151 152s_cmov_b32 s0, 0153// GFX10: encoding: [0x80,0x05,0x80,0xbe]154 155s_cmov_b32 s0, -1156// GFX10: encoding: [0xc1,0x05,0x80,0xbe]157 158s_cmov_b32 s0, 0.5159// GFX10: encoding: [0xf0,0x05,0x80,0xbe]160 161s_cmov_b32 s0, -4.0162// GFX10: encoding: [0xf7,0x05,0x80,0xbe]163 164s_cmov_b32 s0, 0x3f717273165// GFX10: encoding: [0xff,0x05,0x80,0xbe,0x73,0x72,0x71,0x3f]166 167s_cmov_b32 s0, 0xaf123456168// GFX10: encoding: [0xff,0x05,0x80,0xbe,0x56,0x34,0x12,0xaf]169 170s_cmov_b64 s[0:1], s[2:3]171// GFX10: encoding: [0x02,0x06,0x80,0xbe]172 173s_cmov_b64 s[104:105], s[102:103]174// GFX10: encoding: [0x66,0x06,0xe8,0xbe]175 176s_cmov_b64 s[0:1], s[102:103]177// GFX10: encoding: [0x66,0x06,0x80,0xbe]178 179s_cmov_b64 s[104:105], s[2:3]180// GFX10: encoding: [0x02,0x06,0xe8,0xbe]181 182s_cmov_b64 exec, s[2:3]183// GFX10: encoding: [0x02,0x06,0xfe,0xbe]184 185s_cmov_b64 vcc, s[2:3]186// GFX10: encoding: [0x02,0x06,0xea,0xbe]187 188s_cmov_b64 s[0:1], exec189// GFX10: encoding: [0x7e,0x06,0x80,0xbe]190 191s_cmov_b64 s[0:1], vcc192// GFX10: encoding: [0x6a,0x06,0x80,0xbe]193 194s_cmov_b64 s[0:1], 0195// GFX10: encoding: [0x80,0x06,0x80,0xbe]196 197s_cmov_b64 s[0:1], -1198// GFX10: encoding: [0xc1,0x06,0x80,0xbe]199 200s_cmov_b64 s[0:1], 0.5201// GFX10: encoding: [0xf0,0x06,0x80,0xbe]202 203s_cmov_b64 s[0:1], -4.0204// GFX10: encoding: [0xf7,0x06,0x80,0xbe]205 206s_cmov_b64 s[0:1], 0x3f717273207// GFX10: encoding: [0xff,0x06,0x80,0xbe,0x73,0x72,0x71,0x3f]208 209s_cmov_b64 s[0:1], 0xaf123456210// GFX10: encoding: [0xff,0x06,0x80,0xbe,0x56,0x34,0x12,0xaf]211 212s_not_b32 s0, s1213// GFX10: encoding: [0x01,0x07,0x80,0xbe]214 215s_not_b32 s105, s104216// GFX10: encoding: [0x68,0x07,0xe9,0xbe]217 218s_not_b32 s0, s104219// GFX10: encoding: [0x68,0x07,0x80,0xbe]220 221s_not_b32 s105, s1222// GFX10: encoding: [0x01,0x07,0xe9,0xbe]223 224s_not_b32 exec_lo, s1225// GFX10: encoding: [0x01,0x07,0xfe,0xbe]226 227s_not_b32 exec_hi, s1228// GFX10: encoding: [0x01,0x07,0xff,0xbe]229 230s_not_b32 vcc_lo, s1231// GFX10: encoding: [0x01,0x07,0xea,0xbe]232 233s_not_b32 vcc_hi, s1234// GFX10: encoding: [0x01,0x07,0xeb,0xbe]235 236s_not_b32 m0, s1237// GFX10: encoding: [0x01,0x07,0xfc,0xbe]238 239s_not_b32 s0, exec_lo240// GFX10: encoding: [0x7e,0x07,0x80,0xbe]241 242s_not_b32 s0, exec_hi243// GFX10: encoding: [0x7f,0x07,0x80,0xbe]244 245s_not_b32 s0, vcc_lo246// GFX10: encoding: [0x6a,0x07,0x80,0xbe]247 248s_not_b32 s0, vcc_hi249// GFX10: encoding: [0x6b,0x07,0x80,0xbe]250 251s_not_b32 s0, m0252// GFX10: encoding: [0x7c,0x07,0x80,0xbe]253 254s_not_b32 s0, 0255// GFX10: encoding: [0x80,0x07,0x80,0xbe]256 257s_not_b32 s0, -1258// GFX10: encoding: [0xc1,0x07,0x80,0xbe]259 260s_not_b32 s0, 0.5261// GFX10: encoding: [0xf0,0x07,0x80,0xbe]262 263s_not_b32 s0, -4.0264// GFX10: encoding: [0xf7,0x07,0x80,0xbe]265 266s_not_b32 s0, 0x3f717273267// GFX10: encoding: [0xff,0x07,0x80,0xbe,0x73,0x72,0x71,0x3f]268 269s_not_b32 s0, 0xaf123456270// GFX10: encoding: [0xff,0x07,0x80,0xbe,0x56,0x34,0x12,0xaf]271 272s_not_b64 s[0:1], s[2:3]273// GFX10: encoding: [0x02,0x08,0x80,0xbe]274 275s_not_b64 s[104:105], s[102:103]276// GFX10: encoding: [0x66,0x08,0xe8,0xbe]277 278s_not_b64 s[0:1], s[102:103]279// GFX10: encoding: [0x66,0x08,0x80,0xbe]280 281s_not_b64 s[104:105], s[2:3]282// GFX10: encoding: [0x02,0x08,0xe8,0xbe]283 284s_not_b64 exec, s[2:3]285// GFX10: encoding: [0x02,0x08,0xfe,0xbe]286 287s_not_b64 vcc, s[2:3]288// GFX10: encoding: [0x02,0x08,0xea,0xbe]289 290s_not_b64 s[0:1], exec291// GFX10: encoding: [0x7e,0x08,0x80,0xbe]292 293s_not_b64 s[0:1], vcc294// GFX10: encoding: [0x6a,0x08,0x80,0xbe]295 296s_not_b64 s[0:1], 0297// GFX10: encoding: [0x80,0x08,0x80,0xbe]298 299s_not_b64 s[0:1], -1300// GFX10: encoding: [0xc1,0x08,0x80,0xbe]301 302s_not_b64 s[0:1], 0.5303// GFX10: encoding: [0xf0,0x08,0x80,0xbe]304 305s_not_b64 s[0:1], -4.0306// GFX10: encoding: [0xf7,0x08,0x80,0xbe]307 308s_not_b64 s[0:1], 0x3f717273309// GFX10: encoding: [0xff,0x08,0x80,0xbe,0x73,0x72,0x71,0x3f]310 311s_not_b64 s[0:1], 0xaf123456312// GFX10: encoding: [0xff,0x08,0x80,0xbe,0x56,0x34,0x12,0xaf]313 314s_wqm_b32 s0, s1315// GFX10: encoding: [0x01,0x09,0x80,0xbe]316 317s_wqm_b32 s105, s104318// GFX10: encoding: [0x68,0x09,0xe9,0xbe]319 320s_wqm_b32 s0, s104321// GFX10: encoding: [0x68,0x09,0x80,0xbe]322 323s_wqm_b32 s105, s1324// GFX10: encoding: [0x01,0x09,0xe9,0xbe]325 326s_wqm_b32 exec_lo, s1327// GFX10: encoding: [0x01,0x09,0xfe,0xbe]328 329s_wqm_b32 exec_hi, s1330// GFX10: encoding: [0x01,0x09,0xff,0xbe]331 332s_wqm_b32 vcc_lo, s1333// GFX10: encoding: [0x01,0x09,0xea,0xbe]334 335s_wqm_b32 vcc_hi, s1336// GFX10: encoding: [0x01,0x09,0xeb,0xbe]337 338s_wqm_b32 m0, s1339// GFX10: encoding: [0x01,0x09,0xfc,0xbe]340 341s_wqm_b32 s0, exec_lo342// GFX10: encoding: [0x7e,0x09,0x80,0xbe]343 344s_wqm_b32 s0, exec_hi345// GFX10: encoding: [0x7f,0x09,0x80,0xbe]346 347s_wqm_b32 s0, vcc_lo348// GFX10: encoding: [0x6a,0x09,0x80,0xbe]349 350s_wqm_b32 s0, vcc_hi351// GFX10: encoding: [0x6b,0x09,0x80,0xbe]352 353s_wqm_b32 s0, m0354// GFX10: encoding: [0x7c,0x09,0x80,0xbe]355 356s_wqm_b32 s0, 0357// GFX10: encoding: [0x80,0x09,0x80,0xbe]358 359s_wqm_b32 s0, -1360// GFX10: encoding: [0xc1,0x09,0x80,0xbe]361 362s_wqm_b32 s0, 0.5363// GFX10: encoding: [0xf0,0x09,0x80,0xbe]364 365s_wqm_b32 s0, -4.0366// GFX10: encoding: [0xf7,0x09,0x80,0xbe]367 368s_wqm_b32 s0, 0x3f717273369// GFX10: encoding: [0xff,0x09,0x80,0xbe,0x73,0x72,0x71,0x3f]370 371s_wqm_b32 s0, 0xaf123456372// GFX10: encoding: [0xff,0x09,0x80,0xbe,0x56,0x34,0x12,0xaf]373 374s_wqm_b64 s[0:1], s[2:3]375// GFX10: encoding: [0x02,0x0a,0x80,0xbe]376 377s_wqm_b64 s[104:105], s[102:103]378// GFX10: encoding: [0x66,0x0a,0xe8,0xbe]379 380s_wqm_b64 s[0:1], s[102:103]381// GFX10: encoding: [0x66,0x0a,0x80,0xbe]382 383s_wqm_b64 s[104:105], s[2:3]384// GFX10: encoding: [0x02,0x0a,0xe8,0xbe]385 386s_wqm_b64 exec, s[2:3]387// GFX10: encoding: [0x02,0x0a,0xfe,0xbe]388 389s_wqm_b64 vcc, s[2:3]390// GFX10: encoding: [0x02,0x0a,0xea,0xbe]391 392s_wqm_b64 s[0:1], exec393// GFX10: encoding: [0x7e,0x0a,0x80,0xbe]394 395s_wqm_b64 s[0:1], vcc396// GFX10: encoding: [0x6a,0x0a,0x80,0xbe]397 398s_wqm_b64 s[0:1], 0399// GFX10: encoding: [0x80,0x0a,0x80,0xbe]400 401s_wqm_b64 s[0:1], -1402// GFX10: encoding: [0xc1,0x0a,0x80,0xbe]403 404s_wqm_b64 s[0:1], 0.5405// GFX10: encoding: [0xf0,0x0a,0x80,0xbe]406 407s_wqm_b64 s[0:1], -4.0408// GFX10: encoding: [0xf7,0x0a,0x80,0xbe]409 410s_wqm_b64 s[0:1], 0x3f717273411// GFX10: encoding: [0xff,0x0a,0x80,0xbe,0x73,0x72,0x71,0x3f]412 413s_wqm_b64 s[0:1], 0xaf123456414// GFX10: encoding: [0xff,0x0a,0x80,0xbe,0x56,0x34,0x12,0xaf]415 416s_brev_b32 s0, s1417// GFX10: encoding: [0x01,0x0b,0x80,0xbe]418 419s_brev_b32 s105, s104420// GFX10: encoding: [0x68,0x0b,0xe9,0xbe]421 422s_brev_b32 s0, s104423// GFX10: encoding: [0x68,0x0b,0x80,0xbe]424 425s_brev_b32 s105, s1426// GFX10: encoding: [0x01,0x0b,0xe9,0xbe]427 428s_brev_b32 exec_lo, s1429// GFX10: encoding: [0x01,0x0b,0xfe,0xbe]430 431s_brev_b32 exec_hi, s1432// GFX10: encoding: [0x01,0x0b,0xff,0xbe]433 434s_brev_b32 vcc_lo, s1435// GFX10: encoding: [0x01,0x0b,0xea,0xbe]436 437s_brev_b32 vcc_hi, s1438// GFX10: encoding: [0x01,0x0b,0xeb,0xbe]439 440s_brev_b32 m0, s1441// GFX10: encoding: [0x01,0x0b,0xfc,0xbe]442 443s_brev_b32 s0, exec_lo444// GFX10: encoding: [0x7e,0x0b,0x80,0xbe]445 446s_brev_b32 s0, exec_hi447// GFX10: encoding: [0x7f,0x0b,0x80,0xbe]448 449s_brev_b32 s0, vcc_lo450// GFX10: encoding: [0x6a,0x0b,0x80,0xbe]451 452s_brev_b32 s0, vcc_hi453// GFX10: encoding: [0x6b,0x0b,0x80,0xbe]454 455s_brev_b32 s0, m0456// GFX10: encoding: [0x7c,0x0b,0x80,0xbe]457 458s_brev_b32 s0, 0459// GFX10: encoding: [0x80,0x0b,0x80,0xbe]460 461s_brev_b32 s0, -1462// GFX10: encoding: [0xc1,0x0b,0x80,0xbe]463 464s_brev_b32 s0, 0.5465// GFX10: encoding: [0xf0,0x0b,0x80,0xbe]466 467s_brev_b32 s0, -4.0468// GFX10: encoding: [0xf7,0x0b,0x80,0xbe]469 470s_brev_b32 s0, 0x3f717273471// GFX10: encoding: [0xff,0x0b,0x80,0xbe,0x73,0x72,0x71,0x3f]472 473s_brev_b32 s0, 0xaf123456474// GFX10: encoding: [0xff,0x0b,0x80,0xbe,0x56,0x34,0x12,0xaf]475 476s_brev_b64 s[0:1], s[2:3]477// GFX10: encoding: [0x02,0x0c,0x80,0xbe]478 479s_brev_b64 s[104:105], s[102:103]480// GFX10: encoding: [0x66,0x0c,0xe8,0xbe]481 482s_brev_b64 s[0:1], s[102:103]483// GFX10: encoding: [0x66,0x0c,0x80,0xbe]484 485s_brev_b64 s[104:105], s[2:3]486// GFX10: encoding: [0x02,0x0c,0xe8,0xbe]487 488s_brev_b64 exec, s[2:3]489// GFX10: encoding: [0x02,0x0c,0xfe,0xbe]490 491s_brev_b64 vcc, s[2:3]492// GFX10: encoding: [0x02,0x0c,0xea,0xbe]493 494s_brev_b64 s[0:1], exec495// GFX10: encoding: [0x7e,0x0c,0x80,0xbe]496 497s_brev_b64 s[0:1], vcc498// GFX10: encoding: [0x6a,0x0c,0x80,0xbe]499 500s_brev_b64 s[0:1], 0501// GFX10: encoding: [0x80,0x0c,0x80,0xbe]502 503s_brev_b64 s[0:1], -1504// GFX10: encoding: [0xc1,0x0c,0x80,0xbe]505 506s_brev_b64 s[0:1], 0.5507// GFX10: encoding: [0xf0,0x0c,0x80,0xbe]508 509s_brev_b64 s[0:1], -4.0510// GFX10: encoding: [0xf7,0x0c,0x80,0xbe]511 512s_brev_b64 s[0:1], 0x3f717273513// GFX10: encoding: [0xff,0x0c,0x80,0xbe,0x73,0x72,0x71,0x3f]514 515s_brev_b64 s[0:1], 0xaf123456516// GFX10: encoding: [0xff,0x0c,0x80,0xbe,0x56,0x34,0x12,0xaf]517 518s_bcnt0_i32_b32 s0, s1519// GFX10: encoding: [0x01,0x0d,0x80,0xbe]520 521s_bcnt0_i32_b32 s105, s104522// GFX10: encoding: [0x68,0x0d,0xe9,0xbe]523 524s_bcnt0_i32_b32 s0, s104525// GFX10: encoding: [0x68,0x0d,0x80,0xbe]526 527s_bcnt0_i32_b32 s105, s1528// GFX10: encoding: [0x01,0x0d,0xe9,0xbe]529 530s_bcnt0_i32_b32 exec_lo, s1531// GFX10: encoding: [0x01,0x0d,0xfe,0xbe]532 533s_bcnt0_i32_b32 exec_hi, s1534// GFX10: encoding: [0x01,0x0d,0xff,0xbe]535 536s_bcnt0_i32_b32 vcc_lo, s1537// GFX10: encoding: [0x01,0x0d,0xea,0xbe]538 539s_bcnt0_i32_b32 vcc_hi, s1540// GFX10: encoding: [0x01,0x0d,0xeb,0xbe]541 542s_bcnt0_i32_b32 m0, s1543// GFX10: encoding: [0x01,0x0d,0xfc,0xbe]544 545s_bcnt0_i32_b32 s0, exec_lo546// GFX10: encoding: [0x7e,0x0d,0x80,0xbe]547 548s_bcnt0_i32_b32 s0, exec_hi549// GFX10: encoding: [0x7f,0x0d,0x80,0xbe]550 551s_bcnt0_i32_b32 s0, vcc_lo552// GFX10: encoding: [0x6a,0x0d,0x80,0xbe]553 554s_bcnt0_i32_b32 s0, vcc_hi555// GFX10: encoding: [0x6b,0x0d,0x80,0xbe]556 557s_bcnt0_i32_b32 s0, m0558// GFX10: encoding: [0x7c,0x0d,0x80,0xbe]559 560s_bcnt0_i32_b32 s0, 0561// GFX10: encoding: [0x80,0x0d,0x80,0xbe]562 563s_bcnt0_i32_b32 s0, -1564// GFX10: encoding: [0xc1,0x0d,0x80,0xbe]565 566s_bcnt0_i32_b32 s0, 0.5567// GFX10: encoding: [0xf0,0x0d,0x80,0xbe]568 569s_bcnt0_i32_b32 s0, -4.0570// GFX10: encoding: [0xf7,0x0d,0x80,0xbe]571 572s_bcnt0_i32_b32 s0, 0x3f717273573// GFX10: encoding: [0xff,0x0d,0x80,0xbe,0x73,0x72,0x71,0x3f]574 575s_bcnt0_i32_b32 s0, 0xaf123456576// GFX10: encoding: [0xff,0x0d,0x80,0xbe,0x56,0x34,0x12,0xaf]577 578s_bcnt0_i32_b64 s0, s[2:3]579// GFX10: encoding: [0x02,0x0e,0x80,0xbe]580 581s_bcnt0_i32_b64 s105, s[102:103]582// GFX10: encoding: [0x66,0x0e,0xe9,0xbe]583 584s_bcnt0_i32_b64 s0, s[102:103]585// GFX10: encoding: [0x66,0x0e,0x80,0xbe]586 587s_bcnt0_i32_b64 s105, s[2:3]588// GFX10: encoding: [0x02,0x0e,0xe9,0xbe]589 590s_bcnt0_i32_b64 exec_lo, s[2:3]591// GFX10: encoding: [0x02,0x0e,0xfe,0xbe]592 593s_bcnt0_i32_b64 exec_hi, s[2:3]594// GFX10: encoding: [0x02,0x0e,0xff,0xbe]595 596s_bcnt0_i32_b64 vcc_lo, s[2:3]597// GFX10: encoding: [0x02,0x0e,0xea,0xbe]598 599s_bcnt0_i32_b64 vcc_hi, s[2:3]600// GFX10: encoding: [0x02,0x0e,0xeb,0xbe]601 602s_bcnt0_i32_b64 m0, s[2:3]603// GFX10: encoding: [0x02,0x0e,0xfc,0xbe]604 605s_bcnt0_i32_b64 s0, exec606// GFX10: encoding: [0x7e,0x0e,0x80,0xbe]607 608s_bcnt0_i32_b64 s0, vcc609// GFX10: encoding: [0x6a,0x0e,0x80,0xbe]610 611s_bcnt0_i32_b64 s0, 0612// GFX10: encoding: [0x80,0x0e,0x80,0xbe]613 614s_bcnt0_i32_b64 s0, -1615// GFX10: encoding: [0xc1,0x0e,0x80,0xbe]616 617s_bcnt0_i32_b64 s0, 0.5618// GFX10: encoding: [0xf0,0x0e,0x80,0xbe]619 620s_bcnt0_i32_b64 s0, -4.0621// GFX10: encoding: [0xf7,0x0e,0x80,0xbe]622 623s_bcnt0_i32_b64 s0, 0x3f717273624// GFX10: encoding: [0xff,0x0e,0x80,0xbe,0x73,0x72,0x71,0x3f]625 626s_bcnt0_i32_b64 s0, 0xaf123456627// GFX10: encoding: [0xff,0x0e,0x80,0xbe,0x56,0x34,0x12,0xaf]628 629s_bcnt1_i32_b32 s0, s1630// GFX10: encoding: [0x01,0x0f,0x80,0xbe]631 632s_bcnt1_i32_b32 s105, s104633// GFX10: encoding: [0x68,0x0f,0xe9,0xbe]634 635s_bcnt1_i32_b32 s0, s104636// GFX10: encoding: [0x68,0x0f,0x80,0xbe]637 638s_bcnt1_i32_b32 s105, s1639// GFX10: encoding: [0x01,0x0f,0xe9,0xbe]640 641s_bcnt1_i32_b32 exec_lo, s1642// GFX10: encoding: [0x01,0x0f,0xfe,0xbe]643 644s_bcnt1_i32_b32 exec_hi, s1645// GFX10: encoding: [0x01,0x0f,0xff,0xbe]646 647s_bcnt1_i32_b32 vcc_lo, s1648// GFX10: encoding: [0x01,0x0f,0xea,0xbe]649 650s_bcnt1_i32_b32 vcc_hi, s1651// GFX10: encoding: [0x01,0x0f,0xeb,0xbe]652 653s_bcnt1_i32_b32 m0, s1654// GFX10: encoding: [0x01,0x0f,0xfc,0xbe]655 656s_bcnt1_i32_b32 s0, exec_lo657// GFX10: encoding: [0x7e,0x0f,0x80,0xbe]658 659s_bcnt1_i32_b32 s0, exec_hi660// GFX10: encoding: [0x7f,0x0f,0x80,0xbe]661 662s_bcnt1_i32_b32 s0, vcc_lo663// GFX10: encoding: [0x6a,0x0f,0x80,0xbe]664 665s_bcnt1_i32_b32 s0, vcc_hi666// GFX10: encoding: [0x6b,0x0f,0x80,0xbe]667 668s_bcnt1_i32_b32 s0, m0669// GFX10: encoding: [0x7c,0x0f,0x80,0xbe]670 671s_bcnt1_i32_b32 s0, 0672// GFX10: encoding: [0x80,0x0f,0x80,0xbe]673 674s_bcnt1_i32_b32 s0, -1675// GFX10: encoding: [0xc1,0x0f,0x80,0xbe]676 677s_bcnt1_i32_b32 s0, 0.5678// GFX10: encoding: [0xf0,0x0f,0x80,0xbe]679 680s_bcnt1_i32_b32 s0, -4.0681// GFX10: encoding: [0xf7,0x0f,0x80,0xbe]682 683s_bcnt1_i32_b32 s0, 0x3f717273684// GFX10: encoding: [0xff,0x0f,0x80,0xbe,0x73,0x72,0x71,0x3f]685 686s_bcnt1_i32_b32 s0, 0xaf123456687// GFX10: encoding: [0xff,0x0f,0x80,0xbe,0x56,0x34,0x12,0xaf]688 689s_bcnt1_i32_b64 s0, s[2:3]690// GFX10: encoding: [0x02,0x10,0x80,0xbe]691 692s_bcnt1_i32_b64 s105, s[102:103]693// GFX10: encoding: [0x66,0x10,0xe9,0xbe]694 695s_bcnt1_i32_b64 s0, s[102:103]696// GFX10: encoding: [0x66,0x10,0x80,0xbe]697 698s_bcnt1_i32_b64 s105, s[2:3]699// GFX10: encoding: [0x02,0x10,0xe9,0xbe]700 701s_bcnt1_i32_b64 exec_lo, s[2:3]702// GFX10: encoding: [0x02,0x10,0xfe,0xbe]703 704s_bcnt1_i32_b64 exec_hi, s[2:3]705// GFX10: encoding: [0x02,0x10,0xff,0xbe]706 707s_bcnt1_i32_b64 vcc_lo, s[2:3]708// GFX10: encoding: [0x02,0x10,0xea,0xbe]709 710s_bcnt1_i32_b64 vcc_hi, s[2:3]711// GFX10: encoding: [0x02,0x10,0xeb,0xbe]712 713s_bcnt1_i32_b64 m0, s[2:3]714// GFX10: encoding: [0x02,0x10,0xfc,0xbe]715 716s_bcnt1_i32_b64 s0, exec717// GFX10: encoding: [0x7e,0x10,0x80,0xbe]718 719s_bcnt1_i32_b64 s0, vcc720// GFX10: encoding: [0x6a,0x10,0x80,0xbe]721 722s_bcnt1_i32_b64 s0, 0723// GFX10: encoding: [0x80,0x10,0x80,0xbe]724 725s_bcnt1_i32_b64 s0, -1726// GFX10: encoding: [0xc1,0x10,0x80,0xbe]727 728s_bcnt1_i32_b64 s0, 0.5729// GFX10: encoding: [0xf0,0x10,0x80,0xbe]730 731s_bcnt1_i32_b64 s0, -4.0732// GFX10: encoding: [0xf7,0x10,0x80,0xbe]733 734s_bcnt1_i32_b64 s0, 0x3f717273735// GFX10: encoding: [0xff,0x10,0x80,0xbe,0x73,0x72,0x71,0x3f]736 737s_bcnt1_i32_b64 s0, 0xaf123456738// GFX10: encoding: [0xff,0x10,0x80,0xbe,0x56,0x34,0x12,0xaf]739 740s_ff0_i32_b32 s0, s1741// GFX10: encoding: [0x01,0x11,0x80,0xbe]742 743s_ff0_i32_b32 s105, s104744// GFX10: encoding: [0x68,0x11,0xe9,0xbe]745 746s_ff0_i32_b32 s0, s104747// GFX10: encoding: [0x68,0x11,0x80,0xbe]748 749s_ff0_i32_b32 s105, s1750// GFX10: encoding: [0x01,0x11,0xe9,0xbe]751 752s_ff0_i32_b32 exec_lo, s1753// GFX10: encoding: [0x01,0x11,0xfe,0xbe]754 755s_ff0_i32_b32 exec_hi, s1756// GFX10: encoding: [0x01,0x11,0xff,0xbe]757 758s_ff0_i32_b32 vcc_lo, s1759// GFX10: encoding: [0x01,0x11,0xea,0xbe]760 761s_ff0_i32_b32 vcc_hi, s1762// GFX10: encoding: [0x01,0x11,0xeb,0xbe]763 764s_ff0_i32_b32 m0, s1765// GFX10: encoding: [0x01,0x11,0xfc,0xbe]766 767s_ff0_i32_b32 s0, exec_lo768// GFX10: encoding: [0x7e,0x11,0x80,0xbe]769 770s_ff0_i32_b32 s0, exec_hi771// GFX10: encoding: [0x7f,0x11,0x80,0xbe]772 773s_ff0_i32_b32 s0, vcc_lo774// GFX10: encoding: [0x6a,0x11,0x80,0xbe]775 776s_ff0_i32_b32 s0, vcc_hi777// GFX10: encoding: [0x6b,0x11,0x80,0xbe]778 779s_ff0_i32_b32 s0, m0780// GFX10: encoding: [0x7c,0x11,0x80,0xbe]781 782s_ff0_i32_b32 s0, 0783// GFX10: encoding: [0x80,0x11,0x80,0xbe]784 785s_ff0_i32_b32 s0, -1786// GFX10: encoding: [0xc1,0x11,0x80,0xbe]787 788s_ff0_i32_b32 s0, 0.5789// GFX10: encoding: [0xf0,0x11,0x80,0xbe]790 791s_ff0_i32_b32 s0, -4.0792// GFX10: encoding: [0xf7,0x11,0x80,0xbe]793 794s_ff0_i32_b32 s0, 0x3f717273795// GFX10: encoding: [0xff,0x11,0x80,0xbe,0x73,0x72,0x71,0x3f]796 797s_ff0_i32_b32 s0, 0xaf123456798// GFX10: encoding: [0xff,0x11,0x80,0xbe,0x56,0x34,0x12,0xaf]799 800s_ff0_i32_b64 s0, s[2:3]801// GFX10: encoding: [0x02,0x12,0x80,0xbe]802 803s_ff0_i32_b64 s105, s[102:103]804// GFX10: encoding: [0x66,0x12,0xe9,0xbe]805 806s_ff0_i32_b64 s0, s[102:103]807// GFX10: encoding: [0x66,0x12,0x80,0xbe]808 809s_ff0_i32_b64 s105, s[2:3]810// GFX10: encoding: [0x02,0x12,0xe9,0xbe]811 812s_ff0_i32_b64 exec_lo, s[2:3]813// GFX10: encoding: [0x02,0x12,0xfe,0xbe]814 815s_ff0_i32_b64 exec_hi, s[2:3]816// GFX10: encoding: [0x02,0x12,0xff,0xbe]817 818s_ff0_i32_b64 vcc_lo, s[2:3]819// GFX10: encoding: [0x02,0x12,0xea,0xbe]820 821s_ff0_i32_b64 vcc_hi, s[2:3]822// GFX10: encoding: [0x02,0x12,0xeb,0xbe]823 824s_ff0_i32_b64 m0, s[2:3]825// GFX10: encoding: [0x02,0x12,0xfc,0xbe]826 827s_ff0_i32_b64 s0, exec828// GFX10: encoding: [0x7e,0x12,0x80,0xbe]829 830s_ff0_i32_b64 s0, vcc831// GFX10: encoding: [0x6a,0x12,0x80,0xbe]832 833s_ff0_i32_b64 s0, 0834// GFX10: encoding: [0x80,0x12,0x80,0xbe]835 836s_ff0_i32_b64 s0, -1837// GFX10: encoding: [0xc1,0x12,0x80,0xbe]838 839s_ff0_i32_b64 s0, 0.5840// GFX10: encoding: [0xf0,0x12,0x80,0xbe]841 842s_ff0_i32_b64 s0, -4.0843// GFX10: encoding: [0xf7,0x12,0x80,0xbe]844 845s_ff0_i32_b64 s0, 0x3f717273846// GFX10: encoding: [0xff,0x12,0x80,0xbe,0x73,0x72,0x71,0x3f]847 848s_ff0_i32_b64 s0, 0xaf123456849// GFX10: encoding: [0xff,0x12,0x80,0xbe,0x56,0x34,0x12,0xaf]850 851s_ff1_i32_b32 s0, s1852// GFX10: encoding: [0x01,0x13,0x80,0xbe]853 854s_ff1_i32_b32 s105, s104855// GFX10: encoding: [0x68,0x13,0xe9,0xbe]856 857s_ff1_i32_b32 s0, s104858// GFX10: encoding: [0x68,0x13,0x80,0xbe]859 860s_ff1_i32_b32 s105, s1861// GFX10: encoding: [0x01,0x13,0xe9,0xbe]862 863s_ff1_i32_b32 exec_lo, s1864// GFX10: encoding: [0x01,0x13,0xfe,0xbe]865 866s_ff1_i32_b32 exec_hi, s1867// GFX10: encoding: [0x01,0x13,0xff,0xbe]868 869s_ff1_i32_b32 vcc_lo, s1870// GFX10: encoding: [0x01,0x13,0xea,0xbe]871 872s_ff1_i32_b32 vcc_hi, s1873// GFX10: encoding: [0x01,0x13,0xeb,0xbe]874 875s_ff1_i32_b32 m0, s1876// GFX10: encoding: [0x01,0x13,0xfc,0xbe]877 878s_ff1_i32_b32 s0, exec_lo879// GFX10: encoding: [0x7e,0x13,0x80,0xbe]880 881s_ff1_i32_b32 s0, exec_hi882// GFX10: encoding: [0x7f,0x13,0x80,0xbe]883 884s_ff1_i32_b32 s0, vcc_lo885// GFX10: encoding: [0x6a,0x13,0x80,0xbe]886 887s_ff1_i32_b32 s0, vcc_hi888// GFX10: encoding: [0x6b,0x13,0x80,0xbe]889 890s_ff1_i32_b32 s0, m0891// GFX10: encoding: [0x7c,0x13,0x80,0xbe]892 893s_ff1_i32_b32 s0, 0894// GFX10: encoding: [0x80,0x13,0x80,0xbe]895 896s_ff1_i32_b32 s0, -1897// GFX10: encoding: [0xc1,0x13,0x80,0xbe]898 899s_ff1_i32_b32 s0, 0.5900// GFX10: encoding: [0xf0,0x13,0x80,0xbe]901 902s_ff1_i32_b32 s0, -4.0903// GFX10: encoding: [0xf7,0x13,0x80,0xbe]904 905s_ff1_i32_b32 s0, 0x3f717273906// GFX10: encoding: [0xff,0x13,0x80,0xbe,0x73,0x72,0x71,0x3f]907 908s_ff1_i32_b32 s0, 0xaf123456909// GFX10: encoding: [0xff,0x13,0x80,0xbe,0x56,0x34,0x12,0xaf]910 911s_ff1_i32_b64 s0, s[2:3]912// GFX10: encoding: [0x02,0x14,0x80,0xbe]913 914s_ff1_i32_b64 s105, s[102:103]915// GFX10: encoding: [0x66,0x14,0xe9,0xbe]916 917s_ff1_i32_b64 s0, s[102:103]918// GFX10: encoding: [0x66,0x14,0x80,0xbe]919 920s_ff1_i32_b64 s105, s[2:3]921// GFX10: encoding: [0x02,0x14,0xe9,0xbe]922 923s_ff1_i32_b64 exec_lo, s[2:3]924// GFX10: encoding: [0x02,0x14,0xfe,0xbe]925 926s_ff1_i32_b64 exec_hi, s[2:3]927// GFX10: encoding: [0x02,0x14,0xff,0xbe]928 929s_ff1_i32_b64 vcc_lo, s[2:3]930// GFX10: encoding: [0x02,0x14,0xea,0xbe]931 932s_ff1_i32_b64 vcc_hi, s[2:3]933// GFX10: encoding: [0x02,0x14,0xeb,0xbe]934 935s_ff1_i32_b64 m0, s[2:3]936// GFX10: encoding: [0x02,0x14,0xfc,0xbe]937 938s_ff1_i32_b64 s0, exec939// GFX10: encoding: [0x7e,0x14,0x80,0xbe]940 941s_ff1_i32_b64 s0, vcc942// GFX10: encoding: [0x6a,0x14,0x80,0xbe]943 944s_ff1_i32_b64 s0, 0945// GFX10: encoding: [0x80,0x14,0x80,0xbe]946 947s_ff1_i32_b64 s0, -1948// GFX10: encoding: [0xc1,0x14,0x80,0xbe]949 950s_ff1_i32_b64 s0, 0.5951// GFX10: encoding: [0xf0,0x14,0x80,0xbe]952 953s_ff1_i32_b64 s0, -4.0954// GFX10: encoding: [0xf7,0x14,0x80,0xbe]955 956s_ff1_i32_b64 s0, 0x3f717273957// GFX10: encoding: [0xff,0x14,0x80,0xbe,0x73,0x72,0x71,0x3f]958 959s_ff1_i32_b64 s0, 0xaf123456960// GFX10: encoding: [0xff,0x14,0x80,0xbe,0x56,0x34,0x12,0xaf]961 962s_flbit_i32_b32 s0, s1963// GFX10: encoding: [0x01,0x15,0x80,0xbe]964 965s_flbit_i32_b32 s105, s104966// GFX10: encoding: [0x68,0x15,0xe9,0xbe]967 968s_flbit_i32_b32 s0, s104969// GFX10: encoding: [0x68,0x15,0x80,0xbe]970 971s_flbit_i32_b32 s105, s1972// GFX10: encoding: [0x01,0x15,0xe9,0xbe]973 974s_flbit_i32_b32 exec_lo, s1975// GFX10: encoding: [0x01,0x15,0xfe,0xbe]976 977s_flbit_i32_b32 exec_hi, s1978// GFX10: encoding: [0x01,0x15,0xff,0xbe]979 980s_flbit_i32_b32 vcc_lo, s1981// GFX10: encoding: [0x01,0x15,0xea,0xbe]982 983s_flbit_i32_b32 vcc_hi, s1984// GFX10: encoding: [0x01,0x15,0xeb,0xbe]985 986s_flbit_i32_b32 m0, s1987// GFX10: encoding: [0x01,0x15,0xfc,0xbe]988 989s_flbit_i32_b32 s0, exec_lo990// GFX10: encoding: [0x7e,0x15,0x80,0xbe]991 992s_flbit_i32_b32 s0, exec_hi993// GFX10: encoding: [0x7f,0x15,0x80,0xbe]994 995s_flbit_i32_b32 s0, vcc_lo996// GFX10: encoding: [0x6a,0x15,0x80,0xbe]997 998s_flbit_i32_b32 s0, vcc_hi999// GFX10: encoding: [0x6b,0x15,0x80,0xbe]1000 1001s_flbit_i32_b32 s0, m01002// GFX10: encoding: [0x7c,0x15,0x80,0xbe]1003 1004s_flbit_i32_b32 s0, 01005// GFX10: encoding: [0x80,0x15,0x80,0xbe]1006 1007s_flbit_i32_b32 s0, -11008// GFX10: encoding: [0xc1,0x15,0x80,0xbe]1009 1010s_flbit_i32_b32 s0, 0.51011// GFX10: encoding: [0xf0,0x15,0x80,0xbe]1012 1013s_flbit_i32_b32 s0, -4.01014// GFX10: encoding: [0xf7,0x15,0x80,0xbe]1015 1016s_flbit_i32_b32 s0, 0x3f7172731017// GFX10: encoding: [0xff,0x15,0x80,0xbe,0x73,0x72,0x71,0x3f]1018 1019s_flbit_i32_b32 s0, 0xaf1234561020// GFX10: encoding: [0xff,0x15,0x80,0xbe,0x56,0x34,0x12,0xaf]1021 1022s_flbit_i32_b64 s0, s[2:3]1023// GFX10: encoding: [0x02,0x16,0x80,0xbe]1024 1025s_flbit_i32_b64 s105, s[102:103]1026// GFX10: encoding: [0x66,0x16,0xe9,0xbe]1027 1028s_flbit_i32_b64 s0, s[102:103]1029// GFX10: encoding: [0x66,0x16,0x80,0xbe]1030 1031s_flbit_i32_b64 s105, s[2:3]1032// GFX10: encoding: [0x02,0x16,0xe9,0xbe]1033 1034s_flbit_i32_b64 exec_lo, s[2:3]1035// GFX10: encoding: [0x02,0x16,0xfe,0xbe]1036 1037s_flbit_i32_b64 exec_hi, s[2:3]1038// GFX10: encoding: [0x02,0x16,0xff,0xbe]1039 1040s_flbit_i32_b64 vcc_lo, s[2:3]1041// GFX10: encoding: [0x02,0x16,0xea,0xbe]1042 1043s_flbit_i32_b64 vcc_hi, s[2:3]1044// GFX10: encoding: [0x02,0x16,0xeb,0xbe]1045 1046s_flbit_i32_b64 m0, s[2:3]1047// GFX10: encoding: [0x02,0x16,0xfc,0xbe]1048 1049s_flbit_i32_b64 s0, exec1050// GFX10: encoding: [0x7e,0x16,0x80,0xbe]1051 1052s_flbit_i32_b64 s0, vcc1053// GFX10: encoding: [0x6a,0x16,0x80,0xbe]1054 1055s_flbit_i32_b64 s0, 01056// GFX10: encoding: [0x80,0x16,0x80,0xbe]1057 1058s_flbit_i32_b64 s0, -11059// GFX10: encoding: [0xc1,0x16,0x80,0xbe]1060 1061s_flbit_i32_b64 s0, 0.51062// GFX10: encoding: [0xf0,0x16,0x80,0xbe]1063 1064s_flbit_i32_b64 s0, -4.01065// GFX10: encoding: [0xf7,0x16,0x80,0xbe]1066 1067s_flbit_i32_b64 s0, 0x3f7172731068// GFX10: encoding: [0xff,0x16,0x80,0xbe,0x73,0x72,0x71,0x3f]1069 1070s_flbit_i32_b64 s0, 0xaf1234561071// GFX10: encoding: [0xff,0x16,0x80,0xbe,0x56,0x34,0x12,0xaf]1072 1073s_flbit_i32 s0, s11074// GFX10: encoding: [0x01,0x17,0x80,0xbe]1075 1076s_flbit_i32 s105, s1041077// GFX10: encoding: [0x68,0x17,0xe9,0xbe]1078 1079s_flbit_i32 s0, s1041080// GFX10: encoding: [0x68,0x17,0x80,0xbe]1081 1082s_flbit_i32 s105, s11083// GFX10: encoding: [0x01,0x17,0xe9,0xbe]1084 1085s_flbit_i32 exec_lo, s11086// GFX10: encoding: [0x01,0x17,0xfe,0xbe]1087 1088s_flbit_i32 exec_hi, s11089// GFX10: encoding: [0x01,0x17,0xff,0xbe]1090 1091s_flbit_i32 vcc_lo, s11092// GFX10: encoding: [0x01,0x17,0xea,0xbe]1093 1094s_flbit_i32 vcc_hi, s11095// GFX10: encoding: [0x01,0x17,0xeb,0xbe]1096 1097s_flbit_i32 m0, s11098// GFX10: encoding: [0x01,0x17,0xfc,0xbe]1099 1100s_flbit_i32 s0, exec_lo1101// GFX10: encoding: [0x7e,0x17,0x80,0xbe]1102 1103s_flbit_i32 s0, exec_hi1104// GFX10: encoding: [0x7f,0x17,0x80,0xbe]1105 1106s_flbit_i32 s0, vcc_lo1107// GFX10: encoding: [0x6a,0x17,0x80,0xbe]1108 1109s_flbit_i32 s0, vcc_hi1110// GFX10: encoding: [0x6b,0x17,0x80,0xbe]1111 1112s_flbit_i32 s0, m01113// GFX10: encoding: [0x7c,0x17,0x80,0xbe]1114 1115s_flbit_i32 s0, 01116// GFX10: encoding: [0x80,0x17,0x80,0xbe]1117 1118s_flbit_i32 s0, -11119// GFX10: encoding: [0xc1,0x17,0x80,0xbe]1120 1121s_flbit_i32 s0, 0.51122// GFX10: encoding: [0xf0,0x17,0x80,0xbe]1123 1124s_flbit_i32 s0, -4.01125// GFX10: encoding: [0xf7,0x17,0x80,0xbe]1126 1127s_flbit_i32 s0, 0x3f7172731128// GFX10: encoding: [0xff,0x17,0x80,0xbe,0x73,0x72,0x71,0x3f]1129 1130s_flbit_i32 s0, 0xaf1234561131// GFX10: encoding: [0xff,0x17,0x80,0xbe,0x56,0x34,0x12,0xaf]1132 1133s_flbit_i32_i64 s0, s[2:3]1134// GFX10: encoding: [0x02,0x18,0x80,0xbe]1135 1136s_flbit_i32_i64 s105, s[102:103]1137// GFX10: encoding: [0x66,0x18,0xe9,0xbe]1138 1139s_flbit_i32_i64 s0, s[102:103]1140// GFX10: encoding: [0x66,0x18,0x80,0xbe]1141 1142s_flbit_i32_i64 s105, s[2:3]1143// GFX10: encoding: [0x02,0x18,0xe9,0xbe]1144 1145s_flbit_i32_i64 exec_lo, s[2:3]1146// GFX10: encoding: [0x02,0x18,0xfe,0xbe]1147 1148s_flbit_i32_i64 exec_hi, s[2:3]1149// GFX10: encoding: [0x02,0x18,0xff,0xbe]1150 1151s_flbit_i32_i64 vcc_lo, s[2:3]1152// GFX10: encoding: [0x02,0x18,0xea,0xbe]1153 1154s_flbit_i32_i64 vcc_hi, s[2:3]1155// GFX10: encoding: [0x02,0x18,0xeb,0xbe]1156 1157s_flbit_i32_i64 m0, s[2:3]1158// GFX10: encoding: [0x02,0x18,0xfc,0xbe]1159 1160s_flbit_i32_i64 s0, exec1161// GFX10: encoding: [0x7e,0x18,0x80,0xbe]1162 1163s_flbit_i32_i64 s0, vcc1164// GFX10: encoding: [0x6a,0x18,0x80,0xbe]1165 1166s_flbit_i32_i64 s0, 01167// GFX10: encoding: [0x80,0x18,0x80,0xbe]1168 1169s_flbit_i32_i64 s0, -11170// GFX10: encoding: [0xc1,0x18,0x80,0xbe]1171 1172s_flbit_i32_i64 s0, 0.51173// GFX10: encoding: [0xf0,0x18,0x80,0xbe]1174 1175s_flbit_i32_i64 s0, -4.01176// GFX10: encoding: [0xf7,0x18,0x80,0xbe]1177 1178s_flbit_i32_i64 s0, 0x3f7172731179// GFX10: encoding: [0xff,0x18,0x80,0xbe,0x73,0x72,0x71,0x3f]1180 1181s_flbit_i32_i64 s0, 0xaf1234561182// GFX10: encoding: [0xff,0x18,0x80,0xbe,0x56,0x34,0x12,0xaf]1183 1184s_sext_i32_i8 s0, s11185// GFX10: encoding: [0x01,0x19,0x80,0xbe]1186 1187s_sext_i32_i8 s105, s1041188// GFX10: encoding: [0x68,0x19,0xe9,0xbe]1189 1190s_sext_i32_i8 s0, s1041191// GFX10: encoding: [0x68,0x19,0x80,0xbe]1192 1193s_sext_i32_i8 s105, s11194// GFX10: encoding: [0x01,0x19,0xe9,0xbe]1195 1196s_sext_i32_i8 exec_lo, s11197// GFX10: encoding: [0x01,0x19,0xfe,0xbe]1198 1199s_sext_i32_i8 exec_hi, s11200// GFX10: encoding: [0x01,0x19,0xff,0xbe]1201 1202s_sext_i32_i8 vcc_lo, s11203// GFX10: encoding: [0x01,0x19,0xea,0xbe]1204 1205s_sext_i32_i8 vcc_hi, s11206// GFX10: encoding: [0x01,0x19,0xeb,0xbe]1207 1208s_sext_i32_i8 m0, s11209// GFX10: encoding: [0x01,0x19,0xfc,0xbe]1210 1211s_sext_i32_i8 s0, exec_lo1212// GFX10: encoding: [0x7e,0x19,0x80,0xbe]1213 1214s_sext_i32_i8 s0, exec_hi1215// GFX10: encoding: [0x7f,0x19,0x80,0xbe]1216 1217s_sext_i32_i8 s0, vcc_lo1218// GFX10: encoding: [0x6a,0x19,0x80,0xbe]1219 1220s_sext_i32_i8 s0, vcc_hi1221// GFX10: encoding: [0x6b,0x19,0x80,0xbe]1222 1223s_sext_i32_i8 s0, m01224// GFX10: encoding: [0x7c,0x19,0x80,0xbe]1225 1226s_sext_i32_i8 s0, 01227// GFX10: encoding: [0x80,0x19,0x80,0xbe]1228 1229s_sext_i32_i8 s0, -11230// GFX10: encoding: [0xc1,0x19,0x80,0xbe]1231 1232s_sext_i32_i8 s0, 0.51233// GFX10: encoding: [0xf0,0x19,0x80,0xbe]1234 1235s_sext_i32_i8 s0, -4.01236// GFX10: encoding: [0xf7,0x19,0x80,0xbe]1237 1238s_sext_i32_i8 s0, 0x3f7172731239// GFX10: encoding: [0xff,0x19,0x80,0xbe,0x73,0x72,0x71,0x3f]1240 1241s_sext_i32_i8 s0, 0xaf1234561242// GFX10: encoding: [0xff,0x19,0x80,0xbe,0x56,0x34,0x12,0xaf]1243 1244s_sext_i32_i16 s0, s11245// GFX10: encoding: [0x01,0x1a,0x80,0xbe]1246 1247s_sext_i32_i16 s105, s1041248// GFX10: encoding: [0x68,0x1a,0xe9,0xbe]1249 1250s_sext_i32_i16 s0, s1041251// GFX10: encoding: [0x68,0x1a,0x80,0xbe]1252 1253s_sext_i32_i16 s105, s11254// GFX10: encoding: [0x01,0x1a,0xe9,0xbe]1255 1256s_sext_i32_i16 exec_lo, s11257// GFX10: encoding: [0x01,0x1a,0xfe,0xbe]1258 1259s_sext_i32_i16 exec_hi, s11260// GFX10: encoding: [0x01,0x1a,0xff,0xbe]1261 1262s_sext_i32_i16 vcc_lo, s11263// GFX10: encoding: [0x01,0x1a,0xea,0xbe]1264 1265s_sext_i32_i16 vcc_hi, s11266// GFX10: encoding: [0x01,0x1a,0xeb,0xbe]1267 1268s_sext_i32_i16 m0, s11269// GFX10: encoding: [0x01,0x1a,0xfc,0xbe]1270 1271s_sext_i32_i16 s0, exec_lo1272// GFX10: encoding: [0x7e,0x1a,0x80,0xbe]1273 1274s_sext_i32_i16 s0, exec_hi1275// GFX10: encoding: [0x7f,0x1a,0x80,0xbe]1276 1277s_sext_i32_i16 s0, vcc_lo1278// GFX10: encoding: [0x6a,0x1a,0x80,0xbe]1279 1280s_sext_i32_i16 s0, vcc_hi1281// GFX10: encoding: [0x6b,0x1a,0x80,0xbe]1282 1283s_sext_i32_i16 s0, m01284// GFX10: encoding: [0x7c,0x1a,0x80,0xbe]1285 1286s_sext_i32_i16 s0, 01287// GFX10: encoding: [0x80,0x1a,0x80,0xbe]1288 1289s_sext_i32_i16 s0, -11290// GFX10: encoding: [0xc1,0x1a,0x80,0xbe]1291 1292s_sext_i32_i16 s0, 0.51293// GFX10: encoding: [0xf0,0x1a,0x80,0xbe]1294 1295s_sext_i32_i16 s0, -4.01296// GFX10: encoding: [0xf7,0x1a,0x80,0xbe]1297 1298s_sext_i32_i16 s0, 0x3f7172731299// GFX10: encoding: [0xff,0x1a,0x80,0xbe,0x73,0x72,0x71,0x3f]1300 1301s_sext_i32_i16 s0, 0xaf1234561302// GFX10: encoding: [0xff,0x1a,0x80,0xbe,0x56,0x34,0x12,0xaf]1303 1304s_bitset0_b32 s0, s11305// GFX10: encoding: [0x01,0x1b,0x80,0xbe]1306 1307s_bitset0_b32 s105, s1041308// GFX10: encoding: [0x68,0x1b,0xe9,0xbe]1309 1310s_bitset0_b32 s0, s1041311// GFX10: encoding: [0x68,0x1b,0x80,0xbe]1312 1313s_bitset0_b32 s105, s11314// GFX10: encoding: [0x01,0x1b,0xe9,0xbe]1315 1316s_bitset0_b32 exec_lo, s11317// GFX10: encoding: [0x01,0x1b,0xfe,0xbe]1318 1319s_bitset0_b32 exec_hi, s11320// GFX10: encoding: [0x01,0x1b,0xff,0xbe]1321 1322s_bitset0_b32 vcc_lo, s11323// GFX10: encoding: [0x01,0x1b,0xea,0xbe]1324 1325s_bitset0_b32 vcc_hi, s11326// GFX10: encoding: [0x01,0x1b,0xeb,0xbe]1327 1328s_bitset0_b32 m0, s11329// GFX10: encoding: [0x01,0x1b,0xfc,0xbe]1330 1331s_bitset0_b32 s0, exec_lo1332// GFX10: encoding: [0x7e,0x1b,0x80,0xbe]1333 1334s_bitset0_b32 s0, exec_hi1335// GFX10: encoding: [0x7f,0x1b,0x80,0xbe]1336 1337s_bitset0_b32 s0, vcc_lo1338// GFX10: encoding: [0x6a,0x1b,0x80,0xbe]1339 1340s_bitset0_b32 s0, vcc_hi1341// GFX10: encoding: [0x6b,0x1b,0x80,0xbe]1342 1343s_bitset0_b32 s0, m01344// GFX10: encoding: [0x7c,0x1b,0x80,0xbe]1345 1346s_bitset0_b32 s0, 01347// GFX10: encoding: [0x80,0x1b,0x80,0xbe]1348 1349s_bitset0_b32 s0, -11350// GFX10: encoding: [0xc1,0x1b,0x80,0xbe]1351 1352s_bitset0_b32 s0, 0.51353// GFX10: encoding: [0xf0,0x1b,0x80,0xbe]1354 1355s_bitset0_b32 s0, -4.01356// GFX10: encoding: [0xf7,0x1b,0x80,0xbe]1357 1358s_bitset0_b32 s0, 0x3f7172731359// GFX10: encoding: [0xff,0x1b,0x80,0xbe,0x73,0x72,0x71,0x3f]1360 1361s_bitset0_b32 s0, 0xaf1234561362// GFX10: encoding: [0xff,0x1b,0x80,0xbe,0x56,0x34,0x12,0xaf]1363 1364s_bitset0_b64 s[0:1], s21365// GFX10: encoding: [0x02,0x1c,0x80,0xbe]1366 1367s_bitset0_b64 s[104:105], s1021368// GFX10: encoding: [0x66,0x1c,0xe8,0xbe]1369 1370s_bitset0_b64 s[0:1], s1021371// GFX10: encoding: [0x66,0x1c,0x80,0xbe]1372 1373s_bitset0_b64 s[104:105], s21374// GFX10: encoding: [0x02,0x1c,0xe8,0xbe]1375 1376s_bitset0_b64 exec, s21377// GFX10: encoding: [0x02,0x1c,0xfe,0xbe]1378 1379s_bitset0_b64 vcc, s21380// GFX10: encoding: [0x02,0x1c,0xea,0xbe]1381 1382s_bitset0_b64 s[0:1], exec_lo1383// GFX10: encoding: [0x7e,0x1c,0x80,0xbe]1384 1385s_bitset0_b64 s[0:1], exec_hi1386// GFX10: encoding: [0x7f,0x1c,0x80,0xbe]1387 1388s_bitset0_b64 s[0:1], vcc_lo1389// GFX10: encoding: [0x6a,0x1c,0x80,0xbe]1390 1391s_bitset0_b64 s[0:1], vcc_hi1392// GFX10: encoding: [0x6b,0x1c,0x80,0xbe]1393 1394s_bitset0_b64 s[0:1], m01395// GFX10: encoding: [0x7c,0x1c,0x80,0xbe]1396 1397s_bitset0_b64 s[0:1], 01398// GFX10: encoding: [0x80,0x1c,0x80,0xbe]1399 1400s_bitset0_b64 s[0:1], -11401// GFX10: encoding: [0xc1,0x1c,0x80,0xbe]1402 1403s_bitset0_b64 s[0:1], 0.51404// GFX10: encoding: [0xf0,0x1c,0x80,0xbe]1405 1406s_bitset0_b64 s[0:1], -4.01407// GFX10: encoding: [0xf7,0x1c,0x80,0xbe]1408 1409s_bitset0_b64 s[0:1], 0x3f7172731410// GFX10: encoding: [0xff,0x1c,0x80,0xbe,0x73,0x72,0x71,0x3f]1411 1412s_bitset0_b64 s[0:1], 0xaf1234561413// GFX10: encoding: [0xff,0x1c,0x80,0xbe,0x56,0x34,0x12,0xaf]1414 1415s_bitset1_b32 s0, s11416// GFX10: encoding: [0x01,0x1d,0x80,0xbe]1417 1418s_bitset1_b32 s105, s1041419// GFX10: encoding: [0x68,0x1d,0xe9,0xbe]1420 1421s_bitset1_b32 s0, s1041422// GFX10: encoding: [0x68,0x1d,0x80,0xbe]1423 1424s_bitset1_b32 s105, s11425// GFX10: encoding: [0x01,0x1d,0xe9,0xbe]1426 1427s_bitset1_b32 exec_lo, s11428// GFX10: encoding: [0x01,0x1d,0xfe,0xbe]1429 1430s_bitset1_b32 exec_hi, s11431// GFX10: encoding: [0x01,0x1d,0xff,0xbe]1432 1433s_bitset1_b32 vcc_lo, s11434// GFX10: encoding: [0x01,0x1d,0xea,0xbe]1435 1436s_bitset1_b32 vcc_hi, s11437// GFX10: encoding: [0x01,0x1d,0xeb,0xbe]1438 1439s_bitset1_b32 m0, s11440// GFX10: encoding: [0x01,0x1d,0xfc,0xbe]1441 1442s_bitset1_b32 s0, exec_lo1443// GFX10: encoding: [0x7e,0x1d,0x80,0xbe]1444 1445s_bitset1_b32 s0, exec_hi1446// GFX10: encoding: [0x7f,0x1d,0x80,0xbe]1447 1448s_bitset1_b32 s0, vcc_lo1449// GFX10: encoding: [0x6a,0x1d,0x80,0xbe]1450 1451s_bitset1_b32 s0, vcc_hi1452// GFX10: encoding: [0x6b,0x1d,0x80,0xbe]1453 1454s_bitset1_b32 s0, m01455// GFX10: encoding: [0x7c,0x1d,0x80,0xbe]1456 1457s_bitset1_b32 s0, 01458// GFX10: encoding: [0x80,0x1d,0x80,0xbe]1459 1460s_bitset1_b32 s0, -11461// GFX10: encoding: [0xc1,0x1d,0x80,0xbe]1462 1463s_bitset1_b32 s0, 0.51464// GFX10: encoding: [0xf0,0x1d,0x80,0xbe]1465 1466s_bitset1_b32 s0, -4.01467// GFX10: encoding: [0xf7,0x1d,0x80,0xbe]1468 1469s_bitset1_b32 s0, 0x3f7172731470// GFX10: encoding: [0xff,0x1d,0x80,0xbe,0x73,0x72,0x71,0x3f]1471 1472s_bitset1_b32 s0, 0xaf1234561473// GFX10: encoding: [0xff,0x1d,0x80,0xbe,0x56,0x34,0x12,0xaf]1474 1475s_bitset1_b64 s[0:1], s21476// GFX10: encoding: [0x02,0x1e,0x80,0xbe]1477 1478s_bitset1_b64 s[104:105], s1021479// GFX10: encoding: [0x66,0x1e,0xe8,0xbe]1480 1481s_bitset1_b64 s[0:1], s1021482// GFX10: encoding: [0x66,0x1e,0x80,0xbe]1483 1484s_bitset1_b64 s[104:105], s21485// GFX10: encoding: [0x02,0x1e,0xe8,0xbe]1486 1487s_bitset1_b64 exec, s21488// GFX10: encoding: [0x02,0x1e,0xfe,0xbe]1489 1490s_bitset1_b64 vcc, s21491// GFX10: encoding: [0x02,0x1e,0xea,0xbe]1492 1493s_bitset1_b64 s[0:1], exec_lo1494// GFX10: encoding: [0x7e,0x1e,0x80,0xbe]1495 1496s_bitset1_b64 s[0:1], exec_hi1497// GFX10: encoding: [0x7f,0x1e,0x80,0xbe]1498 1499s_bitset1_b64 s[0:1], vcc_lo1500// GFX10: encoding: [0x6a,0x1e,0x80,0xbe]1501 1502s_bitset1_b64 s[0:1], vcc_hi1503// GFX10: encoding: [0x6b,0x1e,0x80,0xbe]1504 1505s_bitset1_b64 s[0:1], m01506// GFX10: encoding: [0x7c,0x1e,0x80,0xbe]1507 1508s_bitset1_b64 s[0:1], 01509// GFX10: encoding: [0x80,0x1e,0x80,0xbe]1510 1511s_bitset1_b64 s[0:1], -11512// GFX10: encoding: [0xc1,0x1e,0x80,0xbe]1513 1514s_bitset1_b64 s[0:1], 0.51515// GFX10: encoding: [0xf0,0x1e,0x80,0xbe]1516 1517s_bitset1_b64 s[0:1], -4.01518// GFX10: encoding: [0xf7,0x1e,0x80,0xbe]1519 1520s_bitset1_b64 s[0:1], 0x3f7172731521// GFX10: encoding: [0xff,0x1e,0x80,0xbe,0x73,0x72,0x71,0x3f]1522 1523s_bitset1_b64 s[0:1], 0xaf1234561524// GFX10: encoding: [0xff,0x1e,0x80,0xbe,0x56,0x34,0x12,0xaf]1525 1526s_getpc_b64 s[0:1]1527// GFX10: encoding: [0x00,0x1f,0x80,0xbe]1528 1529s_getpc_b64 s[104:105]1530// GFX10: encoding: [0x00,0x1f,0xe8,0xbe]1531 1532s_getpc_b64 exec1533// GFX10: encoding: [0x00,0x1f,0xfe,0xbe]1534 1535s_getpc_b64 vcc1536// GFX10: encoding: [0x00,0x1f,0xea,0xbe]1537 1538s_setpc_b64 s[0:1]1539// GFX10: encoding: [0x00,0x20,0x80,0xbe]1540 1541s_setpc_b64 s[104:105]1542// GFX10: encoding: [0x68,0x20,0x80,0xbe]1543 1544s_setpc_b64 vcc1545// GFX10: encoding: [0x6a,0x20,0x80,0xbe]1546 1547s_swappc_b64 s[0:1], s[2:3]1548// GFX10: encoding: [0x02,0x21,0x80,0xbe]1549 1550s_swappc_b64 s[104:105], s[102:103]1551// GFX10: encoding: [0x66,0x21,0xe8,0xbe]1552 1553s_swappc_b64 s[0:1], s[102:103]1554// GFX10: encoding: [0x66,0x21,0x80,0xbe]1555 1556s_swappc_b64 s[104:105], s[2:3]1557// GFX10: encoding: [0x02,0x21,0xe8,0xbe]1558 1559s_swappc_b64 vcc, s[2:3]1560// GFX10: encoding: [0x02,0x21,0xea,0xbe]1561 1562s_swappc_b64 s[0:1], vcc1563// GFX10: encoding: [0x6a,0x21,0x80,0xbe]1564 1565s_rfe_b64 s[0:1]1566// GFX10: encoding: [0x00,0x22,0x80,0xbe]1567 1568s_rfe_b64 s[104:105]1569// GFX10: encoding: [0x68,0x22,0x80,0xbe]1570 1571s_rfe_b64 vcc1572// GFX10: encoding: [0x6a,0x22,0x80,0xbe]1573 1574s_and_saveexec_b64 s[0:1], s[2:3]1575// GFX10: encoding: [0x02,0x24,0x80,0xbe]1576 1577s_and_saveexec_b64 s[104:105], s[102:103]1578// GFX10: encoding: [0x66,0x24,0xe8,0xbe]1579 1580s_and_saveexec_b64 s[0:1], s[102:103]1581// GFX10: encoding: [0x66,0x24,0x80,0xbe]1582 1583s_and_saveexec_b64 s[104:105], s[2:3]1584// GFX10: encoding: [0x02,0x24,0xe8,0xbe]1585 1586s_and_saveexec_b64 exec, s[2:3]1587// GFX10: encoding: [0x02,0x24,0xfe,0xbe]1588 1589s_and_saveexec_b64 vcc, s[2:3]1590// GFX10: encoding: [0x02,0x24,0xea,0xbe]1591 1592s_and_saveexec_b64 s[0:1], exec1593// GFX10: encoding: [0x7e,0x24,0x80,0xbe]1594 1595s_and_saveexec_b64 s[0:1], vcc1596// GFX10: encoding: [0x6a,0x24,0x80,0xbe]1597 1598s_and_saveexec_b64 s[0:1], 01599// GFX10: encoding: [0x80,0x24,0x80,0xbe]1600 1601s_and_saveexec_b64 s[0:1], -11602// GFX10: encoding: [0xc1,0x24,0x80,0xbe]1603 1604s_and_saveexec_b64 s[0:1], 0.51605// GFX10: encoding: [0xf0,0x24,0x80,0xbe]1606 1607s_and_saveexec_b64 s[0:1], -4.01608// GFX10: encoding: [0xf7,0x24,0x80,0xbe]1609 1610s_and_saveexec_b64 s[0:1], 0x3f7172731611// GFX10: encoding: [0xff,0x24,0x80,0xbe,0x73,0x72,0x71,0x3f]1612 1613s_and_saveexec_b64 s[0:1], 0xaf1234561614// GFX10: encoding: [0xff,0x24,0x80,0xbe,0x56,0x34,0x12,0xaf]1615 1616s_or_saveexec_b64 s[0:1], s[2:3]1617// GFX10: encoding: [0x02,0x25,0x80,0xbe]1618 1619s_or_saveexec_b64 s[104:105], s[102:103]1620// GFX10: encoding: [0x66,0x25,0xe8,0xbe]1621 1622s_or_saveexec_b64 s[0:1], s[102:103]1623// GFX10: encoding: [0x66,0x25,0x80,0xbe]1624 1625s_or_saveexec_b64 s[104:105], s[2:3]1626// GFX10: encoding: [0x02,0x25,0xe8,0xbe]1627 1628s_or_saveexec_b64 exec, s[2:3]1629// GFX10: encoding: [0x02,0x25,0xfe,0xbe]1630 1631s_or_saveexec_b64 vcc, s[2:3]1632// GFX10: encoding: [0x02,0x25,0xea,0xbe]1633 1634s_or_saveexec_b64 s[0:1], exec1635// GFX10: encoding: [0x7e,0x25,0x80,0xbe]1636 1637s_or_saveexec_b64 s[0:1], vcc1638// GFX10: encoding: [0x6a,0x25,0x80,0xbe]1639 1640s_or_saveexec_b64 s[0:1], 01641// GFX10: encoding: [0x80,0x25,0x80,0xbe]1642 1643s_or_saveexec_b64 s[0:1], -11644// GFX10: encoding: [0xc1,0x25,0x80,0xbe]1645 1646s_or_saveexec_b64 s[0:1], 0.51647// GFX10: encoding: [0xf0,0x25,0x80,0xbe]1648 1649s_or_saveexec_b64 s[0:1], -4.01650// GFX10: encoding: [0xf7,0x25,0x80,0xbe]1651 1652s_or_saveexec_b64 s[0:1], 0x3f7172731653// GFX10: encoding: [0xff,0x25,0x80,0xbe,0x73,0x72,0x71,0x3f]1654 1655s_or_saveexec_b64 s[0:1], 0xaf1234561656// GFX10: encoding: [0xff,0x25,0x80,0xbe,0x56,0x34,0x12,0xaf]1657 1658s_xor_saveexec_b64 s[0:1], s[2:3]1659// GFX10: encoding: [0x02,0x26,0x80,0xbe]1660 1661s_xor_saveexec_b64 s[104:105], s[102:103]1662// GFX10: encoding: [0x66,0x26,0xe8,0xbe]1663 1664s_xor_saveexec_b64 s[0:1], s[102:103]1665// GFX10: encoding: [0x66,0x26,0x80,0xbe]1666 1667s_xor_saveexec_b64 s[104:105], s[2:3]1668// GFX10: encoding: [0x02,0x26,0xe8,0xbe]1669 1670s_xor_saveexec_b64 exec, s[2:3]1671// GFX10: encoding: [0x02,0x26,0xfe,0xbe]1672 1673s_xor_saveexec_b64 vcc, s[2:3]1674// GFX10: encoding: [0x02,0x26,0xea,0xbe]1675 1676s_xor_saveexec_b64 s[0:1], exec1677// GFX10: encoding: [0x7e,0x26,0x80,0xbe]1678 1679s_xor_saveexec_b64 s[0:1], vcc1680// GFX10: encoding: [0x6a,0x26,0x80,0xbe]1681 1682s_xor_saveexec_b64 s[0:1], 01683// GFX10: encoding: [0x80,0x26,0x80,0xbe]1684 1685s_xor_saveexec_b64 s[0:1], -11686// GFX10: encoding: [0xc1,0x26,0x80,0xbe]1687 1688s_xor_saveexec_b64 s[0:1], 0.51689// GFX10: encoding: [0xf0,0x26,0x80,0xbe]1690 1691s_xor_saveexec_b64 s[0:1], -4.01692// GFX10: encoding: [0xf7,0x26,0x80,0xbe]1693 1694s_xor_saveexec_b64 s[0:1], 0x3f7172731695// GFX10: encoding: [0xff,0x26,0x80,0xbe,0x73,0x72,0x71,0x3f]1696 1697s_xor_saveexec_b64 s[0:1], 0xaf1234561698// GFX10: encoding: [0xff,0x26,0x80,0xbe,0x56,0x34,0x12,0xaf]1699 1700s_andn2_saveexec_b64 s[0:1], s[2:3]1701// GFX10: encoding: [0x02,0x27,0x80,0xbe]1702 1703s_andn2_saveexec_b64 s[104:105], s[102:103]1704// GFX10: encoding: [0x66,0x27,0xe8,0xbe]1705 1706s_andn2_saveexec_b64 s[0:1], s[102:103]1707// GFX10: encoding: [0x66,0x27,0x80,0xbe]1708 1709s_andn2_saveexec_b64 s[104:105], s[2:3]1710// GFX10: encoding: [0x02,0x27,0xe8,0xbe]1711 1712s_andn2_saveexec_b64 exec, s[2:3]1713// GFX10: encoding: [0x02,0x27,0xfe,0xbe]1714 1715s_andn2_saveexec_b64 vcc, s[2:3]1716// GFX10: encoding: [0x02,0x27,0xea,0xbe]1717 1718s_andn2_saveexec_b64 s[0:1], exec1719// GFX10: encoding: [0x7e,0x27,0x80,0xbe]1720 1721s_andn2_saveexec_b64 s[0:1], vcc1722// GFX10: encoding: [0x6a,0x27,0x80,0xbe]1723 1724s_andn2_saveexec_b64 s[0:1], 01725// GFX10: encoding: [0x80,0x27,0x80,0xbe]1726 1727s_andn2_saveexec_b64 s[0:1], -11728// GFX10: encoding: [0xc1,0x27,0x80,0xbe]1729 1730s_andn2_saveexec_b64 s[0:1], 0.51731// GFX10: encoding: [0xf0,0x27,0x80,0xbe]1732 1733s_andn2_saveexec_b64 s[0:1], -4.01734// GFX10: encoding: [0xf7,0x27,0x80,0xbe]1735 1736s_andn2_saveexec_b64 s[0:1], 0x3f7172731737// GFX10: encoding: [0xff,0x27,0x80,0xbe,0x73,0x72,0x71,0x3f]1738 1739s_andn2_saveexec_b64 s[0:1], 0xaf1234561740// GFX10: encoding: [0xff,0x27,0x80,0xbe,0x56,0x34,0x12,0xaf]1741 1742s_orn2_saveexec_b64 s[0:1], s[2:3]1743// GFX10: encoding: [0x02,0x28,0x80,0xbe]1744 1745s_orn2_saveexec_b64 s[104:105], s[102:103]1746// GFX10: encoding: [0x66,0x28,0xe8,0xbe]1747 1748s_orn2_saveexec_b64 s[0:1], s[102:103]1749// GFX10: encoding: [0x66,0x28,0x80,0xbe]1750 1751s_orn2_saveexec_b64 s[104:105], s[2:3]1752// GFX10: encoding: [0x02,0x28,0xe8,0xbe]1753 1754s_orn2_saveexec_b64 exec, s[2:3]1755// GFX10: encoding: [0x02,0x28,0xfe,0xbe]1756 1757s_orn2_saveexec_b64 vcc, s[2:3]1758// GFX10: encoding: [0x02,0x28,0xea,0xbe]1759 1760s_orn2_saveexec_b64 s[0:1], exec1761// GFX10: encoding: [0x7e,0x28,0x80,0xbe]1762 1763s_orn2_saveexec_b64 s[0:1], vcc1764// GFX10: encoding: [0x6a,0x28,0x80,0xbe]1765 1766s_orn2_saveexec_b64 s[0:1], 01767// GFX10: encoding: [0x80,0x28,0x80,0xbe]1768 1769s_orn2_saveexec_b64 s[0:1], -11770// GFX10: encoding: [0xc1,0x28,0x80,0xbe]1771 1772s_orn2_saveexec_b64 s[0:1], 0.51773// GFX10: encoding: [0xf0,0x28,0x80,0xbe]1774 1775s_orn2_saveexec_b64 s[0:1], -4.01776// GFX10: encoding: [0xf7,0x28,0x80,0xbe]1777 1778s_orn2_saveexec_b64 s[0:1], 0x3f7172731779// GFX10: encoding: [0xff,0x28,0x80,0xbe,0x73,0x72,0x71,0x3f]1780 1781s_orn2_saveexec_b64 s[0:1], 0xaf1234561782// GFX10: encoding: [0xff,0x28,0x80,0xbe,0x56,0x34,0x12,0xaf]1783 1784s_nand_saveexec_b64 s[0:1], s[2:3]1785// GFX10: encoding: [0x02,0x29,0x80,0xbe]1786 1787s_nand_saveexec_b64 s[104:105], s[102:103]1788// GFX10: encoding: [0x66,0x29,0xe8,0xbe]1789 1790s_nand_saveexec_b64 s[0:1], s[102:103]1791// GFX10: encoding: [0x66,0x29,0x80,0xbe]1792 1793s_nand_saveexec_b64 s[104:105], s[2:3]1794// GFX10: encoding: [0x02,0x29,0xe8,0xbe]1795 1796s_nand_saveexec_b64 exec, s[2:3]1797// GFX10: encoding: [0x02,0x29,0xfe,0xbe]1798 1799s_nand_saveexec_b64 vcc, s[2:3]1800// GFX10: encoding: [0x02,0x29,0xea,0xbe]1801 1802s_nand_saveexec_b64 s[0:1], exec1803// GFX10: encoding: [0x7e,0x29,0x80,0xbe]1804 1805s_nand_saveexec_b64 s[0:1], vcc1806// GFX10: encoding: [0x6a,0x29,0x80,0xbe]1807 1808s_nand_saveexec_b64 s[0:1], 01809// GFX10: encoding: [0x80,0x29,0x80,0xbe]1810 1811s_nand_saveexec_b64 s[0:1], -11812// GFX10: encoding: [0xc1,0x29,0x80,0xbe]1813 1814s_nand_saveexec_b64 s[0:1], 0.51815// GFX10: encoding: [0xf0,0x29,0x80,0xbe]1816 1817s_nand_saveexec_b64 s[0:1], -4.01818// GFX10: encoding: [0xf7,0x29,0x80,0xbe]1819 1820s_nand_saveexec_b64 s[0:1], 0x3f7172731821// GFX10: encoding: [0xff,0x29,0x80,0xbe,0x73,0x72,0x71,0x3f]1822 1823s_nand_saveexec_b64 s[0:1], 0xaf1234561824// GFX10: encoding: [0xff,0x29,0x80,0xbe,0x56,0x34,0x12,0xaf]1825 1826s_nor_saveexec_b64 s[0:1], s[2:3]1827// GFX10: encoding: [0x02,0x2a,0x80,0xbe]1828 1829s_nor_saveexec_b64 s[104:105], s[102:103]1830// GFX10: encoding: [0x66,0x2a,0xe8,0xbe]1831 1832s_nor_saveexec_b64 s[0:1], s[102:103]1833// GFX10: encoding: [0x66,0x2a,0x80,0xbe]1834 1835s_nor_saveexec_b64 s[104:105], s[2:3]1836// GFX10: encoding: [0x02,0x2a,0xe8,0xbe]1837 1838s_nor_saveexec_b64 exec, s[2:3]1839// GFX10: encoding: [0x02,0x2a,0xfe,0xbe]1840 1841s_nor_saveexec_b64 vcc, s[2:3]1842// GFX10: encoding: [0x02,0x2a,0xea,0xbe]1843 1844s_nor_saveexec_b64 s[0:1], exec1845// GFX10: encoding: [0x7e,0x2a,0x80,0xbe]1846 1847s_nor_saveexec_b64 s[0:1], vcc1848// GFX10: encoding: [0x6a,0x2a,0x80,0xbe]1849 1850s_nor_saveexec_b64 s[0:1], 01851// GFX10: encoding: [0x80,0x2a,0x80,0xbe]1852 1853s_nor_saveexec_b64 s[0:1], -11854// GFX10: encoding: [0xc1,0x2a,0x80,0xbe]1855 1856s_nor_saveexec_b64 s[0:1], 0.51857// GFX10: encoding: [0xf0,0x2a,0x80,0xbe]1858 1859s_nor_saveexec_b64 s[0:1], -4.01860// GFX10: encoding: [0xf7,0x2a,0x80,0xbe]1861 1862s_nor_saveexec_b64 s[0:1], 0x3f7172731863// GFX10: encoding: [0xff,0x2a,0x80,0xbe,0x73,0x72,0x71,0x3f]1864 1865s_nor_saveexec_b64 s[0:1], 0xaf1234561866// GFX10: encoding: [0xff,0x2a,0x80,0xbe,0x56,0x34,0x12,0xaf]1867 1868s_xnor_saveexec_b64 s[0:1], s[2:3]1869// GFX10: encoding: [0x02,0x2b,0x80,0xbe]1870 1871s_xnor_saveexec_b64 s[104:105], s[102:103]1872// GFX10: encoding: [0x66,0x2b,0xe8,0xbe]1873 1874s_xnor_saveexec_b64 s[0:1], s[102:103]1875// GFX10: encoding: [0x66,0x2b,0x80,0xbe]1876 1877s_xnor_saveexec_b64 s[104:105], s[2:3]1878// GFX10: encoding: [0x02,0x2b,0xe8,0xbe]1879 1880s_xnor_saveexec_b64 exec, s[2:3]1881// GFX10: encoding: [0x02,0x2b,0xfe,0xbe]1882 1883s_xnor_saveexec_b64 vcc, s[2:3]1884// GFX10: encoding: [0x02,0x2b,0xea,0xbe]1885 1886s_xnor_saveexec_b64 s[0:1], exec1887// GFX10: encoding: [0x7e,0x2b,0x80,0xbe]1888 1889s_xnor_saveexec_b64 s[0:1], vcc1890// GFX10: encoding: [0x6a,0x2b,0x80,0xbe]1891 1892s_xnor_saveexec_b64 s[0:1], 01893// GFX10: encoding: [0x80,0x2b,0x80,0xbe]1894 1895s_xnor_saveexec_b64 s[0:1], -11896// GFX10: encoding: [0xc1,0x2b,0x80,0xbe]1897 1898s_xnor_saveexec_b64 s[0:1], 0.51899// GFX10: encoding: [0xf0,0x2b,0x80,0xbe]1900 1901s_xnor_saveexec_b64 s[0:1], -4.01902// GFX10: encoding: [0xf7,0x2b,0x80,0xbe]1903 1904s_xnor_saveexec_b64 s[0:1], 0x3f7172731905// GFX10: encoding: [0xff,0x2b,0x80,0xbe,0x73,0x72,0x71,0x3f]1906 1907s_xnor_saveexec_b64 s[0:1], 0xaf1234561908// GFX10: encoding: [0xff,0x2b,0x80,0xbe,0x56,0x34,0x12,0xaf]1909 1910s_quadmask_b32 s0, s11911// GFX10: encoding: [0x01,0x2c,0x80,0xbe]1912 1913s_quadmask_b32 s105, s1041914// GFX10: encoding: [0x68,0x2c,0xe9,0xbe]1915 1916s_quadmask_b32 s0, s1041917// GFX10: encoding: [0x68,0x2c,0x80,0xbe]1918 1919s_quadmask_b32 s105, s11920// GFX10: encoding: [0x01,0x2c,0xe9,0xbe]1921 1922s_quadmask_b32 exec_lo, s11923// GFX10: encoding: [0x01,0x2c,0xfe,0xbe]1924 1925s_quadmask_b32 exec_hi, s11926// GFX10: encoding: [0x01,0x2c,0xff,0xbe]1927 1928s_quadmask_b32 vcc_lo, s11929// GFX10: encoding: [0x01,0x2c,0xea,0xbe]1930 1931s_quadmask_b32 vcc_hi, s11932// GFX10: encoding: [0x01,0x2c,0xeb,0xbe]1933 1934s_quadmask_b32 m0, s11935// GFX10: encoding: [0x01,0x2c,0xfc,0xbe]1936 1937s_quadmask_b32 s0, exec_lo1938// GFX10: encoding: [0x7e,0x2c,0x80,0xbe]1939 1940s_quadmask_b32 s0, exec_hi1941// GFX10: encoding: [0x7f,0x2c,0x80,0xbe]1942 1943s_quadmask_b32 s0, vcc_lo1944// GFX10: encoding: [0x6a,0x2c,0x80,0xbe]1945 1946s_quadmask_b32 s0, vcc_hi1947// GFX10: encoding: [0x6b,0x2c,0x80,0xbe]1948 1949s_quadmask_b32 s0, m01950// GFX10: encoding: [0x7c,0x2c,0x80,0xbe]1951 1952s_quadmask_b32 s0, 01953// GFX10: encoding: [0x80,0x2c,0x80,0xbe]1954 1955s_quadmask_b32 s0, -11956// GFX10: encoding: [0xc1,0x2c,0x80,0xbe]1957 1958s_quadmask_b32 s0, 0.51959// GFX10: encoding: [0xf0,0x2c,0x80,0xbe]1960 1961s_quadmask_b32 s0, -4.01962// GFX10: encoding: [0xf7,0x2c,0x80,0xbe]1963 1964s_quadmask_b32 s0, 0x3f7172731965// GFX10: encoding: [0xff,0x2c,0x80,0xbe,0x73,0x72,0x71,0x3f]1966 1967s_quadmask_b32 s0, 0xaf1234561968// GFX10: encoding: [0xff,0x2c,0x80,0xbe,0x56,0x34,0x12,0xaf]1969 1970s_quadmask_b64 s[0:1], s[2:3]1971// GFX10: encoding: [0x02,0x2d,0x80,0xbe]1972 1973s_quadmask_b64 s[104:105], s[102:103]1974// GFX10: encoding: [0x66,0x2d,0xe8,0xbe]1975 1976s_quadmask_b64 s[0:1], s[102:103]1977// GFX10: encoding: [0x66,0x2d,0x80,0xbe]1978 1979s_quadmask_b64 s[104:105], s[2:3]1980// GFX10: encoding: [0x02,0x2d,0xe8,0xbe]1981 1982s_quadmask_b64 exec, s[2:3]1983// GFX10: encoding: [0x02,0x2d,0xfe,0xbe]1984 1985s_quadmask_b64 vcc, s[2:3]1986// GFX10: encoding: [0x02,0x2d,0xea,0xbe]1987 1988s_quadmask_b64 s[0:1], exec1989// GFX10: encoding: [0x7e,0x2d,0x80,0xbe]1990 1991s_quadmask_b64 s[0:1], vcc1992// GFX10: encoding: [0x6a,0x2d,0x80,0xbe]1993 1994s_quadmask_b64 s[0:1], 01995// GFX10: encoding: [0x80,0x2d,0x80,0xbe]1996 1997s_quadmask_b64 s[0:1], -11998// GFX10: encoding: [0xc1,0x2d,0x80,0xbe]1999 2000s_quadmask_b64 s[0:1], 0.52001// GFX10: encoding: [0xf0,0x2d,0x80,0xbe]2002 2003s_quadmask_b64 s[0:1], -4.02004// GFX10: encoding: [0xf7,0x2d,0x80,0xbe]2005 2006s_quadmask_b64 s[0:1], 0x3f7172732007// GFX10: encoding: [0xff,0x2d,0x80,0xbe,0x73,0x72,0x71,0x3f]2008 2009s_quadmask_b64 s[0:1], 0xaf1234562010// GFX10: encoding: [0xff,0x2d,0x80,0xbe,0x56,0x34,0x12,0xaf]2011 2012s_movrels_b32 s0, s12013// GFX10: encoding: [0x01,0x2e,0x80,0xbe]2014 2015s_movrels_b32 s105, s1042016// GFX10: encoding: [0x68,0x2e,0xe9,0xbe]2017 2018s_movrels_b32 s0, s1042019// GFX10: encoding: [0x68,0x2e,0x80,0xbe]2020 2021s_movrels_b32 s105, s12022// GFX10: encoding: [0x01,0x2e,0xe9,0xbe]2023 2024s_movrels_b32 exec_lo, s12025// GFX10: encoding: [0x01,0x2e,0xfe,0xbe]2026 2027s_movrels_b32 exec_hi, s12028// GFX10: encoding: [0x01,0x2e,0xff,0xbe]2029 2030s_movrels_b32 vcc_lo, s12031// GFX10: encoding: [0x01,0x2e,0xea,0xbe]2032 2033s_movrels_b32 vcc_hi, s12034// GFX10: encoding: [0x01,0x2e,0xeb,0xbe]2035 2036s_movrels_b32 m0, s12037// GFX10: encoding: [0x01,0x2e,0xfc,0xbe]2038 2039s_movrels_b32 s0, vcc_lo2040// GFX10: encoding: [0x6a,0x2e,0x80,0xbe]2041 2042s_movrels_b32 s0, vcc_hi2043// GFX10: encoding: [0x6b,0x2e,0x80,0xbe]2044 2045s_movrels_b64 s[0:1], s[2:3]2046// GFX10: encoding: [0x02,0x2f,0x80,0xbe]2047 2048s_movrels_b64 s[104:105], s[102:103]2049// GFX10: encoding: [0x66,0x2f,0xe8,0xbe]2050 2051s_movrels_b64 s[0:1], s[102:103]2052// GFX10: encoding: [0x66,0x2f,0x80,0xbe]2053 2054s_movrels_b64 s[104:105], s[2:3]2055// GFX10: encoding: [0x02,0x2f,0xe8,0xbe]2056 2057s_movrels_b64 exec, s[2:3]2058// GFX10: encoding: [0x02,0x2f,0xfe,0xbe]2059 2060s_movrels_b64 vcc, s[2:3]2061// GFX10: encoding: [0x02,0x2f,0xea,0xbe]2062 2063s_movrels_b64 s[0:1], vcc2064// GFX10: encoding: [0x6a,0x2f,0x80,0xbe]2065 2066s_movreld_b32 s0, s12067// GFX10: encoding: [0x01,0x30,0x80,0xbe]2068 2069s_movreld_b32 s105, s1042070// GFX10: encoding: [0x68,0x30,0xe9,0xbe]2071 2072s_movreld_b32 s0, s1042073// GFX10: encoding: [0x68,0x30,0x80,0xbe]2074 2075s_movreld_b32 s105, s12076// GFX10: encoding: [0x01,0x30,0xe9,0xbe]2077 2078s_movreld_b32 vcc_lo, s12079// GFX10: encoding: [0x01,0x30,0xea,0xbe]2080 2081s_movreld_b32 vcc_hi, s12082// GFX10: encoding: [0x01,0x30,0xeb,0xbe]2083 2084s_movreld_b32 s0, exec_lo2085// GFX10: encoding: [0x7e,0x30,0x80,0xbe]2086 2087s_movreld_b32 s0, exec_hi2088// GFX10: encoding: [0x7f,0x30,0x80,0xbe]2089 2090s_movreld_b32 s0, vcc_lo2091// GFX10: encoding: [0x6a,0x30,0x80,0xbe]2092 2093s_movreld_b32 s0, vcc_hi2094// GFX10: encoding: [0x6b,0x30,0x80,0xbe]2095 2096s_movreld_b32 s0, m02097// GFX10: encoding: [0x7c,0x30,0x80,0xbe]2098 2099s_movreld_b32 s0, 02100// GFX10: encoding: [0x80,0x30,0x80,0xbe]2101 2102s_movreld_b32 s0, -12103// GFX10: encoding: [0xc1,0x30,0x80,0xbe]2104 2105s_movreld_b32 s0, 0.52106// GFX10: encoding: [0xf0,0x30,0x80,0xbe]2107 2108s_movreld_b32 s0, -4.02109// GFX10: encoding: [0xf7,0x30,0x80,0xbe]2110 2111s_movreld_b32 s0, 0x3f7172732112// GFX10: encoding: [0xff,0x30,0x80,0xbe,0x73,0x72,0x71,0x3f]2113 2114s_movreld_b32 s0, 0xaf1234562115// GFX10: encoding: [0xff,0x30,0x80,0xbe,0x56,0x34,0x12,0xaf]2116 2117s_movreld_b64 s[0:1], s[2:3]2118// GFX10: encoding: [0x02,0x31,0x80,0xbe]2119 2120s_movreld_b64 s[104:105], s[102:103]2121// GFX10: encoding: [0x66,0x31,0xe8,0xbe]2122 2123s_movreld_b64 s[0:1], s[102:103]2124// GFX10: encoding: [0x66,0x31,0x80,0xbe]2125 2126s_movreld_b64 s[104:105], s[2:3]2127// GFX10: encoding: [0x02,0x31,0xe8,0xbe]2128 2129s_movreld_b64 vcc, s[2:3]2130// GFX10: encoding: [0x02,0x31,0xea,0xbe]2131 2132s_movreld_b64 s[0:1], exec2133// GFX10: encoding: [0x7e,0x31,0x80,0xbe]2134 2135s_movreld_b64 s[0:1], vcc2136// GFX10: encoding: [0x6a,0x31,0x80,0xbe]2137 2138s_movreld_b64 s[0:1], 02139// GFX10: encoding: [0x80,0x31,0x80,0xbe]2140 2141s_movreld_b64 s[0:1], -12142// GFX10: encoding: [0xc1,0x31,0x80,0xbe]2143 2144s_movreld_b64 s[0:1], 0.52145// GFX10: encoding: [0xf0,0x31,0x80,0xbe]2146 2147s_movreld_b64 s[0:1], -4.02148// GFX10: encoding: [0xf7,0x31,0x80,0xbe]2149 2150s_movreld_b64 s[0:1], 0x3f7172732151// GFX10: encoding: [0xff,0x31,0x80,0xbe,0x73,0x72,0x71,0x3f]2152 2153s_movreld_b64 s[0:1], 0xaf1234562154// GFX10: encoding: [0xff,0x31,0x80,0xbe,0x56,0x34,0x12,0xaf]2155 2156s_abs_i32 s0, s12157// GFX10: encoding: [0x01,0x34,0x80,0xbe]2158 2159s_abs_i32 s105, s1042160// GFX10: encoding: [0x68,0x34,0xe9,0xbe]2161 2162s_abs_i32 s0, s1042163// GFX10: encoding: [0x68,0x34,0x80,0xbe]2164 2165s_abs_i32 s105, s12166// GFX10: encoding: [0x01,0x34,0xe9,0xbe]2167 2168s_abs_i32 exec_lo, s12169// GFX10: encoding: [0x01,0x34,0xfe,0xbe]2170 2171s_abs_i32 exec_hi, s12172// GFX10: encoding: [0x01,0x34,0xff,0xbe]2173 2174s_abs_i32 vcc_lo, s12175// GFX10: encoding: [0x01,0x34,0xea,0xbe]2176 2177s_abs_i32 vcc_hi, s12178// GFX10: encoding: [0x01,0x34,0xeb,0xbe]2179 2180s_abs_i32 m0, s12181// GFX10: encoding: [0x01,0x34,0xfc,0xbe]2182 2183s_abs_i32 s0, exec_lo2184// GFX10: encoding: [0x7e,0x34,0x80,0xbe]2185 2186s_abs_i32 s0, exec_hi2187// GFX10: encoding: [0x7f,0x34,0x80,0xbe]2188 2189s_abs_i32 s0, vcc_lo2190// GFX10: encoding: [0x6a,0x34,0x80,0xbe]2191 2192s_abs_i32 s0, vcc_hi2193// GFX10: encoding: [0x6b,0x34,0x80,0xbe]2194 2195s_abs_i32 s0, m02196// GFX10: encoding: [0x7c,0x34,0x80,0xbe]2197 2198s_abs_i32 s0, 02199// GFX10: encoding: [0x80,0x34,0x80,0xbe]2200 2201s_abs_i32 s0, -12202// GFX10: encoding: [0xc1,0x34,0x80,0xbe]2203 2204s_abs_i32 s0, 0.52205// GFX10: encoding: [0xf0,0x34,0x80,0xbe]2206 2207s_abs_i32 s0, -4.02208// GFX10: encoding: [0xf7,0x34,0x80,0xbe]2209 2210s_abs_i32 s0, 0x3f7172732211// GFX10: encoding: [0xff,0x34,0x80,0xbe,0x73,0x72,0x71,0x3f]2212 2213s_abs_i32 s0, 0xaf1234562214// GFX10: encoding: [0xff,0x34,0x80,0xbe,0x56,0x34,0x12,0xaf]2215 2216s_andn1_saveexec_b64 s[0:1], s[2:3]2217// GFX10: encoding: [0x02,0x37,0x80,0xbe]2218 2219s_andn1_saveexec_b64 s[104:105], s[102:103]2220// GFX10: encoding: [0x66,0x37,0xe8,0xbe]2221 2222s_andn1_saveexec_b64 s[0:1], s[102:103]2223// GFX10: encoding: [0x66,0x37,0x80,0xbe]2224 2225s_andn1_saveexec_b64 s[104:105], s[2:3]2226// GFX10: encoding: [0x02,0x37,0xe8,0xbe]2227 2228s_andn1_saveexec_b64 exec, s[2:3]2229// GFX10: encoding: [0x02,0x37,0xfe,0xbe]2230 2231s_andn1_saveexec_b64 vcc, s[2:3]2232// GFX10: encoding: [0x02,0x37,0xea,0xbe]2233 2234s_andn1_saveexec_b64 s[0:1], exec2235// GFX10: encoding: [0x7e,0x37,0x80,0xbe]2236 2237s_andn1_saveexec_b64 s[0:1], vcc2238// GFX10: encoding: [0x6a,0x37,0x80,0xbe]2239 2240s_andn1_saveexec_b64 s[0:1], 02241// GFX10: encoding: [0x80,0x37,0x80,0xbe]2242 2243s_andn1_saveexec_b64 s[0:1], -12244// GFX10: encoding: [0xc1,0x37,0x80,0xbe]2245 2246s_andn1_saveexec_b64 s[0:1], 0.52247// GFX10: encoding: [0xf0,0x37,0x80,0xbe]2248 2249s_andn1_saveexec_b64 s[0:1], -4.02250// GFX10: encoding: [0xf7,0x37,0x80,0xbe]2251 2252s_andn1_saveexec_b64 s[0:1], 0x3f7172732253// GFX10: encoding: [0xff,0x37,0x80,0xbe,0x73,0x72,0x71,0x3f]2254 2255s_andn1_saveexec_b64 s[0:1], 0xaf1234562256// GFX10: encoding: [0xff,0x37,0x80,0xbe,0x56,0x34,0x12,0xaf]2257 2258s_orn1_saveexec_b64 s[0:1], s[2:3]2259// GFX10: encoding: [0x02,0x38,0x80,0xbe]2260 2261s_orn1_saveexec_b64 s[104:105], s[102:103]2262// GFX10: encoding: [0x66,0x38,0xe8,0xbe]2263 2264s_orn1_saveexec_b64 s[0:1], s[102:103]2265// GFX10: encoding: [0x66,0x38,0x80,0xbe]2266 2267s_orn1_saveexec_b64 s[104:105], s[2:3]2268// GFX10: encoding: [0x02,0x38,0xe8,0xbe]2269 2270s_orn1_saveexec_b64 exec, s[2:3]2271// GFX10: encoding: [0x02,0x38,0xfe,0xbe]2272 2273s_orn1_saveexec_b64 vcc, s[2:3]2274// GFX10: encoding: [0x02,0x38,0xea,0xbe]2275 2276s_orn1_saveexec_b64 s[0:1], exec2277// GFX10: encoding: [0x7e,0x38,0x80,0xbe]2278 2279s_orn1_saveexec_b64 s[0:1], vcc2280// GFX10: encoding: [0x6a,0x38,0x80,0xbe]2281 2282s_orn1_saveexec_b64 s[0:1], 02283// GFX10: encoding: [0x80,0x38,0x80,0xbe]2284 2285s_orn1_saveexec_b64 s[0:1], -12286// GFX10: encoding: [0xc1,0x38,0x80,0xbe]2287 2288s_orn1_saveexec_b64 s[0:1], 0.52289// GFX10: encoding: [0xf0,0x38,0x80,0xbe]2290 2291s_orn1_saveexec_b64 s[0:1], -4.02292// GFX10: encoding: [0xf7,0x38,0x80,0xbe]2293 2294s_orn1_saveexec_b64 s[0:1], 0x3f7172732295// GFX10: encoding: [0xff,0x38,0x80,0xbe,0x73,0x72,0x71,0x3f]2296 2297s_orn1_saveexec_b64 s[0:1], 0xaf1234562298// GFX10: encoding: [0xff,0x38,0x80,0xbe,0x56,0x34,0x12,0xaf]2299 2300s_andn1_wrexec_b64 s[0:1], s[2:3]2301// GFX10: encoding: [0x02,0x39,0x80,0xbe]2302 2303s_andn1_wrexec_b64 s[104:105], s[102:103]2304// GFX10: encoding: [0x66,0x39,0xe8,0xbe]2305 2306s_andn1_wrexec_b64 s[0:1], s[102:103]2307// GFX10: encoding: [0x66,0x39,0x80,0xbe]2308 2309s_andn1_wrexec_b64 s[104:105], s[2:3]2310// GFX10: encoding: [0x02,0x39,0xe8,0xbe]2311 2312s_andn1_wrexec_b64 exec, s[2:3]2313// GFX10: encoding: [0x02,0x39,0xfe,0xbe]2314 2315s_andn1_wrexec_b64 vcc, s[2:3]2316// GFX10: encoding: [0x02,0x39,0xea,0xbe]2317 2318s_andn1_wrexec_b64 s[0:1], exec2319// GFX10: encoding: [0x7e,0x39,0x80,0xbe]2320 2321s_andn1_wrexec_b64 s[0:1], vcc2322// GFX10: encoding: [0x6a,0x39,0x80,0xbe]2323 2324s_andn1_wrexec_b64 s[0:1], 02325// GFX10: encoding: [0x80,0x39,0x80,0xbe]2326 2327s_andn1_wrexec_b64 s[0:1], -12328// GFX10: encoding: [0xc1,0x39,0x80,0xbe]2329 2330s_andn1_wrexec_b64 s[0:1], 0.52331// GFX10: encoding: [0xf0,0x39,0x80,0xbe]2332 2333s_andn1_wrexec_b64 s[0:1], -4.02334// GFX10: encoding: [0xf7,0x39,0x80,0xbe]2335 2336s_andn1_wrexec_b64 s[0:1], 0x3f7172732337// GFX10: encoding: [0xff,0x39,0x80,0xbe,0x73,0x72,0x71,0x3f]2338 2339s_andn1_wrexec_b64 s[0:1], 0xaf1234562340// GFX10: encoding: [0xff,0x39,0x80,0xbe,0x56,0x34,0x12,0xaf]2341 2342s_andn2_wrexec_b64 s[0:1], s[2:3]2343// GFX10: encoding: [0x02,0x3a,0x80,0xbe]2344 2345s_andn2_wrexec_b64 s[104:105], s[102:103]2346// GFX10: encoding: [0x66,0x3a,0xe8,0xbe]2347 2348s_andn2_wrexec_b64 s[0:1], s[102:103]2349// GFX10: encoding: [0x66,0x3a,0x80,0xbe]2350 2351s_andn2_wrexec_b64 s[104:105], s[2:3]2352// GFX10: encoding: [0x02,0x3a,0xe8,0xbe]2353 2354s_andn2_wrexec_b64 exec, s[2:3]2355// GFX10: encoding: [0x02,0x3a,0xfe,0xbe]2356 2357s_andn2_wrexec_b64 vcc, s[2:3]2358// GFX10: encoding: [0x02,0x3a,0xea,0xbe]2359 2360s_andn2_wrexec_b64 s[0:1], exec2361// GFX10: encoding: [0x7e,0x3a,0x80,0xbe]2362 2363s_andn2_wrexec_b64 s[0:1], vcc2364// GFX10: encoding: [0x6a,0x3a,0x80,0xbe]2365 2366s_andn2_wrexec_b64 s[0:1], 02367// GFX10: encoding: [0x80,0x3a,0x80,0xbe]2368 2369s_andn2_wrexec_b64 s[0:1], -12370// GFX10: encoding: [0xc1,0x3a,0x80,0xbe]2371 2372s_andn2_wrexec_b64 s[0:1], 0.52373// GFX10: encoding: [0xf0,0x3a,0x80,0xbe]2374 2375s_andn2_wrexec_b64 s[0:1], -4.02376// GFX10: encoding: [0xf7,0x3a,0x80,0xbe]2377 2378s_andn2_wrexec_b64 s[0:1], 0x3f7172732379// GFX10: encoding: [0xff,0x3a,0x80,0xbe,0x73,0x72,0x71,0x3f]2380 2381s_andn2_wrexec_b64 s[0:1], 0xaf1234562382// GFX10: encoding: [0xff,0x3a,0x80,0xbe,0x56,0x34,0x12,0xaf]2383 2384s_bitreplicate_b64_b32 s[0:1], s22385// GFX10: encoding: [0x02,0x3b,0x80,0xbe]2386 2387s_bitreplicate_b64_b32 s[104:105], s1022388// GFX10: encoding: [0x66,0x3b,0xe8,0xbe]2389 2390s_bitreplicate_b64_b32 s[0:1], s1022391// GFX10: encoding: [0x66,0x3b,0x80,0xbe]2392 2393s_bitreplicate_b64_b32 s[104:105], s22394// GFX10: encoding: [0x02,0x3b,0xe8,0xbe]2395 2396s_bitreplicate_b64_b32 exec, s22397// GFX10: encoding: [0x02,0x3b,0xfe,0xbe]2398 2399s_bitreplicate_b64_b32 vcc, s22400// GFX10: encoding: [0x02,0x3b,0xea,0xbe]2401 2402s_bitreplicate_b64_b32 s[0:1], exec_lo2403// GFX10: encoding: [0x7e,0x3b,0x80,0xbe]2404 2405s_bitreplicate_b64_b32 s[0:1], exec_hi2406// GFX10: encoding: [0x7f,0x3b,0x80,0xbe]2407 2408s_bitreplicate_b64_b32 s[0:1], vcc_lo2409// GFX10: encoding: [0x6a,0x3b,0x80,0xbe]2410 2411s_bitreplicate_b64_b32 s[0:1], vcc_hi2412// GFX10: encoding: [0x6b,0x3b,0x80,0xbe]2413 2414s_bitreplicate_b64_b32 s[0:1], m02415// GFX10: encoding: [0x7c,0x3b,0x80,0xbe]2416 2417s_bitreplicate_b64_b32 s[0:1], 02418// GFX10: encoding: [0x80,0x3b,0x80,0xbe]2419 2420s_bitreplicate_b64_b32 s[0:1], -12421// GFX10: encoding: [0xc1,0x3b,0x80,0xbe]2422 2423s_bitreplicate_b64_b32 s[0:1], 0.52424// GFX10: encoding: [0xf0,0x3b,0x80,0xbe]2425 2426s_bitreplicate_b64_b32 s[0:1], -4.02427// GFX10: encoding: [0xf7,0x3b,0x80,0xbe]2428 2429s_bitreplicate_b64_b32 s[0:1], 0x3f7172732430// GFX10: encoding: [0xff,0x3b,0x80,0xbe,0x73,0x72,0x71,0x3f]2431 2432s_bitreplicate_b64_b32 s[0:1], 0xaf1234562433// GFX10: encoding: [0xff,0x3b,0x80,0xbe,0x56,0x34,0x12,0xaf]2434 2435s_and_saveexec_b32 s0, s12436// GFX10: encoding: [0x01,0x3c,0x80,0xbe]2437 2438s_and_saveexec_b32 s105, s1042439// GFX10: encoding: [0x68,0x3c,0xe9,0xbe]2440 2441s_and_saveexec_b32 s0, s1042442// GFX10: encoding: [0x68,0x3c,0x80,0xbe]2443 2444s_and_saveexec_b32 s105, s12445// GFX10: encoding: [0x01,0x3c,0xe9,0xbe]2446 2447s_and_saveexec_b32 exec_lo, s12448// GFX10: encoding: [0x01,0x3c,0xfe,0xbe]2449 2450s_and_saveexec_b32 exec_hi, s12451// GFX10: encoding: [0x01,0x3c,0xff,0xbe]2452 2453s_and_saveexec_b32 vcc_lo, s12454// GFX10: encoding: [0x01,0x3c,0xea,0xbe]2455 2456s_and_saveexec_b32 vcc_hi, s12457// GFX10: encoding: [0x01,0x3c,0xeb,0xbe]2458 2459s_and_saveexec_b32 m0, s12460// GFX10: encoding: [0x01,0x3c,0xfc,0xbe]2461 2462s_and_saveexec_b32 s0, exec_lo2463// GFX10: encoding: [0x7e,0x3c,0x80,0xbe]2464 2465s_and_saveexec_b32 s0, exec_hi2466// GFX10: encoding: [0x7f,0x3c,0x80,0xbe]2467 2468s_and_saveexec_b32 s0, vcc_lo2469// GFX10: encoding: [0x6a,0x3c,0x80,0xbe]2470 2471s_and_saveexec_b32 s0, vcc_hi2472// GFX10: encoding: [0x6b,0x3c,0x80,0xbe]2473 2474s_and_saveexec_b32 s0, m02475// GFX10: encoding: [0x7c,0x3c,0x80,0xbe]2476 2477s_and_saveexec_b32 s0, 02478// GFX10: encoding: [0x80,0x3c,0x80,0xbe]2479 2480s_and_saveexec_b32 s0, -12481// GFX10: encoding: [0xc1,0x3c,0x80,0xbe]2482 2483s_and_saveexec_b32 s0, 0.52484// GFX10: encoding: [0xf0,0x3c,0x80,0xbe]2485 2486s_and_saveexec_b32 s0, -4.02487// GFX10: encoding: [0xf7,0x3c,0x80,0xbe]2488 2489s_and_saveexec_b32 s0, 0x3f7172732490// GFX10: encoding: [0xff,0x3c,0x80,0xbe,0x73,0x72,0x71,0x3f]2491 2492s_and_saveexec_b32 s0, 0xaf1234562493// GFX10: encoding: [0xff,0x3c,0x80,0xbe,0x56,0x34,0x12,0xaf]2494 2495s_or_saveexec_b32 s0, s12496// GFX10: encoding: [0x01,0x3d,0x80,0xbe]2497 2498s_or_saveexec_b32 s105, s1042499// GFX10: encoding: [0x68,0x3d,0xe9,0xbe]2500 2501s_or_saveexec_b32 s0, s1042502// GFX10: encoding: [0x68,0x3d,0x80,0xbe]2503 2504s_or_saveexec_b32 s105, s12505// GFX10: encoding: [0x01,0x3d,0xe9,0xbe]2506 2507s_or_saveexec_b32 exec_lo, s12508// GFX10: encoding: [0x01,0x3d,0xfe,0xbe]2509 2510s_or_saveexec_b32 exec_hi, s12511// GFX10: encoding: [0x01,0x3d,0xff,0xbe]2512 2513s_or_saveexec_b32 vcc_lo, s12514// GFX10: encoding: [0x01,0x3d,0xea,0xbe]2515 2516s_or_saveexec_b32 vcc_hi, s12517// GFX10: encoding: [0x01,0x3d,0xeb,0xbe]2518 2519s_or_saveexec_b32 m0, s12520// GFX10: encoding: [0x01,0x3d,0xfc,0xbe]2521 2522s_or_saveexec_b32 s0, exec_lo2523// GFX10: encoding: [0x7e,0x3d,0x80,0xbe]2524 2525s_or_saveexec_b32 s0, exec_hi2526// GFX10: encoding: [0x7f,0x3d,0x80,0xbe]2527 2528s_or_saveexec_b32 s0, vcc_lo2529// GFX10: encoding: [0x6a,0x3d,0x80,0xbe]2530 2531s_or_saveexec_b32 s0, vcc_hi2532// GFX10: encoding: [0x6b,0x3d,0x80,0xbe]2533 2534s_or_saveexec_b32 s0, m02535// GFX10: encoding: [0x7c,0x3d,0x80,0xbe]2536 2537s_or_saveexec_b32 s0, 02538// GFX10: encoding: [0x80,0x3d,0x80,0xbe]2539 2540s_or_saveexec_b32 s0, -12541// GFX10: encoding: [0xc1,0x3d,0x80,0xbe]2542 2543s_or_saveexec_b32 s0, 0.52544// GFX10: encoding: [0xf0,0x3d,0x80,0xbe]2545 2546s_or_saveexec_b32 s0, -4.02547// GFX10: encoding: [0xf7,0x3d,0x80,0xbe]2548 2549s_or_saveexec_b32 s0, 0x3f7172732550// GFX10: encoding: [0xff,0x3d,0x80,0xbe,0x73,0x72,0x71,0x3f]2551 2552s_or_saveexec_b32 s0, 0xaf1234562553// GFX10: encoding: [0xff,0x3d,0x80,0xbe,0x56,0x34,0x12,0xaf]2554 2555s_xor_saveexec_b32 s0, s12556// GFX10: encoding: [0x01,0x3e,0x80,0xbe]2557 2558s_xor_saveexec_b32 s105, s1042559// GFX10: encoding: [0x68,0x3e,0xe9,0xbe]2560 2561s_xor_saveexec_b32 s0, s1042562// GFX10: encoding: [0x68,0x3e,0x80,0xbe]2563 2564s_xor_saveexec_b32 s105, s12565// GFX10: encoding: [0x01,0x3e,0xe9,0xbe]2566 2567s_xor_saveexec_b32 exec_lo, s12568// GFX10: encoding: [0x01,0x3e,0xfe,0xbe]2569 2570s_xor_saveexec_b32 exec_hi, s12571// GFX10: encoding: [0x01,0x3e,0xff,0xbe]2572 2573s_xor_saveexec_b32 vcc_lo, s12574// GFX10: encoding: [0x01,0x3e,0xea,0xbe]2575 2576s_xor_saveexec_b32 vcc_hi, s12577// GFX10: encoding: [0x01,0x3e,0xeb,0xbe]2578 2579s_xor_saveexec_b32 m0, s12580// GFX10: encoding: [0x01,0x3e,0xfc,0xbe]2581 2582s_xor_saveexec_b32 s0, exec_lo2583// GFX10: encoding: [0x7e,0x3e,0x80,0xbe]2584 2585s_xor_saveexec_b32 s0, exec_hi2586// GFX10: encoding: [0x7f,0x3e,0x80,0xbe]2587 2588s_xor_saveexec_b32 s0, vcc_lo2589// GFX10: encoding: [0x6a,0x3e,0x80,0xbe]2590 2591s_xor_saveexec_b32 s0, vcc_hi2592// GFX10: encoding: [0x6b,0x3e,0x80,0xbe]2593 2594s_xor_saveexec_b32 s0, m02595// GFX10: encoding: [0x7c,0x3e,0x80,0xbe]2596 2597s_xor_saveexec_b32 s0, 02598// GFX10: encoding: [0x80,0x3e,0x80,0xbe]2599 2600s_xor_saveexec_b32 s0, -12601// GFX10: encoding: [0xc1,0x3e,0x80,0xbe]2602 2603s_xor_saveexec_b32 s0, 0.52604// GFX10: encoding: [0xf0,0x3e,0x80,0xbe]2605 2606s_xor_saveexec_b32 s0, -4.02607// GFX10: encoding: [0xf7,0x3e,0x80,0xbe]2608 2609s_xor_saveexec_b32 s0, 0x3f7172732610// GFX10: encoding: [0xff,0x3e,0x80,0xbe,0x73,0x72,0x71,0x3f]2611 2612s_xor_saveexec_b32 s0, 0xaf1234562613// GFX10: encoding: [0xff,0x3e,0x80,0xbe,0x56,0x34,0x12,0xaf]2614 2615s_andn2_saveexec_b32 s0, s12616// GFX10: encoding: [0x01,0x3f,0x80,0xbe]2617 2618s_andn2_saveexec_b32 s105, s1042619// GFX10: encoding: [0x68,0x3f,0xe9,0xbe]2620 2621s_andn2_saveexec_b32 s0, s1042622// GFX10: encoding: [0x68,0x3f,0x80,0xbe]2623 2624s_andn2_saveexec_b32 s105, s12625// GFX10: encoding: [0x01,0x3f,0xe9,0xbe]2626 2627s_andn2_saveexec_b32 exec_lo, s12628// GFX10: encoding: [0x01,0x3f,0xfe,0xbe]2629 2630s_andn2_saveexec_b32 exec_hi, s12631// GFX10: encoding: [0x01,0x3f,0xff,0xbe]2632 2633s_andn2_saveexec_b32 vcc_lo, s12634// GFX10: encoding: [0x01,0x3f,0xea,0xbe]2635 2636s_andn2_saveexec_b32 vcc_hi, s12637// GFX10: encoding: [0x01,0x3f,0xeb,0xbe]2638 2639s_andn2_saveexec_b32 m0, s12640// GFX10: encoding: [0x01,0x3f,0xfc,0xbe]2641 2642s_andn2_saveexec_b32 s0, exec_lo2643// GFX10: encoding: [0x7e,0x3f,0x80,0xbe]2644 2645s_andn2_saveexec_b32 s0, exec_hi2646// GFX10: encoding: [0x7f,0x3f,0x80,0xbe]2647 2648s_andn2_saveexec_b32 s0, vcc_lo2649// GFX10: encoding: [0x6a,0x3f,0x80,0xbe]2650 2651s_andn2_saveexec_b32 s0, vcc_hi2652// GFX10: encoding: [0x6b,0x3f,0x80,0xbe]2653 2654s_andn2_saveexec_b32 s0, m02655// GFX10: encoding: [0x7c,0x3f,0x80,0xbe]2656 2657s_andn2_saveexec_b32 s0, 02658// GFX10: encoding: [0x80,0x3f,0x80,0xbe]2659 2660s_andn2_saveexec_b32 s0, -12661// GFX10: encoding: [0xc1,0x3f,0x80,0xbe]2662 2663s_andn2_saveexec_b32 s0, 0.52664// GFX10: encoding: [0xf0,0x3f,0x80,0xbe]2665 2666s_andn2_saveexec_b32 s0, -4.02667// GFX10: encoding: [0xf7,0x3f,0x80,0xbe]2668 2669s_andn2_saveexec_b32 s0, 0x3f7172732670// GFX10: encoding: [0xff,0x3f,0x80,0xbe,0x73,0x72,0x71,0x3f]2671 2672s_andn2_saveexec_b32 s0, 0xaf1234562673// GFX10: encoding: [0xff,0x3f,0x80,0xbe,0x56,0x34,0x12,0xaf]2674 2675s_orn2_saveexec_b32 s0, s12676// GFX10: encoding: [0x01,0x40,0x80,0xbe]2677 2678s_orn2_saveexec_b32 s105, s1042679// GFX10: encoding: [0x68,0x40,0xe9,0xbe]2680 2681s_orn2_saveexec_b32 s0, s1042682// GFX10: encoding: [0x68,0x40,0x80,0xbe]2683 2684s_orn2_saveexec_b32 s105, s12685// GFX10: encoding: [0x01,0x40,0xe9,0xbe]2686 2687s_orn2_saveexec_b32 exec_lo, s12688// GFX10: encoding: [0x01,0x40,0xfe,0xbe]2689 2690s_orn2_saveexec_b32 exec_hi, s12691// GFX10: encoding: [0x01,0x40,0xff,0xbe]2692 2693s_orn2_saveexec_b32 vcc_lo, s12694// GFX10: encoding: [0x01,0x40,0xea,0xbe]2695 2696s_orn2_saveexec_b32 vcc_hi, s12697// GFX10: encoding: [0x01,0x40,0xeb,0xbe]2698 2699s_orn2_saveexec_b32 m0, s12700// GFX10: encoding: [0x01,0x40,0xfc,0xbe]2701 2702s_orn2_saveexec_b32 s0, exec_lo2703// GFX10: encoding: [0x7e,0x40,0x80,0xbe]2704 2705s_orn2_saveexec_b32 s0, exec_hi2706// GFX10: encoding: [0x7f,0x40,0x80,0xbe]2707 2708s_orn2_saveexec_b32 s0, vcc_lo2709// GFX10: encoding: [0x6a,0x40,0x80,0xbe]2710 2711s_orn2_saveexec_b32 s0, vcc_hi2712// GFX10: encoding: [0x6b,0x40,0x80,0xbe]2713 2714s_orn2_saveexec_b32 s0, m02715// GFX10: encoding: [0x7c,0x40,0x80,0xbe]2716 2717s_orn2_saveexec_b32 s0, 02718// GFX10: encoding: [0x80,0x40,0x80,0xbe]2719 2720s_orn2_saveexec_b32 s0, -12721// GFX10: encoding: [0xc1,0x40,0x80,0xbe]2722 2723s_orn2_saveexec_b32 s0, 0.52724// GFX10: encoding: [0xf0,0x40,0x80,0xbe]2725 2726s_orn2_saveexec_b32 s0, -4.02727// GFX10: encoding: [0xf7,0x40,0x80,0xbe]2728 2729s_orn2_saveexec_b32 s0, 0x3f7172732730// GFX10: encoding: [0xff,0x40,0x80,0xbe,0x73,0x72,0x71,0x3f]2731 2732s_orn2_saveexec_b32 s0, 0xaf1234562733// GFX10: encoding: [0xff,0x40,0x80,0xbe,0x56,0x34,0x12,0xaf]2734 2735s_nand_saveexec_b32 s0, s12736// GFX10: encoding: [0x01,0x41,0x80,0xbe]2737 2738s_nand_saveexec_b32 s105, s1042739// GFX10: encoding: [0x68,0x41,0xe9,0xbe]2740 2741s_nand_saveexec_b32 s0, s1042742// GFX10: encoding: [0x68,0x41,0x80,0xbe]2743 2744s_nand_saveexec_b32 s105, s12745// GFX10: encoding: [0x01,0x41,0xe9,0xbe]2746 2747s_nand_saveexec_b32 exec_lo, s12748// GFX10: encoding: [0x01,0x41,0xfe,0xbe]2749 2750s_nand_saveexec_b32 exec_hi, s12751// GFX10: encoding: [0x01,0x41,0xff,0xbe]2752 2753s_nand_saveexec_b32 vcc_lo, s12754// GFX10: encoding: [0x01,0x41,0xea,0xbe]2755 2756s_nand_saveexec_b32 vcc_hi, s12757// GFX10: encoding: [0x01,0x41,0xeb,0xbe]2758 2759s_nand_saveexec_b32 m0, s12760// GFX10: encoding: [0x01,0x41,0xfc,0xbe]2761 2762s_nand_saveexec_b32 s0, exec_lo2763// GFX10: encoding: [0x7e,0x41,0x80,0xbe]2764 2765s_nand_saveexec_b32 s0, exec_hi2766// GFX10: encoding: [0x7f,0x41,0x80,0xbe]2767 2768s_nand_saveexec_b32 s0, vcc_lo2769// GFX10: encoding: [0x6a,0x41,0x80,0xbe]2770 2771s_nand_saveexec_b32 s0, vcc_hi2772// GFX10: encoding: [0x6b,0x41,0x80,0xbe]2773 2774s_nand_saveexec_b32 s0, m02775// GFX10: encoding: [0x7c,0x41,0x80,0xbe]2776 2777s_nand_saveexec_b32 s0, 02778// GFX10: encoding: [0x80,0x41,0x80,0xbe]2779 2780s_nand_saveexec_b32 s0, -12781// GFX10: encoding: [0xc1,0x41,0x80,0xbe]2782 2783s_nand_saveexec_b32 s0, 0.52784// GFX10: encoding: [0xf0,0x41,0x80,0xbe]2785 2786s_nand_saveexec_b32 s0, -4.02787// GFX10: encoding: [0xf7,0x41,0x80,0xbe]2788 2789s_nand_saveexec_b32 s0, 0x3f7172732790// GFX10: encoding: [0xff,0x41,0x80,0xbe,0x73,0x72,0x71,0x3f]2791 2792s_nand_saveexec_b32 s0, 0xaf1234562793// GFX10: encoding: [0xff,0x41,0x80,0xbe,0x56,0x34,0x12,0xaf]2794 2795s_nor_saveexec_b32 s0, s12796// GFX10: encoding: [0x01,0x42,0x80,0xbe]2797 2798s_nor_saveexec_b32 s105, s1042799// GFX10: encoding: [0x68,0x42,0xe9,0xbe]2800 2801s_nor_saveexec_b32 s0, s1042802// GFX10: encoding: [0x68,0x42,0x80,0xbe]2803 2804s_nor_saveexec_b32 s105, s12805// GFX10: encoding: [0x01,0x42,0xe9,0xbe]2806 2807s_nor_saveexec_b32 exec_lo, s12808// GFX10: encoding: [0x01,0x42,0xfe,0xbe]2809 2810s_nor_saveexec_b32 exec_hi, s12811// GFX10: encoding: [0x01,0x42,0xff,0xbe]2812 2813s_nor_saveexec_b32 vcc_lo, s12814// GFX10: encoding: [0x01,0x42,0xea,0xbe]2815 2816s_nor_saveexec_b32 vcc_hi, s12817// GFX10: encoding: [0x01,0x42,0xeb,0xbe]2818 2819s_nor_saveexec_b32 m0, s12820// GFX10: encoding: [0x01,0x42,0xfc,0xbe]2821 2822s_nor_saveexec_b32 s0, exec_lo2823// GFX10: encoding: [0x7e,0x42,0x80,0xbe]2824 2825s_nor_saveexec_b32 s0, exec_hi2826// GFX10: encoding: [0x7f,0x42,0x80,0xbe]2827 2828s_nor_saveexec_b32 s0, vcc_lo2829// GFX10: encoding: [0x6a,0x42,0x80,0xbe]2830 2831s_nor_saveexec_b32 s0, vcc_hi2832// GFX10: encoding: [0x6b,0x42,0x80,0xbe]2833 2834s_nor_saveexec_b32 s0, m02835// GFX10: encoding: [0x7c,0x42,0x80,0xbe]2836 2837s_nor_saveexec_b32 s0, 02838// GFX10: encoding: [0x80,0x42,0x80,0xbe]2839 2840s_nor_saveexec_b32 s0, -12841// GFX10: encoding: [0xc1,0x42,0x80,0xbe]2842 2843s_nor_saveexec_b32 s0, 0.52844// GFX10: encoding: [0xf0,0x42,0x80,0xbe]2845 2846s_nor_saveexec_b32 s0, -4.02847// GFX10: encoding: [0xf7,0x42,0x80,0xbe]2848 2849s_nor_saveexec_b32 s0, 0x3f7172732850// GFX10: encoding: [0xff,0x42,0x80,0xbe,0x73,0x72,0x71,0x3f]2851 2852s_nor_saveexec_b32 s0, 0xaf1234562853// GFX10: encoding: [0xff,0x42,0x80,0xbe,0x56,0x34,0x12,0xaf]2854 2855s_xnor_saveexec_b32 s0, s12856// GFX10: encoding: [0x01,0x43,0x80,0xbe]2857 2858s_xnor_saveexec_b32 s105, s1042859// GFX10: encoding: [0x68,0x43,0xe9,0xbe]2860 2861s_xnor_saveexec_b32 s0, s1042862// GFX10: encoding: [0x68,0x43,0x80,0xbe]2863 2864s_xnor_saveexec_b32 s105, s12865// GFX10: encoding: [0x01,0x43,0xe9,0xbe]2866 2867s_xnor_saveexec_b32 exec_lo, s12868// GFX10: encoding: [0x01,0x43,0xfe,0xbe]2869 2870s_xnor_saveexec_b32 exec_hi, s12871// GFX10: encoding: [0x01,0x43,0xff,0xbe]2872 2873s_xnor_saveexec_b32 vcc_lo, s12874// GFX10: encoding: [0x01,0x43,0xea,0xbe]2875 2876s_xnor_saveexec_b32 vcc_hi, s12877// GFX10: encoding: [0x01,0x43,0xeb,0xbe]2878 2879s_xnor_saveexec_b32 m0, s12880// GFX10: encoding: [0x01,0x43,0xfc,0xbe]2881 2882s_xnor_saveexec_b32 s0, exec_lo2883// GFX10: encoding: [0x7e,0x43,0x80,0xbe]2884 2885s_xnor_saveexec_b32 s0, exec_hi2886// GFX10: encoding: [0x7f,0x43,0x80,0xbe]2887 2888s_xnor_saveexec_b32 s0, vcc_lo2889// GFX10: encoding: [0x6a,0x43,0x80,0xbe]2890 2891s_xnor_saveexec_b32 s0, vcc_hi2892// GFX10: encoding: [0x6b,0x43,0x80,0xbe]2893 2894s_xnor_saveexec_b32 s0, m02895// GFX10: encoding: [0x7c,0x43,0x80,0xbe]2896 2897s_xnor_saveexec_b32 s0, 02898// GFX10: encoding: [0x80,0x43,0x80,0xbe]2899 2900s_xnor_saveexec_b32 s0, -12901// GFX10: encoding: [0xc1,0x43,0x80,0xbe]2902 2903s_xnor_saveexec_b32 s0, 0.52904// GFX10: encoding: [0xf0,0x43,0x80,0xbe]2905 2906s_xnor_saveexec_b32 s0, -4.02907// GFX10: encoding: [0xf7,0x43,0x80,0xbe]2908 2909s_xnor_saveexec_b32 s0, 0x3f7172732910// GFX10: encoding: [0xff,0x43,0x80,0xbe,0x73,0x72,0x71,0x3f]2911 2912s_xnor_saveexec_b32 s0, 0xaf1234562913// GFX10: encoding: [0xff,0x43,0x80,0xbe,0x56,0x34,0x12,0xaf]2914 2915s_andn1_saveexec_b32 s0, s12916// GFX10: encoding: [0x01,0x44,0x80,0xbe]2917 2918s_andn1_saveexec_b32 s105, s1042919// GFX10: encoding: [0x68,0x44,0xe9,0xbe]2920 2921s_andn1_saveexec_b32 s0, s1042922// GFX10: encoding: [0x68,0x44,0x80,0xbe]2923 2924s_andn1_saveexec_b32 s105, s12925// GFX10: encoding: [0x01,0x44,0xe9,0xbe]2926 2927s_andn1_saveexec_b32 exec_lo, s12928// GFX10: encoding: [0x01,0x44,0xfe,0xbe]2929 2930s_andn1_saveexec_b32 exec_hi, s12931// GFX10: encoding: [0x01,0x44,0xff,0xbe]2932 2933s_andn1_saveexec_b32 vcc_lo, s12934// GFX10: encoding: [0x01,0x44,0xea,0xbe]2935 2936s_andn1_saveexec_b32 vcc_hi, s12937// GFX10: encoding: [0x01,0x44,0xeb,0xbe]2938 2939s_andn1_saveexec_b32 m0, s12940// GFX10: encoding: [0x01,0x44,0xfc,0xbe]2941 2942s_andn1_saveexec_b32 s0, exec_lo2943// GFX10: encoding: [0x7e,0x44,0x80,0xbe]2944 2945s_andn1_saveexec_b32 s0, exec_hi2946// GFX10: encoding: [0x7f,0x44,0x80,0xbe]2947 2948s_andn1_saveexec_b32 s0, vcc_lo2949// GFX10: encoding: [0x6a,0x44,0x80,0xbe]2950 2951s_andn1_saveexec_b32 s0, vcc_hi2952// GFX10: encoding: [0x6b,0x44,0x80,0xbe]2953 2954s_andn1_saveexec_b32 s0, m02955// GFX10: encoding: [0x7c,0x44,0x80,0xbe]2956 2957s_andn1_saveexec_b32 s0, 02958// GFX10: encoding: [0x80,0x44,0x80,0xbe]2959 2960s_andn1_saveexec_b32 s0, -12961// GFX10: encoding: [0xc1,0x44,0x80,0xbe]2962 2963s_andn1_saveexec_b32 s0, 0.52964// GFX10: encoding: [0xf0,0x44,0x80,0xbe]2965 2966s_andn1_saveexec_b32 s0, -4.02967// GFX10: encoding: [0xf7,0x44,0x80,0xbe]2968 2969s_andn1_saveexec_b32 s0, 0x3f7172732970// GFX10: encoding: [0xff,0x44,0x80,0xbe,0x73,0x72,0x71,0x3f]2971 2972s_andn1_saveexec_b32 s0, 0xaf1234562973// GFX10: encoding: [0xff,0x44,0x80,0xbe,0x56,0x34,0x12,0xaf]2974 2975s_orn1_saveexec_b32 s0, s12976// GFX10: encoding: [0x01,0x45,0x80,0xbe]2977 2978s_orn1_saveexec_b32 s105, s1042979// GFX10: encoding: [0x68,0x45,0xe9,0xbe]2980 2981s_orn1_saveexec_b32 s0, s1042982// GFX10: encoding: [0x68,0x45,0x80,0xbe]2983 2984s_orn1_saveexec_b32 s105, s12985// GFX10: encoding: [0x01,0x45,0xe9,0xbe]2986 2987s_orn1_saveexec_b32 exec_lo, s12988// GFX10: encoding: [0x01,0x45,0xfe,0xbe]2989 2990s_orn1_saveexec_b32 exec_hi, s12991// GFX10: encoding: [0x01,0x45,0xff,0xbe]2992 2993s_orn1_saveexec_b32 vcc_lo, s12994// GFX10: encoding: [0x01,0x45,0xea,0xbe]2995 2996s_orn1_saveexec_b32 vcc_hi, s12997// GFX10: encoding: [0x01,0x45,0xeb,0xbe]2998 2999s_orn1_saveexec_b32 m0, s13000// GFX10: encoding: [0x01,0x45,0xfc,0xbe]3001 3002s_orn1_saveexec_b32 s0, exec_lo3003// GFX10: encoding: [0x7e,0x45,0x80,0xbe]3004 3005s_orn1_saveexec_b32 s0, exec_hi3006// GFX10: encoding: [0x7f,0x45,0x80,0xbe]3007 3008s_orn1_saveexec_b32 s0, vcc_lo3009// GFX10: encoding: [0x6a,0x45,0x80,0xbe]3010 3011s_orn1_saveexec_b32 s0, vcc_hi3012// GFX10: encoding: [0x6b,0x45,0x80,0xbe]3013 3014s_orn1_saveexec_b32 s0, m03015// GFX10: encoding: [0x7c,0x45,0x80,0xbe]3016 3017s_orn1_saveexec_b32 s0, 03018// GFX10: encoding: [0x80,0x45,0x80,0xbe]3019 3020s_orn1_saveexec_b32 s0, -13021// GFX10: encoding: [0xc1,0x45,0x80,0xbe]3022 3023s_orn1_saveexec_b32 s0, 0.53024// GFX10: encoding: [0xf0,0x45,0x80,0xbe]3025 3026s_orn1_saveexec_b32 s0, -4.03027// GFX10: encoding: [0xf7,0x45,0x80,0xbe]3028 3029s_orn1_saveexec_b32 s0, 0x3f7172733030// GFX10: encoding: [0xff,0x45,0x80,0xbe,0x73,0x72,0x71,0x3f]3031 3032s_orn1_saveexec_b32 s0, 0xaf1234563033// GFX10: encoding: [0xff,0x45,0x80,0xbe,0x56,0x34,0x12,0xaf]3034 3035s_andn1_wrexec_b32 s0, s13036// GFX10: encoding: [0x01,0x46,0x80,0xbe]3037 3038s_andn1_wrexec_b32 s105, s1043039// GFX10: encoding: [0x68,0x46,0xe9,0xbe]3040 3041s_andn1_wrexec_b32 s0, s1043042// GFX10: encoding: [0x68,0x46,0x80,0xbe]3043 3044s_andn1_wrexec_b32 s105, s13045// GFX10: encoding: [0x01,0x46,0xe9,0xbe]3046 3047s_andn1_wrexec_b32 exec_lo, s13048// GFX10: encoding: [0x01,0x46,0xfe,0xbe]3049 3050s_andn1_wrexec_b32 exec_hi, s13051// GFX10: encoding: [0x01,0x46,0xff,0xbe]3052 3053s_andn1_wrexec_b32 vcc_lo, s13054// GFX10: encoding: [0x01,0x46,0xea,0xbe]3055 3056s_andn1_wrexec_b32 vcc_hi, s13057// GFX10: encoding: [0x01,0x46,0xeb,0xbe]3058 3059s_andn1_wrexec_b32 m0, s13060// GFX10: encoding: [0x01,0x46,0xfc,0xbe]3061 3062s_andn1_wrexec_b32 s0, exec_lo3063// GFX10: encoding: [0x7e,0x46,0x80,0xbe]3064 3065s_andn1_wrexec_b32 s0, exec_hi3066// GFX10: encoding: [0x7f,0x46,0x80,0xbe]3067 3068s_andn1_wrexec_b32 s0, vcc_lo3069// GFX10: encoding: [0x6a,0x46,0x80,0xbe]3070 3071s_andn1_wrexec_b32 s0, vcc_hi3072// GFX10: encoding: [0x6b,0x46,0x80,0xbe]3073 3074s_andn1_wrexec_b32 s0, m03075// GFX10: encoding: [0x7c,0x46,0x80,0xbe]3076 3077s_andn1_wrexec_b32 s0, 03078// GFX10: encoding: [0x80,0x46,0x80,0xbe]3079 3080s_andn1_wrexec_b32 s0, -13081// GFX10: encoding: [0xc1,0x46,0x80,0xbe]3082 3083s_andn1_wrexec_b32 s0, 0.53084// GFX10: encoding: [0xf0,0x46,0x80,0xbe]3085 3086s_andn1_wrexec_b32 s0, -4.03087// GFX10: encoding: [0xf7,0x46,0x80,0xbe]3088 3089s_andn1_wrexec_b32 s0, 0x3f7172733090// GFX10: encoding: [0xff,0x46,0x80,0xbe,0x73,0x72,0x71,0x3f]3091 3092s_andn1_wrexec_b32 s0, 0xaf1234563093// GFX10: encoding: [0xff,0x46,0x80,0xbe,0x56,0x34,0x12,0xaf]3094 3095s_andn2_wrexec_b32 s0, s13096// GFX10: encoding: [0x01,0x47,0x80,0xbe]3097 3098s_andn2_wrexec_b32 s105, s1043099// GFX10: encoding: [0x68,0x47,0xe9,0xbe]3100 3101s_andn2_wrexec_b32 s0, s1043102// GFX10: encoding: [0x68,0x47,0x80,0xbe]3103 3104s_andn2_wrexec_b32 s105, s13105// GFX10: encoding: [0x01,0x47,0xe9,0xbe]3106 3107s_andn2_wrexec_b32 exec_lo, s13108// GFX10: encoding: [0x01,0x47,0xfe,0xbe]3109 3110s_andn2_wrexec_b32 exec_hi, s13111// GFX10: encoding: [0x01,0x47,0xff,0xbe]3112 3113s_andn2_wrexec_b32 vcc_lo, s13114// GFX10: encoding: [0x01,0x47,0xea,0xbe]3115 3116s_andn2_wrexec_b32 vcc_hi, s13117// GFX10: encoding: [0x01,0x47,0xeb,0xbe]3118 3119s_andn2_wrexec_b32 m0, s13120// GFX10: encoding: [0x01,0x47,0xfc,0xbe]3121 3122s_andn2_wrexec_b32 s0, exec_lo3123// GFX10: encoding: [0x7e,0x47,0x80,0xbe]3124 3125s_andn2_wrexec_b32 s0, exec_hi3126// GFX10: encoding: [0x7f,0x47,0x80,0xbe]3127 3128s_andn2_wrexec_b32 s0, vcc_lo3129// GFX10: encoding: [0x6a,0x47,0x80,0xbe]3130 3131s_andn2_wrexec_b32 s0, vcc_hi3132// GFX10: encoding: [0x6b,0x47,0x80,0xbe]3133 3134s_andn2_wrexec_b32 s0, m03135// GFX10: encoding: [0x7c,0x47,0x80,0xbe]3136 3137s_andn2_wrexec_b32 s0, 03138// GFX10: encoding: [0x80,0x47,0x80,0xbe]3139 3140s_andn2_wrexec_b32 s0, -13141// GFX10: encoding: [0xc1,0x47,0x80,0xbe]3142 3143s_andn2_wrexec_b32 s0, 0.53144// GFX10: encoding: [0xf0,0x47,0x80,0xbe]3145 3146s_andn2_wrexec_b32 s0, -4.03147// GFX10: encoding: [0xf7,0x47,0x80,0xbe]3148 3149s_andn2_wrexec_b32 s0, 0x3f7172733150// GFX10: encoding: [0xff,0x47,0x80,0xbe,0x73,0x72,0x71,0x3f]3151 3152s_andn2_wrexec_b32 s0, 0xaf1234563153// GFX10: encoding: [0xff,0x47,0x80,0xbe,0x56,0x34,0x12,0xaf]3154 3155s_movrelsd_2_b32 s0, s13156// GFX10: encoding: [0x01,0x49,0x80,0xbe]3157 3158s_movrelsd_2_b32 s105, s1043159// GFX10: encoding: [0x68,0x49,0xe9,0xbe]3160 3161s_movrelsd_2_b32 s0, s1043162// GFX10: encoding: [0x68,0x49,0x80,0xbe]3163 3164s_movrelsd_2_b32 s105, s13165// GFX10: encoding: [0x01,0x49,0xe9,0xbe]3166 3167s_movrelsd_2_b32 vcc_lo, s13168// GFX10: encoding: [0x01,0x49,0xea,0xbe]3169 3170s_movrelsd_2_b32 vcc_hi, s13171// GFX10: encoding: [0x01,0x49,0xeb,0xbe]3172 3173s_movrelsd_2_b32 s0, vcc_lo3174// GFX10: encoding: [0x6a,0x49,0x80,0xbe]3175 3176s_movrelsd_2_b32 s0, vcc_hi3177// GFX10: encoding: [0x6b,0x49,0x80,0xbe]3178 3179//===----------------------------------------------------------------------===//3180// ENC_SOP2.3181//===----------------------------------------------------------------------===//3182 3183s_add_u32 s0, s1, s23184// GFX10: encoding: [0x01,0x02,0x00,0x80]3185 3186s_add_u32 s105, s104, s1033187// GFX10: encoding: [0x68,0x67,0x69,0x80]3188 3189s_add_u32 s0, s104, s1033190// GFX10: encoding: [0x68,0x67,0x00,0x80]3191 3192s_add_u32 s105, s1, s1033193// GFX10: encoding: [0x01,0x67,0x69,0x80]3194 3195s_add_u32 s105, s104, s23196// GFX10: encoding: [0x68,0x02,0x69,0x80]3197 3198s_add_u32 s105, s1, s23199// GFX10: encoding: [0x01,0x02,0x69,0x80]3200 3201s_add_u32 s0, s104, s23202// GFX10: encoding: [0x68,0x02,0x00,0x80]3203 3204s_add_u32 s0, s1, s1033205// GFX10: encoding: [0x01,0x67,0x00,0x80]3206 3207s_add_u32 exec_lo, s1, s23208// GFX10: encoding: [0x01,0x02,0x7e,0x80]3209 3210s_add_u32 exec_hi, s1, s23211// GFX10: encoding: [0x01,0x02,0x7f,0x80]3212 3213s_add_u32 vcc_lo, s1, s23214// GFX10: encoding: [0x01,0x02,0x6a,0x80]3215 3216s_add_u32 vcc_hi, s1, s23217// GFX10: encoding: [0x01,0x02,0x6b,0x80]3218 3219s_add_u32 m0, s1, s23220// GFX10: encoding: [0x01,0x02,0x7c,0x80]3221 3222s_add_u32 s0, exec_lo, s23223// GFX10: encoding: [0x7e,0x02,0x00,0x80]3224 3225s_add_u32 s0, exec_hi, s23226// GFX10: encoding: [0x7f,0x02,0x00,0x80]3227 3228s_add_u32 s0, vcc_lo, s23229// GFX10: encoding: [0x6a,0x02,0x00,0x80]3230 3231s_add_u32 s0, vcc_hi, s23232// GFX10: encoding: [0x6b,0x02,0x00,0x80]3233 3234s_add_u32 s0, m0, s23235// GFX10: encoding: [0x7c,0x02,0x00,0x80]3236 3237s_add_u32 s0, 0, s23238// GFX10: encoding: [0x80,0x02,0x00,0x80]3239 3240s_add_u32 s0, -1, s23241// GFX10: encoding: [0xc1,0x02,0x00,0x80]3242 3243s_add_u32 s0, 0.5, s23244// GFX10: encoding: [0xf0,0x02,0x00,0x80]3245 3246s_add_u32 s0, -4.0, s23247// GFX10: encoding: [0xf7,0x02,0x00,0x80]3248 3249s_add_u32 s0, 0x3f717273, s23250// GFX10: encoding: [0xff,0x02,0x00,0x80,0x73,0x72,0x71,0x3f]3251 3252s_add_u32 s0, 0xaf123456, s23253// GFX10: encoding: [0xff,0x02,0x00,0x80,0x56,0x34,0x12,0xaf]3254 3255s_add_u32 s0, s1, exec_lo3256// GFX10: encoding: [0x01,0x7e,0x00,0x80]3257 3258s_add_u32 s0, s1, exec_hi3259// GFX10: encoding: [0x01,0x7f,0x00,0x80]3260 3261s_add_u32 s0, s1, vcc_lo3262// GFX10: encoding: [0x01,0x6a,0x00,0x80]3263 3264s_add_u32 s0, s1, vcc_hi3265// GFX10: encoding: [0x01,0x6b,0x00,0x80]3266 3267s_add_u32 s0, s1, m03268// GFX10: encoding: [0x01,0x7c,0x00,0x80]3269 3270s_add_u32 s0, s1, 03271// GFX10: encoding: [0x01,0x80,0x00,0x80]3272 3273s_add_u32 s0, s1, -13274// GFX10: encoding: [0x01,0xc1,0x00,0x80]3275 3276s_add_u32 s0, s1, 0.53277// GFX10: encoding: [0x01,0xf0,0x00,0x80]3278 3279s_add_u32 s0, s1, -4.03280// GFX10: encoding: [0x01,0xf7,0x00,0x80]3281 3282s_add_u32 s0, s1, 0x3f7172733283// GFX10: encoding: [0x01,0xff,0x00,0x80,0x73,0x72,0x71,0x3f]3284 3285s_add_u32 s0, s1, 0xaf1234563286// GFX10: encoding: [0x01,0xff,0x00,0x80,0x56,0x34,0x12,0xaf]3287 3288s_sub_u32 s0, s1, s23289// GFX10: encoding: [0x01,0x02,0x80,0x80]3290 3291s_sub_u32 s105, s104, s1033292// GFX10: encoding: [0x68,0x67,0xe9,0x80]3293 3294s_sub_u32 s0, s104, s1033295// GFX10: encoding: [0x68,0x67,0x80,0x80]3296 3297s_sub_u32 s105, s1, s1033298// GFX10: encoding: [0x01,0x67,0xe9,0x80]3299 3300s_sub_u32 s105, s104, s23301// GFX10: encoding: [0x68,0x02,0xe9,0x80]3302 3303s_sub_u32 s105, s1, s23304// GFX10: encoding: [0x01,0x02,0xe9,0x80]3305 3306s_sub_u32 s0, s104, s23307// GFX10: encoding: [0x68,0x02,0x80,0x80]3308 3309s_sub_u32 s0, s1, s1033310// GFX10: encoding: [0x01,0x67,0x80,0x80]3311 3312s_sub_u32 exec_lo, s1, s23313// GFX10: encoding: [0x01,0x02,0xfe,0x80]3314 3315s_sub_u32 exec_hi, s1, s23316// GFX10: encoding: [0x01,0x02,0xff,0x80]3317 3318s_sub_u32 vcc_lo, s1, s23319// GFX10: encoding: [0x01,0x02,0xea,0x80]3320 3321s_sub_u32 vcc_hi, s1, s23322// GFX10: encoding: [0x01,0x02,0xeb,0x80]3323 3324s_sub_u32 m0, s1, s23325// GFX10: encoding: [0x01,0x02,0xfc,0x80]3326 3327s_sub_u32 s0, exec_lo, s23328// GFX10: encoding: [0x7e,0x02,0x80,0x80]3329 3330s_sub_u32 s0, exec_hi, s23331// GFX10: encoding: [0x7f,0x02,0x80,0x80]3332 3333s_sub_u32 s0, vcc_lo, s23334// GFX10: encoding: [0x6a,0x02,0x80,0x80]3335 3336s_sub_u32 s0, vcc_hi, s23337// GFX10: encoding: [0x6b,0x02,0x80,0x80]3338 3339s_sub_u32 s0, m0, s23340// GFX10: encoding: [0x7c,0x02,0x80,0x80]3341 3342s_sub_u32 s0, 0, s23343// GFX10: encoding: [0x80,0x02,0x80,0x80]3344 3345s_sub_u32 s0, -1, s23346// GFX10: encoding: [0xc1,0x02,0x80,0x80]3347 3348s_sub_u32 s0, 0.5, s23349// GFX10: encoding: [0xf0,0x02,0x80,0x80]3350 3351s_sub_u32 s0, -4.0, s23352// GFX10: encoding: [0xf7,0x02,0x80,0x80]3353 3354s_sub_u32 s0, 0x3f717273, s23355// GFX10: encoding: [0xff,0x02,0x80,0x80,0x73,0x72,0x71,0x3f]3356 3357s_sub_u32 s0, 0xaf123456, s23358// GFX10: encoding: [0xff,0x02,0x80,0x80,0x56,0x34,0x12,0xaf]3359 3360s_sub_u32 s0, s1, exec_lo3361// GFX10: encoding: [0x01,0x7e,0x80,0x80]3362 3363s_sub_u32 s0, s1, exec_hi3364// GFX10: encoding: [0x01,0x7f,0x80,0x80]3365 3366s_sub_u32 s0, s1, vcc_lo3367// GFX10: encoding: [0x01,0x6a,0x80,0x80]3368 3369s_sub_u32 s0, s1, vcc_hi3370// GFX10: encoding: [0x01,0x6b,0x80,0x80]3371 3372s_sub_u32 s0, s1, m03373// GFX10: encoding: [0x01,0x7c,0x80,0x80]3374 3375s_sub_u32 s0, s1, 03376// GFX10: encoding: [0x01,0x80,0x80,0x80]3377 3378s_sub_u32 s0, s1, -13379// GFX10: encoding: [0x01,0xc1,0x80,0x80]3380 3381s_sub_u32 s0, s1, 0.53382// GFX10: encoding: [0x01,0xf0,0x80,0x80]3383 3384s_sub_u32 s0, s1, -4.03385// GFX10: encoding: [0x01,0xf7,0x80,0x80]3386 3387s_sub_u32 s0, s1, 0x3f7172733388// GFX10: encoding: [0x01,0xff,0x80,0x80,0x73,0x72,0x71,0x3f]3389 3390s_sub_u32 s0, s1, 0xaf1234563391// GFX10: encoding: [0x01,0xff,0x80,0x80,0x56,0x34,0x12,0xaf]3392 3393s_add_i32 s0, s1, s23394// GFX10: encoding: [0x01,0x02,0x00,0x81]3395 3396s_add_i32 s105, s104, s1033397// GFX10: encoding: [0x68,0x67,0x69,0x81]3398 3399s_add_i32 s0, s104, s1033400// GFX10: encoding: [0x68,0x67,0x00,0x81]3401 3402s_add_i32 s105, s1, s1033403// GFX10: encoding: [0x01,0x67,0x69,0x81]3404 3405s_add_i32 s105, s104, s23406// GFX10: encoding: [0x68,0x02,0x69,0x81]3407 3408s_add_i32 s105, s1, s23409// GFX10: encoding: [0x01,0x02,0x69,0x81]3410 3411s_add_i32 s0, s104, s23412// GFX10: encoding: [0x68,0x02,0x00,0x81]3413 3414s_add_i32 s0, s1, s1033415// GFX10: encoding: [0x01,0x67,0x00,0x81]3416 3417s_add_i32 exec_lo, s1, s23418// GFX10: encoding: [0x01,0x02,0x7e,0x81]3419 3420s_add_i32 exec_hi, s1, s23421// GFX10: encoding: [0x01,0x02,0x7f,0x81]3422 3423s_add_i32 vcc_lo, s1, s23424// GFX10: encoding: [0x01,0x02,0x6a,0x81]3425 3426s_add_i32 vcc_hi, s1, s23427// GFX10: encoding: [0x01,0x02,0x6b,0x81]3428 3429s_add_i32 m0, s1, s23430// GFX10: encoding: [0x01,0x02,0x7c,0x81]3431 3432s_add_i32 s0, exec_lo, s23433// GFX10: encoding: [0x7e,0x02,0x00,0x81]3434 3435s_add_i32 s0, exec_hi, s23436// GFX10: encoding: [0x7f,0x02,0x00,0x81]3437 3438s_add_i32 s0, vcc_lo, s23439// GFX10: encoding: [0x6a,0x02,0x00,0x81]3440 3441s_add_i32 s0, vcc_hi, s23442// GFX10: encoding: [0x6b,0x02,0x00,0x81]3443 3444s_add_i32 s0, m0, s23445// GFX10: encoding: [0x7c,0x02,0x00,0x81]3446 3447s_add_i32 s0, 0, s23448// GFX10: encoding: [0x80,0x02,0x00,0x81]3449 3450s_add_i32 s0, -1, s23451// GFX10: encoding: [0xc1,0x02,0x00,0x81]3452 3453s_add_i32 s0, 0.5, s23454// GFX10: encoding: [0xf0,0x02,0x00,0x81]3455 3456s_add_i32 s0, -4.0, s23457// GFX10: encoding: [0xf7,0x02,0x00,0x81]3458 3459s_add_i32 s0, 0x3f717273, s23460// GFX10: encoding: [0xff,0x02,0x00,0x81,0x73,0x72,0x71,0x3f]3461 3462s_add_i32 s0, 0xaf123456, s23463// GFX10: encoding: [0xff,0x02,0x00,0x81,0x56,0x34,0x12,0xaf]3464 3465s_add_i32 s0, s1, exec_lo3466// GFX10: encoding: [0x01,0x7e,0x00,0x81]3467 3468s_add_i32 s0, s1, exec_hi3469// GFX10: encoding: [0x01,0x7f,0x00,0x81]3470 3471s_add_i32 s0, s1, vcc_lo3472// GFX10: encoding: [0x01,0x6a,0x00,0x81]3473 3474s_add_i32 s0, s1, vcc_hi3475// GFX10: encoding: [0x01,0x6b,0x00,0x81]3476 3477s_add_i32 s0, s1, m03478// GFX10: encoding: [0x01,0x7c,0x00,0x81]3479 3480s_add_i32 s0, s1, 03481// GFX10: encoding: [0x01,0x80,0x00,0x81]3482 3483s_add_i32 s0, s1, -13484// GFX10: encoding: [0x01,0xc1,0x00,0x81]3485 3486s_add_i32 s0, s1, 0.53487// GFX10: encoding: [0x01,0xf0,0x00,0x81]3488 3489s_add_i32 s0, s1, -4.03490// GFX10: encoding: [0x01,0xf7,0x00,0x81]3491 3492s_add_i32 s0, s1, 0x3f7172733493// GFX10: encoding: [0x01,0xff,0x00,0x81,0x73,0x72,0x71,0x3f]3494 3495s_add_i32 s0, s1, 0xaf1234563496// GFX10: encoding: [0x01,0xff,0x00,0x81,0x56,0x34,0x12,0xaf]3497 3498s_sub_i32 s0, s1, s23499// GFX10: encoding: [0x01,0x02,0x80,0x81]3500 3501s_sub_i32 s105, s104, s1033502// GFX10: encoding: [0x68,0x67,0xe9,0x81]3503 3504s_sub_i32 s0, s104, s1033505// GFX10: encoding: [0x68,0x67,0x80,0x81]3506 3507s_sub_i32 s105, s1, s1033508// GFX10: encoding: [0x01,0x67,0xe9,0x81]3509 3510s_sub_i32 s105, s104, s23511// GFX10: encoding: [0x68,0x02,0xe9,0x81]3512 3513s_sub_i32 s105, s1, s23514// GFX10: encoding: [0x01,0x02,0xe9,0x81]3515 3516s_sub_i32 s0, s104, s23517// GFX10: encoding: [0x68,0x02,0x80,0x81]3518 3519s_sub_i32 s0, s1, s1033520// GFX10: encoding: [0x01,0x67,0x80,0x81]3521 3522s_sub_i32 exec_lo, s1, s23523// GFX10: encoding: [0x01,0x02,0xfe,0x81]3524 3525s_sub_i32 exec_hi, s1, s23526// GFX10: encoding: [0x01,0x02,0xff,0x81]3527 3528s_sub_i32 vcc_lo, s1, s23529// GFX10: encoding: [0x01,0x02,0xea,0x81]3530 3531s_sub_i32 vcc_hi, s1, s23532// GFX10: encoding: [0x01,0x02,0xeb,0x81]3533 3534s_sub_i32 m0, s1, s23535// GFX10: encoding: [0x01,0x02,0xfc,0x81]3536 3537s_sub_i32 s0, exec_lo, s23538// GFX10: encoding: [0x7e,0x02,0x80,0x81]3539 3540s_sub_i32 s0, exec_hi, s23541// GFX10: encoding: [0x7f,0x02,0x80,0x81]3542 3543s_sub_i32 s0, vcc_lo, s23544// GFX10: encoding: [0x6a,0x02,0x80,0x81]3545 3546s_sub_i32 s0, vcc_hi, s23547// GFX10: encoding: [0x6b,0x02,0x80,0x81]3548 3549s_sub_i32 s0, m0, s23550// GFX10: encoding: [0x7c,0x02,0x80,0x81]3551 3552s_sub_i32 s0, 0, s23553// GFX10: encoding: [0x80,0x02,0x80,0x81]3554 3555s_sub_i32 s0, -1, s23556// GFX10: encoding: [0xc1,0x02,0x80,0x81]3557 3558s_sub_i32 s0, 0.5, s23559// GFX10: encoding: [0xf0,0x02,0x80,0x81]3560 3561s_sub_i32 s0, -4.0, s23562// GFX10: encoding: [0xf7,0x02,0x80,0x81]3563 3564s_sub_i32 s0, 0x3f717273, s23565// GFX10: encoding: [0xff,0x02,0x80,0x81,0x73,0x72,0x71,0x3f]3566 3567s_sub_i32 s0, 0xaf123456, s23568// GFX10: encoding: [0xff,0x02,0x80,0x81,0x56,0x34,0x12,0xaf]3569 3570s_sub_i32 s0, s1, exec_lo3571// GFX10: encoding: [0x01,0x7e,0x80,0x81]3572 3573s_sub_i32 s0, s1, exec_hi3574// GFX10: encoding: [0x01,0x7f,0x80,0x81]3575 3576s_sub_i32 s0, s1, vcc_lo3577// GFX10: encoding: [0x01,0x6a,0x80,0x81]3578 3579s_sub_i32 s0, s1, vcc_hi3580// GFX10: encoding: [0x01,0x6b,0x80,0x81]3581 3582s_sub_i32 s0, s1, m03583// GFX10: encoding: [0x01,0x7c,0x80,0x81]3584 3585s_sub_i32 s0, s1, 03586// GFX10: encoding: [0x01,0x80,0x80,0x81]3587 3588s_sub_i32 s0, s1, -13589// GFX10: encoding: [0x01,0xc1,0x80,0x81]3590 3591s_sub_i32 s0, s1, 0.53592// GFX10: encoding: [0x01,0xf0,0x80,0x81]3593 3594s_sub_i32 s0, s1, -4.03595// GFX10: encoding: [0x01,0xf7,0x80,0x81]3596 3597s_sub_i32 s0, s1, 0x3f7172733598// GFX10: encoding: [0x01,0xff,0x80,0x81,0x73,0x72,0x71,0x3f]3599 3600s_sub_i32 s0, s1, 0xaf1234563601// GFX10: encoding: [0x01,0xff,0x80,0x81,0x56,0x34,0x12,0xaf]3602 3603s_addc_u32 s0, s1, s23604// GFX10: encoding: [0x01,0x02,0x00,0x82]3605 3606s_addc_u32 s105, s104, s1033607// GFX10: encoding: [0x68,0x67,0x69,0x82]3608 3609s_addc_u32 s0, s104, s1033610// GFX10: encoding: [0x68,0x67,0x00,0x82]3611 3612s_addc_u32 s105, s1, s1033613// GFX10: encoding: [0x01,0x67,0x69,0x82]3614 3615s_addc_u32 s105, s104, s23616// GFX10: encoding: [0x68,0x02,0x69,0x82]3617 3618s_addc_u32 s105, s1, s23619// GFX10: encoding: [0x01,0x02,0x69,0x82]3620 3621s_addc_u32 s0, s104, s23622// GFX10: encoding: [0x68,0x02,0x00,0x82]3623 3624s_addc_u32 s0, s1, s1033625// GFX10: encoding: [0x01,0x67,0x00,0x82]3626 3627s_addc_u32 exec_lo, s1, s23628// GFX10: encoding: [0x01,0x02,0x7e,0x82]3629 3630s_addc_u32 exec_hi, s1, s23631// GFX10: encoding: [0x01,0x02,0x7f,0x82]3632 3633s_addc_u32 vcc_lo, s1, s23634// GFX10: encoding: [0x01,0x02,0x6a,0x82]3635 3636s_addc_u32 vcc_hi, s1, s23637// GFX10: encoding: [0x01,0x02,0x6b,0x82]3638 3639s_addc_u32 m0, s1, s23640// GFX10: encoding: [0x01,0x02,0x7c,0x82]3641 3642s_addc_u32 s0, exec_lo, s23643// GFX10: encoding: [0x7e,0x02,0x00,0x82]3644 3645s_addc_u32 s0, exec_hi, s23646// GFX10: encoding: [0x7f,0x02,0x00,0x82]3647 3648s_addc_u32 s0, vcc_lo, s23649// GFX10: encoding: [0x6a,0x02,0x00,0x82]3650 3651s_addc_u32 s0, vcc_hi, s23652// GFX10: encoding: [0x6b,0x02,0x00,0x82]3653 3654s_addc_u32 s0, m0, s23655// GFX10: encoding: [0x7c,0x02,0x00,0x82]3656 3657s_addc_u32 s0, 0, s23658// GFX10: encoding: [0x80,0x02,0x00,0x82]3659 3660s_addc_u32 s0, -1, s23661// GFX10: encoding: [0xc1,0x02,0x00,0x82]3662 3663s_addc_u32 s0, 0.5, s23664// GFX10: encoding: [0xf0,0x02,0x00,0x82]3665 3666s_addc_u32 s0, -4.0, s23667// GFX10: encoding: [0xf7,0x02,0x00,0x82]3668 3669s_addc_u32 s0, 0x3f717273, s23670// GFX10: encoding: [0xff,0x02,0x00,0x82,0x73,0x72,0x71,0x3f]3671 3672s_addc_u32 s0, 0xaf123456, s23673// GFX10: encoding: [0xff,0x02,0x00,0x82,0x56,0x34,0x12,0xaf]3674 3675s_addc_u32 s0, s1, exec_lo3676// GFX10: encoding: [0x01,0x7e,0x00,0x82]3677 3678s_addc_u32 s0, s1, exec_hi3679// GFX10: encoding: [0x01,0x7f,0x00,0x82]3680 3681s_addc_u32 s0, s1, vcc_lo3682// GFX10: encoding: [0x01,0x6a,0x00,0x82]3683 3684s_addc_u32 s0, s1, vcc_hi3685// GFX10: encoding: [0x01,0x6b,0x00,0x82]3686 3687s_addc_u32 s0, s1, m03688// GFX10: encoding: [0x01,0x7c,0x00,0x82]3689 3690s_addc_u32 s0, s1, 03691// GFX10: encoding: [0x01,0x80,0x00,0x82]3692 3693s_addc_u32 s0, s1, -13694// GFX10: encoding: [0x01,0xc1,0x00,0x82]3695 3696s_addc_u32 s0, s1, 0.53697// GFX10: encoding: [0x01,0xf0,0x00,0x82]3698 3699s_addc_u32 s0, s1, -4.03700// GFX10: encoding: [0x01,0xf7,0x00,0x82]3701 3702s_addc_u32 s0, s1, 0x3f7172733703// GFX10: encoding: [0x01,0xff,0x00,0x82,0x73,0x72,0x71,0x3f]3704 3705s_addc_u32 s0, s1, 0xaf1234563706// GFX10: encoding: [0x01,0xff,0x00,0x82,0x56,0x34,0x12,0xaf]3707 3708s_subb_u32 s0, s1, s23709// GFX10: encoding: [0x01,0x02,0x80,0x82]3710 3711s_subb_u32 s105, s104, s1033712// GFX10: encoding: [0x68,0x67,0xe9,0x82]3713 3714s_subb_u32 s0, s104, s1033715// GFX10: encoding: [0x68,0x67,0x80,0x82]3716 3717s_subb_u32 s105, s1, s1033718// GFX10: encoding: [0x01,0x67,0xe9,0x82]3719 3720s_subb_u32 s105, s104, s23721// GFX10: encoding: [0x68,0x02,0xe9,0x82]3722 3723s_subb_u32 s105, s1, s23724// GFX10: encoding: [0x01,0x02,0xe9,0x82]3725 3726s_subb_u32 s0, s104, s23727// GFX10: encoding: [0x68,0x02,0x80,0x82]3728 3729s_subb_u32 s0, s1, s1033730// GFX10: encoding: [0x01,0x67,0x80,0x82]3731 3732s_subb_u32 exec_lo, s1, s23733// GFX10: encoding: [0x01,0x02,0xfe,0x82]3734 3735s_subb_u32 exec_hi, s1, s23736// GFX10: encoding: [0x01,0x02,0xff,0x82]3737 3738s_subb_u32 vcc_lo, s1, s23739// GFX10: encoding: [0x01,0x02,0xea,0x82]3740 3741s_subb_u32 vcc_hi, s1, s23742// GFX10: encoding: [0x01,0x02,0xeb,0x82]3743 3744s_subb_u32 m0, s1, s23745// GFX10: encoding: [0x01,0x02,0xfc,0x82]3746 3747s_subb_u32 s0, exec_lo, s23748// GFX10: encoding: [0x7e,0x02,0x80,0x82]3749 3750s_subb_u32 s0, exec_hi, s23751// GFX10: encoding: [0x7f,0x02,0x80,0x82]3752 3753s_subb_u32 s0, vcc_lo, s23754// GFX10: encoding: [0x6a,0x02,0x80,0x82]3755 3756s_subb_u32 s0, vcc_hi, s23757// GFX10: encoding: [0x6b,0x02,0x80,0x82]3758 3759s_subb_u32 s0, m0, s23760// GFX10: encoding: [0x7c,0x02,0x80,0x82]3761 3762s_subb_u32 s0, 0, s23763// GFX10: encoding: [0x80,0x02,0x80,0x82]3764 3765s_subb_u32 s0, -1, s23766// GFX10: encoding: [0xc1,0x02,0x80,0x82]3767 3768s_subb_u32 s0, 0.5, s23769// GFX10: encoding: [0xf0,0x02,0x80,0x82]3770 3771s_subb_u32 s0, -4.0, s23772// GFX10: encoding: [0xf7,0x02,0x80,0x82]3773 3774s_subb_u32 s0, 0x3f717273, s23775// GFX10: encoding: [0xff,0x02,0x80,0x82,0x73,0x72,0x71,0x3f]3776 3777s_subb_u32 s0, 0xaf123456, s23778// GFX10: encoding: [0xff,0x02,0x80,0x82,0x56,0x34,0x12,0xaf]3779 3780s_subb_u32 s0, s1, exec_lo3781// GFX10: encoding: [0x01,0x7e,0x80,0x82]3782 3783s_subb_u32 s0, s1, exec_hi3784// GFX10: encoding: [0x01,0x7f,0x80,0x82]3785 3786s_subb_u32 s0, s1, vcc_lo3787// GFX10: encoding: [0x01,0x6a,0x80,0x82]3788 3789s_subb_u32 s0, s1, vcc_hi3790// GFX10: encoding: [0x01,0x6b,0x80,0x82]3791 3792s_subb_u32 s0, s1, m03793// GFX10: encoding: [0x01,0x7c,0x80,0x82]3794 3795s_subb_u32 s0, s1, 03796// GFX10: encoding: [0x01,0x80,0x80,0x82]3797 3798s_subb_u32 s0, s1, -13799// GFX10: encoding: [0x01,0xc1,0x80,0x82]3800 3801s_subb_u32 s0, s1, 0.53802// GFX10: encoding: [0x01,0xf0,0x80,0x82]3803 3804s_subb_u32 s0, s1, -4.03805// GFX10: encoding: [0x01,0xf7,0x80,0x82]3806 3807s_subb_u32 s0, s1, 0x3f7172733808// GFX10: encoding: [0x01,0xff,0x80,0x82,0x73,0x72,0x71,0x3f]3809 3810s_subb_u32 s0, s1, 0xaf1234563811// GFX10: encoding: [0x01,0xff,0x80,0x82,0x56,0x34,0x12,0xaf]3812 3813s_min_i32 s0, s1, s23814// GFX10: encoding: [0x01,0x02,0x00,0x83]3815 3816s_min_i32 s105, s104, s1033817// GFX10: encoding: [0x68,0x67,0x69,0x83]3818 3819s_min_i32 s0, s104, s1033820// GFX10: encoding: [0x68,0x67,0x00,0x83]3821 3822s_min_i32 s105, s1, s1033823// GFX10: encoding: [0x01,0x67,0x69,0x83]3824 3825s_min_i32 s105, s104, s23826// GFX10: encoding: [0x68,0x02,0x69,0x83]3827 3828s_min_i32 s105, s1, s23829// GFX10: encoding: [0x01,0x02,0x69,0x83]3830 3831s_min_i32 s0, s104, s23832// GFX10: encoding: [0x68,0x02,0x00,0x83]3833 3834s_min_i32 s0, s1, s1033835// GFX10: encoding: [0x01,0x67,0x00,0x83]3836 3837s_min_i32 exec_lo, s1, s23838// GFX10: encoding: [0x01,0x02,0x7e,0x83]3839 3840s_min_i32 exec_hi, s1, s23841// GFX10: encoding: [0x01,0x02,0x7f,0x83]3842 3843s_min_i32 vcc_lo, s1, s23844// GFX10: encoding: [0x01,0x02,0x6a,0x83]3845 3846s_min_i32 vcc_hi, s1, s23847// GFX10: encoding: [0x01,0x02,0x6b,0x83]3848 3849s_min_i32 m0, s1, s23850// GFX10: encoding: [0x01,0x02,0x7c,0x83]3851 3852s_min_i32 s0, exec_lo, s23853// GFX10: encoding: [0x7e,0x02,0x00,0x83]3854 3855s_min_i32 s0, exec_hi, s23856// GFX10: encoding: [0x7f,0x02,0x00,0x83]3857 3858s_min_i32 s0, vcc_lo, s23859// GFX10: encoding: [0x6a,0x02,0x00,0x83]3860 3861s_min_i32 s0, vcc_hi, s23862// GFX10: encoding: [0x6b,0x02,0x00,0x83]3863 3864s_min_i32 s0, m0, s23865// GFX10: encoding: [0x7c,0x02,0x00,0x83]3866 3867s_min_i32 s0, 0, s23868// GFX10: encoding: [0x80,0x02,0x00,0x83]3869 3870s_min_i32 s0, -1, s23871// GFX10: encoding: [0xc1,0x02,0x00,0x83]3872 3873s_min_i32 s0, 0.5, s23874// GFX10: encoding: [0xf0,0x02,0x00,0x83]3875 3876s_min_i32 s0, -4.0, s23877// GFX10: encoding: [0xf7,0x02,0x00,0x83]3878 3879s_min_i32 s0, 0x3f717273, s23880// GFX10: encoding: [0xff,0x02,0x00,0x83,0x73,0x72,0x71,0x3f]3881 3882s_min_i32 s0, 0xaf123456, s23883// GFX10: encoding: [0xff,0x02,0x00,0x83,0x56,0x34,0x12,0xaf]3884 3885s_min_i32 s0, s1, exec_lo3886// GFX10: encoding: [0x01,0x7e,0x00,0x83]3887 3888s_min_i32 s0, s1, exec_hi3889// GFX10: encoding: [0x01,0x7f,0x00,0x83]3890 3891s_min_i32 s0, s1, vcc_lo3892// GFX10: encoding: [0x01,0x6a,0x00,0x83]3893 3894s_min_i32 s0, s1, vcc_hi3895// GFX10: encoding: [0x01,0x6b,0x00,0x83]3896 3897s_min_i32 s0, s1, m03898// GFX10: encoding: [0x01,0x7c,0x00,0x83]3899 3900s_min_i32 s0, s1, 03901// GFX10: encoding: [0x01,0x80,0x00,0x83]3902 3903s_min_i32 s0, s1, -13904// GFX10: encoding: [0x01,0xc1,0x00,0x83]3905 3906s_min_i32 s0, s1, 0.53907// GFX10: encoding: [0x01,0xf0,0x00,0x83]3908 3909s_min_i32 s0, s1, -4.03910// GFX10: encoding: [0x01,0xf7,0x00,0x83]3911 3912s_min_i32 s0, s1, 0x3f7172733913// GFX10: encoding: [0x01,0xff,0x00,0x83,0x73,0x72,0x71,0x3f]3914 3915s_min_i32 s0, s1, 0xaf1234563916// GFX10: encoding: [0x01,0xff,0x00,0x83,0x56,0x34,0x12,0xaf]3917 3918s_min_u32 s0, s1, s23919// GFX10: encoding: [0x01,0x02,0x80,0x83]3920 3921s_min_u32 s105, s104, s1033922// GFX10: encoding: [0x68,0x67,0xe9,0x83]3923 3924s_min_u32 s0, s104, s1033925// GFX10: encoding: [0x68,0x67,0x80,0x83]3926 3927s_min_u32 s105, s1, s1033928// GFX10: encoding: [0x01,0x67,0xe9,0x83]3929 3930s_min_u32 s105, s104, s23931// GFX10: encoding: [0x68,0x02,0xe9,0x83]3932 3933s_min_u32 s105, s1, s23934// GFX10: encoding: [0x01,0x02,0xe9,0x83]3935 3936s_min_u32 s0, s104, s23937// GFX10: encoding: [0x68,0x02,0x80,0x83]3938 3939s_min_u32 s0, s1, s1033940// GFX10: encoding: [0x01,0x67,0x80,0x83]3941 3942s_min_u32 exec_lo, s1, s23943// GFX10: encoding: [0x01,0x02,0xfe,0x83]3944 3945s_min_u32 exec_hi, s1, s23946// GFX10: encoding: [0x01,0x02,0xff,0x83]3947 3948s_min_u32 vcc_lo, s1, s23949// GFX10: encoding: [0x01,0x02,0xea,0x83]3950 3951s_min_u32 vcc_hi, s1, s23952// GFX10: encoding: [0x01,0x02,0xeb,0x83]3953 3954s_min_u32 m0, s1, s23955// GFX10: encoding: [0x01,0x02,0xfc,0x83]3956 3957s_min_u32 s0, exec_lo, s23958// GFX10: encoding: [0x7e,0x02,0x80,0x83]3959 3960s_min_u32 s0, exec_hi, s23961// GFX10: encoding: [0x7f,0x02,0x80,0x83]3962 3963s_min_u32 s0, vcc_lo, s23964// GFX10: encoding: [0x6a,0x02,0x80,0x83]3965 3966s_min_u32 s0, vcc_hi, s23967// GFX10: encoding: [0x6b,0x02,0x80,0x83]3968 3969s_min_u32 s0, m0, s23970// GFX10: encoding: [0x7c,0x02,0x80,0x83]3971 3972s_min_u32 s0, 0, s23973// GFX10: encoding: [0x80,0x02,0x80,0x83]3974 3975s_min_u32 s0, -1, s23976// GFX10: encoding: [0xc1,0x02,0x80,0x83]3977 3978s_min_u32 s0, 0.5, s23979// GFX10: encoding: [0xf0,0x02,0x80,0x83]3980 3981s_min_u32 s0, -4.0, s23982// GFX10: encoding: [0xf7,0x02,0x80,0x83]3983 3984s_min_u32 s0, 0x3f717273, s23985// GFX10: encoding: [0xff,0x02,0x80,0x83,0x73,0x72,0x71,0x3f]3986 3987s_min_u32 s0, 0xaf123456, s23988// GFX10: encoding: [0xff,0x02,0x80,0x83,0x56,0x34,0x12,0xaf]3989 3990s_min_u32 s0, s1, exec_lo3991// GFX10: encoding: [0x01,0x7e,0x80,0x83]3992 3993s_min_u32 s0, s1, exec_hi3994// GFX10: encoding: [0x01,0x7f,0x80,0x83]3995 3996s_min_u32 s0, s1, vcc_lo3997// GFX10: encoding: [0x01,0x6a,0x80,0x83]3998 3999s_min_u32 s0, s1, vcc_hi4000// GFX10: encoding: [0x01,0x6b,0x80,0x83]4001 4002s_min_u32 s0, s1, m04003// GFX10: encoding: [0x01,0x7c,0x80,0x83]4004 4005s_min_u32 s0, s1, 04006// GFX10: encoding: [0x01,0x80,0x80,0x83]4007 4008s_min_u32 s0, s1, -14009// GFX10: encoding: [0x01,0xc1,0x80,0x83]4010 4011s_min_u32 s0, s1, 0.54012// GFX10: encoding: [0x01,0xf0,0x80,0x83]4013 4014s_min_u32 s0, s1, -4.04015// GFX10: encoding: [0x01,0xf7,0x80,0x83]4016 4017s_min_u32 s0, s1, 0x3f7172734018// GFX10: encoding: [0x01,0xff,0x80,0x83,0x73,0x72,0x71,0x3f]4019 4020s_min_u32 s0, s1, 0xaf1234564021// GFX10: encoding: [0x01,0xff,0x80,0x83,0x56,0x34,0x12,0xaf]4022 4023s_max_i32 s0, s1, s24024// GFX10: encoding: [0x01,0x02,0x00,0x84]4025 4026s_max_i32 s105, s104, s1034027// GFX10: encoding: [0x68,0x67,0x69,0x84]4028 4029s_max_i32 s0, s104, s1034030// GFX10: encoding: [0x68,0x67,0x00,0x84]4031 4032s_max_i32 s105, s1, s1034033// GFX10: encoding: [0x01,0x67,0x69,0x84]4034 4035s_max_i32 s105, s104, s24036// GFX10: encoding: [0x68,0x02,0x69,0x84]4037 4038s_max_i32 s105, s1, s24039// GFX10: encoding: [0x01,0x02,0x69,0x84]4040 4041s_max_i32 s0, s104, s24042// GFX10: encoding: [0x68,0x02,0x00,0x84]4043 4044s_max_i32 s0, s1, s1034045// GFX10: encoding: [0x01,0x67,0x00,0x84]4046 4047s_max_i32 exec_lo, s1, s24048// GFX10: encoding: [0x01,0x02,0x7e,0x84]4049 4050s_max_i32 exec_hi, s1, s24051// GFX10: encoding: [0x01,0x02,0x7f,0x84]4052 4053s_max_i32 vcc_lo, s1, s24054// GFX10: encoding: [0x01,0x02,0x6a,0x84]4055 4056s_max_i32 vcc_hi, s1, s24057// GFX10: encoding: [0x01,0x02,0x6b,0x84]4058 4059s_max_i32 m0, s1, s24060// GFX10: encoding: [0x01,0x02,0x7c,0x84]4061 4062s_max_i32 s0, exec_lo, s24063// GFX10: encoding: [0x7e,0x02,0x00,0x84]4064 4065s_max_i32 s0, exec_hi, s24066// GFX10: encoding: [0x7f,0x02,0x00,0x84]4067 4068s_max_i32 s0, vcc_lo, s24069// GFX10: encoding: [0x6a,0x02,0x00,0x84]4070 4071s_max_i32 s0, vcc_hi, s24072// GFX10: encoding: [0x6b,0x02,0x00,0x84]4073 4074s_max_i32 s0, m0, s24075// GFX10: encoding: [0x7c,0x02,0x00,0x84]4076 4077s_max_i32 s0, 0, s24078// GFX10: encoding: [0x80,0x02,0x00,0x84]4079 4080s_max_i32 s0, -1, s24081// GFX10: encoding: [0xc1,0x02,0x00,0x84]4082 4083s_max_i32 s0, 0.5, s24084// GFX10: encoding: [0xf0,0x02,0x00,0x84]4085 4086s_max_i32 s0, -4.0, s24087// GFX10: encoding: [0xf7,0x02,0x00,0x84]4088 4089s_max_i32 s0, 0x3f717273, s24090// GFX10: encoding: [0xff,0x02,0x00,0x84,0x73,0x72,0x71,0x3f]4091 4092s_max_i32 s0, 0xaf123456, s24093// GFX10: encoding: [0xff,0x02,0x00,0x84,0x56,0x34,0x12,0xaf]4094 4095s_max_i32 s0, s1, exec_lo4096// GFX10: encoding: [0x01,0x7e,0x00,0x84]4097 4098s_max_i32 s0, s1, exec_hi4099// GFX10: encoding: [0x01,0x7f,0x00,0x84]4100 4101s_max_i32 s0, s1, vcc_lo4102// GFX10: encoding: [0x01,0x6a,0x00,0x84]4103 4104s_max_i32 s0, s1, vcc_hi4105// GFX10: encoding: [0x01,0x6b,0x00,0x84]4106 4107s_max_i32 s0, s1, m04108// GFX10: encoding: [0x01,0x7c,0x00,0x84]4109 4110s_max_i32 s0, s1, 04111// GFX10: encoding: [0x01,0x80,0x00,0x84]4112 4113s_max_i32 s0, s1, -14114// GFX10: encoding: [0x01,0xc1,0x00,0x84]4115 4116s_max_i32 s0, s1, 0.54117// GFX10: encoding: [0x01,0xf0,0x00,0x84]4118 4119s_max_i32 s0, s1, -4.04120// GFX10: encoding: [0x01,0xf7,0x00,0x84]4121 4122s_max_i32 s0, s1, 0x3f7172734123// GFX10: encoding: [0x01,0xff,0x00,0x84,0x73,0x72,0x71,0x3f]4124 4125s_max_i32 s0, s1, 0xaf1234564126// GFX10: encoding: [0x01,0xff,0x00,0x84,0x56,0x34,0x12,0xaf]4127 4128s_max_u32 s0, s1, s24129// GFX10: encoding: [0x01,0x02,0x80,0x84]4130 4131s_max_u32 s105, s104, s1034132// GFX10: encoding: [0x68,0x67,0xe9,0x84]4133 4134s_max_u32 s0, s104, s1034135// GFX10: encoding: [0x68,0x67,0x80,0x84]4136 4137s_max_u32 s105, s1, s1034138// GFX10: encoding: [0x01,0x67,0xe9,0x84]4139 4140s_max_u32 s105, s104, s24141// GFX10: encoding: [0x68,0x02,0xe9,0x84]4142 4143s_max_u32 s105, s1, s24144// GFX10: encoding: [0x01,0x02,0xe9,0x84]4145 4146s_max_u32 s0, s104, s24147// GFX10: encoding: [0x68,0x02,0x80,0x84]4148 4149s_max_u32 s0, s1, s1034150// GFX10: encoding: [0x01,0x67,0x80,0x84]4151 4152s_max_u32 exec_lo, s1, s24153// GFX10: encoding: [0x01,0x02,0xfe,0x84]4154 4155s_max_u32 exec_hi, s1, s24156// GFX10: encoding: [0x01,0x02,0xff,0x84]4157 4158s_max_u32 vcc_lo, s1, s24159// GFX10: encoding: [0x01,0x02,0xea,0x84]4160 4161s_max_u32 vcc_hi, s1, s24162// GFX10: encoding: [0x01,0x02,0xeb,0x84]4163 4164s_max_u32 m0, s1, s24165// GFX10: encoding: [0x01,0x02,0xfc,0x84]4166 4167s_max_u32 s0, exec_lo, s24168// GFX10: encoding: [0x7e,0x02,0x80,0x84]4169 4170s_max_u32 s0, exec_hi, s24171// GFX10: encoding: [0x7f,0x02,0x80,0x84]4172 4173s_max_u32 s0, vcc_lo, s24174// GFX10: encoding: [0x6a,0x02,0x80,0x84]4175 4176s_max_u32 s0, vcc_hi, s24177// GFX10: encoding: [0x6b,0x02,0x80,0x84]4178 4179s_max_u32 s0, m0, s24180// GFX10: encoding: [0x7c,0x02,0x80,0x84]4181 4182s_max_u32 s0, 0, s24183// GFX10: encoding: [0x80,0x02,0x80,0x84]4184 4185s_max_u32 s0, -1, s24186// GFX10: encoding: [0xc1,0x02,0x80,0x84]4187 4188s_max_u32 s0, 0.5, s24189// GFX10: encoding: [0xf0,0x02,0x80,0x84]4190 4191s_max_u32 s0, -4.0, s24192// GFX10: encoding: [0xf7,0x02,0x80,0x84]4193 4194s_max_u32 s0, 0x3f717273, s24195// GFX10: encoding: [0xff,0x02,0x80,0x84,0x73,0x72,0x71,0x3f]4196 4197s_max_u32 s0, 0xaf123456, s24198// GFX10: encoding: [0xff,0x02,0x80,0x84,0x56,0x34,0x12,0xaf]4199 4200s_max_u32 s0, s1, exec_lo4201// GFX10: encoding: [0x01,0x7e,0x80,0x84]4202 4203s_max_u32 s0, s1, exec_hi4204// GFX10: encoding: [0x01,0x7f,0x80,0x84]4205 4206s_max_u32 s0, s1, vcc_lo4207// GFX10: encoding: [0x01,0x6a,0x80,0x84]4208 4209s_max_u32 s0, s1, vcc_hi4210// GFX10: encoding: [0x01,0x6b,0x80,0x84]4211 4212s_max_u32 s0, s1, m04213// GFX10: encoding: [0x01,0x7c,0x80,0x84]4214 4215s_max_u32 s0, s1, 04216// GFX10: encoding: [0x01,0x80,0x80,0x84]4217 4218s_max_u32 s0, s1, -14219// GFX10: encoding: [0x01,0xc1,0x80,0x84]4220 4221s_max_u32 s0, s1, 0.54222// GFX10: encoding: [0x01,0xf0,0x80,0x84]4223 4224s_max_u32 s0, s1, -4.04225// GFX10: encoding: [0x01,0xf7,0x80,0x84]4226 4227s_max_u32 s0, s1, 0x3f7172734228// GFX10: encoding: [0x01,0xff,0x80,0x84,0x73,0x72,0x71,0x3f]4229 4230s_max_u32 s0, s1, 0xaf1234564231// GFX10: encoding: [0x01,0xff,0x80,0x84,0x56,0x34,0x12,0xaf]4232 4233s_cselect_b32 s0, s1, s24234// GFX10: encoding: [0x01,0x02,0x00,0x85]4235 4236s_cselect_b32 s105, s104, s1034237// GFX10: encoding: [0x68,0x67,0x69,0x85]4238 4239s_cselect_b32 s0, s104, s1034240// GFX10: encoding: [0x68,0x67,0x00,0x85]4241 4242s_cselect_b32 s105, s1, s1034243// GFX10: encoding: [0x01,0x67,0x69,0x85]4244 4245s_cselect_b32 s105, s104, s24246// GFX10: encoding: [0x68,0x02,0x69,0x85]4247 4248s_cselect_b32 s105, s1, s24249// GFX10: encoding: [0x01,0x02,0x69,0x85]4250 4251s_cselect_b32 s0, s104, s24252// GFX10: encoding: [0x68,0x02,0x00,0x85]4253 4254s_cselect_b32 s0, s1, s1034255// GFX10: encoding: [0x01,0x67,0x00,0x85]4256 4257s_cselect_b32 exec_lo, s1, s24258// GFX10: encoding: [0x01,0x02,0x7e,0x85]4259 4260s_cselect_b32 exec_hi, s1, s24261// GFX10: encoding: [0x01,0x02,0x7f,0x85]4262 4263s_cselect_b32 vcc_lo, s1, s24264// GFX10: encoding: [0x01,0x02,0x6a,0x85]4265 4266s_cselect_b32 vcc_hi, s1, s24267// GFX10: encoding: [0x01,0x02,0x6b,0x85]4268 4269s_cselect_b32 m0, s1, s24270// GFX10: encoding: [0x01,0x02,0x7c,0x85]4271 4272s_cselect_b32 s0, exec_lo, s24273// GFX10: encoding: [0x7e,0x02,0x00,0x85]4274 4275s_cselect_b32 s0, exec_hi, s24276// GFX10: encoding: [0x7f,0x02,0x00,0x85]4277 4278s_cselect_b32 s0, vcc_lo, s24279// GFX10: encoding: [0x6a,0x02,0x00,0x85]4280 4281s_cselect_b32 s0, vcc_hi, s24282// GFX10: encoding: [0x6b,0x02,0x00,0x85]4283 4284s_cselect_b32 s0, m0, s24285// GFX10: encoding: [0x7c,0x02,0x00,0x85]4286 4287s_cselect_b32 s0, 0, s24288// GFX10: encoding: [0x80,0x02,0x00,0x85]4289 4290s_cselect_b32 s0, -1, s24291// GFX10: encoding: [0xc1,0x02,0x00,0x85]4292 4293s_cselect_b32 s0, 0.5, s24294// GFX10: encoding: [0xf0,0x02,0x00,0x85]4295 4296s_cselect_b32 s0, -4.0, s24297// GFX10: encoding: [0xf7,0x02,0x00,0x85]4298 4299s_cselect_b32 s0, 0x3f717273, s24300// GFX10: encoding: [0xff,0x02,0x00,0x85,0x73,0x72,0x71,0x3f]4301 4302s_cselect_b32 s0, 0xaf123456, s24303// GFX10: encoding: [0xff,0x02,0x00,0x85,0x56,0x34,0x12,0xaf]4304 4305s_cselect_b32 s0, s1, exec_lo4306// GFX10: encoding: [0x01,0x7e,0x00,0x85]4307 4308s_cselect_b32 s0, s1, exec_hi4309// GFX10: encoding: [0x01,0x7f,0x00,0x85]4310 4311s_cselect_b32 s0, s1, vcc_lo4312// GFX10: encoding: [0x01,0x6a,0x00,0x85]4313 4314s_cselect_b32 s0, s1, vcc_hi4315// GFX10: encoding: [0x01,0x6b,0x00,0x85]4316 4317s_cselect_b32 s0, s1, m04318// GFX10: encoding: [0x01,0x7c,0x00,0x85]4319 4320s_cselect_b32 s0, s1, 04321// GFX10: encoding: [0x01,0x80,0x00,0x85]4322 4323s_cselect_b32 s0, s1, -14324// GFX10: encoding: [0x01,0xc1,0x00,0x85]4325 4326s_cselect_b32 s0, s1, 0.54327// GFX10: encoding: [0x01,0xf0,0x00,0x85]4328 4329s_cselect_b32 s0, s1, -4.04330// GFX10: encoding: [0x01,0xf7,0x00,0x85]4331 4332s_cselect_b32 s0, s1, 0x3f7172734333// GFX10: encoding: [0x01,0xff,0x00,0x85,0x73,0x72,0x71,0x3f]4334 4335s_cselect_b32 s0, s1, 0xaf1234564336// GFX10: encoding: [0x01,0xff,0x00,0x85,0x56,0x34,0x12,0xaf]4337 4338s_cselect_b64 s[0:1], s[2:3], s[4:5]4339// GFX10: encoding: [0x02,0x04,0x80,0x85]4340 4341s_cselect_b64 s[104:105], s[102:103], s[100:101]4342// GFX10: encoding: [0x66,0x64,0xe8,0x85]4343 4344s_cselect_b64 s[0:1], s[102:103], s[100:101]4345// GFX10: encoding: [0x66,0x64,0x80,0x85]4346 4347s_cselect_b64 s[104:105], s[2:3], s[100:101]4348// GFX10: encoding: [0x02,0x64,0xe8,0x85]4349 4350s_cselect_b64 s[104:105], s[102:103], s[4:5]4351// GFX10: encoding: [0x66,0x04,0xe8,0x85]4352 4353s_cselect_b64 s[104:105], s[2:3], s[4:5]4354// GFX10: encoding: [0x02,0x04,0xe8,0x85]4355 4356s_cselect_b64 s[0:1], s[102:103], s[4:5]4357// GFX10: encoding: [0x66,0x04,0x80,0x85]4358 4359s_cselect_b64 s[0:1], s[2:3], s[100:101]4360// GFX10: encoding: [0x02,0x64,0x80,0x85]4361 4362s_cselect_b64 exec, s[2:3], s[4:5]4363// GFX10: encoding: [0x02,0x04,0xfe,0x85]4364 4365s_cselect_b64 vcc, s[2:3], s[4:5]4366// GFX10: encoding: [0x02,0x04,0xea,0x85]4367 4368s_cselect_b64 s[0:1], exec, s[4:5]4369// GFX10: encoding: [0x7e,0x04,0x80,0x85]4370 4371s_cselect_b64 s[0:1], vcc, s[4:5]4372// GFX10: encoding: [0x6a,0x04,0x80,0x85]4373 4374s_cselect_b64 s[0:1], 0, s[4:5]4375// GFX10: encoding: [0x80,0x04,0x80,0x85]4376 4377s_cselect_b64 s[0:1], -1, s[4:5]4378// GFX10: encoding: [0xc1,0x04,0x80,0x85]4379 4380s_cselect_b64 s[0:1], 0.5, s[4:5]4381// GFX10: encoding: [0xf0,0x04,0x80,0x85]4382 4383s_cselect_b64 s[0:1], -4.0, s[4:5]4384// GFX10: encoding: [0xf7,0x04,0x80,0x85]4385 4386s_cselect_b64 s[0:1], 0x3f717273, s[4:5]4387// GFX10: encoding: [0xff,0x04,0x80,0x85,0x73,0x72,0x71,0x3f]4388 4389s_cselect_b64 s[0:1], 0xaf123456, s[4:5]4390// GFX10: encoding: [0xff,0x04,0x80,0x85,0x56,0x34,0x12,0xaf]4391 4392s_cselect_b64 s[0:1], s[2:3], exec4393// GFX10: encoding: [0x02,0x7e,0x80,0x85]4394 4395s_cselect_b64 s[0:1], s[2:3], vcc4396// GFX10: encoding: [0x02,0x6a,0x80,0x85]4397 4398s_cselect_b64 s[0:1], s[2:3], 04399// GFX10: encoding: [0x02,0x80,0x80,0x85]4400 4401s_cselect_b64 s[0:1], s[2:3], -14402// GFX10: encoding: [0x02,0xc1,0x80,0x85]4403 4404s_cselect_b64 s[0:1], s[2:3], 0.54405// GFX10: encoding: [0x02,0xf0,0x80,0x85]4406 4407s_cselect_b64 s[0:1], s[2:3], -4.04408// GFX10: encoding: [0x02,0xf7,0x80,0x85]4409 4410s_cselect_b64 s[0:1], s[2:3], 0x3f7172734411// GFX10: encoding: [0x02,0xff,0x80,0x85,0x73,0x72,0x71,0x3f]4412 4413s_cselect_b64 s[0:1], s[2:3], 0xaf1234564414// GFX10: encoding: [0x02,0xff,0x80,0x85,0x56,0x34,0x12,0xaf]4415 4416s_and_b32 s0, s1, s24417// GFX10: encoding: [0x01,0x02,0x00,0x87]4418 4419s_and_b32 s105, s104, s1034420// GFX10: encoding: [0x68,0x67,0x69,0x87]4421 4422s_and_b32 s0, s104, s1034423// GFX10: encoding: [0x68,0x67,0x00,0x87]4424 4425s_and_b32 s105, s1, s1034426// GFX10: encoding: [0x01,0x67,0x69,0x87]4427 4428s_and_b32 s105, s104, s24429// GFX10: encoding: [0x68,0x02,0x69,0x87]4430 4431s_and_b32 s105, s1, s24432// GFX10: encoding: [0x01,0x02,0x69,0x87]4433 4434s_and_b32 s0, s104, s24435// GFX10: encoding: [0x68,0x02,0x00,0x87]4436 4437s_and_b32 s0, s1, s1034438// GFX10: encoding: [0x01,0x67,0x00,0x87]4439 4440s_and_b32 exec_lo, s1, s24441// GFX10: encoding: [0x01,0x02,0x7e,0x87]4442 4443s_and_b32 exec_hi, s1, s24444// GFX10: encoding: [0x01,0x02,0x7f,0x87]4445 4446s_and_b32 vcc_lo, s1, s24447// GFX10: encoding: [0x01,0x02,0x6a,0x87]4448 4449s_and_b32 vcc_hi, s1, s24450// GFX10: encoding: [0x01,0x02,0x6b,0x87]4451 4452s_and_b32 m0, s1, s24453// GFX10: encoding: [0x01,0x02,0x7c,0x87]4454 4455s_and_b32 s0, exec_lo, s24456// GFX10: encoding: [0x7e,0x02,0x00,0x87]4457 4458s_and_b32 s0, exec_hi, s24459// GFX10: encoding: [0x7f,0x02,0x00,0x87]4460 4461s_and_b32 s0, vcc_lo, s24462// GFX10: encoding: [0x6a,0x02,0x00,0x87]4463 4464s_and_b32 s0, vcc_hi, s24465// GFX10: encoding: [0x6b,0x02,0x00,0x87]4466 4467s_and_b32 s0, m0, s24468// GFX10: encoding: [0x7c,0x02,0x00,0x87]4469 4470s_and_b32 s0, 0, s24471// GFX10: encoding: [0x80,0x02,0x00,0x87]4472 4473s_and_b32 s0, -1, s24474// GFX10: encoding: [0xc1,0x02,0x00,0x87]4475 4476s_and_b32 s0, 0.5, s24477// GFX10: encoding: [0xf0,0x02,0x00,0x87]4478 4479s_and_b32 s0, -4.0, s24480// GFX10: encoding: [0xf7,0x02,0x00,0x87]4481 4482s_and_b32 s0, 0x3f717273, s24483// GFX10: encoding: [0xff,0x02,0x00,0x87,0x73,0x72,0x71,0x3f]4484 4485s_and_b32 s0, 0xaf123456, s24486// GFX10: encoding: [0xff,0x02,0x00,0x87,0x56,0x34,0x12,0xaf]4487 4488s_and_b32 s0, s1, exec_lo4489// GFX10: encoding: [0x01,0x7e,0x00,0x87]4490 4491s_and_b32 s0, s1, exec_hi4492// GFX10: encoding: [0x01,0x7f,0x00,0x87]4493 4494s_and_b32 s0, s1, vcc_lo4495// GFX10: encoding: [0x01,0x6a,0x00,0x87]4496 4497s_and_b32 s0, s1, vcc_hi4498// GFX10: encoding: [0x01,0x6b,0x00,0x87]4499 4500s_and_b32 s0, s1, m04501// GFX10: encoding: [0x01,0x7c,0x00,0x87]4502 4503s_and_b32 s0, s1, 04504// GFX10: encoding: [0x01,0x80,0x00,0x87]4505 4506s_and_b32 s0, s1, -14507// GFX10: encoding: [0x01,0xc1,0x00,0x87]4508 4509s_and_b32 s0, s1, 0.54510// GFX10: encoding: [0x01,0xf0,0x00,0x87]4511 4512s_and_b32 s0, s1, -4.04513// GFX10: encoding: [0x01,0xf7,0x00,0x87]4514 4515s_and_b32 s0, s1, 0x3f7172734516// GFX10: encoding: [0x01,0xff,0x00,0x87,0x73,0x72,0x71,0x3f]4517 4518s_and_b32 s0, s1, 0xaf1234564519// GFX10: encoding: [0x01,0xff,0x00,0x87,0x56,0x34,0x12,0xaf]4520 4521s_and_b64 s[0:1], s[2:3], s[4:5]4522// GFX10: encoding: [0x02,0x04,0x80,0x87]4523 4524s_and_b64 s[104:105], s[102:103], s[100:101]4525// GFX10: encoding: [0x66,0x64,0xe8,0x87]4526 4527s_and_b64 s[0:1], s[102:103], s[100:101]4528// GFX10: encoding: [0x66,0x64,0x80,0x87]4529 4530s_and_b64 s[104:105], s[2:3], s[100:101]4531// GFX10: encoding: [0x02,0x64,0xe8,0x87]4532 4533s_and_b64 s[104:105], s[102:103], s[4:5]4534// GFX10: encoding: [0x66,0x04,0xe8,0x87]4535 4536s_and_b64 s[104:105], s[2:3], s[4:5]4537// GFX10: encoding: [0x02,0x04,0xe8,0x87]4538 4539s_and_b64 s[0:1], s[102:103], s[4:5]4540// GFX10: encoding: [0x66,0x04,0x80,0x87]4541 4542s_and_b64 s[0:1], s[2:3], s[100:101]4543// GFX10: encoding: [0x02,0x64,0x80,0x87]4544 4545s_and_b64 exec, s[2:3], s[4:5]4546// GFX10: encoding: [0x02,0x04,0xfe,0x87]4547 4548s_and_b64 vcc, s[2:3], s[4:5]4549// GFX10: encoding: [0x02,0x04,0xea,0x87]4550 4551s_and_b64 s[0:1], exec, s[4:5]4552// GFX10: encoding: [0x7e,0x04,0x80,0x87]4553 4554s_and_b64 s[0:1], vcc, s[4:5]4555// GFX10: encoding: [0x6a,0x04,0x80,0x87]4556 4557s_and_b64 s[0:1], 0, s[4:5]4558// GFX10: encoding: [0x80,0x04,0x80,0x87]4559 4560s_and_b64 s[0:1], -1, s[4:5]4561// GFX10: encoding: [0xc1,0x04,0x80,0x87]4562 4563s_and_b64 s[0:1], 0.5, s[4:5]4564// GFX10: encoding: [0xf0,0x04,0x80,0x87]4565 4566s_and_b64 s[0:1], -4.0, s[4:5]4567// GFX10: encoding: [0xf7,0x04,0x80,0x87]4568 4569s_and_b64 s[0:1], 0x3f717273, s[4:5]4570// GFX10: encoding: [0xff,0x04,0x80,0x87,0x73,0x72,0x71,0x3f]4571 4572s_and_b64 s[0:1], 0xaf123456, s[4:5]4573// GFX10: encoding: [0xff,0x04,0x80,0x87,0x56,0x34,0x12,0xaf]4574 4575s_and_b64 s[0:1], s[2:3], exec4576// GFX10: encoding: [0x02,0x7e,0x80,0x87]4577 4578s_and_b64 s[0:1], s[2:3], vcc4579// GFX10: encoding: [0x02,0x6a,0x80,0x87]4580 4581s_and_b64 s[0:1], s[2:3], 04582// GFX10: encoding: [0x02,0x80,0x80,0x87]4583 4584s_and_b64 s[0:1], s[2:3], -14585// GFX10: encoding: [0x02,0xc1,0x80,0x87]4586 4587s_and_b64 s[0:1], s[2:3], 0.54588// GFX10: encoding: [0x02,0xf0,0x80,0x87]4589 4590s_and_b64 s[0:1], s[2:3], -4.04591// GFX10: encoding: [0x02,0xf7,0x80,0x87]4592 4593s_and_b64 s[0:1], s[2:3], 0x3f7172734594// GFX10: encoding: [0x02,0xff,0x80,0x87,0x73,0x72,0x71,0x3f]4595 4596s_and_b64 s[0:1], s[2:3], 0xaf1234564597// GFX10: encoding: [0x02,0xff,0x80,0x87,0x56,0x34,0x12,0xaf]4598 4599s_or_b32 s0, s1, s24600// GFX10: encoding: [0x01,0x02,0x00,0x88]4601 4602s_or_b32 s105, s104, s1034603// GFX10: encoding: [0x68,0x67,0x69,0x88]4604 4605s_or_b32 s0, s104, s1034606// GFX10: encoding: [0x68,0x67,0x00,0x88]4607 4608s_or_b32 s105, s1, s1034609// GFX10: encoding: [0x01,0x67,0x69,0x88]4610 4611s_or_b32 s105, s104, s24612// GFX10: encoding: [0x68,0x02,0x69,0x88]4613 4614s_or_b32 s105, s1, s24615// GFX10: encoding: [0x01,0x02,0x69,0x88]4616 4617s_or_b32 s0, s104, s24618// GFX10: encoding: [0x68,0x02,0x00,0x88]4619 4620s_or_b32 s0, s1, s1034621// GFX10: encoding: [0x01,0x67,0x00,0x88]4622 4623s_or_b32 exec_lo, s1, s24624// GFX10: encoding: [0x01,0x02,0x7e,0x88]4625 4626s_or_b32 exec_hi, s1, s24627// GFX10: encoding: [0x01,0x02,0x7f,0x88]4628 4629s_or_b32 vcc_lo, s1, s24630// GFX10: encoding: [0x01,0x02,0x6a,0x88]4631 4632s_or_b32 vcc_hi, s1, s24633// GFX10: encoding: [0x01,0x02,0x6b,0x88]4634 4635s_or_b32 m0, s1, s24636// GFX10: encoding: [0x01,0x02,0x7c,0x88]4637 4638s_or_b32 s0, exec_lo, s24639// GFX10: encoding: [0x7e,0x02,0x00,0x88]4640 4641s_or_b32 s0, exec_hi, s24642// GFX10: encoding: [0x7f,0x02,0x00,0x88]4643 4644s_or_b32 s0, vcc_lo, s24645// GFX10: encoding: [0x6a,0x02,0x00,0x88]4646 4647s_or_b32 s0, vcc_hi, s24648// GFX10: encoding: [0x6b,0x02,0x00,0x88]4649 4650s_or_b32 s0, m0, s24651// GFX10: encoding: [0x7c,0x02,0x00,0x88]4652 4653s_or_b32 s0, 0, s24654// GFX10: encoding: [0x80,0x02,0x00,0x88]4655 4656s_or_b32 s0, -1, s24657// GFX10: encoding: [0xc1,0x02,0x00,0x88]4658 4659s_or_b32 s0, 0.5, s24660// GFX10: encoding: [0xf0,0x02,0x00,0x88]4661 4662s_or_b32 s0, -4.0, s24663// GFX10: encoding: [0xf7,0x02,0x00,0x88]4664 4665s_or_b32 s0, 0x3f717273, s24666// GFX10: encoding: [0xff,0x02,0x00,0x88,0x73,0x72,0x71,0x3f]4667 4668s_or_b32 s0, 0xaf123456, s24669// GFX10: encoding: [0xff,0x02,0x00,0x88,0x56,0x34,0x12,0xaf]4670 4671s_or_b32 s0, s1, exec_lo4672// GFX10: encoding: [0x01,0x7e,0x00,0x88]4673 4674s_or_b32 s0, s1, exec_hi4675// GFX10: encoding: [0x01,0x7f,0x00,0x88]4676 4677s_or_b32 s0, s1, vcc_lo4678// GFX10: encoding: [0x01,0x6a,0x00,0x88]4679 4680s_or_b32 s0, s1, vcc_hi4681// GFX10: encoding: [0x01,0x6b,0x00,0x88]4682 4683s_or_b32 s0, s1, m04684// GFX10: encoding: [0x01,0x7c,0x00,0x88]4685 4686s_or_b32 s0, s1, 04687// GFX10: encoding: [0x01,0x80,0x00,0x88]4688 4689s_or_b32 s0, s1, -14690// GFX10: encoding: [0x01,0xc1,0x00,0x88]4691 4692s_or_b32 s0, s1, 0.54693// GFX10: encoding: [0x01,0xf0,0x00,0x88]4694 4695s_or_b32 s0, s1, -4.04696// GFX10: encoding: [0x01,0xf7,0x00,0x88]4697 4698s_or_b32 s0, s1, 0x3f7172734699// GFX10: encoding: [0x01,0xff,0x00,0x88,0x73,0x72,0x71,0x3f]4700 4701s_or_b32 s0, s1, 0xaf1234564702// GFX10: encoding: [0x01,0xff,0x00,0x88,0x56,0x34,0x12,0xaf]4703 4704s_or_b64 s[0:1], s[2:3], s[4:5]4705// GFX10: encoding: [0x02,0x04,0x80,0x88]4706 4707s_or_b64 s[104:105], s[102:103], s[100:101]4708// GFX10: encoding: [0x66,0x64,0xe8,0x88]4709 4710s_or_b64 s[0:1], s[102:103], s[100:101]4711// GFX10: encoding: [0x66,0x64,0x80,0x88]4712 4713s_or_b64 s[104:105], s[2:3], s[100:101]4714// GFX10: encoding: [0x02,0x64,0xe8,0x88]4715 4716s_or_b64 s[104:105], s[102:103], s[4:5]4717// GFX10: encoding: [0x66,0x04,0xe8,0x88]4718 4719s_or_b64 s[104:105], s[2:3], s[4:5]4720// GFX10: encoding: [0x02,0x04,0xe8,0x88]4721 4722s_or_b64 s[0:1], s[102:103], s[4:5]4723// GFX10: encoding: [0x66,0x04,0x80,0x88]4724 4725s_or_b64 s[0:1], s[2:3], s[100:101]4726// GFX10: encoding: [0x02,0x64,0x80,0x88]4727 4728s_or_b64 exec, s[2:3], s[4:5]4729// GFX10: encoding: [0x02,0x04,0xfe,0x88]4730 4731s_or_b64 vcc, s[2:3], s[4:5]4732// GFX10: encoding: [0x02,0x04,0xea,0x88]4733 4734s_or_b64 s[0:1], exec, s[4:5]4735// GFX10: encoding: [0x7e,0x04,0x80,0x88]4736 4737s_or_b64 s[0:1], vcc, s[4:5]4738// GFX10: encoding: [0x6a,0x04,0x80,0x88]4739 4740s_or_b64 s[0:1], 0, s[4:5]4741// GFX10: encoding: [0x80,0x04,0x80,0x88]4742 4743s_or_b64 s[0:1], -1, s[4:5]4744// GFX10: encoding: [0xc1,0x04,0x80,0x88]4745 4746s_or_b64 s[0:1], 0.5, s[4:5]4747// GFX10: encoding: [0xf0,0x04,0x80,0x88]4748 4749s_or_b64 s[0:1], -4.0, s[4:5]4750// GFX10: encoding: [0xf7,0x04,0x80,0x88]4751 4752s_or_b64 s[0:1], 0x3f717273, s[4:5]4753// GFX10: encoding: [0xff,0x04,0x80,0x88,0x73,0x72,0x71,0x3f]4754 4755s_or_b64 s[0:1], 0xaf123456, s[4:5]4756// GFX10: encoding: [0xff,0x04,0x80,0x88,0x56,0x34,0x12,0xaf]4757 4758s_or_b64 s[0:1], s[2:3], exec4759// GFX10: encoding: [0x02,0x7e,0x80,0x88]4760 4761s_or_b64 s[0:1], s[2:3], vcc4762// GFX10: encoding: [0x02,0x6a,0x80,0x88]4763 4764s_or_b64 s[0:1], s[2:3], 04765// GFX10: encoding: [0x02,0x80,0x80,0x88]4766 4767s_or_b64 s[0:1], s[2:3], -14768// GFX10: encoding: [0x02,0xc1,0x80,0x88]4769 4770s_or_b64 s[0:1], s[2:3], 0.54771// GFX10: encoding: [0x02,0xf0,0x80,0x88]4772 4773s_or_b64 s[0:1], s[2:3], -4.04774// GFX10: encoding: [0x02,0xf7,0x80,0x88]4775 4776s_or_b64 s[0:1], s[2:3], 0x3f7172734777// GFX10: encoding: [0x02,0xff,0x80,0x88,0x73,0x72,0x71,0x3f]4778 4779s_or_b64 s[0:1], s[2:3], 0xaf1234564780// GFX10: encoding: [0x02,0xff,0x80,0x88,0x56,0x34,0x12,0xaf]4781 4782s_xor_b32 s0, s1, s24783// GFX10: encoding: [0x01,0x02,0x00,0x89]4784 4785s_xor_b32 s105, s104, s1034786// GFX10: encoding: [0x68,0x67,0x69,0x89]4787 4788s_xor_b32 s0, s104, s1034789// GFX10: encoding: [0x68,0x67,0x00,0x89]4790 4791s_xor_b32 s105, s1, s1034792// GFX10: encoding: [0x01,0x67,0x69,0x89]4793 4794s_xor_b32 s105, s104, s24795// GFX10: encoding: [0x68,0x02,0x69,0x89]4796 4797s_xor_b32 s105, s1, s24798// GFX10: encoding: [0x01,0x02,0x69,0x89]4799 4800s_xor_b32 s0, s104, s24801// GFX10: encoding: [0x68,0x02,0x00,0x89]4802 4803s_xor_b32 s0, s1, s1034804// GFX10: encoding: [0x01,0x67,0x00,0x89]4805 4806s_xor_b32 exec_lo, s1, s24807// GFX10: encoding: [0x01,0x02,0x7e,0x89]4808 4809s_xor_b32 exec_hi, s1, s24810// GFX10: encoding: [0x01,0x02,0x7f,0x89]4811 4812s_xor_b32 vcc_lo, s1, s24813// GFX10: encoding: [0x01,0x02,0x6a,0x89]4814 4815s_xor_b32 vcc_hi, s1, s24816// GFX10: encoding: [0x01,0x02,0x6b,0x89]4817 4818s_xor_b32 m0, s1, s24819// GFX10: encoding: [0x01,0x02,0x7c,0x89]4820 4821s_xor_b32 s0, exec_lo, s24822// GFX10: encoding: [0x7e,0x02,0x00,0x89]4823 4824s_xor_b32 s0, exec_hi, s24825// GFX10: encoding: [0x7f,0x02,0x00,0x89]4826 4827s_xor_b32 s0, vcc_lo, s24828// GFX10: encoding: [0x6a,0x02,0x00,0x89]4829 4830s_xor_b32 s0, vcc_hi, s24831// GFX10: encoding: [0x6b,0x02,0x00,0x89]4832 4833s_xor_b32 s0, m0, s24834// GFX10: encoding: [0x7c,0x02,0x00,0x89]4835 4836s_xor_b32 s0, 0, s24837// GFX10: encoding: [0x80,0x02,0x00,0x89]4838 4839s_xor_b32 s0, -1, s24840// GFX10: encoding: [0xc1,0x02,0x00,0x89]4841 4842s_xor_b32 s0, 0.5, s24843// GFX10: encoding: [0xf0,0x02,0x00,0x89]4844 4845s_xor_b32 s0, -4.0, s24846// GFX10: encoding: [0xf7,0x02,0x00,0x89]4847 4848s_xor_b32 s0, 0x3f717273, s24849// GFX10: encoding: [0xff,0x02,0x00,0x89,0x73,0x72,0x71,0x3f]4850 4851s_xor_b32 s0, 0xaf123456, s24852// GFX10: encoding: [0xff,0x02,0x00,0x89,0x56,0x34,0x12,0xaf]4853 4854s_xor_b32 s0, s1, exec_lo4855// GFX10: encoding: [0x01,0x7e,0x00,0x89]4856 4857s_xor_b32 s0, s1, exec_hi4858// GFX10: encoding: [0x01,0x7f,0x00,0x89]4859 4860s_xor_b32 s0, s1, vcc_lo4861// GFX10: encoding: [0x01,0x6a,0x00,0x89]4862 4863s_xor_b32 s0, s1, vcc_hi4864// GFX10: encoding: [0x01,0x6b,0x00,0x89]4865 4866s_xor_b32 s0, s1, m04867// GFX10: encoding: [0x01,0x7c,0x00,0x89]4868 4869s_xor_b32 s0, s1, 04870// GFX10: encoding: [0x01,0x80,0x00,0x89]4871 4872s_xor_b32 s0, s1, -14873// GFX10: encoding: [0x01,0xc1,0x00,0x89]4874 4875s_xor_b32 s0, s1, 0.54876// GFX10: encoding: [0x01,0xf0,0x00,0x89]4877 4878s_xor_b32 s0, s1, -4.04879// GFX10: encoding: [0x01,0xf7,0x00,0x89]4880 4881s_xor_b32 s0, s1, 0x3f7172734882// GFX10: encoding: [0x01,0xff,0x00,0x89,0x73,0x72,0x71,0x3f]4883 4884s_xor_b32 s0, s1, 0xaf1234564885// GFX10: encoding: [0x01,0xff,0x00,0x89,0x56,0x34,0x12,0xaf]4886 4887s_xor_b64 s[0:1], s[2:3], s[4:5]4888// GFX10: encoding: [0x02,0x04,0x80,0x89]4889 4890s_xor_b64 s[104:105], s[102:103], s[100:101]4891// GFX10: encoding: [0x66,0x64,0xe8,0x89]4892 4893s_xor_b64 s[0:1], s[102:103], s[100:101]4894// GFX10: encoding: [0x66,0x64,0x80,0x89]4895 4896s_xor_b64 s[104:105], s[2:3], s[100:101]4897// GFX10: encoding: [0x02,0x64,0xe8,0x89]4898 4899s_xor_b64 s[104:105], s[102:103], s[4:5]4900// GFX10: encoding: [0x66,0x04,0xe8,0x89]4901 4902s_xor_b64 s[104:105], s[2:3], s[4:5]4903// GFX10: encoding: [0x02,0x04,0xe8,0x89]4904 4905s_xor_b64 s[0:1], s[102:103], s[4:5]4906// GFX10: encoding: [0x66,0x04,0x80,0x89]4907 4908s_xor_b64 s[0:1], s[2:3], s[100:101]4909// GFX10: encoding: [0x02,0x64,0x80,0x89]4910 4911s_xor_b64 exec, s[2:3], s[4:5]4912// GFX10: encoding: [0x02,0x04,0xfe,0x89]4913 4914s_xor_b64 vcc, s[2:3], s[4:5]4915// GFX10: encoding: [0x02,0x04,0xea,0x89]4916 4917s_xor_b64 s[0:1], exec, s[4:5]4918// GFX10: encoding: [0x7e,0x04,0x80,0x89]4919 4920s_xor_b64 s[0:1], vcc, s[4:5]4921// GFX10: encoding: [0x6a,0x04,0x80,0x89]4922 4923s_xor_b64 s[0:1], 0, s[4:5]4924// GFX10: encoding: [0x80,0x04,0x80,0x89]4925 4926s_xor_b64 s[0:1], -1, s[4:5]4927// GFX10: encoding: [0xc1,0x04,0x80,0x89]4928 4929s_xor_b64 s[0:1], 0.5, s[4:5]4930// GFX10: encoding: [0xf0,0x04,0x80,0x89]4931 4932s_xor_b64 s[0:1], -4.0, s[4:5]4933// GFX10: encoding: [0xf7,0x04,0x80,0x89]4934 4935s_xor_b64 s[0:1], 0x3f717273, s[4:5]4936// GFX10: encoding: [0xff,0x04,0x80,0x89,0x73,0x72,0x71,0x3f]4937 4938s_xor_b64 s[0:1], 0xaf123456, s[4:5]4939// GFX10: encoding: [0xff,0x04,0x80,0x89,0x56,0x34,0x12,0xaf]4940 4941s_xor_b64 s[0:1], s[2:3], exec4942// GFX10: encoding: [0x02,0x7e,0x80,0x89]4943 4944s_xor_b64 s[0:1], s[2:3], vcc4945// GFX10: encoding: [0x02,0x6a,0x80,0x89]4946 4947s_xor_b64 s[0:1], s[2:3], 04948// GFX10: encoding: [0x02,0x80,0x80,0x89]4949 4950s_xor_b64 s[0:1], s[2:3], -14951// GFX10: encoding: [0x02,0xc1,0x80,0x89]4952 4953s_xor_b64 s[0:1], s[2:3], 0.54954// GFX10: encoding: [0x02,0xf0,0x80,0x89]4955 4956s_xor_b64 s[0:1], s[2:3], -4.04957// GFX10: encoding: [0x02,0xf7,0x80,0x89]4958 4959s_xor_b64 s[0:1], s[2:3], 0x3f7172734960// GFX10: encoding: [0x02,0xff,0x80,0x89,0x73,0x72,0x71,0x3f]4961 4962s_xor_b64 s[0:1], s[2:3], 0xaf1234564963// GFX10: encoding: [0x02,0xff,0x80,0x89,0x56,0x34,0x12,0xaf]4964 4965s_andn2_b32 s0, s1, s24966// GFX10: encoding: [0x01,0x02,0x00,0x8a]4967 4968s_andn2_b32 s105, s104, s1034969// GFX10: encoding: [0x68,0x67,0x69,0x8a]4970 4971s_andn2_b32 s0, s104, s1034972// GFX10: encoding: [0x68,0x67,0x00,0x8a]4973 4974s_andn2_b32 s105, s1, s1034975// GFX10: encoding: [0x01,0x67,0x69,0x8a]4976 4977s_andn2_b32 s105, s104, s24978// GFX10: encoding: [0x68,0x02,0x69,0x8a]4979 4980s_andn2_b32 s105, s1, s24981// GFX10: encoding: [0x01,0x02,0x69,0x8a]4982 4983s_andn2_b32 s0, s104, s24984// GFX10: encoding: [0x68,0x02,0x00,0x8a]4985 4986s_andn2_b32 s0, s1, s1034987// GFX10: encoding: [0x01,0x67,0x00,0x8a]4988 4989s_andn2_b32 exec_lo, s1, s24990// GFX10: encoding: [0x01,0x02,0x7e,0x8a]4991 4992s_andn2_b32 exec_hi, s1, s24993// GFX10: encoding: [0x01,0x02,0x7f,0x8a]4994 4995s_andn2_b32 vcc_lo, s1, s24996// GFX10: encoding: [0x01,0x02,0x6a,0x8a]4997 4998s_andn2_b32 vcc_hi, s1, s24999// GFX10: encoding: [0x01,0x02,0x6b,0x8a]5000 5001s_andn2_b32 m0, s1, s25002// GFX10: encoding: [0x01,0x02,0x7c,0x8a]5003 5004s_andn2_b32 s0, exec_lo, s25005// GFX10: encoding: [0x7e,0x02,0x00,0x8a]5006 5007s_andn2_b32 s0, exec_hi, s25008// GFX10: encoding: [0x7f,0x02,0x00,0x8a]5009 5010s_andn2_b32 s0, vcc_lo, s25011// GFX10: encoding: [0x6a,0x02,0x00,0x8a]5012 5013s_andn2_b32 s0, vcc_hi, s25014// GFX10: encoding: [0x6b,0x02,0x00,0x8a]5015 5016s_andn2_b32 s0, m0, s25017// GFX10: encoding: [0x7c,0x02,0x00,0x8a]5018 5019s_andn2_b32 s0, 0, s25020// GFX10: encoding: [0x80,0x02,0x00,0x8a]5021 5022s_andn2_b32 s0, -1, s25023// GFX10: encoding: [0xc1,0x02,0x00,0x8a]5024 5025s_andn2_b32 s0, 0.5, s25026// GFX10: encoding: [0xf0,0x02,0x00,0x8a]5027 5028s_andn2_b32 s0, -4.0, s25029// GFX10: encoding: [0xf7,0x02,0x00,0x8a]5030 5031s_andn2_b32 s0, 0x3f717273, s25032// GFX10: encoding: [0xff,0x02,0x00,0x8a,0x73,0x72,0x71,0x3f]5033 5034s_andn2_b32 s0, 0xaf123456, s25035// GFX10: encoding: [0xff,0x02,0x00,0x8a,0x56,0x34,0x12,0xaf]5036 5037s_andn2_b32 s0, s1, exec_lo5038// GFX10: encoding: [0x01,0x7e,0x00,0x8a]5039 5040s_andn2_b32 s0, s1, exec_hi5041// GFX10: encoding: [0x01,0x7f,0x00,0x8a]5042 5043s_andn2_b32 s0, s1, vcc_lo5044// GFX10: encoding: [0x01,0x6a,0x00,0x8a]5045 5046s_andn2_b32 s0, s1, vcc_hi5047// GFX10: encoding: [0x01,0x6b,0x00,0x8a]5048 5049s_andn2_b32 s0, s1, m05050// GFX10: encoding: [0x01,0x7c,0x00,0x8a]5051 5052s_andn2_b32 s0, s1, 05053// GFX10: encoding: [0x01,0x80,0x00,0x8a]5054 5055s_andn2_b32 s0, s1, -15056// GFX10: encoding: [0x01,0xc1,0x00,0x8a]5057 5058s_andn2_b32 s0, s1, 0.55059// GFX10: encoding: [0x01,0xf0,0x00,0x8a]5060 5061s_andn2_b32 s0, s1, -4.05062// GFX10: encoding: [0x01,0xf7,0x00,0x8a]5063 5064s_andn2_b32 s0, s1, 0x3f7172735065// GFX10: encoding: [0x01,0xff,0x00,0x8a,0x73,0x72,0x71,0x3f]5066 5067s_andn2_b32 s0, s1, 0xaf1234565068// GFX10: encoding: [0x01,0xff,0x00,0x8a,0x56,0x34,0x12,0xaf]5069 5070s_andn2_b64 s[0:1], s[2:3], s[4:5]5071// GFX10: encoding: [0x02,0x04,0x80,0x8a]5072 5073s_andn2_b64 s[104:105], s[102:103], s[100:101]5074// GFX10: encoding: [0x66,0x64,0xe8,0x8a]5075 5076s_andn2_b64 s[0:1], s[102:103], s[100:101]5077// GFX10: encoding: [0x66,0x64,0x80,0x8a]5078 5079s_andn2_b64 s[104:105], s[2:3], s[100:101]5080// GFX10: encoding: [0x02,0x64,0xe8,0x8a]5081 5082s_andn2_b64 s[104:105], s[102:103], s[4:5]5083// GFX10: encoding: [0x66,0x04,0xe8,0x8a]5084 5085s_andn2_b64 s[104:105], s[2:3], s[4:5]5086// GFX10: encoding: [0x02,0x04,0xe8,0x8a]5087 5088s_andn2_b64 s[0:1], s[102:103], s[4:5]5089// GFX10: encoding: [0x66,0x04,0x80,0x8a]5090 5091s_andn2_b64 s[0:1], s[2:3], s[100:101]5092// GFX10: encoding: [0x02,0x64,0x80,0x8a]5093 5094s_andn2_b64 exec, s[2:3], s[4:5]5095// GFX10: encoding: [0x02,0x04,0xfe,0x8a]5096 5097s_andn2_b64 vcc, s[2:3], s[4:5]5098// GFX10: encoding: [0x02,0x04,0xea,0x8a]5099 5100s_andn2_b64 s[0:1], exec, s[4:5]5101// GFX10: encoding: [0x7e,0x04,0x80,0x8a]5102 5103s_andn2_b64 s[0:1], vcc, s[4:5]5104// GFX10: encoding: [0x6a,0x04,0x80,0x8a]5105 5106s_andn2_b64 s[0:1], 0, s[4:5]5107// GFX10: encoding: [0x80,0x04,0x80,0x8a]5108 5109s_andn2_b64 s[0:1], -1, s[4:5]5110// GFX10: encoding: [0xc1,0x04,0x80,0x8a]5111 5112s_andn2_b64 s[0:1], 0.5, s[4:5]5113// GFX10: encoding: [0xf0,0x04,0x80,0x8a]5114 5115s_andn2_b64 s[0:1], -4.0, s[4:5]5116// GFX10: encoding: [0xf7,0x04,0x80,0x8a]5117 5118s_andn2_b64 s[0:1], 0x3f717273, s[4:5]5119// GFX10: encoding: [0xff,0x04,0x80,0x8a,0x73,0x72,0x71,0x3f]5120 5121s_andn2_b64 s[0:1], 0xaf123456, s[4:5]5122// GFX10: encoding: [0xff,0x04,0x80,0x8a,0x56,0x34,0x12,0xaf]5123 5124s_andn2_b64 s[0:1], s[2:3], exec5125// GFX10: encoding: [0x02,0x7e,0x80,0x8a]5126 5127s_andn2_b64 s[0:1], s[2:3], vcc5128// GFX10: encoding: [0x02,0x6a,0x80,0x8a]5129 5130s_andn2_b64 s[0:1], s[2:3], 05131// GFX10: encoding: [0x02,0x80,0x80,0x8a]5132 5133s_andn2_b64 s[0:1], s[2:3], -15134// GFX10: encoding: [0x02,0xc1,0x80,0x8a]5135 5136s_andn2_b64 s[0:1], s[2:3], 0.55137// GFX10: encoding: [0x02,0xf0,0x80,0x8a]5138 5139s_andn2_b64 s[0:1], s[2:3], -4.05140// GFX10: encoding: [0x02,0xf7,0x80,0x8a]5141 5142s_andn2_b64 s[0:1], s[2:3], 0x3f7172735143// GFX10: encoding: [0x02,0xff,0x80,0x8a,0x73,0x72,0x71,0x3f]5144 5145s_andn2_b64 s[0:1], s[2:3], 0xaf1234565146// GFX10: encoding: [0x02,0xff,0x80,0x8a,0x56,0x34,0x12,0xaf]5147 5148s_orn2_b32 s0, s1, s25149// GFX10: encoding: [0x01,0x02,0x00,0x8b]5150 5151s_orn2_b32 s105, s104, s1035152// GFX10: encoding: [0x68,0x67,0x69,0x8b]5153 5154s_orn2_b32 s0, s104, s1035155// GFX10: encoding: [0x68,0x67,0x00,0x8b]5156 5157s_orn2_b32 s105, s1, s1035158// GFX10: encoding: [0x01,0x67,0x69,0x8b]5159 5160s_orn2_b32 s105, s104, s25161// GFX10: encoding: [0x68,0x02,0x69,0x8b]5162 5163s_orn2_b32 s105, s1, s25164// GFX10: encoding: [0x01,0x02,0x69,0x8b]5165 5166s_orn2_b32 s0, s104, s25167// GFX10: encoding: [0x68,0x02,0x00,0x8b]5168 5169s_orn2_b32 s0, s1, s1035170// GFX10: encoding: [0x01,0x67,0x00,0x8b]5171 5172s_orn2_b32 exec_lo, s1, s25173// GFX10: encoding: [0x01,0x02,0x7e,0x8b]5174 5175s_orn2_b32 exec_hi, s1, s25176// GFX10: encoding: [0x01,0x02,0x7f,0x8b]5177 5178s_orn2_b32 vcc_lo, s1, s25179// GFX10: encoding: [0x01,0x02,0x6a,0x8b]5180 5181s_orn2_b32 vcc_hi, s1, s25182// GFX10: encoding: [0x01,0x02,0x6b,0x8b]5183 5184s_orn2_b32 m0, s1, s25185// GFX10: encoding: [0x01,0x02,0x7c,0x8b]5186 5187s_orn2_b32 s0, exec_lo, s25188// GFX10: encoding: [0x7e,0x02,0x00,0x8b]5189 5190s_orn2_b32 s0, exec_hi, s25191// GFX10: encoding: [0x7f,0x02,0x00,0x8b]5192 5193s_orn2_b32 s0, vcc_lo, s25194// GFX10: encoding: [0x6a,0x02,0x00,0x8b]5195 5196s_orn2_b32 s0, vcc_hi, s25197// GFX10: encoding: [0x6b,0x02,0x00,0x8b]5198 5199s_orn2_b32 s0, m0, s25200// GFX10: encoding: [0x7c,0x02,0x00,0x8b]5201 5202s_orn2_b32 s0, 0, s25203// GFX10: encoding: [0x80,0x02,0x00,0x8b]5204 5205s_orn2_b32 s0, -1, s25206// GFX10: encoding: [0xc1,0x02,0x00,0x8b]5207 5208s_orn2_b32 s0, 0.5, s25209// GFX10: encoding: [0xf0,0x02,0x00,0x8b]5210 5211s_orn2_b32 s0, -4.0, s25212// GFX10: encoding: [0xf7,0x02,0x00,0x8b]5213 5214s_orn2_b32 s0, 0x3f717273, s25215// GFX10: encoding: [0xff,0x02,0x00,0x8b,0x73,0x72,0x71,0x3f]5216 5217s_orn2_b32 s0, 0xaf123456, s25218// GFX10: encoding: [0xff,0x02,0x00,0x8b,0x56,0x34,0x12,0xaf]5219 5220s_orn2_b32 s0, s1, exec_lo5221// GFX10: encoding: [0x01,0x7e,0x00,0x8b]5222 5223s_orn2_b32 s0, s1, exec_hi5224// GFX10: encoding: [0x01,0x7f,0x00,0x8b]5225 5226s_orn2_b32 s0, s1, vcc_lo5227// GFX10: encoding: [0x01,0x6a,0x00,0x8b]5228 5229s_orn2_b32 s0, s1, vcc_hi5230// GFX10: encoding: [0x01,0x6b,0x00,0x8b]5231 5232s_orn2_b32 s0, s1, m05233// GFX10: encoding: [0x01,0x7c,0x00,0x8b]5234 5235s_orn2_b32 s0, s1, 05236// GFX10: encoding: [0x01,0x80,0x00,0x8b]5237 5238s_orn2_b32 s0, s1, -15239// GFX10: encoding: [0x01,0xc1,0x00,0x8b]5240 5241s_orn2_b32 s0, s1, 0.55242// GFX10: encoding: [0x01,0xf0,0x00,0x8b]5243 5244s_orn2_b32 s0, s1, -4.05245// GFX10: encoding: [0x01,0xf7,0x00,0x8b]5246 5247s_orn2_b32 s0, s1, 0x3f7172735248// GFX10: encoding: [0x01,0xff,0x00,0x8b,0x73,0x72,0x71,0x3f]5249 5250s_orn2_b32 s0, s1, 0xaf1234565251// GFX10: encoding: [0x01,0xff,0x00,0x8b,0x56,0x34,0x12,0xaf]5252 5253s_orn2_b64 s[0:1], s[2:3], s[4:5]5254// GFX10: encoding: [0x02,0x04,0x80,0x8b]5255 5256s_orn2_b64 s[104:105], s[102:103], s[100:101]5257// GFX10: encoding: [0x66,0x64,0xe8,0x8b]5258 5259s_orn2_b64 s[0:1], s[102:103], s[100:101]5260// GFX10: encoding: [0x66,0x64,0x80,0x8b]5261 5262s_orn2_b64 s[104:105], s[2:3], s[100:101]5263// GFX10: encoding: [0x02,0x64,0xe8,0x8b]5264 5265s_orn2_b64 s[104:105], s[102:103], s[4:5]5266// GFX10: encoding: [0x66,0x04,0xe8,0x8b]5267 5268s_orn2_b64 s[104:105], s[2:3], s[4:5]5269// GFX10: encoding: [0x02,0x04,0xe8,0x8b]5270 5271s_orn2_b64 s[0:1], s[102:103], s[4:5]5272// GFX10: encoding: [0x66,0x04,0x80,0x8b]5273 5274s_orn2_b64 s[0:1], s[2:3], s[100:101]5275// GFX10: encoding: [0x02,0x64,0x80,0x8b]5276 5277s_orn2_b64 exec, s[2:3], s[4:5]5278// GFX10: encoding: [0x02,0x04,0xfe,0x8b]5279 5280s_orn2_b64 vcc, s[2:3], s[4:5]5281// GFX10: encoding: [0x02,0x04,0xea,0x8b]5282 5283s_orn2_b64 s[0:1], exec, s[4:5]5284// GFX10: encoding: [0x7e,0x04,0x80,0x8b]5285 5286s_orn2_b64 s[0:1], vcc, s[4:5]5287// GFX10: encoding: [0x6a,0x04,0x80,0x8b]5288 5289s_orn2_b64 s[0:1], 0, s[4:5]5290// GFX10: encoding: [0x80,0x04,0x80,0x8b]5291 5292s_orn2_b64 s[0:1], -1, s[4:5]5293// GFX10: encoding: [0xc1,0x04,0x80,0x8b]5294 5295s_orn2_b64 s[0:1], 0.5, s[4:5]5296// GFX10: encoding: [0xf0,0x04,0x80,0x8b]5297 5298s_orn2_b64 s[0:1], -4.0, s[4:5]5299// GFX10: encoding: [0xf7,0x04,0x80,0x8b]5300 5301s_orn2_b64 s[0:1], 0x3f717273, s[4:5]5302// GFX10: encoding: [0xff,0x04,0x80,0x8b,0x73,0x72,0x71,0x3f]5303 5304s_orn2_b64 s[0:1], 0xaf123456, s[4:5]5305// GFX10: encoding: [0xff,0x04,0x80,0x8b,0x56,0x34,0x12,0xaf]5306 5307s_orn2_b64 s[0:1], s[2:3], exec5308// GFX10: encoding: [0x02,0x7e,0x80,0x8b]5309 5310s_orn2_b64 s[0:1], s[2:3], vcc5311// GFX10: encoding: [0x02,0x6a,0x80,0x8b]5312 5313s_orn2_b64 s[0:1], s[2:3], 05314// GFX10: encoding: [0x02,0x80,0x80,0x8b]5315 5316s_orn2_b64 s[0:1], s[2:3], -15317// GFX10: encoding: [0x02,0xc1,0x80,0x8b]5318 5319s_orn2_b64 s[0:1], s[2:3], 0.55320// GFX10: encoding: [0x02,0xf0,0x80,0x8b]5321 5322s_orn2_b64 s[0:1], s[2:3], -4.05323// GFX10: encoding: [0x02,0xf7,0x80,0x8b]5324 5325s_orn2_b64 s[0:1], s[2:3], 0x3f7172735326// GFX10: encoding: [0x02,0xff,0x80,0x8b,0x73,0x72,0x71,0x3f]5327 5328s_orn2_b64 s[0:1], s[2:3], 0xaf1234565329// GFX10: encoding: [0x02,0xff,0x80,0x8b,0x56,0x34,0x12,0xaf]5330 5331s_nand_b32 s0, s1, s25332// GFX10: encoding: [0x01,0x02,0x00,0x8c]5333 5334s_nand_b32 s105, s104, s1035335// GFX10: encoding: [0x68,0x67,0x69,0x8c]5336 5337s_nand_b32 s0, s104, s1035338// GFX10: encoding: [0x68,0x67,0x00,0x8c]5339 5340s_nand_b32 s105, s1, s1035341// GFX10: encoding: [0x01,0x67,0x69,0x8c]5342 5343s_nand_b32 s105, s104, s25344// GFX10: encoding: [0x68,0x02,0x69,0x8c]5345 5346s_nand_b32 s105, s1, s25347// GFX10: encoding: [0x01,0x02,0x69,0x8c]5348 5349s_nand_b32 s0, s104, s25350// GFX10: encoding: [0x68,0x02,0x00,0x8c]5351 5352s_nand_b32 s0, s1, s1035353// GFX10: encoding: [0x01,0x67,0x00,0x8c]5354 5355s_nand_b32 exec_lo, s1, s25356// GFX10: encoding: [0x01,0x02,0x7e,0x8c]5357 5358s_nand_b32 exec_hi, s1, s25359// GFX10: encoding: [0x01,0x02,0x7f,0x8c]5360 5361s_nand_b32 vcc_lo, s1, s25362// GFX10: encoding: [0x01,0x02,0x6a,0x8c]5363 5364s_nand_b32 vcc_hi, s1, s25365// GFX10: encoding: [0x01,0x02,0x6b,0x8c]5366 5367s_nand_b32 m0, s1, s25368// GFX10: encoding: [0x01,0x02,0x7c,0x8c]5369 5370s_nand_b32 s0, exec_lo, s25371// GFX10: encoding: [0x7e,0x02,0x00,0x8c]5372 5373s_nand_b32 s0, exec_hi, s25374// GFX10: encoding: [0x7f,0x02,0x00,0x8c]5375 5376s_nand_b32 s0, vcc_lo, s25377// GFX10: encoding: [0x6a,0x02,0x00,0x8c]5378 5379s_nand_b32 s0, vcc_hi, s25380// GFX10: encoding: [0x6b,0x02,0x00,0x8c]5381 5382s_nand_b32 s0, m0, s25383// GFX10: encoding: [0x7c,0x02,0x00,0x8c]5384 5385s_nand_b32 s0, 0, s25386// GFX10: encoding: [0x80,0x02,0x00,0x8c]5387 5388s_nand_b32 s0, -1, s25389// GFX10: encoding: [0xc1,0x02,0x00,0x8c]5390 5391s_nand_b32 s0, 0.5, s25392// GFX10: encoding: [0xf0,0x02,0x00,0x8c]5393 5394s_nand_b32 s0, -4.0, s25395// GFX10: encoding: [0xf7,0x02,0x00,0x8c]5396 5397s_nand_b32 s0, 0x3f717273, s25398// GFX10: encoding: [0xff,0x02,0x00,0x8c,0x73,0x72,0x71,0x3f]5399 5400s_nand_b32 s0, 0xaf123456, s25401// GFX10: encoding: [0xff,0x02,0x00,0x8c,0x56,0x34,0x12,0xaf]5402 5403s_nand_b32 s0, s1, exec_lo5404// GFX10: encoding: [0x01,0x7e,0x00,0x8c]5405 5406s_nand_b32 s0, s1, exec_hi5407// GFX10: encoding: [0x01,0x7f,0x00,0x8c]5408 5409s_nand_b32 s0, s1, vcc_lo5410// GFX10: encoding: [0x01,0x6a,0x00,0x8c]5411 5412s_nand_b32 s0, s1, vcc_hi5413// GFX10: encoding: [0x01,0x6b,0x00,0x8c]5414 5415s_nand_b32 s0, s1, m05416// GFX10: encoding: [0x01,0x7c,0x00,0x8c]5417 5418s_nand_b32 s0, s1, 05419// GFX10: encoding: [0x01,0x80,0x00,0x8c]5420 5421s_nand_b32 s0, s1, -15422// GFX10: encoding: [0x01,0xc1,0x00,0x8c]5423 5424s_nand_b32 s0, s1, 0.55425// GFX10: encoding: [0x01,0xf0,0x00,0x8c]5426 5427s_nand_b32 s0, s1, -4.05428// GFX10: encoding: [0x01,0xf7,0x00,0x8c]5429 5430s_nand_b32 s0, s1, 0x3f7172735431// GFX10: encoding: [0x01,0xff,0x00,0x8c,0x73,0x72,0x71,0x3f]5432 5433s_nand_b32 s0, s1, 0xaf1234565434// GFX10: encoding: [0x01,0xff,0x00,0x8c,0x56,0x34,0x12,0xaf]5435 5436s_nand_b64 s[0:1], s[2:3], s[4:5]5437// GFX10: encoding: [0x02,0x04,0x80,0x8c]5438 5439s_nand_b64 s[104:105], s[102:103], s[100:101]5440// GFX10: encoding: [0x66,0x64,0xe8,0x8c]5441 5442s_nand_b64 s[0:1], s[102:103], s[100:101]5443// GFX10: encoding: [0x66,0x64,0x80,0x8c]5444 5445s_nand_b64 s[104:105], s[2:3], s[100:101]5446// GFX10: encoding: [0x02,0x64,0xe8,0x8c]5447 5448s_nand_b64 s[104:105], s[102:103], s[4:5]5449// GFX10: encoding: [0x66,0x04,0xe8,0x8c]5450 5451s_nand_b64 s[104:105], s[2:3], s[4:5]5452// GFX10: encoding: [0x02,0x04,0xe8,0x8c]5453 5454s_nand_b64 s[0:1], s[102:103], s[4:5]5455// GFX10: encoding: [0x66,0x04,0x80,0x8c]5456 5457s_nand_b64 s[0:1], s[2:3], s[100:101]5458// GFX10: encoding: [0x02,0x64,0x80,0x8c]5459 5460s_nand_b64 exec, s[2:3], s[4:5]5461// GFX10: encoding: [0x02,0x04,0xfe,0x8c]5462 5463s_nand_b64 vcc, s[2:3], s[4:5]5464// GFX10: encoding: [0x02,0x04,0xea,0x8c]5465 5466s_nand_b64 s[0:1], exec, s[4:5]5467// GFX10: encoding: [0x7e,0x04,0x80,0x8c]5468 5469s_nand_b64 s[0:1], vcc, s[4:5]5470// GFX10: encoding: [0x6a,0x04,0x80,0x8c]5471 5472s_nand_b64 s[0:1], 0, s[4:5]5473// GFX10: encoding: [0x80,0x04,0x80,0x8c]5474 5475s_nand_b64 s[0:1], -1, s[4:5]5476// GFX10: encoding: [0xc1,0x04,0x80,0x8c]5477 5478s_nand_b64 s[0:1], 0.5, s[4:5]5479// GFX10: encoding: [0xf0,0x04,0x80,0x8c]5480 5481s_nand_b64 s[0:1], -4.0, s[4:5]5482// GFX10: encoding: [0xf7,0x04,0x80,0x8c]5483 5484s_nand_b64 s[0:1], 0x3f717273, s[4:5]5485// GFX10: encoding: [0xff,0x04,0x80,0x8c,0x73,0x72,0x71,0x3f]5486 5487s_nand_b64 s[0:1], 0xaf123456, s[4:5]5488// GFX10: encoding: [0xff,0x04,0x80,0x8c,0x56,0x34,0x12,0xaf]5489 5490s_nand_b64 s[0:1], s[2:3], exec5491// GFX10: encoding: [0x02,0x7e,0x80,0x8c]5492 5493s_nand_b64 s[0:1], s[2:3], vcc5494// GFX10: encoding: [0x02,0x6a,0x80,0x8c]5495 5496s_nand_b64 s[0:1], s[2:3], 05497// GFX10: encoding: [0x02,0x80,0x80,0x8c]5498 5499s_nand_b64 s[0:1], s[2:3], -15500// GFX10: encoding: [0x02,0xc1,0x80,0x8c]5501 5502s_nand_b64 s[0:1], s[2:3], 0.55503// GFX10: encoding: [0x02,0xf0,0x80,0x8c]5504 5505s_nand_b64 s[0:1], s[2:3], -4.05506// GFX10: encoding: [0x02,0xf7,0x80,0x8c]5507 5508s_nand_b64 s[0:1], s[2:3], 0x3f7172735509// GFX10: encoding: [0x02,0xff,0x80,0x8c,0x73,0x72,0x71,0x3f]5510 5511s_nand_b64 s[0:1], s[2:3], 0xaf1234565512// GFX10: encoding: [0x02,0xff,0x80,0x8c,0x56,0x34,0x12,0xaf]5513 5514s_nor_b32 s0, s1, s25515// GFX10: encoding: [0x01,0x02,0x00,0x8d]5516 5517s_nor_b32 s105, s104, s1035518// GFX10: encoding: [0x68,0x67,0x69,0x8d]5519 5520s_nor_b32 s0, s104, s1035521// GFX10: encoding: [0x68,0x67,0x00,0x8d]5522 5523s_nor_b32 s105, s1, s1035524// GFX10: encoding: [0x01,0x67,0x69,0x8d]5525 5526s_nor_b32 s105, s104, s25527// GFX10: encoding: [0x68,0x02,0x69,0x8d]5528 5529s_nor_b32 s105, s1, s25530// GFX10: encoding: [0x01,0x02,0x69,0x8d]5531 5532s_nor_b32 s0, s104, s25533// GFX10: encoding: [0x68,0x02,0x00,0x8d]5534 5535s_nor_b32 s0, s1, s1035536// GFX10: encoding: [0x01,0x67,0x00,0x8d]5537 5538s_nor_b32 exec_lo, s1, s25539// GFX10: encoding: [0x01,0x02,0x7e,0x8d]5540 5541s_nor_b32 exec_hi, s1, s25542// GFX10: encoding: [0x01,0x02,0x7f,0x8d]5543 5544s_nor_b32 vcc_lo, s1, s25545// GFX10: encoding: [0x01,0x02,0x6a,0x8d]5546 5547s_nor_b32 vcc_hi, s1, s25548// GFX10: encoding: [0x01,0x02,0x6b,0x8d]5549 5550s_nor_b32 m0, s1, s25551// GFX10: encoding: [0x01,0x02,0x7c,0x8d]5552 5553s_nor_b32 s0, exec_lo, s25554// GFX10: encoding: [0x7e,0x02,0x00,0x8d]5555 5556s_nor_b32 s0, exec_hi, s25557// GFX10: encoding: [0x7f,0x02,0x00,0x8d]5558 5559s_nor_b32 s0, vcc_lo, s25560// GFX10: encoding: [0x6a,0x02,0x00,0x8d]5561 5562s_nor_b32 s0, vcc_hi, s25563// GFX10: encoding: [0x6b,0x02,0x00,0x8d]5564 5565s_nor_b32 s0, m0, s25566// GFX10: encoding: [0x7c,0x02,0x00,0x8d]5567 5568s_nor_b32 s0, 0, s25569// GFX10: encoding: [0x80,0x02,0x00,0x8d]5570 5571s_nor_b32 s0, -1, s25572// GFX10: encoding: [0xc1,0x02,0x00,0x8d]5573 5574s_nor_b32 s0, 0.5, s25575// GFX10: encoding: [0xf0,0x02,0x00,0x8d]5576 5577s_nor_b32 s0, -4.0, s25578// GFX10: encoding: [0xf7,0x02,0x00,0x8d]5579 5580s_nor_b32 s0, 0x3f717273, s25581// GFX10: encoding: [0xff,0x02,0x00,0x8d,0x73,0x72,0x71,0x3f]5582 5583s_nor_b32 s0, 0xaf123456, s25584// GFX10: encoding: [0xff,0x02,0x00,0x8d,0x56,0x34,0x12,0xaf]5585 5586s_nor_b32 s0, s1, exec_lo5587// GFX10: encoding: [0x01,0x7e,0x00,0x8d]5588 5589s_nor_b32 s0, s1, exec_hi5590// GFX10: encoding: [0x01,0x7f,0x00,0x8d]5591 5592s_nor_b32 s0, s1, vcc_lo5593// GFX10: encoding: [0x01,0x6a,0x00,0x8d]5594 5595s_nor_b32 s0, s1, vcc_hi5596// GFX10: encoding: [0x01,0x6b,0x00,0x8d]5597 5598s_nor_b32 s0, s1, m05599// GFX10: encoding: [0x01,0x7c,0x00,0x8d]5600 5601s_nor_b32 s0, s1, 05602// GFX10: encoding: [0x01,0x80,0x00,0x8d]5603 5604s_nor_b32 s0, s1, -15605// GFX10: encoding: [0x01,0xc1,0x00,0x8d]5606 5607s_nor_b32 s0, s1, 0.55608// GFX10: encoding: [0x01,0xf0,0x00,0x8d]5609 5610s_nor_b32 s0, s1, -4.05611// GFX10: encoding: [0x01,0xf7,0x00,0x8d]5612 5613s_nor_b32 s0, s1, 0x3f7172735614// GFX10: encoding: [0x01,0xff,0x00,0x8d,0x73,0x72,0x71,0x3f]5615 5616s_nor_b32 s0, s1, 0xaf1234565617// GFX10: encoding: [0x01,0xff,0x00,0x8d,0x56,0x34,0x12,0xaf]5618 5619s_nor_b64 s[0:1], s[2:3], s[4:5]5620// GFX10: encoding: [0x02,0x04,0x80,0x8d]5621 5622s_nor_b64 s[104:105], s[102:103], s[100:101]5623// GFX10: encoding: [0x66,0x64,0xe8,0x8d]5624 5625s_nor_b64 s[0:1], s[102:103], s[100:101]5626// GFX10: encoding: [0x66,0x64,0x80,0x8d]5627 5628s_nor_b64 s[104:105], s[2:3], s[100:101]5629// GFX10: encoding: [0x02,0x64,0xe8,0x8d]5630 5631s_nor_b64 s[104:105], s[102:103], s[4:5]5632// GFX10: encoding: [0x66,0x04,0xe8,0x8d]5633 5634s_nor_b64 s[104:105], s[2:3], s[4:5]5635// GFX10: encoding: [0x02,0x04,0xe8,0x8d]5636 5637s_nor_b64 s[0:1], s[102:103], s[4:5]5638// GFX10: encoding: [0x66,0x04,0x80,0x8d]5639 5640s_nor_b64 s[0:1], s[2:3], s[100:101]5641// GFX10: encoding: [0x02,0x64,0x80,0x8d]5642 5643s_nor_b64 exec, s[2:3], s[4:5]5644// GFX10: encoding: [0x02,0x04,0xfe,0x8d]5645 5646s_nor_b64 vcc, s[2:3], s[4:5]5647// GFX10: encoding: [0x02,0x04,0xea,0x8d]5648 5649s_nor_b64 s[0:1], exec, s[4:5]5650// GFX10: encoding: [0x7e,0x04,0x80,0x8d]5651 5652s_nor_b64 s[0:1], vcc, s[4:5]5653// GFX10: encoding: [0x6a,0x04,0x80,0x8d]5654 5655s_nor_b64 s[0:1], 0, s[4:5]5656// GFX10: encoding: [0x80,0x04,0x80,0x8d]5657 5658s_nor_b64 s[0:1], -1, s[4:5]5659// GFX10: encoding: [0xc1,0x04,0x80,0x8d]5660 5661s_nor_b64 s[0:1], 0.5, s[4:5]5662// GFX10: encoding: [0xf0,0x04,0x80,0x8d]5663 5664s_nor_b64 s[0:1], -4.0, s[4:5]5665// GFX10: encoding: [0xf7,0x04,0x80,0x8d]5666 5667s_nor_b64 s[0:1], 0x3f717273, s[4:5]5668// GFX10: encoding: [0xff,0x04,0x80,0x8d,0x73,0x72,0x71,0x3f]5669 5670s_nor_b64 s[0:1], 0xaf123456, s[4:5]5671// GFX10: encoding: [0xff,0x04,0x80,0x8d,0x56,0x34,0x12,0xaf]5672 5673s_nor_b64 s[0:1], s[2:3], exec5674// GFX10: encoding: [0x02,0x7e,0x80,0x8d]5675 5676s_nor_b64 s[0:1], s[2:3], vcc5677// GFX10: encoding: [0x02,0x6a,0x80,0x8d]5678 5679s_nor_b64 s[0:1], s[2:3], 05680// GFX10: encoding: [0x02,0x80,0x80,0x8d]5681 5682s_nor_b64 s[0:1], s[2:3], -15683// GFX10: encoding: [0x02,0xc1,0x80,0x8d]5684 5685s_nor_b64 s[0:1], s[2:3], 0.55686// GFX10: encoding: [0x02,0xf0,0x80,0x8d]5687 5688s_nor_b64 s[0:1], s[2:3], -4.05689// GFX10: encoding: [0x02,0xf7,0x80,0x8d]5690 5691s_nor_b64 s[0:1], s[2:3], 0x3f7172735692// GFX10: encoding: [0x02,0xff,0x80,0x8d,0x73,0x72,0x71,0x3f]5693 5694s_nor_b64 s[0:1], s[2:3], 0xaf1234565695// GFX10: encoding: [0x02,0xff,0x80,0x8d,0x56,0x34,0x12,0xaf]5696 5697s_xnor_b32 s0, s1, s25698// GFX10: encoding: [0x01,0x02,0x00,0x8e]5699 5700s_xnor_b32 s105, s104, s1035701// GFX10: encoding: [0x68,0x67,0x69,0x8e]5702 5703s_xnor_b32 s0, s104, s1035704// GFX10: encoding: [0x68,0x67,0x00,0x8e]5705 5706s_xnor_b32 s105, s1, s1035707// GFX10: encoding: [0x01,0x67,0x69,0x8e]5708 5709s_xnor_b32 s105, s104, s25710// GFX10: encoding: [0x68,0x02,0x69,0x8e]5711 5712s_xnor_b32 s105, s1, s25713// GFX10: encoding: [0x01,0x02,0x69,0x8e]5714 5715s_xnor_b32 s0, s104, s25716// GFX10: encoding: [0x68,0x02,0x00,0x8e]5717 5718s_xnor_b32 s0, s1, s1035719// GFX10: encoding: [0x01,0x67,0x00,0x8e]5720 5721s_xnor_b32 exec_lo, s1, s25722// GFX10: encoding: [0x01,0x02,0x7e,0x8e]5723 5724s_xnor_b32 exec_hi, s1, s25725// GFX10: encoding: [0x01,0x02,0x7f,0x8e]5726 5727s_xnor_b32 vcc_lo, s1, s25728// GFX10: encoding: [0x01,0x02,0x6a,0x8e]5729 5730s_xnor_b32 vcc_hi, s1, s25731// GFX10: encoding: [0x01,0x02,0x6b,0x8e]5732 5733s_xnor_b32 m0, s1, s25734// GFX10: encoding: [0x01,0x02,0x7c,0x8e]5735 5736s_xnor_b32 s0, exec_lo, s25737// GFX10: encoding: [0x7e,0x02,0x00,0x8e]5738 5739s_xnor_b32 s0, exec_hi, s25740// GFX10: encoding: [0x7f,0x02,0x00,0x8e]5741 5742s_xnor_b32 s0, vcc_lo, s25743// GFX10: encoding: [0x6a,0x02,0x00,0x8e]5744 5745s_xnor_b32 s0, vcc_hi, s25746// GFX10: encoding: [0x6b,0x02,0x00,0x8e]5747 5748s_xnor_b32 s0, m0, s25749// GFX10: encoding: [0x7c,0x02,0x00,0x8e]5750 5751s_xnor_b32 s0, 0, s25752// GFX10: encoding: [0x80,0x02,0x00,0x8e]5753 5754s_xnor_b32 s0, -1, s25755// GFX10: encoding: [0xc1,0x02,0x00,0x8e]5756 5757s_xnor_b32 s0, 0.5, s25758// GFX10: encoding: [0xf0,0x02,0x00,0x8e]5759 5760s_xnor_b32 s0, -4.0, s25761// GFX10: encoding: [0xf7,0x02,0x00,0x8e]5762 5763s_xnor_b32 s0, 0x3f717273, s25764// GFX10: encoding: [0xff,0x02,0x00,0x8e,0x73,0x72,0x71,0x3f]5765 5766s_xnor_b32 s0, 0xaf123456, s25767// GFX10: encoding: [0xff,0x02,0x00,0x8e,0x56,0x34,0x12,0xaf]5768 5769s_xnor_b32 s0, s1, exec_lo5770// GFX10: encoding: [0x01,0x7e,0x00,0x8e]5771 5772s_xnor_b32 s0, s1, exec_hi5773// GFX10: encoding: [0x01,0x7f,0x00,0x8e]5774 5775s_xnor_b32 s0, s1, vcc_lo5776// GFX10: encoding: [0x01,0x6a,0x00,0x8e]5777 5778s_xnor_b32 s0, s1, vcc_hi5779// GFX10: encoding: [0x01,0x6b,0x00,0x8e]5780 5781s_xnor_b32 s0, s1, m05782// GFX10: encoding: [0x01,0x7c,0x00,0x8e]5783 5784s_xnor_b32 s0, s1, 05785// GFX10: encoding: [0x01,0x80,0x00,0x8e]5786 5787s_xnor_b32 s0, s1, -15788// GFX10: encoding: [0x01,0xc1,0x00,0x8e]5789 5790s_xnor_b32 s0, s1, 0.55791// GFX10: encoding: [0x01,0xf0,0x00,0x8e]5792 5793s_xnor_b32 s0, s1, -4.05794// GFX10: encoding: [0x01,0xf7,0x00,0x8e]5795 5796s_xnor_b32 s0, s1, 0x3f7172735797// GFX10: encoding: [0x01,0xff,0x00,0x8e,0x73,0x72,0x71,0x3f]5798 5799s_xnor_b32 s0, s1, 0xaf1234565800// GFX10: encoding: [0x01,0xff,0x00,0x8e,0x56,0x34,0x12,0xaf]5801 5802s_xnor_b64 s[0:1], s[2:3], s[4:5]5803// GFX10: encoding: [0x02,0x04,0x80,0x8e]5804 5805s_xnor_b64 s[104:105], s[102:103], s[100:101]5806// GFX10: encoding: [0x66,0x64,0xe8,0x8e]5807 5808s_xnor_b64 s[0:1], s[102:103], s[100:101]5809// GFX10: encoding: [0x66,0x64,0x80,0x8e]5810 5811s_xnor_b64 s[104:105], s[2:3], s[100:101]5812// GFX10: encoding: [0x02,0x64,0xe8,0x8e]5813 5814s_xnor_b64 s[104:105], s[102:103], s[4:5]5815// GFX10: encoding: [0x66,0x04,0xe8,0x8e]5816 5817s_xnor_b64 s[104:105], s[2:3], s[4:5]5818// GFX10: encoding: [0x02,0x04,0xe8,0x8e]5819 5820s_xnor_b64 s[0:1], s[102:103], s[4:5]5821// GFX10: encoding: [0x66,0x04,0x80,0x8e]5822 5823s_xnor_b64 s[0:1], s[2:3], s[100:101]5824// GFX10: encoding: [0x02,0x64,0x80,0x8e]5825 5826s_xnor_b64 exec, s[2:3], s[4:5]5827// GFX10: encoding: [0x02,0x04,0xfe,0x8e]5828 5829s_xnor_b64 vcc, s[2:3], s[4:5]5830// GFX10: encoding: [0x02,0x04,0xea,0x8e]5831 5832s_xnor_b64 s[0:1], exec, s[4:5]5833// GFX10: encoding: [0x7e,0x04,0x80,0x8e]5834 5835s_xnor_b64 s[0:1], vcc, s[4:5]5836// GFX10: encoding: [0x6a,0x04,0x80,0x8e]5837 5838s_xnor_b64 s[0:1], 0, s[4:5]5839// GFX10: encoding: [0x80,0x04,0x80,0x8e]5840 5841s_xnor_b64 s[0:1], -1, s[4:5]5842// GFX10: encoding: [0xc1,0x04,0x80,0x8e]5843 5844s_xnor_b64 s[0:1], 0.5, s[4:5]5845// GFX10: encoding: [0xf0,0x04,0x80,0x8e]5846 5847s_xnor_b64 s[0:1], -4.0, s[4:5]5848// GFX10: encoding: [0xf7,0x04,0x80,0x8e]5849 5850s_xnor_b64 s[0:1], 0x3f717273, s[4:5]5851// GFX10: encoding: [0xff,0x04,0x80,0x8e,0x73,0x72,0x71,0x3f]5852 5853s_xnor_b64 s[0:1], 0xaf123456, s[4:5]5854// GFX10: encoding: [0xff,0x04,0x80,0x8e,0x56,0x34,0x12,0xaf]5855 5856s_xnor_b64 s[0:1], s[2:3], exec5857// GFX10: encoding: [0x02,0x7e,0x80,0x8e]5858 5859s_xnor_b64 s[0:1], s[2:3], vcc5860// GFX10: encoding: [0x02,0x6a,0x80,0x8e]5861 5862s_xnor_b64 s[0:1], s[2:3], 05863// GFX10: encoding: [0x02,0x80,0x80,0x8e]5864 5865s_xnor_b64 s[0:1], s[2:3], -15866// GFX10: encoding: [0x02,0xc1,0x80,0x8e]5867 5868s_xnor_b64 s[0:1], s[2:3], 0.55869// GFX10: encoding: [0x02,0xf0,0x80,0x8e]5870 5871s_xnor_b64 s[0:1], s[2:3], -4.05872// GFX10: encoding: [0x02,0xf7,0x80,0x8e]5873 5874s_xnor_b64 s[0:1], s[2:3], 0x3f7172735875// GFX10: encoding: [0x02,0xff,0x80,0x8e,0x73,0x72,0x71,0x3f]5876 5877s_xnor_b64 s[0:1], s[2:3], 0xaf1234565878// GFX10: encoding: [0x02,0xff,0x80,0x8e,0x56,0x34,0x12,0xaf]5879 5880s_lshl_b32 s0, s1, s25881// GFX10: encoding: [0x01,0x02,0x00,0x8f]5882 5883s_lshl_b32 s105, s104, s1035884// GFX10: encoding: [0x68,0x67,0x69,0x8f]5885 5886s_lshl_b32 s0, s104, s1035887// GFX10: encoding: [0x68,0x67,0x00,0x8f]5888 5889s_lshl_b32 s105, s1, s1035890// GFX10: encoding: [0x01,0x67,0x69,0x8f]5891 5892s_lshl_b32 s105, s104, s25893// GFX10: encoding: [0x68,0x02,0x69,0x8f]5894 5895s_lshl_b32 s105, s1, s25896// GFX10: encoding: [0x01,0x02,0x69,0x8f]5897 5898s_lshl_b32 s0, s104, s25899// GFX10: encoding: [0x68,0x02,0x00,0x8f]5900 5901s_lshl_b32 s0, s1, s1035902// GFX10: encoding: [0x01,0x67,0x00,0x8f]5903 5904s_lshl_b32 exec_lo, s1, s25905// GFX10: encoding: [0x01,0x02,0x7e,0x8f]5906 5907s_lshl_b32 exec_hi, s1, s25908// GFX10: encoding: [0x01,0x02,0x7f,0x8f]5909 5910s_lshl_b32 vcc_lo, s1, s25911// GFX10: encoding: [0x01,0x02,0x6a,0x8f]5912 5913s_lshl_b32 vcc_hi, s1, s25914// GFX10: encoding: [0x01,0x02,0x6b,0x8f]5915 5916s_lshl_b32 m0, s1, s25917// GFX10: encoding: [0x01,0x02,0x7c,0x8f]5918 5919s_lshl_b32 s0, exec_lo, s25920// GFX10: encoding: [0x7e,0x02,0x00,0x8f]5921 5922s_lshl_b32 s0, exec_hi, s25923// GFX10: encoding: [0x7f,0x02,0x00,0x8f]5924 5925s_lshl_b32 s0, vcc_lo, s25926// GFX10: encoding: [0x6a,0x02,0x00,0x8f]5927 5928s_lshl_b32 s0, vcc_hi, s25929// GFX10: encoding: [0x6b,0x02,0x00,0x8f]5930 5931s_lshl_b32 s0, m0, s25932// GFX10: encoding: [0x7c,0x02,0x00,0x8f]5933 5934s_lshl_b32 s0, 0, s25935// GFX10: encoding: [0x80,0x02,0x00,0x8f]5936 5937s_lshl_b32 s0, -1, s25938// GFX10: encoding: [0xc1,0x02,0x00,0x8f]5939 5940s_lshl_b32 s0, 0.5, s25941// GFX10: encoding: [0xf0,0x02,0x00,0x8f]5942 5943s_lshl_b32 s0, -4.0, s25944// GFX10: encoding: [0xf7,0x02,0x00,0x8f]5945 5946s_lshl_b32 s0, 0x3f717273, s25947// GFX10: encoding: [0xff,0x02,0x00,0x8f,0x73,0x72,0x71,0x3f]5948 5949s_lshl_b32 s0, 0xaf123456, s25950// GFX10: encoding: [0xff,0x02,0x00,0x8f,0x56,0x34,0x12,0xaf]5951 5952s_lshl_b32 s0, s1, exec_lo5953// GFX10: encoding: [0x01,0x7e,0x00,0x8f]5954 5955s_lshl_b32 s0, s1, exec_hi5956// GFX10: encoding: [0x01,0x7f,0x00,0x8f]5957 5958s_lshl_b32 s0, s1, vcc_lo5959// GFX10: encoding: [0x01,0x6a,0x00,0x8f]5960 5961s_lshl_b32 s0, s1, vcc_hi5962// GFX10: encoding: [0x01,0x6b,0x00,0x8f]5963 5964s_lshl_b32 s0, s1, m05965// GFX10: encoding: [0x01,0x7c,0x00,0x8f]5966 5967s_lshl_b32 s0, s1, 05968// GFX10: encoding: [0x01,0x80,0x00,0x8f]5969 5970s_lshl_b32 s0, s1, -15971// GFX10: encoding: [0x01,0xc1,0x00,0x8f]5972 5973s_lshl_b32 s0, s1, 0.55974// GFX10: encoding: [0x01,0xf0,0x00,0x8f]5975 5976s_lshl_b32 s0, s1, -4.05977// GFX10: encoding: [0x01,0xf7,0x00,0x8f]5978 5979s_lshl_b32 s0, s1, 0x3f7172735980// GFX10: encoding: [0x01,0xff,0x00,0x8f,0x73,0x72,0x71,0x3f]5981 5982s_lshl_b32 s0, s1, 0xaf1234565983// GFX10: encoding: [0x01,0xff,0x00,0x8f,0x56,0x34,0x12,0xaf]5984 5985s_lshl_b64 s[0:1], s[2:3], s45986// GFX10: encoding: [0x02,0x04,0x80,0x8f]5987 5988s_lshl_b64 s[104:105], s[102:103], s1005989// GFX10: encoding: [0x66,0x64,0xe8,0x8f]5990 5991s_lshl_b64 s[0:1], s[102:103], s1005992// GFX10: encoding: [0x66,0x64,0x80,0x8f]5993 5994s_lshl_b64 s[104:105], s[2:3], s1005995// GFX10: encoding: [0x02,0x64,0xe8,0x8f]5996 5997s_lshl_b64 s[104:105], s[102:103], s45998// GFX10: encoding: [0x66,0x04,0xe8,0x8f]5999 6000s_lshl_b64 s[104:105], s[2:3], s46001// GFX10: encoding: [0x02,0x04,0xe8,0x8f]6002 6003s_lshl_b64 s[0:1], s[102:103], s46004// GFX10: encoding: [0x66,0x04,0x80,0x8f]6005 6006s_lshl_b64 s[0:1], s[2:3], s1006007// GFX10: encoding: [0x02,0x64,0x80,0x8f]6008 6009s_lshl_b64 exec, s[2:3], s46010// GFX10: encoding: [0x02,0x04,0xfe,0x8f]6011 6012s_lshl_b64 vcc, s[2:3], s46013// GFX10: encoding: [0x02,0x04,0xea,0x8f]6014 6015s_lshl_b64 s[0:1], exec, s46016// GFX10: encoding: [0x7e,0x04,0x80,0x8f]6017 6018s_lshl_b64 s[0:1], vcc, s46019// GFX10: encoding: [0x6a,0x04,0x80,0x8f]6020 6021s_lshl_b64 s[0:1], 0, s46022// GFX10: encoding: [0x80,0x04,0x80,0x8f]6023 6024s_lshl_b64 s[0:1], -1, s46025// GFX10: encoding: [0xc1,0x04,0x80,0x8f]6026 6027s_lshl_b64 s[0:1], 0.5, s46028// GFX10: encoding: [0xf0,0x04,0x80,0x8f]6029 6030s_lshl_b64 s[0:1], -4.0, s46031// GFX10: encoding: [0xf7,0x04,0x80,0x8f]6032 6033s_lshl_b64 s[0:1], 0x3f717273, s46034// GFX10: encoding: [0xff,0x04,0x80,0x8f,0x73,0x72,0x71,0x3f]6035 6036s_lshl_b64 s[0:1], 0xaf123456, s46037// GFX10: encoding: [0xff,0x04,0x80,0x8f,0x56,0x34,0x12,0xaf]6038 6039s_lshl_b64 s[0:1], s[2:3], exec_lo6040// GFX10: encoding: [0x02,0x7e,0x80,0x8f]6041 6042s_lshl_b64 s[0:1], s[2:3], vcc_lo6043// GFX10: encoding: [0x02,0x6a,0x80,0x8f]6044 6045s_lshl_b64 s[0:1], s[2:3], 06046// GFX10: encoding: [0x02,0x80,0x80,0x8f]6047 6048s_lshl_b64 s[0:1], s[2:3], -16049// GFX10: encoding: [0x02,0xc1,0x80,0x8f]6050 6051s_lshl_b64 s[0:1], s[2:3], 0.56052// GFX10: encoding: [0x02,0xf0,0x80,0x8f]6053 6054s_lshl_b64 s[0:1], s[2:3], -4.06055// GFX10: encoding: [0x02,0xf7,0x80,0x8f]6056 6057s_lshl_b64 s[0:1], s[2:3], 0x3f7172736058// GFX10: encoding: [0x02,0xff,0x80,0x8f,0x73,0x72,0x71,0x3f]6059 6060s_lshl_b64 s[0:1], s[2:3], 0xaf1234566061// GFX10: encoding: [0x02,0xff,0x80,0x8f,0x56,0x34,0x12,0xaf]6062 6063s_lshr_b32 s0, s1, s26064// GFX10: encoding: [0x01,0x02,0x00,0x90]6065 6066s_lshr_b32 s105, s104, s1036067// GFX10: encoding: [0x68,0x67,0x69,0x90]6068 6069s_lshr_b32 s0, s104, s1036070// GFX10: encoding: [0x68,0x67,0x00,0x90]6071 6072s_lshr_b32 s105, s1, s1036073// GFX10: encoding: [0x01,0x67,0x69,0x90]6074 6075s_lshr_b32 s105, s104, s26076// GFX10: encoding: [0x68,0x02,0x69,0x90]6077 6078s_lshr_b32 s105, s1, s26079// GFX10: encoding: [0x01,0x02,0x69,0x90]6080 6081s_lshr_b32 s0, s104, s26082// GFX10: encoding: [0x68,0x02,0x00,0x90]6083 6084s_lshr_b32 s0, s1, s1036085// GFX10: encoding: [0x01,0x67,0x00,0x90]6086 6087s_lshr_b32 exec_lo, s1, s26088// GFX10: encoding: [0x01,0x02,0x7e,0x90]6089 6090s_lshr_b32 exec_hi, s1, s26091// GFX10: encoding: [0x01,0x02,0x7f,0x90]6092 6093s_lshr_b32 vcc_lo, s1, s26094// GFX10: encoding: [0x01,0x02,0x6a,0x90]6095 6096s_lshr_b32 vcc_hi, s1, s26097// GFX10: encoding: [0x01,0x02,0x6b,0x90]6098 6099s_lshr_b32 m0, s1, s26100// GFX10: encoding: [0x01,0x02,0x7c,0x90]6101 6102s_lshr_b32 s0, exec_lo, s26103// GFX10: encoding: [0x7e,0x02,0x00,0x90]6104 6105s_lshr_b32 s0, exec_hi, s26106// GFX10: encoding: [0x7f,0x02,0x00,0x90]6107 6108s_lshr_b32 s0, vcc_lo, s26109// GFX10: encoding: [0x6a,0x02,0x00,0x90]6110 6111s_lshr_b32 s0, vcc_hi, s26112// GFX10: encoding: [0x6b,0x02,0x00,0x90]6113 6114s_lshr_b32 s0, m0, s26115// GFX10: encoding: [0x7c,0x02,0x00,0x90]6116 6117s_lshr_b32 s0, 0, s26118// GFX10: encoding: [0x80,0x02,0x00,0x90]6119 6120s_lshr_b32 s0, -1, s26121// GFX10: encoding: [0xc1,0x02,0x00,0x90]6122 6123s_lshr_b32 s0, 0.5, s26124// GFX10: encoding: [0xf0,0x02,0x00,0x90]6125 6126s_lshr_b32 s0, -4.0, s26127// GFX10: encoding: [0xf7,0x02,0x00,0x90]6128 6129s_lshr_b32 s0, 0x3f717273, s26130// GFX10: encoding: [0xff,0x02,0x00,0x90,0x73,0x72,0x71,0x3f]6131 6132s_lshr_b32 s0, 0xaf123456, s26133// GFX10: encoding: [0xff,0x02,0x00,0x90,0x56,0x34,0x12,0xaf]6134 6135s_lshr_b32 s0, s1, exec_lo6136// GFX10: encoding: [0x01,0x7e,0x00,0x90]6137 6138s_lshr_b32 s0, s1, exec_hi6139// GFX10: encoding: [0x01,0x7f,0x00,0x90]6140 6141s_lshr_b32 s0, s1, vcc_lo6142// GFX10: encoding: [0x01,0x6a,0x00,0x90]6143 6144s_lshr_b32 s0, s1, vcc_hi6145// GFX10: encoding: [0x01,0x6b,0x00,0x90]6146 6147s_lshr_b32 s0, s1, m06148// GFX10: encoding: [0x01,0x7c,0x00,0x90]6149 6150s_lshr_b32 s0, s1, 06151// GFX10: encoding: [0x01,0x80,0x00,0x90]6152 6153s_lshr_b32 s0, s1, -16154// GFX10: encoding: [0x01,0xc1,0x00,0x90]6155 6156s_lshr_b32 s0, s1, 0.56157// GFX10: encoding: [0x01,0xf0,0x00,0x90]6158 6159s_lshr_b32 s0, s1, -4.06160// GFX10: encoding: [0x01,0xf7,0x00,0x90]6161 6162s_lshr_b32 s0, s1, 0x3f7172736163// GFX10: encoding: [0x01,0xff,0x00,0x90,0x73,0x72,0x71,0x3f]6164 6165s_lshr_b32 s0, s1, 0xaf1234566166// GFX10: encoding: [0x01,0xff,0x00,0x90,0x56,0x34,0x12,0xaf]6167 6168s_lshr_b64 s[0:1], s[2:3], s46169// GFX10: encoding: [0x02,0x04,0x80,0x90]6170 6171s_lshr_b64 s[104:105], s[102:103], s1006172// GFX10: encoding: [0x66,0x64,0xe8,0x90]6173 6174s_lshr_b64 s[0:1], s[102:103], s1006175// GFX10: encoding: [0x66,0x64,0x80,0x90]6176 6177s_lshr_b64 s[104:105], s[2:3], s1006178// GFX10: encoding: [0x02,0x64,0xe8,0x90]6179 6180s_lshr_b64 s[104:105], s[102:103], s46181// GFX10: encoding: [0x66,0x04,0xe8,0x90]6182 6183s_lshr_b64 s[104:105], s[2:3], s46184// GFX10: encoding: [0x02,0x04,0xe8,0x90]6185 6186s_lshr_b64 s[0:1], s[102:103], s46187// GFX10: encoding: [0x66,0x04,0x80,0x90]6188 6189s_lshr_b64 s[0:1], s[2:3], s1006190// GFX10: encoding: [0x02,0x64,0x80,0x90]6191 6192s_lshr_b64 exec, s[2:3], s46193// GFX10: encoding: [0x02,0x04,0xfe,0x90]6194 6195s_lshr_b64 vcc, s[2:3], s46196// GFX10: encoding: [0x02,0x04,0xea,0x90]6197 6198s_lshr_b64 s[0:1], exec, s46199// GFX10: encoding: [0x7e,0x04,0x80,0x90]6200 6201s_lshr_b64 s[0:1], vcc, s46202// GFX10: encoding: [0x6a,0x04,0x80,0x90]6203 6204s_lshr_b64 s[0:1], 0, s46205// GFX10: encoding: [0x80,0x04,0x80,0x90]6206 6207s_lshr_b64 s[0:1], -1, s46208// GFX10: encoding: [0xc1,0x04,0x80,0x90]6209 6210s_lshr_b64 s[0:1], 0.5, s46211// GFX10: encoding: [0xf0,0x04,0x80,0x90]6212 6213s_lshr_b64 s[0:1], -4.0, s46214// GFX10: encoding: [0xf7,0x04,0x80,0x90]6215 6216s_lshr_b64 s[0:1], 0x3f717273, s46217// GFX10: encoding: [0xff,0x04,0x80,0x90,0x73,0x72,0x71,0x3f]6218 6219s_lshr_b64 s[0:1], 0xaf123456, s46220// GFX10: encoding: [0xff,0x04,0x80,0x90,0x56,0x34,0x12,0xaf]6221 6222s_lshr_b64 s[0:1], s[2:3], exec_lo6223// GFX10: encoding: [0x02,0x7e,0x80,0x90]6224 6225s_lshr_b64 s[0:1], s[2:3], vcc_lo6226// GFX10: encoding: [0x02,0x6a,0x80,0x90]6227 6228s_lshr_b64 s[0:1], s[2:3], 06229// GFX10: encoding: [0x02,0x80,0x80,0x90]6230 6231s_lshr_b64 s[0:1], s[2:3], -16232// GFX10: encoding: [0x02,0xc1,0x80,0x90]6233 6234s_lshr_b64 s[0:1], s[2:3], 0.56235// GFX10: encoding: [0x02,0xf0,0x80,0x90]6236 6237s_lshr_b64 s[0:1], s[2:3], -4.06238// GFX10: encoding: [0x02,0xf7,0x80,0x90]6239 6240s_lshr_b64 s[0:1], s[2:3], 0x3f7172736241// GFX10: encoding: [0x02,0xff,0x80,0x90,0x73,0x72,0x71,0x3f]6242 6243s_lshr_b64 s[0:1], s[2:3], 0xaf1234566244// GFX10: encoding: [0x02,0xff,0x80,0x90,0x56,0x34,0x12,0xaf]6245 6246s_ashr_i32 s0, s1, s26247// GFX10: encoding: [0x01,0x02,0x00,0x91]6248 6249s_ashr_i32 s105, s104, s1036250// GFX10: encoding: [0x68,0x67,0x69,0x91]6251 6252s_ashr_i32 s0, s104, s1036253// GFX10: encoding: [0x68,0x67,0x00,0x91]6254 6255s_ashr_i32 s105, s1, s1036256// GFX10: encoding: [0x01,0x67,0x69,0x91]6257 6258s_ashr_i32 s105, s104, s26259// GFX10: encoding: [0x68,0x02,0x69,0x91]6260 6261s_ashr_i32 s105, s1, s26262// GFX10: encoding: [0x01,0x02,0x69,0x91]6263 6264s_ashr_i32 s0, s104, s26265// GFX10: encoding: [0x68,0x02,0x00,0x91]6266 6267s_ashr_i32 s0, s1, s1036268// GFX10: encoding: [0x01,0x67,0x00,0x91]6269 6270s_ashr_i32 exec_lo, s1, s26271// GFX10: encoding: [0x01,0x02,0x7e,0x91]6272 6273s_ashr_i32 exec_hi, s1, s26274// GFX10: encoding: [0x01,0x02,0x7f,0x91]6275 6276s_ashr_i32 vcc_lo, s1, s26277// GFX10: encoding: [0x01,0x02,0x6a,0x91]6278 6279s_ashr_i32 vcc_hi, s1, s26280// GFX10: encoding: [0x01,0x02,0x6b,0x91]6281 6282s_ashr_i32 m0, s1, s26283// GFX10: encoding: [0x01,0x02,0x7c,0x91]6284 6285s_ashr_i32 s0, exec_lo, s26286// GFX10: encoding: [0x7e,0x02,0x00,0x91]6287 6288s_ashr_i32 s0, exec_hi, s26289// GFX10: encoding: [0x7f,0x02,0x00,0x91]6290 6291s_ashr_i32 s0, vcc_lo, s26292// GFX10: encoding: [0x6a,0x02,0x00,0x91]6293 6294s_ashr_i32 s0, vcc_hi, s26295// GFX10: encoding: [0x6b,0x02,0x00,0x91]6296 6297s_ashr_i32 s0, m0, s26298// GFX10: encoding: [0x7c,0x02,0x00,0x91]6299 6300s_ashr_i32 s0, 0, s26301// GFX10: encoding: [0x80,0x02,0x00,0x91]6302 6303s_ashr_i32 s0, -1, s26304// GFX10: encoding: [0xc1,0x02,0x00,0x91]6305 6306s_ashr_i32 s0, 0.5, s26307// GFX10: encoding: [0xf0,0x02,0x00,0x91]6308 6309s_ashr_i32 s0, -4.0, s26310// GFX10: encoding: [0xf7,0x02,0x00,0x91]6311 6312s_ashr_i32 s0, 0x3f717273, s26313// GFX10: encoding: [0xff,0x02,0x00,0x91,0x73,0x72,0x71,0x3f]6314 6315s_ashr_i32 s0, 0xaf123456, s26316// GFX10: encoding: [0xff,0x02,0x00,0x91,0x56,0x34,0x12,0xaf]6317 6318s_ashr_i32 s0, s1, exec_lo6319// GFX10: encoding: [0x01,0x7e,0x00,0x91]6320 6321s_ashr_i32 s0, s1, exec_hi6322// GFX10: encoding: [0x01,0x7f,0x00,0x91]6323 6324s_ashr_i32 s0, s1, vcc_lo6325// GFX10: encoding: [0x01,0x6a,0x00,0x91]6326 6327s_ashr_i32 s0, s1, vcc_hi6328// GFX10: encoding: [0x01,0x6b,0x00,0x91]6329 6330s_ashr_i32 s0, s1, m06331// GFX10: encoding: [0x01,0x7c,0x00,0x91]6332 6333s_ashr_i32 s0, s1, 06334// GFX10: encoding: [0x01,0x80,0x00,0x91]6335 6336s_ashr_i32 s0, s1, -16337// GFX10: encoding: [0x01,0xc1,0x00,0x91]6338 6339s_ashr_i32 s0, s1, 0.56340// GFX10: encoding: [0x01,0xf0,0x00,0x91]6341 6342s_ashr_i32 s0, s1, -4.06343// GFX10: encoding: [0x01,0xf7,0x00,0x91]6344 6345s_ashr_i32 s0, s1, 0x3f7172736346// GFX10: encoding: [0x01,0xff,0x00,0x91,0x73,0x72,0x71,0x3f]6347 6348s_ashr_i32 s0, s1, 0xaf1234566349// GFX10: encoding: [0x01,0xff,0x00,0x91,0x56,0x34,0x12,0xaf]6350 6351s_ashr_i64 s[0:1], s[2:3], s46352// GFX10: encoding: [0x02,0x04,0x80,0x91]6353 6354s_ashr_i64 s[104:105], s[102:103], s1006355// GFX10: encoding: [0x66,0x64,0xe8,0x91]6356 6357s_ashr_i64 s[0:1], s[102:103], s1006358// GFX10: encoding: [0x66,0x64,0x80,0x91]6359 6360s_ashr_i64 s[104:105], s[2:3], s1006361// GFX10: encoding: [0x02,0x64,0xe8,0x91]6362 6363s_ashr_i64 s[104:105], s[102:103], s46364// GFX10: encoding: [0x66,0x04,0xe8,0x91]6365 6366s_ashr_i64 s[104:105], s[2:3], s46367// GFX10: encoding: [0x02,0x04,0xe8,0x91]6368 6369s_ashr_i64 s[0:1], s[102:103], s46370// GFX10: encoding: [0x66,0x04,0x80,0x91]6371 6372s_ashr_i64 s[0:1], s[2:3], s1006373// GFX10: encoding: [0x02,0x64,0x80,0x91]6374 6375s_ashr_i64 exec, s[2:3], s46376// GFX10: encoding: [0x02,0x04,0xfe,0x91]6377 6378s_ashr_i64 vcc, s[2:3], s46379// GFX10: encoding: [0x02,0x04,0xea,0x91]6380 6381s_ashr_i64 s[0:1], exec, s46382// GFX10: encoding: [0x7e,0x04,0x80,0x91]6383 6384s_ashr_i64 s[0:1], vcc, s46385// GFX10: encoding: [0x6a,0x04,0x80,0x91]6386 6387s_ashr_i64 s[0:1], 0, s46388// GFX10: encoding: [0x80,0x04,0x80,0x91]6389 6390s_ashr_i64 s[0:1], -1, s46391// GFX10: encoding: [0xc1,0x04,0x80,0x91]6392 6393s_ashr_i64 s[0:1], 0.5, s46394// GFX10: encoding: [0xf0,0x04,0x80,0x91]6395 6396s_ashr_i64 s[0:1], -4.0, s46397// GFX10: encoding: [0xf7,0x04,0x80,0x91]6398 6399s_ashr_i64 s[0:1], 0x3f717273, s46400// GFX10: encoding: [0xff,0x04,0x80,0x91,0x73,0x72,0x71,0x3f]6401 6402s_ashr_i64 s[0:1], 0xaf123456, s46403// GFX10: encoding: [0xff,0x04,0x80,0x91,0x56,0x34,0x12,0xaf]6404 6405s_ashr_i64 s[0:1], s[2:3], exec_lo6406// GFX10: encoding: [0x02,0x7e,0x80,0x91]6407 6408s_ashr_i64 s[0:1], s[2:3], vcc_lo6409// GFX10: encoding: [0x02,0x6a,0x80,0x91]6410 6411s_ashr_i64 s[0:1], s[2:3], 06412// GFX10: encoding: [0x02,0x80,0x80,0x91]6413 6414s_ashr_i64 s[0:1], s[2:3], -16415// GFX10: encoding: [0x02,0xc1,0x80,0x91]6416 6417s_ashr_i64 s[0:1], s[2:3], 0.56418// GFX10: encoding: [0x02,0xf0,0x80,0x91]6419 6420s_ashr_i64 s[0:1], s[2:3], -4.06421// GFX10: encoding: [0x02,0xf7,0x80,0x91]6422 6423s_ashr_i64 s[0:1], s[2:3], 0x3f7172736424// GFX10: encoding: [0x02,0xff,0x80,0x91,0x73,0x72,0x71,0x3f]6425 6426s_ashr_i64 s[0:1], s[2:3], 0xaf1234566427// GFX10: encoding: [0x02,0xff,0x80,0x91,0x56,0x34,0x12,0xaf]6428 6429s_bfm_b32 s0, s1, s26430// GFX10: encoding: [0x01,0x02,0x00,0x92]6431 6432s_bfm_b32 s105, s104, s1036433// GFX10: encoding: [0x68,0x67,0x69,0x92]6434 6435s_bfm_b32 s0, s104, s1036436// GFX10: encoding: [0x68,0x67,0x00,0x92]6437 6438s_bfm_b32 s105, s1, s1036439// GFX10: encoding: [0x01,0x67,0x69,0x92]6440 6441s_bfm_b32 s105, s104, s26442// GFX10: encoding: [0x68,0x02,0x69,0x92]6443 6444s_bfm_b32 s105, s1, s26445// GFX10: encoding: [0x01,0x02,0x69,0x92]6446 6447s_bfm_b32 s0, s104, s26448// GFX10: encoding: [0x68,0x02,0x00,0x92]6449 6450s_bfm_b32 s0, s1, s1036451// GFX10: encoding: [0x01,0x67,0x00,0x92]6452 6453s_bfm_b32 exec_lo, s1, s26454// GFX10: encoding: [0x01,0x02,0x7e,0x92]6455 6456s_bfm_b32 exec_hi, s1, s26457// GFX10: encoding: [0x01,0x02,0x7f,0x92]6458 6459s_bfm_b32 vcc_lo, s1, s26460// GFX10: encoding: [0x01,0x02,0x6a,0x92]6461 6462s_bfm_b32 vcc_hi, s1, s26463// GFX10: encoding: [0x01,0x02,0x6b,0x92]6464 6465s_bfm_b32 m0, s1, s26466// GFX10: encoding: [0x01,0x02,0x7c,0x92]6467 6468s_bfm_b32 s0, exec_lo, s26469// GFX10: encoding: [0x7e,0x02,0x00,0x92]6470 6471s_bfm_b32 s0, exec_hi, s26472// GFX10: encoding: [0x7f,0x02,0x00,0x92]6473 6474s_bfm_b32 s0, vcc_lo, s26475// GFX10: encoding: [0x6a,0x02,0x00,0x92]6476 6477s_bfm_b32 s0, vcc_hi, s26478// GFX10: encoding: [0x6b,0x02,0x00,0x92]6479 6480s_bfm_b32 s0, m0, s26481// GFX10: encoding: [0x7c,0x02,0x00,0x92]6482 6483s_bfm_b32 s0, 0, s26484// GFX10: encoding: [0x80,0x02,0x00,0x92]6485 6486s_bfm_b32 s0, -1, s26487// GFX10: encoding: [0xc1,0x02,0x00,0x92]6488 6489s_bfm_b32 s0, 0.5, s26490// GFX10: encoding: [0xf0,0x02,0x00,0x92]6491 6492s_bfm_b32 s0, -4.0, s26493// GFX10: encoding: [0xf7,0x02,0x00,0x92]6494 6495s_bfm_b32 s0, 0x3f717273, s26496// GFX10: encoding: [0xff,0x02,0x00,0x92,0x73,0x72,0x71,0x3f]6497 6498s_bfm_b32 s0, 0xaf123456, s26499// GFX10: encoding: [0xff,0x02,0x00,0x92,0x56,0x34,0x12,0xaf]6500 6501s_bfm_b32 s0, s1, exec_lo6502// GFX10: encoding: [0x01,0x7e,0x00,0x92]6503 6504s_bfm_b32 s0, s1, exec_hi6505// GFX10: encoding: [0x01,0x7f,0x00,0x92]6506 6507s_bfm_b32 s0, s1, vcc_lo6508// GFX10: encoding: [0x01,0x6a,0x00,0x92]6509 6510s_bfm_b32 s0, s1, vcc_hi6511// GFX10: encoding: [0x01,0x6b,0x00,0x92]6512 6513s_bfm_b32 s0, s1, m06514// GFX10: encoding: [0x01,0x7c,0x00,0x92]6515 6516s_bfm_b32 s0, s1, 06517// GFX10: encoding: [0x01,0x80,0x00,0x92]6518 6519s_bfm_b32 s0, s1, -16520// GFX10: encoding: [0x01,0xc1,0x00,0x92]6521 6522s_bfm_b32 s0, s1, 0.56523// GFX10: encoding: [0x01,0xf0,0x00,0x92]6524 6525s_bfm_b32 s0, s1, -4.06526// GFX10: encoding: [0x01,0xf7,0x00,0x92]6527 6528s_bfm_b32 s0, s1, 0x3f7172736529// GFX10: encoding: [0x01,0xff,0x00,0x92,0x73,0x72,0x71,0x3f]6530 6531s_bfm_b32 s0, s1, 0xaf1234566532// GFX10: encoding: [0x01,0xff,0x00,0x92,0x56,0x34,0x12,0xaf]6533 6534s_bfm_b64 s[0:1], s2, s36535// GFX10: encoding: [0x02,0x03,0x80,0x92]6536 6537s_bfm_b64 s[104:105], s103, s1026538// GFX10: encoding: [0x67,0x66,0xe8,0x92]6539 6540s_bfm_b64 s[0:1], s104, s1036541// GFX10: encoding: [0x68,0x67,0x80,0x92]6542 6543s_bfm_b64 s[104:105], s2, s1036544// GFX10: encoding: [0x02,0x67,0xe8,0x92]6545 6546s_bfm_b64 s[104:105], s104, s36547// GFX10: encoding: [0x68,0x03,0xe8,0x92]6548 6549s_bfm_b64 s[104:105], s2, s36550// GFX10: encoding: [0x02,0x03,0xe8,0x92]6551 6552s_bfm_b64 s[0:1], s104, s36553// GFX10: encoding: [0x68,0x03,0x80,0x92]6554 6555s_bfm_b64 s[0:1], s2, s1036556// GFX10: encoding: [0x02,0x67,0x80,0x92]6557 6558s_bfm_b64 exec, s2, s36559// GFX10: encoding: [0x02,0x03,0xfe,0x92]6560 6561s_bfm_b64 vcc, s2, s36562// GFX10: encoding: [0x02,0x03,0xea,0x92]6563 6564s_bfm_b64 s[0:1], exec_lo, s36565// GFX10: encoding: [0x7e,0x03,0x80,0x92]6566 6567s_bfm_b64 s[0:1], exec_hi, s36568// GFX10: encoding: [0x7f,0x03,0x80,0x92]6569 6570s_bfm_b64 s[0:1], vcc_lo, s36571// GFX10: encoding: [0x6a,0x03,0x80,0x92]6572 6573s_bfm_b64 s[0:1], vcc_hi, s36574// GFX10: encoding: [0x6b,0x03,0x80,0x92]6575 6576s_bfm_b64 s[0:1], m0, s36577// GFX10: encoding: [0x7c,0x03,0x80,0x92]6578 6579s_bfm_b64 s[0:1], 0, s36580// GFX10: encoding: [0x80,0x03,0x80,0x92]6581 6582s_bfm_b64 s[0:1], -1, s36583// GFX10: encoding: [0xc1,0x03,0x80,0x92]6584 6585s_bfm_b64 s[0:1], 0.5, s36586// GFX10: encoding: [0xf0,0x03,0x80,0x92]6587 6588s_bfm_b64 s[0:1], -4.0, s36589// GFX10: encoding: [0xf7,0x03,0x80,0x92]6590 6591s_bfm_b64 s[0:1], 0x3f717273, s36592// GFX10: encoding: [0xff,0x03,0x80,0x92,0x73,0x72,0x71,0x3f]6593 6594s_bfm_b64 s[0:1], 0xaf123456, s36595// GFX10: encoding: [0xff,0x03,0x80,0x92,0x56,0x34,0x12,0xaf]6596 6597s_bfm_b64 s[0:1], s2, exec_lo6598// GFX10: encoding: [0x02,0x7e,0x80,0x92]6599 6600s_bfm_b64 s[0:1], s2, exec_hi6601// GFX10: encoding: [0x02,0x7f,0x80,0x92]6602 6603s_bfm_b64 s[0:1], s2, vcc_lo6604// GFX10: encoding: [0x02,0x6a,0x80,0x92]6605 6606s_bfm_b64 s[0:1], s2, vcc_hi6607// GFX10: encoding: [0x02,0x6b,0x80,0x92]6608 6609s_bfm_b64 s[0:1], s2, m06610// GFX10: encoding: [0x02,0x7c,0x80,0x92]6611 6612s_bfm_b64 s[0:1], s2, 06613// GFX10: encoding: [0x02,0x80,0x80,0x92]6614 6615s_bfm_b64 s[0:1], s2, -16616// GFX10: encoding: [0x02,0xc1,0x80,0x92]6617 6618s_bfm_b64 s[0:1], s2, 0.56619// GFX10: encoding: [0x02,0xf0,0x80,0x92]6620 6621s_bfm_b64 s[0:1], s2, -4.06622// GFX10: encoding: [0x02,0xf7,0x80,0x92]6623 6624s_bfm_b64 s[0:1], s2, 0x3f7172736625// GFX10: encoding: [0x02,0xff,0x80,0x92,0x73,0x72,0x71,0x3f]6626 6627s_bfm_b64 s[0:1], s2, 0xaf1234566628// GFX10: encoding: [0x02,0xff,0x80,0x92,0x56,0x34,0x12,0xaf]6629 6630s_mul_i32 s0, s1, s26631// GFX10: encoding: [0x01,0x02,0x00,0x93]6632 6633s_mul_i32 s105, s104, s1036634// GFX10: encoding: [0x68,0x67,0x69,0x93]6635 6636s_mul_i32 s0, s104, s1036637// GFX10: encoding: [0x68,0x67,0x00,0x93]6638 6639s_mul_i32 s105, s1, s1036640// GFX10: encoding: [0x01,0x67,0x69,0x93]6641 6642s_mul_i32 s105, s104, s26643// GFX10: encoding: [0x68,0x02,0x69,0x93]6644 6645s_mul_i32 s105, s1, s26646// GFX10: encoding: [0x01,0x02,0x69,0x93]6647 6648s_mul_i32 s0, s104, s26649// GFX10: encoding: [0x68,0x02,0x00,0x93]6650 6651s_mul_i32 s0, s1, s1036652// GFX10: encoding: [0x01,0x67,0x00,0x93]6653 6654s_mul_i32 exec_lo, s1, s26655// GFX10: encoding: [0x01,0x02,0x7e,0x93]6656 6657s_mul_i32 exec_hi, s1, s26658// GFX10: encoding: [0x01,0x02,0x7f,0x93]6659 6660s_mul_i32 vcc_lo, s1, s26661// GFX10: encoding: [0x01,0x02,0x6a,0x93]6662 6663s_mul_i32 vcc_hi, s1, s26664// GFX10: encoding: [0x01,0x02,0x6b,0x93]6665 6666s_mul_i32 m0, s1, s26667// GFX10: encoding: [0x01,0x02,0x7c,0x93]6668 6669s_mul_i32 s0, exec_lo, s26670// GFX10: encoding: [0x7e,0x02,0x00,0x93]6671 6672s_mul_i32 s0, exec_hi, s26673// GFX10: encoding: [0x7f,0x02,0x00,0x93]6674 6675s_mul_i32 s0, vcc_lo, s26676// GFX10: encoding: [0x6a,0x02,0x00,0x93]6677 6678s_mul_i32 s0, vcc_hi, s26679// GFX10: encoding: [0x6b,0x02,0x00,0x93]6680 6681s_mul_i32 s0, m0, s26682// GFX10: encoding: [0x7c,0x02,0x00,0x93]6683 6684s_mul_i32 s0, 0, s26685// GFX10: encoding: [0x80,0x02,0x00,0x93]6686 6687s_mul_i32 s0, -1, s26688// GFX10: encoding: [0xc1,0x02,0x00,0x93]6689 6690s_mul_i32 s0, 0.5, s26691// GFX10: encoding: [0xf0,0x02,0x00,0x93]6692 6693s_mul_i32 s0, -4.0, s26694// GFX10: encoding: [0xf7,0x02,0x00,0x93]6695 6696s_mul_i32 s0, 0x3f717273, s26697// GFX10: encoding: [0xff,0x02,0x00,0x93,0x73,0x72,0x71,0x3f]6698 6699s_mul_i32 s0, 0xaf123456, s26700// GFX10: encoding: [0xff,0x02,0x00,0x93,0x56,0x34,0x12,0xaf]6701 6702s_mul_i32 s0, s1, exec_lo6703// GFX10: encoding: [0x01,0x7e,0x00,0x93]6704 6705s_mul_i32 s0, s1, exec_hi6706// GFX10: encoding: [0x01,0x7f,0x00,0x93]6707 6708s_mul_i32 s0, s1, vcc_lo6709// GFX10: encoding: [0x01,0x6a,0x00,0x93]6710 6711s_mul_i32 s0, s1, vcc_hi6712// GFX10: encoding: [0x01,0x6b,0x00,0x93]6713 6714s_mul_i32 s0, s1, m06715// GFX10: encoding: [0x01,0x7c,0x00,0x93]6716 6717s_mul_i32 s0, s1, 06718// GFX10: encoding: [0x01,0x80,0x00,0x93]6719 6720s_mul_i32 s0, s1, -16721// GFX10: encoding: [0x01,0xc1,0x00,0x93]6722 6723s_mul_i32 s0, s1, 0.56724// GFX10: encoding: [0x01,0xf0,0x00,0x93]6725 6726s_mul_i32 s0, s1, -4.06727// GFX10: encoding: [0x01,0xf7,0x00,0x93]6728 6729s_mul_i32 s0, s1, 0x3f7172736730// GFX10: encoding: [0x01,0xff,0x00,0x93,0x73,0x72,0x71,0x3f]6731 6732s_mul_i32 s0, s1, 0xaf1234566733// GFX10: encoding: [0x01,0xff,0x00,0x93,0x56,0x34,0x12,0xaf]6734 6735s_bfe_u32 s0, s1, s26736// GFX10: encoding: [0x01,0x02,0x80,0x93]6737 6738s_bfe_u32 s105, s104, s1036739// GFX10: encoding: [0x68,0x67,0xe9,0x93]6740 6741s_bfe_u32 s0, s104, s1036742// GFX10: encoding: [0x68,0x67,0x80,0x93]6743 6744s_bfe_u32 s105, s1, s1036745// GFX10: encoding: [0x01,0x67,0xe9,0x93]6746 6747s_bfe_u32 s105, s104, s26748// GFX10: encoding: [0x68,0x02,0xe9,0x93]6749 6750s_bfe_u32 s105, s1, s26751// GFX10: encoding: [0x01,0x02,0xe9,0x93]6752 6753s_bfe_u32 s0, s104, s26754// GFX10: encoding: [0x68,0x02,0x80,0x93]6755 6756s_bfe_u32 s0, s1, s1036757// GFX10: encoding: [0x01,0x67,0x80,0x93]6758 6759s_bfe_u32 exec_lo, s1, s26760// GFX10: encoding: [0x01,0x02,0xfe,0x93]6761 6762s_bfe_u32 exec_hi, s1, s26763// GFX10: encoding: [0x01,0x02,0xff,0x93]6764 6765s_bfe_u32 vcc_lo, s1, s26766// GFX10: encoding: [0x01,0x02,0xea,0x93]6767 6768s_bfe_u32 vcc_hi, s1, s26769// GFX10: encoding: [0x01,0x02,0xeb,0x93]6770 6771s_bfe_u32 m0, s1, s26772// GFX10: encoding: [0x01,0x02,0xfc,0x93]6773 6774s_bfe_u32 s0, exec_lo, s26775// GFX10: encoding: [0x7e,0x02,0x80,0x93]6776 6777s_bfe_u32 s0, exec_hi, s26778// GFX10: encoding: [0x7f,0x02,0x80,0x93]6779 6780s_bfe_u32 s0, vcc_lo, s26781// GFX10: encoding: [0x6a,0x02,0x80,0x93]6782 6783s_bfe_u32 s0, vcc_hi, s26784// GFX10: encoding: [0x6b,0x02,0x80,0x93]6785 6786s_bfe_u32 s0, m0, s26787// GFX10: encoding: [0x7c,0x02,0x80,0x93]6788 6789s_bfe_u32 s0, 0, s26790// GFX10: encoding: [0x80,0x02,0x80,0x93]6791 6792s_bfe_u32 s0, -1, s26793// GFX10: encoding: [0xc1,0x02,0x80,0x93]6794 6795s_bfe_u32 s0, 0.5, s26796// GFX10: encoding: [0xf0,0x02,0x80,0x93]6797 6798s_bfe_u32 s0, -4.0, s26799// GFX10: encoding: [0xf7,0x02,0x80,0x93]6800 6801s_bfe_u32 s0, 0x3f717273, s26802// GFX10: encoding: [0xff,0x02,0x80,0x93,0x73,0x72,0x71,0x3f]6803 6804s_bfe_u32 s0, 0xaf123456, s26805// GFX10: encoding: [0xff,0x02,0x80,0x93,0x56,0x34,0x12,0xaf]6806 6807s_bfe_u32 s0, s1, exec_lo6808// GFX10: encoding: [0x01,0x7e,0x80,0x93]6809 6810s_bfe_u32 s0, s1, exec_hi6811// GFX10: encoding: [0x01,0x7f,0x80,0x93]6812 6813s_bfe_u32 s0, s1, vcc_lo6814// GFX10: encoding: [0x01,0x6a,0x80,0x93]6815 6816s_bfe_u32 s0, s1, vcc_hi6817// GFX10: encoding: [0x01,0x6b,0x80,0x93]6818 6819s_bfe_u32 s0, s1, m06820// GFX10: encoding: [0x01,0x7c,0x80,0x93]6821 6822s_bfe_u32 s0, s1, 06823// GFX10: encoding: [0x01,0x80,0x80,0x93]6824 6825s_bfe_u32 s0, s1, -16826// GFX10: encoding: [0x01,0xc1,0x80,0x93]6827 6828s_bfe_u32 s0, s1, 0.56829// GFX10: encoding: [0x01,0xf0,0x80,0x93]6830 6831s_bfe_u32 s0, s1, -4.06832// GFX10: encoding: [0x01,0xf7,0x80,0x93]6833 6834s_bfe_u32 s0, s1, 0x3f7172736835// GFX10: encoding: [0x01,0xff,0x80,0x93,0x73,0x72,0x71,0x3f]6836 6837s_bfe_u32 s0, s1, 0xaf1234566838// GFX10: encoding: [0x01,0xff,0x80,0x93,0x56,0x34,0x12,0xaf]6839 6840s_bfe_i32 s0, s1, s26841// GFX10: encoding: [0x01,0x02,0x00,0x94]6842 6843s_bfe_i32 s105, s104, s1036844// GFX10: encoding: [0x68,0x67,0x69,0x94]6845 6846s_bfe_i32 s0, s104, s1036847// GFX10: encoding: [0x68,0x67,0x00,0x94]6848 6849s_bfe_i32 s105, s1, s1036850// GFX10: encoding: [0x01,0x67,0x69,0x94]6851 6852s_bfe_i32 s105, s104, s26853// GFX10: encoding: [0x68,0x02,0x69,0x94]6854 6855s_bfe_i32 s105, s1, s26856// GFX10: encoding: [0x01,0x02,0x69,0x94]6857 6858s_bfe_i32 s0, s104, s26859// GFX10: encoding: [0x68,0x02,0x00,0x94]6860 6861s_bfe_i32 s0, s1, s1036862// GFX10: encoding: [0x01,0x67,0x00,0x94]6863 6864s_bfe_i32 exec_lo, s1, s26865// GFX10: encoding: [0x01,0x02,0x7e,0x94]6866 6867s_bfe_i32 exec_hi, s1, s26868// GFX10: encoding: [0x01,0x02,0x7f,0x94]6869 6870s_bfe_i32 vcc_lo, s1, s26871// GFX10: encoding: [0x01,0x02,0x6a,0x94]6872 6873s_bfe_i32 vcc_hi, s1, s26874// GFX10: encoding: [0x01,0x02,0x6b,0x94]6875 6876s_bfe_i32 m0, s1, s26877// GFX10: encoding: [0x01,0x02,0x7c,0x94]6878 6879s_bfe_i32 s0, exec_lo, s26880// GFX10: encoding: [0x7e,0x02,0x00,0x94]6881 6882s_bfe_i32 s0, exec_hi, s26883// GFX10: encoding: [0x7f,0x02,0x00,0x94]6884 6885s_bfe_i32 s0, vcc_lo, s26886// GFX10: encoding: [0x6a,0x02,0x00,0x94]6887 6888s_bfe_i32 s0, vcc_hi, s26889// GFX10: encoding: [0x6b,0x02,0x00,0x94]6890 6891s_bfe_i32 s0, m0, s26892// GFX10: encoding: [0x7c,0x02,0x00,0x94]6893 6894s_bfe_i32 s0, 0, s26895// GFX10: encoding: [0x80,0x02,0x00,0x94]6896 6897s_bfe_i32 s0, -1, s26898// GFX10: encoding: [0xc1,0x02,0x00,0x94]6899 6900s_bfe_i32 s0, 0.5, s26901// GFX10: encoding: [0xf0,0x02,0x00,0x94]6902 6903s_bfe_i32 s0, -4.0, s26904// GFX10: encoding: [0xf7,0x02,0x00,0x94]6905 6906s_bfe_i32 s0, 0x3f717273, s26907// GFX10: encoding: [0xff,0x02,0x00,0x94,0x73,0x72,0x71,0x3f]6908 6909s_bfe_i32 s0, 0xaf123456, s26910// GFX10: encoding: [0xff,0x02,0x00,0x94,0x56,0x34,0x12,0xaf]6911 6912s_bfe_i32 s0, s1, exec_lo6913// GFX10: encoding: [0x01,0x7e,0x00,0x94]6914 6915s_bfe_i32 s0, s1, exec_hi6916// GFX10: encoding: [0x01,0x7f,0x00,0x94]6917 6918s_bfe_i32 s0, s1, vcc_lo6919// GFX10: encoding: [0x01,0x6a,0x00,0x94]6920 6921s_bfe_i32 s0, s1, vcc_hi6922// GFX10: encoding: [0x01,0x6b,0x00,0x94]6923 6924s_bfe_i32 s0, s1, m06925// GFX10: encoding: [0x01,0x7c,0x00,0x94]6926 6927s_bfe_i32 s0, s1, 06928// GFX10: encoding: [0x01,0x80,0x00,0x94]6929 6930s_bfe_i32 s0, s1, -16931// GFX10: encoding: [0x01,0xc1,0x00,0x94]6932 6933s_bfe_i32 s0, s1, 0.56934// GFX10: encoding: [0x01,0xf0,0x00,0x94]6935 6936s_bfe_i32 s0, s1, -4.06937// GFX10: encoding: [0x01,0xf7,0x00,0x94]6938 6939s_bfe_i32 s0, s1, 0x3f7172736940// GFX10: encoding: [0x01,0xff,0x00,0x94,0x73,0x72,0x71,0x3f]6941 6942s_bfe_i32 s0, s1, 0xaf1234566943// GFX10: encoding: [0x01,0xff,0x00,0x94,0x56,0x34,0x12,0xaf]6944 6945s_bfe_u64 s[0:1], s[2:3], s46946// GFX10: encoding: [0x02,0x04,0x80,0x94]6947 6948s_bfe_u64 s[104:105], s[102:103], s1006949// GFX10: encoding: [0x66,0x64,0xe8,0x94]6950 6951s_bfe_u64 s[0:1], s[102:103], s1006952// GFX10: encoding: [0x66,0x64,0x80,0x94]6953 6954s_bfe_u64 s[104:105], s[2:3], s1006955// GFX10: encoding: [0x02,0x64,0xe8,0x94]6956 6957s_bfe_u64 s[104:105], s[102:103], s46958// GFX10: encoding: [0x66,0x04,0xe8,0x94]6959 6960s_bfe_u64 s[104:105], s[2:3], s46961// GFX10: encoding: [0x02,0x04,0xe8,0x94]6962 6963s_bfe_u64 s[0:1], s[102:103], s46964// GFX10: encoding: [0x66,0x04,0x80,0x94]6965 6966s_bfe_u64 s[0:1], s[2:3], s1006967// GFX10: encoding: [0x02,0x64,0x80,0x94]6968 6969s_bfe_u64 exec, s[2:3], s46970// GFX10: encoding: [0x02,0x04,0xfe,0x94]6971 6972s_bfe_u64 vcc, s[2:3], s46973// GFX10: encoding: [0x02,0x04,0xea,0x94]6974 6975s_bfe_u64 s[0:1], exec, s46976// GFX10: encoding: [0x7e,0x04,0x80,0x94]6977 6978s_bfe_u64 s[0:1], vcc, s46979// GFX10: encoding: [0x6a,0x04,0x80,0x94]6980 6981s_bfe_u64 s[0:1], 0, s46982// GFX10: encoding: [0x80,0x04,0x80,0x94]6983 6984s_bfe_u64 s[0:1], -1, s46985// GFX10: encoding: [0xc1,0x04,0x80,0x94]6986 6987s_bfe_u64 s[0:1], 0.5, s46988// GFX10: encoding: [0xf0,0x04,0x80,0x94]6989 6990s_bfe_u64 s[0:1], -4.0, s46991// GFX10: encoding: [0xf7,0x04,0x80,0x94]6992 6993s_bfe_u64 s[0:1], 0x3f717273, s46994// GFX10: encoding: [0xff,0x04,0x80,0x94,0x73,0x72,0x71,0x3f]6995 6996s_bfe_u64 s[0:1], 0xaf123456, s46997// GFX10: encoding: [0xff,0x04,0x80,0x94,0x56,0x34,0x12,0xaf]6998 6999s_bfe_u64 s[0:1], s[2:3], exec_lo7000// GFX10: encoding: [0x02,0x7e,0x80,0x94]7001 7002s_bfe_u64 s[0:1], s[2:3], vcc_lo7003// GFX10: encoding: [0x02,0x6a,0x80,0x94]7004 7005s_bfe_u64 s[0:1], s[2:3], 07006// GFX10: encoding: [0x02,0x80,0x80,0x94]7007 7008s_bfe_u64 s[0:1], s[2:3], -17009// GFX10: encoding: [0x02,0xc1,0x80,0x94]7010 7011s_bfe_u64 s[0:1], s[2:3], 0.57012// GFX10: encoding: [0x02,0xf0,0x80,0x94]7013 7014s_bfe_u64 s[0:1], s[2:3], -4.07015// GFX10: encoding: [0x02,0xf7,0x80,0x94]7016 7017s_bfe_u64 s[0:1], s[2:3], 0x3f7172737018// GFX10: encoding: [0x02,0xff,0x80,0x94,0x73,0x72,0x71,0x3f]7019 7020s_bfe_u64 s[0:1], s[2:3], 0xaf1234567021// GFX10: encoding: [0x02,0xff,0x80,0x94,0x56,0x34,0x12,0xaf]7022 7023s_bfe_i64 s[0:1], s[2:3], s47024// GFX10: encoding: [0x02,0x04,0x00,0x95]7025 7026s_bfe_i64 s[104:105], s[102:103], s1007027// GFX10: encoding: [0x66,0x64,0x68,0x95]7028 7029s_bfe_i64 s[0:1], s[102:103], s1007030// GFX10: encoding: [0x66,0x64,0x00,0x95]7031 7032s_bfe_i64 s[104:105], s[2:3], s1007033// GFX10: encoding: [0x02,0x64,0x68,0x95]7034 7035s_bfe_i64 s[104:105], s[102:103], s47036// GFX10: encoding: [0x66,0x04,0x68,0x95]7037 7038s_bfe_i64 s[104:105], s[2:3], s47039// GFX10: encoding: [0x02,0x04,0x68,0x95]7040 7041s_bfe_i64 s[0:1], s[102:103], s47042// GFX10: encoding: [0x66,0x04,0x00,0x95]7043 7044s_bfe_i64 s[0:1], s[2:3], s1007045// GFX10: encoding: [0x02,0x64,0x00,0x95]7046 7047s_bfe_i64 exec, s[2:3], s47048// GFX10: encoding: [0x02,0x04,0x7e,0x95]7049 7050s_bfe_i64 vcc, s[2:3], s47051// GFX10: encoding: [0x02,0x04,0x6a,0x95]7052 7053s_bfe_i64 s[0:1], exec, s47054// GFX10: encoding: [0x7e,0x04,0x00,0x95]7055 7056s_bfe_i64 s[0:1], vcc, s47057// GFX10: encoding: [0x6a,0x04,0x00,0x95]7058 7059s_bfe_i64 s[0:1], 0, s47060// GFX10: encoding: [0x80,0x04,0x00,0x95]7061 7062s_bfe_i64 s[0:1], -1, s47063// GFX10: encoding: [0xc1,0x04,0x00,0x95]7064 7065s_bfe_i64 s[0:1], 0.5, s47066// GFX10: encoding: [0xf0,0x04,0x00,0x95]7067 7068s_bfe_i64 s[0:1], -4.0, s47069// GFX10: encoding: [0xf7,0x04,0x00,0x95]7070 7071s_bfe_i64 s[0:1], 0x3f717273, s47072// GFX10: encoding: [0xff,0x04,0x00,0x95,0x73,0x72,0x71,0x3f]7073 7074s_bfe_i64 s[0:1], 0xaf123456, s47075// GFX10: encoding: [0xff,0x04,0x00,0x95,0x56,0x34,0x12,0xaf]7076 7077s_bfe_i64 s[0:1], s[2:3], exec_lo7078// GFX10: encoding: [0x02,0x7e,0x00,0x95]7079 7080s_bfe_i64 s[0:1], s[2:3], vcc_lo7081// GFX10: encoding: [0x02,0x6a,0x00,0x95]7082 7083s_bfe_i64 s[0:1], s[2:3], 07084// GFX10: encoding: [0x02,0x80,0x00,0x95]7085 7086s_bfe_i64 s[0:1], s[2:3], -17087// GFX10: encoding: [0x02,0xc1,0x00,0x95]7088 7089s_bfe_i64 s[0:1], s[2:3], 0.57090// GFX10: encoding: [0x02,0xf0,0x00,0x95]7091 7092s_bfe_i64 s[0:1], s[2:3], -4.07093// GFX10: encoding: [0x02,0xf7,0x00,0x95]7094 7095s_bfe_i64 s[0:1], s[2:3], 0x3f7172737096// GFX10: encoding: [0x02,0xff,0x00,0x95,0x73,0x72,0x71,0x3f]7097 7098s_bfe_i64 s[0:1], s[2:3], 0xaf1234567099// GFX10: encoding: [0x02,0xff,0x00,0x95,0x56,0x34,0x12,0xaf]7100 7101s_absdiff_i32 s0, s1, s27102// GFX10: encoding: [0x01,0x02,0x00,0x96]7103 7104s_absdiff_i32 s105, s104, s1037105// GFX10: encoding: [0x68,0x67,0x69,0x96]7106 7107s_absdiff_i32 s0, s104, s1037108// GFX10: encoding: [0x68,0x67,0x00,0x96]7109 7110s_absdiff_i32 s105, s1, s1037111// GFX10: encoding: [0x01,0x67,0x69,0x96]7112 7113s_absdiff_i32 s105, s104, s27114// GFX10: encoding: [0x68,0x02,0x69,0x96]7115 7116s_absdiff_i32 s105, s1, s27117// GFX10: encoding: [0x01,0x02,0x69,0x96]7118 7119s_absdiff_i32 s0, s104, s27120// GFX10: encoding: [0x68,0x02,0x00,0x96]7121 7122s_absdiff_i32 s0, s1, s1037123// GFX10: encoding: [0x01,0x67,0x00,0x96]7124 7125s_absdiff_i32 exec_lo, s1, s27126// GFX10: encoding: [0x01,0x02,0x7e,0x96]7127 7128s_absdiff_i32 exec_hi, s1, s27129// GFX10: encoding: [0x01,0x02,0x7f,0x96]7130 7131s_absdiff_i32 vcc_lo, s1, s27132// GFX10: encoding: [0x01,0x02,0x6a,0x96]7133 7134s_absdiff_i32 vcc_hi, s1, s27135// GFX10: encoding: [0x01,0x02,0x6b,0x96]7136 7137s_absdiff_i32 m0, s1, s27138// GFX10: encoding: [0x01,0x02,0x7c,0x96]7139 7140s_absdiff_i32 s0, exec_lo, s27141// GFX10: encoding: [0x7e,0x02,0x00,0x96]7142 7143s_absdiff_i32 s0, exec_hi, s27144// GFX10: encoding: [0x7f,0x02,0x00,0x96]7145 7146s_absdiff_i32 s0, vcc_lo, s27147// GFX10: encoding: [0x6a,0x02,0x00,0x96]7148 7149s_absdiff_i32 s0, vcc_hi, s27150// GFX10: encoding: [0x6b,0x02,0x00,0x96]7151 7152s_absdiff_i32 s0, m0, s27153// GFX10: encoding: [0x7c,0x02,0x00,0x96]7154 7155s_absdiff_i32 s0, 0, s27156// GFX10: encoding: [0x80,0x02,0x00,0x96]7157 7158s_absdiff_i32 s0, -1, s27159// GFX10: encoding: [0xc1,0x02,0x00,0x96]7160 7161s_absdiff_i32 s0, 0.5, s27162// GFX10: encoding: [0xf0,0x02,0x00,0x96]7163 7164s_absdiff_i32 s0, -4.0, s27165// GFX10: encoding: [0xf7,0x02,0x00,0x96]7166 7167s_absdiff_i32 s0, 0x3f717273, s27168// GFX10: encoding: [0xff,0x02,0x00,0x96,0x73,0x72,0x71,0x3f]7169 7170s_absdiff_i32 s0, 0xaf123456, s27171// GFX10: encoding: [0xff,0x02,0x00,0x96,0x56,0x34,0x12,0xaf]7172 7173s_absdiff_i32 s0, s1, exec_lo7174// GFX10: encoding: [0x01,0x7e,0x00,0x96]7175 7176s_absdiff_i32 s0, s1, exec_hi7177// GFX10: encoding: [0x01,0x7f,0x00,0x96]7178 7179s_absdiff_i32 s0, s1, vcc_lo7180// GFX10: encoding: [0x01,0x6a,0x00,0x96]7181 7182s_absdiff_i32 s0, s1, vcc_hi7183// GFX10: encoding: [0x01,0x6b,0x00,0x96]7184 7185s_absdiff_i32 s0, s1, m07186// GFX10: encoding: [0x01,0x7c,0x00,0x96]7187 7188s_absdiff_i32 s0, s1, 07189// GFX10: encoding: [0x01,0x80,0x00,0x96]7190 7191s_absdiff_i32 s0, s1, -17192// GFX10: encoding: [0x01,0xc1,0x00,0x96]7193 7194s_absdiff_i32 s0, s1, 0.57195// GFX10: encoding: [0x01,0xf0,0x00,0x96]7196 7197s_absdiff_i32 s0, s1, -4.07198// GFX10: encoding: [0x01,0xf7,0x00,0x96]7199 7200s_absdiff_i32 s0, s1, 0x3f7172737201// GFX10: encoding: [0x01,0xff,0x00,0x96,0x73,0x72,0x71,0x3f]7202 7203s_absdiff_i32 s0, s1, 0xaf1234567204// GFX10: encoding: [0x01,0xff,0x00,0x96,0x56,0x34,0x12,0xaf]7205 7206s_lshl1_add_u32 s0, s1, s27207// GFX10: encoding: [0x01,0x02,0x00,0x97]7208 7209s_lshl1_add_u32 s105, s104, s1037210// GFX10: encoding: [0x68,0x67,0x69,0x97]7211 7212s_lshl1_add_u32 s0, s104, s1037213// GFX10: encoding: [0x68,0x67,0x00,0x97]7214 7215s_lshl1_add_u32 s105, s1, s1037216// GFX10: encoding: [0x01,0x67,0x69,0x97]7217 7218s_lshl1_add_u32 s105, s104, s27219// GFX10: encoding: [0x68,0x02,0x69,0x97]7220 7221s_lshl1_add_u32 s105, s1, s27222// GFX10: encoding: [0x01,0x02,0x69,0x97]7223 7224s_lshl1_add_u32 s0, s104, s27225// GFX10: encoding: [0x68,0x02,0x00,0x97]7226 7227s_lshl1_add_u32 s0, s1, s1037228// GFX10: encoding: [0x01,0x67,0x00,0x97]7229 7230s_lshl1_add_u32 exec_lo, s1, s27231// GFX10: encoding: [0x01,0x02,0x7e,0x97]7232 7233s_lshl1_add_u32 exec_hi, s1, s27234// GFX10: encoding: [0x01,0x02,0x7f,0x97]7235 7236s_lshl1_add_u32 vcc_lo, s1, s27237// GFX10: encoding: [0x01,0x02,0x6a,0x97]7238 7239s_lshl1_add_u32 vcc_hi, s1, s27240// GFX10: encoding: [0x01,0x02,0x6b,0x97]7241 7242s_lshl1_add_u32 m0, s1, s27243// GFX10: encoding: [0x01,0x02,0x7c,0x97]7244 7245s_lshl1_add_u32 s0, exec_lo, s27246// GFX10: encoding: [0x7e,0x02,0x00,0x97]7247 7248s_lshl1_add_u32 s0, exec_hi, s27249// GFX10: encoding: [0x7f,0x02,0x00,0x97]7250 7251s_lshl1_add_u32 s0, vcc_lo, s27252// GFX10: encoding: [0x6a,0x02,0x00,0x97]7253 7254s_lshl1_add_u32 s0, vcc_hi, s27255// GFX10: encoding: [0x6b,0x02,0x00,0x97]7256 7257s_lshl1_add_u32 s0, m0, s27258// GFX10: encoding: [0x7c,0x02,0x00,0x97]7259 7260s_lshl1_add_u32 s0, 0, s27261// GFX10: encoding: [0x80,0x02,0x00,0x97]7262 7263s_lshl1_add_u32 s0, -1, s27264// GFX10: encoding: [0xc1,0x02,0x00,0x97]7265 7266s_lshl1_add_u32 s0, 0.5, s27267// GFX10: encoding: [0xf0,0x02,0x00,0x97]7268 7269s_lshl1_add_u32 s0, -4.0, s27270// GFX10: encoding: [0xf7,0x02,0x00,0x97]7271 7272s_lshl1_add_u32 s0, 0x3f717273, s27273// GFX10: encoding: [0xff,0x02,0x00,0x97,0x73,0x72,0x71,0x3f]7274 7275s_lshl1_add_u32 s0, 0xaf123456, s27276// GFX10: encoding: [0xff,0x02,0x00,0x97,0x56,0x34,0x12,0xaf]7277 7278s_lshl1_add_u32 s0, s1, exec_lo7279// GFX10: encoding: [0x01,0x7e,0x00,0x97]7280 7281s_lshl1_add_u32 s0, s1, exec_hi7282// GFX10: encoding: [0x01,0x7f,0x00,0x97]7283 7284s_lshl1_add_u32 s0, s1, vcc_lo7285// GFX10: encoding: [0x01,0x6a,0x00,0x97]7286 7287s_lshl1_add_u32 s0, s1, vcc_hi7288// GFX10: encoding: [0x01,0x6b,0x00,0x97]7289 7290s_lshl1_add_u32 s0, s1, m07291// GFX10: encoding: [0x01,0x7c,0x00,0x97]7292 7293s_lshl1_add_u32 s0, s1, 07294// GFX10: encoding: [0x01,0x80,0x00,0x97]7295 7296s_lshl1_add_u32 s0, s1, -17297// GFX10: encoding: [0x01,0xc1,0x00,0x97]7298 7299s_lshl1_add_u32 s0, s1, 0.57300// GFX10: encoding: [0x01,0xf0,0x00,0x97]7301 7302s_lshl1_add_u32 s0, s1, -4.07303// GFX10: encoding: [0x01,0xf7,0x00,0x97]7304 7305s_lshl1_add_u32 s0, s1, 0x3f7172737306// GFX10: encoding: [0x01,0xff,0x00,0x97,0x73,0x72,0x71,0x3f]7307 7308s_lshl1_add_u32 s0, s1, 0xaf1234567309// GFX10: encoding: [0x01,0xff,0x00,0x97,0x56,0x34,0x12,0xaf]7310 7311s_lshl2_add_u32 s0, s1, s27312// GFX10: encoding: [0x01,0x02,0x80,0x97]7313 7314s_lshl2_add_u32 s105, s104, s1037315// GFX10: encoding: [0x68,0x67,0xe9,0x97]7316 7317s_lshl2_add_u32 s0, s104, s1037318// GFX10: encoding: [0x68,0x67,0x80,0x97]7319 7320s_lshl2_add_u32 s105, s1, s1037321// GFX10: encoding: [0x01,0x67,0xe9,0x97]7322 7323s_lshl2_add_u32 s105, s104, s27324// GFX10: encoding: [0x68,0x02,0xe9,0x97]7325 7326s_lshl2_add_u32 s105, s1, s27327// GFX10: encoding: [0x01,0x02,0xe9,0x97]7328 7329s_lshl2_add_u32 s0, s104, s27330// GFX10: encoding: [0x68,0x02,0x80,0x97]7331 7332s_lshl2_add_u32 s0, s1, s1037333// GFX10: encoding: [0x01,0x67,0x80,0x97]7334 7335s_lshl2_add_u32 exec_lo, s1, s27336// GFX10: encoding: [0x01,0x02,0xfe,0x97]7337 7338s_lshl2_add_u32 exec_hi, s1, s27339// GFX10: encoding: [0x01,0x02,0xff,0x97]7340 7341s_lshl2_add_u32 vcc_lo, s1, s27342// GFX10: encoding: [0x01,0x02,0xea,0x97]7343 7344s_lshl2_add_u32 vcc_hi, s1, s27345// GFX10: encoding: [0x01,0x02,0xeb,0x97]7346 7347s_lshl2_add_u32 m0, s1, s27348// GFX10: encoding: [0x01,0x02,0xfc,0x97]7349 7350s_lshl2_add_u32 s0, exec_lo, s27351// GFX10: encoding: [0x7e,0x02,0x80,0x97]7352 7353s_lshl2_add_u32 s0, exec_hi, s27354// GFX10: encoding: [0x7f,0x02,0x80,0x97]7355 7356s_lshl2_add_u32 s0, vcc_lo, s27357// GFX10: encoding: [0x6a,0x02,0x80,0x97]7358 7359s_lshl2_add_u32 s0, vcc_hi, s27360// GFX10: encoding: [0x6b,0x02,0x80,0x97]7361 7362s_lshl2_add_u32 s0, m0, s27363// GFX10: encoding: [0x7c,0x02,0x80,0x97]7364 7365s_lshl2_add_u32 s0, 0, s27366// GFX10: encoding: [0x80,0x02,0x80,0x97]7367 7368s_lshl2_add_u32 s0, -1, s27369// GFX10: encoding: [0xc1,0x02,0x80,0x97]7370 7371s_lshl2_add_u32 s0, 0.5, s27372// GFX10: encoding: [0xf0,0x02,0x80,0x97]7373 7374s_lshl2_add_u32 s0, -4.0, s27375// GFX10: encoding: [0xf7,0x02,0x80,0x97]7376 7377s_lshl2_add_u32 s0, 0x3f717273, s27378// GFX10: encoding: [0xff,0x02,0x80,0x97,0x73,0x72,0x71,0x3f]7379 7380s_lshl2_add_u32 s0, 0xaf123456, s27381// GFX10: encoding: [0xff,0x02,0x80,0x97,0x56,0x34,0x12,0xaf]7382 7383s_lshl2_add_u32 s0, s1, exec_lo7384// GFX10: encoding: [0x01,0x7e,0x80,0x97]7385 7386s_lshl2_add_u32 s0, s1, exec_hi7387// GFX10: encoding: [0x01,0x7f,0x80,0x97]7388 7389s_lshl2_add_u32 s0, s1, vcc_lo7390// GFX10: encoding: [0x01,0x6a,0x80,0x97]7391 7392s_lshl2_add_u32 s0, s1, vcc_hi7393// GFX10: encoding: [0x01,0x6b,0x80,0x97]7394 7395s_lshl2_add_u32 s0, s1, m07396// GFX10: encoding: [0x01,0x7c,0x80,0x97]7397 7398s_lshl2_add_u32 s0, s1, 07399// GFX10: encoding: [0x01,0x80,0x80,0x97]7400 7401s_lshl2_add_u32 s0, s1, -17402// GFX10: encoding: [0x01,0xc1,0x80,0x97]7403 7404s_lshl2_add_u32 s0, s1, 0.57405// GFX10: encoding: [0x01,0xf0,0x80,0x97]7406 7407s_lshl2_add_u32 s0, s1, -4.07408// GFX10: encoding: [0x01,0xf7,0x80,0x97]7409 7410s_lshl2_add_u32 s0, s1, 0x3f7172737411// GFX10: encoding: [0x01,0xff,0x80,0x97,0x73,0x72,0x71,0x3f]7412 7413s_lshl2_add_u32 s0, s1, 0xaf1234567414// GFX10: encoding: [0x01,0xff,0x80,0x97,0x56,0x34,0x12,0xaf]7415 7416s_lshl3_add_u32 s0, s1, s27417// GFX10: encoding: [0x01,0x02,0x00,0x98]7418 7419s_lshl3_add_u32 s105, s104, s1037420// GFX10: encoding: [0x68,0x67,0x69,0x98]7421 7422s_lshl3_add_u32 s0, s104, s1037423// GFX10: encoding: [0x68,0x67,0x00,0x98]7424 7425s_lshl3_add_u32 s105, s1, s1037426// GFX10: encoding: [0x01,0x67,0x69,0x98]7427 7428s_lshl3_add_u32 s105, s104, s27429// GFX10: encoding: [0x68,0x02,0x69,0x98]7430 7431s_lshl3_add_u32 s105, s1, s27432// GFX10: encoding: [0x01,0x02,0x69,0x98]7433 7434s_lshl3_add_u32 s0, s104, s27435// GFX10: encoding: [0x68,0x02,0x00,0x98]7436 7437s_lshl3_add_u32 s0, s1, s1037438// GFX10: encoding: [0x01,0x67,0x00,0x98]7439 7440s_lshl3_add_u32 exec_lo, s1, s27441// GFX10: encoding: [0x01,0x02,0x7e,0x98]7442 7443s_lshl3_add_u32 exec_hi, s1, s27444// GFX10: encoding: [0x01,0x02,0x7f,0x98]7445 7446s_lshl3_add_u32 vcc_lo, s1, s27447// GFX10: encoding: [0x01,0x02,0x6a,0x98]7448 7449s_lshl3_add_u32 vcc_hi, s1, s27450// GFX10: encoding: [0x01,0x02,0x6b,0x98]7451 7452s_lshl3_add_u32 m0, s1, s27453// GFX10: encoding: [0x01,0x02,0x7c,0x98]7454 7455s_lshl3_add_u32 s0, exec_lo, s27456// GFX10: encoding: [0x7e,0x02,0x00,0x98]7457 7458s_lshl3_add_u32 s0, exec_hi, s27459// GFX10: encoding: [0x7f,0x02,0x00,0x98]7460 7461s_lshl3_add_u32 s0, vcc_lo, s27462// GFX10: encoding: [0x6a,0x02,0x00,0x98]7463 7464s_lshl3_add_u32 s0, vcc_hi, s27465// GFX10: encoding: [0x6b,0x02,0x00,0x98]7466 7467s_lshl3_add_u32 s0, m0, s27468// GFX10: encoding: [0x7c,0x02,0x00,0x98]7469 7470s_lshl3_add_u32 s0, 0, s27471// GFX10: encoding: [0x80,0x02,0x00,0x98]7472 7473s_lshl3_add_u32 s0, -1, s27474// GFX10: encoding: [0xc1,0x02,0x00,0x98]7475 7476s_lshl3_add_u32 s0, 0.5, s27477// GFX10: encoding: [0xf0,0x02,0x00,0x98]7478 7479s_lshl3_add_u32 s0, -4.0, s27480// GFX10: encoding: [0xf7,0x02,0x00,0x98]7481 7482s_lshl3_add_u32 s0, 0x3f717273, s27483// GFX10: encoding: [0xff,0x02,0x00,0x98,0x73,0x72,0x71,0x3f]7484 7485s_lshl3_add_u32 s0, 0xaf123456, s27486// GFX10: encoding: [0xff,0x02,0x00,0x98,0x56,0x34,0x12,0xaf]7487 7488s_lshl3_add_u32 s0, s1, exec_lo7489// GFX10: encoding: [0x01,0x7e,0x00,0x98]7490 7491s_lshl3_add_u32 s0, s1, exec_hi7492// GFX10: encoding: [0x01,0x7f,0x00,0x98]7493 7494s_lshl3_add_u32 s0, s1, vcc_lo7495// GFX10: encoding: [0x01,0x6a,0x00,0x98]7496 7497s_lshl3_add_u32 s0, s1, vcc_hi7498// GFX10: encoding: [0x01,0x6b,0x00,0x98]7499 7500s_lshl3_add_u32 s0, s1, m07501// GFX10: encoding: [0x01,0x7c,0x00,0x98]7502 7503s_lshl3_add_u32 s0, s1, 07504// GFX10: encoding: [0x01,0x80,0x00,0x98]7505 7506s_lshl3_add_u32 s0, s1, -17507// GFX10: encoding: [0x01,0xc1,0x00,0x98]7508 7509s_lshl3_add_u32 s0, s1, 0.57510// GFX10: encoding: [0x01,0xf0,0x00,0x98]7511 7512s_lshl3_add_u32 s0, s1, -4.07513// GFX10: encoding: [0x01,0xf7,0x00,0x98]7514 7515s_lshl3_add_u32 s0, s1, 0x3f7172737516// GFX10: encoding: [0x01,0xff,0x00,0x98,0x73,0x72,0x71,0x3f]7517 7518s_lshl3_add_u32 s0, s1, 0xaf1234567519// GFX10: encoding: [0x01,0xff,0x00,0x98,0x56,0x34,0x12,0xaf]7520 7521s_lshl4_add_u32 s0, s1, s27522// GFX10: encoding: [0x01,0x02,0x80,0x98]7523 7524s_lshl4_add_u32 s105, s104, s1037525// GFX10: encoding: [0x68,0x67,0xe9,0x98]7526 7527s_lshl4_add_u32 s0, s104, s1037528// GFX10: encoding: [0x68,0x67,0x80,0x98]7529 7530s_lshl4_add_u32 s105, s1, s1037531// GFX10: encoding: [0x01,0x67,0xe9,0x98]7532 7533s_lshl4_add_u32 s105, s104, s27534// GFX10: encoding: [0x68,0x02,0xe9,0x98]7535 7536s_lshl4_add_u32 s105, s1, s27537// GFX10: encoding: [0x01,0x02,0xe9,0x98]7538 7539s_lshl4_add_u32 s0, s104, s27540// GFX10: encoding: [0x68,0x02,0x80,0x98]7541 7542s_lshl4_add_u32 s0, s1, s1037543// GFX10: encoding: [0x01,0x67,0x80,0x98]7544 7545s_lshl4_add_u32 exec_lo, s1, s27546// GFX10: encoding: [0x01,0x02,0xfe,0x98]7547 7548s_lshl4_add_u32 exec_hi, s1, s27549// GFX10: encoding: [0x01,0x02,0xff,0x98]7550 7551s_lshl4_add_u32 vcc_lo, s1, s27552// GFX10: encoding: [0x01,0x02,0xea,0x98]7553 7554s_lshl4_add_u32 vcc_hi, s1, s27555// GFX10: encoding: [0x01,0x02,0xeb,0x98]7556 7557s_lshl4_add_u32 m0, s1, s27558// GFX10: encoding: [0x01,0x02,0xfc,0x98]7559 7560s_lshl4_add_u32 s0, exec_lo, s27561// GFX10: encoding: [0x7e,0x02,0x80,0x98]7562 7563s_lshl4_add_u32 s0, exec_hi, s27564// GFX10: encoding: [0x7f,0x02,0x80,0x98]7565 7566s_lshl4_add_u32 s0, vcc_lo, s27567// GFX10: encoding: [0x6a,0x02,0x80,0x98]7568 7569s_lshl4_add_u32 s0, vcc_hi, s27570// GFX10: encoding: [0x6b,0x02,0x80,0x98]7571 7572s_lshl4_add_u32 s0, m0, s27573// GFX10: encoding: [0x7c,0x02,0x80,0x98]7574 7575s_lshl4_add_u32 s0, 0, s27576// GFX10: encoding: [0x80,0x02,0x80,0x98]7577 7578s_lshl4_add_u32 s0, -1, s27579// GFX10: encoding: [0xc1,0x02,0x80,0x98]7580 7581s_lshl4_add_u32 s0, 0.5, s27582// GFX10: encoding: [0xf0,0x02,0x80,0x98]7583 7584s_lshl4_add_u32 s0, -4.0, s27585// GFX10: encoding: [0xf7,0x02,0x80,0x98]7586 7587s_lshl4_add_u32 s0, 0x3f717273, s27588// GFX10: encoding: [0xff,0x02,0x80,0x98,0x73,0x72,0x71,0x3f]7589 7590s_lshl4_add_u32 s0, 0xaf123456, s27591// GFX10: encoding: [0xff,0x02,0x80,0x98,0x56,0x34,0x12,0xaf]7592 7593s_lshl4_add_u32 s0, s1, exec_lo7594// GFX10: encoding: [0x01,0x7e,0x80,0x98]7595 7596s_lshl4_add_u32 s0, s1, exec_hi7597// GFX10: encoding: [0x01,0x7f,0x80,0x98]7598 7599s_lshl4_add_u32 s0, s1, vcc_lo7600// GFX10: encoding: [0x01,0x6a,0x80,0x98]7601 7602s_lshl4_add_u32 s0, s1, vcc_hi7603// GFX10: encoding: [0x01,0x6b,0x80,0x98]7604 7605s_lshl4_add_u32 s0, s1, m07606// GFX10: encoding: [0x01,0x7c,0x80,0x98]7607 7608s_lshl4_add_u32 s0, s1, 07609// GFX10: encoding: [0x01,0x80,0x80,0x98]7610 7611s_lshl4_add_u32 s0, s1, -17612// GFX10: encoding: [0x01,0xc1,0x80,0x98]7613 7614s_lshl4_add_u32 s0, s1, 0.57615// GFX10: encoding: [0x01,0xf0,0x80,0x98]7616 7617s_lshl4_add_u32 s0, s1, -4.07618// GFX10: encoding: [0x01,0xf7,0x80,0x98]7619 7620s_lshl4_add_u32 s0, s1, 0x3f7172737621// GFX10: encoding: [0x01,0xff,0x80,0x98,0x73,0x72,0x71,0x3f]7622 7623s_lshl4_add_u32 s0, s1, 0xaf1234567624// GFX10: encoding: [0x01,0xff,0x80,0x98,0x56,0x34,0x12,0xaf]7625 7626s_pack_ll_b32_b16 s0, s1, s27627// GFX10: encoding: [0x01,0x02,0x00,0x99]7628 7629s_pack_ll_b32_b16 s105, s104, s1037630// GFX10: encoding: [0x68,0x67,0x69,0x99]7631 7632s_pack_ll_b32_b16 s0, s104, s1037633// GFX10: encoding: [0x68,0x67,0x00,0x99]7634 7635s_pack_ll_b32_b16 s105, s1, s1037636// GFX10: encoding: [0x01,0x67,0x69,0x99]7637 7638s_pack_ll_b32_b16 s105, s104, s27639// GFX10: encoding: [0x68,0x02,0x69,0x99]7640 7641s_pack_ll_b32_b16 s105, s1, s27642// GFX10: encoding: [0x01,0x02,0x69,0x99]7643 7644s_pack_ll_b32_b16 s0, s104, s27645// GFX10: encoding: [0x68,0x02,0x00,0x99]7646 7647s_pack_ll_b32_b16 s0, s1, s1037648// GFX10: encoding: [0x01,0x67,0x00,0x99]7649 7650s_pack_ll_b32_b16 exec_lo, s1, s27651// GFX10: encoding: [0x01,0x02,0x7e,0x99]7652 7653s_pack_ll_b32_b16 exec_hi, s1, s27654// GFX10: encoding: [0x01,0x02,0x7f,0x99]7655 7656s_pack_ll_b32_b16 vcc_lo, s1, s27657// GFX10: encoding: [0x01,0x02,0x6a,0x99]7658 7659s_pack_ll_b32_b16 vcc_hi, s1, s27660// GFX10: encoding: [0x01,0x02,0x6b,0x99]7661 7662s_pack_ll_b32_b16 m0, s1, s27663// GFX10: encoding: [0x01,0x02,0x7c,0x99]7664 7665s_pack_ll_b32_b16 s0, exec_lo, s27666// GFX10: encoding: [0x7e,0x02,0x00,0x99]7667 7668s_pack_ll_b32_b16 s0, exec_hi, s27669// GFX10: encoding: [0x7f,0x02,0x00,0x99]7670 7671s_pack_ll_b32_b16 s0, vcc_lo, s27672// GFX10: encoding: [0x6a,0x02,0x00,0x99]7673 7674s_pack_ll_b32_b16 s0, vcc_hi, s27675// GFX10: encoding: [0x6b,0x02,0x00,0x99]7676 7677s_pack_ll_b32_b16 s0, m0, s27678// GFX10: encoding: [0x7c,0x02,0x00,0x99]7679 7680s_pack_ll_b32_b16 s0, 0, s27681// GFX10: encoding: [0x80,0x02,0x00,0x99]7682 7683s_pack_ll_b32_b16 s0, -1, s27684// GFX10: encoding: [0xc1,0x02,0x00,0x99]7685 7686s_pack_ll_b32_b16 s0, 0.5, s27687// GFX10: encoding: [0xf0,0x02,0x00,0x99]7688 7689s_pack_ll_b32_b16 s0, -4.0, s27690// GFX10: encoding: [0xf7,0x02,0x00,0x99]7691 7692s_pack_ll_b32_b16 s0, 0x3f717273, s27693// GFX10: encoding: [0xff,0x02,0x00,0x99,0x73,0x72,0x71,0x3f]7694 7695s_pack_ll_b32_b16 s0, 0xaf123456, s27696// GFX10: encoding: [0xff,0x02,0x00,0x99,0x56,0x34,0x12,0xaf]7697 7698s_pack_ll_b32_b16 s0, s1, exec_lo7699// GFX10: encoding: [0x01,0x7e,0x00,0x99]7700 7701s_pack_ll_b32_b16 s0, s1, exec_hi7702// GFX10: encoding: [0x01,0x7f,0x00,0x99]7703 7704s_pack_ll_b32_b16 s0, s1, vcc_lo7705// GFX10: encoding: [0x01,0x6a,0x00,0x99]7706 7707s_pack_ll_b32_b16 s0, s1, vcc_hi7708// GFX10: encoding: [0x01,0x6b,0x00,0x99]7709 7710s_pack_ll_b32_b16 s0, s1, m07711// GFX10: encoding: [0x01,0x7c,0x00,0x99]7712 7713s_pack_ll_b32_b16 s0, s1, 07714// GFX10: encoding: [0x01,0x80,0x00,0x99]7715 7716s_pack_ll_b32_b16 s0, s1, -17717// GFX10: encoding: [0x01,0xc1,0x00,0x99]7718 7719s_pack_ll_b32_b16 s0, s1, 0.57720// GFX10: encoding: [0x01,0xf0,0x00,0x99]7721 7722s_pack_ll_b32_b16 s0, s1, -4.07723// GFX10: encoding: [0x01,0xf7,0x00,0x99]7724 7725s_pack_ll_b32_b16 s0, s1, 0x3f7172737726// GFX10: encoding: [0x01,0xff,0x00,0x99,0x73,0x72,0x71,0x3f]7727 7728s_pack_ll_b32_b16 s0, s1, 0xaf1234567729// GFX10: encoding: [0x01,0xff,0x00,0x99,0x56,0x34,0x12,0xaf]7730 7731s_pack_lh_b32_b16 s0, s1, s27732// GFX10: encoding: [0x01,0x02,0x80,0x99]7733 7734s_pack_lh_b32_b16 s105, s104, s1037735// GFX10: encoding: [0x68,0x67,0xe9,0x99]7736 7737s_pack_lh_b32_b16 s0, s104, s1037738// GFX10: encoding: [0x68,0x67,0x80,0x99]7739 7740s_pack_lh_b32_b16 s105, s1, s1037741// GFX10: encoding: [0x01,0x67,0xe9,0x99]7742 7743s_pack_lh_b32_b16 s105, s104, s27744// GFX10: encoding: [0x68,0x02,0xe9,0x99]7745 7746s_pack_lh_b32_b16 s105, s1, s27747// GFX10: encoding: [0x01,0x02,0xe9,0x99]7748 7749s_pack_lh_b32_b16 s0, s104, s27750// GFX10: encoding: [0x68,0x02,0x80,0x99]7751 7752s_pack_lh_b32_b16 s0, s1, s1037753// GFX10: encoding: [0x01,0x67,0x80,0x99]7754 7755s_pack_lh_b32_b16 exec_lo, s1, s27756// GFX10: encoding: [0x01,0x02,0xfe,0x99]7757 7758s_pack_lh_b32_b16 exec_hi, s1, s27759// GFX10: encoding: [0x01,0x02,0xff,0x99]7760 7761s_pack_lh_b32_b16 vcc_lo, s1, s27762// GFX10: encoding: [0x01,0x02,0xea,0x99]7763 7764s_pack_lh_b32_b16 vcc_hi, s1, s27765// GFX10: encoding: [0x01,0x02,0xeb,0x99]7766 7767s_pack_lh_b32_b16 m0, s1, s27768// GFX10: encoding: [0x01,0x02,0xfc,0x99]7769 7770s_pack_lh_b32_b16 s0, exec_lo, s27771// GFX10: encoding: [0x7e,0x02,0x80,0x99]7772 7773s_pack_lh_b32_b16 s0, exec_hi, s27774// GFX10: encoding: [0x7f,0x02,0x80,0x99]7775 7776s_pack_lh_b32_b16 s0, vcc_lo, s27777// GFX10: encoding: [0x6a,0x02,0x80,0x99]7778 7779s_pack_lh_b32_b16 s0, vcc_hi, s27780// GFX10: encoding: [0x6b,0x02,0x80,0x99]7781 7782s_pack_lh_b32_b16 s0, m0, s27783// GFX10: encoding: [0x7c,0x02,0x80,0x99]7784 7785s_pack_lh_b32_b16 s0, 0, s27786// GFX10: encoding: [0x80,0x02,0x80,0x99]7787 7788s_pack_lh_b32_b16 s0, -1, s27789// GFX10: encoding: [0xc1,0x02,0x80,0x99]7790 7791s_pack_lh_b32_b16 s0, 0.5, s27792// GFX10: encoding: [0xf0,0x02,0x80,0x99]7793 7794s_pack_lh_b32_b16 s0, -4.0, s27795// GFX10: encoding: [0xf7,0x02,0x80,0x99]7796 7797s_pack_lh_b32_b16 s0, 0x3f717273, s27798// GFX10: encoding: [0xff,0x02,0x80,0x99,0x73,0x72,0x71,0x3f]7799 7800s_pack_lh_b32_b16 s0, 0xaf123456, s27801// GFX10: encoding: [0xff,0x02,0x80,0x99,0x56,0x34,0x12,0xaf]7802 7803s_pack_lh_b32_b16 s0, s1, exec_lo7804// GFX10: encoding: [0x01,0x7e,0x80,0x99]7805 7806s_pack_lh_b32_b16 s0, s1, exec_hi7807// GFX10: encoding: [0x01,0x7f,0x80,0x99]7808 7809s_pack_lh_b32_b16 s0, s1, vcc_lo7810// GFX10: encoding: [0x01,0x6a,0x80,0x99]7811 7812s_pack_lh_b32_b16 s0, s1, vcc_hi7813// GFX10: encoding: [0x01,0x6b,0x80,0x99]7814 7815s_pack_lh_b32_b16 s0, s1, m07816// GFX10: encoding: [0x01,0x7c,0x80,0x99]7817 7818s_pack_lh_b32_b16 s0, s1, 07819// GFX10: encoding: [0x01,0x80,0x80,0x99]7820 7821s_pack_lh_b32_b16 s0, s1, -17822// GFX10: encoding: [0x01,0xc1,0x80,0x99]7823 7824s_pack_lh_b32_b16 s0, s1, 0.57825// GFX10: encoding: [0x01,0xf0,0x80,0x99]7826 7827s_pack_lh_b32_b16 s0, s1, -4.07828// GFX10: encoding: [0x01,0xf7,0x80,0x99]7829 7830s_pack_lh_b32_b16 s0, s1, 0x3f7172737831// GFX10: encoding: [0x01,0xff,0x80,0x99,0x73,0x72,0x71,0x3f]7832 7833s_pack_lh_b32_b16 s0, s1, 0xaf1234567834// GFX10: encoding: [0x01,0xff,0x80,0x99,0x56,0x34,0x12,0xaf]7835 7836s_pack_hh_b32_b16 s0, s1, s27837// GFX10: encoding: [0x01,0x02,0x00,0x9a]7838 7839s_pack_hh_b32_b16 s105, s104, s1037840// GFX10: encoding: [0x68,0x67,0x69,0x9a]7841 7842s_pack_hh_b32_b16 s0, s104, s1037843// GFX10: encoding: [0x68,0x67,0x00,0x9a]7844 7845s_pack_hh_b32_b16 s105, s1, s1037846// GFX10: encoding: [0x01,0x67,0x69,0x9a]7847 7848s_pack_hh_b32_b16 s105, s104, s27849// GFX10: encoding: [0x68,0x02,0x69,0x9a]7850 7851s_pack_hh_b32_b16 s105, s1, s27852// GFX10: encoding: [0x01,0x02,0x69,0x9a]7853 7854s_pack_hh_b32_b16 s0, s104, s27855// GFX10: encoding: [0x68,0x02,0x00,0x9a]7856 7857s_pack_hh_b32_b16 s0, s1, s1037858// GFX10: encoding: [0x01,0x67,0x00,0x9a]7859 7860s_pack_hh_b32_b16 exec_lo, s1, s27861// GFX10: encoding: [0x01,0x02,0x7e,0x9a]7862 7863s_pack_hh_b32_b16 exec_hi, s1, s27864// GFX10: encoding: [0x01,0x02,0x7f,0x9a]7865 7866s_pack_hh_b32_b16 vcc_lo, s1, s27867// GFX10: encoding: [0x01,0x02,0x6a,0x9a]7868 7869s_pack_hh_b32_b16 vcc_hi, s1, s27870// GFX10: encoding: [0x01,0x02,0x6b,0x9a]7871 7872s_pack_hh_b32_b16 m0, s1, s27873// GFX10: encoding: [0x01,0x02,0x7c,0x9a]7874 7875s_pack_hh_b32_b16 s0, exec_lo, s27876// GFX10: encoding: [0x7e,0x02,0x00,0x9a]7877 7878s_pack_hh_b32_b16 s0, exec_hi, s27879// GFX10: encoding: [0x7f,0x02,0x00,0x9a]7880 7881s_pack_hh_b32_b16 s0, vcc_lo, s27882// GFX10: encoding: [0x6a,0x02,0x00,0x9a]7883 7884s_pack_hh_b32_b16 s0, vcc_hi, s27885// GFX10: encoding: [0x6b,0x02,0x00,0x9a]7886 7887s_pack_hh_b32_b16 s0, m0, s27888// GFX10: encoding: [0x7c,0x02,0x00,0x9a]7889 7890s_pack_hh_b32_b16 s0, 0, s27891// GFX10: encoding: [0x80,0x02,0x00,0x9a]7892 7893s_pack_hh_b32_b16 s0, -1, s27894// GFX10: encoding: [0xc1,0x02,0x00,0x9a]7895 7896s_pack_hh_b32_b16 s0, 0.5, s27897// GFX10: encoding: [0xf0,0x02,0x00,0x9a]7898 7899s_pack_hh_b32_b16 s0, -4.0, s27900// GFX10: encoding: [0xf7,0x02,0x00,0x9a]7901 7902s_pack_hh_b32_b16 s0, 0x3f717273, s27903// GFX10: encoding: [0xff,0x02,0x00,0x9a,0x73,0x72,0x71,0x3f]7904 7905s_pack_hh_b32_b16 s0, 0xaf123456, s27906// GFX10: encoding: [0xff,0x02,0x00,0x9a,0x56,0x34,0x12,0xaf]7907 7908s_pack_hh_b32_b16 s0, s1, exec_lo7909// GFX10: encoding: [0x01,0x7e,0x00,0x9a]7910 7911s_pack_hh_b32_b16 s0, s1, exec_hi7912// GFX10: encoding: [0x01,0x7f,0x00,0x9a]7913 7914s_pack_hh_b32_b16 s0, s1, vcc_lo7915// GFX10: encoding: [0x01,0x6a,0x00,0x9a]7916 7917s_pack_hh_b32_b16 s0, s1, vcc_hi7918// GFX10: encoding: [0x01,0x6b,0x00,0x9a]7919 7920s_pack_hh_b32_b16 s0, s1, m07921// GFX10: encoding: [0x01,0x7c,0x00,0x9a]7922 7923s_pack_hh_b32_b16 s0, s1, 07924// GFX10: encoding: [0x01,0x80,0x00,0x9a]7925 7926s_pack_hh_b32_b16 s0, s1, -17927// GFX10: encoding: [0x01,0xc1,0x00,0x9a]7928 7929s_pack_hh_b32_b16 s0, s1, 0.57930// GFX10: encoding: [0x01,0xf0,0x00,0x9a]7931 7932s_pack_hh_b32_b16 s0, s1, -4.07933// GFX10: encoding: [0x01,0xf7,0x00,0x9a]7934 7935s_pack_hh_b32_b16 s0, s1, 0x3f7172737936// GFX10: encoding: [0x01,0xff,0x00,0x9a,0x73,0x72,0x71,0x3f]7937 7938s_pack_hh_b32_b16 s0, s1, 0xaf1234567939// GFX10: encoding: [0x01,0xff,0x00,0x9a,0x56,0x34,0x12,0xaf]7940 7941s_mul_hi_u32 s0, s1, s27942// GFX10: encoding: [0x01,0x02,0x80,0x9a]7943 7944s_mul_hi_u32 s105, s104, s1037945// GFX10: encoding: [0x68,0x67,0xe9,0x9a]7946 7947s_mul_hi_u32 s0, s104, s1037948// GFX10: encoding: [0x68,0x67,0x80,0x9a]7949 7950s_mul_hi_u32 s105, s1, s1037951// GFX10: encoding: [0x01,0x67,0xe9,0x9a]7952 7953s_mul_hi_u32 s105, s104, s27954// GFX10: encoding: [0x68,0x02,0xe9,0x9a]7955 7956s_mul_hi_u32 s105, s1, s27957// GFX10: encoding: [0x01,0x02,0xe9,0x9a]7958 7959s_mul_hi_u32 s0, s104, s27960// GFX10: encoding: [0x68,0x02,0x80,0x9a]7961 7962s_mul_hi_u32 s0, s1, s1037963// GFX10: encoding: [0x01,0x67,0x80,0x9a]7964 7965s_mul_hi_u32 exec_lo, s1, s27966// GFX10: encoding: [0x01,0x02,0xfe,0x9a]7967 7968s_mul_hi_u32 exec_hi, s1, s27969// GFX10: encoding: [0x01,0x02,0xff,0x9a]7970 7971s_mul_hi_u32 vcc_lo, s1, s27972// GFX10: encoding: [0x01,0x02,0xea,0x9a]7973 7974s_mul_hi_u32 vcc_hi, s1, s27975// GFX10: encoding: [0x01,0x02,0xeb,0x9a]7976 7977s_mul_hi_u32 m0, s1, s27978// GFX10: encoding: [0x01,0x02,0xfc,0x9a]7979 7980s_mul_hi_u32 s0, exec_lo, s27981// GFX10: encoding: [0x7e,0x02,0x80,0x9a]7982 7983s_mul_hi_u32 s0, exec_hi, s27984// GFX10: encoding: [0x7f,0x02,0x80,0x9a]7985 7986s_mul_hi_u32 s0, vcc_lo, s27987// GFX10: encoding: [0x6a,0x02,0x80,0x9a]7988 7989s_mul_hi_u32 s0, vcc_hi, s27990// GFX10: encoding: [0x6b,0x02,0x80,0x9a]7991 7992s_mul_hi_u32 s0, m0, s27993// GFX10: encoding: [0x7c,0x02,0x80,0x9a]7994 7995s_mul_hi_u32 s0, 0, s27996// GFX10: encoding: [0x80,0x02,0x80,0x9a]7997 7998s_mul_hi_u32 s0, -1, s27999// GFX10: encoding: [0xc1,0x02,0x80,0x9a]8000 8001s_mul_hi_u32 s0, 0.5, s28002// GFX10: encoding: [0xf0,0x02,0x80,0x9a]8003 8004s_mul_hi_u32 s0, -4.0, s28005// GFX10: encoding: [0xf7,0x02,0x80,0x9a]8006 8007s_mul_hi_u32 s0, 0x3f717273, s28008// GFX10: encoding: [0xff,0x02,0x80,0x9a,0x73,0x72,0x71,0x3f]8009 8010s_mul_hi_u32 s0, 0xaf123456, s28011// GFX10: encoding: [0xff,0x02,0x80,0x9a,0x56,0x34,0x12,0xaf]8012 8013s_mul_hi_u32 s0, s1, exec_lo8014// GFX10: encoding: [0x01,0x7e,0x80,0x9a]8015 8016s_mul_hi_u32 s0, s1, exec_hi8017// GFX10: encoding: [0x01,0x7f,0x80,0x9a]8018 8019s_mul_hi_u32 s0, s1, vcc_lo8020// GFX10: encoding: [0x01,0x6a,0x80,0x9a]8021 8022s_mul_hi_u32 s0, s1, vcc_hi8023// GFX10: encoding: [0x01,0x6b,0x80,0x9a]8024 8025s_mul_hi_u32 s0, s1, m08026// GFX10: encoding: [0x01,0x7c,0x80,0x9a]8027 8028s_mul_hi_u32 s0, s1, 08029// GFX10: encoding: [0x01,0x80,0x80,0x9a]8030 8031s_mul_hi_u32 s0, s1, -18032// GFX10: encoding: [0x01,0xc1,0x80,0x9a]8033 8034s_mul_hi_u32 s0, s1, 0.58035// GFX10: encoding: [0x01,0xf0,0x80,0x9a]8036 8037s_mul_hi_u32 s0, s1, -4.08038// GFX10: encoding: [0x01,0xf7,0x80,0x9a]8039 8040s_mul_hi_u32 s0, s1, 0x3f7172738041// GFX10: encoding: [0x01,0xff,0x80,0x9a,0x73,0x72,0x71,0x3f]8042 8043s_mul_hi_u32 s0, s1, 0xaf1234568044// GFX10: encoding: [0x01,0xff,0x80,0x9a,0x56,0x34,0x12,0xaf]8045 8046s_mul_hi_i32 s0, s1, s28047// GFX10: encoding: [0x01,0x02,0x00,0x9b]8048 8049s_mul_hi_i32 s105, s104, s1038050// GFX10: encoding: [0x68,0x67,0x69,0x9b]8051 8052s_mul_hi_i32 s0, s104, s1038053// GFX10: encoding: [0x68,0x67,0x00,0x9b]8054 8055s_mul_hi_i32 s105, s1, s1038056// GFX10: encoding: [0x01,0x67,0x69,0x9b]8057 8058s_mul_hi_i32 s105, s104, s28059// GFX10: encoding: [0x68,0x02,0x69,0x9b]8060 8061s_mul_hi_i32 s105, s1, s28062// GFX10: encoding: [0x01,0x02,0x69,0x9b]8063 8064s_mul_hi_i32 s0, s104, s28065// GFX10: encoding: [0x68,0x02,0x00,0x9b]8066 8067s_mul_hi_i32 s0, s1, s1038068// GFX10: encoding: [0x01,0x67,0x00,0x9b]8069 8070s_mul_hi_i32 exec_lo, s1, s28071// GFX10: encoding: [0x01,0x02,0x7e,0x9b]8072 8073s_mul_hi_i32 exec_hi, s1, s28074// GFX10: encoding: [0x01,0x02,0x7f,0x9b]8075 8076s_mul_hi_i32 vcc_lo, s1, s28077// GFX10: encoding: [0x01,0x02,0x6a,0x9b]8078 8079s_mul_hi_i32 vcc_hi, s1, s28080// GFX10: encoding: [0x01,0x02,0x6b,0x9b]8081 8082s_mul_hi_i32 m0, s1, s28083// GFX10: encoding: [0x01,0x02,0x7c,0x9b]8084 8085s_mul_hi_i32 s0, exec_lo, s28086// GFX10: encoding: [0x7e,0x02,0x00,0x9b]8087 8088s_mul_hi_i32 s0, exec_hi, s28089// GFX10: encoding: [0x7f,0x02,0x00,0x9b]8090 8091s_mul_hi_i32 s0, vcc_lo, s28092// GFX10: encoding: [0x6a,0x02,0x00,0x9b]8093 8094s_mul_hi_i32 s0, vcc_hi, s28095// GFX10: encoding: [0x6b,0x02,0x00,0x9b]8096 8097s_mul_hi_i32 s0, m0, s28098// GFX10: encoding: [0x7c,0x02,0x00,0x9b]8099 8100s_mul_hi_i32 s0, 0, s28101// GFX10: encoding: [0x80,0x02,0x00,0x9b]8102 8103s_mul_hi_i32 s0, -1, s28104// GFX10: encoding: [0xc1,0x02,0x00,0x9b]8105 8106s_mul_hi_i32 s0, 0.5, s28107// GFX10: encoding: [0xf0,0x02,0x00,0x9b]8108 8109s_mul_hi_i32 s0, -4.0, s28110// GFX10: encoding: [0xf7,0x02,0x00,0x9b]8111 8112s_mul_hi_i32 s0, 0x3f717273, s28113// GFX10: encoding: [0xff,0x02,0x00,0x9b,0x73,0x72,0x71,0x3f]8114 8115s_mul_hi_i32 s0, 0xaf123456, s28116// GFX10: encoding: [0xff,0x02,0x00,0x9b,0x56,0x34,0x12,0xaf]8117 8118s_mul_hi_i32 s0, s1, exec_lo8119// GFX10: encoding: [0x01,0x7e,0x00,0x9b]8120 8121s_mul_hi_i32 s0, s1, exec_hi8122// GFX10: encoding: [0x01,0x7f,0x00,0x9b]8123 8124s_mul_hi_i32 s0, s1, vcc_lo8125// GFX10: encoding: [0x01,0x6a,0x00,0x9b]8126 8127s_mul_hi_i32 s0, s1, vcc_hi8128// GFX10: encoding: [0x01,0x6b,0x00,0x9b]8129 8130s_mul_hi_i32 s0, s1, m08131// GFX10: encoding: [0x01,0x7c,0x00,0x9b]8132 8133s_mul_hi_i32 s0, s1, 08134// GFX10: encoding: [0x01,0x80,0x00,0x9b]8135 8136s_mul_hi_i32 s0, s1, -18137// GFX10: encoding: [0x01,0xc1,0x00,0x9b]8138 8139s_mul_hi_i32 s0, s1, 0.58140// GFX10: encoding: [0x01,0xf0,0x00,0x9b]8141 8142s_mul_hi_i32 s0, s1, -4.08143// GFX10: encoding: [0x01,0xf7,0x00,0x9b]8144 8145s_mul_hi_i32 s0, s1, 0x3f7172738146// GFX10: encoding: [0x01,0xff,0x00,0x9b,0x73,0x72,0x71,0x3f]8147 8148s_mul_hi_i32 s0, s1, 0xaf1234568149// GFX10: encoding: [0x01,0xff,0x00,0x9b,0x56,0x34,0x12,0xaf]8150 8151//===----------------------------------------------------------------------===//8152// ENC_SOPC.8153//===----------------------------------------------------------------------===//8154 8155s_cmp_eq_i32 s0, s18156// GFX10: encoding: [0x00,0x01,0x00,0xbf]8157 8158s_cmp_eq_i32 s105, s1048159// GFX10: encoding: [0x69,0x68,0x00,0xbf]8160 8161s_cmp_eq_i32 s0, s1048162// GFX10: encoding: [0x00,0x68,0x00,0xbf]8163 8164s_cmp_eq_i32 s105, s18165// GFX10: encoding: [0x69,0x01,0x00,0xbf]8166 8167s_cmp_eq_i32 exec_lo, s18168// GFX10: encoding: [0x7e,0x01,0x00,0xbf]8169 8170s_cmp_eq_i32 exec_hi, s18171// GFX10: encoding: [0x7f,0x01,0x00,0xbf]8172 8173s_cmp_eq_i32 vcc_lo, s18174// GFX10: encoding: [0x6a,0x01,0x00,0xbf]8175 8176s_cmp_eq_i32 vcc_hi, s18177// GFX10: encoding: [0x6b,0x01,0x00,0xbf]8178 8179s_cmp_eq_i32 m0, s18180// GFX10: encoding: [0x7c,0x01,0x00,0xbf]8181 8182s_cmp_eq_i32 s0, exec_lo8183// GFX10: encoding: [0x00,0x7e,0x00,0xbf]8184 8185s_cmp_eq_i32 s0, exec_hi8186// GFX10: encoding: [0x00,0x7f,0x00,0xbf]8187 8188s_cmp_eq_i32 s0, vcc_lo8189// GFX10: encoding: [0x00,0x6a,0x00,0xbf]8190 8191s_cmp_eq_i32 s0, vcc_hi8192// GFX10: encoding: [0x00,0x6b,0x00,0xbf]8193 8194s_cmp_eq_i32 s0, m08195// GFX10: encoding: [0x00,0x7c,0x00,0xbf]8196 8197s_cmp_eq_i32 s0, 08198// GFX10: encoding: [0x00,0x80,0x00,0xbf]8199 8200s_cmp_eq_i32 s0, -18201// GFX10: encoding: [0x00,0xc1,0x00,0xbf]8202 8203s_cmp_eq_i32 s0, 0.58204// GFX10: encoding: [0x00,0xf0,0x00,0xbf]8205 8206s_cmp_eq_i32 s0, -4.08207// GFX10: encoding: [0x00,0xf7,0x00,0xbf]8208 8209s_cmp_eq_i32 s0, 0x3f7172738210// GFX10: encoding: [0x00,0xff,0x00,0xbf,0x73,0x72,0x71,0x3f]8211 8212s_cmp_eq_i32 s0, 0xaf1234568213// GFX10: encoding: [0x00,0xff,0x00,0xbf,0x56,0x34,0x12,0xaf]8214 8215s_cmp_lg_i32 s0, s18216// GFX10: encoding: [0x00,0x01,0x01,0xbf]8217 8218s_cmp_lg_i32 s105, s1048219// GFX10: encoding: [0x69,0x68,0x01,0xbf]8220 8221s_cmp_lg_i32 s0, s1048222// GFX10: encoding: [0x00,0x68,0x01,0xbf]8223 8224s_cmp_lg_i32 s105, s18225// GFX10: encoding: [0x69,0x01,0x01,0xbf]8226 8227s_cmp_lg_i32 exec_lo, s18228// GFX10: encoding: [0x7e,0x01,0x01,0xbf]8229 8230s_cmp_lg_i32 exec_hi, s18231// GFX10: encoding: [0x7f,0x01,0x01,0xbf]8232 8233s_cmp_lg_i32 vcc_lo, s18234// GFX10: encoding: [0x6a,0x01,0x01,0xbf]8235 8236s_cmp_lg_i32 vcc_hi, s18237// GFX10: encoding: [0x6b,0x01,0x01,0xbf]8238 8239s_cmp_lg_i32 m0, s18240// GFX10: encoding: [0x7c,0x01,0x01,0xbf]8241 8242s_cmp_lg_i32 s0, exec_lo8243// GFX10: encoding: [0x00,0x7e,0x01,0xbf]8244 8245s_cmp_lg_i32 s0, exec_hi8246// GFX10: encoding: [0x00,0x7f,0x01,0xbf]8247 8248s_cmp_lg_i32 s0, vcc_lo8249// GFX10: encoding: [0x00,0x6a,0x01,0xbf]8250 8251s_cmp_lg_i32 s0, vcc_hi8252// GFX10: encoding: [0x00,0x6b,0x01,0xbf]8253 8254s_cmp_lg_i32 s0, m08255// GFX10: encoding: [0x00,0x7c,0x01,0xbf]8256 8257s_cmp_lg_i32 s0, 08258// GFX10: encoding: [0x00,0x80,0x01,0xbf]8259 8260s_cmp_lg_i32 s0, -18261// GFX10: encoding: [0x00,0xc1,0x01,0xbf]8262 8263s_cmp_lg_i32 s0, 0.58264// GFX10: encoding: [0x00,0xf0,0x01,0xbf]8265 8266s_cmp_lg_i32 s0, -4.08267// GFX10: encoding: [0x00,0xf7,0x01,0xbf]8268 8269s_cmp_lg_i32 s0, 0x3f7172738270// GFX10: encoding: [0x00,0xff,0x01,0xbf,0x73,0x72,0x71,0x3f]8271 8272s_cmp_lg_i32 s0, 0xaf1234568273// GFX10: encoding: [0x00,0xff,0x01,0xbf,0x56,0x34,0x12,0xaf]8274 8275s_cmp_gt_i32 s0, s18276// GFX10: encoding: [0x00,0x01,0x02,0xbf]8277 8278s_cmp_gt_i32 s105, s1048279// GFX10: encoding: [0x69,0x68,0x02,0xbf]8280 8281s_cmp_gt_i32 s0, s1048282// GFX10: encoding: [0x00,0x68,0x02,0xbf]8283 8284s_cmp_gt_i32 s105, s18285// GFX10: encoding: [0x69,0x01,0x02,0xbf]8286 8287s_cmp_gt_i32 exec_lo, s18288// GFX10: encoding: [0x7e,0x01,0x02,0xbf]8289 8290s_cmp_gt_i32 exec_hi, s18291// GFX10: encoding: [0x7f,0x01,0x02,0xbf]8292 8293s_cmp_gt_i32 vcc_lo, s18294// GFX10: encoding: [0x6a,0x01,0x02,0xbf]8295 8296s_cmp_gt_i32 vcc_hi, s18297// GFX10: encoding: [0x6b,0x01,0x02,0xbf]8298 8299s_cmp_gt_i32 m0, s18300// GFX10: encoding: [0x7c,0x01,0x02,0xbf]8301 8302s_cmp_gt_i32 s0, exec_lo8303// GFX10: encoding: [0x00,0x7e,0x02,0xbf]8304 8305s_cmp_gt_i32 s0, exec_hi8306// GFX10: encoding: [0x00,0x7f,0x02,0xbf]8307 8308s_cmp_gt_i32 s0, vcc_lo8309// GFX10: encoding: [0x00,0x6a,0x02,0xbf]8310 8311s_cmp_gt_i32 s0, vcc_hi8312// GFX10: encoding: [0x00,0x6b,0x02,0xbf]8313 8314s_cmp_gt_i32 s0, m08315// GFX10: encoding: [0x00,0x7c,0x02,0xbf]8316 8317s_cmp_gt_i32 s0, 08318// GFX10: encoding: [0x00,0x80,0x02,0xbf]8319 8320s_cmp_gt_i32 s0, -18321// GFX10: encoding: [0x00,0xc1,0x02,0xbf]8322 8323s_cmp_gt_i32 s0, 0.58324// GFX10: encoding: [0x00,0xf0,0x02,0xbf]8325 8326s_cmp_gt_i32 s0, -4.08327// GFX10: encoding: [0x00,0xf7,0x02,0xbf]8328 8329s_cmp_gt_i32 s0, 0x3f7172738330// GFX10: encoding: [0x00,0xff,0x02,0xbf,0x73,0x72,0x71,0x3f]8331 8332s_cmp_gt_i32 s0, 0xaf1234568333// GFX10: encoding: [0x00,0xff,0x02,0xbf,0x56,0x34,0x12,0xaf]8334 8335s_cmp_ge_i32 s0, s18336// GFX10: encoding: [0x00,0x01,0x03,0xbf]8337 8338s_cmp_ge_i32 s105, s1048339// GFX10: encoding: [0x69,0x68,0x03,0xbf]8340 8341s_cmp_ge_i32 s0, s1048342// GFX10: encoding: [0x00,0x68,0x03,0xbf]8343 8344s_cmp_ge_i32 s105, s18345// GFX10: encoding: [0x69,0x01,0x03,0xbf]8346 8347s_cmp_ge_i32 exec_lo, s18348// GFX10: encoding: [0x7e,0x01,0x03,0xbf]8349 8350s_cmp_ge_i32 exec_hi, s18351// GFX10: encoding: [0x7f,0x01,0x03,0xbf]8352 8353s_cmp_ge_i32 vcc_lo, s18354// GFX10: encoding: [0x6a,0x01,0x03,0xbf]8355 8356s_cmp_ge_i32 vcc_hi, s18357// GFX10: encoding: [0x6b,0x01,0x03,0xbf]8358 8359s_cmp_ge_i32 m0, s18360// GFX10: encoding: [0x7c,0x01,0x03,0xbf]8361 8362s_cmp_ge_i32 s0, exec_lo8363// GFX10: encoding: [0x00,0x7e,0x03,0xbf]8364 8365s_cmp_ge_i32 s0, exec_hi8366// GFX10: encoding: [0x00,0x7f,0x03,0xbf]8367 8368s_cmp_ge_i32 s0, vcc_lo8369// GFX10: encoding: [0x00,0x6a,0x03,0xbf]8370 8371s_cmp_ge_i32 s0, vcc_hi8372// GFX10: encoding: [0x00,0x6b,0x03,0xbf]8373 8374s_cmp_ge_i32 s0, m08375// GFX10: encoding: [0x00,0x7c,0x03,0xbf]8376 8377s_cmp_ge_i32 s0, 08378// GFX10: encoding: [0x00,0x80,0x03,0xbf]8379 8380s_cmp_ge_i32 s0, -18381// GFX10: encoding: [0x00,0xc1,0x03,0xbf]8382 8383s_cmp_ge_i32 s0, 0.58384// GFX10: encoding: [0x00,0xf0,0x03,0xbf]8385 8386s_cmp_ge_i32 s0, -4.08387// GFX10: encoding: [0x00,0xf7,0x03,0xbf]8388 8389s_cmp_ge_i32 s0, 0x3f7172738390// GFX10: encoding: [0x00,0xff,0x03,0xbf,0x73,0x72,0x71,0x3f]8391 8392s_cmp_ge_i32 s0, 0xaf1234568393// GFX10: encoding: [0x00,0xff,0x03,0xbf,0x56,0x34,0x12,0xaf]8394 8395s_cmp_lt_i32 s0, s18396// GFX10: encoding: [0x00,0x01,0x04,0xbf]8397 8398s_cmp_lt_i32 s105, s1048399// GFX10: encoding: [0x69,0x68,0x04,0xbf]8400 8401s_cmp_lt_i32 s0, s1048402// GFX10: encoding: [0x00,0x68,0x04,0xbf]8403 8404s_cmp_lt_i32 s105, s18405// GFX10: encoding: [0x69,0x01,0x04,0xbf]8406 8407s_cmp_lt_i32 exec_lo, s18408// GFX10: encoding: [0x7e,0x01,0x04,0xbf]8409 8410s_cmp_lt_i32 exec_hi, s18411// GFX10: encoding: [0x7f,0x01,0x04,0xbf]8412 8413s_cmp_lt_i32 vcc_lo, s18414// GFX10: encoding: [0x6a,0x01,0x04,0xbf]8415 8416s_cmp_lt_i32 vcc_hi, s18417// GFX10: encoding: [0x6b,0x01,0x04,0xbf]8418 8419s_cmp_lt_i32 m0, s18420// GFX10: encoding: [0x7c,0x01,0x04,0xbf]8421 8422s_cmp_lt_i32 s0, exec_lo8423// GFX10: encoding: [0x00,0x7e,0x04,0xbf]8424 8425s_cmp_lt_i32 s0, exec_hi8426// GFX10: encoding: [0x00,0x7f,0x04,0xbf]8427 8428s_cmp_lt_i32 s0, vcc_lo8429// GFX10: encoding: [0x00,0x6a,0x04,0xbf]8430 8431s_cmp_lt_i32 s0, vcc_hi8432// GFX10: encoding: [0x00,0x6b,0x04,0xbf]8433 8434s_cmp_lt_i32 s0, m08435// GFX10: encoding: [0x00,0x7c,0x04,0xbf]8436 8437s_cmp_lt_i32 s0, 08438// GFX10: encoding: [0x00,0x80,0x04,0xbf]8439 8440s_cmp_lt_i32 s0, -18441// GFX10: encoding: [0x00,0xc1,0x04,0xbf]8442 8443s_cmp_lt_i32 s0, 0.58444// GFX10: encoding: [0x00,0xf0,0x04,0xbf]8445 8446s_cmp_lt_i32 s0, -4.08447// GFX10: encoding: [0x00,0xf7,0x04,0xbf]8448 8449s_cmp_lt_i32 s0, 0x3f7172738450// GFX10: encoding: [0x00,0xff,0x04,0xbf,0x73,0x72,0x71,0x3f]8451 8452s_cmp_lt_i32 s0, 0xaf1234568453// GFX10: encoding: [0x00,0xff,0x04,0xbf,0x56,0x34,0x12,0xaf]8454 8455s_cmp_le_i32 s0, s18456// GFX10: encoding: [0x00,0x01,0x05,0xbf]8457 8458s_cmp_le_i32 s105, s1048459// GFX10: encoding: [0x69,0x68,0x05,0xbf]8460 8461s_cmp_le_i32 s0, s1048462// GFX10: encoding: [0x00,0x68,0x05,0xbf]8463 8464s_cmp_le_i32 s105, s18465// GFX10: encoding: [0x69,0x01,0x05,0xbf]8466 8467s_cmp_le_i32 exec_lo, s18468// GFX10: encoding: [0x7e,0x01,0x05,0xbf]8469 8470s_cmp_le_i32 exec_hi, s18471// GFX10: encoding: [0x7f,0x01,0x05,0xbf]8472 8473s_cmp_le_i32 vcc_lo, s18474// GFX10: encoding: [0x6a,0x01,0x05,0xbf]8475 8476s_cmp_le_i32 vcc_hi, s18477// GFX10: encoding: [0x6b,0x01,0x05,0xbf]8478 8479s_cmp_le_i32 m0, s18480// GFX10: encoding: [0x7c,0x01,0x05,0xbf]8481 8482s_cmp_le_i32 s0, exec_lo8483// GFX10: encoding: [0x00,0x7e,0x05,0xbf]8484 8485s_cmp_le_i32 s0, exec_hi8486// GFX10: encoding: [0x00,0x7f,0x05,0xbf]8487 8488s_cmp_le_i32 s0, vcc_lo8489// GFX10: encoding: [0x00,0x6a,0x05,0xbf]8490 8491s_cmp_le_i32 s0, vcc_hi8492// GFX10: encoding: [0x00,0x6b,0x05,0xbf]8493 8494s_cmp_le_i32 s0, m08495// GFX10: encoding: [0x00,0x7c,0x05,0xbf]8496 8497s_cmp_le_i32 s0, 08498// GFX10: encoding: [0x00,0x80,0x05,0xbf]8499 8500s_cmp_le_i32 s0, -18501// GFX10: encoding: [0x00,0xc1,0x05,0xbf]8502 8503s_cmp_le_i32 s0, 0.58504// GFX10: encoding: [0x00,0xf0,0x05,0xbf]8505 8506s_cmp_le_i32 s0, -4.08507// GFX10: encoding: [0x00,0xf7,0x05,0xbf]8508 8509s_cmp_le_i32 s0, 0x3f7172738510// GFX10: encoding: [0x00,0xff,0x05,0xbf,0x73,0x72,0x71,0x3f]8511 8512s_cmp_le_i32 s0, 0xaf1234568513// GFX10: encoding: [0x00,0xff,0x05,0xbf,0x56,0x34,0x12,0xaf]8514 8515s_cmp_eq_u32 s0, s18516// GFX10: encoding: [0x00,0x01,0x06,0xbf]8517 8518s_cmp_eq_u32 s105, s1048519// GFX10: encoding: [0x69,0x68,0x06,0xbf]8520 8521s_cmp_eq_u32 s0, s1048522// GFX10: encoding: [0x00,0x68,0x06,0xbf]8523 8524s_cmp_eq_u32 s105, s18525// GFX10: encoding: [0x69,0x01,0x06,0xbf]8526 8527s_cmp_eq_u32 exec_lo, s18528// GFX10: encoding: [0x7e,0x01,0x06,0xbf]8529 8530s_cmp_eq_u32 exec_hi, s18531// GFX10: encoding: [0x7f,0x01,0x06,0xbf]8532 8533s_cmp_eq_u32 vcc_lo, s18534// GFX10: encoding: [0x6a,0x01,0x06,0xbf]8535 8536s_cmp_eq_u32 vcc_hi, s18537// GFX10: encoding: [0x6b,0x01,0x06,0xbf]8538 8539s_cmp_eq_u32 m0, s18540// GFX10: encoding: [0x7c,0x01,0x06,0xbf]8541 8542s_cmp_eq_u32 s0, exec_lo8543// GFX10: encoding: [0x00,0x7e,0x06,0xbf]8544 8545s_cmp_eq_u32 s0, exec_hi8546// GFX10: encoding: [0x00,0x7f,0x06,0xbf]8547 8548s_cmp_eq_u32 s0, vcc_lo8549// GFX10: encoding: [0x00,0x6a,0x06,0xbf]8550 8551s_cmp_eq_u32 s0, vcc_hi8552// GFX10: encoding: [0x00,0x6b,0x06,0xbf]8553 8554s_cmp_eq_u32 s0, m08555// GFX10: encoding: [0x00,0x7c,0x06,0xbf]8556 8557s_cmp_eq_u32 s0, 08558// GFX10: encoding: [0x00,0x80,0x06,0xbf]8559 8560s_cmp_eq_u32 s0, -18561// GFX10: encoding: [0x00,0xc1,0x06,0xbf]8562 8563s_cmp_eq_u32 s0, 0.58564// GFX10: encoding: [0x00,0xf0,0x06,0xbf]8565 8566s_cmp_eq_u32 s0, -4.08567// GFX10: encoding: [0x00,0xf7,0x06,0xbf]8568 8569s_cmp_eq_u32 s0, 0x3f7172738570// GFX10: encoding: [0x00,0xff,0x06,0xbf,0x73,0x72,0x71,0x3f]8571 8572s_cmp_eq_u32 s0, 0xaf1234568573// GFX10: encoding: [0x00,0xff,0x06,0xbf,0x56,0x34,0x12,0xaf]8574 8575s_cmp_lg_u32 s0, s18576// GFX10: encoding: [0x00,0x01,0x07,0xbf]8577 8578s_cmp_lg_u32 s105, s1048579// GFX10: encoding: [0x69,0x68,0x07,0xbf]8580 8581s_cmp_lg_u32 s0, s1048582// GFX10: encoding: [0x00,0x68,0x07,0xbf]8583 8584s_cmp_lg_u32 s105, s18585// GFX10: encoding: [0x69,0x01,0x07,0xbf]8586 8587s_cmp_lg_u32 exec_lo, s18588// GFX10: encoding: [0x7e,0x01,0x07,0xbf]8589 8590s_cmp_lg_u32 exec_hi, s18591// GFX10: encoding: [0x7f,0x01,0x07,0xbf]8592 8593s_cmp_lg_u32 vcc_lo, s18594// GFX10: encoding: [0x6a,0x01,0x07,0xbf]8595 8596s_cmp_lg_u32 vcc_hi, s18597// GFX10: encoding: [0x6b,0x01,0x07,0xbf]8598 8599s_cmp_lg_u32 m0, s18600// GFX10: encoding: [0x7c,0x01,0x07,0xbf]8601 8602s_cmp_lg_u32 s0, exec_lo8603// GFX10: encoding: [0x00,0x7e,0x07,0xbf]8604 8605s_cmp_lg_u32 s0, exec_hi8606// GFX10: encoding: [0x00,0x7f,0x07,0xbf]8607 8608s_cmp_lg_u32 s0, vcc_lo8609// GFX10: encoding: [0x00,0x6a,0x07,0xbf]8610 8611s_cmp_lg_u32 s0, vcc_hi8612// GFX10: encoding: [0x00,0x6b,0x07,0xbf]8613 8614s_cmp_lg_u32 s0, m08615// GFX10: encoding: [0x00,0x7c,0x07,0xbf]8616 8617s_cmp_lg_u32 s0, 08618// GFX10: encoding: [0x00,0x80,0x07,0xbf]8619 8620s_cmp_lg_u32 s0, -18621// GFX10: encoding: [0x00,0xc1,0x07,0xbf]8622 8623s_cmp_lg_u32 s0, 0.58624// GFX10: encoding: [0x00,0xf0,0x07,0xbf]8625 8626s_cmp_lg_u32 s0, -4.08627// GFX10: encoding: [0x00,0xf7,0x07,0xbf]8628 8629s_cmp_lg_u32 s0, 0x3f7172738630// GFX10: encoding: [0x00,0xff,0x07,0xbf,0x73,0x72,0x71,0x3f]8631 8632s_cmp_lg_u32 s0, 0xaf1234568633// GFX10: encoding: [0x00,0xff,0x07,0xbf,0x56,0x34,0x12,0xaf]8634 8635s_cmp_gt_u32 s0, s18636// GFX10: encoding: [0x00,0x01,0x08,0xbf]8637 8638s_cmp_gt_u32 s105, s1048639// GFX10: encoding: [0x69,0x68,0x08,0xbf]8640 8641s_cmp_gt_u32 s0, s1048642// GFX10: encoding: [0x00,0x68,0x08,0xbf]8643 8644s_cmp_gt_u32 s105, s18645// GFX10: encoding: [0x69,0x01,0x08,0xbf]8646 8647s_cmp_gt_u32 exec_lo, s18648// GFX10: encoding: [0x7e,0x01,0x08,0xbf]8649 8650s_cmp_gt_u32 exec_hi, s18651// GFX10: encoding: [0x7f,0x01,0x08,0xbf]8652 8653s_cmp_gt_u32 vcc_lo, s18654// GFX10: encoding: [0x6a,0x01,0x08,0xbf]8655 8656s_cmp_gt_u32 vcc_hi, s18657// GFX10: encoding: [0x6b,0x01,0x08,0xbf]8658 8659s_cmp_gt_u32 m0, s18660// GFX10: encoding: [0x7c,0x01,0x08,0xbf]8661 8662s_cmp_gt_u32 s0, exec_lo8663// GFX10: encoding: [0x00,0x7e,0x08,0xbf]8664 8665s_cmp_gt_u32 s0, exec_hi8666// GFX10: encoding: [0x00,0x7f,0x08,0xbf]8667 8668s_cmp_gt_u32 s0, vcc_lo8669// GFX10: encoding: [0x00,0x6a,0x08,0xbf]8670 8671s_cmp_gt_u32 s0, vcc_hi8672// GFX10: encoding: [0x00,0x6b,0x08,0xbf]8673 8674s_cmp_gt_u32 s0, m08675// GFX10: encoding: [0x00,0x7c,0x08,0xbf]8676 8677s_cmp_gt_u32 s0, 08678// GFX10: encoding: [0x00,0x80,0x08,0xbf]8679 8680s_cmp_gt_u32 s0, -18681// GFX10: encoding: [0x00,0xc1,0x08,0xbf]8682 8683s_cmp_gt_u32 s0, 0.58684// GFX10: encoding: [0x00,0xf0,0x08,0xbf]8685 8686s_cmp_gt_u32 s0, -4.08687// GFX10: encoding: [0x00,0xf7,0x08,0xbf]8688 8689s_cmp_gt_u32 s0, 0x3f7172738690// GFX10: encoding: [0x00,0xff,0x08,0xbf,0x73,0x72,0x71,0x3f]8691 8692s_cmp_gt_u32 s0, 0xaf1234568693// GFX10: encoding: [0x00,0xff,0x08,0xbf,0x56,0x34,0x12,0xaf]8694 8695s_cmp_ge_u32 s0, s18696// GFX10: encoding: [0x00,0x01,0x09,0xbf]8697 8698s_cmp_ge_u32 s105, s1048699// GFX10: encoding: [0x69,0x68,0x09,0xbf]8700 8701s_cmp_ge_u32 s0, s1048702// GFX10: encoding: [0x00,0x68,0x09,0xbf]8703 8704s_cmp_ge_u32 s105, s18705// GFX10: encoding: [0x69,0x01,0x09,0xbf]8706 8707s_cmp_ge_u32 exec_lo, s18708// GFX10: encoding: [0x7e,0x01,0x09,0xbf]8709 8710s_cmp_ge_u32 exec_hi, s18711// GFX10: encoding: [0x7f,0x01,0x09,0xbf]8712 8713s_cmp_ge_u32 vcc_lo, s18714// GFX10: encoding: [0x6a,0x01,0x09,0xbf]8715 8716s_cmp_ge_u32 vcc_hi, s18717// GFX10: encoding: [0x6b,0x01,0x09,0xbf]8718 8719s_cmp_ge_u32 m0, s18720// GFX10: encoding: [0x7c,0x01,0x09,0xbf]8721 8722s_cmp_ge_u32 s0, exec_lo8723// GFX10: encoding: [0x00,0x7e,0x09,0xbf]8724 8725s_cmp_ge_u32 s0, exec_hi8726// GFX10: encoding: [0x00,0x7f,0x09,0xbf]8727 8728s_cmp_ge_u32 s0, vcc_lo8729// GFX10: encoding: [0x00,0x6a,0x09,0xbf]8730 8731s_cmp_ge_u32 s0, vcc_hi8732// GFX10: encoding: [0x00,0x6b,0x09,0xbf]8733 8734s_cmp_ge_u32 s0, m08735// GFX10: encoding: [0x00,0x7c,0x09,0xbf]8736 8737s_cmp_ge_u32 s0, 08738// GFX10: encoding: [0x00,0x80,0x09,0xbf]8739 8740s_cmp_ge_u32 s0, -18741// GFX10: encoding: [0x00,0xc1,0x09,0xbf]8742 8743s_cmp_ge_u32 s0, 0.58744// GFX10: encoding: [0x00,0xf0,0x09,0xbf]8745 8746s_cmp_ge_u32 s0, -4.08747// GFX10: encoding: [0x00,0xf7,0x09,0xbf]8748 8749s_cmp_ge_u32 s0, 0x3f7172738750// GFX10: encoding: [0x00,0xff,0x09,0xbf,0x73,0x72,0x71,0x3f]8751 8752s_cmp_ge_u32 s0, 0xaf1234568753// GFX10: encoding: [0x00,0xff,0x09,0xbf,0x56,0x34,0x12,0xaf]8754 8755s_cmp_lt_u32 s0, s18756// GFX10: encoding: [0x00,0x01,0x0a,0xbf]8757 8758s_cmp_lt_u32 s105, s1048759// GFX10: encoding: [0x69,0x68,0x0a,0xbf]8760 8761s_cmp_lt_u32 s0, s1048762// GFX10: encoding: [0x00,0x68,0x0a,0xbf]8763 8764s_cmp_lt_u32 s105, s18765// GFX10: encoding: [0x69,0x01,0x0a,0xbf]8766 8767s_cmp_lt_u32 exec_lo, s18768// GFX10: encoding: [0x7e,0x01,0x0a,0xbf]8769 8770s_cmp_lt_u32 exec_hi, s18771// GFX10: encoding: [0x7f,0x01,0x0a,0xbf]8772 8773s_cmp_lt_u32 vcc_lo, s18774// GFX10: encoding: [0x6a,0x01,0x0a,0xbf]8775 8776s_cmp_lt_u32 vcc_hi, s18777// GFX10: encoding: [0x6b,0x01,0x0a,0xbf]8778 8779s_cmp_lt_u32 m0, s18780// GFX10: encoding: [0x7c,0x01,0x0a,0xbf]8781 8782s_cmp_lt_u32 s0, exec_lo8783// GFX10: encoding: [0x00,0x7e,0x0a,0xbf]8784 8785s_cmp_lt_u32 s0, exec_hi8786// GFX10: encoding: [0x00,0x7f,0x0a,0xbf]8787 8788s_cmp_lt_u32 s0, vcc_lo8789// GFX10: encoding: [0x00,0x6a,0x0a,0xbf]8790 8791s_cmp_lt_u32 s0, vcc_hi8792// GFX10: encoding: [0x00,0x6b,0x0a,0xbf]8793 8794s_cmp_lt_u32 s0, m08795// GFX10: encoding: [0x00,0x7c,0x0a,0xbf]8796 8797s_cmp_lt_u32 s0, 08798// GFX10: encoding: [0x00,0x80,0x0a,0xbf]8799 8800s_cmp_lt_u32 s0, -18801// GFX10: encoding: [0x00,0xc1,0x0a,0xbf]8802 8803s_cmp_lt_u32 s0, 0.58804// GFX10: encoding: [0x00,0xf0,0x0a,0xbf]8805 8806s_cmp_lt_u32 s0, -4.08807// GFX10: encoding: [0x00,0xf7,0x0a,0xbf]8808 8809s_cmp_lt_u32 s0, 0x3f7172738810// GFX10: encoding: [0x00,0xff,0x0a,0xbf,0x73,0x72,0x71,0x3f]8811 8812s_cmp_lt_u32 s0, 0xaf1234568813// GFX10: encoding: [0x00,0xff,0x0a,0xbf,0x56,0x34,0x12,0xaf]8814 8815s_cmp_le_u32 s0, s18816// GFX10: encoding: [0x00,0x01,0x0b,0xbf]8817 8818s_cmp_le_u32 s105, s1048819// GFX10: encoding: [0x69,0x68,0x0b,0xbf]8820 8821s_cmp_le_u32 s0, s1048822// GFX10: encoding: [0x00,0x68,0x0b,0xbf]8823 8824s_cmp_le_u32 s105, s18825// GFX10: encoding: [0x69,0x01,0x0b,0xbf]8826 8827s_cmp_le_u32 exec_lo, s18828// GFX10: encoding: [0x7e,0x01,0x0b,0xbf]8829 8830s_cmp_le_u32 exec_hi, s18831// GFX10: encoding: [0x7f,0x01,0x0b,0xbf]8832 8833s_cmp_le_u32 vcc_lo, s18834// GFX10: encoding: [0x6a,0x01,0x0b,0xbf]8835 8836s_cmp_le_u32 vcc_hi, s18837// GFX10: encoding: [0x6b,0x01,0x0b,0xbf]8838 8839s_cmp_le_u32 m0, s18840// GFX10: encoding: [0x7c,0x01,0x0b,0xbf]8841 8842s_cmp_le_u32 s0, exec_lo8843// GFX10: encoding: [0x00,0x7e,0x0b,0xbf]8844 8845s_cmp_le_u32 s0, exec_hi8846// GFX10: encoding: [0x00,0x7f,0x0b,0xbf]8847 8848s_cmp_le_u32 s0, vcc_lo8849// GFX10: encoding: [0x00,0x6a,0x0b,0xbf]8850 8851s_cmp_le_u32 s0, vcc_hi8852// GFX10: encoding: [0x00,0x6b,0x0b,0xbf]8853 8854s_cmp_le_u32 s0, m08855// GFX10: encoding: [0x00,0x7c,0x0b,0xbf]8856 8857s_cmp_le_u32 s0, 08858// GFX10: encoding: [0x00,0x80,0x0b,0xbf]8859 8860s_cmp_le_u32 s0, -18861// GFX10: encoding: [0x00,0xc1,0x0b,0xbf]8862 8863s_cmp_le_u32 s0, 0.58864// GFX10: encoding: [0x00,0xf0,0x0b,0xbf]8865 8866s_cmp_le_u32 s0, -4.08867// GFX10: encoding: [0x00,0xf7,0x0b,0xbf]8868 8869s_cmp_le_u32 s0, 0x3f7172738870// GFX10: encoding: [0x00,0xff,0x0b,0xbf,0x73,0x72,0x71,0x3f]8871 8872s_cmp_le_u32 s0, 0xaf1234568873// GFX10: encoding: [0x00,0xff,0x0b,0xbf,0x56,0x34,0x12,0xaf]8874 8875s_bitcmp0_b32 s0, s18876// GFX10: encoding: [0x00,0x01,0x0c,0xbf]8877 8878s_bitcmp0_b32 s105, s1048879// GFX10: encoding: [0x69,0x68,0x0c,0xbf]8880 8881s_bitcmp0_b32 s0, s1048882// GFX10: encoding: [0x00,0x68,0x0c,0xbf]8883 8884s_bitcmp0_b32 s105, s18885// GFX10: encoding: [0x69,0x01,0x0c,0xbf]8886 8887s_bitcmp0_b32 exec_lo, s18888// GFX10: encoding: [0x7e,0x01,0x0c,0xbf]8889 8890s_bitcmp0_b32 exec_hi, s18891// GFX10: encoding: [0x7f,0x01,0x0c,0xbf]8892 8893s_bitcmp0_b32 vcc_lo, s18894// GFX10: encoding: [0x6a,0x01,0x0c,0xbf]8895 8896s_bitcmp0_b32 vcc_hi, s18897// GFX10: encoding: [0x6b,0x01,0x0c,0xbf]8898 8899s_bitcmp0_b32 m0, s18900// GFX10: encoding: [0x7c,0x01,0x0c,0xbf]8901 8902s_bitcmp0_b32 s0, exec_lo8903// GFX10: encoding: [0x00,0x7e,0x0c,0xbf]8904 8905s_bitcmp0_b32 s0, exec_hi8906// GFX10: encoding: [0x00,0x7f,0x0c,0xbf]8907 8908s_bitcmp0_b32 s0, vcc_lo8909// GFX10: encoding: [0x00,0x6a,0x0c,0xbf]8910 8911s_bitcmp0_b32 s0, vcc_hi8912// GFX10: encoding: [0x00,0x6b,0x0c,0xbf]8913 8914s_bitcmp0_b32 s0, m08915// GFX10: encoding: [0x00,0x7c,0x0c,0xbf]8916 8917s_bitcmp0_b32 s0, 08918// GFX10: encoding: [0x00,0x80,0x0c,0xbf]8919 8920s_bitcmp0_b32 s0, -18921// GFX10: encoding: [0x00,0xc1,0x0c,0xbf]8922 8923s_bitcmp0_b32 s0, 0.58924// GFX10: encoding: [0x00,0xf0,0x0c,0xbf]8925 8926s_bitcmp0_b32 s0, -4.08927// GFX10: encoding: [0x00,0xf7,0x0c,0xbf]8928 8929s_bitcmp0_b32 s0, 0x3f7172738930// GFX10: encoding: [0x00,0xff,0x0c,0xbf,0x73,0x72,0x71,0x3f]8931 8932s_bitcmp0_b32 s0, 0xaf1234568933// GFX10: encoding: [0x00,0xff,0x0c,0xbf,0x56,0x34,0x12,0xaf]8934 8935s_bitcmp1_b32 s0, s18936// GFX10: encoding: [0x00,0x01,0x0d,0xbf]8937 8938s_bitcmp1_b32 s105, s1048939// GFX10: encoding: [0x69,0x68,0x0d,0xbf]8940 8941s_bitcmp1_b32 s0, s1048942// GFX10: encoding: [0x00,0x68,0x0d,0xbf]8943 8944s_bitcmp1_b32 s105, s18945// GFX10: encoding: [0x69,0x01,0x0d,0xbf]8946 8947s_bitcmp1_b32 exec_lo, s18948// GFX10: encoding: [0x7e,0x01,0x0d,0xbf]8949 8950s_bitcmp1_b32 exec_hi, s18951// GFX10: encoding: [0x7f,0x01,0x0d,0xbf]8952 8953s_bitcmp1_b32 vcc_lo, s18954// GFX10: encoding: [0x6a,0x01,0x0d,0xbf]8955 8956s_bitcmp1_b32 vcc_hi, s18957// GFX10: encoding: [0x6b,0x01,0x0d,0xbf]8958 8959s_bitcmp1_b32 m0, s18960// GFX10: encoding: [0x7c,0x01,0x0d,0xbf]8961 8962s_bitcmp1_b32 s0, exec_lo8963// GFX10: encoding: [0x00,0x7e,0x0d,0xbf]8964 8965s_bitcmp1_b32 s0, exec_hi8966// GFX10: encoding: [0x00,0x7f,0x0d,0xbf]8967 8968s_bitcmp1_b32 s0, vcc_lo8969// GFX10: encoding: [0x00,0x6a,0x0d,0xbf]8970 8971s_bitcmp1_b32 s0, vcc_hi8972// GFX10: encoding: [0x00,0x6b,0x0d,0xbf]8973 8974s_bitcmp1_b32 s0, m08975// GFX10: encoding: [0x00,0x7c,0x0d,0xbf]8976 8977s_bitcmp1_b32 s0, 08978// GFX10: encoding: [0x00,0x80,0x0d,0xbf]8979 8980s_bitcmp1_b32 s0, -18981// GFX10: encoding: [0x00,0xc1,0x0d,0xbf]8982 8983s_bitcmp1_b32 s0, 0.58984// GFX10: encoding: [0x00,0xf0,0x0d,0xbf]8985 8986s_bitcmp1_b32 s0, -4.08987// GFX10: encoding: [0x00,0xf7,0x0d,0xbf]8988 8989s_bitcmp1_b32 s0, 0x3f7172738990// GFX10: encoding: [0x00,0xff,0x0d,0xbf,0x73,0x72,0x71,0x3f]8991 8992s_bitcmp1_b32 s0, 0xaf1234568993// GFX10: encoding: [0x00,0xff,0x0d,0xbf,0x56,0x34,0x12,0xaf]8994 8995s_bitcmp0_b64 s[0:1], s28996// GFX10: encoding: [0x00,0x02,0x0e,0xbf]8997 8998s_bitcmp0_b64 s[104:105], s1028999// GFX10: encoding: [0x68,0x66,0x0e,0xbf]9000 9001s_bitcmp0_b64 s[0:1], s1029002// GFX10: encoding: [0x00,0x66,0x0e,0xbf]9003 9004s_bitcmp0_b64 s[104:105], s29005// GFX10: encoding: [0x68,0x02,0x0e,0xbf]9006 9007s_bitcmp0_b64 exec, s29008// GFX10: encoding: [0x7e,0x02,0x0e,0xbf]9009 9010s_bitcmp0_b64 vcc, s29011// GFX10: encoding: [0x6a,0x02,0x0e,0xbf]9012 9013s_bitcmp0_b64 s[0:1], exec_lo9014// GFX10: encoding: [0x00,0x7e,0x0e,0xbf]9015 9016s_bitcmp0_b64 s[0:1], exec_hi9017// GFX10: encoding: [0x00,0x7f,0x0e,0xbf]9018 9019s_bitcmp0_b64 s[0:1], vcc_lo9020// GFX10: encoding: [0x00,0x6a,0x0e,0xbf]9021 9022s_bitcmp0_b64 s[0:1], vcc_hi9023// GFX10: encoding: [0x00,0x6b,0x0e,0xbf]9024 9025s_bitcmp0_b64 s[0:1], m09026// GFX10: encoding: [0x00,0x7c,0x0e,0xbf]9027 9028s_bitcmp0_b64 s[0:1], 09029// GFX10: encoding: [0x00,0x80,0x0e,0xbf]9030 9031s_bitcmp0_b64 s[0:1], -19032// GFX10: encoding: [0x00,0xc1,0x0e,0xbf]9033 9034s_bitcmp0_b64 s[0:1], 0.59035// GFX10: encoding: [0x00,0xf0,0x0e,0xbf]9036 9037s_bitcmp0_b64 s[0:1], -4.09038// GFX10: encoding: [0x00,0xf7,0x0e,0xbf]9039 9040s_bitcmp0_b64 s[0:1], 0x3f7172739041// GFX10: encoding: [0x00,0xff,0x0e,0xbf,0x73,0x72,0x71,0x3f]9042 9043s_bitcmp0_b64 s[0:1], 0xaf1234569044// GFX10: encoding: [0x00,0xff,0x0e,0xbf,0x56,0x34,0x12,0xaf]9045 9046s_bitcmp1_b64 s[0:1], s29047// GFX10: encoding: [0x00,0x02,0x0f,0xbf]9048 9049s_bitcmp1_b64 s[104:105], s1029050// GFX10: encoding: [0x68,0x66,0x0f,0xbf]9051 9052s_bitcmp1_b64 s[0:1], s1029053// GFX10: encoding: [0x00,0x66,0x0f,0xbf]9054 9055s_bitcmp1_b64 s[104:105], s29056// GFX10: encoding: [0x68,0x02,0x0f,0xbf]9057 9058s_bitcmp1_b64 exec, s29059// GFX10: encoding: [0x7e,0x02,0x0f,0xbf]9060 9061s_bitcmp1_b64 vcc, s29062// GFX10: encoding: [0x6a,0x02,0x0f,0xbf]9063 9064s_bitcmp1_b64 s[0:1], exec_lo9065// GFX10: encoding: [0x00,0x7e,0x0f,0xbf]9066 9067s_bitcmp1_b64 s[0:1], exec_hi9068// GFX10: encoding: [0x00,0x7f,0x0f,0xbf]9069 9070s_bitcmp1_b64 s[0:1], vcc_lo9071// GFX10: encoding: [0x00,0x6a,0x0f,0xbf]9072 9073s_bitcmp1_b64 s[0:1], vcc_hi9074// GFX10: encoding: [0x00,0x6b,0x0f,0xbf]9075 9076s_bitcmp1_b64 s[0:1], m09077// GFX10: encoding: [0x00,0x7c,0x0f,0xbf]9078 9079s_bitcmp1_b64 s[0:1], 09080// GFX10: encoding: [0x00,0x80,0x0f,0xbf]9081 9082s_bitcmp1_b64 s[0:1], -19083// GFX10: encoding: [0x00,0xc1,0x0f,0xbf]9084 9085s_bitcmp1_b64 s[0:1], 0.59086// GFX10: encoding: [0x00,0xf0,0x0f,0xbf]9087 9088s_bitcmp1_b64 s[0:1], -4.09089// GFX10: encoding: [0x00,0xf7,0x0f,0xbf]9090 9091s_bitcmp1_b64 s[0:1], 0x3f7172739092// GFX10: encoding: [0x00,0xff,0x0f,0xbf,0x73,0x72,0x71,0x3f]9093 9094s_bitcmp1_b64 s[0:1], 0xaf1234569095// GFX10: encoding: [0x00,0xff,0x0f,0xbf,0x56,0x34,0x12,0xaf]9096 9097s_cmp_eq_u64 s[0:1], s[2:3]9098// GFX10: encoding: [0x00,0x02,0x12,0xbf]9099 9100s_cmp_eq_u64 s[104:105], s[102:103]9101// GFX10: encoding: [0x68,0x66,0x12,0xbf]9102 9103s_cmp_eq_u64 s[0:1], s[102:103]9104// GFX10: encoding: [0x00,0x66,0x12,0xbf]9105 9106s_cmp_eq_u64 s[104:105], s[2:3]9107// GFX10: encoding: [0x68,0x02,0x12,0xbf]9108 9109s_cmp_eq_u64 exec, s[2:3]9110// GFX10: encoding: [0x7e,0x02,0x12,0xbf]9111 9112s_cmp_eq_u64 vcc, s[2:3]9113// GFX10: encoding: [0x6a,0x02,0x12,0xbf]9114 9115s_cmp_eq_u64 s[0:1], exec9116// GFX10: encoding: [0x00,0x7e,0x12,0xbf]9117 9118s_cmp_eq_u64 s[0:1], vcc9119// GFX10: encoding: [0x00,0x6a,0x12,0xbf]9120 9121s_cmp_eq_u64 s[0:1], 09122// GFX10: encoding: [0x00,0x80,0x12,0xbf]9123 9124s_cmp_eq_u64 s[0:1], -19125// GFX10: encoding: [0x00,0xc1,0x12,0xbf]9126 9127s_cmp_eq_u64 s[0:1], 0.59128// GFX10: encoding: [0x00,0xf0,0x12,0xbf]9129 9130s_cmp_eq_u64 s[0:1], -4.09131// GFX10: encoding: [0x00,0xf7,0x12,0xbf]9132 9133s_cmp_eq_u64 s[0:1], 0x3f7172739134// GFX10: encoding: [0x00,0xff,0x12,0xbf,0x73,0x72,0x71,0x3f]9135 9136s_cmp_eq_u64 s[0:1], 0xaf1234569137// GFX10: encoding: [0x00,0xff,0x12,0xbf,0x56,0x34,0x12,0xaf]9138 9139s_cmp_lg_u64 s[0:1], s[2:3]9140// GFX10: encoding: [0x00,0x02,0x13,0xbf]9141 9142s_cmp_lg_u64 s[104:105], s[102:103]9143// GFX10: encoding: [0x68,0x66,0x13,0xbf]9144 9145s_cmp_lg_u64 s[0:1], s[102:103]9146// GFX10: encoding: [0x00,0x66,0x13,0xbf]9147 9148s_cmp_lg_u64 s[104:105], s[2:3]9149// GFX10: encoding: [0x68,0x02,0x13,0xbf]9150 9151s_cmp_lg_u64 exec, s[2:3]9152// GFX10: encoding: [0x7e,0x02,0x13,0xbf]9153 9154s_cmp_lg_u64 vcc, s[2:3]9155// GFX10: encoding: [0x6a,0x02,0x13,0xbf]9156 9157s_cmp_lg_u64 s[0:1], exec9158// GFX10: encoding: [0x00,0x7e,0x13,0xbf]9159 9160s_cmp_lg_u64 s[0:1], vcc9161// GFX10: encoding: [0x00,0x6a,0x13,0xbf]9162 9163s_cmp_lg_u64 s[0:1], 09164// GFX10: encoding: [0x00,0x80,0x13,0xbf]9165 9166s_cmp_lg_u64 s[0:1], -19167// GFX10: encoding: [0x00,0xc1,0x13,0xbf]9168 9169s_cmp_lg_u64 s[0:1], 0.59170// GFX10: encoding: [0x00,0xf0,0x13,0xbf]9171 9172s_cmp_lg_u64 s[0:1], -4.09173// GFX10: encoding: [0x00,0xf7,0x13,0xbf]9174 9175s_cmp_lg_u64 s[0:1], 0x3f7172739176// GFX10: encoding: [0x00,0xff,0x13,0xbf,0x73,0x72,0x71,0x3f]9177 9178s_cmp_lg_u64 s[0:1], 0xaf1234569179// GFX10: encoding: [0x00,0xff,0x13,0xbf,0x56,0x34,0x12,0xaf]9180 9181//===----------------------------------------------------------------------===//9182// ENC_SOPK.9183//===----------------------------------------------------------------------===//9184 9185s_movk_i32 s0, 0x12349186// GFX10: encoding: [0x34,0x12,0x00,0xb0]9187 9188s_movk_i32 s0, 0xc1d19189// GFX10: encoding: [0xd1,0xc1,0x00,0xb0]9190 9191s_movk_i32 s105, 0x12349192// GFX10: encoding: [0x34,0x12,0x69,0xb0]9193 9194s_movk_i32 exec_lo, 0x12349195// GFX10: encoding: [0x34,0x12,0x7e,0xb0]9196 9197s_movk_i32 exec_hi, 0x12349198// GFX10: encoding: [0x34,0x12,0x7f,0xb0]9199 9200s_movk_i32 vcc_lo, 0x12349201// GFX10: encoding: [0x34,0x12,0x6a,0xb0]9202 9203s_movk_i32 vcc_hi, 0x12349204// GFX10: encoding: [0x34,0x12,0x6b,0xb0]9205 9206s_movk_i32 m0, 0x12349207// GFX10: encoding: [0x34,0x12,0x7c,0xb0]9208 9209s_version 0x12349210// GFX10: encoding: [0x34,0x12,0x80,0xb0]9211 9212s_version 0xc1d19213// GFX10: encoding: [0xd1,0xc1,0x80,0xb0]9214 9215s_cmovk_i32 s0, 0x12349216// GFX10: encoding: [0x34,0x12,0x00,0xb1]9217 9218s_cmovk_i32 s0, 0xc1d19219// GFX10: encoding: [0xd1,0xc1,0x00,0xb1]9220 9221s_cmovk_i32 s105, 0x12349222// GFX10: encoding: [0x34,0x12,0x69,0xb1]9223 9224s_cmovk_i32 exec_lo, 0x12349225// GFX10: encoding: [0x34,0x12,0x7e,0xb1]9226 9227s_cmovk_i32 exec_hi, 0x12349228// GFX10: encoding: [0x34,0x12,0x7f,0xb1]9229 9230s_cmovk_i32 vcc_lo, 0x12349231// GFX10: encoding: [0x34,0x12,0x6a,0xb1]9232 9233s_cmovk_i32 vcc_hi, 0x12349234// GFX10: encoding: [0x34,0x12,0x6b,0xb1]9235 9236s_cmovk_i32 m0, 0x12349237// GFX10: encoding: [0x34,0x12,0x7c,0xb1]9238 9239s_cmpk_eq_i32 s0, 0x12349240// GFX10: encoding: [0x34,0x12,0x80,0xb1]9241 9242s_cmpk_eq_i32 s0, 0xc1d19243// GFX10: encoding: [0xd1,0xc1,0x80,0xb1]9244 9245s_cmpk_eq_i32 s105, 0x12349246// GFX10: encoding: [0x34,0x12,0xe9,0xb1]9247 9248s_cmpk_eq_i32 exec_lo, 0x12349249// GFX10: encoding: [0x34,0x12,0xfe,0xb1]9250 9251s_cmpk_eq_i32 exec_hi, 0x12349252// GFX10: encoding: [0x34,0x12,0xff,0xb1]9253 9254s_cmpk_eq_i32 vcc_lo, 0x12349255// GFX10: encoding: [0x34,0x12,0xea,0xb1]9256 9257s_cmpk_eq_i32 vcc_hi, 0x12349258// GFX10: encoding: [0x34,0x12,0xeb,0xb1]9259 9260s_cmpk_eq_i32 m0, 0x12349261// GFX10: encoding: [0x34,0x12,0xfc,0xb1]9262 9263s_cmpk_lg_i32 s0, 0x12349264// GFX10: encoding: [0x34,0x12,0x00,0xb2]9265 9266s_cmpk_lg_i32 s0, 0xc1d19267// GFX10: encoding: [0xd1,0xc1,0x00,0xb2]9268 9269s_cmpk_lg_i32 s105, 0x12349270// GFX10: encoding: [0x34,0x12,0x69,0xb2]9271 9272s_cmpk_lg_i32 exec_lo, 0x12349273// GFX10: encoding: [0x34,0x12,0x7e,0xb2]9274 9275s_cmpk_lg_i32 exec_hi, 0x12349276// GFX10: encoding: [0x34,0x12,0x7f,0xb2]9277 9278s_cmpk_lg_i32 vcc_lo, 0x12349279// GFX10: encoding: [0x34,0x12,0x6a,0xb2]9280 9281s_cmpk_lg_i32 vcc_hi, 0x12349282// GFX10: encoding: [0x34,0x12,0x6b,0xb2]9283 9284s_cmpk_lg_i32 m0, 0x12349285// GFX10: encoding: [0x34,0x12,0x7c,0xb2]9286 9287s_cmpk_gt_i32 s0, 0x12349288// GFX10: encoding: [0x34,0x12,0x80,0xb2]9289 9290s_cmpk_gt_i32 s0, 0xc1d19291// GFX10: encoding: [0xd1,0xc1,0x80,0xb2]9292 9293s_cmpk_gt_i32 s105, 0x12349294// GFX10: encoding: [0x34,0x12,0xe9,0xb2]9295 9296s_cmpk_gt_i32 exec_lo, 0x12349297// GFX10: encoding: [0x34,0x12,0xfe,0xb2]9298 9299s_cmpk_gt_i32 exec_hi, 0x12349300// GFX10: encoding: [0x34,0x12,0xff,0xb2]9301 9302s_cmpk_gt_i32 vcc_lo, 0x12349303// GFX10: encoding: [0x34,0x12,0xea,0xb2]9304 9305s_cmpk_gt_i32 vcc_hi, 0x12349306// GFX10: encoding: [0x34,0x12,0xeb,0xb2]9307 9308s_cmpk_gt_i32 m0, 0x12349309// GFX10: encoding: [0x34,0x12,0xfc,0xb2]9310 9311s_cmpk_ge_i32 s0, 0x12349312// GFX10: encoding: [0x34,0x12,0x00,0xb3]9313 9314s_cmpk_ge_i32 s0, 0xc1d19315// GFX10: encoding: [0xd1,0xc1,0x00,0xb3]9316 9317s_cmpk_ge_i32 s105, 0x12349318// GFX10: encoding: [0x34,0x12,0x69,0xb3]9319 9320s_cmpk_ge_i32 exec_lo, 0x12349321// GFX10: encoding: [0x34,0x12,0x7e,0xb3]9322 9323s_cmpk_ge_i32 exec_hi, 0x12349324// GFX10: encoding: [0x34,0x12,0x7f,0xb3]9325 9326s_cmpk_ge_i32 vcc_lo, 0x12349327// GFX10: encoding: [0x34,0x12,0x6a,0xb3]9328 9329s_cmpk_ge_i32 vcc_hi, 0x12349330// GFX10: encoding: [0x34,0x12,0x6b,0xb3]9331 9332s_cmpk_ge_i32 m0, 0x12349333// GFX10: encoding: [0x34,0x12,0x7c,0xb3]9334 9335s_cmpk_lt_i32 s0, 0x12349336// GFX10: encoding: [0x34,0x12,0x80,0xb3]9337 9338s_cmpk_lt_i32 s0, 0xc1d19339// GFX10: encoding: [0xd1,0xc1,0x80,0xb3]9340 9341s_cmpk_lt_i32 s105, 0x12349342// GFX10: encoding: [0x34,0x12,0xe9,0xb3]9343 9344s_cmpk_lt_i32 exec_lo, 0x12349345// GFX10: encoding: [0x34,0x12,0xfe,0xb3]9346 9347s_cmpk_lt_i32 exec_hi, 0x12349348// GFX10: encoding: [0x34,0x12,0xff,0xb3]9349 9350s_cmpk_lt_i32 vcc_lo, 0x12349351// GFX10: encoding: [0x34,0x12,0xea,0xb3]9352 9353s_cmpk_lt_i32 vcc_hi, 0x12349354// GFX10: encoding: [0x34,0x12,0xeb,0xb3]9355 9356s_cmpk_lt_i32 m0, 0x12349357// GFX10: encoding: [0x34,0x12,0xfc,0xb3]9358 9359s_cmpk_le_i32 s0, 0x12349360// GFX10: encoding: [0x34,0x12,0x00,0xb4]9361 9362s_cmpk_le_i32 s0, 0xc1d19363// GFX10: encoding: [0xd1,0xc1,0x00,0xb4]9364 9365s_cmpk_le_i32 s105, 0x12349366// GFX10: encoding: [0x34,0x12,0x69,0xb4]9367 9368s_cmpk_le_i32 exec_lo, 0x12349369// GFX10: encoding: [0x34,0x12,0x7e,0xb4]9370 9371s_cmpk_le_i32 exec_hi, 0x12349372// GFX10: encoding: [0x34,0x12,0x7f,0xb4]9373 9374s_cmpk_le_i32 vcc_lo, 0x12349375// GFX10: encoding: [0x34,0x12,0x6a,0xb4]9376 9377s_cmpk_le_i32 vcc_hi, 0x12349378// GFX10: encoding: [0x34,0x12,0x6b,0xb4]9379 9380s_cmpk_le_i32 m0, 0x12349381// GFX10: encoding: [0x34,0x12,0x7c,0xb4]9382 9383s_cmpk_eq_u32 s0, 0x12349384// GFX10: encoding: [0x34,0x12,0x80,0xb4]9385 9386s_cmpk_eq_u32 s0, 0xc1d19387// GFX10: encoding: [0xd1,0xc1,0x80,0xb4]9388 9389s_cmpk_eq_u32 s105, 0x12349390// GFX10: encoding: [0x34,0x12,0xe9,0xb4]9391 9392s_cmpk_eq_u32 exec_lo, 0x12349393// GFX10: encoding: [0x34,0x12,0xfe,0xb4]9394 9395s_cmpk_eq_u32 exec_hi, 0x12349396// GFX10: encoding: [0x34,0x12,0xff,0xb4]9397 9398s_cmpk_eq_u32 vcc_lo, 0x12349399// GFX10: encoding: [0x34,0x12,0xea,0xb4]9400 9401s_cmpk_eq_u32 vcc_hi, 0x12349402// GFX10: encoding: [0x34,0x12,0xeb,0xb4]9403 9404s_cmpk_eq_u32 m0, 0x12349405// GFX10: encoding: [0x34,0x12,0xfc,0xb4]9406 9407s_cmpk_lg_u32 s0, 0x12349408// GFX10: encoding: [0x34,0x12,0x00,0xb5]9409 9410s_cmpk_lg_u32 s0, 0xc1d19411// GFX10: encoding: [0xd1,0xc1,0x00,0xb5]9412 9413s_cmpk_lg_u32 s105, 0x12349414// GFX10: encoding: [0x34,0x12,0x69,0xb5]9415 9416s_cmpk_lg_u32 exec_lo, 0x12349417// GFX10: encoding: [0x34,0x12,0x7e,0xb5]9418 9419s_cmpk_lg_u32 exec_hi, 0x12349420// GFX10: encoding: [0x34,0x12,0x7f,0xb5]9421 9422s_cmpk_lg_u32 vcc_lo, 0x12349423// GFX10: encoding: [0x34,0x12,0x6a,0xb5]9424 9425s_cmpk_lg_u32 vcc_hi, 0x12349426// GFX10: encoding: [0x34,0x12,0x6b,0xb5]9427 9428s_cmpk_lg_u32 m0, 0x12349429// GFX10: encoding: [0x34,0x12,0x7c,0xb5]9430 9431s_cmpk_gt_u32 s0, 0x12349432// GFX10: encoding: [0x34,0x12,0x80,0xb5]9433 9434s_cmpk_gt_u32 s0, 0xc1d19435// GFX10: encoding: [0xd1,0xc1,0x80,0xb5]9436 9437s_cmpk_gt_u32 s105, 0x12349438// GFX10: encoding: [0x34,0x12,0xe9,0xb5]9439 9440s_cmpk_gt_u32 exec_lo, 0x12349441// GFX10: encoding: [0x34,0x12,0xfe,0xb5]9442 9443s_cmpk_gt_u32 exec_hi, 0x12349444// GFX10: encoding: [0x34,0x12,0xff,0xb5]9445 9446s_cmpk_gt_u32 vcc_lo, 0x12349447// GFX10: encoding: [0x34,0x12,0xea,0xb5]9448 9449s_cmpk_gt_u32 vcc_hi, 0x12349450// GFX10: encoding: [0x34,0x12,0xeb,0xb5]9451 9452s_cmpk_gt_u32 m0, 0x12349453// GFX10: encoding: [0x34,0x12,0xfc,0xb5]9454 9455s_cmpk_ge_u32 s0, 0x12349456// GFX10: encoding: [0x34,0x12,0x00,0xb6]9457 9458s_cmpk_ge_u32 s0, 0xc1d19459// GFX10: encoding: [0xd1,0xc1,0x00,0xb6]9460 9461s_cmpk_ge_u32 s105, 0x12349462// GFX10: encoding: [0x34,0x12,0x69,0xb6]9463 9464s_cmpk_ge_u32 exec_lo, 0x12349465// GFX10: encoding: [0x34,0x12,0x7e,0xb6]9466 9467s_cmpk_ge_u32 exec_hi, 0x12349468// GFX10: encoding: [0x34,0x12,0x7f,0xb6]9469 9470s_cmpk_ge_u32 vcc_lo, 0x12349471// GFX10: encoding: [0x34,0x12,0x6a,0xb6]9472 9473s_cmpk_ge_u32 vcc_hi, 0x12349474// GFX10: encoding: [0x34,0x12,0x6b,0xb6]9475 9476s_cmpk_ge_u32 m0, 0x12349477// GFX10: encoding: [0x34,0x12,0x7c,0xb6]9478 9479s_cmpk_lt_u32 s0, 0x12349480// GFX10: encoding: [0x34,0x12,0x80,0xb6]9481 9482s_cmpk_lt_u32 s0, 0xc1d19483// GFX10: encoding: [0xd1,0xc1,0x80,0xb6]9484 9485s_cmpk_lt_u32 s105, 0x12349486// GFX10: encoding: [0x34,0x12,0xe9,0xb6]9487 9488s_cmpk_lt_u32 exec_lo, 0x12349489// GFX10: encoding: [0x34,0x12,0xfe,0xb6]9490 9491s_cmpk_lt_u32 exec_hi, 0x12349492// GFX10: encoding: [0x34,0x12,0xff,0xb6]9493 9494s_cmpk_lt_u32 vcc_lo, 0x12349495// GFX10: encoding: [0x34,0x12,0xea,0xb6]9496 9497s_cmpk_lt_u32 vcc_hi, 0x12349498// GFX10: encoding: [0x34,0x12,0xeb,0xb6]9499 9500s_cmpk_lt_u32 m0, 0x12349501// GFX10: encoding: [0x34,0x12,0xfc,0xb6]9502 9503s_cmpk_le_u32 s0, 0x12349504// GFX10: encoding: [0x34,0x12,0x00,0xb7]9505 9506s_cmpk_le_u32 s0, 0xc1d19507// GFX10: encoding: [0xd1,0xc1,0x00,0xb7]9508 9509s_cmpk_le_u32 s105, 0x12349510// GFX10: encoding: [0x34,0x12,0x69,0xb7]9511 9512s_cmpk_le_u32 exec_lo, 0x12349513// GFX10: encoding: [0x34,0x12,0x7e,0xb7]9514 9515s_cmpk_le_u32 exec_hi, 0x12349516// GFX10: encoding: [0x34,0x12,0x7f,0xb7]9517 9518s_cmpk_le_u32 vcc_lo, 0x12349519// GFX10: encoding: [0x34,0x12,0x6a,0xb7]9520 9521s_cmpk_le_u32 vcc_hi, 0x12349522// GFX10: encoding: [0x34,0x12,0x6b,0xb7]9523 9524s_cmpk_le_u32 m0, 0x12349525// GFX10: encoding: [0x34,0x12,0x7c,0xb7]9526 9527s_addk_i32 s0, 0x12349528// GFX10: encoding: [0x34,0x12,0x80,0xb7]9529 9530s_addk_i32 s0, 0xc1d19531// GFX10: encoding: [0xd1,0xc1,0x80,0xb7]9532 9533s_addk_i32 s105, 0x12349534// GFX10: encoding: [0x34,0x12,0xe9,0xb7]9535 9536s_addk_i32 exec_lo, 0x12349537// GFX10: encoding: [0x34,0x12,0xfe,0xb7]9538 9539s_addk_i32 exec_hi, 0x12349540// GFX10: encoding: [0x34,0x12,0xff,0xb7]9541 9542s_addk_i32 vcc_lo, 0x12349543// GFX10: encoding: [0x34,0x12,0xea,0xb7]9544 9545s_addk_i32 vcc_hi, 0x12349546// GFX10: encoding: [0x34,0x12,0xeb,0xb7]9547 9548s_addk_i32 m0, 0x12349549// GFX10: encoding: [0x34,0x12,0xfc,0xb7]9550 9551s_mulk_i32 s0, 0x12349552// GFX10: encoding: [0x34,0x12,0x00,0xb8]9553 9554s_mulk_i32 s0, 0xc1d19555// GFX10: encoding: [0xd1,0xc1,0x00,0xb8]9556 9557s_mulk_i32 s105, 0x12349558// GFX10: encoding: [0x34,0x12,0x69,0xb8]9559 9560s_mulk_i32 exec_lo, 0x12349561// GFX10: encoding: [0x34,0x12,0x7e,0xb8]9562 9563s_mulk_i32 exec_hi, 0x12349564// GFX10: encoding: [0x34,0x12,0x7f,0xb8]9565 9566s_mulk_i32 vcc_lo, 0x12349567// GFX10: encoding: [0x34,0x12,0x6a,0xb8]9568 9569s_mulk_i32 vcc_hi, 0x12349570// GFX10: encoding: [0x34,0x12,0x6b,0xb8]9571 9572s_mulk_i32 m0, 0x12349573// GFX10: encoding: [0x34,0x12,0x7c,0xb8]9574 9575s_getreg_b32 s0, 0x12349576// GFX10: encoding: [0x34,0x12,0x00,0xb9]9577 9578s_getreg_b32 s0, 0xc1d19579// GFX10: encoding: [0xd1,0xc1,0x00,0xb9]9580 9581s_getreg_b32 s105, 0x12349582// GFX10: encoding: [0x34,0x12,0x69,0xb9]9583 9584s_getreg_b32 exec_lo, 0x12349585// GFX10: encoding: [0x34,0x12,0x7e,0xb9]9586 9587s_getreg_b32 exec_hi, 0x12349588// GFX10: encoding: [0x34,0x12,0x7f,0xb9]9589 9590s_getreg_b32 vcc_lo, 0x12349591// GFX10: encoding: [0x34,0x12,0x6a,0xb9]9592 9593s_getreg_b32 vcc_hi, 0x12349594// GFX10: encoding: [0x34,0x12,0x6b,0xb9]9595 9596s_getreg_b32 m0, 0x12349597// GFX10: encoding: [0x34,0x12,0x7c,0xb9]9598 9599s_setreg_b32 0x1234, s09600// GFX10: encoding: [0x34,0x12,0x80,0xb9]9601 9602s_setreg_b32 0xc1d1, s09603// GFX10: encoding: [0xd1,0xc1,0x80,0xb9]9604 9605s_setreg_b32 0x1234, s1059606// GFX10: encoding: [0x34,0x12,0xe9,0xb9]9607 9608s_setreg_b32 0x1234, exec_lo9609// GFX10: encoding: [0x34,0x12,0xfe,0xb9]9610 9611s_setreg_b32 0x1234, exec_hi9612// GFX10: encoding: [0x34,0x12,0xff,0xb9]9613 9614s_setreg_b32 0x1234, vcc_lo9615// GFX10: encoding: [0x34,0x12,0xea,0xb9]9616 9617s_setreg_b32 0x1234, vcc_hi9618// GFX10: encoding: [0x34,0x12,0xeb,0xb9]9619 9620s_setreg_b32 0x1234, m09621// GFX10: encoding: [0x34,0x12,0xfc,0xb9]9622 9623s_setreg_imm32_b32 0x1234, 0x112131419624// GFX10: encoding: [0x34,0x12,0x80,0xba,0x41,0x31,0x21,0x11]9625 9626s_setreg_imm32_b32 0xc1d1, 0x112131419627// GFX10: encoding: [0xd1,0xc1,0x80,0xba,0x41,0x31,0x21,0x11]9628 9629s_setreg_imm32_b32 0x1234, 0xa1b1c1d19630// GFX10: encoding: [0x34,0x12,0x80,0xba,0xd1,0xc1,0xb1,0xa1]9631 9632s_setreg_imm32_b32 0xc1d1, 0xa1b1c1d19633// GFX10: encoding: [0xd1,0xc1,0x80,0xba,0xd1,0xc1,0xb1,0xa1]9634 9635s_call_b64 s[0:1], 0x12349636// GFX10: encoding: [0x34,0x12,0x00,0xbb]9637 9638s_call_b64 s[0:1], 0xc1d19639// GFX10: encoding: [0xd1,0xc1,0x00,0xbb]9640 9641s_call_b64 s[104:105], 0x12349642// GFX10: encoding: [0x34,0x12,0x68,0xbb]9643 9644s_call_b64 exec, 0x12349645// GFX10: encoding: [0x34,0x12,0x7e,0xbb]9646 9647s_call_b64 vcc, 0x12349648// GFX10: encoding: [0x34,0x12,0x6a,0xbb]9649 9650s_waitcnt_vscnt s0, 0x12349651// GFX10: encoding: [0x34,0x12,0x80,0xbb]9652 9653s_waitcnt_vscnt s0, 0xc1d19654// GFX10: encoding: [0xd1,0xc1,0x80,0xbb]9655 9656s_waitcnt_vscnt s105, 0x12349657// GFX10: encoding: [0x34,0x12,0xe9,0xbb]9658 9659s_waitcnt_vscnt exec_lo, 0x12349660// GFX10: encoding: [0x34,0x12,0xfe,0xbb]9661 9662s_waitcnt_vscnt exec_hi, 0x12349663// GFX10: encoding: [0x34,0x12,0xff,0xbb]9664 9665s_waitcnt_vscnt vcc_lo, 0x12349666// GFX10: encoding: [0x34,0x12,0xea,0xbb]9667 9668s_waitcnt_vscnt vcc_hi, 0x12349669// GFX10: encoding: [0x34,0x12,0xeb,0xbb]9670 9671s_waitcnt_vscnt m0, 0x12349672// GFX10: encoding: [0x34,0x12,0xfc,0xbb]9673 9674s_waitcnt_vmcnt s0, 0x12349675// GFX10: encoding: [0x34,0x12,0x00,0xbc]9676 9677s_waitcnt_vmcnt s0, 0xc1d19678// GFX10: encoding: [0xd1,0xc1,0x00,0xbc]9679 9680s_waitcnt_vmcnt s105, 0x12349681// GFX10: encoding: [0x34,0x12,0x69,0xbc]9682 9683s_waitcnt_vmcnt exec_lo, 0x12349684// GFX10: encoding: [0x34,0x12,0x7e,0xbc]9685 9686s_waitcnt_vmcnt exec_hi, 0x12349687// GFX10: encoding: [0x34,0x12,0x7f,0xbc]9688 9689s_waitcnt_vmcnt vcc_lo, 0x12349690// GFX10: encoding: [0x34,0x12,0x6a,0xbc]9691 9692s_waitcnt_vmcnt vcc_hi, 0x12349693// GFX10: encoding: [0x34,0x12,0x6b,0xbc]9694 9695s_waitcnt_vmcnt m0, 0x12349696// GFX10: encoding: [0x34,0x12,0x7c,0xbc]9697 9698s_waitcnt_expcnt s0, 0x12349699// GFX10: encoding: [0x34,0x12,0x80,0xbc]9700 9701s_waitcnt_expcnt s0, 0xc1d19702// GFX10: encoding: [0xd1,0xc1,0x80,0xbc]9703 9704s_waitcnt_expcnt s105, 0x12349705// GFX10: encoding: [0x34,0x12,0xe9,0xbc]9706 9707s_waitcnt_expcnt exec_lo, 0x12349708// GFX10: encoding: [0x34,0x12,0xfe,0xbc]9709 9710s_waitcnt_expcnt exec_hi, 0x12349711// GFX10: encoding: [0x34,0x12,0xff,0xbc]9712 9713s_waitcnt_expcnt vcc_lo, 0x12349714// GFX10: encoding: [0x34,0x12,0xea,0xbc]9715 9716s_waitcnt_expcnt vcc_hi, 0x12349717// GFX10: encoding: [0x34,0x12,0xeb,0xbc]9718 9719s_waitcnt_expcnt m0, 0x12349720// GFX10: encoding: [0x34,0x12,0xfc,0xbc]9721 9722s_waitcnt_lgkmcnt s0, 0x12349723// GFX10: encoding: [0x34,0x12,0x00,0xbd]9724 9725s_waitcnt_lgkmcnt s0, 0xc1d19726// GFX10: encoding: [0xd1,0xc1,0x00,0xbd]9727 9728s_waitcnt_lgkmcnt s105, 0x12349729// GFX10: encoding: [0x34,0x12,0x69,0xbd]9730 9731s_waitcnt_lgkmcnt exec_lo, 0x12349732// GFX10: encoding: [0x34,0x12,0x7e,0xbd]9733 9734s_waitcnt_lgkmcnt exec_hi, 0x12349735// GFX10: encoding: [0x34,0x12,0x7f,0xbd]9736 9737s_waitcnt_lgkmcnt vcc_lo, 0x12349738// GFX10: encoding: [0x34,0x12,0x6a,0xbd]9739 9740s_waitcnt_lgkmcnt vcc_hi, 0x12349741// GFX10: encoding: [0x34,0x12,0x6b,0xbd]9742 9743s_waitcnt_lgkmcnt m0, 0x12349744// GFX10: encoding: [0x34,0x12,0x7c,0xbd]9745 9746s_waitcnt_depctr 0xfffe9747// GFX10: encoding: [0xfe,0xff,0xa3,0xbf]9748 9749s_waitcnt_depctr 09750// GFX10: encoding: [0x00,0x00,0xa3,0xbf]9751 9752s_wait_idle9753// GFX10: encoding: [0x00,0x00,0xa2,0xbf]9754 9755s_subvector_loop_begin s0, 0x12349756// GFX10: encoding: [0x34,0x12,0x80,0xbd]9757 9758s_subvector_loop_begin s0, 0xc1d19759// GFX10: encoding: [0xd1,0xc1,0x80,0xbd]9760 9761s_subvector_loop_begin s105, 0x12349762// GFX10: encoding: [0x34,0x12,0xe9,0xbd]9763 9764s_subvector_loop_begin exec_lo, 0x12349765// GFX10: encoding: [0x34,0x12,0xfe,0xbd]9766 9767s_subvector_loop_begin exec_hi, 0x12349768// GFX10: encoding: [0x34,0x12,0xff,0xbd]9769 9770s_subvector_loop_begin vcc_lo, 0x12349771// GFX10: encoding: [0x34,0x12,0xea,0xbd]9772 9773s_subvector_loop_begin vcc_hi, 0x12349774// GFX10: encoding: [0x34,0x12,0xeb,0xbd]9775 9776s_subvector_loop_begin m0, 0x12349777// GFX10: encoding: [0x34,0x12,0xfc,0xbd]9778 9779s_subvector_loop_end s0, 0x12349780// GFX10: encoding: [0x34,0x12,0x00,0xbe]9781 9782s_subvector_loop_end s0, 0xc1d19783// GFX10: encoding: [0xd1,0xc1,0x00,0xbe]9784 9785s_subvector_loop_end s105, 0x12349786// GFX10: encoding: [0x34,0x12,0x69,0xbe]9787 9788s_subvector_loop_end exec_lo, 0x12349789// GFX10: encoding: [0x34,0x12,0x7e,0xbe]9790 9791s_subvector_loop_end exec_hi, 0x12349792// GFX10: encoding: [0x34,0x12,0x7f,0xbe]9793 9794s_subvector_loop_end vcc_lo, 0x12349795// GFX10: encoding: [0x34,0x12,0x6a,0xbe]9796 9797s_subvector_loop_end vcc_hi, 0x12349798// GFX10: encoding: [0x34,0x12,0x6b,0xbe]9799 9800s_subvector_loop_end m0, 0x12349801// GFX10: encoding: [0x34,0x12,0x7c,0xbe]9802 9803//===----------------------------------------------------------------------===//9804// ENC_SOPP.9805//===----------------------------------------------------------------------===//9806 9807s_nop 0x09808// GFX10: encoding: [0x00,0x00,0x80,0xbf]9809 9810s_nop 0x12349811// GFX10: encoding: [0x34,0x12,0x80,0xbf]9812 9813s_nop 0xc1d19814// GFX10: encoding: [0xd1,0xc1,0x80,0xbf]9815 9816s_endpgm9817// GFX10: encoding: [0x00,0x00,0x81,0xbf]9818 9819s_endpgm 19820// GFX10: encoding: [0x01,0x00,0x81,0xbf]9821 9822s_endpgm 655359823// GFX10: encoding: [0xff,0xff,0x81,0xbf]9824 9825s_branch 0x09826// GFX10: encoding: [0x00,0x00,0x82,0xbf]9827 9828s_branch 0x12349829// GFX10: encoding: [0x34,0x12,0x82,0xbf]9830 9831s_branch 0xc1d19832// GFX10: encoding: [0xd1,0xc1,0x82,0xbf]9833 9834s_wakeup9835// GFX10: encoding: [0x00,0x00,0x83,0xbf]9836 9837s_cbranch_scc0 0x09838// GFX10: encoding: [0x00,0x00,0x84,0xbf]9839 9840s_cbranch_scc0 0x12349841// GFX10: encoding: [0x34,0x12,0x84,0xbf]9842 9843s_cbranch_scc0 0xc1d19844// GFX10: encoding: [0xd1,0xc1,0x84,0xbf]9845 9846s_cbranch_scc1 0x09847// GFX10: encoding: [0x00,0x00,0x85,0xbf]9848 9849s_cbranch_scc1 0x12349850// GFX10: encoding: [0x34,0x12,0x85,0xbf]9851 9852s_cbranch_scc1 0xc1d19853// GFX10: encoding: [0xd1,0xc1,0x85,0xbf]9854 9855s_cbranch_vccz 0x09856// GFX10: encoding: [0x00,0x00,0x86,0xbf]9857 9858s_cbranch_vccz 0x12349859// GFX10: encoding: [0x34,0x12,0x86,0xbf]9860 9861s_cbranch_vccz 0xc1d19862// GFX10: encoding: [0xd1,0xc1,0x86,0xbf]9863 9864s_cbranch_vccnz 0x09865// GFX10: encoding: [0x00,0x00,0x87,0xbf]9866 9867s_cbranch_vccnz 0x12349868// GFX10: encoding: [0x34,0x12,0x87,0xbf]9869 9870s_cbranch_vccnz 0xc1d19871// GFX10: encoding: [0xd1,0xc1,0x87,0xbf]9872 9873s_cbranch_execz 0x09874// GFX10: encoding: [0x00,0x00,0x88,0xbf]9875 9876s_cbranch_execz 0x12349877// GFX10: encoding: [0x34,0x12,0x88,0xbf]9878 9879s_cbranch_execz 0xc1d19880// GFX10: encoding: [0xd1,0xc1,0x88,0xbf]9881 9882s_cbranch_execnz 0x09883// GFX10: encoding: [0x00,0x00,0x89,0xbf]9884 9885s_cbranch_execnz 0x12349886// GFX10: encoding: [0x34,0x12,0x89,0xbf]9887 9888s_cbranch_execnz 0xc1d19889// GFX10: encoding: [0xd1,0xc1,0x89,0xbf]9890 9891s_barrier9892// GFX10: encoding: [0x00,0x00,0x8a,0xbf]9893 9894s_setkill 0x09895// GFX10: encoding: [0x00,0x00,0x8b,0xbf]9896 9897s_setkill 0x12349898// GFX10: encoding: [0x34,0x12,0x8b,0xbf]9899 9900s_setkill 0xc1d19901// GFX10: encoding: [0xd1,0xc1,0x8b,0xbf]9902 9903s_waitcnt 0x09904// GFX10: encoding: [0x00,0x00,0x8c,0xbf]9905 9906s_waitcnt 0x12349907// GFX10: encoding: [0x34,0x12,0x8c,0xbf]9908 9909s_waitcnt 0xc1d19910// GFX10: encoding: [0xd1,0xc1,0x8c,0xbf]9911 9912s_sethalt 0x09913// GFX10: encoding: [0x00,0x00,0x8d,0xbf]9914 9915s_sethalt 0x12349916// GFX10: encoding: [0x34,0x12,0x8d,0xbf]9917 9918s_sethalt 0xc1d19919// GFX10: encoding: [0xd1,0xc1,0x8d,0xbf]9920 9921s_sleep 0x09922// GFX10: encoding: [0x00,0x00,0x8e,0xbf]9923 9924s_sleep 0x12349925// GFX10: encoding: [0x34,0x12,0x8e,0xbf]9926 9927s_sleep 0xc1d19928// GFX10: encoding: [0xd1,0xc1,0x8e,0xbf]9929 9930s_setprio 0x09931// GFX10: encoding: [0x00,0x00,0x8f,0xbf]9932 9933s_setprio 0x12349934// GFX10: encoding: [0x34,0x12,0x8f,0xbf]9935 9936s_setprio 0xc1d19937// GFX10: encoding: [0xd1,0xc1,0x8f,0xbf]9938 9939s_sendmsg 0x09940// GFX10: encoding: [0x00,0x00,0x90,0xbf]9941 9942s_sendmsg 0x12349943// GFX10: encoding: [0x34,0x12,0x90,0xbf]9944 9945s_sendmsg 0xc1d19946// GFX10: encoding: [0xd1,0xc1,0x90,0xbf]9947 9948s_sendmsghalt 0x09949// GFX10: encoding: [0x00,0x00,0x91,0xbf]9950 9951s_sendmsghalt 0x12349952// GFX10: encoding: [0x34,0x12,0x91,0xbf]9953 9954s_sendmsghalt 0xc1d19955// GFX10: encoding: [0xd1,0xc1,0x91,0xbf]9956 9957s_trap 0x09958// GFX10: encoding: [0x00,0x00,0x92,0xbf]9959 9960s_trap 0x12349961// GFX10: encoding: [0x34,0x12,0x92,0xbf]9962 9963s_trap 0xc1d19964// GFX10: encoding: [0xd1,0xc1,0x92,0xbf]9965 9966s_icache_inv9967// GFX10: encoding: [0x00,0x00,0x93,0xbf]9968 9969s_incperflevel 0x09970// GFX10: encoding: [0x00,0x00,0x94,0xbf]9971 9972s_incperflevel 0x12349973// GFX10: encoding: [0x34,0x12,0x94,0xbf]9974 9975s_incperflevel 0xc1d19976// GFX10: encoding: [0xd1,0xc1,0x94,0xbf]9977 9978s_decperflevel 0x09979// GFX10: encoding: [0x00,0x00,0x95,0xbf]9980 9981s_decperflevel 0x12349982// GFX10: encoding: [0x34,0x12,0x95,0xbf]9983 9984s_decperflevel 0xc1d19985// GFX10: encoding: [0xd1,0xc1,0x95,0xbf]9986 9987s_ttracedata9988// GFX10: encoding: [0x00,0x00,0x96,0xbf]9989 9990s_cbranch_cdbgsys 0x09991// GFX10: encoding: [0x00,0x00,0x97,0xbf]9992 9993s_cbranch_cdbgsys 0x12349994// GFX10: encoding: [0x34,0x12,0x97,0xbf]9995 9996s_cbranch_cdbgsys 0xc1d19997// GFX10: encoding: [0xd1,0xc1,0x97,0xbf]9998 9999s_cbranch_cdbguser 0x010000// GFX10: encoding: [0x00,0x00,0x98,0xbf]10001 10002s_cbranch_cdbguser 0x123410003// GFX10: encoding: [0x34,0x12,0x98,0xbf]10004 10005s_cbranch_cdbguser 0xc1d110006// GFX10: encoding: [0xd1,0xc1,0x98,0xbf]10007 10008s_cbranch_cdbgsys_or_user 0x010009// GFX10: encoding: [0x00,0x00,0x99,0xbf]10010 10011s_cbranch_cdbgsys_or_user 0x123410012// GFX10: encoding: [0x34,0x12,0x99,0xbf]10013 10014s_cbranch_cdbgsys_or_user 0xc1d110015// GFX10: encoding: [0xd1,0xc1,0x99,0xbf]10016 10017s_cbranch_cdbgsys_and_user 0x010018// GFX10: encoding: [0x00,0x00,0x9a,0xbf]10019 10020s_cbranch_cdbgsys_and_user 0x123410021// GFX10: encoding: [0x34,0x12,0x9a,0xbf]10022 10023s_cbranch_cdbgsys_and_user 0xc1d110024// GFX10: encoding: [0xd1,0xc1,0x9a,0xbf]10025 10026s_endpgm_saved10027// GFX10: encoding: [0x00,0x00,0x9b,0xbf]10028 10029s_endpgm_ordered_ps_done10030// GFX10: encoding: [0x00,0x00,0x9e,0xbf]10031 10032s_code_end10033// GFX10: encoding: [0x00,0x00,0x9f,0xbf]10034 10035s_inst_prefetch 0x010036// GFX10: encoding: [0x00,0x00,0xa0,0xbf]10037 10038s_inst_prefetch 0x123410039// GFX10: encoding: [0x34,0x12,0xa0,0xbf]10040 10041s_inst_prefetch 0xc1d110042// GFX10: encoding: [0xd1,0xc1,0xa0,0xbf]10043 10044s_clause 0x010045// GFX10: encoding: [0x00,0x00,0xa1,0xbf]10046 10047s_clause 0x123410048// GFX10: encoding: [0x34,0x12,0xa1,0xbf]10049 10050s_clause 0xc1d110051// GFX10: encoding: [0xd1,0xc1,0xa1,0xbf]10052 10053s_round_mode 0x010054// GFX10: encoding: [0x00,0x00,0xa4,0xbf]10055 10056s_round_mode 0x123410057// GFX10: encoding: [0x34,0x12,0xa4,0xbf]10058 10059s_round_mode 0xc1d110060// GFX10: encoding: [0xd1,0xc1,0xa4,0xbf]10061 10062s_denorm_mode 0x010063// GFX10: encoding: [0x00,0x00,0xa5,0xbf]10064 10065s_denorm_mode 0x123410066// GFX10: encoding: [0x34,0x12,0xa5,0xbf]10067 10068s_denorm_mode 0xc1d110069// GFX10: encoding: [0xd1,0xc1,0xa5,0xbf]10070 10071s_ttracedata_imm 0x010072// GFX10: encoding: [0x00,0x00,0xa8,0xbf]10073 10074s_ttracedata_imm 0x123410075// GFX10: encoding: [0x34,0x12,0xa8,0xbf]10076 10077s_ttracedata_imm 0xc1d110078// GFX10: encoding: [0xd1,0xc1,0xa8,0xbf]10079