1# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1150 -disassemble -show-encoding < %s | FileCheck -check-prefixes=GFX1150 %s 2 3# GFX1150: s_cvt_f32_i32 s5, s1 ; encoding: [0x01,0x64,0x85,0xbe] 40x01,0x64,0x85,0xbe 5 6# GFX1150: s_cvt_f32_i32 s105, s1 ; encoding: [0x01,0x64,0xe9,0xbe] 70x01,0x64,0xe9,0xbe 8 9# GFX1150: s_cvt_f32_i32 s5, s105 ; encoding: [0x69,0x64,0x85,0xbe] 100x69,0x64,0x85,0xbe 11 12# GFX1150: s_cvt_f32_i32 s5, s103 ; encoding: [0x67,0x64,0x85,0xbe] 130x67,0x64,0x85,0xbe 14 15# GFX1150: s_cvt_f32_i32 s5, vcc_lo ; encoding: [0x6a,0x64,0x85,0xbe] 160x6a,0x64,0x85,0xbe 17 18# GFX1150: s_cvt_f32_i32 s5, vcc_hi ; encoding: [0x6b,0x64,0x85,0xbe] 190x6b,0x64,0x85,0xbe 20 21# GFX1150: s_cvt_f32_i32 s5, ttmp11 ; encoding: [0x77,0x64,0x85,0xbe] 220x77,0x64,0x85,0xbe 23 24# GFX1150: s_cvt_f32_i32 s5, m0 ; encoding: [0x7d,0x64,0x85,0xbe] 250x7d,0x64,0x85,0xbe 26 27# GFX1150: s_cvt_f32_i32 s5, exec_lo ; encoding: [0x7e,0x64,0x85,0xbe] 280x7e,0x64,0x85,0xbe 29 30# GFX1150: s_cvt_f32_i32 s5, exec_hi ; encoding: [0x7f,0x64,0x85,0xbe] 310x7f,0x64,0x85,0xbe 32 33# GFX1150: s_cvt_f32_i32 s5, 0 ; encoding: [0x80,0x64,0x85,0xbe] 340x80,0x64,0x85,0xbe 35 36# GFX1150: s_cvt_f32_i32 s5, -1 ; encoding: [0xc1,0x64,0x85,0xbe] 370xc1,0x64,0x85,0xbe 38 39# GFX1150: s_cvt_f32_i32 s5, 0.5 ; encoding: [0xf0,0x64,0x85,0xbe] 400xf0,0x64,0x85,0xbe 41 42# GFX1150: s_cvt_f32_i32 s5, -4.0 ; encoding: [0xf7,0x64,0x85,0xbe] 430xf7,0x64,0x85,0xbe 44 45# GFX1150: s_cvt_f32_i32 s5, 0xaf123456 ; encoding: [0xff,0x64,0x85,0xbe,0x56,0x34,0x12,0xaf] 460xff,0x64,0x85,0xbe,0x56,0x34,0x12,0xaf 47 48# GFX1150: s_cvt_f32_i32 s5, 0x3f717273 ; encoding: [0xff,0x64,0x85,0xbe,0x73,0x72,0x71,0x3f] 490xff,0x64,0x85,0xbe,0x73,0x72,0x71,0x3f 50 51# GFX1150: s_cvt_f32_u32 s5, s1 ; encoding: [0x01,0x65,0x85,0xbe] 520x01,0x65,0x85,0xbe 53 54# GFX1150: s_cvt_f32_u32 s105, s1 ; encoding: [0x01,0x65,0xe9,0xbe] 550x01,0x65,0xe9,0xbe 56 57# GFX1150: s_cvt_f32_u32 s5, s105 ; encoding: [0x69,0x65,0x85,0xbe] 580x69,0x65,0x85,0xbe 59 60# GFX1150: s_cvt_f32_u32 s5, s103 ; encoding: [0x67,0x65,0x85,0xbe] 610x67,0x65,0x85,0xbe 62 63# GFX1150: s_cvt_f32_u32 s5, vcc_lo ; encoding: [0x6a,0x65,0x85,0xbe] 640x6a,0x65,0x85,0xbe 65 66# GFX1150: s_cvt_f32_u32 s5, vcc_hi ; encoding: [0x6b,0x65,0x85,0xbe] 670x6b,0x65,0x85,0xbe 68 69# GFX1150: s_cvt_f32_u32 s5, ttmp11 ; encoding: [0x77,0x65,0x85,0xbe] 700x77,0x65,0x85,0xbe 71 72# GFX1150: s_cvt_f32_u32 s5, m0 ; encoding: [0x7d,0x65,0x85,0xbe] 730x7d,0x65,0x85,0xbe 74 75# GFX1150: s_cvt_f32_u32 s5, exec_lo ; encoding: [0x7e,0x65,0x85,0xbe] 760x7e,0x65,0x85,0xbe 77 78# GFX1150: s_cvt_f32_u32 s5, exec_hi ; encoding: [0x7f,0x65,0x85,0xbe] 790x7f,0x65,0x85,0xbe 80 81# GFX1150: s_cvt_f32_u32 s5, 0 ; encoding: [0x80,0x65,0x85,0xbe] 820x80,0x65,0x85,0xbe 83 84# GFX1150: s_cvt_f32_u32 s5, -1 ; encoding: [0xc1,0x65,0x85,0xbe] 850xc1,0x65,0x85,0xbe 86 87# GFX1150: s_cvt_f32_u32 s5, 0.5 ; encoding: [0xf0,0x65,0x85,0xbe] 880xf0,0x65,0x85,0xbe 89 90# GFX1150: s_cvt_f32_u32 s5, -4.0 ; encoding: [0xf7,0x65,0x85,0xbe] 910xf7,0x65,0x85,0xbe 92 93# GFX1150: s_cvt_f32_u32 s5, 0xaf123456 ; encoding: [0xff,0x65,0x85,0xbe,0x56,0x34,0x12,0xaf] 940xff,0x65,0x85,0xbe,0x56,0x34,0x12,0xaf 95 96# GFX1150: s_cvt_f32_u32 s5, 0x3f717273 ; encoding: [0xff,0x65,0x85,0xbe,0x73,0x72,0x71,0x3f] 970xff,0x65,0x85,0xbe,0x73,0x72,0x71,0x3f 98 99# GFX1150: s_cvt_u32_f32 s5, s1 ; encoding: [0x01,0x67,0x85,0xbe] 1000x01,0x67,0x85,0xbe 101 102# GFX1150: s_cvt_u32_f32 s105, s1 ; encoding: [0x01,0x67,0xe9,0xbe] 1030x01,0x67,0xe9,0xbe 104 105# GFX1150: s_cvt_u32_f32 s5, s105 ; encoding: [0x69,0x67,0x85,0xbe] 1060x69,0x67,0x85,0xbe 107 108# GFX1150: s_cvt_u32_f32 s5, s103 ; encoding: [0x67,0x67,0x85,0xbe] 1090x67,0x67,0x85,0xbe 110 111# GFX1150: s_cvt_u32_f32 s5, vcc_lo ; encoding: [0x6a,0x67,0x85,0xbe] 1120x6a,0x67,0x85,0xbe 113 114# GFX1150: s_cvt_u32_f32 s5, vcc_hi ; encoding: [0x6b,0x67,0x85,0xbe] 1150x6b,0x67,0x85,0xbe 116 117# GFX1150: s_cvt_u32_f32 s5, ttmp11 ; encoding: [0x77,0x67,0x85,0xbe] 1180x77,0x67,0x85,0xbe 119 120# GFX1150: s_cvt_u32_f32 s5, m0 ; encoding: [0x7d,0x67,0x85,0xbe] 1210x7d,0x67,0x85,0xbe 122 123# GFX1150: s_cvt_u32_f32 s5, exec_lo ; encoding: [0x7e,0x67,0x85,0xbe] 1240x7e,0x67,0x85,0xbe 125 126# GFX1150: s_cvt_u32_f32 s5, exec_hi ; encoding: [0x7f,0x67,0x85,0xbe] 1270x7f,0x67,0x85,0xbe 128 129# GFX1150: s_cvt_u32_f32 s5, 0 ; encoding: [0x80,0x67,0x85,0xbe] 1300x80,0x67,0x85,0xbe 131 132# GFX1150: s_cvt_u32_f32 s5, -1 ; encoding: [0xc1,0x67,0x85,0xbe] 1330xc1,0x67,0x85,0xbe 134 135# GFX1150: s_cvt_u32_f32 s5, 0.5 ; encoding: [0xf0,0x67,0x85,0xbe] 1360xf0,0x67,0x85,0xbe 137 138# GFX1150: s_cvt_u32_f32 s5, -4.0 ; encoding: [0xf7,0x67,0x85,0xbe] 1390xf7,0x67,0x85,0xbe 140 141# GFX1150: s_cvt_u32_f32 s5, 0xaf123456 ; encoding: [0xff,0x67,0x85,0xbe,0x56,0x34,0x12,0xaf] 1420xff,0x67,0x85,0xbe,0x56,0x34,0x12,0xaf 143 144# GFX1150: s_cvt_u32_f32 s5, 0x3f717273 ; encoding: [0xff,0x67,0x85,0xbe,0x73,0x72,0x71,0x3f] 1450xff,0x67,0x85,0xbe,0x73,0x72,0x71,0x3f 146 147# GFX1150: s_cvt_i32_f32 s5, s1 ; encoding: [0x01,0x66,0x85,0xbe] 1480x01,0x66,0x85,0xbe 149 150# GFX1150: s_cvt_i32_f32 s105, s1 ; encoding: [0x01,0x66,0xe9,0xbe] 1510x01,0x66,0xe9,0xbe 152 153# GFX1150: s_cvt_i32_f32 s5, s105 ; encoding: [0x69,0x66,0x85,0xbe] 1540x69,0x66,0x85,0xbe 155 156# GFX1150: s_cvt_i32_f32 s5, s103 ; encoding: [0x67,0x66,0x85,0xbe] 1570x67,0x66,0x85,0xbe 158 159# GFX1150: s_cvt_i32_f32 s5, vcc_lo ; encoding: [0x6a,0x66,0x85,0xbe] 1600x6a,0x66,0x85,0xbe 161 162# GFX1150: s_cvt_i32_f32 s5, vcc_hi ; encoding: [0x6b,0x66,0x85,0xbe] 1630x6b,0x66,0x85,0xbe 164 165# GFX1150: s_cvt_i32_f32 s5, ttmp11 ; encoding: [0x77,0x66,0x85,0xbe] 1660x77,0x66,0x85,0xbe 167 168# GFX1150: s_cvt_i32_f32 s5, m0 ; encoding: [0x7d,0x66,0x85,0xbe] 1690x7d,0x66,0x85,0xbe 170 171# GFX1150: s_cvt_i32_f32 s5, exec_lo ; encoding: [0x7e,0x66,0x85,0xbe] 1720x7e,0x66,0x85,0xbe 173 174# GFX1150: s_cvt_i32_f32 s5, exec_hi ; encoding: [0x7f,0x66,0x85,0xbe] 1750x7f,0x66,0x85,0xbe 176 177# GFX1150: s_cvt_i32_f32 s5, 0 ; encoding: [0x80,0x66,0x85,0xbe] 1780x80,0x66,0x85,0xbe 179 180# GFX1150: s_cvt_i32_f32 s5, -1 ; encoding: [0xc1,0x66,0x85,0xbe] 1810xc1,0x66,0x85,0xbe 182 183# GFX1150: s_cvt_i32_f32 s5, 0.5 ; encoding: [0xf0,0x66,0x85,0xbe] 1840xf0,0x66,0x85,0xbe 185 186# GFX1150: s_cvt_i32_f32 s5, -4.0 ; encoding: [0xf7,0x66,0x85,0xbe] 1870xf7,0x66,0x85,0xbe 188 189# GFX1150: s_cvt_i32_f32 s5, 0xaf123456 ; encoding: [0xff,0x66,0x85,0xbe,0x56,0x34,0x12,0xaf] 1900xff,0x66,0x85,0xbe,0x56,0x34,0x12,0xaf 191 192# GFX1150: s_cvt_i32_f32 s5, 0x3f717273 ; encoding: [0xff,0x66,0x85,0xbe,0x73,0x72,0x71,0x3f] 1930xff,0x66,0x85,0xbe,0x73,0x72,0x71,0x3f 194 195# GFX1150: s_cvt_f16_f32 s5, s1 ; encoding: [0x01,0x68,0x85,0xbe] 1960x01,0x68,0x85,0xbe 197 198# GFX1150: s_cvt_f16_f32 s105, s1 ; encoding: [0x01,0x68,0xe9,0xbe] 1990x01,0x68,0xe9,0xbe 200 201# GFX1150: s_cvt_f16_f32 s5, s105 ; encoding: [0x69,0x68,0x85,0xbe] 2020x69,0x68,0x85,0xbe 203 204# GFX1150: s_cvt_f16_f32 s5, s103 ; encoding: [0x67,0x68,0x85,0xbe] 2050x67,0x68,0x85,0xbe 206 207# GFX1150: s_cvt_f16_f32 s5, vcc_lo ; encoding: [0x6a,0x68,0x85,0xbe] 2080x6a,0x68,0x85,0xbe 209 210# GFX1150: s_cvt_f16_f32 s5, vcc_hi ; encoding: [0x6b,0x68,0x85,0xbe] 2110x6b,0x68,0x85,0xbe 212 213# GFX1150: s_cvt_f16_f32 s5, ttmp11 ; encoding: [0x77,0x68,0x85,0xbe] 2140x77,0x68,0x85,0xbe 215 216# GFX1150: s_cvt_f16_f32 s5, m0 ; encoding: [0x7d,0x68,0x85,0xbe] 2170x7d,0x68,0x85,0xbe 218 219# GFX1150: s_cvt_f16_f32 s5, exec_lo ; encoding: [0x7e,0x68,0x85,0xbe] 2200x7e,0x68,0x85,0xbe 221 222# GFX1150: s_cvt_f16_f32 s5, exec_hi ; encoding: [0x7f,0x68,0x85,0xbe] 2230x7f,0x68,0x85,0xbe 224 225# GFX1150: s_cvt_f16_f32 s5, 0 ; encoding: [0x80,0x68,0x85,0xbe] 2260x80,0x68,0x85,0xbe 227 228# GFX1150: s_cvt_f16_f32 s5, -1 ; encoding: [0xc1,0x68,0x85,0xbe] 2290xc1,0x68,0x85,0xbe 230 231# GFX1150: s_cvt_f16_f32 s5, 0.5 ; encoding: [0xf0,0x68,0x85,0xbe] 2320xf0,0x68,0x85,0xbe 233 234# GFX1150: s_cvt_f16_f32 s5, -4.0 ; encoding: [0xf7,0x68,0x85,0xbe] 2350xf7,0x68,0x85,0xbe 236 237# GFX1150: s_cvt_f16_f32 s5, 0xaf123456 ; encoding: [0xff,0x68,0x85,0xbe,0x56,0x34,0x12,0xaf] 2380xff,0x68,0x85,0xbe,0x56,0x34,0x12,0xaf 239 240# GFX1150: s_cvt_f16_f32 s5, 0x3f717273 ; encoding: [0xff,0x68,0x85,0xbe,0x73,0x72,0x71,0x3f] 2410xff,0x68,0x85,0xbe,0x73,0x72,0x71,0x3f 242 243# GFX1150: s_cvt_f32_f16 s5, s1 ; encoding: [0x01,0x69,0x85,0xbe] 2440x01,0x69,0x85,0xbe 245 246# GFX1150: s_cvt_f32_f16 s105, s1 ; encoding: [0x01,0x69,0xe9,0xbe] 2470x01,0x69,0xe9,0xbe 248 249# GFX1150: s_cvt_f32_f16 s5, s105 ; encoding: [0x69,0x69,0x85,0xbe] 2500x69,0x69,0x85,0xbe 251 252# GFX1150: s_cvt_f32_f16 s5, s103 ; encoding: [0x67,0x69,0x85,0xbe] 2530x67,0x69,0x85,0xbe 254 255# GFX1150: s_cvt_f32_f16 s5, vcc_lo ; encoding: [0x6a,0x69,0x85,0xbe] 2560x6a,0x69,0x85,0xbe 257 258# GFX1150: s_cvt_f32_f16 s5, vcc_hi ; encoding: [0x6b,0x69,0x85,0xbe] 2590x6b,0x69,0x85,0xbe 260 261# GFX1150: s_cvt_f32_f16 s5, ttmp11 ; encoding: [0x77,0x69,0x85,0xbe] 2620x77,0x69,0x85,0xbe 263 264# GFX1150: s_cvt_f32_f16 s5, m0 ; encoding: [0x7d,0x69,0x85,0xbe] 2650x7d,0x69,0x85,0xbe 266 267# GFX1150: s_cvt_f32_f16 s5, exec_lo ; encoding: [0x7e,0x69,0x85,0xbe] 2680x7e,0x69,0x85,0xbe 269 270# GFX1150: s_cvt_f32_f16 s5, exec_hi ; encoding: [0x7f,0x69,0x85,0xbe] 2710x7f,0x69,0x85,0xbe 272 273# GFX1150: s_cvt_f32_f16 s5, 0 ; encoding: [0x80,0x69,0x85,0xbe] 2740x80,0x69,0x85,0xbe 275 276# GFX1150: s_cvt_f32_f16 s5, -1 ; encoding: [0xc1,0x69,0x85,0xbe] 2770xc1,0x69,0x85,0xbe 278 279# GFX1150: s_cvt_hi_f32_f16 s5, s1 ; encoding: [0x01,0x6a,0x85,0xbe] 2800x01,0x6a,0x85,0xbe 281 282# GFX1150: s_cvt_hi_f32_f16 s105, s1 ; encoding: [0x01,0x6a,0xe9,0xbe] 2830x01,0x6a,0xe9,0xbe 284 285# GFX1150: s_cvt_hi_f32_f16 s5, s105 ; encoding: [0x69,0x6a,0x85,0xbe] 2860x69,0x6a,0x85,0xbe 287 288# GFX1150: s_cvt_hi_f32_f16 s5, s103 ; encoding: [0x67,0x6a,0x85,0xbe] 2890x67,0x6a,0x85,0xbe 290 291# GFX1150: s_cvt_hi_f32_f16 s5, vcc_lo ; encoding: [0x6a,0x6a,0x85,0xbe] 2920x6a,0x6a,0x85,0xbe 293 294# GFX1150: s_cvt_hi_f32_f16 s5, vcc_hi ; encoding: [0x6b,0x6a,0x85,0xbe] 2950x6b,0x6a,0x85,0xbe 296 297# GFX1150: s_cvt_hi_f32_f16 s5, ttmp11 ; encoding: [0x77,0x6a,0x85,0xbe] 2980x77,0x6a,0x85,0xbe 299 300# GFX1150: s_cvt_hi_f32_f16 s5, m0 ; encoding: [0x7d,0x6a,0x85,0xbe] 3010x7d,0x6a,0x85,0xbe 302 303# GFX1150: s_cvt_hi_f32_f16 s5, exec_lo ; encoding: [0x7e,0x6a,0x85,0xbe] 3040x7e,0x6a,0x85,0xbe 305 306# GFX1150: s_cvt_hi_f32_f16 s5, exec_hi ; encoding: [0x7f,0x6a,0x85,0xbe] 3070x7f,0x6a,0x85,0xbe 308 309# GFX1150: s_cvt_hi_f32_f16 s5, 0 ; encoding: [0x80,0x6a,0x85,0xbe] 3100x80,0x6a,0x85,0xbe 311 312# GFX1150: s_cvt_hi_f32_f16 s5, -1 ; encoding: [0xc1,0x6a,0x85,0xbe] 3130xc1,0x6a,0x85,0xbe 314 315# GFX1150: s_trunc_f32 s5, s1 ; encoding: [0x01,0x62,0x85,0xbe] 3160x01,0x62,0x85,0xbe 317 318# GFX1150: s_trunc_f32 s105, s1 ; encoding: [0x01,0x62,0xe9,0xbe] 3190x01,0x62,0xe9,0xbe 320 321# GFX1150: s_trunc_f32 s5, s105 ; encoding: [0x69,0x62,0x85,0xbe] 3220x69,0x62,0x85,0xbe 323 324# GFX1150: s_trunc_f32 s5, s103 ; encoding: [0x67,0x62,0x85,0xbe] 3250x67,0x62,0x85,0xbe 326 327# GFX1150: s_trunc_f32 s5, vcc_lo ; encoding: [0x6a,0x62,0x85,0xbe] 3280x6a,0x62,0x85,0xbe 329 330# GFX1150: s_trunc_f32 s5, vcc_hi ; encoding: [0x6b,0x62,0x85,0xbe] 3310x6b,0x62,0x85,0xbe 332 333# GFX1150: s_trunc_f32 s5, ttmp11 ; encoding: [0x77,0x62,0x85,0xbe] 3340x77,0x62,0x85,0xbe 335 336# GFX1150: s_trunc_f32 s5, m0 ; encoding: [0x7d,0x62,0x85,0xbe] 3370x7d,0x62,0x85,0xbe 338 339# GFX1150: s_trunc_f32 s5, exec_lo ; encoding: [0x7e,0x62,0x85,0xbe] 3400x7e,0x62,0x85,0xbe 341 342# GFX1150: s_trunc_f32 s5, exec_hi ; encoding: [0x7f,0x62,0x85,0xbe] 3430x7f,0x62,0x85,0xbe 344 345# GFX1150: s_trunc_f32 s5, 0 ; encoding: [0x80,0x62,0x85,0xbe] 3460x80,0x62,0x85,0xbe 347 348# GFX1150: s_trunc_f32 s5, -1 ; encoding: [0xc1,0x62,0x85,0xbe] 3490xc1,0x62,0x85,0xbe 350 351# GFX1150: s_trunc_f32 s5, 0.5 ; encoding: [0xf0,0x62,0x85,0xbe] 3520xf0,0x62,0x85,0xbe 353 354# GFX1150: s_trunc_f32 s5, -4.0 ; encoding: [0xf7,0x62,0x85,0xbe] 3550xf7,0x62,0x85,0xbe 356 357# GFX1150: s_trunc_f32 s5, 0xaf123456 ; encoding: [0xff,0x62,0x85,0xbe,0x56,0x34,0x12,0xaf] 3580xff,0x62,0x85,0xbe,0x56,0x34,0x12,0xaf 359 360# GFX1150: s_trunc_f32 s5, 0x3f717273 ; encoding: [0xff,0x62,0x85,0xbe,0x73,0x72,0x71,0x3f] 3610xff,0x62,0x85,0xbe,0x73,0x72,0x71,0x3f 362 363# GFX1150: s_ceil_f32 s5, s1 ; encoding: [0x01,0x60,0x85,0xbe] 3640x01,0x60,0x85,0xbe 365 366# GFX1150: s_ceil_f32 s105, s1 ; encoding: [0x01,0x60,0xe9,0xbe] 3670x01,0x60,0xe9,0xbe 368 369# GFX1150: s_ceil_f32 s5, s105 ; encoding: [0x69,0x60,0x85,0xbe] 3700x69,0x60,0x85,0xbe 371 372# GFX1150: s_ceil_f32 s5, s103 ; encoding: [0x67,0x60,0x85,0xbe] 3730x67,0x60,0x85,0xbe 374 375# GFX1150: s_ceil_f32 s5, vcc_lo ; encoding: [0x6a,0x60,0x85,0xbe] 3760x6a,0x60,0x85,0xbe 377 378# GFX1150: s_ceil_f32 s5, vcc_hi ; encoding: [0x6b,0x60,0x85,0xbe] 3790x6b,0x60,0x85,0xbe 380 381# GFX1150: s_ceil_f32 s5, ttmp11 ; encoding: [0x77,0x60,0x85,0xbe] 3820x77,0x60,0x85,0xbe 383 384# GFX1150: s_ceil_f32 s5, m0 ; encoding: [0x7d,0x60,0x85,0xbe] 3850x7d,0x60,0x85,0xbe 386 387# GFX1150: s_ceil_f32 s5, exec_lo ; encoding: [0x7e,0x60,0x85,0xbe] 3880x7e,0x60,0x85,0xbe 389 390# GFX1150: s_ceil_f32 s5, exec_hi ; encoding: [0x7f,0x60,0x85,0xbe] 3910x7f,0x60,0x85,0xbe 392 393# GFX1150: s_ceil_f32 s5, 0 ; encoding: [0x80,0x60,0x85,0xbe] 3940x80,0x60,0x85,0xbe 395 396# GFX1150: s_ceil_f32 s5, -1 ; encoding: [0xc1,0x60,0x85,0xbe] 3970xc1,0x60,0x85,0xbe 398 399# GFX1150: s_ceil_f32 s5, 0.5 ; encoding: [0xf0,0x60,0x85,0xbe] 4000xf0,0x60,0x85,0xbe 401 402# GFX1150: s_ceil_f32 s5, -4.0 ; encoding: [0xf7,0x60,0x85,0xbe] 4030xf7,0x60,0x85,0xbe 404 405# GFX1150: s_ceil_f32 s5, 0xaf123456 ; encoding: [0xff,0x60,0x85,0xbe,0x56,0x34,0x12,0xaf] 4060xff,0x60,0x85,0xbe,0x56,0x34,0x12,0xaf 407 408# GFX1150: s_ceil_f32 s5, 0x3f717273 ; encoding: [0xff,0x60,0x85,0xbe,0x73,0x72,0x71,0x3f] 4090xff,0x60,0x85,0xbe,0x73,0x72,0x71,0x3f 410 411# GFX1150: s_rndne_f32 s5, s1 ; encoding: [0x01,0x63,0x85,0xbe] 4120x01,0x63,0x85,0xbe 413 414# GFX1150: s_rndne_f32 s105, s1 ; encoding: [0x01,0x63,0xe9,0xbe] 4150x01,0x63,0xe9,0xbe 416 417# GFX1150: s_rndne_f32 s5, s105 ; encoding: [0x69,0x63,0x85,0xbe] 4180x69,0x63,0x85,0xbe 419 420# GFX1150: s_rndne_f32 s5, s103 ; encoding: [0x67,0x63,0x85,0xbe] 4210x67,0x63,0x85,0xbe 422 423# GFX1150: s_rndne_f32 s5, vcc_lo ; encoding: [0x6a,0x63,0x85,0xbe] 4240x6a,0x63,0x85,0xbe 425 426# GFX1150: s_rndne_f32 s5, vcc_hi ; encoding: [0x6b,0x63,0x85,0xbe] 4270x6b,0x63,0x85,0xbe 428 429# GFX1150: s_rndne_f32 s5, ttmp11 ; encoding: [0x77,0x63,0x85,0xbe] 4300x77,0x63,0x85,0xbe 431 432# GFX1150: s_rndne_f32 s5, m0 ; encoding: [0x7d,0x63,0x85,0xbe] 4330x7d,0x63,0x85,0xbe 434 435# GFX1150: s_rndne_f32 s5, exec_lo ; encoding: [0x7e,0x63,0x85,0xbe] 4360x7e,0x63,0x85,0xbe 437 438# GFX1150: s_rndne_f32 s5, exec_hi ; encoding: [0x7f,0x63,0x85,0xbe] 4390x7f,0x63,0x85,0xbe 440 441# GFX1150: s_rndne_f32 s5, 0 ; encoding: [0x80,0x63,0x85,0xbe] 4420x80,0x63,0x85,0xbe 443 444# GFX1150: s_rndne_f32 s5, -1 ; encoding: [0xc1,0x63,0x85,0xbe] 4450xc1,0x63,0x85,0xbe 446 447# GFX1150: s_rndne_f32 s5, 0.5 ; encoding: [0xf0,0x63,0x85,0xbe] 4480xf0,0x63,0x85,0xbe 449 450# GFX1150: s_rndne_f32 s5, -4.0 ; encoding: [0xf7,0x63,0x85,0xbe] 4510xf7,0x63,0x85,0xbe 452 453# GFX1150: s_rndne_f32 s5, 0xaf123456 ; encoding: [0xff,0x63,0x85,0xbe,0x56,0x34,0x12,0xaf] 4540xff,0x63,0x85,0xbe,0x56,0x34,0x12,0xaf 455 456# GFX1150: s_rndne_f32 s5, 0x3f717273 ; encoding: [0xff,0x63,0x85,0xbe,0x73,0x72,0x71,0x3f] 4570xff,0x63,0x85,0xbe,0x73,0x72,0x71,0x3f 458 459# GFX1150: s_floor_f32 s5, s1 ; encoding: [0x01,0x61,0x85,0xbe] 4600x01,0x61,0x85,0xbe 461 462# GFX1150: s_floor_f32 s105, s1 ; encoding: [0x01,0x61,0xe9,0xbe] 4630x01,0x61,0xe9,0xbe 464 465# GFX1150: s_floor_f32 s5, s105 ; encoding: [0x69,0x61,0x85,0xbe] 4660x69,0x61,0x85,0xbe 467 468# GFX1150: s_floor_f32 s5, s103 ; encoding: [0x67,0x61,0x85,0xbe] 4690x67,0x61,0x85,0xbe 470 471# GFX1150: s_floor_f32 s5, vcc_lo ; encoding: [0x6a,0x61,0x85,0xbe] 4720x6a,0x61,0x85,0xbe 473 474# GFX1150: s_floor_f32 s5, vcc_hi ; encoding: [0x6b,0x61,0x85,0xbe] 4750x6b,0x61,0x85,0xbe 476 477# GFX1150: s_floor_f32 s5, ttmp11 ; encoding: [0x77,0x61,0x85,0xbe] 4780x77,0x61,0x85,0xbe 479 480# GFX1150: s_floor_f32 s5, m0 ; encoding: [0x7d,0x61,0x85,0xbe] 4810x7d,0x61,0x85,0xbe 482 483# GFX1150: s_floor_f32 s5, exec_lo ; encoding: [0x7e,0x61,0x85,0xbe] 4840x7e,0x61,0x85,0xbe 485 486# GFX1150: s_floor_f32 s5, exec_hi ; encoding: [0x7f,0x61,0x85,0xbe] 4870x7f,0x61,0x85,0xbe 488 489# GFX1150: s_floor_f32 s5, 0 ; encoding: [0x80,0x61,0x85,0xbe] 4900x80,0x61,0x85,0xbe 491 492# GFX1150: s_floor_f32 s5, -1 ; encoding: [0xc1,0x61,0x85,0xbe] 4930xc1,0x61,0x85,0xbe 494 495# GFX1150: s_floor_f32 s5, 0.5 ; encoding: [0xf0,0x61,0x85,0xbe] 4960xf0,0x61,0x85,0xbe 497 498# GFX1150: s_floor_f32 s5, -4.0 ; encoding: [0xf7,0x61,0x85,0xbe] 4990xf7,0x61,0x85,0xbe 500 501# GFX1150: s_floor_f32 s5, 0xaf123456 ; encoding: [0xff,0x61,0x85,0xbe,0x56,0x34,0x12,0xaf] 5020xff,0x61,0x85,0xbe,0x56,0x34,0x12,0xaf 503 504# GFX1150: s_floor_f32 s5, 0x3f717273 ; encoding: [0xff,0x61,0x85,0xbe,0x73,0x72,0x71,0x3f] 5050xff,0x61,0x85,0xbe,0x73,0x72,0x71,0x3f 506 507# GFX1150: s_floor_f16 s5, s1 ; encoding: [0x01,0x6c,0x85,0xbe] 5080x01,0x6c,0x85,0xbe 509 510# GFX1150: s_floor_f16 s105, s1 ; encoding: [0x01,0x6c,0xe9,0xbe] 5110x01,0x6c,0xe9,0xbe 512 513# GFX1150: s_floor_f16 s5, s105 ; encoding: [0x69,0x6c,0x85,0xbe] 5140x69,0x6c,0x85,0xbe 515 516# GFX1150: s_floor_f16 s5, s101 ; encoding: [0x65,0x6c,0x85,0xbe] 5170x65,0x6c,0x85,0xbe 518 519# GFX1150: s_floor_f16 s5, vcc_lo ; encoding: [0x6a,0x6c,0x85,0xbe] 5200x6a,0x6c,0x85,0xbe 521 522# GFX1150: s_floor_f16 s5, vcc_hi ; encoding: [0x6b,0x6c,0x85,0xbe] 5230x6b,0x6c,0x85,0xbe 524 525# GFX1150: s_floor_f16 s5, m0 ; encoding: [0x7d,0x6c,0x85,0xbe] 5260x7d,0x6c,0x85,0xbe 527 528# GFX1150: s_floor_f16 s5, exec_lo ; encoding: [0x7e,0x6c,0x85,0xbe] 5290x7e,0x6c,0x85,0xbe 530 531# GFX1150: s_floor_f16 s5, exec_hi ; encoding: [0x7f,0x6c,0x85,0xbe] 5320x7f,0x6c,0x85,0xbe 533 534# GFX1150: s_floor_f16 s5, 0 ; encoding: [0x80,0x6c,0x85,0xbe] 5350x80,0x6c,0x85,0xbe 536 537# GFX1150: s_floor_f16 s5, -1 ; encoding: [0xc1,0x6c,0x85,0xbe] 5380xc1,0x6c,0x85,0xbe 539 540# GFX1150: s_floor_f16 s5, 0.5 ; encoding: [0xf0,0x6c,0x85,0xbe] 5410xf0,0x6c,0x85,0xbe 542 543# GFX1150: s_floor_f16 s5, -4.0 ; encoding: [0xf7,0x6c,0x85,0xbe] 5440xf7,0x6c,0x85,0xbe 545 546# GFX1150: s_floor_f16 s5, 0xfe0b ; encoding: [0xff,0x6c,0x85,0xbe,0x0b,0xfe,0x00,0x00] 5470xff,0x6c,0x85,0xbe,0x0b,0xfe,0x00,0x00 548 549# GFX1150: s_floor_f16 s5, 0x3456 ; encoding: [0xff,0x6c,0x85,0xbe,0x56,0x34,0x00,0x00] 5500xff,0x6c,0x85,0xbe,0x56,0x34,0x00,0x00 551 552# GFX1150: s_ceil_f16 s5, s1 ; encoding: [0x01,0x6b,0x85,0xbe] 5530x01,0x6b,0x85,0xbe 554 555# GFX1150: s_ceil_f16 s105, s1 ; encoding: [0x01,0x6b,0xe9,0xbe] 5560x01,0x6b,0xe9,0xbe 557 558# GFX1150: s_ceil_f16 s5, s105 ; encoding: [0x69,0x6b,0x85,0xbe] 5590x69,0x6b,0x85,0xbe 560 561# GFX1150: s_ceil_f16 s5, s101 ; encoding: [0x65,0x6b,0x85,0xbe] 5620x65,0x6b,0x85,0xbe 563 564# GFX1150: s_ceil_f16 s5, vcc_lo ; encoding: [0x6a,0x6b,0x85,0xbe] 5650x6a,0x6b,0x85,0xbe 566 567# GFX1150: s_ceil_f16 s5, vcc_hi ; encoding: [0x6b,0x6b,0x85,0xbe] 5680x6b,0x6b,0x85,0xbe 569 570# GFX1150: s_ceil_f16 s5, m0 ; encoding: [0x7d,0x6b,0x85,0xbe] 5710x7d,0x6b,0x85,0xbe 572 573# GFX1150: s_ceil_f16 s5, exec_lo ; encoding: [0x7e,0x6b,0x85,0xbe] 5740x7e,0x6b,0x85,0xbe 575 576# GFX1150: s_ceil_f16 s5, exec_hi ; encoding: [0x7f,0x6b,0x85,0xbe] 5770x7f,0x6b,0x85,0xbe 578 579# GFX1150: s_ceil_f16 s5, 0 ; encoding: [0x80,0x6b,0x85,0xbe] 5800x80,0x6b,0x85,0xbe 581 582# GFX1150: s_ceil_f16 s5, -1 ; encoding: [0xc1,0x6b,0x85,0xbe] 5830xc1,0x6b,0x85,0xbe 584 585# GFX1150: s_ceil_f16 s5, 0.5 ; encoding: [0xf0,0x6b,0x85,0xbe] 5860xf0,0x6b,0x85,0xbe 587 588# GFX1150: s_ceil_f16 s5, -4.0 ; encoding: [0xf7,0x6b,0x85,0xbe] 5890xf7,0x6b,0x85,0xbe 590 591# GFX1150: s_ceil_f16 s5, 0xfe0b ; encoding: [0xff,0x6b,0x85,0xbe,0x0b,0xfe,0x00,0x00] 5920xff,0x6b,0x85,0xbe,0x0b,0xfe,0x00,0x00 593 594# GFX1150: s_ceil_f16 s5, 0x3456 ; encoding: [0xff,0x6b,0x85,0xbe,0x56,0x34,0x00,0x00] 5950xff,0x6b,0x85,0xbe,0x56,0x34,0x00,0x00 596 597# GFX1150: s_trunc_f16 s5, s1 ; encoding: [0x01,0x6d,0x85,0xbe] 5980x01,0x6d,0x85,0xbe 599 600# GFX1150: s_trunc_f16 s105, s1 ; encoding: [0x01,0x6d,0xe9,0xbe] 6010x01,0x6d,0xe9,0xbe 602 603# GFX1150: s_trunc_f16 s5, s105 ; encoding: [0x69,0x6d,0x85,0xbe] 6040x69,0x6d,0x85,0xbe 605 606# GFX1150: s_trunc_f16 s5, s101 ; encoding: [0x65,0x6d,0x85,0xbe] 6070x65,0x6d,0x85,0xbe 608 609# GFX1150: s_trunc_f16 s5, vcc_lo ; encoding: [0x6a,0x6d,0x85,0xbe] 6100x6a,0x6d,0x85,0xbe 611 612# GFX1150: s_trunc_f16 s5, vcc_hi ; encoding: [0x6b,0x6d,0x85,0xbe] 6130x6b,0x6d,0x85,0xbe 614 615# GFX1150: s_trunc_f16 s5, m0 ; encoding: [0x7d,0x6d,0x85,0xbe] 6160x7d,0x6d,0x85,0xbe 617 618# GFX1150: s_trunc_f16 s5, exec_lo ; encoding: [0x7e,0x6d,0x85,0xbe] 6190x7e,0x6d,0x85,0xbe 620 621# GFX1150: s_trunc_f16 s5, exec_hi ; encoding: [0x7f,0x6d,0x85,0xbe] 6220x7f,0x6d,0x85,0xbe 623 624# GFX1150: s_trunc_f16 s5, 0 ; encoding: [0x80,0x6d,0x85,0xbe] 6250x80,0x6d,0x85,0xbe 626 627# GFX1150: s_trunc_f16 s5, -1 ; encoding: [0xc1,0x6d,0x85,0xbe] 6280xc1,0x6d,0x85,0xbe 629 630# GFX1150: s_trunc_f16 s5, 0.5 ; encoding: [0xf0,0x6d,0x85,0xbe] 6310xf0,0x6d,0x85,0xbe 632 633# GFX1150: s_trunc_f16 s5, -4.0 ; encoding: [0xf7,0x6d,0x85,0xbe] 6340xf7,0x6d,0x85,0xbe 635 636# GFX1150: s_trunc_f16 s5, 0xfe0b ; encoding: [0xff,0x6d,0x85,0xbe,0x0b,0xfe,0x00,0x00] 6370xff,0x6d,0x85,0xbe,0x0b,0xfe,0x00,0x00 638 639# GFX1150: s_trunc_f16 s5, 0x3456 ; encoding: [0xff,0x6d,0x85,0xbe,0x56,0x34,0x00,0x00] 6400xff,0x6d,0x85,0xbe,0x56,0x34,0x00,0x00 641 642# GFX1150: s_rndne_f16 s5, s1 ; encoding: [0x01,0x6e,0x85,0xbe] 6430x01,0x6e,0x85,0xbe 644 645# GFX1150: s_rndne_f16 s105, s1 ; encoding: [0x01,0x6e,0xe9,0xbe] 6460x01,0x6e,0xe9,0xbe 647 648# GFX1150: s_rndne_f16 s5, s105 ; encoding: [0x69,0x6e,0x85,0xbe] 6490x69,0x6e,0x85,0xbe 650 651# GFX1150: s_rndne_f16 s5, s101 ; encoding: [0x65,0x6e,0x85,0xbe] 6520x65,0x6e,0x85,0xbe 653 654# GFX1150: s_rndne_f16 s5, vcc_lo ; encoding: [0x6a,0x6e,0x85,0xbe] 6550x6a,0x6e,0x85,0xbe 656 657# GFX1150: s_rndne_f16 s5, vcc_hi ; encoding: [0x6b,0x6e,0x85,0xbe] 6580x6b,0x6e,0x85,0xbe 659 660# GFX1150: s_rndne_f16 s5, m0 ; encoding: [0x7d,0x6e,0x85,0xbe] 6610x7d,0x6e,0x85,0xbe 662 663# GFX1150: s_rndne_f16 s5, exec_lo ; encoding: [0x7e,0x6e,0x85,0xbe] 6640x7e,0x6e,0x85,0xbe 665 666# GFX1150: s_rndne_f16 s5, exec_hi ; encoding: [0x7f,0x6e,0x85,0xbe] 6670x7f,0x6e,0x85,0xbe 668 669# GFX1150: s_rndne_f16 s5, 0 ; encoding: [0x80,0x6e,0x85,0xbe] 6700x80,0x6e,0x85,0xbe 671 672# GFX1150: s_rndne_f16 s5, -1 ; encoding: [0xc1,0x6e,0x85,0xbe] 6730xc1,0x6e,0x85,0xbe 674 675# GFX1150: s_rndne_f16 s5, 0.5 ; encoding: [0xf0,0x6e,0x85,0xbe] 6760xf0,0x6e,0x85,0xbe 677 678# GFX1150: s_rndne_f16 s5, -4.0 ; encoding: [0xf7,0x6e,0x85,0xbe] 6790xf7,0x6e,0x85,0xbe 680 681# GFX1150: s_rndne_f16 s5, 0xfe0b ; encoding: [0xff,0x6e,0x85,0xbe,0x0b,0xfe,0x00,0x00] 6820xff,0x6e,0x85,0xbe,0x0b,0xfe,0x00,0x00 683 684# GFX1150: s_rndne_f16 s5, 0x3456 ; encoding: [0xff,0x6e,0x85,0xbe,0x56,0x34,0x00,0x00] 6850xff,0x6e,0x85,0xbe,0x56,0x34,0x00,0x00 686 687# GFX1150: s_add_f32 s5, s1, s2 ; encoding: [0x01,0x02,0x05,0xa0] 6880x01,0x02,0x05,0xa0 689 690# GFX1150: s_add_f32 s105, s1, s2 ; encoding: [0x01,0x02,0x69,0xa0] 6910x01,0x02,0x69,0xa0 692 693# GFX1150: s_add_f32 s5, s105, s2 ; encoding: [0x69,0x02,0x05,0xa0] 6940x69,0x02,0x05,0xa0 695 696# GFX1150: s_add_f32 s5, s101, s2 ; encoding: [0x65,0x02,0x05,0xa0] 6970x65,0x02,0x05,0xa0 698 699# GFX1150: s_add_f32 s5, vcc_lo, s2 ; encoding: [0x6a,0x02,0x05,0xa0] 7000x6a,0x02,0x05,0xa0 701 702# GFX1150: s_add_f32 s5, vcc_hi, s2 ; encoding: [0x6b,0x02,0x05,0xa0] 7030x6b,0x02,0x05,0xa0 704 705# GFX1150: s_add_f32 s5, m0, s2 ; encoding: [0x7d,0x02,0x05,0xa0] 7060x7d,0x02,0x05,0xa0 707 708# GFX1150: s_add_f32 s5, exec_lo, s2 ; encoding: [0x7e,0x02,0x05,0xa0] 7090x7e,0x02,0x05,0xa0 710 711# GFX1150: s_add_f32 s5, exec_hi, s2 ; encoding: [0x7f,0x02,0x05,0xa0] 7120x7f,0x02,0x05,0xa0 713 714# GFX1150: s_add_f32 s5, 0, s2 ; encoding: [0x80,0x02,0x05,0xa0] 7150x80,0x02,0x05,0xa0 716 717# GFX1150: s_add_f32 s5, -1, s2 ; encoding: [0xc1,0x02,0x05,0xa0] 7180xc1,0x02,0x05,0xa0 719 720# GFX1150: s_add_f32 s5, 0.5, s2 ; encoding: [0xf0,0x02,0x05,0xa0] 7210xf0,0x02,0x05,0xa0 722 723# GFX1150: s_add_f32 s5, -4.0, s2 ; encoding: [0xf7,0x02,0x05,0xa0] 7240xf7,0x02,0x05,0xa0 725 726# GFX1150: s_add_f32 s5, 0xaf123456, s2 ; encoding: [0xff,0x02,0x05,0xa0,0x56,0x34,0x12,0xaf] 7270xff,0x02,0x05,0xa0,0x56,0x34,0x12,0xaf 728 729# GFX1150: s_add_f32 s5, 0x3f717273, s2 ; encoding: [0xff,0x02,0x05,0xa0,0x73,0x72,0x71,0x3f] 7300xff,0x02,0x05,0xa0,0x73,0x72,0x71,0x3f 731 732# GFX1150: s_add_f32 s5, s1, s105 ; encoding: [0x01,0x69,0x05,0xa0] 7330x01,0x69,0x05,0xa0 734 735# GFX1150: s_sub_f32 s5, s1, s2 ; encoding: [0x01,0x02,0x85,0xa0] 7360x01,0x02,0x85,0xa0 737 738# GFX1150: s_sub_f32 s105, s1, s2 ; encoding: [0x01,0x02,0xe9,0xa0] 7390x01,0x02,0xe9,0xa0 740 741# GFX1150: s_sub_f32 s5, s105, s2 ; encoding: [0x69,0x02,0x85,0xa0] 7420x69,0x02,0x85,0xa0 743 744# GFX1150: s_sub_f32 s5, s101, s2 ; encoding: [0x65,0x02,0x85,0xa0] 7450x65,0x02,0x85,0xa0 746 747# GFX1150: s_sub_f32 s5, vcc_lo, s2 ; encoding: [0x6a,0x02,0x85,0xa0] 7480x6a,0x02,0x85,0xa0 749 750# GFX1150: s_sub_f32 s5, vcc_hi, s2 ; encoding: [0x6b,0x02,0x85,0xa0] 7510x6b,0x02,0x85,0xa0 752 753# GFX1150: s_sub_f32 s5, m0, s2 ; encoding: [0x7d,0x02,0x85,0xa0] 7540x7d,0x02,0x85,0xa0 755 756# GFX1150: s_sub_f32 s5, exec_lo, s2 ; encoding: [0x7e,0x02,0x85,0xa0] 7570x7e,0x02,0x85,0xa0 758 759# GFX1150: s_sub_f32 s5, exec_hi, s2 ; encoding: [0x7f,0x02,0x85,0xa0] 7600x7f,0x02,0x85,0xa0 761 762# GFX1150: s_sub_f32 s5, 0, s2 ; encoding: [0x80,0x02,0x85,0xa0] 7630x80,0x02,0x85,0xa0 764 765# GFX1150: s_sub_f32 s5, -1, s2 ; encoding: [0xc1,0x02,0x85,0xa0] 7660xc1,0x02,0x85,0xa0 767 768# GFX1150: s_sub_f32 s5, 0.5, s2 ; encoding: [0xf0,0x02,0x85,0xa0] 7690xf0,0x02,0x85,0xa0 770 771# GFX1150: s_sub_f32 s5, -4.0, s2 ; encoding: [0xf7,0x02,0x85,0xa0] 7720xf7,0x02,0x85,0xa0 773 774# GFX1150: s_sub_f32 s5, 0xaf123456, s2 ; encoding: [0xff,0x02,0x85,0xa0,0x56,0x34,0x12,0xaf] 7750xff,0x02,0x85,0xa0,0x56,0x34,0x12,0xaf 776 777# GFX1150: s_sub_f32 s5, 0x3f717273, s2 ; encoding: [0xff,0x02,0x85,0xa0,0x73,0x72,0x71,0x3f] 7780xff,0x02,0x85,0xa0,0x73,0x72,0x71,0x3f 779 780# GFX1150: s_sub_f32 s5, s1, s105 ; encoding: [0x01,0x69,0x85,0xa0] 7810x01,0x69,0x85,0xa0 782 783# GFX1150: s_mul_f32 s5, s1, s2 ; encoding: [0x01,0x02,0x05,0xa2] 7840x01,0x02,0x05,0xa2 785 786# GFX1150: s_mul_f32 s105, s1, s2 ; encoding: [0x01,0x02,0x69,0xa2] 7870x01,0x02,0x69,0xa2 788 789# GFX1150: s_mul_f32 s5, s105, s2 ; encoding: [0x69,0x02,0x05,0xa2] 7900x69,0x02,0x05,0xa2 791 792# GFX1150: s_mul_f32 s5, s103, s2 ; encoding: [0x67,0x02,0x05,0xa2] 7930x67,0x02,0x05,0xa2 794 795# GFX1150: s_mul_f32 s5, vcc_lo, s2 ; encoding: [0x6a,0x02,0x05,0xa2] 7960x6a,0x02,0x05,0xa2 797 798# GFX1150: s_mul_f32 s5, vcc_hi, s2 ; encoding: [0x6b,0x02,0x05,0xa2] 7990x6b,0x02,0x05,0xa2 800 801# GFX1150: s_mul_f32 s5, ttmp11, s2 ; encoding: [0x77,0x02,0x05,0xa2] 8020x77,0x02,0x05,0xa2 803 804# GFX1150: s_mul_f32 s5, m0, s2 ; encoding: [0x7d,0x02,0x05,0xa2] 8050x7d,0x02,0x05,0xa2 806 807# GFX1150: s_mul_f32 s5, exec_lo, s2 ; encoding: [0x7e,0x02,0x05,0xa2] 8080x7e,0x02,0x05,0xa2 809 810# GFX1150: s_mul_f32 s5, exec_hi, s2 ; encoding: [0x7f,0x02,0x05,0xa2] 8110x7f,0x02,0x05,0xa2 812 813# GFX1150: s_mul_f32 s5, 0, s2 ; encoding: [0x80,0x02,0x05,0xa2] 8140x80,0x02,0x05,0xa2 815 816# GFX1150: s_mul_f32 s5, -1, s2 ; encoding: [0xc1,0x02,0x05,0xa2] 8170xc1,0x02,0x05,0xa2 818 819# GFX1150: s_mul_f32 s5, 0.5, s2 ; encoding: [0xf0,0x02,0x05,0xa2] 8200xf0,0x02,0x05,0xa2 821 822# GFX1150: s_mul_f32 s5, -4.0, s2 ; encoding: [0xf7,0x02,0x05,0xa2] 8230xf7,0x02,0x05,0xa2 824 825# GFX1150: s_mul_f32 s5, 0xaf123456, s2 ; encoding: [0xff,0x02,0x05,0xa2,0x56,0x34,0x12,0xaf] 8260xff,0x02,0x05,0xa2,0x56,0x34,0x12,0xaf 827 828# GFX1150: s_mul_f32 s5, 0x3f717273, s2 ; encoding: [0xff,0x02,0x05,0xa2,0x73,0x72,0x71,0x3f] 8290xff,0x02,0x05,0xa2,0x73,0x72,0x71,0x3f 830 831# GFX1150: s_mul_f32 s5, s1, s105 ; encoding: [0x01,0x69,0x05,0xa2] 8320x01,0x69,0x05,0xa2 833 834# GFX1150: s_min_f32 s5, s1, s2 ; encoding: [0x01,0x02,0x05,0xa1] 8350x01,0x02,0x05,0xa1 836 837# GFX1150: s_min_f32 s105, s1, s2 ; encoding: [0x01,0x02,0x69,0xa1] 8380x01,0x02,0x69,0xa1 839 840# GFX1150: s_min_f32 s5, s105, s2 ; encoding: [0x69,0x02,0x05,0xa1] 8410x69,0x02,0x05,0xa1 842 843# GFX1150: s_min_f32 s5, s103, s2 ; encoding: [0x67,0x02,0x05,0xa1] 8440x67,0x02,0x05,0xa1 845 846# GFX1150: s_min_f32 s5, vcc_lo, s2 ; encoding: [0x6a,0x02,0x05,0xa1] 8470x6a,0x02,0x05,0xa1 848 849# GFX1150: s_min_f32 s5, vcc_hi, s2 ; encoding: [0x6b,0x02,0x05,0xa1] 8500x6b,0x02,0x05,0xa1 851 852# GFX1150: s_min_f32 s5, ttmp11, s2 ; encoding: [0x77,0x02,0x05,0xa1] 8530x77,0x02,0x05,0xa1 854 855# GFX1150: s_min_f32 s5, m0, s2 ; encoding: [0x7d,0x02,0x05,0xa1] 8560x7d,0x02,0x05,0xa1 857 858# GFX1150: s_min_f32 s5, exec_lo, s2 ; encoding: [0x7e,0x02,0x05,0xa1] 8590x7e,0x02,0x05,0xa1 860 861# GFX1150: s_min_f32 s5, exec_hi, s2 ; encoding: [0x7f,0x02,0x05,0xa1] 8620x7f,0x02,0x05,0xa1 863 864# GFX1150: s_min_f32 s5, 0, s2 ; encoding: [0x80,0x02,0x05,0xa1] 8650x80,0x02,0x05,0xa1 866 867# GFX1150: s_min_f32 s5, -1, s2 ; encoding: [0xc1,0x02,0x05,0xa1] 8680xc1,0x02,0x05,0xa1 869 870# GFX1150: s_min_f32 s5, 0.5, s2 ; encoding: [0xf0,0x02,0x05,0xa1] 8710xf0,0x02,0x05,0xa1 872 873# GFX1150: s_min_f32 s5, -4.0, s2 ; encoding: [0xf7,0x02,0x05,0xa1] 8740xf7,0x02,0x05,0xa1 875 876# GFX1150: s_min_f32 s5, 0xaf123456, s2 ; encoding: [0xff,0x02,0x05,0xa1,0x56,0x34,0x12,0xaf] 8770xff,0x02,0x05,0xa1,0x56,0x34,0x12,0xaf 878 879# GFX1150: s_min_f32 s5, 0x3f717273, s2 ; encoding: [0xff,0x02,0x05,0xa1,0x73,0x72,0x71,0x3f] 8800xff,0x02,0x05,0xa1,0x73,0x72,0x71,0x3f 881 882# GFX1150: s_min_f32 s5, s1, s105 ; encoding: [0x01,0x69,0x05,0xa1] 8830x01,0x69,0x05,0xa1 884 885# GFX1150: s_max_f32 s5, s1, s2 ; encoding: [0x01,0x02,0x85,0xa1] 8860x01,0x02,0x85,0xa1 887 888# GFX1150: s_max_f32 s105, s1, s2 ; encoding: [0x01,0x02,0xe9,0xa1] 8890x01,0x02,0xe9,0xa1 890 891# GFX1150: s_max_f32 s5, s105, s2 ; encoding: [0x69,0x02,0x85,0xa1] 8920x69,0x02,0x85,0xa1 893 894# GFX1150: s_max_f32 s5, s103, s2 ; encoding: [0x67,0x02,0x85,0xa1] 8950x67,0x02,0x85,0xa1 896 897# GFX1150: s_max_f32 s5, vcc_lo, s2 ; encoding: [0x6a,0x02,0x85,0xa1] 8980x6a,0x02,0x85,0xa1 899 900# GFX1150: s_max_f32 s5, vcc_hi, s2 ; encoding: [0x6b,0x02,0x85,0xa1] 9010x6b,0x02,0x85,0xa1 902 903# GFX1150: s_max_f32 s5, ttmp11, s2 ; encoding: [0x77,0x02,0x85,0xa1] 9040x77,0x02,0x85,0xa1 905 906# GFX1150: s_max_f32 s5, m0, s2 ; encoding: [0x7d,0x02,0x85,0xa1] 9070x7d,0x02,0x85,0xa1 908 909# GFX1150: s_max_f32 s5, exec_lo, s2 ; encoding: [0x7e,0x02,0x85,0xa1] 9100x7e,0x02,0x85,0xa1 911 912# GFX1150: s_max_f32 s5, exec_hi, s2 ; encoding: [0x7f,0x02,0x85,0xa1] 9130x7f,0x02,0x85,0xa1 914 915# GFX1150: s_max_f32 s5, 0, s2 ; encoding: [0x80,0x02,0x85,0xa1] 9160x80,0x02,0x85,0xa1 917 918# GFX1150: s_max_f32 s5, -1, s2 ; encoding: [0xc1,0x02,0x85,0xa1] 9190xc1,0x02,0x85,0xa1 920 921# GFX1150: s_max_f32 s5, 0.5, s2 ; encoding: [0xf0,0x02,0x85,0xa1] 9220xf0,0x02,0x85,0xa1 923 924# GFX1150: s_max_f32 s5, -4.0, s2 ; encoding: [0xf7,0x02,0x85,0xa1] 9250xf7,0x02,0x85,0xa1 926 927# GFX1150: s_max_f32 s5, 0xaf123456, s2 ; encoding: [0xff,0x02,0x85,0xa1,0x56,0x34,0x12,0xaf] 9280xff,0x02,0x85,0xa1,0x56,0x34,0x12,0xaf 929 930# GFX1150: s_max_f32 s5, 0x3f717273, s2 ; encoding: [0xff,0x02,0x85,0xa1,0x73,0x72,0x71,0x3f] 9310xff,0x02,0x85,0xa1,0x73,0x72,0x71,0x3f 932 933# GFX1150: s_max_f32 s5, s1, s105 ; encoding: [0x01,0x69,0x85,0xa1] 9340x01,0x69,0x85,0xa1 935 936# GFX1150: s_fmac_f32 s5, s1, s2 ; encoding: [0x01,0x02,0x85,0xa3] 9370x01,0x02,0x85,0xa3 938 939# GFX1150: s_fmac_f32 s105, s1, s2 ; encoding: [0x01,0x02,0xe9,0xa3] 9400x01,0x02,0xe9,0xa3 941 942# GFX1150: s_fmac_f32 s5, s105, s2 ; encoding: [0x69,0x02,0x85,0xa3] 9430x69,0x02,0x85,0xa3 944 945# GFX1150: s_fmac_f32 s5, s103, s2 ; encoding: [0x67,0x02,0x85,0xa3] 9460x67,0x02,0x85,0xa3 947 948# GFX1150: s_fmac_f32 s5, vcc_lo, s2 ; encoding: [0x6a,0x02,0x85,0xa3] 9490x6a,0x02,0x85,0xa3 950 951# GFX1150: s_fmac_f32 s5, vcc_hi, s2 ; encoding: [0x6b,0x02,0x85,0xa3] 9520x6b,0x02,0x85,0xa3 953 954# GFX1150: s_fmac_f32 s5, ttmp11, s2 ; encoding: [0x77,0x02,0x85,0xa3] 9550x77,0x02,0x85,0xa3 956 957# GFX1150: s_fmac_f32 s5, m0, s2 ; encoding: [0x7d,0x02,0x85,0xa3] 9580x7d,0x02,0x85,0xa3 959 960# GFX1150: s_fmac_f32 s5, exec_lo, s2 ; encoding: [0x7e,0x02,0x85,0xa3] 9610x7e,0x02,0x85,0xa3 962 963# GFX1150: s_fmac_f32 s5, exec_hi, s2 ; encoding: [0x7f,0x02,0x85,0xa3] 9640x7f,0x02,0x85,0xa3 965 966# GFX1150: s_fmac_f32 s5, 0, s2 ; encoding: [0x80,0x02,0x85,0xa3] 9670x80,0x02,0x85,0xa3 968 969# GFX1150: s_fmac_f32 s5, -1, s2 ; encoding: [0xc1,0x02,0x85,0xa3] 9700xc1,0x02,0x85,0xa3 971 972# GFX1150: s_fmac_f32 s5, 0.5, s2 ; encoding: [0xf0,0x02,0x85,0xa3] 9730xf0,0x02,0x85,0xa3 974 975# GFX1150: s_fmac_f32 s5, -4.0, s2 ; encoding: [0xf7,0x02,0x85,0xa3] 9760xf7,0x02,0x85,0xa3 977 978# GFX1150: s_fmac_f32 s5, 0xaf123456, s2 ; encoding: [0xff,0x02,0x85,0xa3,0x56,0x34,0x12,0xaf] 9790xff,0x02,0x85,0xa3,0x56,0x34,0x12,0xaf 980 981# GFX1150: s_fmac_f32 s5, 0x3f717273, s2 ; encoding: [0xff,0x02,0x85,0xa3,0x73,0x72,0x71,0x3f] 9820xff,0x02,0x85,0xa3,0x73,0x72,0x71,0x3f 983 984# GFX1150: s_fmac_f32 s5, s1, s105 ; encoding: [0x01,0x69,0x85,0xa3] 9850x01,0x69,0x85,0xa3 986 987# GFX1150: s_fmamk_f32 s5, s1, 0x11213141, s3 ; encoding: [0x01,0x03,0x05,0xa3,0x41,0x31,0x21,0x11] 9880x01,0x03,0x05,0xa3,0x41,0x31,0x21,0x11 989 990# GFX1150: s_fmamk_f32 s105, s1, 0x11213141, s3 ; encoding: [0x01,0x03,0x69,0xa3,0x41,0x31,0x21,0x11] 9910x01,0x03,0x69,0xa3,0x41,0x31,0x21,0x11 992 993# GFX1150: s_fmamk_f32 s5, s105, 0x11213141, s3 ; encoding: [0x69,0x03,0x05,0xa3,0x41,0x31,0x21,0x11] 9940x69,0x03,0x05,0xa3,0x41,0x31,0x21,0x11 995 996# GFX1150: s_fmamk_f32 s5, 0, 0x11213141, s3 ; encoding: [0x80,0x03,0x05,0xa3,0x41,0x31,0x21,0x11] 9970x80,0x03,0x05,0xa3,0x41,0x31,0x21,0x11 998 999# GFX1150: s_fmamk_f32 s5, -1, 0x11213141, s3 ; encoding: [0xc1,0x03,0x05,0xa3,0x41,0x31,0x21,0x11] 10000xc1,0x03,0x05,0xa3,0x41,0x31,0x21,0x11 1001 1002# GFX1150: s_fmamk_f32 s5, 0.5, 0x11213141, s3 ; encoding: [0xf0,0x03,0x05,0xa3,0x41,0x31,0x21,0x11] 10030xf0,0x03,0x05,0xa3,0x41,0x31,0x21,0x11 1004 1005# GFX1150: s_fmamk_f32 s5, -4.0, 0x11213141, s3 ; encoding: [0xf7,0x03,0x05,0xa3,0x41,0x31,0x21,0x11] 10060xf7,0x03,0x05,0xa3,0x41,0x31,0x21,0x11 1007 1008# GFX1150: s_fmamk_f32 s5, s1, 0xa1b1c1d1, s3 ; encoding: [0x01,0x03,0x05,0xa3,0xd1,0xc1,0xb1,0xa1] 10090x01,0x03,0x05,0xa3,0xd1,0xc1,0xb1,0xa1 1010 1011# GFX1150: s_fmamk_f32 s5, s1, 0x11213141, s105 ; encoding: [0x01,0x69,0x05,0xa3,0x41,0x31,0x21,0x11] 10120x01,0x69,0x05,0xa3,0x41,0x31,0x21,0x11 1013 1014# GFX1150: s_fmamk_f32 s5, 0x11213141, 0x11213141, s105 ; encoding: [0xff,0x69,0x05,0xa3,0x41,0x31,0x21,0x11] 10150xff,0x69,0x05,0xa3,0x41,0x31,0x21,0x11 1016 1017# GFX1150: s_fmamk_f32 s5, s105, 0x11213141, 0x11213141 ; encoding: [0x69,0xff,0x05,0xa3,0x41,0x31,0x21,0x11] 10180x69,0xff,0x05,0xa3,0x41,0x31,0x21,0x11 1019 1020# GFX1150: s_fmaak_f32 s5, 0x11213141, 0x11213141, 0x11213141 ; encoding: [0xff,0xff,0x85,0xa2,0x41,0x31,0x21,0x11] 10210xff,0xff,0x85,0xa2,0x41,0x31,0x21,0x11 1022 1023# GFX1150: s_fmaak_f32 s5, s1, s2, 0x11213141 ; encoding: [0x01,0x02,0x85,0xa2,0x41,0x31,0x21,0x11] 10240x01,0x02,0x85,0xa2,0x41,0x31,0x21,0x11 1025 1026# GFX1150: s_fmaak_f32 s105, s1, s2, 0x11213141 ; encoding: [0x01,0x02,0xe9,0xa2,0x41,0x31,0x21,0x11] 10270x01,0x02,0xe9,0xa2,0x41,0x31,0x21,0x11 1028 1029# GFX1150: s_fmaak_f32 s5, s105, s2, 0x11213141 ; encoding: [0x69,0x02,0x85,0xa2,0x41,0x31,0x21,0x11] 10300x69,0x02,0x85,0xa2,0x41,0x31,0x21,0x11 1031 1032# GFX1150: s_fmaak_f32 s5, 0, s2, 0x11213141 ; encoding: [0x80,0x02,0x85,0xa2,0x41,0x31,0x21,0x11] 10330x80,0x02,0x85,0xa2,0x41,0x31,0x21,0x11 1034 1035# GFX1150: s_fmaak_f32 s5, -1, s2, 0x11213141 ; encoding: [0xc1,0x02,0x85,0xa2,0x41,0x31,0x21,0x11] 10360xc1,0x02,0x85,0xa2,0x41,0x31,0x21,0x11 1037 1038# GFX1150: s_fmaak_f32 s5, 0.5, s2, 0x11213141 ; encoding: [0xf0,0x02,0x85,0xa2,0x41,0x31,0x21,0x11] 10390xf0,0x02,0x85,0xa2,0x41,0x31,0x21,0x11 1040 1041# GFX1150: s_fmaak_f32 s5, -4.0, s2, 0x11213141 ; encoding: [0xf7,0x02,0x85,0xa2,0x41,0x31,0x21,0x11] 10420xf7,0x02,0x85,0xa2,0x41,0x31,0x21,0x11 1043 1044# GFX1150: s_fmaak_f32 s5, s1, s105, 0x11213141 ; encoding: [0x01,0x69,0x85,0xa2,0x41,0x31,0x21,0x11] 10450x01,0x69,0x85,0xa2,0x41,0x31,0x21,0x11 1046 1047# GFX1150: s_fmaak_f32 s5, s1, s2, 0xa1b1c1d1 ; encoding: [0x01,0x02,0x85,0xa2,0xd1,0xc1,0xb1,0xa1] 10480x01,0x02,0x85,0xa2,0xd1,0xc1,0xb1,0xa1 1049 1050# GFX1150: s_fmaak_f32 s5, 0x11213141, s2, 0x11213141 ; encoding: [0xff,0x02,0x85,0xa2,0x41,0x31,0x21,0x11] 10510xff,0x02,0x85,0xa2,0x41,0x31,0x21,0x11 1052 1053# GFX1150: s_fmaak_f32 s5, s105, 0x11213141, 0x11213141 ; encoding: [0x69,0xff,0x85,0xa2,0x41,0x31,0x21,0x11] 10540x69,0xff,0x85,0xa2,0x41,0x31,0x21,0x11 1055 1056# GFX1150: s_cvt_pk_rtz_f16_f32 s5, s1, s2 ; encoding: [0x01,0x02,0x05,0xa4] 10570x01,0x02,0x05,0xa4 1058 1059# GFX1150: s_cvt_pk_rtz_f16_f32 s105, s1, s2 ; encoding: [0x01,0x02,0x69,0xa4] 10600x01,0x02,0x69,0xa4 1061 1062# GFX1150: s_cvt_pk_rtz_f16_f32 s5, s105, s2 ; encoding: [0x69,0x02,0x05,0xa4] 10630x69,0x02,0x05,0xa4 1064 1065# GFX1150: s_cvt_pk_rtz_f16_f32 s5, s103, s2 ; encoding: [0x67,0x02,0x05,0xa4] 10660x67,0x02,0x05,0xa4 1067 1068# GFX1150: s_cvt_pk_rtz_f16_f32 s5, vcc_lo, s2 ; encoding: [0x6a,0x02,0x05,0xa4] 10690x6a,0x02,0x05,0xa4 1070 1071# GFX1150: s_cvt_pk_rtz_f16_f32 s5, vcc_hi, s2 ; encoding: [0x6b,0x02,0x05,0xa4] 10720x6b,0x02,0x05,0xa4 1073 1074# GFX1150: s_cvt_pk_rtz_f16_f32 s5, ttmp11, s2 ; encoding: [0x77,0x02,0x05,0xa4] 10750x77,0x02,0x05,0xa4 1076 1077# GFX1150: s_cvt_pk_rtz_f16_f32 s5, m0, s2 ; encoding: [0x7d,0x02,0x05,0xa4] 10780x7d,0x02,0x05,0xa4 1079 1080# GFX1150: s_cvt_pk_rtz_f16_f32 s5, exec_lo, s2 ; encoding: [0x7e,0x02,0x05,0xa4] 10810x7e,0x02,0x05,0xa4 1082 1083# GFX1150: s_cvt_pk_rtz_f16_f32 s5, exec_hi, s2 ; encoding: [0x7f,0x02,0x05,0xa4] 10840x7f,0x02,0x05,0xa4 1085 1086# GFX1150: s_cvt_pk_rtz_f16_f32 s5, 0, s2 ; encoding: [0x80,0x02,0x05,0xa4] 10870x80,0x02,0x05,0xa4 1088 1089# GFX1150: s_cvt_pk_rtz_f16_f32 s5, -1, s2 ; encoding: [0xc1,0x02,0x05,0xa4] 10900xc1,0x02,0x05,0xa4 1091 1092# GFX1150: s_cvt_pk_rtz_f16_f32 s5, 0.5, s2 ; encoding: [0xf0,0x02,0x05,0xa4] 10930xf0,0x02,0x05,0xa4 1094 1095# GFX1150: s_cvt_pk_rtz_f16_f32 s5, -4.0, s2 ; encoding: [0xf7,0x02,0x05,0xa4] 10960xf7,0x02,0x05,0xa4 1097 1098# GFX1150: s_cvt_pk_rtz_f16_f32 s5, 0xaf123456, s2 ; encoding: [0xff,0x02,0x05,0xa4,0x56,0x34,0x12,0xaf] 10990xff,0x02,0x05,0xa4,0x56,0x34,0x12,0xaf 1100 1101# GFX1150: s_cvt_pk_rtz_f16_f32 s5, 0x3f717273, s2 ; encoding: [0xff,0x02,0x05,0xa4,0x73,0x72,0x71,0x3f] 11020xff,0x02,0x05,0xa4,0x73,0x72,0x71,0x3f 1103 1104# GFX1150: s_cvt_pk_rtz_f16_f32 s5, s1, s105 ; encoding: [0x01,0x69,0x05,0xa4] 11050x01,0x69,0x05,0xa4 1106 1107# GFX1150: s_add_f16 s5, s1, s2 ; encoding: [0x01,0x02,0x85,0xa4] 11080x01,0x02,0x85,0xa4 1109 1110# GFX1150: s_add_f16 s105, s1, s2 ; encoding: [0x01,0x02,0xe9,0xa4] 11110x01,0x02,0xe9,0xa4 1112 1113# GFX1150: s_add_f16 s5, s105, s2 ; encoding: [0x69,0x02,0x85,0xa4] 11140x69,0x02,0x85,0xa4 1115 1116# GFX1150: s_add_f16 s5, s101, s2 ; encoding: [0x65,0x02,0x85,0xa4] 11170x65,0x02,0x85,0xa4 1118 1119# GFX1150: s_add_f16 s5, vcc_lo, s2 ; encoding: [0x6a,0x02,0x85,0xa4] 11200x6a,0x02,0x85,0xa4 1121 1122# GFX1150: s_add_f16 s5, vcc_hi, s2 ; encoding: [0x6b,0x02,0x85,0xa4] 11230x6b,0x02,0x85,0xa4 1124 1125# GFX1150: s_add_f16 s5, m0, s2 ; encoding: [0x7d,0x02,0x85,0xa4] 11260x7d,0x02,0x85,0xa4 1127 1128# GFX1150: s_add_f16 s5, exec_lo, s2 ; encoding: [0x7e,0x02,0x85,0xa4] 11290x7e,0x02,0x85,0xa4 1130 1131# GFX1150: s_add_f16 s5, exec_hi, s2 ; encoding: [0x7f,0x02,0x85,0xa4] 11320x7f,0x02,0x85,0xa4 1133 1134# GFX1150: s_add_f16 s5, 0, s2 ; encoding: [0x80,0x02,0x85,0xa4] 11350x80,0x02,0x85,0xa4 1136 1137# GFX1150: s_add_f16 s5, -1, s2 ; encoding: [0xc1,0x02,0x85,0xa4] 11380xc1,0x02,0x85,0xa4 1139 1140# GFX1150: s_add_f16 s5, 0.5, s2 ; encoding: [0xf0,0x02,0x85,0xa4] 11410xf0,0x02,0x85,0xa4 1142 1143# GFX1150: s_add_f16 s5, -4.0, s2 ; encoding: [0xf7,0x02,0x85,0xa4] 11440xf7,0x02,0x85,0xa4 1145 1146# GFX1150: s_add_f16 s5, 0xfe0b, s2 ; encoding: [0xff,0x02,0x85,0xa4,0x0b,0xfe,0x00,0x00] 11470xff,0x02,0x85,0xa4,0x0b,0xfe,0x00,0x00 1148 1149# GFX1150: s_add_f16 s5, 0x3456, s2 ; encoding: [0xff,0x02,0x85,0xa4,0x56,0x34,0x00,0x00] 11500xff,0x02,0x85,0xa4,0x56,0x34,0x00,0x00 1151 1152# GFX1150: s_add_f16 s5, s1, s105 ; encoding: [0x01,0x69,0x85,0xa4] 11530x01,0x69,0x85,0xa4 1154 1155# GFX1150: s_sub_f16 s5, s1, s2 ; encoding: [0x01,0x02,0x05,0xa5] 11560x01,0x02,0x05,0xa5 1157 1158# GFX1150: s_sub_f16 s105, s1, s2 ; encoding: [0x01,0x02,0x69,0xa5] 11590x01,0x02,0x69,0xa5 1160 1161# GFX1150: s_sub_f16 s5, s105, s2 ; encoding: [0x69,0x02,0x05,0xa5] 11620x69,0x02,0x05,0xa5 1163 1164# GFX1150: s_sub_f16 s5, s101, s2 ; encoding: [0x65,0x02,0x05,0xa5] 11650x65,0x02,0x05,0xa5 1166 1167# GFX1150: s_sub_f16 s5, vcc_lo, s2 ; encoding: [0x6a,0x02,0x05,0xa5] 11680x6a,0x02,0x05,0xa5 1169 1170# GFX1150: s_sub_f16 s5, vcc_hi, s2 ; encoding: [0x6b,0x02,0x05,0xa5] 11710x6b,0x02,0x05,0xa5 1172 1173# GFX1150: s_sub_f16 s5, m0, s2 ; encoding: [0x7d,0x02,0x05,0xa5] 11740x7d,0x02,0x05,0xa5 1175 1176# GFX1150: s_sub_f16 s5, exec_lo, s2 ; encoding: [0x7e,0x02,0x05,0xa5] 11770x7e,0x02,0x05,0xa5 1178 1179# GFX1150: s_sub_f16 s5, exec_hi, s2 ; encoding: [0x7f,0x02,0x05,0xa5] 11800x7f,0x02,0x05,0xa5 1181 1182# GFX1150: s_sub_f16 s5, 0, s2 ; encoding: [0x80,0x02,0x05,0xa5] 11830x80,0x02,0x05,0xa5 1184 1185# GFX1150: s_sub_f16 s5, -1, s2 ; encoding: [0xc1,0x02,0x05,0xa5] 11860xc1,0x02,0x05,0xa5 1187 1188# GFX1150: s_sub_f16 s5, 0.5, s2 ; encoding: [0xf0,0x02,0x05,0xa5] 11890xf0,0x02,0x05,0xa5 1190 1191# GFX1150: s_sub_f16 s5, -4.0, s2 ; encoding: [0xf7,0x02,0x05,0xa5] 11920xf7,0x02,0x05,0xa5 1193 1194# GFX1150: s_sub_f16 s5, 0xfe0b, s2 ; encoding: [0xff,0x02,0x05,0xa5,0x0b,0xfe,0x00,0x00] 11950xff,0x02,0x05,0xa5,0x0b,0xfe,0x00,0x00 1196 1197# GFX1150: s_sub_f16 s5, 0x3456, s2 ; encoding: [0xff,0x02,0x05,0xa5,0x56,0x34,0x00,0x00] 11980xff,0x02,0x05,0xa5,0x56,0x34,0x00,0x00 1199 1200# GFX1150: s_sub_f16 s5, s1, s105 ; encoding: [0x01,0x69,0x05,0xa5] 12010x01,0x69,0x05,0xa5 1202 1203# GFX1150: s_mul_f16 s5, s1, s2 ; encoding: [0x01,0x02,0x85,0xa6] 12040x01,0x02,0x85,0xa6 1205 1206# GFX1150: s_mul_f16 s105, s1, s2 ; encoding: [0x01,0x02,0xe9,0xa6] 12070x01,0x02,0xe9,0xa6 1208 1209# GFX1150: s_mul_f16 s5, s105, s2 ; encoding: [0x69,0x02,0x85,0xa6] 12100x69,0x02,0x85,0xa6 1211 1212# GFX1150: s_mul_f16 s5, s101, s2 ; encoding: [0x65,0x02,0x85,0xa6] 12130x65,0x02,0x85,0xa6 1214 1215# GFX1150: s_mul_f16 s5, vcc_lo, s2 ; encoding: [0x6a,0x02,0x85,0xa6] 12160x6a,0x02,0x85,0xa6 1217 1218# GFX1150: s_mul_f16 s5, vcc_hi, s2 ; encoding: [0x6b,0x02,0x85,0xa6] 12190x6b,0x02,0x85,0xa6 1220 1221# GFX1150: s_mul_f16 s5, m0, s2 ; encoding: [0x7d,0x02,0x85,0xa6] 12220x7d,0x02,0x85,0xa6 1223 1224# GFX1150: s_mul_f16 s5, exec_lo, s2 ; encoding: [0x7e,0x02,0x85,0xa6] 12250x7e,0x02,0x85,0xa6 1226 1227# GFX1150: s_mul_f16 s5, exec_hi, s2 ; encoding: [0x7f,0x02,0x85,0xa6] 12280x7f,0x02,0x85,0xa6 1229 1230# GFX1150: s_mul_f16 s5, 0, s2 ; encoding: [0x80,0x02,0x85,0xa6] 12310x80,0x02,0x85,0xa6 1232 1233# GFX1150: s_mul_f16 s5, -1, s2 ; encoding: [0xc1,0x02,0x85,0xa6] 12340xc1,0x02,0x85,0xa6 1235 1236# GFX1150: s_mul_f16 s5, 0.5, s2 ; encoding: [0xf0,0x02,0x85,0xa6] 12370xf0,0x02,0x85,0xa6 1238 1239# GFX1150: s_mul_f16 s5, -4.0, s2 ; encoding: [0xf7,0x02,0x85,0xa6] 12400xf7,0x02,0x85,0xa6 1241 1242# GFX1150: s_mul_f16 s5, 0xfe0b, s2 ; encoding: [0xff,0x02,0x85,0xa6,0x0b,0xfe,0x00,0x00] 12430xff,0x02,0x85,0xa6,0x0b,0xfe,0x00,0x00 1244 1245# GFX1150: s_mul_f16 s5, 0x3456, s2 ; encoding: [0xff,0x02,0x85,0xa6,0x56,0x34,0x00,0x00] 12460xff,0x02,0x85,0xa6,0x56,0x34,0x00,0x00 1247 1248# GFX1150: s_mul_f16 s5, s1, s105 ; encoding: [0x01,0x69,0x85,0xa6] 12490x01,0x69,0x85,0xa6 1250 1251# GFX1150: s_fmac_f16 s5, s1, s2 ; encoding: [0x01,0x02,0x05,0xa7] 12520x01,0x02,0x05,0xa7 1253 1254# GFX1150: s_fmac_f16 s105, s1, s2 ; encoding: [0x01,0x02,0x69,0xa7] 12550x01,0x02,0x69,0xa7 1256 1257# GFX1150: s_fmac_f16 s5, s105, s2 ; encoding: [0x69,0x02,0x05,0xa7] 12580x69,0x02,0x05,0xa7 1259 1260# GFX1150: s_fmac_f16 s5, s103, s2 ; encoding: [0x67,0x02,0x05,0xa7] 12610x67,0x02,0x05,0xa7 1262 1263# GFX1150: s_fmac_f16 s5, vcc_lo, s2 ; encoding: [0x6a,0x02,0x05,0xa7] 12640x6a,0x02,0x05,0xa7 1265 1266# GFX1150: s_fmac_f16 s5, vcc_hi, s2 ; encoding: [0x6b,0x02,0x05,0xa7] 12670x6b,0x02,0x05,0xa7 1268 1269# GFX1150: s_fmac_f16 s5, ttmp11, s2 ; encoding: [0x77,0x02,0x05,0xa7] 12700x77,0x02,0x05,0xa7 1271 1272# GFX1150: s_fmac_f16 s5, m0, s2 ; encoding: [0x7d,0x02,0x05,0xa7] 12730x7d,0x02,0x05,0xa7 1274 1275# GFX1150: s_fmac_f16 s5, exec_lo, s2 ; encoding: [0x7e,0x02,0x05,0xa7] 12760x7e,0x02,0x05,0xa7 1277 1278# GFX1150: s_fmac_f16 s5, exec_hi, s2 ; encoding: [0x7f,0x02,0x05,0xa7] 12790x7f,0x02,0x05,0xa7 1280 1281# GFX1150: s_fmac_f16 s5, 0, s2 ; encoding: [0x80,0x02,0x05,0xa7] 12820x80,0x02,0x05,0xa7 1283 1284# GFX1150: s_fmac_f16 s5, -1, s2 ; encoding: [0xc1,0x02,0x05,0xa7] 12850xc1,0x02,0x05,0xa7 1286 1287# GFX1150: s_fmac_f16 s5, 0.5, s2 ; encoding: [0xf0,0x02,0x05,0xa7] 12880xf0,0x02,0x05,0xa7 1289 1290# GFX1150: s_fmac_f16 s5, -4.0, s2 ; encoding: [0xf7,0x02,0x05,0xa7] 12910xf7,0x02,0x05,0xa7 1292 1293# GFX1150: s_fmac_f16 s5, 0x1234, s2 ; encoding: [0xff,0x02,0x05,0xa7,0x34,0x12,0x00,0x00] 12940xff,0x02,0x05,0xa7,0x34,0x12,0x00,0x00 1295 1296# GFX1150: s_fmac_f16 s5, s1, s105 ; encoding: [0x01,0x69,0x05,0xa7] 12970x01,0x69,0x05,0xa7 1298 1299# GFX1150: s_max_f16 s5, s1, s2 ; encoding: [0x01,0x02,0x05,0xa6] 13000x01,0x02,0x05,0xa6 1301 1302# GFX1150: s_max_f16 s105, s1, s2 ; encoding: [0x01,0x02,0x69,0xa6] 13030x01,0x02,0x69,0xa6 1304 1305# GFX1150: s_max_f16 s5, s105, s2 ; encoding: [0x69,0x02,0x05,0xa6] 13060x69,0x02,0x05,0xa6 1307 1308# GFX1150: s_max_f16 s5, s101, s2 ; encoding: [0x65,0x02,0x05,0xa6] 13090x65,0x02,0x05,0xa6 1310 1311# GFX1150: s_max_f16 s5, vcc_lo, s2 ; encoding: [0x6a,0x02,0x05,0xa6] 13120x6a,0x02,0x05,0xa6 1313 1314# GFX1150: s_max_f16 s5, vcc_hi, s2 ; encoding: [0x6b,0x02,0x05,0xa6] 13150x6b,0x02,0x05,0xa6 1316 1317# GFX1150: s_max_f16 s5, m0, s2 ; encoding: [0x7d,0x02,0x05,0xa6] 13180x7d,0x02,0x05,0xa6 1319 1320# GFX1150: s_max_f16 s5, exec_lo, s2 ; encoding: [0x7e,0x02,0x05,0xa6] 13210x7e,0x02,0x05,0xa6 1322 1323# GFX1150: s_max_f16 s5, exec_hi, s2 ; encoding: [0x7f,0x02,0x05,0xa6] 13240x7f,0x02,0x05,0xa6 1325 1326# GFX1150: s_max_f16 s5, 0, s2 ; encoding: [0x80,0x02,0x05,0xa6] 13270x80,0x02,0x05,0xa6 1328 1329# GFX1150: s_max_f16 s5, -1, s2 ; encoding: [0xc1,0x02,0x05,0xa6] 13300xc1,0x02,0x05,0xa6 1331 1332# GFX1150: s_max_f16 s5, 0.5, s2 ; encoding: [0xf0,0x02,0x05,0xa6] 13330xf0,0x02,0x05,0xa6 1334 1335# GFX1150: s_max_f16 s5, -4.0, s2 ; encoding: [0xf7,0x02,0x05,0xa6] 13360xf7,0x02,0x05,0xa6 1337 1338# GFX1150: s_max_f16 s5, 0xfe0b, s2 ; encoding: [0xff,0x02,0x05,0xa6,0x0b,0xfe,0x00,0x00] 13390xff,0x02,0x05,0xa6,0x0b,0xfe,0x00,0x00 1340 1341# GFX1150: s_max_f16 s5, 0x3456, s2 ; encoding: [0xff,0x02,0x05,0xa6,0x56,0x34,0x00,0x00] 13420xff,0x02,0x05,0xa6,0x56,0x34,0x00,0x00 1343 1344# GFX1150: s_max_f16 s5, s1, s105 ; encoding: [0x01,0x69,0x05,0xa6] 13450x01,0x69,0x05,0xa6 1346 1347# GFX1150: s_min_f16 s5, s1, s2 ; encoding: [0x01,0x02,0x85,0xa5] 13480x01,0x02,0x85,0xa5 1349 1350# GFX1150: s_min_f16 s105, s1, s2 ; encoding: [0x01,0x02,0xe9,0xa5] 13510x01,0x02,0xe9,0xa5 1352 1353# GFX1150: s_min_f16 s5, s105, s2 ; encoding: [0x69,0x02,0x85,0xa5] 13540x69,0x02,0x85,0xa5 1355 1356# GFX1150: s_min_f16 s5, s101, s2 ; encoding: [0x65,0x02,0x85,0xa5] 13570x65,0x02,0x85,0xa5 1358 1359# GFX1150: s_min_f16 s5, vcc_lo, s2 ; encoding: [0x6a,0x02,0x85,0xa5] 13600x6a,0x02,0x85,0xa5 1361 1362# GFX1150: s_min_f16 s5, vcc_hi, s2 ; encoding: [0x6b,0x02,0x85,0xa5] 13630x6b,0x02,0x85,0xa5 1364 1365# GFX1150: s_min_f16 s5, m0, s2 ; encoding: [0x7d,0x02,0x85,0xa5] 13660x7d,0x02,0x85,0xa5 1367 1368# GFX1150: s_min_f16 s5, exec_lo, s2 ; encoding: [0x7e,0x02,0x85,0xa5] 13690x7e,0x02,0x85,0xa5 1370 1371# GFX1150: s_min_f16 s5, exec_hi, s2 ; encoding: [0x7f,0x02,0x85,0xa5] 13720x7f,0x02,0x85,0xa5 1373 1374# GFX1150: s_min_f16 s5, 0, s2 ; encoding: [0x80,0x02,0x85,0xa5] 13750x80,0x02,0x85,0xa5 1376 1377# GFX1150: s_min_f16 s5, -1, s2 ; encoding: [0xc1,0x02,0x85,0xa5] 13780xc1,0x02,0x85,0xa5 1379 1380# GFX1150: s_min_f16 s5, 0.5, s2 ; encoding: [0xf0,0x02,0x85,0xa5] 13810xf0,0x02,0x85,0xa5 1382 1383# GFX1150: s_min_f16 s5, -4.0, s2 ; encoding: [0xf7,0x02,0x85,0xa5] 13840xf7,0x02,0x85,0xa5 1385 1386# GFX1150: s_min_f16 s5, 0xfe0b, s2 ; encoding: [0xff,0x02,0x85,0xa5,0x0b,0xfe,0x00,0x00] 13870xff,0x02,0x85,0xa5,0x0b,0xfe,0x00,0x00 1388 1389# GFX1150: s_min_f16 s5, 0x3456, s2 ; encoding: [0xff,0x02,0x85,0xa5,0x56,0x34,0x00,0x00] 13900xff,0x02,0x85,0xa5,0x56,0x34,0x00,0x00 1391 1392# GFX1150: s_min_f16 s5, s1, s105 ; encoding: [0x01,0x69,0x85,0xa5] 13930x01,0x69,0x85,0xa5 1394 1395# GFX1150: s_cmp_lt_f32 s1, s2 ; encoding: [0x01,0x02,0x41,0xbf] 13960x01,0x02,0x41,0xbf 1397 1398# GFX1150: s_cmp_lt_f32 s105, s2 ; encoding: [0x69,0x02,0x41,0xbf] 13990x69,0x02,0x41,0xbf 1400 1401# GFX1150: s_cmp_lt_f32 s101, s2 ; encoding: [0x65,0x02,0x41,0xbf] 14020x65,0x02,0x41,0xbf 1403 1404# GFX1150: s_cmp_lt_f32 vcc_lo, s2 ; encoding: [0x6a,0x02,0x41,0xbf] 14050x6a,0x02,0x41,0xbf 1406 1407# GFX1150: s_cmp_lt_f32 vcc_hi, s2 ; encoding: [0x6b,0x02,0x41,0xbf] 14080x6b,0x02,0x41,0xbf 1409 1410# GFX1150: s_cmp_lt_f32 m0, s2 ; encoding: [0x7d,0x02,0x41,0xbf] 14110x7d,0x02,0x41,0xbf 1412 1413# GFX1150: s_cmp_lt_f32 exec_lo, s2 ; encoding: [0x7e,0x02,0x41,0xbf] 14140x7e,0x02,0x41,0xbf 1415 1416# GFX1150: s_cmp_lt_f32 exec_hi, s2 ; encoding: [0x7f,0x02,0x41,0xbf] 14170x7f,0x02,0x41,0xbf 1418 1419# GFX1150: s_cmp_lt_f32 0, s2 ; encoding: [0x80,0x02,0x41,0xbf] 14200x80,0x02,0x41,0xbf 1421 1422# GFX1150: s_cmp_lt_f32 -1, s2 ; encoding: [0xc1,0x02,0x41,0xbf] 14230xc1,0x02,0x41,0xbf 1424 1425# GFX1150: s_cmp_lt_f32 0.5, s2 ; encoding: [0xf0,0x02,0x41,0xbf] 14260xf0,0x02,0x41,0xbf 1427 1428# GFX1150: s_cmp_lt_f32 -4.0, s2 ; encoding: [0xf7,0x02,0x41,0xbf] 14290xf7,0x02,0x41,0xbf 1430 1431# GFX1150: s_cmp_lt_f32 0xaf123456, s2 ; encoding: [0xff,0x02,0x41,0xbf,0x56,0x34,0x12,0xaf] 14320xff,0x02,0x41,0xbf,0x56,0x34,0x12,0xaf 1433 1434# GFX1150: s_cmp_lt_f32 0x3f717273, s2 ; encoding: [0xff,0x02,0x41,0xbf,0x73,0x72,0x71,0x3f] 14350xff,0x02,0x41,0xbf,0x73,0x72,0x71,0x3f 1436 1437# GFX1150: s_cmp_lt_f32 s1, s105 ; encoding: [0x01,0x69,0x41,0xbf] 14380x01,0x69,0x41,0xbf 1439 1440# GFX1150: s_cmp_eq_f32 s1, s2 ; encoding: [0x01,0x02,0x42,0xbf] 14410x01,0x02,0x42,0xbf 1442 1443# GFX1150: s_cmp_eq_f32 s105, s2 ; encoding: [0x69,0x02,0x42,0xbf] 14440x69,0x02,0x42,0xbf 1445 1446# GFX1150: s_cmp_eq_f32 s101, s2 ; encoding: [0x65,0x02,0x42,0xbf] 14470x65,0x02,0x42,0xbf 1448 1449# GFX1150: s_cmp_eq_f32 vcc_lo, s2 ; encoding: [0x6a,0x02,0x42,0xbf] 14500x6a,0x02,0x42,0xbf 1451 1452# GFX1150: s_cmp_eq_f32 vcc_hi, s2 ; encoding: [0x6b,0x02,0x42,0xbf] 14530x6b,0x02,0x42,0xbf 1454 1455# GFX1150: s_cmp_eq_f32 m0, s2 ; encoding: [0x7d,0x02,0x42,0xbf] 14560x7d,0x02,0x42,0xbf 1457 1458# GFX1150: s_cmp_eq_f32 exec_lo, s2 ; encoding: [0x7e,0x02,0x42,0xbf] 14590x7e,0x02,0x42,0xbf 1460 1461# GFX1150: s_cmp_eq_f32 exec_hi, s2 ; encoding: [0x7f,0x02,0x42,0xbf] 14620x7f,0x02,0x42,0xbf 1463 1464# GFX1150: s_cmp_eq_f32 0, s2 ; encoding: [0x80,0x02,0x42,0xbf] 14650x80,0x02,0x42,0xbf 1466 1467# GFX1150: s_cmp_eq_f32 -1, s2 ; encoding: [0xc1,0x02,0x42,0xbf] 14680xc1,0x02,0x42,0xbf 1469 1470# GFX1150: s_cmp_eq_f32 0.5, s2 ; encoding: [0xf0,0x02,0x42,0xbf] 14710xf0,0x02,0x42,0xbf 1472 1473# GFX1150: s_cmp_eq_f32 -4.0, s2 ; encoding: [0xf7,0x02,0x42,0xbf] 14740xf7,0x02,0x42,0xbf 1475 1476# GFX1150: s_cmp_eq_f32 0xaf123456, s2 ; encoding: [0xff,0x02,0x42,0xbf,0x56,0x34,0x12,0xaf] 14770xff,0x02,0x42,0xbf,0x56,0x34,0x12,0xaf 1478 1479# GFX1150: s_cmp_eq_f32 0x3f717273, s2 ; encoding: [0xff,0x02,0x42,0xbf,0x73,0x72,0x71,0x3f] 14800xff,0x02,0x42,0xbf,0x73,0x72,0x71,0x3f 1481 1482# GFX1150: s_cmp_eq_f32 s1, s105 ; encoding: [0x01,0x69,0x42,0xbf] 14830x01,0x69,0x42,0xbf 1484 1485# GFX1150: s_cmp_le_f32 s1, s2 ; encoding: [0x01,0x02,0x43,0xbf] 14860x01,0x02,0x43,0xbf 1487 1488# GFX1150: s_cmp_le_f32 s105, s2 ; encoding: [0x69,0x02,0x43,0xbf] 14890x69,0x02,0x43,0xbf 1490 1491# GFX1150: s_cmp_le_f32 s101, s2 ; encoding: [0x65,0x02,0x43,0xbf] 14920x65,0x02,0x43,0xbf 1493 1494# GFX1150: s_cmp_le_f32 vcc_lo, s2 ; encoding: [0x6a,0x02,0x43,0xbf] 14950x6a,0x02,0x43,0xbf 1496 1497# GFX1150: s_cmp_le_f32 vcc_hi, s2 ; encoding: [0x6b,0x02,0x43,0xbf] 14980x6b,0x02,0x43,0xbf 1499 1500# GFX1150: s_cmp_le_f32 m0, s2 ; encoding: [0x7d,0x02,0x43,0xbf] 15010x7d,0x02,0x43,0xbf 1502 1503# GFX1150: s_cmp_le_f32 exec_lo, s2 ; encoding: [0x7e,0x02,0x43,0xbf] 15040x7e,0x02,0x43,0xbf 1505 1506# GFX1150: s_cmp_le_f32 exec_hi, s2 ; encoding: [0x7f,0x02,0x43,0xbf] 15070x7f,0x02,0x43,0xbf 1508 1509# GFX1150: s_cmp_le_f32 0, s2 ; encoding: [0x80,0x02,0x43,0xbf] 15100x80,0x02,0x43,0xbf 1511 1512# GFX1150: s_cmp_le_f32 -1, s2 ; encoding: [0xc1,0x02,0x43,0xbf] 15130xc1,0x02,0x43,0xbf 1514 1515# GFX1150: s_cmp_le_f32 0.5, s2 ; encoding: [0xf0,0x02,0x43,0xbf] 15160xf0,0x02,0x43,0xbf 1517 1518# GFX1150: s_cmp_le_f32 -4.0, s2 ; encoding: [0xf7,0x02,0x43,0xbf] 15190xf7,0x02,0x43,0xbf 1520 1521# GFX1150: s_cmp_le_f32 0xaf123456, s2 ; encoding: [0xff,0x02,0x43,0xbf,0x56,0x34,0x12,0xaf] 15220xff,0x02,0x43,0xbf,0x56,0x34,0x12,0xaf 1523 1524# GFX1150: s_cmp_le_f32 0x3f717273, s2 ; encoding: [0xff,0x02,0x43,0xbf,0x73,0x72,0x71,0x3f] 15250xff,0x02,0x43,0xbf,0x73,0x72,0x71,0x3f 1526 1527# GFX1150: s_cmp_le_f32 s1, s105 ; encoding: [0x01,0x69,0x43,0xbf] 15280x01,0x69,0x43,0xbf 1529 1530# GFX1150: s_cmp_gt_f32 s1, s2 ; encoding: [0x01,0x02,0x44,0xbf] 15310x01,0x02,0x44,0xbf 1532 1533# GFX1150: s_cmp_gt_f32 s105, s2 ; encoding: [0x69,0x02,0x44,0xbf] 15340x69,0x02,0x44,0xbf 1535 1536# GFX1150: s_cmp_gt_f32 s101, s2 ; encoding: [0x65,0x02,0x44,0xbf] 15370x65,0x02,0x44,0xbf 1538 1539# GFX1150: s_cmp_gt_f32 vcc_lo, s2 ; encoding: [0x6a,0x02,0x44,0xbf] 15400x6a,0x02,0x44,0xbf 1541 1542# GFX1150: s_cmp_gt_f32 vcc_hi, s2 ; encoding: [0x6b,0x02,0x44,0xbf] 15430x6b,0x02,0x44,0xbf 1544 1545# GFX1150: s_cmp_gt_f32 m0, s2 ; encoding: [0x7d,0x02,0x44,0xbf] 15460x7d,0x02,0x44,0xbf 1547 1548# GFX1150: s_cmp_gt_f32 exec_lo, s2 ; encoding: [0x7e,0x02,0x44,0xbf] 15490x7e,0x02,0x44,0xbf 1550 1551# GFX1150: s_cmp_gt_f32 exec_hi, s2 ; encoding: [0x7f,0x02,0x44,0xbf] 15520x7f,0x02,0x44,0xbf 1553 1554# GFX1150: s_cmp_gt_f32 0, s2 ; encoding: [0x80,0x02,0x44,0xbf] 15550x80,0x02,0x44,0xbf 1556 1557# GFX1150: s_cmp_gt_f32 -1, s2 ; encoding: [0xc1,0x02,0x44,0xbf] 15580xc1,0x02,0x44,0xbf 1559 1560# GFX1150: s_cmp_gt_f32 0.5, s2 ; encoding: [0xf0,0x02,0x44,0xbf] 15610xf0,0x02,0x44,0xbf 1562 1563# GFX1150: s_cmp_gt_f32 -4.0, s2 ; encoding: [0xf7,0x02,0x44,0xbf] 15640xf7,0x02,0x44,0xbf 1565 1566# GFX1150: s_cmp_gt_f32 0xaf123456, s2 ; encoding: [0xff,0x02,0x44,0xbf,0x56,0x34,0x12,0xaf] 15670xff,0x02,0x44,0xbf,0x56,0x34,0x12,0xaf 1568 1569# GFX1150: s_cmp_gt_f32 0x3f717273, s2 ; encoding: [0xff,0x02,0x44,0xbf,0x73,0x72,0x71,0x3f] 15700xff,0x02,0x44,0xbf,0x73,0x72,0x71,0x3f 1571 1572# GFX1150: s_cmp_gt_f32 s1, s105 ; encoding: [0x01,0x69,0x44,0xbf] 15730x01,0x69,0x44,0xbf 1574 1575# GFX1150: s_cmp_lg_f32 s1, s2 ; encoding: [0x01,0x02,0x45,0xbf] 15760x01,0x02,0x45,0xbf 1577 1578# GFX1150: s_cmp_lg_f32 s105, s2 ; encoding: [0x69,0x02,0x45,0xbf] 15790x69,0x02,0x45,0xbf 1580 1581# GFX1150: s_cmp_lg_f32 s101, s2 ; encoding: [0x65,0x02,0x45,0xbf] 15820x65,0x02,0x45,0xbf 1583 1584# GFX1150: s_cmp_lg_f32 vcc_lo, s2 ; encoding: [0x6a,0x02,0x45,0xbf] 15850x6a,0x02,0x45,0xbf 1586 1587# GFX1150: s_cmp_lg_f32 vcc_hi, s2 ; encoding: [0x6b,0x02,0x45,0xbf] 15880x6b,0x02,0x45,0xbf 1589 1590# GFX1150: s_cmp_lg_f32 m0, s2 ; encoding: [0x7d,0x02,0x45,0xbf] 15910x7d,0x02,0x45,0xbf 1592 1593# GFX1150: s_cmp_lg_f32 exec_lo, s2 ; encoding: [0x7e,0x02,0x45,0xbf] 15940x7e,0x02,0x45,0xbf 1595 1596# GFX1150: s_cmp_lg_f32 exec_hi, s2 ; encoding: [0x7f,0x02,0x45,0xbf] 15970x7f,0x02,0x45,0xbf 1598 1599# GFX1150: s_cmp_lg_f32 0, s2 ; encoding: [0x80,0x02,0x45,0xbf] 16000x80,0x02,0x45,0xbf 1601 1602# GFX1150: s_cmp_lg_f32 -1, s2 ; encoding: [0xc1,0x02,0x45,0xbf] 16030xc1,0x02,0x45,0xbf 1604 1605# GFX1150: s_cmp_lg_f32 0.5, s2 ; encoding: [0xf0,0x02,0x45,0xbf] 16060xf0,0x02,0x45,0xbf 1607 1608# GFX1150: s_cmp_lg_f32 -4.0, s2 ; encoding: [0xf7,0x02,0x45,0xbf] 16090xf7,0x02,0x45,0xbf 1610 1611# GFX1150: s_cmp_lg_f32 0xaf123456, s2 ; encoding: [0xff,0x02,0x45,0xbf,0x56,0x34,0x12,0xaf] 16120xff,0x02,0x45,0xbf,0x56,0x34,0x12,0xaf 1613 1614# GFX1150: s_cmp_lg_f32 0x3f717273, s2 ; encoding: [0xff,0x02,0x45,0xbf,0x73,0x72,0x71,0x3f] 16150xff,0x02,0x45,0xbf,0x73,0x72,0x71,0x3f 1616 1617# GFX1150: s_cmp_lg_f32 s1, s105 ; encoding: [0x01,0x69,0x45,0xbf] 16180x01,0x69,0x45,0xbf 1619 1620# GFX1150: s_cmp_ge_f32 s1, s2 ; encoding: [0x01,0x02,0x46,0xbf] 16210x01,0x02,0x46,0xbf 1622 1623# GFX1150: s_cmp_ge_f32 s105, s2 ; encoding: [0x69,0x02,0x46,0xbf] 16240x69,0x02,0x46,0xbf 1625 1626# GFX1150: s_cmp_ge_f32 s101, s2 ; encoding: [0x65,0x02,0x46,0xbf] 16270x65,0x02,0x46,0xbf 1628 1629# GFX1150: s_cmp_ge_f32 vcc_lo, s2 ; encoding: [0x6a,0x02,0x46,0xbf] 16300x6a,0x02,0x46,0xbf 1631 1632# GFX1150: s_cmp_ge_f32 vcc_hi, s2 ; encoding: [0x6b,0x02,0x46,0xbf] 16330x6b,0x02,0x46,0xbf 1634 1635# GFX1150: s_cmp_ge_f32 m0, s2 ; encoding: [0x7d,0x02,0x46,0xbf] 16360x7d,0x02,0x46,0xbf 1637 1638# GFX1150: s_cmp_ge_f32 exec_lo, s2 ; encoding: [0x7e,0x02,0x46,0xbf] 16390x7e,0x02,0x46,0xbf 1640 1641# GFX1150: s_cmp_ge_f32 exec_hi, s2 ; encoding: [0x7f,0x02,0x46,0xbf] 16420x7f,0x02,0x46,0xbf 1643 1644# GFX1150: s_cmp_ge_f32 0, s2 ; encoding: [0x80,0x02,0x46,0xbf] 16450x80,0x02,0x46,0xbf 1646 1647# GFX1150: s_cmp_ge_f32 -1, s2 ; encoding: [0xc1,0x02,0x46,0xbf] 16480xc1,0x02,0x46,0xbf 1649 1650# GFX1150: s_cmp_ge_f32 0.5, s2 ; encoding: [0xf0,0x02,0x46,0xbf] 16510xf0,0x02,0x46,0xbf 1652 1653# GFX1150: s_cmp_ge_f32 -4.0, s2 ; encoding: [0xf7,0x02,0x46,0xbf] 16540xf7,0x02,0x46,0xbf 1655 1656# GFX1150: s_cmp_ge_f32 0xaf123456, s2 ; encoding: [0xff,0x02,0x46,0xbf,0x56,0x34,0x12,0xaf] 16570xff,0x02,0x46,0xbf,0x56,0x34,0x12,0xaf 1658 1659# GFX1150: s_cmp_ge_f32 0x3f717273, s2 ; encoding: [0xff,0x02,0x46,0xbf,0x73,0x72,0x71,0x3f] 16600xff,0x02,0x46,0xbf,0x73,0x72,0x71,0x3f 1661 1662# GFX1150: s_cmp_ge_f32 s1, s105 ; encoding: [0x01,0x69,0x46,0xbf] 16630x01,0x69,0x46,0xbf 1664 1665# GFX1150: s_cmp_o_f32 s1, s2 ; encoding: [0x01,0x02,0x47,0xbf] 16660x01,0x02,0x47,0xbf 1667 1668# GFX1150: s_cmp_o_f32 s105, s2 ; encoding: [0x69,0x02,0x47,0xbf] 16690x69,0x02,0x47,0xbf 1670 1671# GFX1150: s_cmp_o_f32 s101, s2 ; encoding: [0x65,0x02,0x47,0xbf] 16720x65,0x02,0x47,0xbf 1673 1674# GFX1150: s_cmp_o_f32 vcc_lo, s2 ; encoding: [0x6a,0x02,0x47,0xbf] 16750x6a,0x02,0x47,0xbf 1676 1677# GFX1150: s_cmp_o_f32 vcc_hi, s2 ; encoding: [0x6b,0x02,0x47,0xbf] 16780x6b,0x02,0x47,0xbf 1679 1680# GFX1150: s_cmp_o_f32 m0, s2 ; encoding: [0x7d,0x02,0x47,0xbf] 16810x7d,0x02,0x47,0xbf 1682 1683# GFX1150: s_cmp_o_f32 exec_lo, s2 ; encoding: [0x7e,0x02,0x47,0xbf] 16840x7e,0x02,0x47,0xbf 1685 1686# GFX1150: s_cmp_o_f32 exec_hi, s2 ; encoding: [0x7f,0x02,0x47,0xbf] 16870x7f,0x02,0x47,0xbf 1688 1689# GFX1150: s_cmp_o_f32 0, s2 ; encoding: [0x80,0x02,0x47,0xbf] 16900x80,0x02,0x47,0xbf 1691 1692# GFX1150: s_cmp_o_f32 -1, s2 ; encoding: [0xc1,0x02,0x47,0xbf] 16930xc1,0x02,0x47,0xbf 1694 1695# GFX1150: s_cmp_o_f32 0.5, s2 ; encoding: [0xf0,0x02,0x47,0xbf] 16960xf0,0x02,0x47,0xbf 1697 1698# GFX1150: s_cmp_o_f32 -4.0, s2 ; encoding: [0xf7,0x02,0x47,0xbf] 16990xf7,0x02,0x47,0xbf 1700 1701# GFX1150: s_cmp_o_f32 0xaf123456, s2 ; encoding: [0xff,0x02,0x47,0xbf,0x56,0x34,0x12,0xaf] 17020xff,0x02,0x47,0xbf,0x56,0x34,0x12,0xaf 1703 1704# GFX1150: s_cmp_o_f32 0x3f717273, s2 ; encoding: [0xff,0x02,0x47,0xbf,0x73,0x72,0x71,0x3f] 17050xff,0x02,0x47,0xbf,0x73,0x72,0x71,0x3f 1706 1707# GFX1150: s_cmp_o_f32 s1, s105 ; encoding: [0x01,0x69,0x47,0xbf] 17080x01,0x69,0x47,0xbf 1709 1710# GFX1150: s_cmp_u_f32 s1, s2 ; encoding: [0x01,0x02,0x48,0xbf] 17110x01,0x02,0x48,0xbf 1712 1713# GFX1150: s_cmp_u_f32 s105, s2 ; encoding: [0x69,0x02,0x48,0xbf] 17140x69,0x02,0x48,0xbf 1715 1716# GFX1150: s_cmp_u_f32 s101, s2 ; encoding: [0x65,0x02,0x48,0xbf] 17170x65,0x02,0x48,0xbf 1718 1719# GFX1150: s_cmp_u_f32 vcc_lo, s2 ; encoding: [0x6a,0x02,0x48,0xbf] 17200x6a,0x02,0x48,0xbf 1721 1722# GFX1150: s_cmp_u_f32 vcc_hi, s2 ; encoding: [0x6b,0x02,0x48,0xbf] 17230x6b,0x02,0x48,0xbf 1724 1725# GFX1150: s_cmp_u_f32 m0, s2 ; encoding: [0x7d,0x02,0x48,0xbf] 17260x7d,0x02,0x48,0xbf 1727 1728# GFX1150: s_cmp_u_f32 exec_lo, s2 ; encoding: [0x7e,0x02,0x48,0xbf] 17290x7e,0x02,0x48,0xbf 1730 1731# GFX1150: s_cmp_u_f32 exec_hi, s2 ; encoding: [0x7f,0x02,0x48,0xbf] 17320x7f,0x02,0x48,0xbf 1733 1734# GFX1150: s_cmp_u_f32 0, s2 ; encoding: [0x80,0x02,0x48,0xbf] 17350x80,0x02,0x48,0xbf 1736 1737# GFX1150: s_cmp_u_f32 -1, s2 ; encoding: [0xc1,0x02,0x48,0xbf] 17380xc1,0x02,0x48,0xbf 1739 1740# GFX1150: s_cmp_u_f32 0.5, s2 ; encoding: [0xf0,0x02,0x48,0xbf] 17410xf0,0x02,0x48,0xbf 1742 1743# GFX1150: s_cmp_u_f32 -4.0, s2 ; encoding: [0xf7,0x02,0x48,0xbf] 17440xf7,0x02,0x48,0xbf 1745 1746# GFX1150: s_cmp_u_f32 0xaf123456, s2 ; encoding: [0xff,0x02,0x48,0xbf,0x56,0x34,0x12,0xaf] 17470xff,0x02,0x48,0xbf,0x56,0x34,0x12,0xaf 1748 1749# GFX1150: s_cmp_u_f32 0x3f717273, s2 ; encoding: [0xff,0x02,0x48,0xbf,0x73,0x72,0x71,0x3f] 17500xff,0x02,0x48,0xbf,0x73,0x72,0x71,0x3f 1751 1752# GFX1150: s_cmp_u_f32 s1, s105 ; encoding: [0x01,0x69,0x48,0xbf] 17530x01,0x69,0x48,0xbf 1754 1755# GFX1150: s_cmp_nge_f32 s1, s2 ; encoding: [0x01,0x02,0x49,0xbf] 17560x01,0x02,0x49,0xbf 1757 1758# GFX1150: s_cmp_nge_f32 s105, s2 ; encoding: [0x69,0x02,0x49,0xbf] 17590x69,0x02,0x49,0xbf 1760 1761# GFX1150: s_cmp_nge_f32 s101, s2 ; encoding: [0x65,0x02,0x49,0xbf] 17620x65,0x02,0x49,0xbf 1763 1764# GFX1150: s_cmp_nge_f32 vcc_lo, s2 ; encoding: [0x6a,0x02,0x49,0xbf] 17650x6a,0x02,0x49,0xbf 1766 1767# GFX1150: s_cmp_nge_f32 vcc_hi, s2 ; encoding: [0x6b,0x02,0x49,0xbf] 17680x6b,0x02,0x49,0xbf 1769 1770# GFX1150: s_cmp_nge_f32 m0, s2 ; encoding: [0x7d,0x02,0x49,0xbf] 17710x7d,0x02,0x49,0xbf 1772 1773# GFX1150: s_cmp_nge_f32 exec_lo, s2 ; encoding: [0x7e,0x02,0x49,0xbf] 17740x7e,0x02,0x49,0xbf 1775 1776# GFX1150: s_cmp_nge_f32 exec_hi, s2 ; encoding: [0x7f,0x02,0x49,0xbf] 17770x7f,0x02,0x49,0xbf 1778 1779# GFX1150: s_cmp_nge_f32 0, s2 ; encoding: [0x80,0x02,0x49,0xbf] 17800x80,0x02,0x49,0xbf 1781 1782# GFX1150: s_cmp_nge_f32 -1, s2 ; encoding: [0xc1,0x02,0x49,0xbf] 17830xc1,0x02,0x49,0xbf 1784 1785# GFX1150: s_cmp_nge_f32 0.5, s2 ; encoding: [0xf0,0x02,0x49,0xbf] 17860xf0,0x02,0x49,0xbf 1787 1788# GFX1150: s_cmp_nge_f32 -4.0, s2 ; encoding: [0xf7,0x02,0x49,0xbf] 17890xf7,0x02,0x49,0xbf 1790 1791# GFX1150: s_cmp_nge_f32 0xaf123456, s2 ; encoding: [0xff,0x02,0x49,0xbf,0x56,0x34,0x12,0xaf] 17920xff,0x02,0x49,0xbf,0x56,0x34,0x12,0xaf 1793 1794# GFX1150: s_cmp_nge_f32 0x3f717273, s2 ; encoding: [0xff,0x02,0x49,0xbf,0x73,0x72,0x71,0x3f] 17950xff,0x02,0x49,0xbf,0x73,0x72,0x71,0x3f 1796 1797# GFX1150: s_cmp_nge_f32 s1, s105 ; encoding: [0x01,0x69,0x49,0xbf] 17980x01,0x69,0x49,0xbf 1799 1800# GFX1150: s_cmp_nlg_f32 s1, s2 ; encoding: [0x01,0x02,0x4a,0xbf] 18010x01,0x02,0x4a,0xbf 1802 1803# GFX1150: s_cmp_nlg_f32 s105, s2 ; encoding: [0x69,0x02,0x4a,0xbf] 18040x69,0x02,0x4a,0xbf 1805 1806# GFX1150: s_cmp_nlg_f32 s101, s2 ; encoding: [0x65,0x02,0x4a,0xbf] 18070x65,0x02,0x4a,0xbf 1808 1809# GFX1150: s_cmp_nlg_f32 vcc_lo, s2 ; encoding: [0x6a,0x02,0x4a,0xbf] 18100x6a,0x02,0x4a,0xbf 1811 1812# GFX1150: s_cmp_nlg_f32 vcc_hi, s2 ; encoding: [0x6b,0x02,0x4a,0xbf] 18130x6b,0x02,0x4a,0xbf 1814 1815# GFX1150: s_cmp_nlg_f32 m0, s2 ; encoding: [0x7d,0x02,0x4a,0xbf] 18160x7d,0x02,0x4a,0xbf 1817 1818# GFX1150: s_cmp_nlg_f32 exec_lo, s2 ; encoding: [0x7e,0x02,0x4a,0xbf] 18190x7e,0x02,0x4a,0xbf 1820 1821# GFX1150: s_cmp_nlg_f32 exec_hi, s2 ; encoding: [0x7f,0x02,0x4a,0xbf] 18220x7f,0x02,0x4a,0xbf 1823 1824# GFX1150: s_cmp_nlg_f32 0, s2 ; encoding: [0x80,0x02,0x4a,0xbf] 18250x80,0x02,0x4a,0xbf 1826 1827# GFX1150: s_cmp_nlg_f32 -1, s2 ; encoding: [0xc1,0x02,0x4a,0xbf] 18280xc1,0x02,0x4a,0xbf 1829 1830# GFX1150: s_cmp_nlg_f32 0.5, s2 ; encoding: [0xf0,0x02,0x4a,0xbf] 18310xf0,0x02,0x4a,0xbf 1832 1833# GFX1150: s_cmp_nlg_f32 -4.0, s2 ; encoding: [0xf7,0x02,0x4a,0xbf] 18340xf7,0x02,0x4a,0xbf 1835 1836# GFX1150: s_cmp_nlg_f32 0xaf123456, s2 ; encoding: [0xff,0x02,0x4a,0xbf,0x56,0x34,0x12,0xaf] 18370xff,0x02,0x4a,0xbf,0x56,0x34,0x12,0xaf 1838 1839# GFX1150: s_cmp_nlg_f32 0x3f717273, s2 ; encoding: [0xff,0x02,0x4a,0xbf,0x73,0x72,0x71,0x3f] 18400xff,0x02,0x4a,0xbf,0x73,0x72,0x71,0x3f 1841 1842# GFX1150: s_cmp_nlg_f32 s1, s105 ; encoding: [0x01,0x69,0x4a,0xbf] 18430x01,0x69,0x4a,0xbf 1844 1845# GFX1150: s_cmp_ngt_f32 s1, s2 ; encoding: [0x01,0x02,0x4b,0xbf] 18460x01,0x02,0x4b,0xbf 1847 1848# GFX1150: s_cmp_ngt_f32 s105, s2 ; encoding: [0x69,0x02,0x4b,0xbf] 18490x69,0x02,0x4b,0xbf 1850 1851# GFX1150: s_cmp_ngt_f32 s101, s2 ; encoding: [0x65,0x02,0x4b,0xbf] 18520x65,0x02,0x4b,0xbf 1853 1854# GFX1150: s_cmp_ngt_f32 vcc_lo, s2 ; encoding: [0x6a,0x02,0x4b,0xbf] 18550x6a,0x02,0x4b,0xbf 1856 1857# GFX1150: s_cmp_ngt_f32 vcc_hi, s2 ; encoding: [0x6b,0x02,0x4b,0xbf] 18580x6b,0x02,0x4b,0xbf 1859 1860# GFX1150: s_cmp_ngt_f32 m0, s2 ; encoding: [0x7d,0x02,0x4b,0xbf] 18610x7d,0x02,0x4b,0xbf 1862 1863# GFX1150: s_cmp_ngt_f32 exec_lo, s2 ; encoding: [0x7e,0x02,0x4b,0xbf] 18640x7e,0x02,0x4b,0xbf 1865 1866# GFX1150: s_cmp_ngt_f32 exec_hi, s2 ; encoding: [0x7f,0x02,0x4b,0xbf] 18670x7f,0x02,0x4b,0xbf 1868 1869# GFX1150: s_cmp_ngt_f32 0, s2 ; encoding: [0x80,0x02,0x4b,0xbf] 18700x80,0x02,0x4b,0xbf 1871 1872# GFX1150: s_cmp_ngt_f32 -1, s2 ; encoding: [0xc1,0x02,0x4b,0xbf] 18730xc1,0x02,0x4b,0xbf 1874 1875# GFX1150: s_cmp_ngt_f32 0.5, s2 ; encoding: [0xf0,0x02,0x4b,0xbf] 18760xf0,0x02,0x4b,0xbf 1877 1878# GFX1150: s_cmp_ngt_f32 -4.0, s2 ; encoding: [0xf7,0x02,0x4b,0xbf] 18790xf7,0x02,0x4b,0xbf 1880 1881# GFX1150: s_cmp_ngt_f32 0xaf123456, s2 ; encoding: [0xff,0x02,0x4b,0xbf,0x56,0x34,0x12,0xaf] 18820xff,0x02,0x4b,0xbf,0x56,0x34,0x12,0xaf 1883 1884# GFX1150: s_cmp_ngt_f32 0x3f717273, s2 ; encoding: [0xff,0x02,0x4b,0xbf,0x73,0x72,0x71,0x3f] 18850xff,0x02,0x4b,0xbf,0x73,0x72,0x71,0x3f 1886 1887# GFX1150: s_cmp_ngt_f32 s1, s105 ; encoding: [0x01,0x69,0x4b,0xbf] 18880x01,0x69,0x4b,0xbf 1889 1890# GFX1150: s_cmp_nle_f32 s1, s2 ; encoding: [0x01,0x02,0x4c,0xbf] 18910x01,0x02,0x4c,0xbf 1892 1893# GFX1150: s_cmp_nle_f32 s105, s2 ; encoding: [0x69,0x02,0x4c,0xbf] 18940x69,0x02,0x4c,0xbf 1895 1896# GFX1150: s_cmp_nle_f32 s101, s2 ; encoding: [0x65,0x02,0x4c,0xbf] 18970x65,0x02,0x4c,0xbf 1898 1899# GFX1150: s_cmp_nle_f32 vcc_lo, s2 ; encoding: [0x6a,0x02,0x4c,0xbf] 19000x6a,0x02,0x4c,0xbf 1901 1902# GFX1150: s_cmp_nle_f32 vcc_hi, s2 ; encoding: [0x6b,0x02,0x4c,0xbf] 19030x6b,0x02,0x4c,0xbf 1904 1905# GFX1150: s_cmp_nle_f32 m0, s2 ; encoding: [0x7d,0x02,0x4c,0xbf] 19060x7d,0x02,0x4c,0xbf 1907 1908# GFX1150: s_cmp_nle_f32 exec_lo, s2 ; encoding: [0x7e,0x02,0x4c,0xbf] 19090x7e,0x02,0x4c,0xbf 1910 1911# GFX1150: s_cmp_nle_f32 exec_hi, s2 ; encoding: [0x7f,0x02,0x4c,0xbf] 19120x7f,0x02,0x4c,0xbf 1913 1914# GFX1150: s_cmp_nle_f32 0, s2 ; encoding: [0x80,0x02,0x4c,0xbf] 19150x80,0x02,0x4c,0xbf 1916 1917# GFX1150: s_cmp_nle_f32 -1, s2 ; encoding: [0xc1,0x02,0x4c,0xbf] 19180xc1,0x02,0x4c,0xbf 1919 1920# GFX1150: s_cmp_nle_f32 0.5, s2 ; encoding: [0xf0,0x02,0x4c,0xbf] 19210xf0,0x02,0x4c,0xbf 1922 1923# GFX1150: s_cmp_nle_f32 -4.0, s2 ; encoding: [0xf7,0x02,0x4c,0xbf] 19240xf7,0x02,0x4c,0xbf 1925 1926# GFX1150: s_cmp_nle_f32 0xaf123456, s2 ; encoding: [0xff,0x02,0x4c,0xbf,0x56,0x34,0x12,0xaf] 19270xff,0x02,0x4c,0xbf,0x56,0x34,0x12,0xaf 1928 1929# GFX1150: s_cmp_nle_f32 0x3f717273, s2 ; encoding: [0xff,0x02,0x4c,0xbf,0x73,0x72,0x71,0x3f] 19300xff,0x02,0x4c,0xbf,0x73,0x72,0x71,0x3f 1931 1932# GFX1150: s_cmp_nle_f32 s1, s105 ; encoding: [0x01,0x69,0x4c,0xbf] 19330x01,0x69,0x4c,0xbf 1934 1935# GFX1150: s_cmp_neq_f32 s1, s2 ; encoding: [0x01,0x02,0x4d,0xbf] 19360x01,0x02,0x4d,0xbf 1937 1938# GFX1150: s_cmp_neq_f32 s105, s2 ; encoding: [0x69,0x02,0x4d,0xbf] 19390x69,0x02,0x4d,0xbf 1940 1941# GFX1150: s_cmp_neq_f32 s101, s2 ; encoding: [0x65,0x02,0x4d,0xbf] 19420x65,0x02,0x4d,0xbf 1943 1944# GFX1150: s_cmp_neq_f32 vcc_lo, s2 ; encoding: [0x6a,0x02,0x4d,0xbf] 19450x6a,0x02,0x4d,0xbf 1946 1947# GFX1150: s_cmp_neq_f32 vcc_hi, s2 ; encoding: [0x6b,0x02,0x4d,0xbf] 19480x6b,0x02,0x4d,0xbf 1949 1950# GFX1150: s_cmp_neq_f32 m0, s2 ; encoding: [0x7d,0x02,0x4d,0xbf] 19510x7d,0x02,0x4d,0xbf 1952 1953# GFX1150: s_cmp_neq_f32 exec_lo, s2 ; encoding: [0x7e,0x02,0x4d,0xbf] 19540x7e,0x02,0x4d,0xbf 1955 1956# GFX1150: s_cmp_neq_f32 exec_hi, s2 ; encoding: [0x7f,0x02,0x4d,0xbf] 19570x7f,0x02,0x4d,0xbf 1958 1959# GFX1150: s_cmp_neq_f32 0, s2 ; encoding: [0x80,0x02,0x4d,0xbf] 19600x80,0x02,0x4d,0xbf 1961 1962# GFX1150: s_cmp_neq_f32 -1, s2 ; encoding: [0xc1,0x02,0x4d,0xbf] 19630xc1,0x02,0x4d,0xbf 1964 1965# GFX1150: s_cmp_neq_f32 0.5, s2 ; encoding: [0xf0,0x02,0x4d,0xbf] 19660xf0,0x02,0x4d,0xbf 1967 1968# GFX1150: s_cmp_neq_f32 -4.0, s2 ; encoding: [0xf7,0x02,0x4d,0xbf] 19690xf7,0x02,0x4d,0xbf 1970 1971# GFX1150: s_cmp_neq_f32 0xaf123456, s2 ; encoding: [0xff,0x02,0x4d,0xbf,0x56,0x34,0x12,0xaf] 19720xff,0x02,0x4d,0xbf,0x56,0x34,0x12,0xaf 1973 1974# GFX1150: s_cmp_neq_f32 0x3f717273, s2 ; encoding: [0xff,0x02,0x4d,0xbf,0x73,0x72,0x71,0x3f] 19750xff,0x02,0x4d,0xbf,0x73,0x72,0x71,0x3f 1976 1977# GFX1150: s_cmp_neq_f32 s1, s105 ; encoding: [0x01,0x69,0x4d,0xbf] 19780x01,0x69,0x4d,0xbf 1979 1980# GFX1150: s_cmp_nlt_f32 s1, s2 ; encoding: [0x01,0x02,0x4e,0xbf] 19810x01,0x02,0x4e,0xbf 1982 1983# GFX1150: s_cmp_nlt_f32 s105, s2 ; encoding: [0x69,0x02,0x4e,0xbf] 19840x69,0x02,0x4e,0xbf 1985 1986# GFX1150: s_cmp_nlt_f32 s101, s2 ; encoding: [0x65,0x02,0x4e,0xbf] 19870x65,0x02,0x4e,0xbf 1988 1989# GFX1150: s_cmp_nlt_f32 vcc_lo, s2 ; encoding: [0x6a,0x02,0x4e,0xbf] 19900x6a,0x02,0x4e,0xbf 1991 1992# GFX1150: s_cmp_nlt_f32 vcc_hi, s2 ; encoding: [0x6b,0x02,0x4e,0xbf] 19930x6b,0x02,0x4e,0xbf 1994 1995# GFX1150: s_cmp_nlt_f32 m0, s2 ; encoding: [0x7d,0x02,0x4e,0xbf] 19960x7d,0x02,0x4e,0xbf 1997 1998# GFX1150: s_cmp_nlt_f32 exec_lo, s2 ; encoding: [0x7e,0x02,0x4e,0xbf] 19990x7e,0x02,0x4e,0xbf 2000 2001# GFX1150: s_cmp_nlt_f32 exec_hi, s2 ; encoding: [0x7f,0x02,0x4e,0xbf] 20020x7f,0x02,0x4e,0xbf 2003 2004# GFX1150: s_cmp_nlt_f32 0, s2 ; encoding: [0x80,0x02,0x4e,0xbf] 20050x80,0x02,0x4e,0xbf 2006 2007# GFX1150: s_cmp_nlt_f32 -1, s2 ; encoding: [0xc1,0x02,0x4e,0xbf] 20080xc1,0x02,0x4e,0xbf 2009 2010# GFX1150: s_cmp_nlt_f32 0.5, s2 ; encoding: [0xf0,0x02,0x4e,0xbf] 20110xf0,0x02,0x4e,0xbf 2012 2013# GFX1150: s_cmp_nlt_f32 -4.0, s2 ; encoding: [0xf7,0x02,0x4e,0xbf] 20140xf7,0x02,0x4e,0xbf 2015 2016# GFX1150: s_cmp_nlt_f32 0xaf123456, s2 ; encoding: [0xff,0x02,0x4e,0xbf,0x56,0x34,0x12,0xaf] 20170xff,0x02,0x4e,0xbf,0x56,0x34,0x12,0xaf 2018 2019# GFX1150: s_cmp_nlt_f32 0x3f717273, s2 ; encoding: [0xff,0x02,0x4e,0xbf,0x73,0x72,0x71,0x3f] 20200xff,0x02,0x4e,0xbf,0x73,0x72,0x71,0x3f 2021 2022# GFX1150: s_cmp_nlt_f32 s1, s105 ; encoding: [0x01,0x69,0x4e,0xbf] 20230x01,0x69,0x4e,0xbf 2024 2025# GFX1150: s_cmp_lt_f16 s1, s2 ; encoding: [0x01,0x02,0x51,0xbf] 20260x01,0x02,0x51,0xbf 2027 2028# GFX1150: s_cmp_lt_f16 s101, s2 ; encoding: [0x65,0x02,0x51,0xbf] 20290x65,0x02,0x51,0xbf 2030 2031# GFX1150: s_cmp_lt_f16 vcc_lo, s2 ; encoding: [0x6a,0x02,0x51,0xbf] 20320x6a,0x02,0x51,0xbf 2033 2034# GFX1150: s_cmp_lt_f16 vcc_hi, s2 ; encoding: [0x6b,0x02,0x51,0xbf] 20350x6b,0x02,0x51,0xbf 2036 2037# GFX1150: s_cmp_lt_f16 m0, s2 ; encoding: [0x7d,0x02,0x51,0xbf] 20380x7d,0x02,0x51,0xbf 2039 2040# GFX1150: s_cmp_lt_f16 exec_lo, s2 ; encoding: [0x7e,0x02,0x51,0xbf] 20410x7e,0x02,0x51,0xbf 2042 2043# GFX1150: s_cmp_lt_f16 exec_hi, s2 ; encoding: [0x7f,0x02,0x51,0xbf] 20440x7f,0x02,0x51,0xbf 2045 2046# GFX1150: s_cmp_lt_f16 0, s2 ; encoding: [0x80,0x02,0x51,0xbf] 20470x80,0x02,0x51,0xbf 2048 2049# GFX1150: s_cmp_lt_f16 -1, s2 ; encoding: [0xc1,0x02,0x51,0xbf] 20500xc1,0x02,0x51,0xbf 2051 2052# GFX1150: s_cmp_lt_f16 0x3800, s2 ; encoding: [0xff,0x02,0x51,0xbf,0x00,0x38,0x00,0x00] 20530xff,0x02,0x51,0xbf,0x00,0x38,0x00,0x00 2054 2055# GFX1150: s_cmp_lt_f16 0xfe0b, s2 ; encoding: [0xff,0x02,0x51,0xbf,0x0b,0xfe,0x00,0x00] 20560xff,0x02,0x51,0xbf,0x0b,0xfe,0x00,0x00 2057 2058# GFX1150: s_cmp_lt_f16 0x3456, s2 ; encoding: [0xff,0x02,0x51,0xbf,0x56,0x34,0x00,0x00] 20590xff,0x02,0x51,0xbf,0x56,0x34,0x00,0x00 2060 2061# GFX1150: s_cmp_eq_f16 s1, s2 ; encoding: [0x01,0x02,0x52,0xbf] 20620x01,0x02,0x52,0xbf 2063 2064# GFX1150: s_cmp_eq_f16 s101, s2 ; encoding: [0x65,0x02,0x52,0xbf] 20650x65,0x02,0x52,0xbf 2066 2067# GFX1150: s_cmp_eq_f16 vcc_lo, s2 ; encoding: [0x6a,0x02,0x52,0xbf] 20680x6a,0x02,0x52,0xbf 2069 2070# GFX1150: s_cmp_eq_f16 vcc_hi, s2 ; encoding: [0x6b,0x02,0x52,0xbf] 20710x6b,0x02,0x52,0xbf 2072 2073# GFX1150: s_cmp_eq_f16 m0, s2 ; encoding: [0x7d,0x02,0x52,0xbf] 20740x7d,0x02,0x52,0xbf 2075 2076# GFX1150: s_cmp_eq_f16 exec_lo, s2 ; encoding: [0x7e,0x02,0x52,0xbf] 20770x7e,0x02,0x52,0xbf 2078 2079# GFX1150: s_cmp_eq_f16 exec_hi, s2 ; encoding: [0x7f,0x02,0x52,0xbf] 20800x7f,0x02,0x52,0xbf 2081 2082# GFX1150: s_cmp_eq_f16 0, s2 ; encoding: [0x80,0x02,0x52,0xbf] 20830x80,0x02,0x52,0xbf 2084 2085# GFX1150: s_cmp_eq_f16 -1, s2 ; encoding: [0xc1,0x02,0x52,0xbf] 20860xc1,0x02,0x52,0xbf 2087 2088# GFX1150: s_cmp_eq_f16 0x3800, s2 ; encoding: [0xff,0x02,0x52,0xbf,0x00,0x38,0x00,0x00] 20890xff,0x02,0x52,0xbf,0x00,0x38,0x00,0x00 2090 2091# GFX1150: s_cmp_eq_f16 0xfe0b, s2 ; encoding: [0xff,0x02,0x52,0xbf,0x0b,0xfe,0x00,0x00] 20920xff,0x02,0x52,0xbf,0x0b,0xfe,0x00,0x00 2093 2094# GFX1150: s_cmp_eq_f16 0x3456, s2 ; encoding: [0xff,0x02,0x52,0xbf,0x56,0x34,0x00,0x00] 20950xff,0x02,0x52,0xbf,0x56,0x34,0x00,0x00 2096 2097# GFX1150: s_cmp_le_f16 s1, s2 ; encoding: [0x01,0x02,0x53,0xbf] 20980x01,0x02,0x53,0xbf 2099 2100# GFX1150: s_cmp_le_f16 s101, s2 ; encoding: [0x65,0x02,0x53,0xbf] 21010x65,0x02,0x53,0xbf 2102 2103# GFX1150: s_cmp_le_f16 vcc_lo, s2 ; encoding: [0x6a,0x02,0x53,0xbf] 21040x6a,0x02,0x53,0xbf 2105 2106# GFX1150: s_cmp_le_f16 vcc_hi, s2 ; encoding: [0x6b,0x02,0x53,0xbf] 21070x6b,0x02,0x53,0xbf 2108 2109# GFX1150: s_cmp_le_f16 m0, s2 ; encoding: [0x7d,0x02,0x53,0xbf] 21100x7d,0x02,0x53,0xbf 2111 2112# GFX1150: s_cmp_le_f16 exec_lo, s2 ; encoding: [0x7e,0x02,0x53,0xbf] 21130x7e,0x02,0x53,0xbf 2114 2115# GFX1150: s_cmp_le_f16 exec_hi, s2 ; encoding: [0x7f,0x02,0x53,0xbf] 21160x7f,0x02,0x53,0xbf 2117 2118# GFX1150: s_cmp_le_f16 0, s2 ; encoding: [0x80,0x02,0x53,0xbf] 21190x80,0x02,0x53,0xbf 2120 2121# GFX1150: s_cmp_le_f16 -1, s2 ; encoding: [0xc1,0x02,0x53,0xbf] 21220xc1,0x02,0x53,0xbf 2123 2124# GFX1150: s_cmp_le_f16 0x3800, s2 ; encoding: [0xff,0x02,0x53,0xbf,0x00,0x38,0x00,0x00] 21250xff,0x02,0x53,0xbf,0x00,0x38,0x00,0x00 2126 2127# GFX1150: s_cmp_le_f16 0xfe0b, s2 ; encoding: [0xff,0x02,0x53,0xbf,0x0b,0xfe,0x00,0x00] 21280xff,0x02,0x53,0xbf,0x0b,0xfe,0x00,0x00 2129 2130# GFX1150: s_cmp_le_f16 0x3456, s2 ; encoding: [0xff,0x02,0x53,0xbf,0x56,0x34,0x00,0x00] 21310xff,0x02,0x53,0xbf,0x56,0x34,0x00,0x00 2132 2133# GFX1150: s_cmp_gt_f16 s1, s2 ; encoding: [0x01,0x02,0x54,0xbf] 21340x01,0x02,0x54,0xbf 2135 2136# GFX1150: s_cmp_gt_f16 s101, s2 ; encoding: [0x65,0x02,0x54,0xbf] 21370x65,0x02,0x54,0xbf 2138 2139# GFX1150: s_cmp_gt_f16 vcc_lo, s2 ; encoding: [0x6a,0x02,0x54,0xbf] 21400x6a,0x02,0x54,0xbf 2141 2142# GFX1150: s_cmp_gt_f16 vcc_hi, s2 ; encoding: [0x6b,0x02,0x54,0xbf] 21430x6b,0x02,0x54,0xbf 2144 2145# GFX1150: s_cmp_gt_f16 m0, s2 ; encoding: [0x7d,0x02,0x54,0xbf] 21460x7d,0x02,0x54,0xbf 2147 2148# GFX1150: s_cmp_gt_f16 exec_lo, s2 ; encoding: [0x7e,0x02,0x54,0xbf] 21490x7e,0x02,0x54,0xbf 2150 2151# GFX1150: s_cmp_gt_f16 exec_hi, s2 ; encoding: [0x7f,0x02,0x54,0xbf] 21520x7f,0x02,0x54,0xbf 2153 2154# GFX1150: s_cmp_gt_f16 0, s2 ; encoding: [0x80,0x02,0x54,0xbf] 21550x80,0x02,0x54,0xbf 2156 2157# GFX1150: s_cmp_gt_f16 -1, s2 ; encoding: [0xc1,0x02,0x54,0xbf] 21580xc1,0x02,0x54,0xbf 2159 2160# GFX1150: s_cmp_gt_f16 0x3800, s2 ; encoding: [0xff,0x02,0x54,0xbf,0x00,0x38,0x00,0x00] 21610xff,0x02,0x54,0xbf,0x00,0x38,0x00,0x00 2162 2163# GFX1150: s_cmp_gt_f16 0xfe0b, s2 ; encoding: [0xff,0x02,0x54,0xbf,0x0b,0xfe,0x00,0x00] 21640xff,0x02,0x54,0xbf,0x0b,0xfe,0x00,0x00 2165 2166# GFX1150: s_cmp_gt_f16 0x3456, s2 ; encoding: [0xff,0x02,0x54,0xbf,0x56,0x34,0x00,0x00] 21670xff,0x02,0x54,0xbf,0x56,0x34,0x00,0x00 2168 2169# GFX1150: s_cmp_lg_f16 s1, s2 ; encoding: [0x01,0x02,0x55,0xbf] 21700x01,0x02,0x55,0xbf 2171 2172# GFX1150: s_cmp_lg_f16 s101, s2 ; encoding: [0x65,0x02,0x55,0xbf] 21730x65,0x02,0x55,0xbf 2174 2175# GFX1150: s_cmp_lg_f16 vcc_lo, s2 ; encoding: [0x6a,0x02,0x55,0xbf] 21760x6a,0x02,0x55,0xbf 2177 2178# GFX1150: s_cmp_lg_f16 vcc_hi, s2 ; encoding: [0x6b,0x02,0x55,0xbf] 21790x6b,0x02,0x55,0xbf 2180 2181# GFX1150: s_cmp_lg_f16 m0, s2 ; encoding: [0x7d,0x02,0x55,0xbf] 21820x7d,0x02,0x55,0xbf 2183 2184# GFX1150: s_cmp_lg_f16 exec_lo, s2 ; encoding: [0x7e,0x02,0x55,0xbf] 21850x7e,0x02,0x55,0xbf 2186 2187# GFX1150: s_cmp_lg_f16 exec_hi, s2 ; encoding: [0x7f,0x02,0x55,0xbf] 21880x7f,0x02,0x55,0xbf 2189 2190# GFX1150: s_cmp_lg_f16 0, s2 ; encoding: [0x80,0x02,0x55,0xbf] 21910x80,0x02,0x55,0xbf 2192 2193# GFX1150: s_cmp_lg_f16 -1, s2 ; encoding: [0xc1,0x02,0x55,0xbf] 21940xc1,0x02,0x55,0xbf 2195 2196# GFX1150: s_cmp_lg_f16 0x3800, s2 ; encoding: [0xff,0x02,0x55,0xbf,0x00,0x38,0x00,0x00] 21970xff,0x02,0x55,0xbf,0x00,0x38,0x00,0x00 2198 2199# GFX1150: s_cmp_lg_f16 0xfe0b, s2 ; encoding: [0xff,0x02,0x55,0xbf,0x0b,0xfe,0x00,0x00] 22000xff,0x02,0x55,0xbf,0x0b,0xfe,0x00,0x00 2201 2202# GFX1150: s_cmp_lg_f16 0x3456, s2 ; encoding: [0xff,0x02,0x55,0xbf,0x56,0x34,0x00,0x00] 22030xff,0x02,0x55,0xbf,0x56,0x34,0x00,0x00 2204 2205# GFX1150: s_cmp_ge_f16 s1, s2 ; encoding: [0x01,0x02,0x56,0xbf] 22060x01,0x02,0x56,0xbf 2207 2208# GFX1150: s_cmp_ge_f16 s101, s2 ; encoding: [0x65,0x02,0x56,0xbf] 22090x65,0x02,0x56,0xbf 2210 2211# GFX1150: s_cmp_ge_f16 vcc_lo, s2 ; encoding: [0x6a,0x02,0x56,0xbf] 22120x6a,0x02,0x56,0xbf 2213 2214# GFX1150: s_cmp_ge_f16 vcc_hi, s2 ; encoding: [0x6b,0x02,0x56,0xbf] 22150x6b,0x02,0x56,0xbf 2216 2217# GFX1150: s_cmp_ge_f16 m0, s2 ; encoding: [0x7d,0x02,0x56,0xbf] 22180x7d,0x02,0x56,0xbf 2219 2220# GFX1150: s_cmp_ge_f16 exec_lo, s2 ; encoding: [0x7e,0x02,0x56,0xbf] 22210x7e,0x02,0x56,0xbf 2222 2223# GFX1150: s_cmp_ge_f16 exec_hi, s2 ; encoding: [0x7f,0x02,0x56,0xbf] 22240x7f,0x02,0x56,0xbf 2225 2226# GFX1150: s_cmp_ge_f16 0, s2 ; encoding: [0x80,0x02,0x56,0xbf] 22270x80,0x02,0x56,0xbf 2228 2229# GFX1150: s_cmp_ge_f16 -1, s2 ; encoding: [0xc1,0x02,0x56,0xbf] 22300xc1,0x02,0x56,0xbf 2231 2232# GFX1150: s_cmp_ge_f16 0x3800, s2 ; encoding: [0xff,0x02,0x56,0xbf,0x00,0x38,0x00,0x00] 22330xff,0x02,0x56,0xbf,0x00,0x38,0x00,0x00 2234 2235# GFX1150: s_cmp_ge_f16 0xfe0b, s2 ; encoding: [0xff,0x02,0x56,0xbf,0x0b,0xfe,0x00,0x00] 22360xff,0x02,0x56,0xbf,0x0b,0xfe,0x00,0x00 2237 2238# GFX1150: s_cmp_ge_f16 0x3456, s2 ; encoding: [0xff,0x02,0x56,0xbf,0x56,0x34,0x00,0x00] 22390xff,0x02,0x56,0xbf,0x56,0x34,0x00,0x00 2240 2241# GFX1150: s_cmp_o_f16 s1, s2 ; encoding: [0x01,0x02,0x57,0xbf] 22420x01,0x02,0x57,0xbf 2243 2244# GFX1150: s_cmp_o_f16 s101, s2 ; encoding: [0x65,0x02,0x57,0xbf] 22450x65,0x02,0x57,0xbf 2246 2247# GFX1150: s_cmp_o_f16 vcc_lo, s2 ; encoding: [0x6a,0x02,0x57,0xbf] 22480x6a,0x02,0x57,0xbf 2249 2250# GFX1150: s_cmp_o_f16 vcc_hi, s2 ; encoding: [0x6b,0x02,0x57,0xbf] 22510x6b,0x02,0x57,0xbf 2252 2253# GFX1150: s_cmp_o_f16 m0, s2 ; encoding: [0x7d,0x02,0x57,0xbf] 22540x7d,0x02,0x57,0xbf 2255 2256# GFX1150: s_cmp_o_f16 exec_lo, s2 ; encoding: [0x7e,0x02,0x57,0xbf] 22570x7e,0x02,0x57,0xbf 2258 2259# GFX1150: s_cmp_o_f16 exec_hi, s2 ; encoding: [0x7f,0x02,0x57,0xbf] 22600x7f,0x02,0x57,0xbf 2261 2262# GFX1150: s_cmp_o_f16 0, s2 ; encoding: [0x80,0x02,0x57,0xbf] 22630x80,0x02,0x57,0xbf 2264 2265# GFX1150: s_cmp_o_f16 -1, s2 ; encoding: [0xc1,0x02,0x57,0xbf] 22660xc1,0x02,0x57,0xbf 2267 2268# GFX1150: s_cmp_o_f16 0x3800, s2 ; encoding: [0xff,0x02,0x57,0xbf,0x00,0x38,0x00,0x00] 22690xff,0x02,0x57,0xbf,0x00,0x38,0x00,0x00 2270 2271# GFX1150: s_cmp_o_f16 0xfe0b, s2 ; encoding: [0xff,0x02,0x57,0xbf,0x0b,0xfe,0x00,0x00] 22720xff,0x02,0x57,0xbf,0x0b,0xfe,0x00,0x00 2273 2274# GFX1150: s_cmp_o_f16 0x3456, s2 ; encoding: [0xff,0x02,0x57,0xbf,0x56,0x34,0x00,0x00] 22750xff,0x02,0x57,0xbf,0x56,0x34,0x00,0x00 2276 2277# GFX1150: s_cmp_u_f16 s1, s2 ; encoding: [0x01,0x02,0x58,0xbf] 22780x01,0x02,0x58,0xbf 2279 2280# GFX1150: s_cmp_u_f16 s101, s2 ; encoding: [0x65,0x02,0x58,0xbf] 22810x65,0x02,0x58,0xbf 2282 2283# GFX1150: s_cmp_u_f16 vcc_lo, s2 ; encoding: [0x6a,0x02,0x58,0xbf] 22840x6a,0x02,0x58,0xbf 2285 2286# GFX1150: s_cmp_u_f16 vcc_hi, s2 ; encoding: [0x6b,0x02,0x58,0xbf] 22870x6b,0x02,0x58,0xbf 2288 2289# GFX1150: s_cmp_u_f16 m0, s2 ; encoding: [0x7d,0x02,0x58,0xbf] 22900x7d,0x02,0x58,0xbf 2291 2292# GFX1150: s_cmp_u_f16 exec_lo, s2 ; encoding: [0x7e,0x02,0x58,0xbf] 22930x7e,0x02,0x58,0xbf 2294 2295# GFX1150: s_cmp_u_f16 exec_hi, s2 ; encoding: [0x7f,0x02,0x58,0xbf] 22960x7f,0x02,0x58,0xbf 2297 2298# GFX1150: s_cmp_u_f16 0, s2 ; encoding: [0x80,0x02,0x58,0xbf] 22990x80,0x02,0x58,0xbf 2300 2301# GFX1150: s_cmp_u_f16 -1, s2 ; encoding: [0xc1,0x02,0x58,0xbf] 23020xc1,0x02,0x58,0xbf 2303 2304# GFX1150: s_cmp_u_f16 0x3800, s2 ; encoding: [0xff,0x02,0x58,0xbf,0x00,0x38,0x00,0x00] 23050xff,0x02,0x58,0xbf,0x00,0x38,0x00,0x00 2306 2307# GFX1150: s_cmp_u_f16 0xfe0b, s2 ; encoding: [0xff,0x02,0x58,0xbf,0x0b,0xfe,0x00,0x00] 23080xff,0x02,0x58,0xbf,0x0b,0xfe,0x00,0x00 2309 2310# GFX1150: s_cmp_u_f16 0x3456, s2 ; encoding: [0xff,0x02,0x58,0xbf,0x56,0x34,0x00,0x00] 23110xff,0x02,0x58,0xbf,0x56,0x34,0x00,0x00 2312 2313# GFX1150: s_cmp_nge_f16 s1, s2 ; encoding: [0x01,0x02,0x59,0xbf] 23140x01,0x02,0x59,0xbf 2315 2316# GFX1150: s_cmp_nge_f16 s101, s2 ; encoding: [0x65,0x02,0x59,0xbf] 23170x65,0x02,0x59,0xbf 2318 2319# GFX1150: s_cmp_nge_f16 vcc_lo, s2 ; encoding: [0x6a,0x02,0x59,0xbf] 23200x6a,0x02,0x59,0xbf 2321 2322# GFX1150: s_cmp_nge_f16 vcc_hi, s2 ; encoding: [0x6b,0x02,0x59,0xbf] 23230x6b,0x02,0x59,0xbf 2324 2325# GFX1150: s_cmp_nge_f16 m0, s2 ; encoding: [0x7d,0x02,0x59,0xbf] 23260x7d,0x02,0x59,0xbf 2327 2328# GFX1150: s_cmp_nge_f16 exec_lo, s2 ; encoding: [0x7e,0x02,0x59,0xbf] 23290x7e,0x02,0x59,0xbf 2330 2331# GFX1150: s_cmp_nge_f16 exec_hi, s2 ; encoding: [0x7f,0x02,0x59,0xbf] 23320x7f,0x02,0x59,0xbf 2333 2334# GFX1150: s_cmp_nge_f16 0, s2 ; encoding: [0x80,0x02,0x59,0xbf] 23350x80,0x02,0x59,0xbf 2336 2337# GFX1150: s_cmp_nge_f16 -1, s2 ; encoding: [0xc1,0x02,0x59,0xbf] 23380xc1,0x02,0x59,0xbf 2339 2340# GFX1150: s_cmp_nge_f16 0x3800, s2 ; encoding: [0xff,0x02,0x59,0xbf,0x00,0x38,0x00,0x00] 23410xff,0x02,0x59,0xbf,0x00,0x38,0x00,0x00 2342 2343# GFX1150: s_cmp_nge_f16 0xfe0b, s2 ; encoding: [0xff,0x02,0x59,0xbf,0x0b,0xfe,0x00,0x00] 23440xff,0x02,0x59,0xbf,0x0b,0xfe,0x00,0x00 2345 2346# GFX1150: s_cmp_nge_f16 0x3456, s2 ; encoding: [0xff,0x02,0x59,0xbf,0x56,0x34,0x00,0x00] 23470xff,0x02,0x59,0xbf,0x56,0x34,0x00,0x00 2348 2349# GFX1150: s_cmp_nlg_f16 s1, s2 ; encoding: [0x01,0x02,0x5a,0xbf] 23500x01,0x02,0x5a,0xbf 2351 2352# GFX1150: s_cmp_nlg_f16 s101, s2 ; encoding: [0x65,0x02,0x5a,0xbf] 23530x65,0x02,0x5a,0xbf 2354 2355# GFX1150: s_cmp_nlg_f16 vcc_lo, s2 ; encoding: [0x6a,0x02,0x5a,0xbf] 23560x6a,0x02,0x5a,0xbf 2357 2358# GFX1150: s_cmp_nlg_f16 vcc_hi, s2 ; encoding: [0x6b,0x02,0x5a,0xbf] 23590x6b,0x02,0x5a,0xbf 2360 2361# GFX1150: s_cmp_nlg_f16 m0, s2 ; encoding: [0x7d,0x02,0x5a,0xbf] 23620x7d,0x02,0x5a,0xbf 2363 2364# GFX1150: s_cmp_nlg_f16 exec_lo, s2 ; encoding: [0x7e,0x02,0x5a,0xbf] 23650x7e,0x02,0x5a,0xbf 2366 2367# GFX1150: s_cmp_nlg_f16 exec_hi, s2 ; encoding: [0x7f,0x02,0x5a,0xbf] 23680x7f,0x02,0x5a,0xbf 2369 2370# GFX1150: s_cmp_nlg_f16 0, s2 ; encoding: [0x80,0x02,0x5a,0xbf] 23710x80,0x02,0x5a,0xbf 2372 2373# GFX1150: s_cmp_nlg_f16 -1, s2 ; encoding: [0xc1,0x02,0x5a,0xbf] 23740xc1,0x02,0x5a,0xbf 2375 2376# GFX1150: s_cmp_nlg_f16 0x3800, s2 ; encoding: [0xff,0x02,0x5a,0xbf,0x00,0x38,0x00,0x00] 23770xff,0x02,0x5a,0xbf,0x00,0x38,0x00,0x00 2378 2379# GFX1150: s_cmp_nlg_f16 0xfe0b, s2 ; encoding: [0xff,0x02,0x5a,0xbf,0x0b,0xfe,0x00,0x00] 23800xff,0x02,0x5a,0xbf,0x0b,0xfe,0x00,0x00 2381 2382# GFX1150: s_cmp_nlg_f16 0x3456, s2 ; encoding: [0xff,0x02,0x5a,0xbf,0x56,0x34,0x00,0x00] 23830xff,0x02,0x5a,0xbf,0x56,0x34,0x00,0x00 2384 2385# GFX1150: s_cmp_ngt_f16 s1, s2 ; encoding: [0x01,0x02,0x5b,0xbf] 23860x01,0x02,0x5b,0xbf 2387 2388# GFX1150: s_cmp_ngt_f16 s101, s2 ; encoding: [0x65,0x02,0x5b,0xbf] 23890x65,0x02,0x5b,0xbf 2390 2391# GFX1150: s_cmp_ngt_f16 vcc_lo, s2 ; encoding: [0x6a,0x02,0x5b,0xbf] 23920x6a,0x02,0x5b,0xbf 2393 2394# GFX1150: s_cmp_ngt_f16 vcc_hi, s2 ; encoding: [0x6b,0x02,0x5b,0xbf] 23950x6b,0x02,0x5b,0xbf 2396 2397# GFX1150: s_cmp_ngt_f16 m0, s2 ; encoding: [0x7d,0x02,0x5b,0xbf] 23980x7d,0x02,0x5b,0xbf 2399 2400# GFX1150: s_cmp_ngt_f16 exec_lo, s2 ; encoding: [0x7e,0x02,0x5b,0xbf] 24010x7e,0x02,0x5b,0xbf 2402 2403# GFX1150: s_cmp_ngt_f16 exec_hi, s2 ; encoding: [0x7f,0x02,0x5b,0xbf] 24040x7f,0x02,0x5b,0xbf 2405 2406# GFX1150: s_cmp_ngt_f16 0, s2 ; encoding: [0x80,0x02,0x5b,0xbf] 24070x80,0x02,0x5b,0xbf 2408 2409# GFX1150: s_cmp_ngt_f16 -1, s2 ; encoding: [0xc1,0x02,0x5b,0xbf] 24100xc1,0x02,0x5b,0xbf 2411 2412# GFX1150: s_cmp_ngt_f16 0x3800, s2 ; encoding: [0xff,0x02,0x5b,0xbf,0x00,0x38,0x00,0x00] 24130xff,0x02,0x5b,0xbf,0x00,0x38,0x00,0x00 2414 2415# GFX1150: s_cmp_ngt_f16 0xfe0b, s2 ; encoding: [0xff,0x02,0x5b,0xbf,0x0b,0xfe,0x00,0x00] 24160xff,0x02,0x5b,0xbf,0x0b,0xfe,0x00,0x00 2417 2418# GFX1150: s_cmp_ngt_f16 0x3456, s2 ; encoding: [0xff,0x02,0x5b,0xbf,0x56,0x34,0x00,0x00] 24190xff,0x02,0x5b,0xbf,0x56,0x34,0x00,0x00 2420 2421# GFX1150: s_cmp_nle_f16 s1, s2 ; encoding: [0x01,0x02,0x5c,0xbf] 24220x01,0x02,0x5c,0xbf 2423 2424# GFX1150: s_cmp_nle_f16 s101, s2 ; encoding: [0x65,0x02,0x5c,0xbf] 24250x65,0x02,0x5c,0xbf 2426 2427# GFX1150: s_cmp_nle_f16 vcc_lo, s2 ; encoding: [0x6a,0x02,0x5c,0xbf] 24280x6a,0x02,0x5c,0xbf 2429 2430# GFX1150: s_cmp_nle_f16 vcc_hi, s2 ; encoding: [0x6b,0x02,0x5c,0xbf] 24310x6b,0x02,0x5c,0xbf 2432 2433# GFX1150: s_cmp_nle_f16 m0, s2 ; encoding: [0x7d,0x02,0x5c,0xbf] 24340x7d,0x02,0x5c,0xbf 2435 2436# GFX1150: s_cmp_nle_f16 exec_lo, s2 ; encoding: [0x7e,0x02,0x5c,0xbf] 24370x7e,0x02,0x5c,0xbf 2438 2439# GFX1150: s_cmp_nle_f16 exec_hi, s2 ; encoding: [0x7f,0x02,0x5c,0xbf] 24400x7f,0x02,0x5c,0xbf 2441 2442# GFX1150: s_cmp_nle_f16 0, s2 ; encoding: [0x80,0x02,0x5c,0xbf] 24430x80,0x02,0x5c,0xbf 2444 2445# GFX1150: s_cmp_nle_f16 -1, s2 ; encoding: [0xc1,0x02,0x5c,0xbf] 24460xc1,0x02,0x5c,0xbf 2447 2448# GFX1150: s_cmp_nle_f16 0x3800, s2 ; encoding: [0xff,0x02,0x5c,0xbf,0x00,0x38,0x00,0x00] 24490xff,0x02,0x5c,0xbf,0x00,0x38,0x00,0x00 2450 2451# GFX1150: s_cmp_nle_f16 0xfe0b, s2 ; encoding: [0xff,0x02,0x5c,0xbf,0x0b,0xfe,0x00,0x00] 24520xff,0x02,0x5c,0xbf,0x0b,0xfe,0x00,0x00 2453 2454# GFX1150: s_cmp_nle_f16 0x3456, s2 ; encoding: [0xff,0x02,0x5c,0xbf,0x56,0x34,0x00,0x00] 24550xff,0x02,0x5c,0xbf,0x56,0x34,0x00,0x00 2456 2457# GFX1150: s_cmp_neq_f16 s1, s2 ; encoding: [0x01,0x02,0x5d,0xbf] 24580x01,0x02,0x5d,0xbf 2459 2460# GFX1150: s_cmp_neq_f16 s101, s2 ; encoding: [0x65,0x02,0x5d,0xbf] 24610x65,0x02,0x5d,0xbf 2462 2463# GFX1150: s_cmp_neq_f16 vcc_lo, s2 ; encoding: [0x6a,0x02,0x5d,0xbf] 24640x6a,0x02,0x5d,0xbf 2465 2466# GFX1150: s_cmp_neq_f16 vcc_hi, s2 ; encoding: [0x6b,0x02,0x5d,0xbf] 24670x6b,0x02,0x5d,0xbf 2468 2469# GFX1150: s_cmp_neq_f16 m0, s2 ; encoding: [0x7d,0x02,0x5d,0xbf] 24700x7d,0x02,0x5d,0xbf 2471 2472# GFX1150: s_cmp_neq_f16 exec_lo, s2 ; encoding: [0x7e,0x02,0x5d,0xbf] 24730x7e,0x02,0x5d,0xbf 2474 2475# GFX1150: s_cmp_neq_f16 exec_hi, s2 ; encoding: [0x7f,0x02,0x5d,0xbf] 24760x7f,0x02,0x5d,0xbf 2477 2478# GFX1150: s_cmp_neq_f16 0, s2 ; encoding: [0x80,0x02,0x5d,0xbf] 24790x80,0x02,0x5d,0xbf 2480 2481# GFX1150: s_cmp_neq_f16 -1, s2 ; encoding: [0xc1,0x02,0x5d,0xbf] 24820xc1,0x02,0x5d,0xbf 2483 2484# GFX1150: s_cmp_neq_f16 0x3800, s2 ; encoding: [0xff,0x02,0x5d,0xbf,0x00,0x38,0x00,0x00] 24850xff,0x02,0x5d,0xbf,0x00,0x38,0x00,0x00 2486 2487# GFX1150: s_cmp_neq_f16 0xfe0b, s2 ; encoding: [0xff,0x02,0x5d,0xbf,0x0b,0xfe,0x00,0x00] 24880xff,0x02,0x5d,0xbf,0x0b,0xfe,0x00,0x00 2489 2490# GFX1150: s_cmp_neq_f16 0x3456, s2 ; encoding: [0xff,0x02,0x5d,0xbf,0x56,0x34,0x00,0x00] 24910xff,0x02,0x5d,0xbf,0x56,0x34,0x00,0x00 2492 2493# GFX1150: s_cmp_nlt_f16 s1, s2 ; encoding: [0x01,0x02,0x5e,0xbf] 24940x01,0x02,0x5e,0xbf 2495 2496# GFX1150: s_cmp_nlt_f16 s101, s2 ; encoding: [0x65,0x02,0x5e,0xbf] 24970x65,0x02,0x5e,0xbf 2498 2499# GFX1150: s_cmp_nlt_f16 vcc_lo, s2 ; encoding: [0x6a,0x02,0x5e,0xbf] 25000x6a,0x02,0x5e,0xbf 2501 2502# GFX1150: s_cmp_nlt_f16 vcc_hi, s2 ; encoding: [0x6b,0x02,0x5e,0xbf] 25030x6b,0x02,0x5e,0xbf 2504 2505# GFX1150: s_cmp_nlt_f16 m0, s2 ; encoding: [0x7d,0x02,0x5e,0xbf] 25060x7d,0x02,0x5e,0xbf 2507 2508# GFX1150: s_cmp_nlt_f16 exec_lo, s2 ; encoding: [0x7e,0x02,0x5e,0xbf] 25090x7e,0x02,0x5e,0xbf 2510 2511# GFX1150: s_cmp_nlt_f16 exec_hi, s2 ; encoding: [0x7f,0x02,0x5e,0xbf] 25120x7f,0x02,0x5e,0xbf 2513 2514# GFX1150: s_cmp_nlt_f16 0, s2 ; encoding: [0x80,0x02,0x5e,0xbf] 25150x80,0x02,0x5e,0xbf 2516 2517# GFX1150: s_cmp_nlt_f16 -1, s2 ; encoding: [0xc1,0x02,0x5e,0xbf] 25180xc1,0x02,0x5e,0xbf 2519 2520# GFX1150: s_cmp_nlt_f16 0x3800, s2 ; encoding: [0xff,0x02,0x5e,0xbf,0x00,0x38,0x00,0x00] 25210xff,0x02,0x5e,0xbf,0x00,0x38,0x00,0x00 2522 2523# GFX1150: s_cmp_nlt_f16 0xfe0b, s2 ; encoding: [0xff,0x02,0x5e,0xbf,0x0b,0xfe,0x00,0x00] 25240xff,0x02,0x5e,0xbf,0x0b,0xfe,0x00,0x00 2525 2526# GFX1150: s_cmp_nlt_f16 0x3456, s2 ; encoding: [0xff,0x02,0x5e,0xbf,0x56,0x34,0x00,0x00] 25270xff,0x02,0x5e,0xbf,0x56,0x34,0x00,0x00 2528