11577 lines · plain
1// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 -show-encoding %s | FileCheck --check-prefix=W32 %s2// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize64 -show-encoding %s | FileCheck --check-prefix=W64 %s3// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 %s 2>&1 | FileCheck --check-prefix=W32-ERR --implicit-check-not=error: %s4// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize64 %s 2>&1 | FileCheck --check-prefix=W64-ERR --implicit-check-not=error: %s5 6//===----------------------------------------------------------------------===//7// ENC_VOPC - v_cmp_* opcodes.8//===----------------------------------------------------------------------===//9 10v_cmp_f_f32 vcc, v1, v211// W64: encoding: [0x01,0x05,0x00,0x7c]12// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode13 14v_cmp_f_f32 vcc, v255, v215// W64: encoding: [0xff,0x05,0x00,0x7c]16// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode17 18v_cmp_f_f32 vcc, s1, v219// W64: encoding: [0x01,0x04,0x00,0x7c]20// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode21 22v_cmp_f_f32 vcc, s101, v223// W64: encoding: [0x65,0x04,0x00,0x7c]24// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode25 26v_cmp_f_f32 vcc, vcc_lo, v227// W64: encoding: [0x6a,0x04,0x00,0x7c]28// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode29 30v_cmp_f_f32 vcc, vcc_hi, v231// W64: encoding: [0x6b,0x04,0x00,0x7c]32// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode33 34v_cmp_f_f32 vcc, m0, v235// W64: encoding: [0x7c,0x04,0x00,0x7c]36// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode37 38v_cmp_f_f32 vcc, exec_lo, v239// W64: encoding: [0x7e,0x04,0x00,0x7c]40// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode41 42v_cmp_f_f32 vcc, exec_hi, v243// W64: encoding: [0x7f,0x04,0x00,0x7c]44// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode45 46v_cmp_f_f32 vcc, 0, v247// W64: encoding: [0x80,0x04,0x00,0x7c]48// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode49 50v_cmp_f_f32 vcc, -1, v251// W64: encoding: [0xc1,0x04,0x00,0x7c]52// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode53 54v_cmp_f_f32 vcc, 0.5, v255// W64: encoding: [0xf0,0x04,0x00,0x7c]56// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode57 58v_cmp_f_f32 vcc, -4.0, v259// W64: encoding: [0xf7,0x04,0x00,0x7c]60// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode61 62v_cmp_f_f32 vcc, 0xaf123456, v263// W64: encoding: [0xff,0x04,0x00,0x7c,0x56,0x34,0x12,0xaf]64// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode65 66v_cmp_f_f32 vcc, 0x3f717273, v267// W64: encoding: [0xff,0x04,0x00,0x7c,0x73,0x72,0x71,0x3f]68// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode69 70v_cmp_f_f32 vcc, v1, v25571// W64: encoding: [0x01,0xff,0x01,0x7c]72// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode73 74v_cmp_f_f32 vcc_lo, v1, v275// W32: encoding: [0x01,0x05,0x00,0x7c]76// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode77 78v_cmp_f_f32 vcc_lo, v255, v279// W32: encoding: [0xff,0x05,0x00,0x7c]80// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode81 82v_cmp_f_f32 vcc_lo, s1, v283// W32: encoding: [0x01,0x04,0x00,0x7c]84// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode85 86v_cmp_f_f32 vcc_lo, s101, v287// W32: encoding: [0x65,0x04,0x00,0x7c]88// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode89 90v_cmp_f_f32 vcc_lo, vcc_lo, v291// W32: encoding: [0x6a,0x04,0x00,0x7c]92// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode93 94v_cmp_f_f32 vcc_lo, vcc_hi, v295// W32: encoding: [0x6b,0x04,0x00,0x7c]96// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode97 98v_cmp_f_f32 vcc_lo, m0, v299// W32: encoding: [0x7c,0x04,0x00,0x7c]100// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode101 102v_cmp_f_f32 vcc_lo, exec_lo, v2103// W32: encoding: [0x7e,0x04,0x00,0x7c]104// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode105 106v_cmp_f_f32 vcc_lo, exec_hi, v2107// W32: encoding: [0x7f,0x04,0x00,0x7c]108// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode109 110v_cmp_f_f32 vcc_lo, 0, v2111// W32: encoding: [0x80,0x04,0x00,0x7c]112// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode113 114v_cmp_f_f32 vcc_lo, -1, v2115// W32: encoding: [0xc1,0x04,0x00,0x7c]116// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode117 118v_cmp_f_f32 vcc_lo, 0.5, v2119// W32: encoding: [0xf0,0x04,0x00,0x7c]120// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode121 122v_cmp_f_f32 vcc_lo, -4.0, v2123// W32: encoding: [0xf7,0x04,0x00,0x7c]124// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode125 126v_cmp_f_f32 vcc_lo, 0xaf123456, v2127// W32: encoding: [0xff,0x04,0x00,0x7c,0x56,0x34,0x12,0xaf]128// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode129 130v_cmp_f_f32 vcc_lo, 0x3f717273, v2131// W32: encoding: [0xff,0x04,0x00,0x7c,0x73,0x72,0x71,0x3f]132// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode133 134v_cmp_f_f32 vcc_lo, v1, v255135// W32: encoding: [0x01,0xff,0x01,0x7c]136// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode137 138v_cmp_lt_f32 vcc, v1, v2139// W64: encoding: [0x01,0x05,0x02,0x7c]140// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode141 142v_cmp_lt_f32 vcc, v255, v2143// W64: encoding: [0xff,0x05,0x02,0x7c]144// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode145 146v_cmp_lt_f32 vcc, s1, v2147// W64: encoding: [0x01,0x04,0x02,0x7c]148// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode149 150v_cmp_lt_f32 vcc, s101, v2151// W64: encoding: [0x65,0x04,0x02,0x7c]152// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode153 154v_cmp_lt_f32 vcc, vcc_lo, v2155// W64: encoding: [0x6a,0x04,0x02,0x7c]156// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode157 158v_cmp_lt_f32 vcc, vcc_hi, v2159// W64: encoding: [0x6b,0x04,0x02,0x7c]160// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode161 162v_cmp_lt_f32 vcc, m0, v2163// W64: encoding: [0x7c,0x04,0x02,0x7c]164// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode165 166v_cmp_lt_f32 vcc, exec_lo, v2167// W64: encoding: [0x7e,0x04,0x02,0x7c]168// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode169 170v_cmp_lt_f32 vcc, exec_hi, v2171// W64: encoding: [0x7f,0x04,0x02,0x7c]172// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode173 174v_cmp_lt_f32 vcc, 0, v2175// W64: encoding: [0x80,0x04,0x02,0x7c]176// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode177 178v_cmp_lt_f32 vcc, -1, v2179// W64: encoding: [0xc1,0x04,0x02,0x7c]180// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode181 182v_cmp_lt_f32 vcc, 0.5, v2183// W64: encoding: [0xf0,0x04,0x02,0x7c]184// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode185 186v_cmp_lt_f32 vcc, -4.0, v2187// W64: encoding: [0xf7,0x04,0x02,0x7c]188// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode189 190v_cmp_lt_f32 vcc, 0xaf123456, v2191// W64: encoding: [0xff,0x04,0x02,0x7c,0x56,0x34,0x12,0xaf]192// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode193 194v_cmp_lt_f32 vcc, 0x3f717273, v2195// W64: encoding: [0xff,0x04,0x02,0x7c,0x73,0x72,0x71,0x3f]196// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode197 198v_cmp_lt_f32 vcc, v1, v255199// W64: encoding: [0x01,0xff,0x03,0x7c]200// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode201 202v_cmp_lt_f32 vcc_lo, v1, v2203// W32: encoding: [0x01,0x05,0x02,0x7c]204// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode205 206v_cmp_lt_f32 vcc_lo, v255, v2207// W32: encoding: [0xff,0x05,0x02,0x7c]208// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode209 210v_cmp_lt_f32 vcc_lo, s1, v2211// W32: encoding: [0x01,0x04,0x02,0x7c]212// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode213 214v_cmp_lt_f32 vcc_lo, s101, v2215// W32: encoding: [0x65,0x04,0x02,0x7c]216// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode217 218v_cmp_lt_f32 vcc_lo, vcc_lo, v2219// W32: encoding: [0x6a,0x04,0x02,0x7c]220// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode221 222v_cmp_lt_f32 vcc_lo, vcc_hi, v2223// W32: encoding: [0x6b,0x04,0x02,0x7c]224// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode225 226v_cmp_lt_f32 vcc_lo, m0, v2227// W32: encoding: [0x7c,0x04,0x02,0x7c]228// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode229 230v_cmp_lt_f32 vcc_lo, exec_lo, v2231// W32: encoding: [0x7e,0x04,0x02,0x7c]232// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode233 234v_cmp_lt_f32 vcc_lo, exec_hi, v2235// W32: encoding: [0x7f,0x04,0x02,0x7c]236// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode237 238v_cmp_lt_f32 vcc_lo, 0, v2239// W32: encoding: [0x80,0x04,0x02,0x7c]240// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode241 242v_cmp_lt_f32 vcc_lo, -1, v2243// W32: encoding: [0xc1,0x04,0x02,0x7c]244// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode245 246v_cmp_lt_f32 vcc_lo, 0.5, v2247// W32: encoding: [0xf0,0x04,0x02,0x7c]248// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode249 250v_cmp_lt_f32 vcc_lo, -4.0, v2251// W32: encoding: [0xf7,0x04,0x02,0x7c]252// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode253 254v_cmp_lt_f32 vcc_lo, 0xaf123456, v2255// W32: encoding: [0xff,0x04,0x02,0x7c,0x56,0x34,0x12,0xaf]256// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode257 258v_cmp_lt_f32 vcc_lo, 0x3f717273, v2259// W32: encoding: [0xff,0x04,0x02,0x7c,0x73,0x72,0x71,0x3f]260// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode261 262v_cmp_lt_f32 vcc_lo, v1, v255263// W32: encoding: [0x01,0xff,0x03,0x7c]264// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode265 266v_cmp_eq_f32 vcc, v1, v2267// W64: encoding: [0x01,0x05,0x04,0x7c]268// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode269 270v_cmp_eq_f32 vcc, v255, v2271// W64: encoding: [0xff,0x05,0x04,0x7c]272// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode273 274v_cmp_eq_f32 vcc, s1, v2275// W64: encoding: [0x01,0x04,0x04,0x7c]276// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode277 278v_cmp_eq_f32 vcc, s101, v2279// W64: encoding: [0x65,0x04,0x04,0x7c]280// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode281 282v_cmp_eq_f32 vcc, vcc_lo, v2283// W64: encoding: [0x6a,0x04,0x04,0x7c]284// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode285 286v_cmp_eq_f32 vcc, vcc_hi, v2287// W64: encoding: [0x6b,0x04,0x04,0x7c]288// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode289 290v_cmp_eq_f32 vcc, m0, v2291// W64: encoding: [0x7c,0x04,0x04,0x7c]292// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode293 294v_cmp_eq_f32 vcc, exec_lo, v2295// W64: encoding: [0x7e,0x04,0x04,0x7c]296// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode297 298v_cmp_eq_f32 vcc, exec_hi, v2299// W64: encoding: [0x7f,0x04,0x04,0x7c]300// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode301 302v_cmp_eq_f32 vcc, 0, v2303// W64: encoding: [0x80,0x04,0x04,0x7c]304// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode305 306v_cmp_eq_f32 vcc, -1, v2307// W64: encoding: [0xc1,0x04,0x04,0x7c]308// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode309 310v_cmp_eq_f32 vcc, 0.5, v2311// W64: encoding: [0xf0,0x04,0x04,0x7c]312// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode313 314v_cmp_eq_f32 vcc, -4.0, v2315// W64: encoding: [0xf7,0x04,0x04,0x7c]316// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode317 318v_cmp_eq_f32 vcc, 0xaf123456, v2319// W64: encoding: [0xff,0x04,0x04,0x7c,0x56,0x34,0x12,0xaf]320// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode321 322v_cmp_eq_f32 vcc, 0x3f717273, v2323// W64: encoding: [0xff,0x04,0x04,0x7c,0x73,0x72,0x71,0x3f]324// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode325 326v_cmp_eq_f32 vcc, v1, v255327// W64: encoding: [0x01,0xff,0x05,0x7c]328// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode329 330v_cmp_eq_f32 vcc_lo, v1, v2331// W32: encoding: [0x01,0x05,0x04,0x7c]332// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode333 334v_cmp_eq_f32 vcc_lo, v255, v2335// W32: encoding: [0xff,0x05,0x04,0x7c]336// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode337 338v_cmp_eq_f32 vcc_lo, s1, v2339// W32: encoding: [0x01,0x04,0x04,0x7c]340// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode341 342v_cmp_eq_f32 vcc_lo, s101, v2343// W32: encoding: [0x65,0x04,0x04,0x7c]344// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode345 346v_cmp_eq_f32 vcc_lo, vcc_lo, v2347// W32: encoding: [0x6a,0x04,0x04,0x7c]348// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode349 350v_cmp_eq_f32 vcc_lo, vcc_hi, v2351// W32: encoding: [0x6b,0x04,0x04,0x7c]352// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode353 354v_cmp_eq_f32 vcc_lo, m0, v2355// W32: encoding: [0x7c,0x04,0x04,0x7c]356// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode357 358v_cmp_eq_f32 vcc_lo, exec_lo, v2359// W32: encoding: [0x7e,0x04,0x04,0x7c]360// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode361 362v_cmp_eq_f32 vcc_lo, exec_hi, v2363// W32: encoding: [0x7f,0x04,0x04,0x7c]364// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode365 366v_cmp_eq_f32 vcc_lo, 0, v2367// W32: encoding: [0x80,0x04,0x04,0x7c]368// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode369 370v_cmp_eq_f32 vcc_lo, -1, v2371// W32: encoding: [0xc1,0x04,0x04,0x7c]372// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode373 374v_cmp_eq_f32 vcc_lo, 0.5, v2375// W32: encoding: [0xf0,0x04,0x04,0x7c]376// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode377 378v_cmp_eq_f32 vcc_lo, -4.0, v2379// W32: encoding: [0xf7,0x04,0x04,0x7c]380// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode381 382v_cmp_eq_f32 vcc_lo, 0xaf123456, v2383// W32: encoding: [0xff,0x04,0x04,0x7c,0x56,0x34,0x12,0xaf]384// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode385 386v_cmp_eq_f32 vcc_lo, 0x3f717273, v2387// W32: encoding: [0xff,0x04,0x04,0x7c,0x73,0x72,0x71,0x3f]388// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode389 390v_cmp_eq_f32 vcc_lo, v1, v255391// W32: encoding: [0x01,0xff,0x05,0x7c]392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode393 394v_cmp_le_f32 vcc, v1, v2395// W64: encoding: [0x01,0x05,0x06,0x7c]396// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode397 398v_cmp_le_f32 vcc, v255, v2399// W64: encoding: [0xff,0x05,0x06,0x7c]400// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode401 402v_cmp_le_f32 vcc, s1, v2403// W64: encoding: [0x01,0x04,0x06,0x7c]404// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode405 406v_cmp_le_f32 vcc, s101, v2407// W64: encoding: [0x65,0x04,0x06,0x7c]408// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode409 410v_cmp_le_f32 vcc, vcc_lo, v2411// W64: encoding: [0x6a,0x04,0x06,0x7c]412// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode413 414v_cmp_le_f32 vcc, vcc_hi, v2415// W64: encoding: [0x6b,0x04,0x06,0x7c]416// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode417 418v_cmp_le_f32 vcc, m0, v2419// W64: encoding: [0x7c,0x04,0x06,0x7c]420// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode421 422v_cmp_le_f32 vcc, exec_lo, v2423// W64: encoding: [0x7e,0x04,0x06,0x7c]424// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode425 426v_cmp_le_f32 vcc, exec_hi, v2427// W64: encoding: [0x7f,0x04,0x06,0x7c]428// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode429 430v_cmp_le_f32 vcc, 0, v2431// W64: encoding: [0x80,0x04,0x06,0x7c]432// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode433 434v_cmp_le_f32 vcc, -1, v2435// W64: encoding: [0xc1,0x04,0x06,0x7c]436// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode437 438v_cmp_le_f32 vcc, 0.5, v2439// W64: encoding: [0xf0,0x04,0x06,0x7c]440// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode441 442v_cmp_le_f32 vcc, -4.0, v2443// W64: encoding: [0xf7,0x04,0x06,0x7c]444// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode445 446v_cmp_le_f32 vcc, 0xaf123456, v2447// W64: encoding: [0xff,0x04,0x06,0x7c,0x56,0x34,0x12,0xaf]448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode449 450v_cmp_le_f32 vcc, 0x3f717273, v2451// W64: encoding: [0xff,0x04,0x06,0x7c,0x73,0x72,0x71,0x3f]452// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode453 454v_cmp_le_f32 vcc, v1, v255455// W64: encoding: [0x01,0xff,0x07,0x7c]456// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode457 458v_cmp_le_f32 vcc_lo, v1, v2459// W32: encoding: [0x01,0x05,0x06,0x7c]460// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode461 462v_cmp_le_f32 vcc_lo, v255, v2463// W32: encoding: [0xff,0x05,0x06,0x7c]464// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode465 466v_cmp_le_f32 vcc_lo, s1, v2467// W32: encoding: [0x01,0x04,0x06,0x7c]468// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode469 470v_cmp_le_f32 vcc_lo, s101, v2471// W32: encoding: [0x65,0x04,0x06,0x7c]472// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode473 474v_cmp_le_f32 vcc_lo, vcc_lo, v2475// W32: encoding: [0x6a,0x04,0x06,0x7c]476// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode477 478v_cmp_le_f32 vcc_lo, vcc_hi, v2479// W32: encoding: [0x6b,0x04,0x06,0x7c]480// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode481 482v_cmp_le_f32 vcc_lo, m0, v2483// W32: encoding: [0x7c,0x04,0x06,0x7c]484// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode485 486v_cmp_le_f32 vcc_lo, exec_lo, v2487// W32: encoding: [0x7e,0x04,0x06,0x7c]488// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode489 490v_cmp_le_f32 vcc_lo, exec_hi, v2491// W32: encoding: [0x7f,0x04,0x06,0x7c]492// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode493 494v_cmp_le_f32 vcc_lo, 0, v2495// W32: encoding: [0x80,0x04,0x06,0x7c]496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode497 498v_cmp_le_f32 vcc_lo, -1, v2499// W32: encoding: [0xc1,0x04,0x06,0x7c]500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode501 502v_cmp_le_f32 vcc_lo, 0.5, v2503// W32: encoding: [0xf0,0x04,0x06,0x7c]504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode505 506v_cmp_le_f32 vcc_lo, -4.0, v2507// W32: encoding: [0xf7,0x04,0x06,0x7c]508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode509 510v_cmp_le_f32 vcc_lo, 0xaf123456, v2511// W32: encoding: [0xff,0x04,0x06,0x7c,0x56,0x34,0x12,0xaf]512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode513 514v_cmp_le_f32 vcc_lo, 0x3f717273, v2515// W32: encoding: [0xff,0x04,0x06,0x7c,0x73,0x72,0x71,0x3f]516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode517 518v_cmp_le_f32 vcc_lo, v1, v255519// W32: encoding: [0x01,0xff,0x07,0x7c]520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode521 522v_cmp_gt_f32 vcc, v1, v2523// W64: encoding: [0x01,0x05,0x08,0x7c]524// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode525 526v_cmp_gt_f32 vcc, v255, v2527// W64: encoding: [0xff,0x05,0x08,0x7c]528// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode529 530v_cmp_gt_f32 vcc, s1, v2531// W64: encoding: [0x01,0x04,0x08,0x7c]532// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode533 534v_cmp_gt_f32 vcc, s101, v2535// W64: encoding: [0x65,0x04,0x08,0x7c]536// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode537 538v_cmp_gt_f32 vcc, vcc_lo, v2539// W64: encoding: [0x6a,0x04,0x08,0x7c]540// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode541 542v_cmp_gt_f32 vcc, vcc_hi, v2543// W64: encoding: [0x6b,0x04,0x08,0x7c]544// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode545 546v_cmp_gt_f32 vcc, m0, v2547// W64: encoding: [0x7c,0x04,0x08,0x7c]548// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode549 550v_cmp_gt_f32 vcc, exec_lo, v2551// W64: encoding: [0x7e,0x04,0x08,0x7c]552// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode553 554v_cmp_gt_f32 vcc, exec_hi, v2555// W64: encoding: [0x7f,0x04,0x08,0x7c]556// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode557 558v_cmp_gt_f32 vcc, 0, v2559// W64: encoding: [0x80,0x04,0x08,0x7c]560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode561 562v_cmp_gt_f32 vcc, -1, v2563// W64: encoding: [0xc1,0x04,0x08,0x7c]564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode565 566v_cmp_gt_f32 vcc, 0.5, v2567// W64: encoding: [0xf0,0x04,0x08,0x7c]568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode569 570v_cmp_gt_f32 vcc, -4.0, v2571// W64: encoding: [0xf7,0x04,0x08,0x7c]572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode573 574v_cmp_gt_f32 vcc, 0xaf123456, v2575// W64: encoding: [0xff,0x04,0x08,0x7c,0x56,0x34,0x12,0xaf]576// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode577 578v_cmp_gt_f32 vcc, 0x3f717273, v2579// W64: encoding: [0xff,0x04,0x08,0x7c,0x73,0x72,0x71,0x3f]580// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode581 582v_cmp_gt_f32 vcc, v1, v255583// W64: encoding: [0x01,0xff,0x09,0x7c]584// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode585 586v_cmp_gt_f32 vcc_lo, v1, v2587// W32: encoding: [0x01,0x05,0x08,0x7c]588// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode589 590v_cmp_gt_f32 vcc_lo, v255, v2591// W32: encoding: [0xff,0x05,0x08,0x7c]592// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode593 594v_cmp_gt_f32 vcc_lo, s1, v2595// W32: encoding: [0x01,0x04,0x08,0x7c]596// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode597 598v_cmp_gt_f32 vcc_lo, s101, v2599// W32: encoding: [0x65,0x04,0x08,0x7c]600// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode601 602v_cmp_gt_f32 vcc_lo, vcc_lo, v2603// W32: encoding: [0x6a,0x04,0x08,0x7c]604// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode605 606v_cmp_gt_f32 vcc_lo, vcc_hi, v2607// W32: encoding: [0x6b,0x04,0x08,0x7c]608// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode609 610v_cmp_gt_f32 vcc_lo, m0, v2611// W32: encoding: [0x7c,0x04,0x08,0x7c]612// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode613 614v_cmp_gt_f32 vcc_lo, exec_lo, v2615// W32: encoding: [0x7e,0x04,0x08,0x7c]616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode617 618v_cmp_gt_f32 vcc_lo, exec_hi, v2619// W32: encoding: [0x7f,0x04,0x08,0x7c]620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode621 622v_cmp_gt_f32 vcc_lo, 0, v2623// W32: encoding: [0x80,0x04,0x08,0x7c]624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode625 626v_cmp_gt_f32 vcc_lo, -1, v2627// W32: encoding: [0xc1,0x04,0x08,0x7c]628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode629 630v_cmp_gt_f32 vcc_lo, 0.5, v2631// W32: encoding: [0xf0,0x04,0x08,0x7c]632// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode633 634v_cmp_gt_f32 vcc_lo, -4.0, v2635// W32: encoding: [0xf7,0x04,0x08,0x7c]636// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode637 638v_cmp_gt_f32 vcc_lo, 0xaf123456, v2639// W32: encoding: [0xff,0x04,0x08,0x7c,0x56,0x34,0x12,0xaf]640// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode641 642v_cmp_gt_f32 vcc_lo, 0x3f717273, v2643// W32: encoding: [0xff,0x04,0x08,0x7c,0x73,0x72,0x71,0x3f]644// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode645 646v_cmp_gt_f32 vcc_lo, v1, v255647// W32: encoding: [0x01,0xff,0x09,0x7c]648// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode649 650v_cmp_lg_f32 vcc, v1, v2651// W64: encoding: [0x01,0x05,0x0a,0x7c]652// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode653 654v_cmp_lg_f32 vcc, v255, v2655// W64: encoding: [0xff,0x05,0x0a,0x7c]656// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode657 658v_cmp_lg_f32 vcc, s1, v2659// W64: encoding: [0x01,0x04,0x0a,0x7c]660// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode661 662v_cmp_lg_f32 vcc, s101, v2663// W64: encoding: [0x65,0x04,0x0a,0x7c]664// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode665 666v_cmp_lg_f32 vcc, vcc_lo, v2667// W64: encoding: [0x6a,0x04,0x0a,0x7c]668// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode669 670v_cmp_lg_f32 vcc, vcc_hi, v2671// W64: encoding: [0x6b,0x04,0x0a,0x7c]672// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode673 674v_cmp_lg_f32 vcc, m0, v2675// W64: encoding: [0x7c,0x04,0x0a,0x7c]676// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode677 678v_cmp_lg_f32 vcc, exec_lo, v2679// W64: encoding: [0x7e,0x04,0x0a,0x7c]680// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode681 682v_cmp_lg_f32 vcc, exec_hi, v2683// W64: encoding: [0x7f,0x04,0x0a,0x7c]684// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode685 686v_cmp_lg_f32 vcc, 0, v2687// W64: encoding: [0x80,0x04,0x0a,0x7c]688// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode689 690v_cmp_lg_f32 vcc, -1, v2691// W64: encoding: [0xc1,0x04,0x0a,0x7c]692// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode693 694v_cmp_lg_f32 vcc, 0.5, v2695// W64: encoding: [0xf0,0x04,0x0a,0x7c]696// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode697 698v_cmp_lg_f32 vcc, -4.0, v2699// W64: encoding: [0xf7,0x04,0x0a,0x7c]700// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode701 702v_cmp_lg_f32 vcc, 0xaf123456, v2703// W64: encoding: [0xff,0x04,0x0a,0x7c,0x56,0x34,0x12,0xaf]704// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode705 706v_cmp_lg_f32 vcc, 0x3f717273, v2707// W64: encoding: [0xff,0x04,0x0a,0x7c,0x73,0x72,0x71,0x3f]708// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode709 710v_cmp_lg_f32 vcc, v1, v255711// W64: encoding: [0x01,0xff,0x0b,0x7c]712// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode713 714v_cmp_lg_f32 vcc_lo, v1, v2715// W32: encoding: [0x01,0x05,0x0a,0x7c]716// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode717 718v_cmp_lg_f32 vcc_lo, v255, v2719// W32: encoding: [0xff,0x05,0x0a,0x7c]720// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode721 722v_cmp_lg_f32 vcc_lo, s1, v2723// W32: encoding: [0x01,0x04,0x0a,0x7c]724// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode725 726v_cmp_lg_f32 vcc_lo, s101, v2727// W32: encoding: [0x65,0x04,0x0a,0x7c]728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode729 730v_cmp_lg_f32 vcc_lo, vcc_lo, v2731// W32: encoding: [0x6a,0x04,0x0a,0x7c]732// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode733 734v_cmp_lg_f32 vcc_lo, vcc_hi, v2735// W32: encoding: [0x6b,0x04,0x0a,0x7c]736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode737 738v_cmp_lg_f32 vcc_lo, m0, v2739// W32: encoding: [0x7c,0x04,0x0a,0x7c]740// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode741 742v_cmp_lg_f32 vcc_lo, exec_lo, v2743// W32: encoding: [0x7e,0x04,0x0a,0x7c]744// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode745 746v_cmp_lg_f32 vcc_lo, exec_hi, v2747// W32: encoding: [0x7f,0x04,0x0a,0x7c]748// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode749 750v_cmp_lg_f32 vcc_lo, 0, v2751// W32: encoding: [0x80,0x04,0x0a,0x7c]752// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode753 754v_cmp_lg_f32 vcc_lo, -1, v2755// W32: encoding: [0xc1,0x04,0x0a,0x7c]756// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode757 758v_cmp_lg_f32 vcc_lo, 0.5, v2759// W32: encoding: [0xf0,0x04,0x0a,0x7c]760// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode761 762v_cmp_lg_f32 vcc_lo, -4.0, v2763// W32: encoding: [0xf7,0x04,0x0a,0x7c]764// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode765 766v_cmp_lg_f32 vcc_lo, 0xaf123456, v2767// W32: encoding: [0xff,0x04,0x0a,0x7c,0x56,0x34,0x12,0xaf]768// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode769 770v_cmp_lg_f32 vcc_lo, 0x3f717273, v2771// W32: encoding: [0xff,0x04,0x0a,0x7c,0x73,0x72,0x71,0x3f]772// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode773 774v_cmp_lg_f32 vcc_lo, v1, v255775// W32: encoding: [0x01,0xff,0x0b,0x7c]776// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode777 778v_cmp_ge_f32 vcc, v1, v2779// W64: encoding: [0x01,0x05,0x0c,0x7c]780// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode781 782v_cmp_ge_f32 vcc, v255, v2783// W64: encoding: [0xff,0x05,0x0c,0x7c]784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode785 786v_cmp_ge_f32 vcc, s1, v2787// W64: encoding: [0x01,0x04,0x0c,0x7c]788// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode789 790v_cmp_ge_f32 vcc, s101, v2791// W64: encoding: [0x65,0x04,0x0c,0x7c]792// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode793 794v_cmp_ge_f32 vcc, vcc_lo, v2795// W64: encoding: [0x6a,0x04,0x0c,0x7c]796// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode797 798v_cmp_ge_f32 vcc, vcc_hi, v2799// W64: encoding: [0x6b,0x04,0x0c,0x7c]800// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode801 802v_cmp_ge_f32 vcc, m0, v2803// W64: encoding: [0x7c,0x04,0x0c,0x7c]804// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode805 806v_cmp_ge_f32 vcc, exec_lo, v2807// W64: encoding: [0x7e,0x04,0x0c,0x7c]808// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode809 810v_cmp_ge_f32 vcc, exec_hi, v2811// W64: encoding: [0x7f,0x04,0x0c,0x7c]812// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode813 814v_cmp_ge_f32 vcc, 0, v2815// W64: encoding: [0x80,0x04,0x0c,0x7c]816// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode817 818v_cmp_ge_f32 vcc, -1, v2819// W64: encoding: [0xc1,0x04,0x0c,0x7c]820// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode821 822v_cmp_ge_f32 vcc, 0.5, v2823// W64: encoding: [0xf0,0x04,0x0c,0x7c]824// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode825 826v_cmp_ge_f32 vcc, -4.0, v2827// W64: encoding: [0xf7,0x04,0x0c,0x7c]828// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode829 830v_cmp_ge_f32 vcc, 0xaf123456, v2831// W64: encoding: [0xff,0x04,0x0c,0x7c,0x56,0x34,0x12,0xaf]832// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode833 834v_cmp_ge_f32 vcc, 0x3f717273, v2835// W64: encoding: [0xff,0x04,0x0c,0x7c,0x73,0x72,0x71,0x3f]836// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode837 838v_cmp_ge_f32 vcc, v1, v255839// W64: encoding: [0x01,0xff,0x0d,0x7c]840// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode841 842v_cmp_ge_f32 vcc_lo, v1, v2843// W32: encoding: [0x01,0x05,0x0c,0x7c]844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode845 846v_cmp_ge_f32 vcc_lo, v255, v2847// W32: encoding: [0xff,0x05,0x0c,0x7c]848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode849 850v_cmp_ge_f32 vcc_lo, s1, v2851// W32: encoding: [0x01,0x04,0x0c,0x7c]852// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode853 854v_cmp_ge_f32 vcc_lo, s101, v2855// W32: encoding: [0x65,0x04,0x0c,0x7c]856// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode857 858v_cmp_ge_f32 vcc_lo, vcc_lo, v2859// W32: encoding: [0x6a,0x04,0x0c,0x7c]860// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode861 862v_cmp_ge_f32 vcc_lo, vcc_hi, v2863// W32: encoding: [0x6b,0x04,0x0c,0x7c]864// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode865 866v_cmp_ge_f32 vcc_lo, m0, v2867// W32: encoding: [0x7c,0x04,0x0c,0x7c]868// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode869 870v_cmp_ge_f32 vcc_lo, exec_lo, v2871// W32: encoding: [0x7e,0x04,0x0c,0x7c]872// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode873 874v_cmp_ge_f32 vcc_lo, exec_hi, v2875// W32: encoding: [0x7f,0x04,0x0c,0x7c]876// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode877 878v_cmp_ge_f32 vcc_lo, 0, v2879// W32: encoding: [0x80,0x04,0x0c,0x7c]880// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode881 882v_cmp_ge_f32 vcc_lo, -1, v2883// W32: encoding: [0xc1,0x04,0x0c,0x7c]884// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode885 886v_cmp_ge_f32 vcc_lo, 0.5, v2887// W32: encoding: [0xf0,0x04,0x0c,0x7c]888// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode889 890v_cmp_ge_f32 vcc_lo, -4.0, v2891// W32: encoding: [0xf7,0x04,0x0c,0x7c]892// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode893 894v_cmp_ge_f32 vcc_lo, 0xaf123456, v2895// W32: encoding: [0xff,0x04,0x0c,0x7c,0x56,0x34,0x12,0xaf]896// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode897 898v_cmp_ge_f32 vcc_lo, 0x3f717273, v2899// W32: encoding: [0xff,0x04,0x0c,0x7c,0x73,0x72,0x71,0x3f]900// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode901 902v_cmp_ge_f32 vcc_lo, v1, v255903// W32: encoding: [0x01,0xff,0x0d,0x7c]904// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode905 906v_cmp_o_f32 vcc, v1, v2907// W64: encoding: [0x01,0x05,0x0e,0x7c]908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode909 910v_cmp_o_f32 vcc, v255, v2911// W64: encoding: [0xff,0x05,0x0e,0x7c]912// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode913 914v_cmp_o_f32 vcc, s1, v2915// W64: encoding: [0x01,0x04,0x0e,0x7c]916// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode917 918v_cmp_o_f32 vcc, s101, v2919// W64: encoding: [0x65,0x04,0x0e,0x7c]920// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode921 922v_cmp_o_f32 vcc, vcc_lo, v2923// W64: encoding: [0x6a,0x04,0x0e,0x7c]924// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode925 926v_cmp_o_f32 vcc, vcc_hi, v2927// W64: encoding: [0x6b,0x04,0x0e,0x7c]928// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode929 930v_cmp_o_f32 vcc, m0, v2931// W64: encoding: [0x7c,0x04,0x0e,0x7c]932// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode933 934v_cmp_o_f32 vcc, exec_lo, v2935// W64: encoding: [0x7e,0x04,0x0e,0x7c]936// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode937 938v_cmp_o_f32 vcc, exec_hi, v2939// W64: encoding: [0x7f,0x04,0x0e,0x7c]940// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode941 942v_cmp_o_f32 vcc, 0, v2943// W64: encoding: [0x80,0x04,0x0e,0x7c]944// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode945 946v_cmp_o_f32 vcc, -1, v2947// W64: encoding: [0xc1,0x04,0x0e,0x7c]948// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode949 950v_cmp_o_f32 vcc, 0.5, v2951// W64: encoding: [0xf0,0x04,0x0e,0x7c]952// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode953 954v_cmp_o_f32 vcc, -4.0, v2955// W64: encoding: [0xf7,0x04,0x0e,0x7c]956// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode957 958v_cmp_o_f32 vcc, 0xaf123456, v2959// W64: encoding: [0xff,0x04,0x0e,0x7c,0x56,0x34,0x12,0xaf]960// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode961 962v_cmp_o_f32 vcc, 0x3f717273, v2963// W64: encoding: [0xff,0x04,0x0e,0x7c,0x73,0x72,0x71,0x3f]964// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode965 966v_cmp_o_f32 vcc, v1, v255967// W64: encoding: [0x01,0xff,0x0f,0x7c]968// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode969 970v_cmp_o_f32 vcc_lo, v1, v2971// W32: encoding: [0x01,0x05,0x0e,0x7c]972// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode973 974v_cmp_o_f32 vcc_lo, v255, v2975// W32: encoding: [0xff,0x05,0x0e,0x7c]976// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode977 978v_cmp_o_f32 vcc_lo, s1, v2979// W32: encoding: [0x01,0x04,0x0e,0x7c]980// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode981 982v_cmp_o_f32 vcc_lo, s101, v2983// W32: encoding: [0x65,0x04,0x0e,0x7c]984// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode985 986v_cmp_o_f32 vcc_lo, vcc_lo, v2987// W32: encoding: [0x6a,0x04,0x0e,0x7c]988// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode989 990v_cmp_o_f32 vcc_lo, vcc_hi, v2991// W32: encoding: [0x6b,0x04,0x0e,0x7c]992// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode993 994v_cmp_o_f32 vcc_lo, m0, v2995// W32: encoding: [0x7c,0x04,0x0e,0x7c]996// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode997 998v_cmp_o_f32 vcc_lo, exec_lo, v2999// W32: encoding: [0x7e,0x04,0x0e,0x7c]1000// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1001 1002v_cmp_o_f32 vcc_lo, exec_hi, v21003// W32: encoding: [0x7f,0x04,0x0e,0x7c]1004// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1005 1006v_cmp_o_f32 vcc_lo, 0, v21007// W32: encoding: [0x80,0x04,0x0e,0x7c]1008// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1009 1010v_cmp_o_f32 vcc_lo, -1, v21011// W32: encoding: [0xc1,0x04,0x0e,0x7c]1012// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1013 1014v_cmp_o_f32 vcc_lo, 0.5, v21015// W32: encoding: [0xf0,0x04,0x0e,0x7c]1016// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1017 1018v_cmp_o_f32 vcc_lo, -4.0, v21019// W32: encoding: [0xf7,0x04,0x0e,0x7c]1020// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1021 1022v_cmp_o_f32 vcc_lo, 0xaf123456, v21023// W32: encoding: [0xff,0x04,0x0e,0x7c,0x56,0x34,0x12,0xaf]1024// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1025 1026v_cmp_o_f32 vcc_lo, 0x3f717273, v21027// W32: encoding: [0xff,0x04,0x0e,0x7c,0x73,0x72,0x71,0x3f]1028// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1029 1030v_cmp_o_f32 vcc_lo, v1, v2551031// W32: encoding: [0x01,0xff,0x0f,0x7c]1032// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1033 1034v_cmp_u_f32 vcc, v1, v21035// W64: encoding: [0x01,0x05,0x10,0x7c]1036// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1037 1038v_cmp_u_f32 vcc, v255, v21039// W64: encoding: [0xff,0x05,0x10,0x7c]1040// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1041 1042v_cmp_u_f32 vcc, s1, v21043// W64: encoding: [0x01,0x04,0x10,0x7c]1044// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1045 1046v_cmp_u_f32 vcc, s101, v21047// W64: encoding: [0x65,0x04,0x10,0x7c]1048// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1049 1050v_cmp_u_f32 vcc, vcc_lo, v21051// W64: encoding: [0x6a,0x04,0x10,0x7c]1052// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1053 1054v_cmp_u_f32 vcc, vcc_hi, v21055// W64: encoding: [0x6b,0x04,0x10,0x7c]1056// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1057 1058v_cmp_u_f32 vcc, m0, v21059// W64: encoding: [0x7c,0x04,0x10,0x7c]1060// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1061 1062v_cmp_u_f32 vcc, exec_lo, v21063// W64: encoding: [0x7e,0x04,0x10,0x7c]1064// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1065 1066v_cmp_u_f32 vcc, exec_hi, v21067// W64: encoding: [0x7f,0x04,0x10,0x7c]1068// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1069 1070v_cmp_u_f32 vcc, 0, v21071// W64: encoding: [0x80,0x04,0x10,0x7c]1072// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1073 1074v_cmp_u_f32 vcc, -1, v21075// W64: encoding: [0xc1,0x04,0x10,0x7c]1076// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1077 1078v_cmp_u_f32 vcc, 0.5, v21079// W64: encoding: [0xf0,0x04,0x10,0x7c]1080// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1081 1082v_cmp_u_f32 vcc, -4.0, v21083// W64: encoding: [0xf7,0x04,0x10,0x7c]1084// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1085 1086v_cmp_u_f32 vcc, 0xaf123456, v21087// W64: encoding: [0xff,0x04,0x10,0x7c,0x56,0x34,0x12,0xaf]1088// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1089 1090v_cmp_u_f32 vcc, 0x3f717273, v21091// W64: encoding: [0xff,0x04,0x10,0x7c,0x73,0x72,0x71,0x3f]1092// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1093 1094v_cmp_u_f32 vcc, v1, v2551095// W64: encoding: [0x01,0xff,0x11,0x7c]1096// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1097 1098v_cmp_u_f32 vcc_lo, v1, v21099// W32: encoding: [0x01,0x05,0x10,0x7c]1100// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1101 1102v_cmp_u_f32 vcc_lo, v255, v21103// W32: encoding: [0xff,0x05,0x10,0x7c]1104// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1105 1106v_cmp_u_f32 vcc_lo, s1, v21107// W32: encoding: [0x01,0x04,0x10,0x7c]1108// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1109 1110v_cmp_u_f32 vcc_lo, s101, v21111// W32: encoding: [0x65,0x04,0x10,0x7c]1112// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1113 1114v_cmp_u_f32 vcc_lo, vcc_lo, v21115// W32: encoding: [0x6a,0x04,0x10,0x7c]1116// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1117 1118v_cmp_u_f32 vcc_lo, vcc_hi, v21119// W32: encoding: [0x6b,0x04,0x10,0x7c]1120// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1121 1122v_cmp_u_f32 vcc_lo, m0, v21123// W32: encoding: [0x7c,0x04,0x10,0x7c]1124// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1125 1126v_cmp_u_f32 vcc_lo, exec_lo, v21127// W32: encoding: [0x7e,0x04,0x10,0x7c]1128// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1129 1130v_cmp_u_f32 vcc_lo, exec_hi, v21131// W32: encoding: [0x7f,0x04,0x10,0x7c]1132// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1133 1134v_cmp_u_f32 vcc_lo, 0, v21135// W32: encoding: [0x80,0x04,0x10,0x7c]1136// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1137 1138v_cmp_u_f32 vcc_lo, -1, v21139// W32: encoding: [0xc1,0x04,0x10,0x7c]1140// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1141 1142v_cmp_u_f32 vcc_lo, 0.5, v21143// W32: encoding: [0xf0,0x04,0x10,0x7c]1144// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1145 1146v_cmp_u_f32 vcc_lo, -4.0, v21147// W32: encoding: [0xf7,0x04,0x10,0x7c]1148// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1149 1150v_cmp_u_f32 vcc_lo, 0xaf123456, v21151// W32: encoding: [0xff,0x04,0x10,0x7c,0x56,0x34,0x12,0xaf]1152// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1153 1154v_cmp_u_f32 vcc_lo, 0x3f717273, v21155// W32: encoding: [0xff,0x04,0x10,0x7c,0x73,0x72,0x71,0x3f]1156// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1157 1158v_cmp_u_f32 vcc_lo, v1, v2551159// W32: encoding: [0x01,0xff,0x11,0x7c]1160// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1161 1162v_cmp_nge_f32 vcc, v1, v21163// W64: encoding: [0x01,0x05,0x12,0x7c]1164// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1165 1166v_cmp_nge_f32 vcc, v255, v21167// W64: encoding: [0xff,0x05,0x12,0x7c]1168// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1169 1170v_cmp_nge_f32 vcc, s1, v21171// W64: encoding: [0x01,0x04,0x12,0x7c]1172// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1173 1174v_cmp_nge_f32 vcc, s101, v21175// W64: encoding: [0x65,0x04,0x12,0x7c]1176// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1177 1178v_cmp_nge_f32 vcc, vcc_lo, v21179// W64: encoding: [0x6a,0x04,0x12,0x7c]1180// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1181 1182v_cmp_nge_f32 vcc, vcc_hi, v21183// W64: encoding: [0x6b,0x04,0x12,0x7c]1184// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1185 1186v_cmp_nge_f32 vcc, m0, v21187// W64: encoding: [0x7c,0x04,0x12,0x7c]1188// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1189 1190v_cmp_nge_f32 vcc, exec_lo, v21191// W64: encoding: [0x7e,0x04,0x12,0x7c]1192// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1193 1194v_cmp_nge_f32 vcc, exec_hi, v21195// W64: encoding: [0x7f,0x04,0x12,0x7c]1196// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1197 1198v_cmp_nge_f32 vcc, 0, v21199// W64: encoding: [0x80,0x04,0x12,0x7c]1200// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1201 1202v_cmp_nge_f32 vcc, -1, v21203// W64: encoding: [0xc1,0x04,0x12,0x7c]1204// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1205 1206v_cmp_nge_f32 vcc, 0.5, v21207// W64: encoding: [0xf0,0x04,0x12,0x7c]1208// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1209 1210v_cmp_nge_f32 vcc, -4.0, v21211// W64: encoding: [0xf7,0x04,0x12,0x7c]1212// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1213 1214v_cmp_nge_f32 vcc, 0xaf123456, v21215// W64: encoding: [0xff,0x04,0x12,0x7c,0x56,0x34,0x12,0xaf]1216// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1217 1218v_cmp_nge_f32 vcc, 0x3f717273, v21219// W64: encoding: [0xff,0x04,0x12,0x7c,0x73,0x72,0x71,0x3f]1220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1221 1222v_cmp_nge_f32 vcc, v1, v2551223// W64: encoding: [0x01,0xff,0x13,0x7c]1224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1225 1226v_cmp_nge_f32 vcc_lo, v1, v21227// W32: encoding: [0x01,0x05,0x12,0x7c]1228// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1229 1230v_cmp_nge_f32 vcc_lo, v255, v21231// W32: encoding: [0xff,0x05,0x12,0x7c]1232// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1233 1234v_cmp_nge_f32 vcc_lo, s1, v21235// W32: encoding: [0x01,0x04,0x12,0x7c]1236// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1237 1238v_cmp_nge_f32 vcc_lo, s101, v21239// W32: encoding: [0x65,0x04,0x12,0x7c]1240// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1241 1242v_cmp_nge_f32 vcc_lo, vcc_lo, v21243// W32: encoding: [0x6a,0x04,0x12,0x7c]1244// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1245 1246v_cmp_nge_f32 vcc_lo, vcc_hi, v21247// W32: encoding: [0x6b,0x04,0x12,0x7c]1248// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1249 1250v_cmp_nge_f32 vcc_lo, m0, v21251// W32: encoding: [0x7c,0x04,0x12,0x7c]1252// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1253 1254v_cmp_nge_f32 vcc_lo, exec_lo, v21255// W32: encoding: [0x7e,0x04,0x12,0x7c]1256// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1257 1258v_cmp_nge_f32 vcc_lo, exec_hi, v21259// W32: encoding: [0x7f,0x04,0x12,0x7c]1260// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1261 1262v_cmp_nge_f32 vcc_lo, 0, v21263// W32: encoding: [0x80,0x04,0x12,0x7c]1264// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1265 1266v_cmp_nge_f32 vcc_lo, -1, v21267// W32: encoding: [0xc1,0x04,0x12,0x7c]1268// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1269 1270v_cmp_nge_f32 vcc_lo, 0.5, v21271// W32: encoding: [0xf0,0x04,0x12,0x7c]1272// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1273 1274v_cmp_nge_f32 vcc_lo, -4.0, v21275// W32: encoding: [0xf7,0x04,0x12,0x7c]1276// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1277 1278v_cmp_nge_f32 vcc_lo, 0xaf123456, v21279// W32: encoding: [0xff,0x04,0x12,0x7c,0x56,0x34,0x12,0xaf]1280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1281 1282v_cmp_nge_f32 vcc_lo, 0x3f717273, v21283// W32: encoding: [0xff,0x04,0x12,0x7c,0x73,0x72,0x71,0x3f]1284// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1285 1286v_cmp_nge_f32 vcc_lo, v1, v2551287// W32: encoding: [0x01,0xff,0x13,0x7c]1288// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1289 1290v_cmp_nlg_f32 vcc, v1, v21291// W64: encoding: [0x01,0x05,0x14,0x7c]1292// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1293 1294v_cmp_nlg_f32 vcc, v255, v21295// W64: encoding: [0xff,0x05,0x14,0x7c]1296// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1297 1298v_cmp_nlg_f32 vcc, s1, v21299// W64: encoding: [0x01,0x04,0x14,0x7c]1300// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1301 1302v_cmp_nlg_f32 vcc, s101, v21303// W64: encoding: [0x65,0x04,0x14,0x7c]1304// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1305 1306v_cmp_nlg_f32 vcc, vcc_lo, v21307// W64: encoding: [0x6a,0x04,0x14,0x7c]1308// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1309 1310v_cmp_nlg_f32 vcc, vcc_hi, v21311// W64: encoding: [0x6b,0x04,0x14,0x7c]1312// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1313 1314v_cmp_nlg_f32 vcc, m0, v21315// W64: encoding: [0x7c,0x04,0x14,0x7c]1316// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1317 1318v_cmp_nlg_f32 vcc, exec_lo, v21319// W64: encoding: [0x7e,0x04,0x14,0x7c]1320// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1321 1322v_cmp_nlg_f32 vcc, exec_hi, v21323// W64: encoding: [0x7f,0x04,0x14,0x7c]1324// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1325 1326v_cmp_nlg_f32 vcc, 0, v21327// W64: encoding: [0x80,0x04,0x14,0x7c]1328// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1329 1330v_cmp_nlg_f32 vcc, -1, v21331// W64: encoding: [0xc1,0x04,0x14,0x7c]1332// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1333 1334v_cmp_nlg_f32 vcc, 0.5, v21335// W64: encoding: [0xf0,0x04,0x14,0x7c]1336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1337 1338v_cmp_nlg_f32 vcc, -4.0, v21339// W64: encoding: [0xf7,0x04,0x14,0x7c]1340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1341 1342v_cmp_nlg_f32 vcc, 0xaf123456, v21343// W64: encoding: [0xff,0x04,0x14,0x7c,0x56,0x34,0x12,0xaf]1344// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1345 1346v_cmp_nlg_f32 vcc, 0x3f717273, v21347// W64: encoding: [0xff,0x04,0x14,0x7c,0x73,0x72,0x71,0x3f]1348// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1349 1350v_cmp_nlg_f32 vcc, v1, v2551351// W64: encoding: [0x01,0xff,0x15,0x7c]1352// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1353 1354v_cmp_nlg_f32 vcc_lo, v1, v21355// W32: encoding: [0x01,0x05,0x14,0x7c]1356// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1357 1358v_cmp_nlg_f32 vcc_lo, v255, v21359// W32: encoding: [0xff,0x05,0x14,0x7c]1360// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1361 1362v_cmp_nlg_f32 vcc_lo, s1, v21363// W32: encoding: [0x01,0x04,0x14,0x7c]1364// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1365 1366v_cmp_nlg_f32 vcc_lo, s101, v21367// W32: encoding: [0x65,0x04,0x14,0x7c]1368// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1369 1370v_cmp_nlg_f32 vcc_lo, vcc_lo, v21371// W32: encoding: [0x6a,0x04,0x14,0x7c]1372// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1373 1374v_cmp_nlg_f32 vcc_lo, vcc_hi, v21375// W32: encoding: [0x6b,0x04,0x14,0x7c]1376// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1377 1378v_cmp_nlg_f32 vcc_lo, m0, v21379// W32: encoding: [0x7c,0x04,0x14,0x7c]1380// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1381 1382v_cmp_nlg_f32 vcc_lo, exec_lo, v21383// W32: encoding: [0x7e,0x04,0x14,0x7c]1384// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1385 1386v_cmp_nlg_f32 vcc_lo, exec_hi, v21387// W32: encoding: [0x7f,0x04,0x14,0x7c]1388// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1389 1390v_cmp_nlg_f32 vcc_lo, 0, v21391// W32: encoding: [0x80,0x04,0x14,0x7c]1392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1393 1394v_cmp_nlg_f32 vcc_lo, -1, v21395// W32: encoding: [0xc1,0x04,0x14,0x7c]1396// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1397 1398v_cmp_nlg_f32 vcc_lo, 0.5, v21399// W32: encoding: [0xf0,0x04,0x14,0x7c]1400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1401 1402v_cmp_nlg_f32 vcc_lo, -4.0, v21403// W32: encoding: [0xf7,0x04,0x14,0x7c]1404// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1405 1406v_cmp_nlg_f32 vcc_lo, 0xaf123456, v21407// W32: encoding: [0xff,0x04,0x14,0x7c,0x56,0x34,0x12,0xaf]1408// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1409 1410v_cmp_nlg_f32 vcc_lo, 0x3f717273, v21411// W32: encoding: [0xff,0x04,0x14,0x7c,0x73,0x72,0x71,0x3f]1412// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1413 1414v_cmp_nlg_f32 vcc_lo, v1, v2551415// W32: encoding: [0x01,0xff,0x15,0x7c]1416// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1417 1418v_cmp_ngt_f32 vcc, v1, v21419// W64: encoding: [0x01,0x05,0x16,0x7c]1420// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1421 1422v_cmp_ngt_f32 vcc, v255, v21423// W64: encoding: [0xff,0x05,0x16,0x7c]1424// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1425 1426v_cmp_ngt_f32 vcc, s1, v21427// W64: encoding: [0x01,0x04,0x16,0x7c]1428// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1429 1430v_cmp_ngt_f32 vcc, s101, v21431// W64: encoding: [0x65,0x04,0x16,0x7c]1432// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1433 1434v_cmp_ngt_f32 vcc, vcc_lo, v21435// W64: encoding: [0x6a,0x04,0x16,0x7c]1436// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1437 1438v_cmp_ngt_f32 vcc, vcc_hi, v21439// W64: encoding: [0x6b,0x04,0x16,0x7c]1440// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1441 1442v_cmp_ngt_f32 vcc, m0, v21443// W64: encoding: [0x7c,0x04,0x16,0x7c]1444// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1445 1446v_cmp_ngt_f32 vcc, exec_lo, v21447// W64: encoding: [0x7e,0x04,0x16,0x7c]1448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1449 1450v_cmp_ngt_f32 vcc, exec_hi, v21451// W64: encoding: [0x7f,0x04,0x16,0x7c]1452// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1453 1454v_cmp_ngt_f32 vcc, 0, v21455// W64: encoding: [0x80,0x04,0x16,0x7c]1456// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1457 1458v_cmp_ngt_f32 vcc, -1, v21459// W64: encoding: [0xc1,0x04,0x16,0x7c]1460// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1461 1462v_cmp_ngt_f32 vcc, 0.5, v21463// W64: encoding: [0xf0,0x04,0x16,0x7c]1464// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1465 1466v_cmp_ngt_f32 vcc, -4.0, v21467// W64: encoding: [0xf7,0x04,0x16,0x7c]1468// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1469 1470v_cmp_ngt_f32 vcc, 0xaf123456, v21471// W64: encoding: [0xff,0x04,0x16,0x7c,0x56,0x34,0x12,0xaf]1472// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1473 1474v_cmp_ngt_f32 vcc, 0x3f717273, v21475// W64: encoding: [0xff,0x04,0x16,0x7c,0x73,0x72,0x71,0x3f]1476// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1477 1478v_cmp_ngt_f32 vcc, v1, v2551479// W64: encoding: [0x01,0xff,0x17,0x7c]1480// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1481 1482v_cmp_ngt_f32 vcc_lo, v1, v21483// W32: encoding: [0x01,0x05,0x16,0x7c]1484// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1485 1486v_cmp_ngt_f32 vcc_lo, v255, v21487// W32: encoding: [0xff,0x05,0x16,0x7c]1488// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1489 1490v_cmp_ngt_f32 vcc_lo, s1, v21491// W32: encoding: [0x01,0x04,0x16,0x7c]1492// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1493 1494v_cmp_ngt_f32 vcc_lo, s101, v21495// W32: encoding: [0x65,0x04,0x16,0x7c]1496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1497 1498v_cmp_ngt_f32 vcc_lo, vcc_lo, v21499// W32: encoding: [0x6a,0x04,0x16,0x7c]1500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1501 1502v_cmp_ngt_f32 vcc_lo, vcc_hi, v21503// W32: encoding: [0x6b,0x04,0x16,0x7c]1504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1505 1506v_cmp_ngt_f32 vcc_lo, m0, v21507// W32: encoding: [0x7c,0x04,0x16,0x7c]1508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1509 1510v_cmp_ngt_f32 vcc_lo, exec_lo, v21511// W32: encoding: [0x7e,0x04,0x16,0x7c]1512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1513 1514v_cmp_ngt_f32 vcc_lo, exec_hi, v21515// W32: encoding: [0x7f,0x04,0x16,0x7c]1516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1517 1518v_cmp_ngt_f32 vcc_lo, 0, v21519// W32: encoding: [0x80,0x04,0x16,0x7c]1520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1521 1522v_cmp_ngt_f32 vcc_lo, -1, v21523// W32: encoding: [0xc1,0x04,0x16,0x7c]1524// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1525 1526v_cmp_ngt_f32 vcc_lo, 0.5, v21527// W32: encoding: [0xf0,0x04,0x16,0x7c]1528// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1529 1530v_cmp_ngt_f32 vcc_lo, -4.0, v21531// W32: encoding: [0xf7,0x04,0x16,0x7c]1532// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1533 1534v_cmp_ngt_f32 vcc_lo, 0xaf123456, v21535// W32: encoding: [0xff,0x04,0x16,0x7c,0x56,0x34,0x12,0xaf]1536// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1537 1538v_cmp_ngt_f32 vcc_lo, 0x3f717273, v21539// W32: encoding: [0xff,0x04,0x16,0x7c,0x73,0x72,0x71,0x3f]1540// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1541 1542v_cmp_ngt_f32 vcc_lo, v1, v2551543// W32: encoding: [0x01,0xff,0x17,0x7c]1544// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1545 1546v_cmp_nle_f32 vcc, v1, v21547// W64: encoding: [0x01,0x05,0x18,0x7c]1548// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1549 1550v_cmp_nle_f32 vcc, v255, v21551// W64: encoding: [0xff,0x05,0x18,0x7c]1552// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1553 1554v_cmp_nle_f32 vcc, s1, v21555// W64: encoding: [0x01,0x04,0x18,0x7c]1556// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1557 1558v_cmp_nle_f32 vcc, s101, v21559// W64: encoding: [0x65,0x04,0x18,0x7c]1560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1561 1562v_cmp_nle_f32 vcc, vcc_lo, v21563// W64: encoding: [0x6a,0x04,0x18,0x7c]1564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1565 1566v_cmp_nle_f32 vcc, vcc_hi, v21567// W64: encoding: [0x6b,0x04,0x18,0x7c]1568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1569 1570v_cmp_nle_f32 vcc, m0, v21571// W64: encoding: [0x7c,0x04,0x18,0x7c]1572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1573 1574v_cmp_nle_f32 vcc, exec_lo, v21575// W64: encoding: [0x7e,0x04,0x18,0x7c]1576// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1577 1578v_cmp_nle_f32 vcc, exec_hi, v21579// W64: encoding: [0x7f,0x04,0x18,0x7c]1580// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1581 1582v_cmp_nle_f32 vcc, 0, v21583// W64: encoding: [0x80,0x04,0x18,0x7c]1584// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1585 1586v_cmp_nle_f32 vcc, -1, v21587// W64: encoding: [0xc1,0x04,0x18,0x7c]1588// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1589 1590v_cmp_nle_f32 vcc, 0.5, v21591// W64: encoding: [0xf0,0x04,0x18,0x7c]1592// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1593 1594v_cmp_nle_f32 vcc, -4.0, v21595// W64: encoding: [0xf7,0x04,0x18,0x7c]1596// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1597 1598v_cmp_nle_f32 vcc, 0xaf123456, v21599// W64: encoding: [0xff,0x04,0x18,0x7c,0x56,0x34,0x12,0xaf]1600// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1601 1602v_cmp_nle_f32 vcc, 0x3f717273, v21603// W64: encoding: [0xff,0x04,0x18,0x7c,0x73,0x72,0x71,0x3f]1604// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1605 1606v_cmp_nle_f32 vcc, v1, v2551607// W64: encoding: [0x01,0xff,0x19,0x7c]1608// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1609 1610v_cmp_nle_f32 vcc_lo, v1, v21611// W32: encoding: [0x01,0x05,0x18,0x7c]1612// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1613 1614v_cmp_nle_f32 vcc_lo, v255, v21615// W32: encoding: [0xff,0x05,0x18,0x7c]1616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1617 1618v_cmp_nle_f32 vcc_lo, s1, v21619// W32: encoding: [0x01,0x04,0x18,0x7c]1620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1621 1622v_cmp_nle_f32 vcc_lo, s101, v21623// W32: encoding: [0x65,0x04,0x18,0x7c]1624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1625 1626v_cmp_nle_f32 vcc_lo, vcc_lo, v21627// W32: encoding: [0x6a,0x04,0x18,0x7c]1628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1629 1630v_cmp_nle_f32 vcc_lo, vcc_hi, v21631// W32: encoding: [0x6b,0x04,0x18,0x7c]1632// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1633 1634v_cmp_nle_f32 vcc_lo, m0, v21635// W32: encoding: [0x7c,0x04,0x18,0x7c]1636// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1637 1638v_cmp_nle_f32 vcc_lo, exec_lo, v21639// W32: encoding: [0x7e,0x04,0x18,0x7c]1640// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1641 1642v_cmp_nle_f32 vcc_lo, exec_hi, v21643// W32: encoding: [0x7f,0x04,0x18,0x7c]1644// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1645 1646v_cmp_nle_f32 vcc_lo, 0, v21647// W32: encoding: [0x80,0x04,0x18,0x7c]1648// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1649 1650v_cmp_nle_f32 vcc_lo, -1, v21651// W32: encoding: [0xc1,0x04,0x18,0x7c]1652// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1653 1654v_cmp_nle_f32 vcc_lo, 0.5, v21655// W32: encoding: [0xf0,0x04,0x18,0x7c]1656// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1657 1658v_cmp_nle_f32 vcc_lo, -4.0, v21659// W32: encoding: [0xf7,0x04,0x18,0x7c]1660// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1661 1662v_cmp_nle_f32 vcc_lo, 0xaf123456, v21663// W32: encoding: [0xff,0x04,0x18,0x7c,0x56,0x34,0x12,0xaf]1664// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1665 1666v_cmp_nle_f32 vcc_lo, 0x3f717273, v21667// W32: encoding: [0xff,0x04,0x18,0x7c,0x73,0x72,0x71,0x3f]1668// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1669 1670v_cmp_nle_f32 vcc_lo, v1, v2551671// W32: encoding: [0x01,0xff,0x19,0x7c]1672// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1673 1674v_cmp_neq_f32 vcc, v1, v21675// W64: encoding: [0x01,0x05,0x1a,0x7c]1676// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1677 1678v_cmp_neq_f32 vcc, v255, v21679// W64: encoding: [0xff,0x05,0x1a,0x7c]1680// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1681 1682v_cmp_neq_f32 vcc, s1, v21683// W64: encoding: [0x01,0x04,0x1a,0x7c]1684// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1685 1686v_cmp_neq_f32 vcc, s101, v21687// W64: encoding: [0x65,0x04,0x1a,0x7c]1688// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1689 1690v_cmp_neq_f32 vcc, vcc_lo, v21691// W64: encoding: [0x6a,0x04,0x1a,0x7c]1692// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1693 1694v_cmp_neq_f32 vcc, vcc_hi, v21695// W64: encoding: [0x6b,0x04,0x1a,0x7c]1696// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1697 1698v_cmp_neq_f32 vcc, m0, v21699// W64: encoding: [0x7c,0x04,0x1a,0x7c]1700// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1701 1702v_cmp_neq_f32 vcc, exec_lo, v21703// W64: encoding: [0x7e,0x04,0x1a,0x7c]1704// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1705 1706v_cmp_neq_f32 vcc, exec_hi, v21707// W64: encoding: [0x7f,0x04,0x1a,0x7c]1708// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1709 1710v_cmp_neq_f32 vcc, 0, v21711// W64: encoding: [0x80,0x04,0x1a,0x7c]1712// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1713 1714v_cmp_neq_f32 vcc, -1, v21715// W64: encoding: [0xc1,0x04,0x1a,0x7c]1716// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1717 1718v_cmp_neq_f32 vcc, 0.5, v21719// W64: encoding: [0xf0,0x04,0x1a,0x7c]1720// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1721 1722v_cmp_neq_f32 vcc, -4.0, v21723// W64: encoding: [0xf7,0x04,0x1a,0x7c]1724// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1725 1726v_cmp_neq_f32 vcc, 0xaf123456, v21727// W64: encoding: [0xff,0x04,0x1a,0x7c,0x56,0x34,0x12,0xaf]1728// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1729 1730v_cmp_neq_f32 vcc, 0x3f717273, v21731// W64: encoding: [0xff,0x04,0x1a,0x7c,0x73,0x72,0x71,0x3f]1732// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1733 1734v_cmp_neq_f32 vcc, v1, v2551735// W64: encoding: [0x01,0xff,0x1b,0x7c]1736// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1737 1738v_cmp_neq_f32 vcc_lo, v1, v21739// W32: encoding: [0x01,0x05,0x1a,0x7c]1740// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1741 1742v_cmp_neq_f32 vcc_lo, v255, v21743// W32: encoding: [0xff,0x05,0x1a,0x7c]1744// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1745 1746v_cmp_neq_f32 vcc_lo, s1, v21747// W32: encoding: [0x01,0x04,0x1a,0x7c]1748// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1749 1750v_cmp_neq_f32 vcc_lo, s101, v21751// W32: encoding: [0x65,0x04,0x1a,0x7c]1752// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1753 1754v_cmp_neq_f32 vcc_lo, vcc_lo, v21755// W32: encoding: [0x6a,0x04,0x1a,0x7c]1756// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1757 1758v_cmp_neq_f32 vcc_lo, vcc_hi, v21759// W32: encoding: [0x6b,0x04,0x1a,0x7c]1760// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1761 1762v_cmp_neq_f32 vcc_lo, m0, v21763// W32: encoding: [0x7c,0x04,0x1a,0x7c]1764// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1765 1766v_cmp_neq_f32 vcc_lo, exec_lo, v21767// W32: encoding: [0x7e,0x04,0x1a,0x7c]1768// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1769 1770v_cmp_neq_f32 vcc_lo, exec_hi, v21771// W32: encoding: [0x7f,0x04,0x1a,0x7c]1772// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1773 1774v_cmp_neq_f32 vcc_lo, 0, v21775// W32: encoding: [0x80,0x04,0x1a,0x7c]1776// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1777 1778v_cmp_neq_f32 vcc_lo, -1, v21779// W32: encoding: [0xc1,0x04,0x1a,0x7c]1780// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1781 1782v_cmp_neq_f32 vcc_lo, 0.5, v21783// W32: encoding: [0xf0,0x04,0x1a,0x7c]1784// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1785 1786v_cmp_neq_f32 vcc_lo, -4.0, v21787// W32: encoding: [0xf7,0x04,0x1a,0x7c]1788// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1789 1790v_cmp_neq_f32 vcc_lo, 0xaf123456, v21791// W32: encoding: [0xff,0x04,0x1a,0x7c,0x56,0x34,0x12,0xaf]1792// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1793 1794v_cmp_neq_f32 vcc_lo, 0x3f717273, v21795// W32: encoding: [0xff,0x04,0x1a,0x7c,0x73,0x72,0x71,0x3f]1796// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1797 1798v_cmp_neq_f32 vcc_lo, v1, v2551799// W32: encoding: [0x01,0xff,0x1b,0x7c]1800// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1801 1802v_cmp_nlt_f32 vcc, v1, v21803// W64: encoding: [0x01,0x05,0x1c,0x7c]1804// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1805 1806v_cmp_nlt_f32 vcc, v255, v21807// W64: encoding: [0xff,0x05,0x1c,0x7c]1808// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1809 1810v_cmp_nlt_f32 vcc, s1, v21811// W64: encoding: [0x01,0x04,0x1c,0x7c]1812// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1813 1814v_cmp_nlt_f32 vcc, s101, v21815// W64: encoding: [0x65,0x04,0x1c,0x7c]1816// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1817 1818v_cmp_nlt_f32 vcc, vcc_lo, v21819// W64: encoding: [0x6a,0x04,0x1c,0x7c]1820// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1821 1822v_cmp_nlt_f32 vcc, vcc_hi, v21823// W64: encoding: [0x6b,0x04,0x1c,0x7c]1824// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1825 1826v_cmp_nlt_f32 vcc, m0, v21827// W64: encoding: [0x7c,0x04,0x1c,0x7c]1828// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1829 1830v_cmp_nlt_f32 vcc, exec_lo, v21831// W64: encoding: [0x7e,0x04,0x1c,0x7c]1832// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1833 1834v_cmp_nlt_f32 vcc, exec_hi, v21835// W64: encoding: [0x7f,0x04,0x1c,0x7c]1836// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1837 1838v_cmp_nlt_f32 vcc, 0, v21839// W64: encoding: [0x80,0x04,0x1c,0x7c]1840// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1841 1842v_cmp_nlt_f32 vcc, -1, v21843// W64: encoding: [0xc1,0x04,0x1c,0x7c]1844// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1845 1846v_cmp_nlt_f32 vcc, 0.5, v21847// W64: encoding: [0xf0,0x04,0x1c,0x7c]1848// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1849 1850v_cmp_nlt_f32 vcc, -4.0, v21851// W64: encoding: [0xf7,0x04,0x1c,0x7c]1852// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1853 1854v_cmp_nlt_f32 vcc, 0xaf123456, v21855// W64: encoding: [0xff,0x04,0x1c,0x7c,0x56,0x34,0x12,0xaf]1856// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1857 1858v_cmp_nlt_f32 vcc, 0x3f717273, v21859// W64: encoding: [0xff,0x04,0x1c,0x7c,0x73,0x72,0x71,0x3f]1860// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1861 1862v_cmp_nlt_f32 vcc, v1, v2551863// W64: encoding: [0x01,0xff,0x1d,0x7c]1864// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1865 1866v_cmp_nlt_f32 vcc_lo, v1, v21867// W32: encoding: [0x01,0x05,0x1c,0x7c]1868// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1869 1870v_cmp_nlt_f32 vcc_lo, v255, v21871// W32: encoding: [0xff,0x05,0x1c,0x7c]1872// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1873 1874v_cmp_nlt_f32 vcc_lo, s1, v21875// W32: encoding: [0x01,0x04,0x1c,0x7c]1876// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1877 1878v_cmp_nlt_f32 vcc_lo, s101, v21879// W32: encoding: [0x65,0x04,0x1c,0x7c]1880// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1881 1882v_cmp_nlt_f32 vcc_lo, vcc_lo, v21883// W32: encoding: [0x6a,0x04,0x1c,0x7c]1884// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1885 1886v_cmp_nlt_f32 vcc_lo, vcc_hi, v21887// W32: encoding: [0x6b,0x04,0x1c,0x7c]1888// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1889 1890v_cmp_nlt_f32 vcc_lo, m0, v21891// W32: encoding: [0x7c,0x04,0x1c,0x7c]1892// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1893 1894v_cmp_nlt_f32 vcc_lo, exec_lo, v21895// W32: encoding: [0x7e,0x04,0x1c,0x7c]1896// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1897 1898v_cmp_nlt_f32 vcc_lo, exec_hi, v21899// W32: encoding: [0x7f,0x04,0x1c,0x7c]1900// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1901 1902v_cmp_nlt_f32 vcc_lo, 0, v21903// W32: encoding: [0x80,0x04,0x1c,0x7c]1904// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1905 1906v_cmp_nlt_f32 vcc_lo, -1, v21907// W32: encoding: [0xc1,0x04,0x1c,0x7c]1908// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1909 1910v_cmp_nlt_f32 vcc_lo, 0.5, v21911// W32: encoding: [0xf0,0x04,0x1c,0x7c]1912// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1913 1914v_cmp_nlt_f32 vcc_lo, -4.0, v21915// W32: encoding: [0xf7,0x04,0x1c,0x7c]1916// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1917 1918v_cmp_nlt_f32 vcc_lo, 0xaf123456, v21919// W32: encoding: [0xff,0x04,0x1c,0x7c,0x56,0x34,0x12,0xaf]1920// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1921 1922v_cmp_nlt_f32 vcc_lo, 0x3f717273, v21923// W32: encoding: [0xff,0x04,0x1c,0x7c,0x73,0x72,0x71,0x3f]1924// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1925 1926v_cmp_nlt_f32 vcc_lo, v1, v2551927// W32: encoding: [0x01,0xff,0x1d,0x7c]1928// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1929 1930v_cmp_tru_f32 vcc, v1, v21931// W64: encoding: [0x01,0x05,0x1e,0x7c]1932// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1933 1934v_cmp_tru_f32 vcc, v255, v21935// W64: encoding: [0xff,0x05,0x1e,0x7c]1936// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1937 1938v_cmp_tru_f32 vcc, s1, v21939// W64: encoding: [0x01,0x04,0x1e,0x7c]1940// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1941 1942v_cmp_tru_f32 vcc, s101, v21943// W64: encoding: [0x65,0x04,0x1e,0x7c]1944// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1945 1946v_cmp_tru_f32 vcc, vcc_lo, v21947// W64: encoding: [0x6a,0x04,0x1e,0x7c]1948// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1949 1950v_cmp_tru_f32 vcc, vcc_hi, v21951// W64: encoding: [0x6b,0x04,0x1e,0x7c]1952// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1953 1954v_cmp_tru_f32 vcc, m0, v21955// W64: encoding: [0x7c,0x04,0x1e,0x7c]1956// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1957 1958v_cmp_tru_f32 vcc, exec_lo, v21959// W64: encoding: [0x7e,0x04,0x1e,0x7c]1960// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1961 1962v_cmp_tru_f32 vcc, exec_hi, v21963// W64: encoding: [0x7f,0x04,0x1e,0x7c]1964// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1965 1966v_cmp_tru_f32 vcc, 0, v21967// W64: encoding: [0x80,0x04,0x1e,0x7c]1968// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1969 1970v_cmp_tru_f32 vcc, -1, v21971// W64: encoding: [0xc1,0x04,0x1e,0x7c]1972// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1973 1974v_cmp_tru_f32 vcc, 0.5, v21975// W64: encoding: [0xf0,0x04,0x1e,0x7c]1976// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1977 1978v_cmp_tru_f32 vcc, -4.0, v21979// W64: encoding: [0xf7,0x04,0x1e,0x7c]1980// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1981 1982v_cmp_tru_f32 vcc, 0xaf123456, v21983// W64: encoding: [0xff,0x04,0x1e,0x7c,0x56,0x34,0x12,0xaf]1984// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1985 1986v_cmp_tru_f32 vcc, 0x3f717273, v21987// W64: encoding: [0xff,0x04,0x1e,0x7c,0x73,0x72,0x71,0x3f]1988// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1989 1990v_cmp_tru_f32 vcc, v1, v2551991// W64: encoding: [0x01,0xff,0x1f,0x7c]1992// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1993 1994v_cmp_tru_f32 vcc_lo, v1, v21995// W32: encoding: [0x01,0x05,0x1e,0x7c]1996// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1997 1998v_cmp_tru_f32 vcc_lo, v255, v21999// W32: encoding: [0xff,0x05,0x1e,0x7c]2000// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2001 2002v_cmp_tru_f32 vcc_lo, s1, v22003// W32: encoding: [0x01,0x04,0x1e,0x7c]2004// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2005 2006v_cmp_tru_f32 vcc_lo, s101, v22007// W32: encoding: [0x65,0x04,0x1e,0x7c]2008// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2009 2010v_cmp_tru_f32 vcc_lo, vcc_lo, v22011// W32: encoding: [0x6a,0x04,0x1e,0x7c]2012// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2013 2014v_cmp_tru_f32 vcc_lo, vcc_hi, v22015// W32: encoding: [0x6b,0x04,0x1e,0x7c]2016// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2017 2018v_cmp_tru_f32 vcc_lo, m0, v22019// W32: encoding: [0x7c,0x04,0x1e,0x7c]2020// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2021 2022v_cmp_tru_f32 vcc_lo, exec_lo, v22023// W32: encoding: [0x7e,0x04,0x1e,0x7c]2024// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2025 2026v_cmp_tru_f32 vcc_lo, exec_hi, v22027// W32: encoding: [0x7f,0x04,0x1e,0x7c]2028// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2029 2030v_cmp_tru_f32 vcc_lo, 0, v22031// W32: encoding: [0x80,0x04,0x1e,0x7c]2032// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2033 2034v_cmp_tru_f32 vcc_lo, -1, v22035// W32: encoding: [0xc1,0x04,0x1e,0x7c]2036// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2037 2038v_cmp_tru_f32 vcc_lo, 0.5, v22039// W32: encoding: [0xf0,0x04,0x1e,0x7c]2040// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2041 2042v_cmp_tru_f32 vcc_lo, -4.0, v22043// W32: encoding: [0xf7,0x04,0x1e,0x7c]2044// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2045 2046v_cmp_tru_f32 vcc_lo, 0xaf123456, v22047// W32: encoding: [0xff,0x04,0x1e,0x7c,0x56,0x34,0x12,0xaf]2048// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2049 2050v_cmp_tru_f32 vcc_lo, 0x3f717273, v22051// W32: encoding: [0xff,0x04,0x1e,0x7c,0x73,0x72,0x71,0x3f]2052// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2053 2054v_cmp_tru_f32 vcc_lo, v1, v2552055// W32: encoding: [0x01,0xff,0x1f,0x7c]2056// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2057 2058v_cmp_f_f64 vcc, v[1:2], v[2:3]2059// W64: encoding: [0x01,0x05,0x40,0x7c]2060// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2061 2062v_cmp_f_f64 vcc, v[254:255], v[2:3]2063// W64: encoding: [0xfe,0x05,0x40,0x7c]2064// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2065 2066v_cmp_f_f64 vcc, s[2:3], v[2:3]2067// W64: encoding: [0x02,0x04,0x40,0x7c]2068// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2069 2070v_cmp_f_f64 vcc, s[4:5], v[2:3]2071// W64: encoding: [0x04,0x04,0x40,0x7c]2072// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2073 2074v_cmp_f_f64 vcc, s[100:101], v[2:3]2075// W64: encoding: [0x64,0x04,0x40,0x7c]2076// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2077 2078v_cmp_f_f64 vcc, vcc, v[2:3]2079// W64: encoding: [0x6a,0x04,0x40,0x7c]2080// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2081 2082v_cmp_f_f64 vcc, exec, v[2:3]2083// W64: encoding: [0x7e,0x04,0x40,0x7c]2084// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2085 2086v_cmp_f_f64 vcc, 0, v[2:3]2087// W64: encoding: [0x80,0x04,0x40,0x7c]2088// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2089 2090v_cmp_f_f64 vcc, -1, v[2:3]2091// W64: encoding: [0xc1,0x04,0x40,0x7c]2092// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2093 2094v_cmp_f_f64 vcc, 0.5, v[2:3]2095// W64: encoding: [0xf0,0x04,0x40,0x7c]2096// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2097 2098v_cmp_f_f64 vcc, -4.0, v[2:3]2099// W64: encoding: [0xf7,0x04,0x40,0x7c]2100// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2101 2102v_cmp_f_f64 vcc, 0xaf123456, v[2:3]2103// W64: encoding: [0xff,0x04,0x40,0x7c,0x56,0x34,0x12,0xaf]2104// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2105 2106v_cmp_f_f64 vcc, 0x3f717273, v[2:3]2107// W64: encoding: [0xff,0x04,0x40,0x7c,0x73,0x72,0x71,0x3f]2108// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2109 2110v_cmp_f_f64 vcc, v[1:2], v[254:255]2111// W64: encoding: [0x01,0xfd,0x41,0x7c]2112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2113 2114v_cmp_f_f64 vcc_lo, v[1:2], v[2:3]2115// W32: encoding: [0x01,0x05,0x40,0x7c]2116// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2117 2118v_cmp_f_f64 vcc_lo, v[254:255], v[2:3]2119// W32: encoding: [0xfe,0x05,0x40,0x7c]2120// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2121 2122v_cmp_f_f64 vcc_lo, s[2:3], v[2:3]2123// W32: encoding: [0x02,0x04,0x40,0x7c]2124// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2125 2126v_cmp_f_f64 vcc_lo, s[4:5], v[2:3]2127// W32: encoding: [0x04,0x04,0x40,0x7c]2128// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2129 2130v_cmp_f_f64 vcc_lo, s[100:101], v[2:3]2131// W32: encoding: [0x64,0x04,0x40,0x7c]2132// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2133 2134v_cmp_f_f64 vcc_lo, vcc, v[2:3]2135// W32: encoding: [0x6a,0x04,0x40,0x7c]2136// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2137 2138v_cmp_f_f64 vcc_lo, exec, v[2:3]2139// W32: encoding: [0x7e,0x04,0x40,0x7c]2140// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2141 2142v_cmp_f_f64 vcc_lo, 0, v[2:3]2143// W32: encoding: [0x80,0x04,0x40,0x7c]2144// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2145 2146v_cmp_f_f64 vcc_lo, -1, v[2:3]2147// W32: encoding: [0xc1,0x04,0x40,0x7c]2148// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2149 2150v_cmp_f_f64 vcc_lo, 0.5, v[2:3]2151// W32: encoding: [0xf0,0x04,0x40,0x7c]2152// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2153 2154v_cmp_f_f64 vcc_lo, -4.0, v[2:3]2155// W32: encoding: [0xf7,0x04,0x40,0x7c]2156// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2157 2158v_cmp_f_f64 vcc_lo, 0xaf123456, v[2:3]2159// W32: encoding: [0xff,0x04,0x40,0x7c,0x56,0x34,0x12,0xaf]2160// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2161 2162v_cmp_f_f64 vcc_lo, 0x3f717273, v[2:3]2163// W32: encoding: [0xff,0x04,0x40,0x7c,0x73,0x72,0x71,0x3f]2164// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2165 2166v_cmp_f_f64 vcc_lo, v[1:2], v[254:255]2167// W32: encoding: [0x01,0xfd,0x41,0x7c]2168// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2169 2170v_cmp_lt_f64 vcc, v[1:2], v[2:3]2171// W64: encoding: [0x01,0x05,0x42,0x7c]2172// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2173 2174v_cmp_lt_f64 vcc, v[254:255], v[2:3]2175// W64: encoding: [0xfe,0x05,0x42,0x7c]2176// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2177 2178v_cmp_lt_f64 vcc, s[2:3], v[2:3]2179// W64: encoding: [0x02,0x04,0x42,0x7c]2180// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2181 2182v_cmp_lt_f64 vcc, s[4:5], v[2:3]2183// W64: encoding: [0x04,0x04,0x42,0x7c]2184// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2185 2186v_cmp_lt_f64 vcc, s[100:101], v[2:3]2187// W64: encoding: [0x64,0x04,0x42,0x7c]2188// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2189 2190v_cmp_lt_f64 vcc, vcc, v[2:3]2191// W64: encoding: [0x6a,0x04,0x42,0x7c]2192// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2193 2194v_cmp_lt_f64 vcc, exec, v[2:3]2195// W64: encoding: [0x7e,0x04,0x42,0x7c]2196// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2197 2198v_cmp_lt_f64 vcc, 0, v[2:3]2199// W64: encoding: [0x80,0x04,0x42,0x7c]2200// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2201 2202v_cmp_lt_f64 vcc, -1, v[2:3]2203// W64: encoding: [0xc1,0x04,0x42,0x7c]2204// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2205 2206v_cmp_lt_f64 vcc, 0.5, v[2:3]2207// W64: encoding: [0xf0,0x04,0x42,0x7c]2208// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2209 2210v_cmp_lt_f64 vcc, -4.0, v[2:3]2211// W64: encoding: [0xf7,0x04,0x42,0x7c]2212// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2213 2214v_cmp_lt_f64 vcc, 0xaf123456, v[2:3]2215// W64: encoding: [0xff,0x04,0x42,0x7c,0x56,0x34,0x12,0xaf]2216// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2217 2218v_cmp_lt_f64 vcc, 0x3f717273, v[2:3]2219// W64: encoding: [0xff,0x04,0x42,0x7c,0x73,0x72,0x71,0x3f]2220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2221 2222v_cmp_lt_f64 vcc, v[1:2], v[254:255]2223// W64: encoding: [0x01,0xfd,0x43,0x7c]2224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2225 2226v_cmp_lt_f64 vcc_lo, v[1:2], v[2:3]2227// W32: encoding: [0x01,0x05,0x42,0x7c]2228// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2229 2230v_cmp_lt_f64 vcc_lo, v[254:255], v[2:3]2231// W32: encoding: [0xfe,0x05,0x42,0x7c]2232// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2233 2234v_cmp_lt_f64 vcc_lo, s[2:3], v[2:3]2235// W32: encoding: [0x02,0x04,0x42,0x7c]2236// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2237 2238v_cmp_lt_f64 vcc_lo, s[4:5], v[2:3]2239// W32: encoding: [0x04,0x04,0x42,0x7c]2240// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2241 2242v_cmp_lt_f64 vcc_lo, s[100:101], v[2:3]2243// W32: encoding: [0x64,0x04,0x42,0x7c]2244// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2245 2246v_cmp_lt_f64 vcc_lo, vcc, v[2:3]2247// W32: encoding: [0x6a,0x04,0x42,0x7c]2248// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2249 2250v_cmp_lt_f64 vcc_lo, exec, v[2:3]2251// W32: encoding: [0x7e,0x04,0x42,0x7c]2252// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2253 2254v_cmp_lt_f64 vcc_lo, 0, v[2:3]2255// W32: encoding: [0x80,0x04,0x42,0x7c]2256// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2257 2258v_cmp_lt_f64 vcc_lo, -1, v[2:3]2259// W32: encoding: [0xc1,0x04,0x42,0x7c]2260// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2261 2262v_cmp_lt_f64 vcc_lo, 0.5, v[2:3]2263// W32: encoding: [0xf0,0x04,0x42,0x7c]2264// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2265 2266v_cmp_lt_f64 vcc_lo, -4.0, v[2:3]2267// W32: encoding: [0xf7,0x04,0x42,0x7c]2268// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2269 2270v_cmp_lt_f64 vcc_lo, 0xaf123456, v[2:3]2271// W32: encoding: [0xff,0x04,0x42,0x7c,0x56,0x34,0x12,0xaf]2272// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2273 2274v_cmp_lt_f64 vcc_lo, 0x3f717273, v[2:3]2275// W32: encoding: [0xff,0x04,0x42,0x7c,0x73,0x72,0x71,0x3f]2276// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2277 2278v_cmp_lt_f64 vcc_lo, v[1:2], v[254:255]2279// W32: encoding: [0x01,0xfd,0x43,0x7c]2280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2281 2282v_cmp_eq_f64 vcc, v[1:2], v[2:3]2283// W64: encoding: [0x01,0x05,0x44,0x7c]2284// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2285 2286v_cmp_eq_f64 vcc, v[254:255], v[2:3]2287// W64: encoding: [0xfe,0x05,0x44,0x7c]2288// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2289 2290v_cmp_eq_f64 vcc, s[2:3], v[2:3]2291// W64: encoding: [0x02,0x04,0x44,0x7c]2292// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2293 2294v_cmp_eq_f64 vcc, s[4:5], v[2:3]2295// W64: encoding: [0x04,0x04,0x44,0x7c]2296// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2297 2298v_cmp_eq_f64 vcc, s[100:101], v[2:3]2299// W64: encoding: [0x64,0x04,0x44,0x7c]2300// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2301 2302v_cmp_eq_f64 vcc, vcc, v[2:3]2303// W64: encoding: [0x6a,0x04,0x44,0x7c]2304// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2305 2306v_cmp_eq_f64 vcc, exec, v[2:3]2307// W64: encoding: [0x7e,0x04,0x44,0x7c]2308// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2309 2310v_cmp_eq_f64 vcc, 0, v[2:3]2311// W64: encoding: [0x80,0x04,0x44,0x7c]2312// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2313 2314v_cmp_eq_f64 vcc, -1, v[2:3]2315// W64: encoding: [0xc1,0x04,0x44,0x7c]2316// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2317 2318v_cmp_eq_f64 vcc, 0.5, v[2:3]2319// W64: encoding: [0xf0,0x04,0x44,0x7c]2320// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2321 2322v_cmp_eq_f64 vcc, -4.0, v[2:3]2323// W64: encoding: [0xf7,0x04,0x44,0x7c]2324// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2325 2326v_cmp_eq_f64 vcc, 0xaf123456, v[2:3]2327// W64: encoding: [0xff,0x04,0x44,0x7c,0x56,0x34,0x12,0xaf]2328// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2329 2330v_cmp_eq_f64 vcc, 0x3f717273, v[2:3]2331// W64: encoding: [0xff,0x04,0x44,0x7c,0x73,0x72,0x71,0x3f]2332// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2333 2334v_cmp_eq_f64 vcc, v[1:2], v[254:255]2335// W64: encoding: [0x01,0xfd,0x45,0x7c]2336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2337 2338v_cmp_eq_f64 vcc_lo, v[1:2], v[2:3]2339// W32: encoding: [0x01,0x05,0x44,0x7c]2340// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2341 2342v_cmp_eq_f64 vcc_lo, v[254:255], v[2:3]2343// W32: encoding: [0xfe,0x05,0x44,0x7c]2344// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2345 2346v_cmp_eq_f64 vcc_lo, s[2:3], v[2:3]2347// W32: encoding: [0x02,0x04,0x44,0x7c]2348// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2349 2350v_cmp_eq_f64 vcc_lo, s[4:5], v[2:3]2351// W32: encoding: [0x04,0x04,0x44,0x7c]2352// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2353 2354v_cmp_eq_f64 vcc_lo, s[100:101], v[2:3]2355// W32: encoding: [0x64,0x04,0x44,0x7c]2356// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2357 2358v_cmp_eq_f64 vcc_lo, vcc, v[2:3]2359// W32: encoding: [0x6a,0x04,0x44,0x7c]2360// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2361 2362v_cmp_eq_f64 vcc_lo, exec, v[2:3]2363// W32: encoding: [0x7e,0x04,0x44,0x7c]2364// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2365 2366v_cmp_eq_f64 vcc_lo, 0, v[2:3]2367// W32: encoding: [0x80,0x04,0x44,0x7c]2368// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2369 2370v_cmp_eq_f64 vcc_lo, -1, v[2:3]2371// W32: encoding: [0xc1,0x04,0x44,0x7c]2372// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2373 2374v_cmp_eq_f64 vcc_lo, 0.5, v[2:3]2375// W32: encoding: [0xf0,0x04,0x44,0x7c]2376// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2377 2378v_cmp_eq_f64 vcc_lo, -4.0, v[2:3]2379// W32: encoding: [0xf7,0x04,0x44,0x7c]2380// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2381 2382v_cmp_eq_f64 vcc_lo, 0xaf123456, v[2:3]2383// W32: encoding: [0xff,0x04,0x44,0x7c,0x56,0x34,0x12,0xaf]2384// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2385 2386v_cmp_eq_f64 vcc_lo, 0x3f717273, v[2:3]2387// W32: encoding: [0xff,0x04,0x44,0x7c,0x73,0x72,0x71,0x3f]2388// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2389 2390v_cmp_eq_f64 vcc_lo, v[1:2], v[254:255]2391// W32: encoding: [0x01,0xfd,0x45,0x7c]2392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2393 2394v_cmp_le_f64 vcc, v[1:2], v[2:3]2395// W64: encoding: [0x01,0x05,0x46,0x7c]2396// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2397 2398v_cmp_le_f64 vcc, v[254:255], v[2:3]2399// W64: encoding: [0xfe,0x05,0x46,0x7c]2400// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2401 2402v_cmp_le_f64 vcc, s[2:3], v[2:3]2403// W64: encoding: [0x02,0x04,0x46,0x7c]2404// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2405 2406v_cmp_le_f64 vcc, s[4:5], v[2:3]2407// W64: encoding: [0x04,0x04,0x46,0x7c]2408// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2409 2410v_cmp_le_f64 vcc, s[100:101], v[2:3]2411// W64: encoding: [0x64,0x04,0x46,0x7c]2412// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2413 2414v_cmp_le_f64 vcc, vcc, v[2:3]2415// W64: encoding: [0x6a,0x04,0x46,0x7c]2416// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2417 2418v_cmp_le_f64 vcc, exec, v[2:3]2419// W64: encoding: [0x7e,0x04,0x46,0x7c]2420// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2421 2422v_cmp_le_f64 vcc, 0, v[2:3]2423// W64: encoding: [0x80,0x04,0x46,0x7c]2424// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2425 2426v_cmp_le_f64 vcc, -1, v[2:3]2427// W64: encoding: [0xc1,0x04,0x46,0x7c]2428// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2429 2430v_cmp_le_f64 vcc, 0.5, v[2:3]2431// W64: encoding: [0xf0,0x04,0x46,0x7c]2432// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2433 2434v_cmp_le_f64 vcc, -4.0, v[2:3]2435// W64: encoding: [0xf7,0x04,0x46,0x7c]2436// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2437 2438v_cmp_le_f64 vcc, 0xaf123456, v[2:3]2439// W64: encoding: [0xff,0x04,0x46,0x7c,0x56,0x34,0x12,0xaf]2440// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2441 2442v_cmp_le_f64 vcc, 0x3f717273, v[2:3]2443// W64: encoding: [0xff,0x04,0x46,0x7c,0x73,0x72,0x71,0x3f]2444// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2445 2446v_cmp_le_f64 vcc, v[1:2], v[254:255]2447// W64: encoding: [0x01,0xfd,0x47,0x7c]2448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2449 2450v_cmp_le_f64 vcc_lo, v[1:2], v[2:3]2451// W32: encoding: [0x01,0x05,0x46,0x7c]2452// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2453 2454v_cmp_le_f64 vcc_lo, v[254:255], v[2:3]2455// W32: encoding: [0xfe,0x05,0x46,0x7c]2456// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2457 2458v_cmp_le_f64 vcc_lo, s[2:3], v[2:3]2459// W32: encoding: [0x02,0x04,0x46,0x7c]2460// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2461 2462v_cmp_le_f64 vcc_lo, s[4:5], v[2:3]2463// W32: encoding: [0x04,0x04,0x46,0x7c]2464// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2465 2466v_cmp_le_f64 vcc_lo, s[100:101], v[2:3]2467// W32: encoding: [0x64,0x04,0x46,0x7c]2468// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2469 2470v_cmp_le_f64 vcc_lo, vcc, v[2:3]2471// W32: encoding: [0x6a,0x04,0x46,0x7c]2472// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2473 2474v_cmp_le_f64 vcc_lo, exec, v[2:3]2475// W32: encoding: [0x7e,0x04,0x46,0x7c]2476// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2477 2478v_cmp_le_f64 vcc_lo, 0, v[2:3]2479// W32: encoding: [0x80,0x04,0x46,0x7c]2480// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2481 2482v_cmp_le_f64 vcc_lo, -1, v[2:3]2483// W32: encoding: [0xc1,0x04,0x46,0x7c]2484// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2485 2486v_cmp_le_f64 vcc_lo, 0.5, v[2:3]2487// W32: encoding: [0xf0,0x04,0x46,0x7c]2488// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2489 2490v_cmp_le_f64 vcc_lo, -4.0, v[2:3]2491// W32: encoding: [0xf7,0x04,0x46,0x7c]2492// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2493 2494v_cmp_le_f64 vcc_lo, 0xaf123456, v[2:3]2495// W32: encoding: [0xff,0x04,0x46,0x7c,0x56,0x34,0x12,0xaf]2496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2497 2498v_cmp_le_f64 vcc_lo, 0x3f717273, v[2:3]2499// W32: encoding: [0xff,0x04,0x46,0x7c,0x73,0x72,0x71,0x3f]2500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2501 2502v_cmp_le_f64 vcc_lo, v[1:2], v[254:255]2503// W32: encoding: [0x01,0xfd,0x47,0x7c]2504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2505 2506v_cmp_gt_f64 vcc, v[1:2], v[2:3]2507// W64: encoding: [0x01,0x05,0x48,0x7c]2508// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2509 2510v_cmp_gt_f64 vcc, v[254:255], v[2:3]2511// W64: encoding: [0xfe,0x05,0x48,0x7c]2512// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2513 2514v_cmp_gt_f64 vcc, s[2:3], v[2:3]2515// W64: encoding: [0x02,0x04,0x48,0x7c]2516// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2517 2518v_cmp_gt_f64 vcc, s[4:5], v[2:3]2519// W64: encoding: [0x04,0x04,0x48,0x7c]2520// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2521 2522v_cmp_gt_f64 vcc, s[100:101], v[2:3]2523// W64: encoding: [0x64,0x04,0x48,0x7c]2524// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2525 2526v_cmp_gt_f64 vcc, vcc, v[2:3]2527// W64: encoding: [0x6a,0x04,0x48,0x7c]2528// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2529 2530v_cmp_gt_f64 vcc, exec, v[2:3]2531// W64: encoding: [0x7e,0x04,0x48,0x7c]2532// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2533 2534v_cmp_gt_f64 vcc, 0, v[2:3]2535// W64: encoding: [0x80,0x04,0x48,0x7c]2536// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2537 2538v_cmp_gt_f64 vcc, -1, v[2:3]2539// W64: encoding: [0xc1,0x04,0x48,0x7c]2540// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2541 2542v_cmp_gt_f64 vcc, 0.5, v[2:3]2543// W64: encoding: [0xf0,0x04,0x48,0x7c]2544// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2545 2546v_cmp_gt_f64 vcc, -4.0, v[2:3]2547// W64: encoding: [0xf7,0x04,0x48,0x7c]2548// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2549 2550v_cmp_gt_f64 vcc, 0xaf123456, v[2:3]2551// W64: encoding: [0xff,0x04,0x48,0x7c,0x56,0x34,0x12,0xaf]2552// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2553 2554v_cmp_gt_f64 vcc, 0x3f717273, v[2:3]2555// W64: encoding: [0xff,0x04,0x48,0x7c,0x73,0x72,0x71,0x3f]2556// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2557 2558v_cmp_gt_f64 vcc, v[1:2], v[254:255]2559// W64: encoding: [0x01,0xfd,0x49,0x7c]2560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2561 2562v_cmp_gt_f64 vcc_lo, v[1:2], v[2:3]2563// W32: encoding: [0x01,0x05,0x48,0x7c]2564// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2565 2566v_cmp_gt_f64 vcc_lo, v[254:255], v[2:3]2567// W32: encoding: [0xfe,0x05,0x48,0x7c]2568// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2569 2570v_cmp_gt_f64 vcc_lo, s[2:3], v[2:3]2571// W32: encoding: [0x02,0x04,0x48,0x7c]2572// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2573 2574v_cmp_gt_f64 vcc_lo, s[4:5], v[2:3]2575// W32: encoding: [0x04,0x04,0x48,0x7c]2576// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2577 2578v_cmp_gt_f64 vcc_lo, s[100:101], v[2:3]2579// W32: encoding: [0x64,0x04,0x48,0x7c]2580// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2581 2582v_cmp_gt_f64 vcc_lo, vcc, v[2:3]2583// W32: encoding: [0x6a,0x04,0x48,0x7c]2584// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2585 2586v_cmp_gt_f64 vcc_lo, exec, v[2:3]2587// W32: encoding: [0x7e,0x04,0x48,0x7c]2588// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2589 2590v_cmp_gt_f64 vcc_lo, 0, v[2:3]2591// W32: encoding: [0x80,0x04,0x48,0x7c]2592// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2593 2594v_cmp_gt_f64 vcc_lo, -1, v[2:3]2595// W32: encoding: [0xc1,0x04,0x48,0x7c]2596// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2597 2598v_cmp_gt_f64 vcc_lo, 0.5, v[2:3]2599// W32: encoding: [0xf0,0x04,0x48,0x7c]2600// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2601 2602v_cmp_gt_f64 vcc_lo, -4.0, v[2:3]2603// W32: encoding: [0xf7,0x04,0x48,0x7c]2604// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2605 2606v_cmp_gt_f64 vcc_lo, 0xaf123456, v[2:3]2607// W32: encoding: [0xff,0x04,0x48,0x7c,0x56,0x34,0x12,0xaf]2608// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2609 2610v_cmp_gt_f64 vcc_lo, 0x3f717273, v[2:3]2611// W32: encoding: [0xff,0x04,0x48,0x7c,0x73,0x72,0x71,0x3f]2612// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2613 2614v_cmp_gt_f64 vcc_lo, v[1:2], v[254:255]2615// W32: encoding: [0x01,0xfd,0x49,0x7c]2616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2617 2618v_cmp_lg_f64 vcc, v[1:2], v[2:3]2619// W64: encoding: [0x01,0x05,0x4a,0x7c]2620// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2621 2622v_cmp_lg_f64 vcc, v[254:255], v[2:3]2623// W64: encoding: [0xfe,0x05,0x4a,0x7c]2624// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2625 2626v_cmp_lg_f64 vcc, s[2:3], v[2:3]2627// W64: encoding: [0x02,0x04,0x4a,0x7c]2628// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2629 2630v_cmp_lg_f64 vcc, s[4:5], v[2:3]2631// W64: encoding: [0x04,0x04,0x4a,0x7c]2632// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2633 2634v_cmp_lg_f64 vcc, s[100:101], v[2:3]2635// W64: encoding: [0x64,0x04,0x4a,0x7c]2636// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2637 2638v_cmp_lg_f64 vcc, vcc, v[2:3]2639// W64: encoding: [0x6a,0x04,0x4a,0x7c]2640// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2641 2642v_cmp_lg_f64 vcc, exec, v[2:3]2643// W64: encoding: [0x7e,0x04,0x4a,0x7c]2644// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2645 2646v_cmp_lg_f64 vcc, 0, v[2:3]2647// W64: encoding: [0x80,0x04,0x4a,0x7c]2648// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2649 2650v_cmp_lg_f64 vcc, -1, v[2:3]2651// W64: encoding: [0xc1,0x04,0x4a,0x7c]2652// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2653 2654v_cmp_lg_f64 vcc, 0.5, v[2:3]2655// W64: encoding: [0xf0,0x04,0x4a,0x7c]2656// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2657 2658v_cmp_lg_f64 vcc, -4.0, v[2:3]2659// W64: encoding: [0xf7,0x04,0x4a,0x7c]2660// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2661 2662v_cmp_lg_f64 vcc, 0xaf123456, v[2:3]2663// W64: encoding: [0xff,0x04,0x4a,0x7c,0x56,0x34,0x12,0xaf]2664// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2665 2666v_cmp_lg_f64 vcc, 0x3f717273, v[2:3]2667// W64: encoding: [0xff,0x04,0x4a,0x7c,0x73,0x72,0x71,0x3f]2668// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2669 2670v_cmp_lg_f64 vcc, v[1:2], v[254:255]2671// W64: encoding: [0x01,0xfd,0x4b,0x7c]2672// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2673 2674v_cmp_lg_f64 vcc_lo, v[1:2], v[2:3]2675// W32: encoding: [0x01,0x05,0x4a,0x7c]2676// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2677 2678v_cmp_lg_f64 vcc_lo, v[254:255], v[2:3]2679// W32: encoding: [0xfe,0x05,0x4a,0x7c]2680// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2681 2682v_cmp_lg_f64 vcc_lo, s[2:3], v[2:3]2683// W32: encoding: [0x02,0x04,0x4a,0x7c]2684// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2685 2686v_cmp_lg_f64 vcc_lo, s[4:5], v[2:3]2687// W32: encoding: [0x04,0x04,0x4a,0x7c]2688// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2689 2690v_cmp_lg_f64 vcc_lo, s[100:101], v[2:3]2691// W32: encoding: [0x64,0x04,0x4a,0x7c]2692// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2693 2694v_cmp_lg_f64 vcc_lo, vcc, v[2:3]2695// W32: encoding: [0x6a,0x04,0x4a,0x7c]2696// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2697 2698v_cmp_lg_f64 vcc_lo, exec, v[2:3]2699// W32: encoding: [0x7e,0x04,0x4a,0x7c]2700// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2701 2702v_cmp_lg_f64 vcc_lo, 0, v[2:3]2703// W32: encoding: [0x80,0x04,0x4a,0x7c]2704// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2705 2706v_cmp_lg_f64 vcc_lo, -1, v[2:3]2707// W32: encoding: [0xc1,0x04,0x4a,0x7c]2708// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2709 2710v_cmp_lg_f64 vcc_lo, 0.5, v[2:3]2711// W32: encoding: [0xf0,0x04,0x4a,0x7c]2712// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2713 2714v_cmp_lg_f64 vcc_lo, -4.0, v[2:3]2715// W32: encoding: [0xf7,0x04,0x4a,0x7c]2716// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2717 2718v_cmp_lg_f64 vcc_lo, 0xaf123456, v[2:3]2719// W32: encoding: [0xff,0x04,0x4a,0x7c,0x56,0x34,0x12,0xaf]2720// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2721 2722v_cmp_lg_f64 vcc_lo, 0x3f717273, v[2:3]2723// W32: encoding: [0xff,0x04,0x4a,0x7c,0x73,0x72,0x71,0x3f]2724// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2725 2726v_cmp_lg_f64 vcc_lo, v[1:2], v[254:255]2727// W32: encoding: [0x01,0xfd,0x4b,0x7c]2728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2729 2730v_cmp_ge_f64 vcc, v[1:2], v[2:3]2731// W64: encoding: [0x01,0x05,0x4c,0x7c]2732// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2733 2734v_cmp_ge_f64 vcc, v[254:255], v[2:3]2735// W64: encoding: [0xfe,0x05,0x4c,0x7c]2736// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2737 2738v_cmp_ge_f64 vcc, s[2:3], v[2:3]2739// W64: encoding: [0x02,0x04,0x4c,0x7c]2740// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2741 2742v_cmp_ge_f64 vcc, s[4:5], v[2:3]2743// W64: encoding: [0x04,0x04,0x4c,0x7c]2744// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2745 2746v_cmp_ge_f64 vcc, s[100:101], v[2:3]2747// W64: encoding: [0x64,0x04,0x4c,0x7c]2748// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2749 2750v_cmp_ge_f64 vcc, vcc, v[2:3]2751// W64: encoding: [0x6a,0x04,0x4c,0x7c]2752// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2753 2754v_cmp_ge_f64 vcc, exec, v[2:3]2755// W64: encoding: [0x7e,0x04,0x4c,0x7c]2756// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2757 2758v_cmp_ge_f64 vcc, 0, v[2:3]2759// W64: encoding: [0x80,0x04,0x4c,0x7c]2760// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2761 2762v_cmp_ge_f64 vcc, -1, v[2:3]2763// W64: encoding: [0xc1,0x04,0x4c,0x7c]2764// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2765 2766v_cmp_ge_f64 vcc, 0.5, v[2:3]2767// W64: encoding: [0xf0,0x04,0x4c,0x7c]2768// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2769 2770v_cmp_ge_f64 vcc, -4.0, v[2:3]2771// W64: encoding: [0xf7,0x04,0x4c,0x7c]2772// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2773 2774v_cmp_ge_f64 vcc, 0xaf123456, v[2:3]2775// W64: encoding: [0xff,0x04,0x4c,0x7c,0x56,0x34,0x12,0xaf]2776// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2777 2778v_cmp_ge_f64 vcc, 0x3f717273, v[2:3]2779// W64: encoding: [0xff,0x04,0x4c,0x7c,0x73,0x72,0x71,0x3f]2780// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2781 2782v_cmp_ge_f64 vcc, v[1:2], v[254:255]2783// W64: encoding: [0x01,0xfd,0x4d,0x7c]2784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2785 2786v_cmp_ge_f64 vcc_lo, v[1:2], v[2:3]2787// W32: encoding: [0x01,0x05,0x4c,0x7c]2788// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2789 2790v_cmp_ge_f64 vcc_lo, v[254:255], v[2:3]2791// W32: encoding: [0xfe,0x05,0x4c,0x7c]2792// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2793 2794v_cmp_ge_f64 vcc_lo, s[2:3], v[2:3]2795// W32: encoding: [0x02,0x04,0x4c,0x7c]2796// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2797 2798v_cmp_ge_f64 vcc_lo, s[4:5], v[2:3]2799// W32: encoding: [0x04,0x04,0x4c,0x7c]2800// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2801 2802v_cmp_ge_f64 vcc_lo, s[100:101], v[2:3]2803// W32: encoding: [0x64,0x04,0x4c,0x7c]2804// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2805 2806v_cmp_ge_f64 vcc_lo, vcc, v[2:3]2807// W32: encoding: [0x6a,0x04,0x4c,0x7c]2808// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2809 2810v_cmp_ge_f64 vcc_lo, exec, v[2:3]2811// W32: encoding: [0x7e,0x04,0x4c,0x7c]2812// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2813 2814v_cmp_ge_f64 vcc_lo, 0, v[2:3]2815// W32: encoding: [0x80,0x04,0x4c,0x7c]2816// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2817 2818v_cmp_ge_f64 vcc_lo, -1, v[2:3]2819// W32: encoding: [0xc1,0x04,0x4c,0x7c]2820// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2821 2822v_cmp_ge_f64 vcc_lo, 0.5, v[2:3]2823// W32: encoding: [0xf0,0x04,0x4c,0x7c]2824// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2825 2826v_cmp_ge_f64 vcc_lo, -4.0, v[2:3]2827// W32: encoding: [0xf7,0x04,0x4c,0x7c]2828// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2829 2830v_cmp_ge_f64 vcc_lo, 0xaf123456, v[2:3]2831// W32: encoding: [0xff,0x04,0x4c,0x7c,0x56,0x34,0x12,0xaf]2832// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2833 2834v_cmp_ge_f64 vcc_lo, 0x3f717273, v[2:3]2835// W32: encoding: [0xff,0x04,0x4c,0x7c,0x73,0x72,0x71,0x3f]2836// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2837 2838v_cmp_ge_f64 vcc_lo, v[1:2], v[254:255]2839// W32: encoding: [0x01,0xfd,0x4d,0x7c]2840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2841 2842v_cmp_o_f64 vcc, v[1:2], v[2:3]2843// W64: encoding: [0x01,0x05,0x4e,0x7c]2844// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2845 2846v_cmp_o_f64 vcc, v[254:255], v[2:3]2847// W64: encoding: [0xfe,0x05,0x4e,0x7c]2848// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2849 2850v_cmp_o_f64 vcc, s[2:3], v[2:3]2851// W64: encoding: [0x02,0x04,0x4e,0x7c]2852// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2853 2854v_cmp_o_f64 vcc, s[4:5], v[2:3]2855// W64: encoding: [0x04,0x04,0x4e,0x7c]2856// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2857 2858v_cmp_o_f64 vcc, s[100:101], v[2:3]2859// W64: encoding: [0x64,0x04,0x4e,0x7c]2860// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2861 2862v_cmp_o_f64 vcc, vcc, v[2:3]2863// W64: encoding: [0x6a,0x04,0x4e,0x7c]2864// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2865 2866v_cmp_o_f64 vcc, exec, v[2:3]2867// W64: encoding: [0x7e,0x04,0x4e,0x7c]2868// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2869 2870v_cmp_o_f64 vcc, 0, v[2:3]2871// W64: encoding: [0x80,0x04,0x4e,0x7c]2872// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2873 2874v_cmp_o_f64 vcc, -1, v[2:3]2875// W64: encoding: [0xc1,0x04,0x4e,0x7c]2876// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2877 2878v_cmp_o_f64 vcc, 0.5, v[2:3]2879// W64: encoding: [0xf0,0x04,0x4e,0x7c]2880// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2881 2882v_cmp_o_f64 vcc, -4.0, v[2:3]2883// W64: encoding: [0xf7,0x04,0x4e,0x7c]2884// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2885 2886v_cmp_o_f64 vcc, 0xaf123456, v[2:3]2887// W64: encoding: [0xff,0x04,0x4e,0x7c,0x56,0x34,0x12,0xaf]2888// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2889 2890v_cmp_o_f64 vcc, 0x3f717273, v[2:3]2891// W64: encoding: [0xff,0x04,0x4e,0x7c,0x73,0x72,0x71,0x3f]2892// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2893 2894v_cmp_o_f64 vcc, v[1:2], v[254:255]2895// W64: encoding: [0x01,0xfd,0x4f,0x7c]2896// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2897 2898v_cmp_o_f64 vcc_lo, v[1:2], v[2:3]2899// W32: encoding: [0x01,0x05,0x4e,0x7c]2900// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2901 2902v_cmp_o_f64 vcc_lo, v[254:255], v[2:3]2903// W32: encoding: [0xfe,0x05,0x4e,0x7c]2904// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2905 2906v_cmp_o_f64 vcc_lo, s[2:3], v[2:3]2907// W32: encoding: [0x02,0x04,0x4e,0x7c]2908// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2909 2910v_cmp_o_f64 vcc_lo, s[4:5], v[2:3]2911// W32: encoding: [0x04,0x04,0x4e,0x7c]2912// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2913 2914v_cmp_o_f64 vcc_lo, s[100:101], v[2:3]2915// W32: encoding: [0x64,0x04,0x4e,0x7c]2916// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2917 2918v_cmp_o_f64 vcc_lo, vcc, v[2:3]2919// W32: encoding: [0x6a,0x04,0x4e,0x7c]2920// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2921 2922v_cmp_o_f64 vcc_lo, exec, v[2:3]2923// W32: encoding: [0x7e,0x04,0x4e,0x7c]2924// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2925 2926v_cmp_o_f64 vcc_lo, 0, v[2:3]2927// W32: encoding: [0x80,0x04,0x4e,0x7c]2928// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2929 2930v_cmp_o_f64 vcc_lo, -1, v[2:3]2931// W32: encoding: [0xc1,0x04,0x4e,0x7c]2932// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2933 2934v_cmp_o_f64 vcc_lo, 0.5, v[2:3]2935// W32: encoding: [0xf0,0x04,0x4e,0x7c]2936// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2937 2938v_cmp_o_f64 vcc_lo, -4.0, v[2:3]2939// W32: encoding: [0xf7,0x04,0x4e,0x7c]2940// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2941 2942v_cmp_o_f64 vcc_lo, 0xaf123456, v[2:3]2943// W32: encoding: [0xff,0x04,0x4e,0x7c,0x56,0x34,0x12,0xaf]2944// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2945 2946v_cmp_o_f64 vcc_lo, 0x3f717273, v[2:3]2947// W32: encoding: [0xff,0x04,0x4e,0x7c,0x73,0x72,0x71,0x3f]2948// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2949 2950v_cmp_o_f64 vcc_lo, v[1:2], v[254:255]2951// W32: encoding: [0x01,0xfd,0x4f,0x7c]2952// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2953 2954v_cmp_u_f64 vcc, v[1:2], v[2:3]2955// W64: encoding: [0x01,0x05,0x50,0x7c]2956// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2957 2958v_cmp_u_f64 vcc, v[254:255], v[2:3]2959// W64: encoding: [0xfe,0x05,0x50,0x7c]2960// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2961 2962v_cmp_u_f64 vcc, s[2:3], v[2:3]2963// W64: encoding: [0x02,0x04,0x50,0x7c]2964// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2965 2966v_cmp_u_f64 vcc, s[4:5], v[2:3]2967// W64: encoding: [0x04,0x04,0x50,0x7c]2968// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2969 2970v_cmp_u_f64 vcc, s[100:101], v[2:3]2971// W64: encoding: [0x64,0x04,0x50,0x7c]2972// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2973 2974v_cmp_u_f64 vcc, vcc, v[2:3]2975// W64: encoding: [0x6a,0x04,0x50,0x7c]2976// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2977 2978v_cmp_u_f64 vcc, exec, v[2:3]2979// W64: encoding: [0x7e,0x04,0x50,0x7c]2980// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2981 2982v_cmp_u_f64 vcc, 0, v[2:3]2983// W64: encoding: [0x80,0x04,0x50,0x7c]2984// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2985 2986v_cmp_u_f64 vcc, -1, v[2:3]2987// W64: encoding: [0xc1,0x04,0x50,0x7c]2988// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2989 2990v_cmp_u_f64 vcc, 0.5, v[2:3]2991// W64: encoding: [0xf0,0x04,0x50,0x7c]2992// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2993 2994v_cmp_u_f64 vcc, -4.0, v[2:3]2995// W64: encoding: [0xf7,0x04,0x50,0x7c]2996// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2997 2998v_cmp_u_f64 vcc, 0xaf123456, v[2:3]2999// W64: encoding: [0xff,0x04,0x50,0x7c,0x56,0x34,0x12,0xaf]3000// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3001 3002v_cmp_u_f64 vcc, 0x3f717273, v[2:3]3003// W64: encoding: [0xff,0x04,0x50,0x7c,0x73,0x72,0x71,0x3f]3004// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3005 3006v_cmp_u_f64 vcc, v[1:2], v[254:255]3007// W64: encoding: [0x01,0xfd,0x51,0x7c]3008// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3009 3010v_cmp_u_f64 vcc_lo, v[1:2], v[2:3]3011// W32: encoding: [0x01,0x05,0x50,0x7c]3012// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3013 3014v_cmp_u_f64 vcc_lo, v[254:255], v[2:3]3015// W32: encoding: [0xfe,0x05,0x50,0x7c]3016// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3017 3018v_cmp_u_f64 vcc_lo, s[2:3], v[2:3]3019// W32: encoding: [0x02,0x04,0x50,0x7c]3020// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3021 3022v_cmp_u_f64 vcc_lo, s[4:5], v[2:3]3023// W32: encoding: [0x04,0x04,0x50,0x7c]3024// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3025 3026v_cmp_u_f64 vcc_lo, s[100:101], v[2:3]3027// W32: encoding: [0x64,0x04,0x50,0x7c]3028// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3029 3030v_cmp_u_f64 vcc_lo, vcc, v[2:3]3031// W32: encoding: [0x6a,0x04,0x50,0x7c]3032// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3033 3034v_cmp_u_f64 vcc_lo, exec, v[2:3]3035// W32: encoding: [0x7e,0x04,0x50,0x7c]3036// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3037 3038v_cmp_u_f64 vcc_lo, 0, v[2:3]3039// W32: encoding: [0x80,0x04,0x50,0x7c]3040// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3041 3042v_cmp_u_f64 vcc_lo, -1, v[2:3]3043// W32: encoding: [0xc1,0x04,0x50,0x7c]3044// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3045 3046v_cmp_u_f64 vcc_lo, 0.5, v[2:3]3047// W32: encoding: [0xf0,0x04,0x50,0x7c]3048// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3049 3050v_cmp_u_f64 vcc_lo, -4.0, v[2:3]3051// W32: encoding: [0xf7,0x04,0x50,0x7c]3052// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3053 3054v_cmp_u_f64 vcc_lo, 0xaf123456, v[2:3]3055// W32: encoding: [0xff,0x04,0x50,0x7c,0x56,0x34,0x12,0xaf]3056// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3057 3058v_cmp_u_f64 vcc_lo, 0x3f717273, v[2:3]3059// W32: encoding: [0xff,0x04,0x50,0x7c,0x73,0x72,0x71,0x3f]3060// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3061 3062v_cmp_u_f64 vcc_lo, v[1:2], v[254:255]3063// W32: encoding: [0x01,0xfd,0x51,0x7c]3064// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3065 3066v_cmp_nge_f64 vcc, v[1:2], v[2:3]3067// W64: encoding: [0x01,0x05,0x52,0x7c]3068// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3069 3070v_cmp_nge_f64 vcc, v[254:255], v[2:3]3071// W64: encoding: [0xfe,0x05,0x52,0x7c]3072// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3073 3074v_cmp_nge_f64 vcc, s[2:3], v[2:3]3075// W64: encoding: [0x02,0x04,0x52,0x7c]3076// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3077 3078v_cmp_nge_f64 vcc, s[4:5], v[2:3]3079// W64: encoding: [0x04,0x04,0x52,0x7c]3080// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3081 3082v_cmp_nge_f64 vcc, s[100:101], v[2:3]3083// W64: encoding: [0x64,0x04,0x52,0x7c]3084// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3085 3086v_cmp_nge_f64 vcc, vcc, v[2:3]3087// W64: encoding: [0x6a,0x04,0x52,0x7c]3088// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3089 3090v_cmp_nge_f64 vcc, exec, v[2:3]3091// W64: encoding: [0x7e,0x04,0x52,0x7c]3092// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3093 3094v_cmp_nge_f64 vcc, 0, v[2:3]3095// W64: encoding: [0x80,0x04,0x52,0x7c]3096// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3097 3098v_cmp_nge_f64 vcc, -1, v[2:3]3099// W64: encoding: [0xc1,0x04,0x52,0x7c]3100// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3101 3102v_cmp_nge_f64 vcc, 0.5, v[2:3]3103// W64: encoding: [0xf0,0x04,0x52,0x7c]3104// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3105 3106v_cmp_nge_f64 vcc, -4.0, v[2:3]3107// W64: encoding: [0xf7,0x04,0x52,0x7c]3108// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3109 3110v_cmp_nge_f64 vcc, 0xaf123456, v[2:3]3111// W64: encoding: [0xff,0x04,0x52,0x7c,0x56,0x34,0x12,0xaf]3112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3113 3114v_cmp_nge_f64 vcc, 0x3f717273, v[2:3]3115// W64: encoding: [0xff,0x04,0x52,0x7c,0x73,0x72,0x71,0x3f]3116// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3117 3118v_cmp_nge_f64 vcc, v[1:2], v[254:255]3119// W64: encoding: [0x01,0xfd,0x53,0x7c]3120// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3121 3122v_cmp_nge_f64 vcc_lo, v[1:2], v[2:3]3123// W32: encoding: [0x01,0x05,0x52,0x7c]3124// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3125 3126v_cmp_nge_f64 vcc_lo, v[254:255], v[2:3]3127// W32: encoding: [0xfe,0x05,0x52,0x7c]3128// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3129 3130v_cmp_nge_f64 vcc_lo, s[2:3], v[2:3]3131// W32: encoding: [0x02,0x04,0x52,0x7c]3132// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3133 3134v_cmp_nge_f64 vcc_lo, s[4:5], v[2:3]3135// W32: encoding: [0x04,0x04,0x52,0x7c]3136// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3137 3138v_cmp_nge_f64 vcc_lo, s[100:101], v[2:3]3139// W32: encoding: [0x64,0x04,0x52,0x7c]3140// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3141 3142v_cmp_nge_f64 vcc_lo, vcc, v[2:3]3143// W32: encoding: [0x6a,0x04,0x52,0x7c]3144// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3145 3146v_cmp_nge_f64 vcc_lo, exec, v[2:3]3147// W32: encoding: [0x7e,0x04,0x52,0x7c]3148// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3149 3150v_cmp_nge_f64 vcc_lo, 0, v[2:3]3151// W32: encoding: [0x80,0x04,0x52,0x7c]3152// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3153 3154v_cmp_nge_f64 vcc_lo, -1, v[2:3]3155// W32: encoding: [0xc1,0x04,0x52,0x7c]3156// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3157 3158v_cmp_nge_f64 vcc_lo, 0.5, v[2:3]3159// W32: encoding: [0xf0,0x04,0x52,0x7c]3160// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3161 3162v_cmp_nge_f64 vcc_lo, -4.0, v[2:3]3163// W32: encoding: [0xf7,0x04,0x52,0x7c]3164// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3165 3166v_cmp_nge_f64 vcc_lo, 0xaf123456, v[2:3]3167// W32: encoding: [0xff,0x04,0x52,0x7c,0x56,0x34,0x12,0xaf]3168// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3169 3170v_cmp_nge_f64 vcc_lo, 0x3f717273, v[2:3]3171// W32: encoding: [0xff,0x04,0x52,0x7c,0x73,0x72,0x71,0x3f]3172// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3173 3174v_cmp_nge_f64 vcc_lo, v[1:2], v[254:255]3175// W32: encoding: [0x01,0xfd,0x53,0x7c]3176// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3177 3178v_cmp_nlg_f64 vcc, v[1:2], v[2:3]3179// W64: encoding: [0x01,0x05,0x54,0x7c]3180// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3181 3182v_cmp_nlg_f64 vcc, v[254:255], v[2:3]3183// W64: encoding: [0xfe,0x05,0x54,0x7c]3184// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3185 3186v_cmp_nlg_f64 vcc, s[2:3], v[2:3]3187// W64: encoding: [0x02,0x04,0x54,0x7c]3188// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3189 3190v_cmp_nlg_f64 vcc, s[4:5], v[2:3]3191// W64: encoding: [0x04,0x04,0x54,0x7c]3192// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3193 3194v_cmp_nlg_f64 vcc, s[100:101], v[2:3]3195// W64: encoding: [0x64,0x04,0x54,0x7c]3196// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3197 3198v_cmp_nlg_f64 vcc, vcc, v[2:3]3199// W64: encoding: [0x6a,0x04,0x54,0x7c]3200// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3201 3202v_cmp_nlg_f64 vcc, exec, v[2:3]3203// W64: encoding: [0x7e,0x04,0x54,0x7c]3204// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3205 3206v_cmp_nlg_f64 vcc, 0, v[2:3]3207// W64: encoding: [0x80,0x04,0x54,0x7c]3208// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3209 3210v_cmp_nlg_f64 vcc, -1, v[2:3]3211// W64: encoding: [0xc1,0x04,0x54,0x7c]3212// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3213 3214v_cmp_nlg_f64 vcc, 0.5, v[2:3]3215// W64: encoding: [0xf0,0x04,0x54,0x7c]3216// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3217 3218v_cmp_nlg_f64 vcc, -4.0, v[2:3]3219// W64: encoding: [0xf7,0x04,0x54,0x7c]3220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3221 3222v_cmp_nlg_f64 vcc, 0xaf123456, v[2:3]3223// W64: encoding: [0xff,0x04,0x54,0x7c,0x56,0x34,0x12,0xaf]3224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3225 3226v_cmp_nlg_f64 vcc, 0x3f717273, v[2:3]3227// W64: encoding: [0xff,0x04,0x54,0x7c,0x73,0x72,0x71,0x3f]3228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3229 3230v_cmp_nlg_f64 vcc, v[1:2], v[254:255]3231// W64: encoding: [0x01,0xfd,0x55,0x7c]3232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3233 3234v_cmp_nlg_f64 vcc_lo, v[1:2], v[2:3]3235// W32: encoding: [0x01,0x05,0x54,0x7c]3236// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3237 3238v_cmp_nlg_f64 vcc_lo, v[254:255], v[2:3]3239// W32: encoding: [0xfe,0x05,0x54,0x7c]3240// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3241 3242v_cmp_nlg_f64 vcc_lo, s[2:3], v[2:3]3243// W32: encoding: [0x02,0x04,0x54,0x7c]3244// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3245 3246v_cmp_nlg_f64 vcc_lo, s[4:5], v[2:3]3247// W32: encoding: [0x04,0x04,0x54,0x7c]3248// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3249 3250v_cmp_nlg_f64 vcc_lo, s[100:101], v[2:3]3251// W32: encoding: [0x64,0x04,0x54,0x7c]3252// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3253 3254v_cmp_nlg_f64 vcc_lo, vcc, v[2:3]3255// W32: encoding: [0x6a,0x04,0x54,0x7c]3256// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3257 3258v_cmp_nlg_f64 vcc_lo, exec, v[2:3]3259// W32: encoding: [0x7e,0x04,0x54,0x7c]3260// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3261 3262v_cmp_nlg_f64 vcc_lo, 0, v[2:3]3263// W32: encoding: [0x80,0x04,0x54,0x7c]3264// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3265 3266v_cmp_nlg_f64 vcc_lo, -1, v[2:3]3267// W32: encoding: [0xc1,0x04,0x54,0x7c]3268// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3269 3270v_cmp_nlg_f64 vcc_lo, 0.5, v[2:3]3271// W32: encoding: [0xf0,0x04,0x54,0x7c]3272// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3273 3274v_cmp_nlg_f64 vcc_lo, -4.0, v[2:3]3275// W32: encoding: [0xf7,0x04,0x54,0x7c]3276// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3277 3278v_cmp_nlg_f64 vcc_lo, 0xaf123456, v[2:3]3279// W32: encoding: [0xff,0x04,0x54,0x7c,0x56,0x34,0x12,0xaf]3280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3281 3282v_cmp_nlg_f64 vcc_lo, 0x3f717273, v[2:3]3283// W32: encoding: [0xff,0x04,0x54,0x7c,0x73,0x72,0x71,0x3f]3284// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3285 3286v_cmp_nlg_f64 vcc_lo, v[1:2], v[254:255]3287// W32: encoding: [0x01,0xfd,0x55,0x7c]3288// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3289 3290v_cmp_ngt_f64 vcc, v[1:2], v[2:3]3291// W64: encoding: [0x01,0x05,0x56,0x7c]3292// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3293 3294v_cmp_ngt_f64 vcc, v[254:255], v[2:3]3295// W64: encoding: [0xfe,0x05,0x56,0x7c]3296// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3297 3298v_cmp_ngt_f64 vcc, s[2:3], v[2:3]3299// W64: encoding: [0x02,0x04,0x56,0x7c]3300// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3301 3302v_cmp_ngt_f64 vcc, s[4:5], v[2:3]3303// W64: encoding: [0x04,0x04,0x56,0x7c]3304// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3305 3306v_cmp_ngt_f64 vcc, s[100:101], v[2:3]3307// W64: encoding: [0x64,0x04,0x56,0x7c]3308// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3309 3310v_cmp_ngt_f64 vcc, vcc, v[2:3]3311// W64: encoding: [0x6a,0x04,0x56,0x7c]3312// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3313 3314v_cmp_ngt_f64 vcc, exec, v[2:3]3315// W64: encoding: [0x7e,0x04,0x56,0x7c]3316// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3317 3318v_cmp_ngt_f64 vcc, 0, v[2:3]3319// W64: encoding: [0x80,0x04,0x56,0x7c]3320// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3321 3322v_cmp_ngt_f64 vcc, -1, v[2:3]3323// W64: encoding: [0xc1,0x04,0x56,0x7c]3324// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3325 3326v_cmp_ngt_f64 vcc, 0.5, v[2:3]3327// W64: encoding: [0xf0,0x04,0x56,0x7c]3328// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3329 3330v_cmp_ngt_f64 vcc, -4.0, v[2:3]3331// W64: encoding: [0xf7,0x04,0x56,0x7c]3332// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3333 3334v_cmp_ngt_f64 vcc, 0xaf123456, v[2:3]3335// W64: encoding: [0xff,0x04,0x56,0x7c,0x56,0x34,0x12,0xaf]3336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3337 3338v_cmp_ngt_f64 vcc, 0x3f717273, v[2:3]3339// W64: encoding: [0xff,0x04,0x56,0x7c,0x73,0x72,0x71,0x3f]3340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3341 3342v_cmp_ngt_f64 vcc, v[1:2], v[254:255]3343// W64: encoding: [0x01,0xfd,0x57,0x7c]3344// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3345 3346v_cmp_ngt_f64 vcc_lo, v[1:2], v[2:3]3347// W32: encoding: [0x01,0x05,0x56,0x7c]3348// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3349 3350v_cmp_ngt_f64 vcc_lo, v[254:255], v[2:3]3351// W32: encoding: [0xfe,0x05,0x56,0x7c]3352// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3353 3354v_cmp_ngt_f64 vcc_lo, s[2:3], v[2:3]3355// W32: encoding: [0x02,0x04,0x56,0x7c]3356// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3357 3358v_cmp_ngt_f64 vcc_lo, s[4:5], v[2:3]3359// W32: encoding: [0x04,0x04,0x56,0x7c]3360// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3361 3362v_cmp_ngt_f64 vcc_lo, s[100:101], v[2:3]3363// W32: encoding: [0x64,0x04,0x56,0x7c]3364// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3365 3366v_cmp_ngt_f64 vcc_lo, vcc, v[2:3]3367// W32: encoding: [0x6a,0x04,0x56,0x7c]3368// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3369 3370v_cmp_ngt_f64 vcc_lo, exec, v[2:3]3371// W32: encoding: [0x7e,0x04,0x56,0x7c]3372// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3373 3374v_cmp_ngt_f64 vcc_lo, 0, v[2:3]3375// W32: encoding: [0x80,0x04,0x56,0x7c]3376// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3377 3378v_cmp_ngt_f64 vcc_lo, -1, v[2:3]3379// W32: encoding: [0xc1,0x04,0x56,0x7c]3380// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3381 3382v_cmp_ngt_f64 vcc_lo, 0.5, v[2:3]3383// W32: encoding: [0xf0,0x04,0x56,0x7c]3384// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3385 3386v_cmp_ngt_f64 vcc_lo, -4.0, v[2:3]3387// W32: encoding: [0xf7,0x04,0x56,0x7c]3388// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3389 3390v_cmp_ngt_f64 vcc_lo, 0xaf123456, v[2:3]3391// W32: encoding: [0xff,0x04,0x56,0x7c,0x56,0x34,0x12,0xaf]3392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3393 3394v_cmp_ngt_f64 vcc_lo, 0x3f717273, v[2:3]3395// W32: encoding: [0xff,0x04,0x56,0x7c,0x73,0x72,0x71,0x3f]3396// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3397 3398v_cmp_ngt_f64 vcc_lo, v[1:2], v[254:255]3399// W32: encoding: [0x01,0xfd,0x57,0x7c]3400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3401 3402v_cmp_nle_f64 vcc, v[1:2], v[2:3]3403// W64: encoding: [0x01,0x05,0x58,0x7c]3404// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3405 3406v_cmp_nle_f64 vcc, v[254:255], v[2:3]3407// W64: encoding: [0xfe,0x05,0x58,0x7c]3408// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3409 3410v_cmp_nle_f64 vcc, s[2:3], v[2:3]3411// W64: encoding: [0x02,0x04,0x58,0x7c]3412// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3413 3414v_cmp_nle_f64 vcc, s[4:5], v[2:3]3415// W64: encoding: [0x04,0x04,0x58,0x7c]3416// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3417 3418v_cmp_nle_f64 vcc, s[100:101], v[2:3]3419// W64: encoding: [0x64,0x04,0x58,0x7c]3420// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3421 3422v_cmp_nle_f64 vcc, vcc, v[2:3]3423// W64: encoding: [0x6a,0x04,0x58,0x7c]3424// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3425 3426v_cmp_nle_f64 vcc, exec, v[2:3]3427// W64: encoding: [0x7e,0x04,0x58,0x7c]3428// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3429 3430v_cmp_nle_f64 vcc, 0, v[2:3]3431// W64: encoding: [0x80,0x04,0x58,0x7c]3432// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3433 3434v_cmp_nle_f64 vcc, -1, v[2:3]3435// W64: encoding: [0xc1,0x04,0x58,0x7c]3436// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3437 3438v_cmp_nle_f64 vcc, 0.5, v[2:3]3439// W64: encoding: [0xf0,0x04,0x58,0x7c]3440// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3441 3442v_cmp_nle_f64 vcc, -4.0, v[2:3]3443// W64: encoding: [0xf7,0x04,0x58,0x7c]3444// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3445 3446v_cmp_nle_f64 vcc, 0xaf123456, v[2:3]3447// W64: encoding: [0xff,0x04,0x58,0x7c,0x56,0x34,0x12,0xaf]3448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3449 3450v_cmp_nle_f64 vcc, 0x3f717273, v[2:3]3451// W64: encoding: [0xff,0x04,0x58,0x7c,0x73,0x72,0x71,0x3f]3452// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3453 3454v_cmp_nle_f64 vcc, v[1:2], v[254:255]3455// W64: encoding: [0x01,0xfd,0x59,0x7c]3456// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3457 3458v_cmp_nle_f64 vcc_lo, v[1:2], v[2:3]3459// W32: encoding: [0x01,0x05,0x58,0x7c]3460// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3461 3462v_cmp_nle_f64 vcc_lo, v[254:255], v[2:3]3463// W32: encoding: [0xfe,0x05,0x58,0x7c]3464// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3465 3466v_cmp_nle_f64 vcc_lo, s[2:3], v[2:3]3467// W32: encoding: [0x02,0x04,0x58,0x7c]3468// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3469 3470v_cmp_nle_f64 vcc_lo, s[4:5], v[2:3]3471// W32: encoding: [0x04,0x04,0x58,0x7c]3472// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3473 3474v_cmp_nle_f64 vcc_lo, s[100:101], v[2:3]3475// W32: encoding: [0x64,0x04,0x58,0x7c]3476// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3477 3478v_cmp_nle_f64 vcc_lo, vcc, v[2:3]3479// W32: encoding: [0x6a,0x04,0x58,0x7c]3480// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3481 3482v_cmp_nle_f64 vcc_lo, exec, v[2:3]3483// W32: encoding: [0x7e,0x04,0x58,0x7c]3484// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3485 3486v_cmp_nle_f64 vcc_lo, 0, v[2:3]3487// W32: encoding: [0x80,0x04,0x58,0x7c]3488// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3489 3490v_cmp_nle_f64 vcc_lo, -1, v[2:3]3491// W32: encoding: [0xc1,0x04,0x58,0x7c]3492// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3493 3494v_cmp_nle_f64 vcc_lo, 0.5, v[2:3]3495// W32: encoding: [0xf0,0x04,0x58,0x7c]3496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3497 3498v_cmp_nle_f64 vcc_lo, -4.0, v[2:3]3499// W32: encoding: [0xf7,0x04,0x58,0x7c]3500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3501 3502v_cmp_nle_f64 vcc_lo, 0xaf123456, v[2:3]3503// W32: encoding: [0xff,0x04,0x58,0x7c,0x56,0x34,0x12,0xaf]3504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3505 3506v_cmp_nle_f64 vcc_lo, 0x3f717273, v[2:3]3507// W32: encoding: [0xff,0x04,0x58,0x7c,0x73,0x72,0x71,0x3f]3508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3509 3510v_cmp_nle_f64 vcc_lo, v[1:2], v[254:255]3511// W32: encoding: [0x01,0xfd,0x59,0x7c]3512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3513 3514v_cmp_neq_f64 vcc, v[1:2], v[2:3]3515// W64: encoding: [0x01,0x05,0x5a,0x7c]3516// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3517 3518v_cmp_neq_f64 vcc, v[254:255], v[2:3]3519// W64: encoding: [0xfe,0x05,0x5a,0x7c]3520// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3521 3522v_cmp_neq_f64 vcc, s[2:3], v[2:3]3523// W64: encoding: [0x02,0x04,0x5a,0x7c]3524// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3525 3526v_cmp_neq_f64 vcc, s[4:5], v[2:3]3527// W64: encoding: [0x04,0x04,0x5a,0x7c]3528// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3529 3530v_cmp_neq_f64 vcc, s[100:101], v[2:3]3531// W64: encoding: [0x64,0x04,0x5a,0x7c]3532// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3533 3534v_cmp_neq_f64 vcc, vcc, v[2:3]3535// W64: encoding: [0x6a,0x04,0x5a,0x7c]3536// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3537 3538v_cmp_neq_f64 vcc, exec, v[2:3]3539// W64: encoding: [0x7e,0x04,0x5a,0x7c]3540// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3541 3542v_cmp_neq_f64 vcc, 0, v[2:3]3543// W64: encoding: [0x80,0x04,0x5a,0x7c]3544// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3545 3546v_cmp_neq_f64 vcc, -1, v[2:3]3547// W64: encoding: [0xc1,0x04,0x5a,0x7c]3548// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3549 3550v_cmp_neq_f64 vcc, 0.5, v[2:3]3551// W64: encoding: [0xf0,0x04,0x5a,0x7c]3552// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3553 3554v_cmp_neq_f64 vcc, -4.0, v[2:3]3555// W64: encoding: [0xf7,0x04,0x5a,0x7c]3556// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3557 3558v_cmp_neq_f64 vcc, 0xaf123456, v[2:3]3559// W64: encoding: [0xff,0x04,0x5a,0x7c,0x56,0x34,0x12,0xaf]3560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3561 3562v_cmp_neq_f64 vcc, 0x3f717273, v[2:3]3563// W64: encoding: [0xff,0x04,0x5a,0x7c,0x73,0x72,0x71,0x3f]3564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3565 3566v_cmp_neq_f64 vcc, v[1:2], v[254:255]3567// W64: encoding: [0x01,0xfd,0x5b,0x7c]3568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3569 3570v_cmp_neq_f64 vcc_lo, v[1:2], v[2:3]3571// W32: encoding: [0x01,0x05,0x5a,0x7c]3572// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3573 3574v_cmp_neq_f64 vcc_lo, v[254:255], v[2:3]3575// W32: encoding: [0xfe,0x05,0x5a,0x7c]3576// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3577 3578v_cmp_neq_f64 vcc_lo, s[2:3], v[2:3]3579// W32: encoding: [0x02,0x04,0x5a,0x7c]3580// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3581 3582v_cmp_neq_f64 vcc_lo, s[4:5], v[2:3]3583// W32: encoding: [0x04,0x04,0x5a,0x7c]3584// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3585 3586v_cmp_neq_f64 vcc_lo, s[100:101], v[2:3]3587// W32: encoding: [0x64,0x04,0x5a,0x7c]3588// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3589 3590v_cmp_neq_f64 vcc_lo, vcc, v[2:3]3591// W32: encoding: [0x6a,0x04,0x5a,0x7c]3592// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3593 3594v_cmp_neq_f64 vcc_lo, exec, v[2:3]3595// W32: encoding: [0x7e,0x04,0x5a,0x7c]3596// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3597 3598v_cmp_neq_f64 vcc_lo, 0, v[2:3]3599// W32: encoding: [0x80,0x04,0x5a,0x7c]3600// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3601 3602v_cmp_neq_f64 vcc_lo, -1, v[2:3]3603// W32: encoding: [0xc1,0x04,0x5a,0x7c]3604// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3605 3606v_cmp_neq_f64 vcc_lo, 0.5, v[2:3]3607// W32: encoding: [0xf0,0x04,0x5a,0x7c]3608// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3609 3610v_cmp_neq_f64 vcc_lo, -4.0, v[2:3]3611// W32: encoding: [0xf7,0x04,0x5a,0x7c]3612// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3613 3614v_cmp_neq_f64 vcc_lo, 0xaf123456, v[2:3]3615// W32: encoding: [0xff,0x04,0x5a,0x7c,0x56,0x34,0x12,0xaf]3616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3617 3618v_cmp_neq_f64 vcc_lo, 0x3f717273, v[2:3]3619// W32: encoding: [0xff,0x04,0x5a,0x7c,0x73,0x72,0x71,0x3f]3620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3621 3622v_cmp_neq_f64 vcc_lo, v[1:2], v[254:255]3623// W32: encoding: [0x01,0xfd,0x5b,0x7c]3624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3625 3626v_cmp_nlt_f64 vcc, v[1:2], v[2:3]3627// W64: encoding: [0x01,0x05,0x5c,0x7c]3628// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3629 3630v_cmp_nlt_f64 vcc, v[254:255], v[2:3]3631// W64: encoding: [0xfe,0x05,0x5c,0x7c]3632// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3633 3634v_cmp_nlt_f64 vcc, s[2:3], v[2:3]3635// W64: encoding: [0x02,0x04,0x5c,0x7c]3636// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3637 3638v_cmp_nlt_f64 vcc, s[4:5], v[2:3]3639// W64: encoding: [0x04,0x04,0x5c,0x7c]3640// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3641 3642v_cmp_nlt_f64 vcc, s[100:101], v[2:3]3643// W64: encoding: [0x64,0x04,0x5c,0x7c]3644// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3645 3646v_cmp_nlt_f64 vcc, vcc, v[2:3]3647// W64: encoding: [0x6a,0x04,0x5c,0x7c]3648// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3649 3650v_cmp_nlt_f64 vcc, exec, v[2:3]3651// W64: encoding: [0x7e,0x04,0x5c,0x7c]3652// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3653 3654v_cmp_nlt_f64 vcc, 0, v[2:3]3655// W64: encoding: [0x80,0x04,0x5c,0x7c]3656// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3657 3658v_cmp_nlt_f64 vcc, -1, v[2:3]3659// W64: encoding: [0xc1,0x04,0x5c,0x7c]3660// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3661 3662v_cmp_nlt_f64 vcc, 0.5, v[2:3]3663// W64: encoding: [0xf0,0x04,0x5c,0x7c]3664// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3665 3666v_cmp_nlt_f64 vcc, -4.0, v[2:3]3667// W64: encoding: [0xf7,0x04,0x5c,0x7c]3668// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3669 3670v_cmp_nlt_f64 vcc, 0xaf123456, v[2:3]3671// W64: encoding: [0xff,0x04,0x5c,0x7c,0x56,0x34,0x12,0xaf]3672// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3673 3674v_cmp_nlt_f64 vcc, 0x3f717273, v[2:3]3675// W64: encoding: [0xff,0x04,0x5c,0x7c,0x73,0x72,0x71,0x3f]3676// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3677 3678v_cmp_nlt_f64 vcc, v[1:2], v[254:255]3679// W64: encoding: [0x01,0xfd,0x5d,0x7c]3680// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3681 3682v_cmp_nlt_f64 vcc_lo, v[1:2], v[2:3]3683// W32: encoding: [0x01,0x05,0x5c,0x7c]3684// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3685 3686v_cmp_nlt_f64 vcc_lo, v[254:255], v[2:3]3687// W32: encoding: [0xfe,0x05,0x5c,0x7c]3688// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3689 3690v_cmp_nlt_f64 vcc_lo, s[2:3], v[2:3]3691// W32: encoding: [0x02,0x04,0x5c,0x7c]3692// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3693 3694v_cmp_nlt_f64 vcc_lo, s[4:5], v[2:3]3695// W32: encoding: [0x04,0x04,0x5c,0x7c]3696// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3697 3698v_cmp_nlt_f64 vcc_lo, s[100:101], v[2:3]3699// W32: encoding: [0x64,0x04,0x5c,0x7c]3700// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3701 3702v_cmp_nlt_f64 vcc_lo, vcc, v[2:3]3703// W32: encoding: [0x6a,0x04,0x5c,0x7c]3704// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3705 3706v_cmp_nlt_f64 vcc_lo, exec, v[2:3]3707// W32: encoding: [0x7e,0x04,0x5c,0x7c]3708// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3709 3710v_cmp_nlt_f64 vcc_lo, 0, v[2:3]3711// W32: encoding: [0x80,0x04,0x5c,0x7c]3712// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3713 3714v_cmp_nlt_f64 vcc_lo, -1, v[2:3]3715// W32: encoding: [0xc1,0x04,0x5c,0x7c]3716// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3717 3718v_cmp_nlt_f64 vcc_lo, 0.5, v[2:3]3719// W32: encoding: [0xf0,0x04,0x5c,0x7c]3720// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3721 3722v_cmp_nlt_f64 vcc_lo, -4.0, v[2:3]3723// W32: encoding: [0xf7,0x04,0x5c,0x7c]3724// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3725 3726v_cmp_nlt_f64 vcc_lo, 0xaf123456, v[2:3]3727// W32: encoding: [0xff,0x04,0x5c,0x7c,0x56,0x34,0x12,0xaf]3728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3729 3730v_cmp_nlt_f64 vcc_lo, 0x3f717273, v[2:3]3731// W32: encoding: [0xff,0x04,0x5c,0x7c,0x73,0x72,0x71,0x3f]3732// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3733 3734v_cmp_nlt_f64 vcc_lo, v[1:2], v[254:255]3735// W32: encoding: [0x01,0xfd,0x5d,0x7c]3736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3737 3738v_cmp_tru_f64 vcc, v[1:2], v[2:3]3739// W64: encoding: [0x01,0x05,0x5e,0x7c]3740// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3741 3742v_cmp_tru_f64 vcc, v[254:255], v[2:3]3743// W64: encoding: [0xfe,0x05,0x5e,0x7c]3744// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3745 3746v_cmp_tru_f64 vcc, s[2:3], v[2:3]3747// W64: encoding: [0x02,0x04,0x5e,0x7c]3748// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3749 3750v_cmp_tru_f64 vcc, s[4:5], v[2:3]3751// W64: encoding: [0x04,0x04,0x5e,0x7c]3752// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3753 3754v_cmp_tru_f64 vcc, s[100:101], v[2:3]3755// W64: encoding: [0x64,0x04,0x5e,0x7c]3756// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3757 3758v_cmp_tru_f64 vcc, vcc, v[2:3]3759// W64: encoding: [0x6a,0x04,0x5e,0x7c]3760// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3761 3762v_cmp_tru_f64 vcc, exec, v[2:3]3763// W64: encoding: [0x7e,0x04,0x5e,0x7c]3764// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3765 3766v_cmp_tru_f64 vcc, 0, v[2:3]3767// W64: encoding: [0x80,0x04,0x5e,0x7c]3768// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3769 3770v_cmp_tru_f64 vcc, -1, v[2:3]3771// W64: encoding: [0xc1,0x04,0x5e,0x7c]3772// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3773 3774v_cmp_tru_f64 vcc, 0.5, v[2:3]3775// W64: encoding: [0xf0,0x04,0x5e,0x7c]3776// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3777 3778v_cmp_tru_f64 vcc, -4.0, v[2:3]3779// W64: encoding: [0xf7,0x04,0x5e,0x7c]3780// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3781 3782v_cmp_tru_f64 vcc, 0xaf123456, v[2:3]3783// W64: encoding: [0xff,0x04,0x5e,0x7c,0x56,0x34,0x12,0xaf]3784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3785 3786v_cmp_tru_f64 vcc, 0x3f717273, v[2:3]3787// W64: encoding: [0xff,0x04,0x5e,0x7c,0x73,0x72,0x71,0x3f]3788// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3789 3790v_cmp_tru_f64 vcc, v[1:2], v[254:255]3791// W64: encoding: [0x01,0xfd,0x5f,0x7c]3792// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3793 3794v_cmp_tru_f64 vcc_lo, v[1:2], v[2:3]3795// W32: encoding: [0x01,0x05,0x5e,0x7c]3796// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3797 3798v_cmp_tru_f64 vcc_lo, v[254:255], v[2:3]3799// W32: encoding: [0xfe,0x05,0x5e,0x7c]3800// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3801 3802v_cmp_tru_f64 vcc_lo, s[2:3], v[2:3]3803// W32: encoding: [0x02,0x04,0x5e,0x7c]3804// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3805 3806v_cmp_tru_f64 vcc_lo, s[4:5], v[2:3]3807// W32: encoding: [0x04,0x04,0x5e,0x7c]3808// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3809 3810v_cmp_tru_f64 vcc_lo, s[100:101], v[2:3]3811// W32: encoding: [0x64,0x04,0x5e,0x7c]3812// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3813 3814v_cmp_tru_f64 vcc_lo, vcc, v[2:3]3815// W32: encoding: [0x6a,0x04,0x5e,0x7c]3816// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3817 3818v_cmp_tru_f64 vcc_lo, exec, v[2:3]3819// W32: encoding: [0x7e,0x04,0x5e,0x7c]3820// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3821 3822v_cmp_tru_f64 vcc_lo, 0, v[2:3]3823// W32: encoding: [0x80,0x04,0x5e,0x7c]3824// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3825 3826v_cmp_tru_f64 vcc_lo, -1, v[2:3]3827// W32: encoding: [0xc1,0x04,0x5e,0x7c]3828// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3829 3830v_cmp_tru_f64 vcc_lo, 0.5, v[2:3]3831// W32: encoding: [0xf0,0x04,0x5e,0x7c]3832// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3833 3834v_cmp_tru_f64 vcc_lo, -4.0, v[2:3]3835// W32: encoding: [0xf7,0x04,0x5e,0x7c]3836// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3837 3838v_cmp_tru_f64 vcc_lo, 0xaf123456, v[2:3]3839// W32: encoding: [0xff,0x04,0x5e,0x7c,0x56,0x34,0x12,0xaf]3840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3841 3842v_cmp_tru_f64 vcc_lo, 0x3f717273, v[2:3]3843// W32: encoding: [0xff,0x04,0x5e,0x7c,0x73,0x72,0x71,0x3f]3844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3845 3846v_cmp_tru_f64 vcc_lo, v[1:2], v[254:255]3847// W32: encoding: [0x01,0xfd,0x5f,0x7c]3848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3849 3850v_cmp_f_i32 vcc, v1, v23851// W64: encoding: [0x01,0x05,0x00,0x7d]3852// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3853 3854v_cmp_f_i32 vcc, v255, v23855// W64: encoding: [0xff,0x05,0x00,0x7d]3856// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3857 3858v_cmp_f_i32 vcc, s1, v23859// W64: encoding: [0x01,0x04,0x00,0x7d]3860// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3861 3862v_cmp_f_i32 vcc, s101, v23863// W64: encoding: [0x65,0x04,0x00,0x7d]3864// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3865 3866v_cmp_f_i32 vcc, vcc_lo, v23867// W64: encoding: [0x6a,0x04,0x00,0x7d]3868// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3869 3870v_cmp_f_i32 vcc, vcc_hi, v23871// W64: encoding: [0x6b,0x04,0x00,0x7d]3872// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3873 3874v_cmp_f_i32 vcc, m0, v23875// W64: encoding: [0x7c,0x04,0x00,0x7d]3876// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3877 3878v_cmp_f_i32 vcc, exec_lo, v23879// W64: encoding: [0x7e,0x04,0x00,0x7d]3880// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3881 3882v_cmp_f_i32 vcc, exec_hi, v23883// W64: encoding: [0x7f,0x04,0x00,0x7d]3884// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3885 3886v_cmp_f_i32 vcc, 0, v23887// W64: encoding: [0x80,0x04,0x00,0x7d]3888// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3889 3890v_cmp_f_i32 vcc, -1, v23891// W64: encoding: [0xc1,0x04,0x00,0x7d]3892// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3893 3894v_cmp_f_i32 vcc, 0.5, v23895// W64: encoding: [0xf0,0x04,0x00,0x7d]3896// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3897 3898v_cmp_f_i32 vcc, -4.0, v23899// W64: encoding: [0xf7,0x04,0x00,0x7d]3900// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3901 3902v_cmp_f_i32 vcc, 0xaf123456, v23903// W64: encoding: [0xff,0x04,0x00,0x7d,0x56,0x34,0x12,0xaf]3904// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3905 3906v_cmp_f_i32 vcc, 0x3f717273, v23907// W64: encoding: [0xff,0x04,0x00,0x7d,0x73,0x72,0x71,0x3f]3908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3909 3910v_cmp_f_i32 vcc, v1, v2553911// W64: encoding: [0x01,0xff,0x01,0x7d]3912// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3913 3914v_cmp_lt_i32 vcc, v1, v23915// W64: encoding: [0x01,0x05,0x02,0x7d]3916// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3917 3918v_cmp_lt_i32 vcc, v255, v23919// W64: encoding: [0xff,0x05,0x02,0x7d]3920// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3921 3922v_cmp_lt_i32 vcc, s1, v23923// W64: encoding: [0x01,0x04,0x02,0x7d]3924// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3925 3926v_cmp_lt_i32 vcc, s101, v23927// W64: encoding: [0x65,0x04,0x02,0x7d]3928// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3929 3930v_cmp_lt_i32 vcc, vcc_lo, v23931// W64: encoding: [0x6a,0x04,0x02,0x7d]3932// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3933 3934v_cmp_lt_i32 vcc, vcc_hi, v23935// W64: encoding: [0x6b,0x04,0x02,0x7d]3936// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3937 3938v_cmp_lt_i32 vcc, m0, v23939// W64: encoding: [0x7c,0x04,0x02,0x7d]3940// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3941 3942v_cmp_lt_i32 vcc, exec_lo, v23943// W64: encoding: [0x7e,0x04,0x02,0x7d]3944// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3945 3946v_cmp_lt_i32 vcc, exec_hi, v23947// W64: encoding: [0x7f,0x04,0x02,0x7d]3948// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3949 3950v_cmp_lt_i32 vcc, 0, v23951// W64: encoding: [0x80,0x04,0x02,0x7d]3952// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3953 3954v_cmp_lt_i32 vcc, -1, v23955// W64: encoding: [0xc1,0x04,0x02,0x7d]3956// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3957 3958v_cmp_lt_i32 vcc, 0.5, v23959// W64: encoding: [0xf0,0x04,0x02,0x7d]3960// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3961 3962v_cmp_lt_i32 vcc, -4.0, v23963// W64: encoding: [0xf7,0x04,0x02,0x7d]3964// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3965 3966v_cmp_lt_i32 vcc, 0xaf123456, v23967// W64: encoding: [0xff,0x04,0x02,0x7d,0x56,0x34,0x12,0xaf]3968// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3969 3970v_cmp_lt_i32 vcc, 0x3f717273, v23971// W64: encoding: [0xff,0x04,0x02,0x7d,0x73,0x72,0x71,0x3f]3972// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3973 3974v_cmp_lt_i32 vcc, v1, v2553975// W64: encoding: [0x01,0xff,0x03,0x7d]3976// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3977 3978v_cmp_eq_i32 vcc, v1, v23979// W64: encoding: [0x01,0x05,0x04,0x7d]3980// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3981 3982v_cmp_eq_i32 vcc, v255, v23983// W64: encoding: [0xff,0x05,0x04,0x7d]3984// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3985 3986v_cmp_eq_i32 vcc, s1, v23987// W64: encoding: [0x01,0x04,0x04,0x7d]3988// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3989 3990v_cmp_eq_i32 vcc, s101, v23991// W64: encoding: [0x65,0x04,0x04,0x7d]3992// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3993 3994v_cmp_eq_i32 vcc, vcc_lo, v23995// W64: encoding: [0x6a,0x04,0x04,0x7d]3996// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3997 3998v_cmp_eq_i32 vcc, vcc_hi, v23999// W64: encoding: [0x6b,0x04,0x04,0x7d]4000// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4001 4002v_cmp_eq_i32 vcc, m0, v24003// W64: encoding: [0x7c,0x04,0x04,0x7d]4004// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4005 4006v_cmp_eq_i32 vcc, exec_lo, v24007// W64: encoding: [0x7e,0x04,0x04,0x7d]4008// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4009 4010v_cmp_eq_i32 vcc, exec_hi, v24011// W64: encoding: [0x7f,0x04,0x04,0x7d]4012// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4013 4014v_cmp_eq_i32 vcc, 0, v24015// W64: encoding: [0x80,0x04,0x04,0x7d]4016// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4017 4018v_cmp_eq_i32 vcc, -1, v24019// W64: encoding: [0xc1,0x04,0x04,0x7d]4020// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4021 4022v_cmp_eq_i32 vcc, 0.5, v24023// W64: encoding: [0xf0,0x04,0x04,0x7d]4024// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4025 4026v_cmp_eq_i32 vcc, -4.0, v24027// W64: encoding: [0xf7,0x04,0x04,0x7d]4028// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4029 4030v_cmp_eq_i32 vcc, 0xaf123456, v24031// W64: encoding: [0xff,0x04,0x04,0x7d,0x56,0x34,0x12,0xaf]4032// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4033 4034v_cmp_eq_i32 vcc, 0x3f717273, v24035// W64: encoding: [0xff,0x04,0x04,0x7d,0x73,0x72,0x71,0x3f]4036// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4037 4038v_cmp_eq_i32 vcc, v1, v2554039// W64: encoding: [0x01,0xff,0x05,0x7d]4040// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4041 4042v_cmp_le_i32 vcc, v1, v24043// W64: encoding: [0x01,0x05,0x06,0x7d]4044// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4045 4046v_cmp_le_i32 vcc, v255, v24047// W64: encoding: [0xff,0x05,0x06,0x7d]4048// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4049 4050v_cmp_le_i32 vcc, s1, v24051// W64: encoding: [0x01,0x04,0x06,0x7d]4052// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4053 4054v_cmp_le_i32 vcc, s101, v24055// W64: encoding: [0x65,0x04,0x06,0x7d]4056// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4057 4058v_cmp_le_i32 vcc, vcc_lo, v24059// W64: encoding: [0x6a,0x04,0x06,0x7d]4060// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4061 4062v_cmp_le_i32 vcc, vcc_hi, v24063// W64: encoding: [0x6b,0x04,0x06,0x7d]4064// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4065 4066v_cmp_le_i32 vcc, m0, v24067// W64: encoding: [0x7c,0x04,0x06,0x7d]4068// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4069 4070v_cmp_le_i32 vcc, exec_lo, v24071// W64: encoding: [0x7e,0x04,0x06,0x7d]4072// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4073 4074v_cmp_le_i32 vcc, exec_hi, v24075// W64: encoding: [0x7f,0x04,0x06,0x7d]4076// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4077 4078v_cmp_le_i32 vcc, 0, v24079// W64: encoding: [0x80,0x04,0x06,0x7d]4080// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4081 4082v_cmp_le_i32 vcc, -1, v24083// W64: encoding: [0xc1,0x04,0x06,0x7d]4084// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4085 4086v_cmp_le_i32 vcc, 0.5, v24087// W64: encoding: [0xf0,0x04,0x06,0x7d]4088// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4089 4090v_cmp_le_i32 vcc, -4.0, v24091// W64: encoding: [0xf7,0x04,0x06,0x7d]4092// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4093 4094v_cmp_le_i32 vcc, 0xaf123456, v24095// W64: encoding: [0xff,0x04,0x06,0x7d,0x56,0x34,0x12,0xaf]4096// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4097 4098v_cmp_le_i32 vcc, 0x3f717273, v24099// W64: encoding: [0xff,0x04,0x06,0x7d,0x73,0x72,0x71,0x3f]4100// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4101 4102v_cmp_le_i32 vcc, v1, v2554103// W64: encoding: [0x01,0xff,0x07,0x7d]4104// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4105 4106v_cmp_gt_i32 vcc, v1, v24107// W64: encoding: [0x01,0x05,0x08,0x7d]4108// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4109 4110v_cmp_gt_i32 vcc, v255, v24111// W64: encoding: [0xff,0x05,0x08,0x7d]4112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4113 4114v_cmp_gt_i32 vcc, s1, v24115// W64: encoding: [0x01,0x04,0x08,0x7d]4116// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4117 4118v_cmp_gt_i32 vcc, s101, v24119// W64: encoding: [0x65,0x04,0x08,0x7d]4120// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4121 4122v_cmp_gt_i32 vcc, vcc_lo, v24123// W64: encoding: [0x6a,0x04,0x08,0x7d]4124// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4125 4126v_cmp_gt_i32 vcc, vcc_hi, v24127// W64: encoding: [0x6b,0x04,0x08,0x7d]4128// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4129 4130v_cmp_gt_i32 vcc, m0, v24131// W64: encoding: [0x7c,0x04,0x08,0x7d]4132// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4133 4134v_cmp_gt_i32 vcc, exec_lo, v24135// W64: encoding: [0x7e,0x04,0x08,0x7d]4136// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4137 4138v_cmp_gt_i32 vcc, exec_hi, v24139// W64: encoding: [0x7f,0x04,0x08,0x7d]4140// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4141 4142v_cmp_gt_i32 vcc, 0, v24143// W64: encoding: [0x80,0x04,0x08,0x7d]4144// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4145 4146v_cmp_gt_i32 vcc, -1, v24147// W64: encoding: [0xc1,0x04,0x08,0x7d]4148// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4149 4150v_cmp_gt_i32 vcc, 0.5, v24151// W64: encoding: [0xf0,0x04,0x08,0x7d]4152// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4153 4154v_cmp_gt_i32 vcc, -4.0, v24155// W64: encoding: [0xf7,0x04,0x08,0x7d]4156// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4157 4158v_cmp_gt_i32 vcc, 0xaf123456, v24159// W64: encoding: [0xff,0x04,0x08,0x7d,0x56,0x34,0x12,0xaf]4160// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4161 4162v_cmp_gt_i32 vcc, 0x3f717273, v24163// W64: encoding: [0xff,0x04,0x08,0x7d,0x73,0x72,0x71,0x3f]4164// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4165 4166v_cmp_gt_i32 vcc, v1, v2554167// W64: encoding: [0x01,0xff,0x09,0x7d]4168// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4169 4170v_cmp_ne_i32 vcc, v1, v24171// W64: encoding: [0x01,0x05,0x0a,0x7d]4172// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4173 4174v_cmp_ne_i32 vcc, v255, v24175// W64: encoding: [0xff,0x05,0x0a,0x7d]4176// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4177 4178v_cmp_ne_i32 vcc, s1, v24179// W64: encoding: [0x01,0x04,0x0a,0x7d]4180// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4181 4182v_cmp_ne_i32 vcc, s101, v24183// W64: encoding: [0x65,0x04,0x0a,0x7d]4184// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4185 4186v_cmp_ne_i32 vcc, vcc_lo, v24187// W64: encoding: [0x6a,0x04,0x0a,0x7d]4188// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4189 4190v_cmp_ne_i32 vcc, vcc_hi, v24191// W64: encoding: [0x6b,0x04,0x0a,0x7d]4192// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4193 4194v_cmp_ne_i32 vcc, m0, v24195// W64: encoding: [0x7c,0x04,0x0a,0x7d]4196// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4197 4198v_cmp_ne_i32 vcc, exec_lo, v24199// W64: encoding: [0x7e,0x04,0x0a,0x7d]4200// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4201 4202v_cmp_ne_i32 vcc, exec_hi, v24203// W64: encoding: [0x7f,0x04,0x0a,0x7d]4204// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4205 4206v_cmp_ne_i32 vcc, 0, v24207// W64: encoding: [0x80,0x04,0x0a,0x7d]4208// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4209 4210v_cmp_ne_i32 vcc, -1, v24211// W64: encoding: [0xc1,0x04,0x0a,0x7d]4212// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4213 4214v_cmp_ne_i32 vcc, 0.5, v24215// W64: encoding: [0xf0,0x04,0x0a,0x7d]4216// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4217 4218v_cmp_ne_i32 vcc, -4.0, v24219// W64: encoding: [0xf7,0x04,0x0a,0x7d]4220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4221 4222v_cmp_ne_i32 vcc, 0xaf123456, v24223// W64: encoding: [0xff,0x04,0x0a,0x7d,0x56,0x34,0x12,0xaf]4224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4225 4226v_cmp_ne_i32 vcc, 0x3f717273, v24227// W64: encoding: [0xff,0x04,0x0a,0x7d,0x73,0x72,0x71,0x3f]4228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4229 4230v_cmp_ne_i32 vcc, v1, v2554231// W64: encoding: [0x01,0xff,0x0b,0x7d]4232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4233 4234v_cmp_ge_i32 vcc, v1, v24235// W64: encoding: [0x01,0x05,0x0c,0x7d]4236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4237 4238v_cmp_ge_i32 vcc, v255, v24239// W64: encoding: [0xff,0x05,0x0c,0x7d]4240// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4241 4242v_cmp_ge_i32 vcc, s1, v24243// W64: encoding: [0x01,0x04,0x0c,0x7d]4244// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4245 4246v_cmp_ge_i32 vcc, s101, v24247// W64: encoding: [0x65,0x04,0x0c,0x7d]4248// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4249 4250v_cmp_ge_i32 vcc, vcc_lo, v24251// W64: encoding: [0x6a,0x04,0x0c,0x7d]4252// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4253 4254v_cmp_ge_i32 vcc, vcc_hi, v24255// W64: encoding: [0x6b,0x04,0x0c,0x7d]4256// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4257 4258v_cmp_ge_i32 vcc, m0, v24259// W64: encoding: [0x7c,0x04,0x0c,0x7d]4260// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4261 4262v_cmp_ge_i32 vcc, exec_lo, v24263// W64: encoding: [0x7e,0x04,0x0c,0x7d]4264// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4265 4266v_cmp_ge_i32 vcc, exec_hi, v24267// W64: encoding: [0x7f,0x04,0x0c,0x7d]4268// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4269 4270v_cmp_ge_i32 vcc, 0, v24271// W64: encoding: [0x80,0x04,0x0c,0x7d]4272// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4273 4274v_cmp_ge_i32 vcc, -1, v24275// W64: encoding: [0xc1,0x04,0x0c,0x7d]4276// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4277 4278v_cmp_ge_i32 vcc, 0.5, v24279// W64: encoding: [0xf0,0x04,0x0c,0x7d]4280// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4281 4282v_cmp_ge_i32 vcc, -4.0, v24283// W64: encoding: [0xf7,0x04,0x0c,0x7d]4284// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4285 4286v_cmp_ge_i32 vcc, 0xaf123456, v24287// W64: encoding: [0xff,0x04,0x0c,0x7d,0x56,0x34,0x12,0xaf]4288// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4289 4290v_cmp_ge_i32 vcc, 0x3f717273, v24291// W64: encoding: [0xff,0x04,0x0c,0x7d,0x73,0x72,0x71,0x3f]4292// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4293 4294v_cmp_ge_i32 vcc, v1, v2554295// W64: encoding: [0x01,0xff,0x0d,0x7d]4296// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4297 4298v_cmp_t_i32 vcc, v1, v24299// W64: encoding: [0x01,0x05,0x0e,0x7d]4300// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4301 4302v_cmp_t_i32 vcc, v255, v24303// W64: encoding: [0xff,0x05,0x0e,0x7d]4304// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4305 4306v_cmp_t_i32 vcc, s1, v24307// W64: encoding: [0x01,0x04,0x0e,0x7d]4308// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4309 4310v_cmp_t_i32 vcc, s101, v24311// W64: encoding: [0x65,0x04,0x0e,0x7d]4312// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4313 4314v_cmp_t_i32 vcc, vcc_lo, v24315// W64: encoding: [0x6a,0x04,0x0e,0x7d]4316// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4317 4318v_cmp_t_i32 vcc, vcc_hi, v24319// W64: encoding: [0x6b,0x04,0x0e,0x7d]4320// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4321 4322v_cmp_t_i32 vcc, m0, v24323// W64: encoding: [0x7c,0x04,0x0e,0x7d]4324// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4325 4326v_cmp_t_i32 vcc, exec_lo, v24327// W64: encoding: [0x7e,0x04,0x0e,0x7d]4328// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4329 4330v_cmp_t_i32 vcc, exec_hi, v24331// W64: encoding: [0x7f,0x04,0x0e,0x7d]4332// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4333 4334v_cmp_t_i32 vcc, 0, v24335// W64: encoding: [0x80,0x04,0x0e,0x7d]4336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4337 4338v_cmp_t_i32 vcc, -1, v24339// W64: encoding: [0xc1,0x04,0x0e,0x7d]4340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4341 4342v_cmp_t_i32 vcc, 0.5, v24343// W64: encoding: [0xf0,0x04,0x0e,0x7d]4344// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4345 4346v_cmp_t_i32 vcc, -4.0, v24347// W64: encoding: [0xf7,0x04,0x0e,0x7d]4348// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4349 4350v_cmp_t_i32 vcc, 0xaf123456, v24351// W64: encoding: [0xff,0x04,0x0e,0x7d,0x56,0x34,0x12,0xaf]4352// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4353 4354v_cmp_t_i32 vcc, 0x3f717273, v24355// W64: encoding: [0xff,0x04,0x0e,0x7d,0x73,0x72,0x71,0x3f]4356// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4357 4358v_cmp_t_i32 vcc, v1, v2554359// W64: encoding: [0x01,0xff,0x0f,0x7d]4360// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4361 4362v_cmp_f_i32 vcc_lo, v1, v24363// W32: encoding: [0x01,0x05,0x00,0x7d]4364// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4365 4366v_cmp_f_i32 vcc_lo, v255, v24367// W32: encoding: [0xff,0x05,0x00,0x7d]4368// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4369 4370v_cmp_f_i32 vcc_lo, s1, v24371// W32: encoding: [0x01,0x04,0x00,0x7d]4372// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4373 4374v_cmp_f_i32 vcc_lo, s101, v24375// W32: encoding: [0x65,0x04,0x00,0x7d]4376// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4377 4378v_cmp_f_i32 vcc_lo, vcc_lo, v24379// W32: encoding: [0x6a,0x04,0x00,0x7d]4380// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4381 4382v_cmp_f_i32 vcc_lo, vcc_hi, v24383// W32: encoding: [0x6b,0x04,0x00,0x7d]4384// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4385 4386v_cmp_f_i32 vcc_lo, m0, v24387// W32: encoding: [0x7c,0x04,0x00,0x7d]4388// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4389 4390v_cmp_f_i32 vcc_lo, exec_lo, v24391// W32: encoding: [0x7e,0x04,0x00,0x7d]4392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4393 4394v_cmp_f_i32 vcc_lo, exec_hi, v24395// W32: encoding: [0x7f,0x04,0x00,0x7d]4396// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4397 4398v_cmp_f_i32 vcc_lo, 0, v24399// W32: encoding: [0x80,0x04,0x00,0x7d]4400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4401 4402v_cmp_f_i32 vcc_lo, -1, v24403// W32: encoding: [0xc1,0x04,0x00,0x7d]4404// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4405 4406v_cmp_f_i32 vcc_lo, 0.5, v24407// W32: encoding: [0xf0,0x04,0x00,0x7d]4408// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4409 4410v_cmp_f_i32 vcc_lo, -4.0, v24411// W32: encoding: [0xf7,0x04,0x00,0x7d]4412// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4413 4414v_cmp_f_i32 vcc_lo, 0xaf123456, v24415// W32: encoding: [0xff,0x04,0x00,0x7d,0x56,0x34,0x12,0xaf]4416// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4417 4418v_cmp_f_i32 vcc_lo, 0x3f717273, v24419// W32: encoding: [0xff,0x04,0x00,0x7d,0x73,0x72,0x71,0x3f]4420// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4421 4422v_cmp_f_i32 vcc_lo, v1, v2554423// W32: encoding: [0x01,0xff,0x01,0x7d]4424// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4425 4426v_cmp_lt_i32 vcc_lo, v1, v24427// W32: encoding: [0x01,0x05,0x02,0x7d]4428// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4429 4430v_cmp_lt_i32 vcc_lo, v255, v24431// W32: encoding: [0xff,0x05,0x02,0x7d]4432// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4433 4434v_cmp_lt_i32 vcc_lo, s1, v24435// W32: encoding: [0x01,0x04,0x02,0x7d]4436// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4437 4438v_cmp_lt_i32 vcc_lo, s101, v24439// W32: encoding: [0x65,0x04,0x02,0x7d]4440// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4441 4442v_cmp_lt_i32 vcc_lo, vcc_lo, v24443// W32: encoding: [0x6a,0x04,0x02,0x7d]4444// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4445 4446v_cmp_lt_i32 vcc_lo, vcc_hi, v24447// W32: encoding: [0x6b,0x04,0x02,0x7d]4448// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4449 4450v_cmp_lt_i32 vcc_lo, m0, v24451// W32: encoding: [0x7c,0x04,0x02,0x7d]4452// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4453 4454v_cmp_lt_i32 vcc_lo, exec_lo, v24455// W32: encoding: [0x7e,0x04,0x02,0x7d]4456// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4457 4458v_cmp_lt_i32 vcc_lo, exec_hi, v24459// W32: encoding: [0x7f,0x04,0x02,0x7d]4460// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4461 4462v_cmp_lt_i32 vcc_lo, 0, v24463// W32: encoding: [0x80,0x04,0x02,0x7d]4464// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4465 4466v_cmp_lt_i32 vcc_lo, -1, v24467// W32: encoding: [0xc1,0x04,0x02,0x7d]4468// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4469 4470v_cmp_lt_i32 vcc_lo, 0.5, v24471// W32: encoding: [0xf0,0x04,0x02,0x7d]4472// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4473 4474v_cmp_lt_i32 vcc_lo, -4.0, v24475// W32: encoding: [0xf7,0x04,0x02,0x7d]4476// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4477 4478v_cmp_lt_i32 vcc_lo, 0xaf123456, v24479// W32: encoding: [0xff,0x04,0x02,0x7d,0x56,0x34,0x12,0xaf]4480// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4481 4482v_cmp_lt_i32 vcc_lo, 0x3f717273, v24483// W32: encoding: [0xff,0x04,0x02,0x7d,0x73,0x72,0x71,0x3f]4484// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4485 4486v_cmp_lt_i32 vcc_lo, v1, v2554487// W32: encoding: [0x01,0xff,0x03,0x7d]4488// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4489 4490v_cmp_eq_i32 vcc_lo, v1, v24491// W32: encoding: [0x01,0x05,0x04,0x7d]4492// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4493 4494v_cmp_eq_i32 vcc_lo, v255, v24495// W32: encoding: [0xff,0x05,0x04,0x7d]4496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4497 4498v_cmp_eq_i32 vcc_lo, s1, v24499// W32: encoding: [0x01,0x04,0x04,0x7d]4500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4501 4502v_cmp_eq_i32 vcc_lo, s101, v24503// W32: encoding: [0x65,0x04,0x04,0x7d]4504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4505 4506v_cmp_eq_i32 vcc_lo, vcc_lo, v24507// W32: encoding: [0x6a,0x04,0x04,0x7d]4508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4509 4510v_cmp_eq_i32 vcc_lo, vcc_hi, v24511// W32: encoding: [0x6b,0x04,0x04,0x7d]4512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4513 4514v_cmp_eq_i32 vcc_lo, m0, v24515// W32: encoding: [0x7c,0x04,0x04,0x7d]4516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4517 4518v_cmp_eq_i32 vcc_lo, exec_lo, v24519// W32: encoding: [0x7e,0x04,0x04,0x7d]4520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4521 4522v_cmp_eq_i32 vcc_lo, exec_hi, v24523// W32: encoding: [0x7f,0x04,0x04,0x7d]4524// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4525 4526v_cmp_eq_i32 vcc_lo, 0, v24527// W32: encoding: [0x80,0x04,0x04,0x7d]4528// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4529 4530v_cmp_eq_i32 vcc_lo, -1, v24531// W32: encoding: [0xc1,0x04,0x04,0x7d]4532// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4533 4534v_cmp_eq_i32 vcc_lo, 0.5, v24535// W32: encoding: [0xf0,0x04,0x04,0x7d]4536// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4537 4538v_cmp_eq_i32 vcc_lo, -4.0, v24539// W32: encoding: [0xf7,0x04,0x04,0x7d]4540// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4541 4542v_cmp_eq_i32 vcc_lo, 0xaf123456, v24543// W32: encoding: [0xff,0x04,0x04,0x7d,0x56,0x34,0x12,0xaf]4544// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4545 4546v_cmp_eq_i32 vcc_lo, 0x3f717273, v24547// W32: encoding: [0xff,0x04,0x04,0x7d,0x73,0x72,0x71,0x3f]4548// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4549 4550v_cmp_eq_i32 vcc_lo, v1, v2554551// W32: encoding: [0x01,0xff,0x05,0x7d]4552// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4553 4554v_cmp_le_i32 vcc_lo, v1, v24555// W32: encoding: [0x01,0x05,0x06,0x7d]4556// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4557 4558v_cmp_le_i32 vcc_lo, v255, v24559// W32: encoding: [0xff,0x05,0x06,0x7d]4560// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4561 4562v_cmp_le_i32 vcc_lo, s1, v24563// W32: encoding: [0x01,0x04,0x06,0x7d]4564// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4565 4566v_cmp_le_i32 vcc_lo, s101, v24567// W32: encoding: [0x65,0x04,0x06,0x7d]4568// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4569 4570v_cmp_le_i32 vcc_lo, vcc_lo, v24571// W32: encoding: [0x6a,0x04,0x06,0x7d]4572// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4573 4574v_cmp_le_i32 vcc_lo, vcc_hi, v24575// W32: encoding: [0x6b,0x04,0x06,0x7d]4576// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4577 4578v_cmp_le_i32 vcc_lo, m0, v24579// W32: encoding: [0x7c,0x04,0x06,0x7d]4580// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4581 4582v_cmp_le_i32 vcc_lo, exec_lo, v24583// W32: encoding: [0x7e,0x04,0x06,0x7d]4584// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4585 4586v_cmp_le_i32 vcc_lo, exec_hi, v24587// W32: encoding: [0x7f,0x04,0x06,0x7d]4588// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4589 4590v_cmp_le_i32 vcc_lo, 0, v24591// W32: encoding: [0x80,0x04,0x06,0x7d]4592// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4593 4594v_cmp_le_i32 vcc_lo, -1, v24595// W32: encoding: [0xc1,0x04,0x06,0x7d]4596// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4597 4598v_cmp_le_i32 vcc_lo, 0.5, v24599// W32: encoding: [0xf0,0x04,0x06,0x7d]4600// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4601 4602v_cmp_le_i32 vcc_lo, -4.0, v24603// W32: encoding: [0xf7,0x04,0x06,0x7d]4604// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4605 4606v_cmp_le_i32 vcc_lo, 0xaf123456, v24607// W32: encoding: [0xff,0x04,0x06,0x7d,0x56,0x34,0x12,0xaf]4608// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4609 4610v_cmp_le_i32 vcc_lo, 0x3f717273, v24611// W32: encoding: [0xff,0x04,0x06,0x7d,0x73,0x72,0x71,0x3f]4612// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4613 4614v_cmp_le_i32 vcc_lo, v1, v2554615// W32: encoding: [0x01,0xff,0x07,0x7d]4616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4617 4618v_cmp_gt_i32 vcc_lo, v1, v24619// W32: encoding: [0x01,0x05,0x08,0x7d]4620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4621 4622v_cmp_gt_i32 vcc_lo, v255, v24623// W32: encoding: [0xff,0x05,0x08,0x7d]4624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4625 4626v_cmp_gt_i32 vcc_lo, s1, v24627// W32: encoding: [0x01,0x04,0x08,0x7d]4628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4629 4630v_cmp_gt_i32 vcc_lo, s101, v24631// W32: encoding: [0x65,0x04,0x08,0x7d]4632// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4633 4634v_cmp_gt_i32 vcc_lo, vcc_lo, v24635// W32: encoding: [0x6a,0x04,0x08,0x7d]4636// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4637 4638v_cmp_gt_i32 vcc_lo, vcc_hi, v24639// W32: encoding: [0x6b,0x04,0x08,0x7d]4640// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4641 4642v_cmp_gt_i32 vcc_lo, m0, v24643// W32: encoding: [0x7c,0x04,0x08,0x7d]4644// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4645 4646v_cmp_gt_i32 vcc_lo, exec_lo, v24647// W32: encoding: [0x7e,0x04,0x08,0x7d]4648// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4649 4650v_cmp_gt_i32 vcc_lo, exec_hi, v24651// W32: encoding: [0x7f,0x04,0x08,0x7d]4652// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4653 4654v_cmp_gt_i32 vcc_lo, 0, v24655// W32: encoding: [0x80,0x04,0x08,0x7d]4656// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4657 4658v_cmp_gt_i32 vcc_lo, -1, v24659// W32: encoding: [0xc1,0x04,0x08,0x7d]4660// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4661 4662v_cmp_gt_i32 vcc_lo, 0.5, v24663// W32: encoding: [0xf0,0x04,0x08,0x7d]4664// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4665 4666v_cmp_gt_i32 vcc_lo, -4.0, v24667// W32: encoding: [0xf7,0x04,0x08,0x7d]4668// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4669 4670v_cmp_gt_i32 vcc_lo, 0xaf123456, v24671// W32: encoding: [0xff,0x04,0x08,0x7d,0x56,0x34,0x12,0xaf]4672// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4673 4674v_cmp_gt_i32 vcc_lo, 0x3f717273, v24675// W32: encoding: [0xff,0x04,0x08,0x7d,0x73,0x72,0x71,0x3f]4676// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4677 4678v_cmp_gt_i32 vcc_lo, v1, v2554679// W32: encoding: [0x01,0xff,0x09,0x7d]4680// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4681 4682v_cmp_ne_i32 vcc_lo, v1, v24683// W32: encoding: [0x01,0x05,0x0a,0x7d]4684// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4685 4686v_cmp_ne_i32 vcc_lo, v255, v24687// W32: encoding: [0xff,0x05,0x0a,0x7d]4688// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4689 4690v_cmp_ne_i32 vcc_lo, s1, v24691// W32: encoding: [0x01,0x04,0x0a,0x7d]4692// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4693 4694v_cmp_ne_i32 vcc_lo, s101, v24695// W32: encoding: [0x65,0x04,0x0a,0x7d]4696// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4697 4698v_cmp_ne_i32 vcc_lo, vcc_lo, v24699// W32: encoding: [0x6a,0x04,0x0a,0x7d]4700// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4701 4702v_cmp_ne_i32 vcc_lo, vcc_hi, v24703// W32: encoding: [0x6b,0x04,0x0a,0x7d]4704// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4705 4706v_cmp_ne_i32 vcc_lo, m0, v24707// W32: encoding: [0x7c,0x04,0x0a,0x7d]4708// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4709 4710v_cmp_ne_i32 vcc_lo, exec_lo, v24711// W32: encoding: [0x7e,0x04,0x0a,0x7d]4712// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4713 4714v_cmp_ne_i32 vcc_lo, exec_hi, v24715// W32: encoding: [0x7f,0x04,0x0a,0x7d]4716// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4717 4718v_cmp_ne_i32 vcc_lo, 0, v24719// W32: encoding: [0x80,0x04,0x0a,0x7d]4720// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4721 4722v_cmp_ne_i32 vcc_lo, -1, v24723// W32: encoding: [0xc1,0x04,0x0a,0x7d]4724// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4725 4726v_cmp_ne_i32 vcc_lo, 0.5, v24727// W32: encoding: [0xf0,0x04,0x0a,0x7d]4728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4729 4730v_cmp_ne_i32 vcc_lo, -4.0, v24731// W32: encoding: [0xf7,0x04,0x0a,0x7d]4732// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4733 4734v_cmp_ne_i32 vcc_lo, 0xaf123456, v24735// W32: encoding: [0xff,0x04,0x0a,0x7d,0x56,0x34,0x12,0xaf]4736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4737 4738v_cmp_ne_i32 vcc_lo, 0x3f717273, v24739// W32: encoding: [0xff,0x04,0x0a,0x7d,0x73,0x72,0x71,0x3f]4740// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4741 4742v_cmp_ne_i32 vcc_lo, v1, v2554743// W32: encoding: [0x01,0xff,0x0b,0x7d]4744// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4745 4746v_cmp_ge_i32 vcc_lo, v1, v24747// W32: encoding: [0x01,0x05,0x0c,0x7d]4748// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4749 4750v_cmp_ge_i32 vcc_lo, v255, v24751// W32: encoding: [0xff,0x05,0x0c,0x7d]4752// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4753 4754v_cmp_ge_i32 vcc_lo, s1, v24755// W32: encoding: [0x01,0x04,0x0c,0x7d]4756// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4757 4758v_cmp_ge_i32 vcc_lo, s101, v24759// W32: encoding: [0x65,0x04,0x0c,0x7d]4760// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4761 4762v_cmp_ge_i32 vcc_lo, vcc_lo, v24763// W32: encoding: [0x6a,0x04,0x0c,0x7d]4764// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4765 4766v_cmp_ge_i32 vcc_lo, vcc_hi, v24767// W32: encoding: [0x6b,0x04,0x0c,0x7d]4768// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4769 4770v_cmp_ge_i32 vcc_lo, m0, v24771// W32: encoding: [0x7c,0x04,0x0c,0x7d]4772// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4773 4774v_cmp_ge_i32 vcc_lo, exec_lo, v24775// W32: encoding: [0x7e,0x04,0x0c,0x7d]4776// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4777 4778v_cmp_ge_i32 vcc_lo, exec_hi, v24779// W32: encoding: [0x7f,0x04,0x0c,0x7d]4780// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4781 4782v_cmp_ge_i32 vcc_lo, 0, v24783// W32: encoding: [0x80,0x04,0x0c,0x7d]4784// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4785 4786v_cmp_ge_i32 vcc_lo, -1, v24787// W32: encoding: [0xc1,0x04,0x0c,0x7d]4788// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4789 4790v_cmp_ge_i32 vcc_lo, 0.5, v24791// W32: encoding: [0xf0,0x04,0x0c,0x7d]4792// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4793 4794v_cmp_ge_i32 vcc_lo, -4.0, v24795// W32: encoding: [0xf7,0x04,0x0c,0x7d]4796// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4797 4798v_cmp_ge_i32 vcc_lo, 0xaf123456, v24799// W32: encoding: [0xff,0x04,0x0c,0x7d,0x56,0x34,0x12,0xaf]4800// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4801 4802v_cmp_ge_i32 vcc_lo, 0x3f717273, v24803// W32: encoding: [0xff,0x04,0x0c,0x7d,0x73,0x72,0x71,0x3f]4804// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4805 4806v_cmp_ge_i32 vcc_lo, v1, v2554807// W32: encoding: [0x01,0xff,0x0d,0x7d]4808// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4809 4810v_cmp_t_i32 vcc_lo, v1, v24811// W32: encoding: [0x01,0x05,0x0e,0x7d]4812// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4813 4814v_cmp_t_i32 vcc_lo, v255, v24815// W32: encoding: [0xff,0x05,0x0e,0x7d]4816// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4817 4818v_cmp_t_i32 vcc_lo, s1, v24819// W32: encoding: [0x01,0x04,0x0e,0x7d]4820// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4821 4822v_cmp_t_i32 vcc_lo, s101, v24823// W32: encoding: [0x65,0x04,0x0e,0x7d]4824// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4825 4826v_cmp_t_i32 vcc_lo, vcc_lo, v24827// W32: encoding: [0x6a,0x04,0x0e,0x7d]4828// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4829 4830v_cmp_t_i32 vcc_lo, vcc_hi, v24831// W32: encoding: [0x6b,0x04,0x0e,0x7d]4832// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4833 4834v_cmp_t_i32 vcc_lo, m0, v24835// W32: encoding: [0x7c,0x04,0x0e,0x7d]4836// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4837 4838v_cmp_t_i32 vcc_lo, exec_lo, v24839// W32: encoding: [0x7e,0x04,0x0e,0x7d]4840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4841 4842v_cmp_t_i32 vcc_lo, exec_hi, v24843// W32: encoding: [0x7f,0x04,0x0e,0x7d]4844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4845 4846v_cmp_t_i32 vcc_lo, 0, v24847// W32: encoding: [0x80,0x04,0x0e,0x7d]4848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4849 4850v_cmp_t_i32 vcc_lo, -1, v24851// W32: encoding: [0xc1,0x04,0x0e,0x7d]4852// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4853 4854v_cmp_t_i32 vcc_lo, 0.5, v24855// W32: encoding: [0xf0,0x04,0x0e,0x7d]4856// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4857 4858v_cmp_t_i32 vcc_lo, -4.0, v24859// W32: encoding: [0xf7,0x04,0x0e,0x7d]4860// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4861 4862v_cmp_t_i32 vcc_lo, 0xaf123456, v24863// W32: encoding: [0xff,0x04,0x0e,0x7d,0x56,0x34,0x12,0xaf]4864// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4865 4866v_cmp_t_i32 vcc_lo, 0x3f717273, v24867// W32: encoding: [0xff,0x04,0x0e,0x7d,0x73,0x72,0x71,0x3f]4868// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4869 4870v_cmp_t_i32 vcc_lo, v1, v2554871// W32: encoding: [0x01,0xff,0x0f,0x7d]4872// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4873 4874v_cmp_class_f32 vcc, v1, v24875// W64: encoding: [0x01,0x05,0x10,0x7d]4876// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4877 4878v_cmp_class_f32 vcc, v255, v24879// W64: encoding: [0xff,0x05,0x10,0x7d]4880// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4881 4882v_cmp_class_f32 vcc, s1, v24883// W64: encoding: [0x01,0x04,0x10,0x7d]4884// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4885 4886v_cmp_class_f32 vcc, s101, v24887// W64: encoding: [0x65,0x04,0x10,0x7d]4888// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4889 4890v_cmp_class_f32 vcc, vcc_lo, v24891// W64: encoding: [0x6a,0x04,0x10,0x7d]4892// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4893 4894v_cmp_class_f32 vcc, vcc_hi, v24895// W64: encoding: [0x6b,0x04,0x10,0x7d]4896// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4897 4898v_cmp_class_f32 vcc, m0, v24899// W64: encoding: [0x7c,0x04,0x10,0x7d]4900// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4901 4902v_cmp_class_f32 vcc, exec_lo, v24903// W64: encoding: [0x7e,0x04,0x10,0x7d]4904// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4905 4906v_cmp_class_f32 vcc, exec_hi, v24907// W64: encoding: [0x7f,0x04,0x10,0x7d]4908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4909 4910v_cmp_class_f32 vcc, 0, v24911// W64: encoding: [0x80,0x04,0x10,0x7d]4912// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4913 4914v_cmp_class_f32 vcc, -1, v24915// W64: encoding: [0xc1,0x04,0x10,0x7d]4916// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4917 4918v_cmp_class_f32 vcc, 0.5, v24919// W64: encoding: [0xf0,0x04,0x10,0x7d]4920// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4921 4922v_cmp_class_f32 vcc, -4.0, v24923// W64: encoding: [0xf7,0x04,0x10,0x7d]4924// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4925 4926v_cmp_class_f32 vcc, 0xaf123456, v24927// W64: encoding: [0xff,0x04,0x10,0x7d,0x56,0x34,0x12,0xaf]4928// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4929 4930v_cmp_class_f32 vcc, 0x3f717273, v24931// W64: encoding: [0xff,0x04,0x10,0x7d,0x73,0x72,0x71,0x3f]4932// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4933 4934v_cmp_class_f32 vcc, v1, v2554935// W64: encoding: [0x01,0xff,0x11,0x7d]4936// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4937 4938v_cmp_class_f32 vcc_lo, v1, v24939// W32: encoding: [0x01,0x05,0x10,0x7d]4940// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4941 4942v_cmp_class_f32 vcc_lo, v255, v24943// W32: encoding: [0xff,0x05,0x10,0x7d]4944// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4945 4946v_cmp_class_f32 vcc_lo, s1, v24947// W32: encoding: [0x01,0x04,0x10,0x7d]4948// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4949 4950v_cmp_class_f32 vcc_lo, s101, v24951// W32: encoding: [0x65,0x04,0x10,0x7d]4952// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4953 4954v_cmp_class_f32 vcc_lo, vcc_lo, v24955// W32: encoding: [0x6a,0x04,0x10,0x7d]4956// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4957 4958v_cmp_class_f32 vcc_lo, vcc_hi, v24959// W32: encoding: [0x6b,0x04,0x10,0x7d]4960// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4961 4962v_cmp_class_f32 vcc_lo, m0, v24963// W32: encoding: [0x7c,0x04,0x10,0x7d]4964// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4965 4966v_cmp_class_f32 vcc_lo, exec_lo, v24967// W32: encoding: [0x7e,0x04,0x10,0x7d]4968// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4969 4970v_cmp_class_f32 vcc_lo, exec_hi, v24971// W32: encoding: [0x7f,0x04,0x10,0x7d]4972// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4973 4974v_cmp_class_f32 vcc_lo, 0, v24975// W32: encoding: [0x80,0x04,0x10,0x7d]4976// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4977 4978v_cmp_class_f32 vcc_lo, -1, v24979// W32: encoding: [0xc1,0x04,0x10,0x7d]4980// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4981 4982v_cmp_class_f32 vcc_lo, 0.5, v24983// W32: encoding: [0xf0,0x04,0x10,0x7d]4984// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4985 4986v_cmp_class_f32 vcc_lo, -4.0, v24987// W32: encoding: [0xf7,0x04,0x10,0x7d]4988// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4989 4990v_cmp_class_f32 vcc_lo, 0xaf123456, v24991// W32: encoding: [0xff,0x04,0x10,0x7d,0x56,0x34,0x12,0xaf]4992// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4993 4994v_cmp_class_f32 vcc_lo, 0x3f717273, v24995// W32: encoding: [0xff,0x04,0x10,0x7d,0x73,0x72,0x71,0x3f]4996// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4997 4998v_cmp_class_f32 vcc_lo, v1, v2554999// W32: encoding: [0x01,0xff,0x11,0x7d]5000// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5001 5002v_cmp_lt_i16 vcc, v1, v25003// W64: encoding: [0x01,0x05,0x12,0x7d]5004// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5005 5006v_cmp_lt_i16 vcc, v255, v25007// W64: encoding: [0xff,0x05,0x12,0x7d]5008// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5009 5010v_cmp_lt_i16 vcc, s1, v25011// W64: encoding: [0x01,0x04,0x12,0x7d]5012// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5013 5014v_cmp_lt_i16 vcc, s101, v25015// W64: encoding: [0x65,0x04,0x12,0x7d]5016// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5017 5018v_cmp_lt_i16 vcc, vcc_lo, v25019// W64: encoding: [0x6a,0x04,0x12,0x7d]5020// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5021 5022v_cmp_lt_i16 vcc, vcc_hi, v25023// W64: encoding: [0x6b,0x04,0x12,0x7d]5024// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5025 5026v_cmp_lt_i16 vcc, m0, v25027// W64: encoding: [0x7c,0x04,0x12,0x7d]5028// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5029 5030v_cmp_lt_i16 vcc, exec_lo, v25031// W64: encoding: [0x7e,0x04,0x12,0x7d]5032// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5033 5034v_cmp_lt_i16 vcc, exec_hi, v25035// W64: encoding: [0x7f,0x04,0x12,0x7d]5036// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5037 5038v_cmp_lt_i16 vcc, 0, v25039// W64: encoding: [0x80,0x04,0x12,0x7d]5040// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5041 5042v_cmp_lt_i16 vcc, -1, v25043// W64: encoding: [0xc1,0x04,0x12,0x7d]5044// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5045 5046v_cmp_lt_i16 vcc, 0.5, v25047// W64: encoding: [0xf0,0x04,0x12,0x7d]5048// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5049 5050v_cmp_lt_i16 vcc, -4.0, v25051// W64: encoding: [0xf7,0x04,0x12,0x7d]5052// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5053 5054v_cmp_lt_i16 vcc, 0xfe0b, v25055// W64: encoding: [0xff,0x04,0x12,0x7d,0x0b,0xfe,0x00,0x00]5056// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5057 5058v_cmp_lt_i16 vcc, 0x3456, v25059// W64: encoding: [0xff,0x04,0x12,0x7d,0x56,0x34,0x00,0x00]5060// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5061 5062v_cmp_lt_i16 vcc, v1, v2555063// W64: encoding: [0x01,0xff,0x13,0x7d]5064// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5065 5066v_cmp_eq_i16 vcc, v1, v25067// W64: encoding: [0x01,0x05,0x14,0x7d]5068// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5069 5070v_cmp_eq_i16 vcc, v255, v25071// W64: encoding: [0xff,0x05,0x14,0x7d]5072// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5073 5074v_cmp_eq_i16 vcc, s1, v25075// W64: encoding: [0x01,0x04,0x14,0x7d]5076// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5077 5078v_cmp_eq_i16 vcc, s101, v25079// W64: encoding: [0x65,0x04,0x14,0x7d]5080// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5081 5082v_cmp_eq_i16 vcc, vcc_lo, v25083// W64: encoding: [0x6a,0x04,0x14,0x7d]5084// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5085 5086v_cmp_eq_i16 vcc, vcc_hi, v25087// W64: encoding: [0x6b,0x04,0x14,0x7d]5088// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5089 5090v_cmp_eq_i16 vcc, m0, v25091// W64: encoding: [0x7c,0x04,0x14,0x7d]5092// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5093 5094v_cmp_eq_i16 vcc, exec_lo, v25095// W64: encoding: [0x7e,0x04,0x14,0x7d]5096// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5097 5098v_cmp_eq_i16 vcc, exec_hi, v25099// W64: encoding: [0x7f,0x04,0x14,0x7d]5100// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5101 5102v_cmp_eq_i16 vcc, 0, v25103// W64: encoding: [0x80,0x04,0x14,0x7d]5104// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5105 5106v_cmp_eq_i16 vcc, -1, v25107// W64: encoding: [0xc1,0x04,0x14,0x7d]5108// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5109 5110v_cmp_eq_i16 vcc, 0.5, v25111// W64: encoding: [0xf0,0x04,0x14,0x7d]5112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5113 5114v_cmp_eq_i16 vcc, -4.0, v25115// W64: encoding: [0xf7,0x04,0x14,0x7d]5116// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5117 5118v_cmp_eq_i16 vcc, 0xfe0b, v25119// W64: encoding: [0xff,0x04,0x14,0x7d,0x0b,0xfe,0x00,0x00]5120// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5121 5122v_cmp_eq_i16 vcc, 0x3456, v25123// W64: encoding: [0xff,0x04,0x14,0x7d,0x56,0x34,0x00,0x00]5124// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5125 5126v_cmp_eq_i16 vcc, v1, v2555127// W64: encoding: [0x01,0xff,0x15,0x7d]5128// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5129 5130v_cmp_le_i16 vcc, v1, v25131// W64: encoding: [0x01,0x05,0x16,0x7d]5132// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5133 5134v_cmp_le_i16 vcc, v255, v25135// W64: encoding: [0xff,0x05,0x16,0x7d]5136// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5137 5138v_cmp_le_i16 vcc, s1, v25139// W64: encoding: [0x01,0x04,0x16,0x7d]5140// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5141 5142v_cmp_le_i16 vcc, s101, v25143// W64: encoding: [0x65,0x04,0x16,0x7d]5144// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5145 5146v_cmp_le_i16 vcc, vcc_lo, v25147// W64: encoding: [0x6a,0x04,0x16,0x7d]5148// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5149 5150v_cmp_le_i16 vcc, vcc_hi, v25151// W64: encoding: [0x6b,0x04,0x16,0x7d]5152// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5153 5154v_cmp_le_i16 vcc, m0, v25155// W64: encoding: [0x7c,0x04,0x16,0x7d]5156// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5157 5158v_cmp_le_i16 vcc, exec_lo, v25159// W64: encoding: [0x7e,0x04,0x16,0x7d]5160// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5161 5162v_cmp_le_i16 vcc, exec_hi, v25163// W64: encoding: [0x7f,0x04,0x16,0x7d]5164// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5165 5166v_cmp_le_i16 vcc, 0, v25167// W64: encoding: [0x80,0x04,0x16,0x7d]5168// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5169 5170v_cmp_le_i16 vcc, -1, v25171// W64: encoding: [0xc1,0x04,0x16,0x7d]5172// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5173 5174v_cmp_le_i16 vcc, 0.5, v25175// W64: encoding: [0xf0,0x04,0x16,0x7d]5176// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5177 5178v_cmp_le_i16 vcc, -4.0, v25179// W64: encoding: [0xf7,0x04,0x16,0x7d]5180// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5181 5182v_cmp_le_i16 vcc, 0xfe0b, v25183// W64: encoding: [0xff,0x04,0x16,0x7d,0x0b,0xfe,0x00,0x00]5184// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5185 5186v_cmp_le_i16 vcc, 0x3456, v25187// W64: encoding: [0xff,0x04,0x16,0x7d,0x56,0x34,0x00,0x00]5188// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5189 5190v_cmp_le_i16 vcc, v1, v2555191// W64: encoding: [0x01,0xff,0x17,0x7d]5192// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5193 5194v_cmp_gt_i16 vcc, v1, v25195// W64: encoding: [0x01,0x05,0x18,0x7d]5196// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5197 5198v_cmp_gt_i16 vcc, v255, v25199// W64: encoding: [0xff,0x05,0x18,0x7d]5200// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5201 5202v_cmp_gt_i16 vcc, s1, v25203// W64: encoding: [0x01,0x04,0x18,0x7d]5204// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5205 5206v_cmp_gt_i16 vcc, s101, v25207// W64: encoding: [0x65,0x04,0x18,0x7d]5208// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5209 5210v_cmp_gt_i16 vcc, vcc_lo, v25211// W64: encoding: [0x6a,0x04,0x18,0x7d]5212// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5213 5214v_cmp_gt_i16 vcc, vcc_hi, v25215// W64: encoding: [0x6b,0x04,0x18,0x7d]5216// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5217 5218v_cmp_gt_i16 vcc, m0, v25219// W64: encoding: [0x7c,0x04,0x18,0x7d]5220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5221 5222v_cmp_gt_i16 vcc, exec_lo, v25223// W64: encoding: [0x7e,0x04,0x18,0x7d]5224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5225 5226v_cmp_gt_i16 vcc, exec_hi, v25227// W64: encoding: [0x7f,0x04,0x18,0x7d]5228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5229 5230v_cmp_gt_i16 vcc, 0, v25231// W64: encoding: [0x80,0x04,0x18,0x7d]5232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5233 5234v_cmp_gt_i16 vcc, -1, v25235// W64: encoding: [0xc1,0x04,0x18,0x7d]5236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5237 5238v_cmp_gt_i16 vcc, 0.5, v25239// W64: encoding: [0xf0,0x04,0x18,0x7d]5240// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5241 5242v_cmp_gt_i16 vcc, -4.0, v25243// W64: encoding: [0xf7,0x04,0x18,0x7d]5244// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5245 5246v_cmp_gt_i16 vcc, 0xfe0b, v25247// W64: encoding: [0xff,0x04,0x18,0x7d,0x0b,0xfe,0x00,0x00]5248// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5249 5250v_cmp_gt_i16 vcc, 0x3456, v25251// W64: encoding: [0xff,0x04,0x18,0x7d,0x56,0x34,0x00,0x00]5252// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5253 5254v_cmp_gt_i16 vcc, v1, v2555255// W64: encoding: [0x01,0xff,0x19,0x7d]5256// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5257 5258v_cmp_ne_i16 vcc, v1, v25259// W64: encoding: [0x01,0x05,0x1a,0x7d]5260// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5261 5262v_cmp_ne_i16 vcc, v255, v25263// W64: encoding: [0xff,0x05,0x1a,0x7d]5264// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5265 5266v_cmp_ne_i16 vcc, s1, v25267// W64: encoding: [0x01,0x04,0x1a,0x7d]5268// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5269 5270v_cmp_ne_i16 vcc, s101, v25271// W64: encoding: [0x65,0x04,0x1a,0x7d]5272// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5273 5274v_cmp_ne_i16 vcc, vcc_lo, v25275// W64: encoding: [0x6a,0x04,0x1a,0x7d]5276// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5277 5278v_cmp_ne_i16 vcc, vcc_hi, v25279// W64: encoding: [0x6b,0x04,0x1a,0x7d]5280// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5281 5282v_cmp_ne_i16 vcc, m0, v25283// W64: encoding: [0x7c,0x04,0x1a,0x7d]5284// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5285 5286v_cmp_ne_i16 vcc, exec_lo, v25287// W64: encoding: [0x7e,0x04,0x1a,0x7d]5288// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5289 5290v_cmp_ne_i16 vcc, exec_hi, v25291// W64: encoding: [0x7f,0x04,0x1a,0x7d]5292// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5293 5294v_cmp_ne_i16 vcc, 0, v25295// W64: encoding: [0x80,0x04,0x1a,0x7d]5296// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5297 5298v_cmp_ne_i16 vcc, -1, v25299// W64: encoding: [0xc1,0x04,0x1a,0x7d]5300// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5301 5302v_cmp_ne_i16 vcc, 0.5, v25303// W64: encoding: [0xf0,0x04,0x1a,0x7d]5304// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5305 5306v_cmp_ne_i16 vcc, -4.0, v25307// W64: encoding: [0xf7,0x04,0x1a,0x7d]5308// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5309 5310v_cmp_ne_i16 vcc, 0xfe0b, v25311// W64: encoding: [0xff,0x04,0x1a,0x7d,0x0b,0xfe,0x00,0x00]5312// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5313 5314v_cmp_ne_i16 vcc, 0x3456, v25315// W64: encoding: [0xff,0x04,0x1a,0x7d,0x56,0x34,0x00,0x00]5316// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5317 5318v_cmp_ne_i16 vcc, v1, v2555319// W64: encoding: [0x01,0xff,0x1b,0x7d]5320// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5321 5322v_cmp_ge_i16 vcc, v1, v25323// W64: encoding: [0x01,0x05,0x1c,0x7d]5324// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5325 5326v_cmp_ge_i16 vcc, v255, v25327// W64: encoding: [0xff,0x05,0x1c,0x7d]5328// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5329 5330v_cmp_ge_i16 vcc, s1, v25331// W64: encoding: [0x01,0x04,0x1c,0x7d]5332// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5333 5334v_cmp_ge_i16 vcc, s101, v25335// W64: encoding: [0x65,0x04,0x1c,0x7d]5336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5337 5338v_cmp_ge_i16 vcc, vcc_lo, v25339// W64: encoding: [0x6a,0x04,0x1c,0x7d]5340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5341 5342v_cmp_ge_i16 vcc, vcc_hi, v25343// W64: encoding: [0x6b,0x04,0x1c,0x7d]5344// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5345 5346v_cmp_ge_i16 vcc, m0, v25347// W64: encoding: [0x7c,0x04,0x1c,0x7d]5348// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5349 5350v_cmp_ge_i16 vcc, exec_lo, v25351// W64: encoding: [0x7e,0x04,0x1c,0x7d]5352// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5353 5354v_cmp_ge_i16 vcc, exec_hi, v25355// W64: encoding: [0x7f,0x04,0x1c,0x7d]5356// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5357 5358v_cmp_ge_i16 vcc, 0, v25359// W64: encoding: [0x80,0x04,0x1c,0x7d]5360// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5361 5362v_cmp_ge_i16 vcc, -1, v25363// W64: encoding: [0xc1,0x04,0x1c,0x7d]5364// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5365 5366v_cmp_ge_i16 vcc, 0.5, v25367// W64: encoding: [0xf0,0x04,0x1c,0x7d]5368// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5369 5370v_cmp_ge_i16 vcc, -4.0, v25371// W64: encoding: [0xf7,0x04,0x1c,0x7d]5372// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5373 5374v_cmp_ge_i16 vcc, 0xfe0b, v25375// W64: encoding: [0xff,0x04,0x1c,0x7d,0x0b,0xfe,0x00,0x00]5376// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5377 5378v_cmp_ge_i16 vcc, 0x3456, v25379// W64: encoding: [0xff,0x04,0x1c,0x7d,0x56,0x34,0x00,0x00]5380// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5381 5382v_cmp_ge_i16 vcc, v1, v2555383// W64: encoding: [0x01,0xff,0x1d,0x7d]5384// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5385 5386v_cmp_lt_i16 vcc_lo, v1, v25387// W32: encoding: [0x01,0x05,0x12,0x7d]5388// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5389 5390v_cmp_lt_i16 vcc_lo, v255, v25391// W32: encoding: [0xff,0x05,0x12,0x7d]5392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5393 5394v_cmp_lt_i16 vcc_lo, s1, v25395// W32: encoding: [0x01,0x04,0x12,0x7d]5396// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5397 5398v_cmp_lt_i16 vcc_lo, s101, v25399// W32: encoding: [0x65,0x04,0x12,0x7d]5400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5401 5402v_cmp_lt_i16 vcc_lo, vcc_lo, v25403// W32: encoding: [0x6a,0x04,0x12,0x7d]5404// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5405 5406v_cmp_lt_i16 vcc_lo, vcc_hi, v25407// W32: encoding: [0x6b,0x04,0x12,0x7d]5408// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5409 5410v_cmp_lt_i16 vcc_lo, m0, v25411// W32: encoding: [0x7c,0x04,0x12,0x7d]5412// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5413 5414v_cmp_lt_i16 vcc_lo, exec_lo, v25415// W32: encoding: [0x7e,0x04,0x12,0x7d]5416// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5417 5418v_cmp_lt_i16 vcc_lo, exec_hi, v25419// W32: encoding: [0x7f,0x04,0x12,0x7d]5420// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5421 5422v_cmp_lt_i16 vcc_lo, 0, v25423// W32: encoding: [0x80,0x04,0x12,0x7d]5424// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5425 5426v_cmp_lt_i16 vcc_lo, -1, v25427// W32: encoding: [0xc1,0x04,0x12,0x7d]5428// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5429 5430v_cmp_lt_i16 vcc_lo, 0.5, v25431// W32: encoding: [0xf0,0x04,0x12,0x7d]5432// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5433 5434v_cmp_lt_i16 vcc_lo, -4.0, v25435// W32: encoding: [0xf7,0x04,0x12,0x7d]5436// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5437 5438v_cmp_lt_i16 vcc_lo, 0xfe0b, v25439// W32: encoding: [0xff,0x04,0x12,0x7d,0x0b,0xfe,0x00,0x00]5440// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5441 5442v_cmp_lt_i16 vcc_lo, 0x3456, v25443// W32: encoding: [0xff,0x04,0x12,0x7d,0x56,0x34,0x00,0x00]5444// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5445 5446v_cmp_lt_i16 vcc_lo, v1, v2555447// W32: encoding: [0x01,0xff,0x13,0x7d]5448// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5449 5450v_cmp_eq_i16 vcc_lo, v1, v25451// W32: encoding: [0x01,0x05,0x14,0x7d]5452// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5453 5454v_cmp_eq_i16 vcc_lo, v255, v25455// W32: encoding: [0xff,0x05,0x14,0x7d]5456// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5457 5458v_cmp_eq_i16 vcc_lo, s1, v25459// W32: encoding: [0x01,0x04,0x14,0x7d]5460// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5461 5462v_cmp_eq_i16 vcc_lo, s101, v25463// W32: encoding: [0x65,0x04,0x14,0x7d]5464// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5465 5466v_cmp_eq_i16 vcc_lo, vcc_lo, v25467// W32: encoding: [0x6a,0x04,0x14,0x7d]5468// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5469 5470v_cmp_eq_i16 vcc_lo, vcc_hi, v25471// W32: encoding: [0x6b,0x04,0x14,0x7d]5472// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5473 5474v_cmp_eq_i16 vcc_lo, m0, v25475// W32: encoding: [0x7c,0x04,0x14,0x7d]5476// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5477 5478v_cmp_eq_i16 vcc_lo, exec_lo, v25479// W32: encoding: [0x7e,0x04,0x14,0x7d]5480// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5481 5482v_cmp_eq_i16 vcc_lo, exec_hi, v25483// W32: encoding: [0x7f,0x04,0x14,0x7d]5484// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5485 5486v_cmp_eq_i16 vcc_lo, 0, v25487// W32: encoding: [0x80,0x04,0x14,0x7d]5488// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5489 5490v_cmp_eq_i16 vcc_lo, -1, v25491// W32: encoding: [0xc1,0x04,0x14,0x7d]5492// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5493 5494v_cmp_eq_i16 vcc_lo, 0.5, v25495// W32: encoding: [0xf0,0x04,0x14,0x7d]5496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5497 5498v_cmp_eq_i16 vcc_lo, -4.0, v25499// W32: encoding: [0xf7,0x04,0x14,0x7d]5500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5501 5502v_cmp_eq_i16 vcc_lo, 0xfe0b, v25503// W32: encoding: [0xff,0x04,0x14,0x7d,0x0b,0xfe,0x00,0x00]5504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5505 5506v_cmp_eq_i16 vcc_lo, 0x3456, v25507// W32: encoding: [0xff,0x04,0x14,0x7d,0x56,0x34,0x00,0x00]5508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5509 5510v_cmp_eq_i16 vcc_lo, v1, v2555511// W32: encoding: [0x01,0xff,0x15,0x7d]5512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5513 5514v_cmp_le_i16 vcc_lo, v1, v25515// W32: encoding: [0x01,0x05,0x16,0x7d]5516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5517 5518v_cmp_le_i16 vcc_lo, v255, v25519// W32: encoding: [0xff,0x05,0x16,0x7d]5520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5521 5522v_cmp_le_i16 vcc_lo, s1, v25523// W32: encoding: [0x01,0x04,0x16,0x7d]5524// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5525 5526v_cmp_le_i16 vcc_lo, s101, v25527// W32: encoding: [0x65,0x04,0x16,0x7d]5528// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5529 5530v_cmp_le_i16 vcc_lo, vcc_lo, v25531// W32: encoding: [0x6a,0x04,0x16,0x7d]5532// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5533 5534v_cmp_le_i16 vcc_lo, vcc_hi, v25535// W32: encoding: [0x6b,0x04,0x16,0x7d]5536// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5537 5538v_cmp_le_i16 vcc_lo, m0, v25539// W32: encoding: [0x7c,0x04,0x16,0x7d]5540// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5541 5542v_cmp_le_i16 vcc_lo, exec_lo, v25543// W32: encoding: [0x7e,0x04,0x16,0x7d]5544// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5545 5546v_cmp_le_i16 vcc_lo, exec_hi, v25547// W32: encoding: [0x7f,0x04,0x16,0x7d]5548// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5549 5550v_cmp_le_i16 vcc_lo, 0, v25551// W32: encoding: [0x80,0x04,0x16,0x7d]5552// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5553 5554v_cmp_le_i16 vcc_lo, -1, v25555// W32: encoding: [0xc1,0x04,0x16,0x7d]5556// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5557 5558v_cmp_le_i16 vcc_lo, 0.5, v25559// W32: encoding: [0xf0,0x04,0x16,0x7d]5560// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5561 5562v_cmp_le_i16 vcc_lo, -4.0, v25563// W32: encoding: [0xf7,0x04,0x16,0x7d]5564// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5565 5566v_cmp_le_i16 vcc_lo, 0xfe0b, v25567// W32: encoding: [0xff,0x04,0x16,0x7d,0x0b,0xfe,0x00,0x00]5568// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5569 5570v_cmp_le_i16 vcc_lo, 0x3456, v25571// W32: encoding: [0xff,0x04,0x16,0x7d,0x56,0x34,0x00,0x00]5572// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5573 5574v_cmp_le_i16 vcc_lo, v1, v2555575// W32: encoding: [0x01,0xff,0x17,0x7d]5576// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5577 5578v_cmp_gt_i16 vcc_lo, v1, v25579// W32: encoding: [0x01,0x05,0x18,0x7d]5580// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5581 5582v_cmp_gt_i16 vcc_lo, v255, v25583// W32: encoding: [0xff,0x05,0x18,0x7d]5584// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5585 5586v_cmp_gt_i16 vcc_lo, s1, v25587// W32: encoding: [0x01,0x04,0x18,0x7d]5588// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5589 5590v_cmp_gt_i16 vcc_lo, s101, v25591// W32: encoding: [0x65,0x04,0x18,0x7d]5592// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5593 5594v_cmp_gt_i16 vcc_lo, vcc_lo, v25595// W32: encoding: [0x6a,0x04,0x18,0x7d]5596// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5597 5598v_cmp_gt_i16 vcc_lo, vcc_hi, v25599// W32: encoding: [0x6b,0x04,0x18,0x7d]5600// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5601 5602v_cmp_gt_i16 vcc_lo, m0, v25603// W32: encoding: [0x7c,0x04,0x18,0x7d]5604// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5605 5606v_cmp_gt_i16 vcc_lo, exec_lo, v25607// W32: encoding: [0x7e,0x04,0x18,0x7d]5608// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5609 5610v_cmp_gt_i16 vcc_lo, exec_hi, v25611// W32: encoding: [0x7f,0x04,0x18,0x7d]5612// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5613 5614v_cmp_gt_i16 vcc_lo, 0, v25615// W32: encoding: [0x80,0x04,0x18,0x7d]5616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5617 5618v_cmp_gt_i16 vcc_lo, -1, v25619// W32: encoding: [0xc1,0x04,0x18,0x7d]5620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5621 5622v_cmp_gt_i16 vcc_lo, 0.5, v25623// W32: encoding: [0xf0,0x04,0x18,0x7d]5624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5625 5626v_cmp_gt_i16 vcc_lo, -4.0, v25627// W32: encoding: [0xf7,0x04,0x18,0x7d]5628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5629 5630v_cmp_gt_i16 vcc_lo, 0xfe0b, v25631// W32: encoding: [0xff,0x04,0x18,0x7d,0x0b,0xfe,0x00,0x00]5632// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5633 5634v_cmp_gt_i16 vcc_lo, 0x3456, v25635// W32: encoding: [0xff,0x04,0x18,0x7d,0x56,0x34,0x00,0x00]5636// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5637 5638v_cmp_gt_i16 vcc_lo, v1, v2555639// W32: encoding: [0x01,0xff,0x19,0x7d]5640// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5641 5642v_cmp_ne_i16 vcc_lo, v1, v25643// W32: encoding: [0x01,0x05,0x1a,0x7d]5644// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5645 5646v_cmp_ne_i16 vcc_lo, v255, v25647// W32: encoding: [0xff,0x05,0x1a,0x7d]5648// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5649 5650v_cmp_ne_i16 vcc_lo, s1, v25651// W32: encoding: [0x01,0x04,0x1a,0x7d]5652// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5653 5654v_cmp_ne_i16 vcc_lo, s101, v25655// W32: encoding: [0x65,0x04,0x1a,0x7d]5656// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5657 5658v_cmp_ne_i16 vcc_lo, vcc_lo, v25659// W32: encoding: [0x6a,0x04,0x1a,0x7d]5660// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5661 5662v_cmp_ne_i16 vcc_lo, vcc_hi, v25663// W32: encoding: [0x6b,0x04,0x1a,0x7d]5664// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5665 5666v_cmp_ne_i16 vcc_lo, m0, v25667// W32: encoding: [0x7c,0x04,0x1a,0x7d]5668// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5669 5670v_cmp_ne_i16 vcc_lo, exec_lo, v25671// W32: encoding: [0x7e,0x04,0x1a,0x7d]5672// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5673 5674v_cmp_ne_i16 vcc_lo, exec_hi, v25675// W32: encoding: [0x7f,0x04,0x1a,0x7d]5676// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5677 5678v_cmp_ne_i16 vcc_lo, 0, v25679// W32: encoding: [0x80,0x04,0x1a,0x7d]5680// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5681 5682v_cmp_ne_i16 vcc_lo, -1, v25683// W32: encoding: [0xc1,0x04,0x1a,0x7d]5684// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5685 5686v_cmp_ne_i16 vcc_lo, 0.5, v25687// W32: encoding: [0xf0,0x04,0x1a,0x7d]5688// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5689 5690v_cmp_ne_i16 vcc_lo, -4.0, v25691// W32: encoding: [0xf7,0x04,0x1a,0x7d]5692// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5693 5694v_cmp_ne_i16 vcc_lo, 0xfe0b, v25695// W32: encoding: [0xff,0x04,0x1a,0x7d,0x0b,0xfe,0x00,0x00]5696// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5697 5698v_cmp_ne_i16 vcc_lo, 0x3456, v25699// W32: encoding: [0xff,0x04,0x1a,0x7d,0x56,0x34,0x00,0x00]5700// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5701 5702v_cmp_ne_i16 vcc_lo, v1, v2555703// W32: encoding: [0x01,0xff,0x1b,0x7d]5704// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5705 5706v_cmp_ge_i16 vcc_lo, v1, v25707// W32: encoding: [0x01,0x05,0x1c,0x7d]5708// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5709 5710v_cmp_ge_i16 vcc_lo, v255, v25711// W32: encoding: [0xff,0x05,0x1c,0x7d]5712// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5713 5714v_cmp_ge_i16 vcc_lo, s1, v25715// W32: encoding: [0x01,0x04,0x1c,0x7d]5716// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5717 5718v_cmp_ge_i16 vcc_lo, s101, v25719// W32: encoding: [0x65,0x04,0x1c,0x7d]5720// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5721 5722v_cmp_ge_i16 vcc_lo, vcc_lo, v25723// W32: encoding: [0x6a,0x04,0x1c,0x7d]5724// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5725 5726v_cmp_ge_i16 vcc_lo, vcc_hi, v25727// W32: encoding: [0x6b,0x04,0x1c,0x7d]5728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5729 5730v_cmp_ge_i16 vcc_lo, m0, v25731// W32: encoding: [0x7c,0x04,0x1c,0x7d]5732// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5733 5734v_cmp_ge_i16 vcc_lo, exec_lo, v25735// W32: encoding: [0x7e,0x04,0x1c,0x7d]5736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5737 5738v_cmp_ge_i16 vcc_lo, exec_hi, v25739// W32: encoding: [0x7f,0x04,0x1c,0x7d]5740// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5741 5742v_cmp_ge_i16 vcc_lo, 0, v25743// W32: encoding: [0x80,0x04,0x1c,0x7d]5744// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5745 5746v_cmp_ge_i16 vcc_lo, -1, v25747// W32: encoding: [0xc1,0x04,0x1c,0x7d]5748// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5749 5750v_cmp_ge_i16 vcc_lo, 0.5, v25751// W32: encoding: [0xf0,0x04,0x1c,0x7d]5752// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5753 5754v_cmp_ge_i16 vcc_lo, -4.0, v25755// W32: encoding: [0xf7,0x04,0x1c,0x7d]5756// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5757 5758v_cmp_ge_i16 vcc_lo, 0xfe0b, v25759// W32: encoding: [0xff,0x04,0x1c,0x7d,0x0b,0xfe,0x00,0x00]5760// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5761 5762v_cmp_ge_i16 vcc_lo, 0x3456, v25763// W32: encoding: [0xff,0x04,0x1c,0x7d,0x56,0x34,0x00,0x00]5764// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5765 5766v_cmp_ge_i16 vcc_lo, v1, v2555767// W32: encoding: [0x01,0xff,0x1d,0x7d]5768// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5769 5770v_cmp_class_f16 vcc, v1, v25771// W64: encoding: [0x01,0x05,0x1e,0x7d]5772// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5773 5774v_cmp_class_f16 vcc, v255, v25775// W64: encoding: [0xff,0x05,0x1e,0x7d]5776// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5777 5778v_cmp_class_f16 vcc, s1, v25779// W64: encoding: [0x01,0x04,0x1e,0x7d]5780// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5781 5782v_cmp_class_f16 vcc, s101, v25783// W64: encoding: [0x65,0x04,0x1e,0x7d]5784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5785 5786v_cmp_class_f16 vcc, vcc_lo, v25787// W64: encoding: [0x6a,0x04,0x1e,0x7d]5788// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5789 5790v_cmp_class_f16 vcc, vcc_hi, v25791// W64: encoding: [0x6b,0x04,0x1e,0x7d]5792// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5793 5794v_cmp_class_f16 vcc, m0, v25795// W64: encoding: [0x7c,0x04,0x1e,0x7d]5796// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5797 5798v_cmp_class_f16 vcc, exec_lo, v25799// W64: encoding: [0x7e,0x04,0x1e,0x7d]5800// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5801 5802v_cmp_class_f16 vcc, exec_hi, v25803// W64: encoding: [0x7f,0x04,0x1e,0x7d]5804// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5805 5806v_cmp_class_f16 vcc, 0, v25807// W64: encoding: [0x80,0x04,0x1e,0x7d]5808// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5809 5810v_cmp_class_f16 vcc, -1, v25811// W64: encoding: [0xc1,0x04,0x1e,0x7d]5812// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5813 5814v_cmp_class_f16 vcc, 0.5, v25815// W64: encoding: [0xf0,0x04,0x1e,0x7d]5816// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5817 5818v_cmp_class_f16 vcc, -4.0, v25819// W64: encoding: [0xf7,0x04,0x1e,0x7d]5820// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5821 5822v_cmp_class_f16 vcc, 0xfe0b, v25823// W64: encoding: [0xff,0x04,0x1e,0x7d,0x0b,0xfe,0x00,0x00]5824// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5825 5826v_cmp_class_f16 vcc, 0x3456, v25827// W64: encoding: [0xff,0x04,0x1e,0x7d,0x56,0x34,0x00,0x00]5828// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5829 5830v_cmp_class_f16 vcc, v1, v2555831// W64: encoding: [0x01,0xff,0x1f,0x7d]5832// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5833 5834v_cmp_f_i64 vcc, v[1:2], v[2:3]5835// W64: encoding: [0x01,0x05,0x40,0x7d]5836// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5837 5838v_cmp_f_i64 vcc, v[254:255], v[2:3]5839// W64: encoding: [0xfe,0x05,0x40,0x7d]5840// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5841 5842v_cmp_f_i64 vcc, s[2:3], v[2:3]5843// W64: encoding: [0x02,0x04,0x40,0x7d]5844// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5845 5846v_cmp_f_i64 vcc, s[4:5], v[2:3]5847// W64: encoding: [0x04,0x04,0x40,0x7d]5848// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5849 5850v_cmp_f_i64 vcc, s[100:101], v[2:3]5851// W64: encoding: [0x64,0x04,0x40,0x7d]5852// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5853 5854v_cmp_f_i64 vcc, vcc, v[2:3]5855// W64: encoding: [0x6a,0x04,0x40,0x7d]5856// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5857 5858v_cmp_f_i64 vcc, exec, v[2:3]5859// W64: encoding: [0x7e,0x04,0x40,0x7d]5860// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5861 5862v_cmp_f_i64 vcc, 0, v[2:3]5863// W64: encoding: [0x80,0x04,0x40,0x7d]5864// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5865 5866v_cmp_f_i64 vcc, -1, v[2:3]5867// W64: encoding: [0xc1,0x04,0x40,0x7d]5868// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5869 5870v_cmp_f_i64 vcc, 0.5, v[2:3]5871// W64: encoding: [0xf0,0x04,0x40,0x7d]5872// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5873 5874v_cmp_f_i64 vcc, -4.0, v[2:3]5875// W64: encoding: [0xf7,0x04,0x40,0x7d]5876// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5877 5878v_cmp_f_i64 vcc, 0xaf123456, v[2:3]5879// W64: encoding: [0xff,0x04,0x40,0x7d,0x56,0x34,0x12,0xaf]5880// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5881 5882v_cmp_f_i64 vcc, 0x3f717273, v[2:3]5883// W64: encoding: [0xff,0x04,0x40,0x7d,0x73,0x72,0x71,0x3f]5884// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5885 5886v_cmp_f_i64 vcc, v[1:2], v[254:255]5887// W64: encoding: [0x01,0xfd,0x41,0x7d]5888// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5889 5890v_cmp_lt_i64 vcc, v[1:2], v[2:3]5891// W64: encoding: [0x01,0x05,0x42,0x7d]5892// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5893 5894v_cmp_lt_i64 vcc, v[254:255], v[2:3]5895// W64: encoding: [0xfe,0x05,0x42,0x7d]5896// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5897 5898v_cmp_lt_i64 vcc, s[2:3], v[2:3]5899// W64: encoding: [0x02,0x04,0x42,0x7d]5900// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5901 5902v_cmp_lt_i64 vcc, s[4:5], v[2:3]5903// W64: encoding: [0x04,0x04,0x42,0x7d]5904// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5905 5906v_cmp_lt_i64 vcc, s[100:101], v[2:3]5907// W64: encoding: [0x64,0x04,0x42,0x7d]5908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5909 5910v_cmp_lt_i64 vcc, vcc, v[2:3]5911// W64: encoding: [0x6a,0x04,0x42,0x7d]5912// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5913 5914v_cmp_lt_i64 vcc, exec, v[2:3]5915// W64: encoding: [0x7e,0x04,0x42,0x7d]5916// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5917 5918v_cmp_lt_i64 vcc, 0, v[2:3]5919// W64: encoding: [0x80,0x04,0x42,0x7d]5920// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5921 5922v_cmp_lt_i64 vcc, -1, v[2:3]5923// W64: encoding: [0xc1,0x04,0x42,0x7d]5924// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5925 5926v_cmp_lt_i64 vcc, 0.5, v[2:3]5927// W64: encoding: [0xf0,0x04,0x42,0x7d]5928// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5929 5930v_cmp_lt_i64 vcc, -4.0, v[2:3]5931// W64: encoding: [0xf7,0x04,0x42,0x7d]5932// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5933 5934v_cmp_lt_i64 vcc, 0xaf123456, v[2:3]5935// W64: encoding: [0xff,0x04,0x42,0x7d,0x56,0x34,0x12,0xaf]5936// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5937 5938v_cmp_lt_i64 vcc, 0x3f717273, v[2:3]5939// W64: encoding: [0xff,0x04,0x42,0x7d,0x73,0x72,0x71,0x3f]5940// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5941 5942v_cmp_lt_i64 vcc, v[1:2], v[254:255]5943// W64: encoding: [0x01,0xfd,0x43,0x7d]5944// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5945 5946v_cmp_eq_i64 vcc, v[1:2], v[2:3]5947// W64: encoding: [0x01,0x05,0x44,0x7d]5948// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5949 5950v_cmp_eq_i64 vcc, v[254:255], v[2:3]5951// W64: encoding: [0xfe,0x05,0x44,0x7d]5952// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5953 5954v_cmp_eq_i64 vcc, s[2:3], v[2:3]5955// W64: encoding: [0x02,0x04,0x44,0x7d]5956// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5957 5958v_cmp_eq_i64 vcc, s[4:5], v[2:3]5959// W64: encoding: [0x04,0x04,0x44,0x7d]5960// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5961 5962v_cmp_eq_i64 vcc, s[100:101], v[2:3]5963// W64: encoding: [0x64,0x04,0x44,0x7d]5964// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5965 5966v_cmp_eq_i64 vcc, vcc, v[2:3]5967// W64: encoding: [0x6a,0x04,0x44,0x7d]5968// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5969 5970v_cmp_eq_i64 vcc, exec, v[2:3]5971// W64: encoding: [0x7e,0x04,0x44,0x7d]5972// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5973 5974v_cmp_eq_i64 vcc, 0, v[2:3]5975// W64: encoding: [0x80,0x04,0x44,0x7d]5976// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5977 5978v_cmp_eq_i64 vcc, -1, v[2:3]5979// W64: encoding: [0xc1,0x04,0x44,0x7d]5980// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5981 5982v_cmp_eq_i64 vcc, 0.5, v[2:3]5983// W64: encoding: [0xf0,0x04,0x44,0x7d]5984// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5985 5986v_cmp_eq_i64 vcc, -4.0, v[2:3]5987// W64: encoding: [0xf7,0x04,0x44,0x7d]5988// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5989 5990v_cmp_eq_i64 vcc, 0xaf123456, v[2:3]5991// W64: encoding: [0xff,0x04,0x44,0x7d,0x56,0x34,0x12,0xaf]5992// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5993 5994v_cmp_eq_i64 vcc, 0x3f717273, v[2:3]5995// W64: encoding: [0xff,0x04,0x44,0x7d,0x73,0x72,0x71,0x3f]5996// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5997 5998v_cmp_eq_i64 vcc, v[1:2], v[254:255]5999// W64: encoding: [0x01,0xfd,0x45,0x7d]6000// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6001 6002v_cmp_le_i64 vcc, v[1:2], v[2:3]6003// W64: encoding: [0x01,0x05,0x46,0x7d]6004// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6005 6006v_cmp_le_i64 vcc, v[254:255], v[2:3]6007// W64: encoding: [0xfe,0x05,0x46,0x7d]6008// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6009 6010v_cmp_le_i64 vcc, s[2:3], v[2:3]6011// W64: encoding: [0x02,0x04,0x46,0x7d]6012// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6013 6014v_cmp_le_i64 vcc, s[4:5], v[2:3]6015// W64: encoding: [0x04,0x04,0x46,0x7d]6016// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6017 6018v_cmp_le_i64 vcc, s[100:101], v[2:3]6019// W64: encoding: [0x64,0x04,0x46,0x7d]6020// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6021 6022v_cmp_le_i64 vcc, vcc, v[2:3]6023// W64: encoding: [0x6a,0x04,0x46,0x7d]6024// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6025 6026v_cmp_le_i64 vcc, exec, v[2:3]6027// W64: encoding: [0x7e,0x04,0x46,0x7d]6028// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6029 6030v_cmp_le_i64 vcc, 0, v[2:3]6031// W64: encoding: [0x80,0x04,0x46,0x7d]6032// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6033 6034v_cmp_le_i64 vcc, -1, v[2:3]6035// W64: encoding: [0xc1,0x04,0x46,0x7d]6036// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6037 6038v_cmp_le_i64 vcc, 0.5, v[2:3]6039// W64: encoding: [0xf0,0x04,0x46,0x7d]6040// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6041 6042v_cmp_le_i64 vcc, -4.0, v[2:3]6043// W64: encoding: [0xf7,0x04,0x46,0x7d]6044// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6045 6046v_cmp_le_i64 vcc, 0xaf123456, v[2:3]6047// W64: encoding: [0xff,0x04,0x46,0x7d,0x56,0x34,0x12,0xaf]6048// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6049 6050v_cmp_le_i64 vcc, 0x3f717273, v[2:3]6051// W64: encoding: [0xff,0x04,0x46,0x7d,0x73,0x72,0x71,0x3f]6052// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6053 6054v_cmp_le_i64 vcc, v[1:2], v[254:255]6055// W64: encoding: [0x01,0xfd,0x47,0x7d]6056// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6057 6058v_cmp_gt_i64 vcc, v[1:2], v[2:3]6059// W64: encoding: [0x01,0x05,0x48,0x7d]6060// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6061 6062v_cmp_gt_i64 vcc, v[254:255], v[2:3]6063// W64: encoding: [0xfe,0x05,0x48,0x7d]6064// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6065 6066v_cmp_gt_i64 vcc, s[2:3], v[2:3]6067// W64: encoding: [0x02,0x04,0x48,0x7d]6068// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6069 6070v_cmp_gt_i64 vcc, s[4:5], v[2:3]6071// W64: encoding: [0x04,0x04,0x48,0x7d]6072// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6073 6074v_cmp_gt_i64 vcc, s[100:101], v[2:3]6075// W64: encoding: [0x64,0x04,0x48,0x7d]6076// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6077 6078v_cmp_gt_i64 vcc, vcc, v[2:3]6079// W64: encoding: [0x6a,0x04,0x48,0x7d]6080// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6081 6082v_cmp_gt_i64 vcc, exec, v[2:3]6083// W64: encoding: [0x7e,0x04,0x48,0x7d]6084// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6085 6086v_cmp_gt_i64 vcc, 0, v[2:3]6087// W64: encoding: [0x80,0x04,0x48,0x7d]6088// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6089 6090v_cmp_gt_i64 vcc, -1, v[2:3]6091// W64: encoding: [0xc1,0x04,0x48,0x7d]6092// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6093 6094v_cmp_gt_i64 vcc, 0.5, v[2:3]6095// W64: encoding: [0xf0,0x04,0x48,0x7d]6096// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6097 6098v_cmp_gt_i64 vcc, -4.0, v[2:3]6099// W64: encoding: [0xf7,0x04,0x48,0x7d]6100// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6101 6102v_cmp_gt_i64 vcc, 0xaf123456, v[2:3]6103// W64: encoding: [0xff,0x04,0x48,0x7d,0x56,0x34,0x12,0xaf]6104// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6105 6106v_cmp_gt_i64 vcc, 0x3f717273, v[2:3]6107// W64: encoding: [0xff,0x04,0x48,0x7d,0x73,0x72,0x71,0x3f]6108// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6109 6110v_cmp_gt_i64 vcc, v[1:2], v[254:255]6111// W64: encoding: [0x01,0xfd,0x49,0x7d]6112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6113 6114v_cmp_ne_i64 vcc, v[1:2], v[2:3]6115// W64: encoding: [0x01,0x05,0x4a,0x7d]6116// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6117 6118v_cmp_ne_i64 vcc, v[254:255], v[2:3]6119// W64: encoding: [0xfe,0x05,0x4a,0x7d]6120// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6121 6122v_cmp_ne_i64 vcc, s[2:3], v[2:3]6123// W64: encoding: [0x02,0x04,0x4a,0x7d]6124// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6125 6126v_cmp_ne_i64 vcc, s[4:5], v[2:3]6127// W64: encoding: [0x04,0x04,0x4a,0x7d]6128// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6129 6130v_cmp_ne_i64 vcc, s[100:101], v[2:3]6131// W64: encoding: [0x64,0x04,0x4a,0x7d]6132// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6133 6134v_cmp_ne_i64 vcc, vcc, v[2:3]6135// W64: encoding: [0x6a,0x04,0x4a,0x7d]6136// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6137 6138v_cmp_ne_i64 vcc, exec, v[2:3]6139// W64: encoding: [0x7e,0x04,0x4a,0x7d]6140// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6141 6142v_cmp_ne_i64 vcc, 0, v[2:3]6143// W64: encoding: [0x80,0x04,0x4a,0x7d]6144// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6145 6146v_cmp_ne_i64 vcc, -1, v[2:3]6147// W64: encoding: [0xc1,0x04,0x4a,0x7d]6148// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6149 6150v_cmp_ne_i64 vcc, 0.5, v[2:3]6151// W64: encoding: [0xf0,0x04,0x4a,0x7d]6152// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6153 6154v_cmp_ne_i64 vcc, -4.0, v[2:3]6155// W64: encoding: [0xf7,0x04,0x4a,0x7d]6156// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6157 6158v_cmp_ne_i64 vcc, 0xaf123456, v[2:3]6159// W64: encoding: [0xff,0x04,0x4a,0x7d,0x56,0x34,0x12,0xaf]6160// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6161 6162v_cmp_ne_i64 vcc, 0x3f717273, v[2:3]6163// W64: encoding: [0xff,0x04,0x4a,0x7d,0x73,0x72,0x71,0x3f]6164// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6165 6166v_cmp_ne_i64 vcc, v[1:2], v[254:255]6167// W64: encoding: [0x01,0xfd,0x4b,0x7d]6168// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6169 6170v_cmp_ge_i64 vcc, v[1:2], v[2:3]6171// W64: encoding: [0x01,0x05,0x4c,0x7d]6172// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6173 6174v_cmp_ge_i64 vcc, v[254:255], v[2:3]6175// W64: encoding: [0xfe,0x05,0x4c,0x7d]6176// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6177 6178v_cmp_ge_i64 vcc, s[2:3], v[2:3]6179// W64: encoding: [0x02,0x04,0x4c,0x7d]6180// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6181 6182v_cmp_ge_i64 vcc, s[4:5], v[2:3]6183// W64: encoding: [0x04,0x04,0x4c,0x7d]6184// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6185 6186v_cmp_ge_i64 vcc, s[100:101], v[2:3]6187// W64: encoding: [0x64,0x04,0x4c,0x7d]6188// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6189 6190v_cmp_ge_i64 vcc, vcc, v[2:3]6191// W64: encoding: [0x6a,0x04,0x4c,0x7d]6192// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6193 6194v_cmp_ge_i64 vcc, exec, v[2:3]6195// W64: encoding: [0x7e,0x04,0x4c,0x7d]6196// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6197 6198v_cmp_ge_i64 vcc, 0, v[2:3]6199// W64: encoding: [0x80,0x04,0x4c,0x7d]6200// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6201 6202v_cmp_ge_i64 vcc, -1, v[2:3]6203// W64: encoding: [0xc1,0x04,0x4c,0x7d]6204// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6205 6206v_cmp_ge_i64 vcc, 0.5, v[2:3]6207// W64: encoding: [0xf0,0x04,0x4c,0x7d]6208// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6209 6210v_cmp_ge_i64 vcc, -4.0, v[2:3]6211// W64: encoding: [0xf7,0x04,0x4c,0x7d]6212// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6213 6214v_cmp_ge_i64 vcc, 0xaf123456, v[2:3]6215// W64: encoding: [0xff,0x04,0x4c,0x7d,0x56,0x34,0x12,0xaf]6216// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6217 6218v_cmp_ge_i64 vcc, 0x3f717273, v[2:3]6219// W64: encoding: [0xff,0x04,0x4c,0x7d,0x73,0x72,0x71,0x3f]6220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6221 6222v_cmp_ge_i64 vcc, v[1:2], v[254:255]6223// W64: encoding: [0x01,0xfd,0x4d,0x7d]6224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6225 6226v_cmp_t_i64 vcc, v[1:2], v[2:3]6227// W64: encoding: [0x01,0x05,0x4e,0x7d]6228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6229 6230v_cmp_t_i64 vcc, v[254:255], v[2:3]6231// W64: encoding: [0xfe,0x05,0x4e,0x7d]6232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6233 6234v_cmp_t_i64 vcc, s[2:3], v[2:3]6235// W64: encoding: [0x02,0x04,0x4e,0x7d]6236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6237 6238v_cmp_t_i64 vcc, s[4:5], v[2:3]6239// W64: encoding: [0x04,0x04,0x4e,0x7d]6240// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6241 6242v_cmp_t_i64 vcc, s[100:101], v[2:3]6243// W64: encoding: [0x64,0x04,0x4e,0x7d]6244// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6245 6246v_cmp_t_i64 vcc, vcc, v[2:3]6247// W64: encoding: [0x6a,0x04,0x4e,0x7d]6248// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6249 6250v_cmp_t_i64 vcc, exec, v[2:3]6251// W64: encoding: [0x7e,0x04,0x4e,0x7d]6252// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6253 6254v_cmp_t_i64 vcc, 0, v[2:3]6255// W64: encoding: [0x80,0x04,0x4e,0x7d]6256// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6257 6258v_cmp_t_i64 vcc, -1, v[2:3]6259// W64: encoding: [0xc1,0x04,0x4e,0x7d]6260// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6261 6262v_cmp_t_i64 vcc, 0.5, v[2:3]6263// W64: encoding: [0xf0,0x04,0x4e,0x7d]6264// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6265 6266v_cmp_t_i64 vcc, -4.0, v[2:3]6267// W64: encoding: [0xf7,0x04,0x4e,0x7d]6268// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6269 6270v_cmp_t_i64 vcc, 0xaf123456, v[2:3]6271// W64: encoding: [0xff,0x04,0x4e,0x7d,0x56,0x34,0x12,0xaf]6272// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6273 6274v_cmp_t_i64 vcc, 0x3f717273, v[2:3]6275// W64: encoding: [0xff,0x04,0x4e,0x7d,0x73,0x72,0x71,0x3f]6276// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6277 6278v_cmp_t_i64 vcc, v[1:2], v[254:255]6279// W64: encoding: [0x01,0xfd,0x4f,0x7d]6280// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6281 6282v_cmp_class_f64 vcc, v[1:2], v26283// W64: encoding: [0x01,0x05,0x50,0x7d]6284// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6285 6286v_cmp_class_f64 vcc, v[254:255], v26287// W64: encoding: [0xfe,0x05,0x50,0x7d]6288// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6289 6290v_cmp_class_f64 vcc, s[2:3], v26291// W64: encoding: [0x02,0x04,0x50,0x7d]6292// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6293 6294v_cmp_class_f64 vcc, s[4:5], v26295// W64: encoding: [0x04,0x04,0x50,0x7d]6296// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6297 6298v_cmp_class_f64 vcc, s[100:101], v26299// W64: encoding: [0x64,0x04,0x50,0x7d]6300// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6301 6302v_cmp_class_f64 vcc, vcc, v26303// W64: encoding: [0x6a,0x04,0x50,0x7d]6304// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6305 6306v_cmp_class_f64 vcc, exec, v26307// W64: encoding: [0x7e,0x04,0x50,0x7d]6308// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6309 6310v_cmp_class_f64 vcc, 0, v26311// W64: encoding: [0x80,0x04,0x50,0x7d]6312// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6313 6314v_cmp_class_f64 vcc, -1, v26315// W64: encoding: [0xc1,0x04,0x50,0x7d]6316// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6317 6318v_cmp_class_f64 vcc, 0.5, v26319// W64: encoding: [0xf0,0x04,0x50,0x7d]6320// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6321 6322v_cmp_class_f64 vcc, -4.0, v26323// W64: encoding: [0xf7,0x04,0x50,0x7d]6324// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6325 6326v_cmp_class_f64 vcc, 0xaf123456, v26327// W64: encoding: [0xff,0x04,0x50,0x7d,0x56,0x34,0x12,0xaf]6328// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6329 6330v_cmp_class_f64 vcc, 0x3f717273, v26331// W64: encoding: [0xff,0x04,0x50,0x7d,0x73,0x72,0x71,0x3f]6332// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6333 6334v_cmp_class_f64 vcc, v[1:2], v2556335// W64: encoding: [0x01,0xff,0x51,0x7d]6336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6337 6338v_cmp_f_u64 vcc, v[1:2], v[2:3]6339// W64: encoding: [0x01,0x05,0xc0,0x7d]6340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6341 6342v_cmp_f_u64 vcc, v[254:255], v[2:3]6343// W64: encoding: [0xfe,0x05,0xc0,0x7d]6344// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6345 6346v_cmp_f_u64 vcc, s[2:3], v[2:3]6347// W64: encoding: [0x02,0x04,0xc0,0x7d]6348// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6349 6350v_cmp_f_u64 vcc, s[4:5], v[2:3]6351// W64: encoding: [0x04,0x04,0xc0,0x7d]6352// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6353 6354v_cmp_f_u64 vcc, s[100:101], v[2:3]6355// W64: encoding: [0x64,0x04,0xc0,0x7d]6356// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6357 6358v_cmp_f_u64 vcc, vcc, v[2:3]6359// W64: encoding: [0x6a,0x04,0xc0,0x7d]6360// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6361 6362v_cmp_f_u64 vcc, exec, v[2:3]6363// W64: encoding: [0x7e,0x04,0xc0,0x7d]6364// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6365 6366v_cmp_f_u64 vcc, 0, v[2:3]6367// W64: encoding: [0x80,0x04,0xc0,0x7d]6368// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6369 6370v_cmp_f_u64 vcc, -1, v[2:3]6371// W64: encoding: [0xc1,0x04,0xc0,0x7d]6372// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6373 6374v_cmp_f_u64 vcc, 0.5, v[2:3]6375// W64: encoding: [0xf0,0x04,0xc0,0x7d]6376// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6377 6378v_cmp_f_u64 vcc, -4.0, v[2:3]6379// W64: encoding: [0xf7,0x04,0xc0,0x7d]6380// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6381 6382v_cmp_f_u64 vcc, 0xaf123456, v[2:3]6383// W64: encoding: [0xff,0x04,0xc0,0x7d,0x56,0x34,0x12,0xaf]6384// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6385 6386v_cmp_f_u64 vcc, 0x3f717273, v[2:3]6387// W64: encoding: [0xff,0x04,0xc0,0x7d,0x73,0x72,0x71,0x3f]6388// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6389 6390v_cmp_f_u64 vcc, v[1:2], v[254:255]6391// W64: encoding: [0x01,0xfd,0xc1,0x7d]6392// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6393 6394v_cmp_lt_u64 vcc, v[1:2], v[2:3]6395// W64: encoding: [0x01,0x05,0xc2,0x7d]6396// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6397 6398v_cmp_lt_u64 vcc, v[254:255], v[2:3]6399// W64: encoding: [0xfe,0x05,0xc2,0x7d]6400// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6401 6402v_cmp_lt_u64 vcc, s[2:3], v[2:3]6403// W64: encoding: [0x02,0x04,0xc2,0x7d]6404// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6405 6406v_cmp_lt_u64 vcc, s[4:5], v[2:3]6407// W64: encoding: [0x04,0x04,0xc2,0x7d]6408// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6409 6410v_cmp_lt_u64 vcc, s[100:101], v[2:3]6411// W64: encoding: [0x64,0x04,0xc2,0x7d]6412// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6413 6414v_cmp_lt_u64 vcc, vcc, v[2:3]6415// W64: encoding: [0x6a,0x04,0xc2,0x7d]6416// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6417 6418v_cmp_lt_u64 vcc, exec, v[2:3]6419// W64: encoding: [0x7e,0x04,0xc2,0x7d]6420// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6421 6422v_cmp_lt_u64 vcc, 0, v[2:3]6423// W64: encoding: [0x80,0x04,0xc2,0x7d]6424// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6425 6426v_cmp_lt_u64 vcc, -1, v[2:3]6427// W64: encoding: [0xc1,0x04,0xc2,0x7d]6428// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6429 6430v_cmp_lt_u64 vcc, 0.5, v[2:3]6431// W64: encoding: [0xf0,0x04,0xc2,0x7d]6432// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6433 6434v_cmp_lt_u64 vcc, -4.0, v[2:3]6435// W64: encoding: [0xf7,0x04,0xc2,0x7d]6436// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6437 6438v_cmp_lt_u64 vcc, 0xaf123456, v[2:3]6439// W64: encoding: [0xff,0x04,0xc2,0x7d,0x56,0x34,0x12,0xaf]6440// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6441 6442v_cmp_lt_u64 vcc, 0x3f717273, v[2:3]6443// W64: encoding: [0xff,0x04,0xc2,0x7d,0x73,0x72,0x71,0x3f]6444// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6445 6446v_cmp_lt_u64 vcc, v[1:2], v[254:255]6447// W64: encoding: [0x01,0xfd,0xc3,0x7d]6448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6449 6450v_cmp_eq_u64 vcc, v[1:2], v[2:3]6451// W64: encoding: [0x01,0x05,0xc4,0x7d]6452// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6453 6454v_cmp_eq_u64 vcc, v[254:255], v[2:3]6455// W64: encoding: [0xfe,0x05,0xc4,0x7d]6456// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6457 6458v_cmp_eq_u64 vcc, s[2:3], v[2:3]6459// W64: encoding: [0x02,0x04,0xc4,0x7d]6460// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6461 6462v_cmp_eq_u64 vcc, s[4:5], v[2:3]6463// W64: encoding: [0x04,0x04,0xc4,0x7d]6464// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6465 6466v_cmp_eq_u64 vcc, s[100:101], v[2:3]6467// W64: encoding: [0x64,0x04,0xc4,0x7d]6468// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6469 6470v_cmp_eq_u64 vcc, vcc, v[2:3]6471// W64: encoding: [0x6a,0x04,0xc4,0x7d]6472// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6473 6474v_cmp_eq_u64 vcc, exec, v[2:3]6475// W64: encoding: [0x7e,0x04,0xc4,0x7d]6476// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6477 6478v_cmp_eq_u64 vcc, 0, v[2:3]6479// W64: encoding: [0x80,0x04,0xc4,0x7d]6480// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6481 6482v_cmp_eq_u64 vcc, -1, v[2:3]6483// W64: encoding: [0xc1,0x04,0xc4,0x7d]6484// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6485 6486v_cmp_eq_u64 vcc, 0.5, v[2:3]6487// W64: encoding: [0xf0,0x04,0xc4,0x7d]6488// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6489 6490v_cmp_eq_u64 vcc, -4.0, v[2:3]6491// W64: encoding: [0xf7,0x04,0xc4,0x7d]6492// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6493 6494v_cmp_eq_u64 vcc, 0xaf123456, v[2:3]6495// W64: encoding: [0xff,0x04,0xc4,0x7d,0x56,0x34,0x12,0xaf]6496// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6497 6498v_cmp_eq_u64 vcc, 0x3f717273, v[2:3]6499// W64: encoding: [0xff,0x04,0xc4,0x7d,0x73,0x72,0x71,0x3f]6500// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6501 6502v_cmp_eq_u64 vcc, v[1:2], v[254:255]6503// W64: encoding: [0x01,0xfd,0xc5,0x7d]6504// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6505 6506v_cmp_le_u64 vcc, v[1:2], v[2:3]6507// W64: encoding: [0x01,0x05,0xc6,0x7d]6508// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6509 6510v_cmp_le_u64 vcc, v[254:255], v[2:3]6511// W64: encoding: [0xfe,0x05,0xc6,0x7d]6512// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6513 6514v_cmp_le_u64 vcc, s[2:3], v[2:3]6515// W64: encoding: [0x02,0x04,0xc6,0x7d]6516// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6517 6518v_cmp_le_u64 vcc, s[4:5], v[2:3]6519// W64: encoding: [0x04,0x04,0xc6,0x7d]6520// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6521 6522v_cmp_le_u64 vcc, s[100:101], v[2:3]6523// W64: encoding: [0x64,0x04,0xc6,0x7d]6524// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6525 6526v_cmp_le_u64 vcc, vcc, v[2:3]6527// W64: encoding: [0x6a,0x04,0xc6,0x7d]6528// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6529 6530v_cmp_le_u64 vcc, exec, v[2:3]6531// W64: encoding: [0x7e,0x04,0xc6,0x7d]6532// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6533 6534v_cmp_le_u64 vcc, 0, v[2:3]6535// W64: encoding: [0x80,0x04,0xc6,0x7d]6536// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6537 6538v_cmp_le_u64 vcc, -1, v[2:3]6539// W64: encoding: [0xc1,0x04,0xc6,0x7d]6540// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6541 6542v_cmp_le_u64 vcc, 0.5, v[2:3]6543// W64: encoding: [0xf0,0x04,0xc6,0x7d]6544// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6545 6546v_cmp_le_u64 vcc, -4.0, v[2:3]6547// W64: encoding: [0xf7,0x04,0xc6,0x7d]6548// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6549 6550v_cmp_le_u64 vcc, 0xaf123456, v[2:3]6551// W64: encoding: [0xff,0x04,0xc6,0x7d,0x56,0x34,0x12,0xaf]6552// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6553 6554v_cmp_le_u64 vcc, 0x3f717273, v[2:3]6555// W64: encoding: [0xff,0x04,0xc6,0x7d,0x73,0x72,0x71,0x3f]6556// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6557 6558v_cmp_le_u64 vcc, v[1:2], v[254:255]6559// W64: encoding: [0x01,0xfd,0xc7,0x7d]6560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6561 6562v_cmp_gt_u64 vcc, v[1:2], v[2:3]6563// W64: encoding: [0x01,0x05,0xc8,0x7d]6564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6565 6566v_cmp_gt_u64 vcc, v[254:255], v[2:3]6567// W64: encoding: [0xfe,0x05,0xc8,0x7d]6568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6569 6570v_cmp_gt_u64 vcc, s[2:3], v[2:3]6571// W64: encoding: [0x02,0x04,0xc8,0x7d]6572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6573 6574v_cmp_gt_u64 vcc, s[4:5], v[2:3]6575// W64: encoding: [0x04,0x04,0xc8,0x7d]6576// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6577 6578v_cmp_gt_u64 vcc, s[100:101], v[2:3]6579// W64: encoding: [0x64,0x04,0xc8,0x7d]6580// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6581 6582v_cmp_gt_u64 vcc, vcc, v[2:3]6583// W64: encoding: [0x6a,0x04,0xc8,0x7d]6584// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6585 6586v_cmp_gt_u64 vcc, exec, v[2:3]6587// W64: encoding: [0x7e,0x04,0xc8,0x7d]6588// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6589 6590v_cmp_gt_u64 vcc, 0, v[2:3]6591// W64: encoding: [0x80,0x04,0xc8,0x7d]6592// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6593 6594v_cmp_gt_u64 vcc, -1, v[2:3]6595// W64: encoding: [0xc1,0x04,0xc8,0x7d]6596// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6597 6598v_cmp_gt_u64 vcc, 0.5, v[2:3]6599// W64: encoding: [0xf0,0x04,0xc8,0x7d]6600// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6601 6602v_cmp_gt_u64 vcc, -4.0, v[2:3]6603// W64: encoding: [0xf7,0x04,0xc8,0x7d]6604// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6605 6606v_cmp_gt_u64 vcc, 0xaf123456, v[2:3]6607// W64: encoding: [0xff,0x04,0xc8,0x7d,0x56,0x34,0x12,0xaf]6608// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6609 6610v_cmp_gt_u64 vcc, 0x3f717273, v[2:3]6611// W64: encoding: [0xff,0x04,0xc8,0x7d,0x73,0x72,0x71,0x3f]6612// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6613 6614v_cmp_gt_u64 vcc, v[1:2], v[254:255]6615// W64: encoding: [0x01,0xfd,0xc9,0x7d]6616// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6617 6618v_cmp_ne_u64 vcc, v[1:2], v[2:3]6619// W64: encoding: [0x01,0x05,0xca,0x7d]6620// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6621 6622v_cmp_ne_u64 vcc, v[254:255], v[2:3]6623// W64: encoding: [0xfe,0x05,0xca,0x7d]6624// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6625 6626v_cmp_ne_u64 vcc, s[2:3], v[2:3]6627// W64: encoding: [0x02,0x04,0xca,0x7d]6628// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6629 6630v_cmp_ne_u64 vcc, s[4:5], v[2:3]6631// W64: encoding: [0x04,0x04,0xca,0x7d]6632// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6633 6634v_cmp_ne_u64 vcc, s[100:101], v[2:3]6635// W64: encoding: [0x64,0x04,0xca,0x7d]6636// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6637 6638v_cmp_ne_u64 vcc, vcc, v[2:3]6639// W64: encoding: [0x6a,0x04,0xca,0x7d]6640// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6641 6642v_cmp_ne_u64 vcc, exec, v[2:3]6643// W64: encoding: [0x7e,0x04,0xca,0x7d]6644// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6645 6646v_cmp_ne_u64 vcc, 0, v[2:3]6647// W64: encoding: [0x80,0x04,0xca,0x7d]6648// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6649 6650v_cmp_ne_u64 vcc, -1, v[2:3]6651// W64: encoding: [0xc1,0x04,0xca,0x7d]6652// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6653 6654v_cmp_ne_u64 vcc, 0.5, v[2:3]6655// W64: encoding: [0xf0,0x04,0xca,0x7d]6656// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6657 6658v_cmp_ne_u64 vcc, -4.0, v[2:3]6659// W64: encoding: [0xf7,0x04,0xca,0x7d]6660// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6661 6662v_cmp_ne_u64 vcc, 0xaf123456, v[2:3]6663// W64: encoding: [0xff,0x04,0xca,0x7d,0x56,0x34,0x12,0xaf]6664// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6665 6666v_cmp_ne_u64 vcc, 0x3f717273, v[2:3]6667// W64: encoding: [0xff,0x04,0xca,0x7d,0x73,0x72,0x71,0x3f]6668// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6669 6670v_cmp_ne_u64 vcc, v[1:2], v[254:255]6671// W64: encoding: [0x01,0xfd,0xcb,0x7d]6672// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6673 6674v_cmp_ge_u64 vcc, v[1:2], v[2:3]6675// W64: encoding: [0x01,0x05,0xcc,0x7d]6676// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6677 6678v_cmp_ge_u64 vcc, v[254:255], v[2:3]6679// W64: encoding: [0xfe,0x05,0xcc,0x7d]6680// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6681 6682v_cmp_ge_u64 vcc, s[2:3], v[2:3]6683// W64: encoding: [0x02,0x04,0xcc,0x7d]6684// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6685 6686v_cmp_ge_u64 vcc, s[4:5], v[2:3]6687// W64: encoding: [0x04,0x04,0xcc,0x7d]6688// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6689 6690v_cmp_ge_u64 vcc, s[100:101], v[2:3]6691// W64: encoding: [0x64,0x04,0xcc,0x7d]6692// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6693 6694v_cmp_ge_u64 vcc, vcc, v[2:3]6695// W64: encoding: [0x6a,0x04,0xcc,0x7d]6696// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6697 6698v_cmp_ge_u64 vcc, exec, v[2:3]6699// W64: encoding: [0x7e,0x04,0xcc,0x7d]6700// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6701 6702v_cmp_ge_u64 vcc, 0, v[2:3]6703// W64: encoding: [0x80,0x04,0xcc,0x7d]6704// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6705 6706v_cmp_ge_u64 vcc, -1, v[2:3]6707// W64: encoding: [0xc1,0x04,0xcc,0x7d]6708// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6709 6710v_cmp_ge_u64 vcc, 0.5, v[2:3]6711// W64: encoding: [0xf0,0x04,0xcc,0x7d]6712// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6713 6714v_cmp_ge_u64 vcc, -4.0, v[2:3]6715// W64: encoding: [0xf7,0x04,0xcc,0x7d]6716// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6717 6718v_cmp_ge_u64 vcc, 0xaf123456, v[2:3]6719// W64: encoding: [0xff,0x04,0xcc,0x7d,0x56,0x34,0x12,0xaf]6720// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6721 6722v_cmp_ge_u64 vcc, 0x3f717273, v[2:3]6723// W64: encoding: [0xff,0x04,0xcc,0x7d,0x73,0x72,0x71,0x3f]6724// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6725 6726v_cmp_ge_u64 vcc, v[1:2], v[254:255]6727// W64: encoding: [0x01,0xfd,0xcd,0x7d]6728// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6729 6730v_cmp_t_u64 vcc, v[1:2], v[2:3]6731// W64: encoding: [0x01,0x05,0xce,0x7d]6732// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6733 6734v_cmp_t_u64 vcc, v[254:255], v[2:3]6735// W64: encoding: [0xfe,0x05,0xce,0x7d]6736// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6737 6738v_cmp_t_u64 vcc, s[2:3], v[2:3]6739// W64: encoding: [0x02,0x04,0xce,0x7d]6740// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6741 6742v_cmp_t_u64 vcc, s[4:5], v[2:3]6743// W64: encoding: [0x04,0x04,0xce,0x7d]6744// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6745 6746v_cmp_t_u64 vcc, s[100:101], v[2:3]6747// W64: encoding: [0x64,0x04,0xce,0x7d]6748// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6749 6750v_cmp_t_u64 vcc, vcc, v[2:3]6751// W64: encoding: [0x6a,0x04,0xce,0x7d]6752// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6753 6754v_cmp_t_u64 vcc, exec, v[2:3]6755// W64: encoding: [0x7e,0x04,0xce,0x7d]6756// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6757 6758v_cmp_t_u64 vcc, 0, v[2:3]6759// W64: encoding: [0x80,0x04,0xce,0x7d]6760// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6761 6762v_cmp_t_u64 vcc, -1, v[2:3]6763// W64: encoding: [0xc1,0x04,0xce,0x7d]6764// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6765 6766v_cmp_t_u64 vcc, 0.5, v[2:3]6767// W64: encoding: [0xf0,0x04,0xce,0x7d]6768// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6769 6770v_cmp_t_u64 vcc, -4.0, v[2:3]6771// W64: encoding: [0xf7,0x04,0xce,0x7d]6772// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6773 6774v_cmp_t_u64 vcc, 0xaf123456, v[2:3]6775// W64: encoding: [0xff,0x04,0xce,0x7d,0x56,0x34,0x12,0xaf]6776// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6777 6778v_cmp_t_u64 vcc, 0x3f717273, v[2:3]6779// W64: encoding: [0xff,0x04,0xce,0x7d,0x73,0x72,0x71,0x3f]6780// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6781 6782v_cmp_t_u64 vcc, v[1:2], v[254:255]6783// W64: encoding: [0x01,0xfd,0xcf,0x7d]6784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6785 6786v_cmp_f_i64 vcc_lo, v[1:2], v[2:3]6787// W32: encoding: [0x01,0x05,0x40,0x7d]6788// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6789 6790v_cmp_f_i64 vcc_lo, v[254:255], v[2:3]6791// W32: encoding: [0xfe,0x05,0x40,0x7d]6792// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6793 6794v_cmp_f_i64 vcc_lo, s[2:3], v[2:3]6795// W32: encoding: [0x02,0x04,0x40,0x7d]6796// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6797 6798v_cmp_f_i64 vcc_lo, s[4:5], v[2:3]6799// W32: encoding: [0x04,0x04,0x40,0x7d]6800// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6801 6802v_cmp_f_i64 vcc_lo, s[100:101], v[2:3]6803// W32: encoding: [0x64,0x04,0x40,0x7d]6804// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6805 6806v_cmp_f_i64 vcc_lo, vcc, v[2:3]6807// W32: encoding: [0x6a,0x04,0x40,0x7d]6808// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6809 6810v_cmp_f_i64 vcc_lo, exec, v[2:3]6811// W32: encoding: [0x7e,0x04,0x40,0x7d]6812// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6813 6814v_cmp_f_i64 vcc_lo, 0, v[2:3]6815// W32: encoding: [0x80,0x04,0x40,0x7d]6816// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6817 6818v_cmp_f_i64 vcc_lo, -1, v[2:3]6819// W32: encoding: [0xc1,0x04,0x40,0x7d]6820// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6821 6822v_cmp_f_i64 vcc_lo, 0.5, v[2:3]6823// W32: encoding: [0xf0,0x04,0x40,0x7d]6824// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6825 6826v_cmp_f_i64 vcc_lo, -4.0, v[2:3]6827// W32: encoding: [0xf7,0x04,0x40,0x7d]6828// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6829 6830v_cmp_f_i64 vcc_lo, 0xaf123456, v[2:3]6831// W32: encoding: [0xff,0x04,0x40,0x7d,0x56,0x34,0x12,0xaf]6832// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6833 6834v_cmp_f_i64 vcc_lo, 0x3f717273, v[2:3]6835// W32: encoding: [0xff,0x04,0x40,0x7d,0x73,0x72,0x71,0x3f]6836// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6837 6838v_cmp_f_i64 vcc_lo, v[1:2], v[254:255]6839// W32: encoding: [0x01,0xfd,0x41,0x7d]6840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6841 6842v_cmp_lt_i64 vcc_lo, v[1:2], v[2:3]6843// W32: encoding: [0x01,0x05,0x42,0x7d]6844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6845 6846v_cmp_lt_i64 vcc_lo, v[254:255], v[2:3]6847// W32: encoding: [0xfe,0x05,0x42,0x7d]6848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6849 6850v_cmp_lt_i64 vcc_lo, s[2:3], v[2:3]6851// W32: encoding: [0x02,0x04,0x42,0x7d]6852// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6853 6854v_cmp_lt_i64 vcc_lo, s[4:5], v[2:3]6855// W32: encoding: [0x04,0x04,0x42,0x7d]6856// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6857 6858v_cmp_lt_i64 vcc_lo, s[100:101], v[2:3]6859// W32: encoding: [0x64,0x04,0x42,0x7d]6860// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6861 6862v_cmp_lt_i64 vcc_lo, vcc, v[2:3]6863// W32: encoding: [0x6a,0x04,0x42,0x7d]6864// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6865 6866v_cmp_lt_i64 vcc_lo, exec, v[2:3]6867// W32: encoding: [0x7e,0x04,0x42,0x7d]6868// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6869 6870v_cmp_lt_i64 vcc_lo, 0, v[2:3]6871// W32: encoding: [0x80,0x04,0x42,0x7d]6872// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6873 6874v_cmp_lt_i64 vcc_lo, -1, v[2:3]6875// W32: encoding: [0xc1,0x04,0x42,0x7d]6876// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6877 6878v_cmp_lt_i64 vcc_lo, 0.5, v[2:3]6879// W32: encoding: [0xf0,0x04,0x42,0x7d]6880// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6881 6882v_cmp_lt_i64 vcc_lo, -4.0, v[2:3]6883// W32: encoding: [0xf7,0x04,0x42,0x7d]6884// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6885 6886v_cmp_lt_i64 vcc_lo, 0xaf123456, v[2:3]6887// W32: encoding: [0xff,0x04,0x42,0x7d,0x56,0x34,0x12,0xaf]6888// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6889 6890v_cmp_lt_i64 vcc_lo, 0x3f717273, v[2:3]6891// W32: encoding: [0xff,0x04,0x42,0x7d,0x73,0x72,0x71,0x3f]6892// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6893 6894v_cmp_lt_i64 vcc_lo, v[1:2], v[254:255]6895// W32: encoding: [0x01,0xfd,0x43,0x7d]6896// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6897 6898v_cmp_eq_i64 vcc_lo, v[1:2], v[2:3]6899// W32: encoding: [0x01,0x05,0x44,0x7d]6900// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6901 6902v_cmp_eq_i64 vcc_lo, v[254:255], v[2:3]6903// W32: encoding: [0xfe,0x05,0x44,0x7d]6904// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6905 6906v_cmp_eq_i64 vcc_lo, s[2:3], v[2:3]6907// W32: encoding: [0x02,0x04,0x44,0x7d]6908// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6909 6910v_cmp_eq_i64 vcc_lo, s[4:5], v[2:3]6911// W32: encoding: [0x04,0x04,0x44,0x7d]6912// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6913 6914v_cmp_eq_i64 vcc_lo, s[100:101], v[2:3]6915// W32: encoding: [0x64,0x04,0x44,0x7d]6916// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6917 6918v_cmp_eq_i64 vcc_lo, vcc, v[2:3]6919// W32: encoding: [0x6a,0x04,0x44,0x7d]6920// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6921 6922v_cmp_eq_i64 vcc_lo, exec, v[2:3]6923// W32: encoding: [0x7e,0x04,0x44,0x7d]6924// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6925 6926v_cmp_eq_i64 vcc_lo, 0, v[2:3]6927// W32: encoding: [0x80,0x04,0x44,0x7d]6928// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6929 6930v_cmp_eq_i64 vcc_lo, -1, v[2:3]6931// W32: encoding: [0xc1,0x04,0x44,0x7d]6932// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6933 6934v_cmp_eq_i64 vcc_lo, 0.5, v[2:3]6935// W32: encoding: [0xf0,0x04,0x44,0x7d]6936// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6937 6938v_cmp_eq_i64 vcc_lo, -4.0, v[2:3]6939// W32: encoding: [0xf7,0x04,0x44,0x7d]6940// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6941 6942v_cmp_eq_i64 vcc_lo, 0xaf123456, v[2:3]6943// W32: encoding: [0xff,0x04,0x44,0x7d,0x56,0x34,0x12,0xaf]6944// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6945 6946v_cmp_eq_i64 vcc_lo, 0x3f717273, v[2:3]6947// W32: encoding: [0xff,0x04,0x44,0x7d,0x73,0x72,0x71,0x3f]6948// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6949 6950v_cmp_eq_i64 vcc_lo, v[1:2], v[254:255]6951// W32: encoding: [0x01,0xfd,0x45,0x7d]6952// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6953 6954v_cmp_le_i64 vcc_lo, v[1:2], v[2:3]6955// W32: encoding: [0x01,0x05,0x46,0x7d]6956// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6957 6958v_cmp_le_i64 vcc_lo, v[254:255], v[2:3]6959// W32: encoding: [0xfe,0x05,0x46,0x7d]6960// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6961 6962v_cmp_le_i64 vcc_lo, s[2:3], v[2:3]6963// W32: encoding: [0x02,0x04,0x46,0x7d]6964// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6965 6966v_cmp_le_i64 vcc_lo, s[4:5], v[2:3]6967// W32: encoding: [0x04,0x04,0x46,0x7d]6968// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6969 6970v_cmp_le_i64 vcc_lo, s[100:101], v[2:3]6971// W32: encoding: [0x64,0x04,0x46,0x7d]6972// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6973 6974v_cmp_le_i64 vcc_lo, vcc, v[2:3]6975// W32: encoding: [0x6a,0x04,0x46,0x7d]6976// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6977 6978v_cmp_le_i64 vcc_lo, exec, v[2:3]6979// W32: encoding: [0x7e,0x04,0x46,0x7d]6980// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6981 6982v_cmp_le_i64 vcc_lo, 0, v[2:3]6983// W32: encoding: [0x80,0x04,0x46,0x7d]6984// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6985 6986v_cmp_le_i64 vcc_lo, -1, v[2:3]6987// W32: encoding: [0xc1,0x04,0x46,0x7d]6988// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6989 6990v_cmp_le_i64 vcc_lo, 0.5, v[2:3]6991// W32: encoding: [0xf0,0x04,0x46,0x7d]6992// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6993 6994v_cmp_le_i64 vcc_lo, -4.0, v[2:3]6995// W32: encoding: [0xf7,0x04,0x46,0x7d]6996// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6997 6998v_cmp_le_i64 vcc_lo, 0xaf123456, v[2:3]6999// W32: encoding: [0xff,0x04,0x46,0x7d,0x56,0x34,0x12,0xaf]7000// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7001 7002v_cmp_le_i64 vcc_lo, 0x3f717273, v[2:3]7003// W32: encoding: [0xff,0x04,0x46,0x7d,0x73,0x72,0x71,0x3f]7004// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7005 7006v_cmp_le_i64 vcc_lo, v[1:2], v[254:255]7007// W32: encoding: [0x01,0xfd,0x47,0x7d]7008// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7009 7010v_cmp_gt_i64 vcc_lo, v[1:2], v[2:3]7011// W32: encoding: [0x01,0x05,0x48,0x7d]7012// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7013 7014v_cmp_gt_i64 vcc_lo, v[254:255], v[2:3]7015// W32: encoding: [0xfe,0x05,0x48,0x7d]7016// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7017 7018v_cmp_gt_i64 vcc_lo, s[2:3], v[2:3]7019// W32: encoding: [0x02,0x04,0x48,0x7d]7020// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7021 7022v_cmp_gt_i64 vcc_lo, s[4:5], v[2:3]7023// W32: encoding: [0x04,0x04,0x48,0x7d]7024// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7025 7026v_cmp_gt_i64 vcc_lo, s[100:101], v[2:3]7027// W32: encoding: [0x64,0x04,0x48,0x7d]7028// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7029 7030v_cmp_gt_i64 vcc_lo, vcc, v[2:3]7031// W32: encoding: [0x6a,0x04,0x48,0x7d]7032// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7033 7034v_cmp_gt_i64 vcc_lo, exec, v[2:3]7035// W32: encoding: [0x7e,0x04,0x48,0x7d]7036// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7037 7038v_cmp_gt_i64 vcc_lo, 0, v[2:3]7039// W32: encoding: [0x80,0x04,0x48,0x7d]7040// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7041 7042v_cmp_gt_i64 vcc_lo, -1, v[2:3]7043// W32: encoding: [0xc1,0x04,0x48,0x7d]7044// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7045 7046v_cmp_gt_i64 vcc_lo, 0.5, v[2:3]7047// W32: encoding: [0xf0,0x04,0x48,0x7d]7048// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7049 7050v_cmp_gt_i64 vcc_lo, -4.0, v[2:3]7051// W32: encoding: [0xf7,0x04,0x48,0x7d]7052// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7053 7054v_cmp_gt_i64 vcc_lo, 0xaf123456, v[2:3]7055// W32: encoding: [0xff,0x04,0x48,0x7d,0x56,0x34,0x12,0xaf]7056// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7057 7058v_cmp_gt_i64 vcc_lo, 0x3f717273, v[2:3]7059// W32: encoding: [0xff,0x04,0x48,0x7d,0x73,0x72,0x71,0x3f]7060// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7061 7062v_cmp_gt_i64 vcc_lo, v[1:2], v[254:255]7063// W32: encoding: [0x01,0xfd,0x49,0x7d]7064// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7065 7066v_cmp_ne_i64 vcc_lo, v[1:2], v[2:3]7067// W32: encoding: [0x01,0x05,0x4a,0x7d]7068// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7069 7070v_cmp_ne_i64 vcc_lo, v[254:255], v[2:3]7071// W32: encoding: [0xfe,0x05,0x4a,0x7d]7072// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7073 7074v_cmp_ne_i64 vcc_lo, s[2:3], v[2:3]7075// W32: encoding: [0x02,0x04,0x4a,0x7d]7076// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7077 7078v_cmp_ne_i64 vcc_lo, s[4:5], v[2:3]7079// W32: encoding: [0x04,0x04,0x4a,0x7d]7080// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7081 7082v_cmp_ne_i64 vcc_lo, s[100:101], v[2:3]7083// W32: encoding: [0x64,0x04,0x4a,0x7d]7084// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7085 7086v_cmp_ne_i64 vcc_lo, vcc, v[2:3]7087// W32: encoding: [0x6a,0x04,0x4a,0x7d]7088// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7089 7090v_cmp_ne_i64 vcc_lo, exec, v[2:3]7091// W32: encoding: [0x7e,0x04,0x4a,0x7d]7092// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7093 7094v_cmp_ne_i64 vcc_lo, 0, v[2:3]7095// W32: encoding: [0x80,0x04,0x4a,0x7d]7096// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7097 7098v_cmp_ne_i64 vcc_lo, -1, v[2:3]7099// W32: encoding: [0xc1,0x04,0x4a,0x7d]7100// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7101 7102v_cmp_ne_i64 vcc_lo, 0.5, v[2:3]7103// W32: encoding: [0xf0,0x04,0x4a,0x7d]7104// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7105 7106v_cmp_ne_i64 vcc_lo, -4.0, v[2:3]7107// W32: encoding: [0xf7,0x04,0x4a,0x7d]7108// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7109 7110v_cmp_ne_i64 vcc_lo, 0xaf123456, v[2:3]7111// W32: encoding: [0xff,0x04,0x4a,0x7d,0x56,0x34,0x12,0xaf]7112// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7113 7114v_cmp_ne_i64 vcc_lo, 0x3f717273, v[2:3]7115// W32: encoding: [0xff,0x04,0x4a,0x7d,0x73,0x72,0x71,0x3f]7116// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7117 7118v_cmp_ne_i64 vcc_lo, v[1:2], v[254:255]7119// W32: encoding: [0x01,0xfd,0x4b,0x7d]7120// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7121 7122v_cmp_ge_i64 vcc_lo, v[1:2], v[2:3]7123// W32: encoding: [0x01,0x05,0x4c,0x7d]7124// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7125 7126v_cmp_ge_i64 vcc_lo, v[254:255], v[2:3]7127// W32: encoding: [0xfe,0x05,0x4c,0x7d]7128// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7129 7130v_cmp_ge_i64 vcc_lo, s[2:3], v[2:3]7131// W32: encoding: [0x02,0x04,0x4c,0x7d]7132// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7133 7134v_cmp_ge_i64 vcc_lo, s[4:5], v[2:3]7135// W32: encoding: [0x04,0x04,0x4c,0x7d]7136// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7137 7138v_cmp_ge_i64 vcc_lo, s[100:101], v[2:3]7139// W32: encoding: [0x64,0x04,0x4c,0x7d]7140// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7141 7142v_cmp_ge_i64 vcc_lo, vcc, v[2:3]7143// W32: encoding: [0x6a,0x04,0x4c,0x7d]7144// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7145 7146v_cmp_ge_i64 vcc_lo, exec, v[2:3]7147// W32: encoding: [0x7e,0x04,0x4c,0x7d]7148// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7149 7150v_cmp_ge_i64 vcc_lo, 0, v[2:3]7151// W32: encoding: [0x80,0x04,0x4c,0x7d]7152// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7153 7154v_cmp_ge_i64 vcc_lo, -1, v[2:3]7155// W32: encoding: [0xc1,0x04,0x4c,0x7d]7156// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7157 7158v_cmp_ge_i64 vcc_lo, 0.5, v[2:3]7159// W32: encoding: [0xf0,0x04,0x4c,0x7d]7160// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7161 7162v_cmp_ge_i64 vcc_lo, -4.0, v[2:3]7163// W32: encoding: [0xf7,0x04,0x4c,0x7d]7164// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7165 7166v_cmp_ge_i64 vcc_lo, 0xaf123456, v[2:3]7167// W32: encoding: [0xff,0x04,0x4c,0x7d,0x56,0x34,0x12,0xaf]7168// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7169 7170v_cmp_ge_i64 vcc_lo, 0x3f717273, v[2:3]7171// W32: encoding: [0xff,0x04,0x4c,0x7d,0x73,0x72,0x71,0x3f]7172// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7173 7174v_cmp_ge_i64 vcc_lo, v[1:2], v[254:255]7175// W32: encoding: [0x01,0xfd,0x4d,0x7d]7176// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7177 7178v_cmp_t_i64 vcc_lo, v[1:2], v[2:3]7179// W32: encoding: [0x01,0x05,0x4e,0x7d]7180// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7181 7182v_cmp_t_i64 vcc_lo, v[254:255], v[2:3]7183// W32: encoding: [0xfe,0x05,0x4e,0x7d]7184// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7185 7186v_cmp_t_i64 vcc_lo, s[2:3], v[2:3]7187// W32: encoding: [0x02,0x04,0x4e,0x7d]7188// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7189 7190v_cmp_t_i64 vcc_lo, s[4:5], v[2:3]7191// W32: encoding: [0x04,0x04,0x4e,0x7d]7192// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7193 7194v_cmp_t_i64 vcc_lo, s[100:101], v[2:3]7195// W32: encoding: [0x64,0x04,0x4e,0x7d]7196// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7197 7198v_cmp_t_i64 vcc_lo, vcc, v[2:3]7199// W32: encoding: [0x6a,0x04,0x4e,0x7d]7200// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7201 7202v_cmp_t_i64 vcc_lo, exec, v[2:3]7203// W32: encoding: [0x7e,0x04,0x4e,0x7d]7204// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7205 7206v_cmp_t_i64 vcc_lo, 0, v[2:3]7207// W32: encoding: [0x80,0x04,0x4e,0x7d]7208// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7209 7210v_cmp_t_i64 vcc_lo, -1, v[2:3]7211// W32: encoding: [0xc1,0x04,0x4e,0x7d]7212// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7213 7214v_cmp_t_i64 vcc_lo, 0.5, v[2:3]7215// W32: encoding: [0xf0,0x04,0x4e,0x7d]7216// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7217 7218v_cmp_t_i64 vcc_lo, -4.0, v[2:3]7219// W32: encoding: [0xf7,0x04,0x4e,0x7d]7220// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7221 7222v_cmp_t_i64 vcc_lo, 0xaf123456, v[2:3]7223// W32: encoding: [0xff,0x04,0x4e,0x7d,0x56,0x34,0x12,0xaf]7224// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7225 7226v_cmp_t_i64 vcc_lo, 0x3f717273, v[2:3]7227// W32: encoding: [0xff,0x04,0x4e,0x7d,0x73,0x72,0x71,0x3f]7228// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7229 7230v_cmp_t_i64 vcc_lo, v[1:2], v[254:255]7231// W32: encoding: [0x01,0xfd,0x4f,0x7d]7232// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7233 7234v_cmp_class_f64 vcc_lo, v[1:2], v27235// W32: encoding: [0x01,0x05,0x50,0x7d]7236// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7237 7238v_cmp_class_f64 vcc_lo, v[254:255], v27239// W32: encoding: [0xfe,0x05,0x50,0x7d]7240// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7241 7242v_cmp_class_f64 vcc_lo, s[2:3], v27243// W32: encoding: [0x02,0x04,0x50,0x7d]7244// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7245 7246v_cmp_class_f64 vcc_lo, s[4:5], v27247// W32: encoding: [0x04,0x04,0x50,0x7d]7248// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7249 7250v_cmp_class_f64 vcc_lo, s[100:101], v27251// W32: encoding: [0x64,0x04,0x50,0x7d]7252// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7253 7254v_cmp_class_f64 vcc_lo, vcc, v27255// W32: encoding: [0x6a,0x04,0x50,0x7d]7256// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7257 7258v_cmp_class_f64 vcc_lo, exec, v27259// W32: encoding: [0x7e,0x04,0x50,0x7d]7260// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7261 7262v_cmp_class_f64 vcc_lo, 0, v27263// W32: encoding: [0x80,0x04,0x50,0x7d]7264// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7265 7266v_cmp_class_f64 vcc_lo, -1, v27267// W32: encoding: [0xc1,0x04,0x50,0x7d]7268// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7269 7270v_cmp_class_f64 vcc_lo, 0.5, v27271// W32: encoding: [0xf0,0x04,0x50,0x7d]7272// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7273 7274v_cmp_class_f64 vcc_lo, -4.0, v27275// W32: encoding: [0xf7,0x04,0x50,0x7d]7276// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7277 7278v_cmp_class_f64 vcc_lo, 0xaf123456, v27279// W32: encoding: [0xff,0x04,0x50,0x7d,0x56,0x34,0x12,0xaf]7280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7281 7282v_cmp_class_f64 vcc_lo, 0x3f717273, v27283// W32: encoding: [0xff,0x04,0x50,0x7d,0x73,0x72,0x71,0x3f]7284// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7285 7286v_cmp_class_f64 vcc_lo, v[1:2], v2557287// W32: encoding: [0x01,0xff,0x51,0x7d]7288// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7289 7290v_cmp_f_u64 vcc_lo, v[1:2], v[2:3]7291// W32: encoding: [0x01,0x05,0xc0,0x7d]7292// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7293 7294v_cmp_f_u64 vcc_lo, v[254:255], v[2:3]7295// W32: encoding: [0xfe,0x05,0xc0,0x7d]7296// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7297 7298v_cmp_f_u64 vcc_lo, s[2:3], v[2:3]7299// W32: encoding: [0x02,0x04,0xc0,0x7d]7300// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7301 7302v_cmp_f_u64 vcc_lo, s[4:5], v[2:3]7303// W32: encoding: [0x04,0x04,0xc0,0x7d]7304// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7305 7306v_cmp_f_u64 vcc_lo, s[100:101], v[2:3]7307// W32: encoding: [0x64,0x04,0xc0,0x7d]7308// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7309 7310v_cmp_f_u64 vcc_lo, vcc, v[2:3]7311// W32: encoding: [0x6a,0x04,0xc0,0x7d]7312// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7313 7314v_cmp_f_u64 vcc_lo, exec, v[2:3]7315// W32: encoding: [0x7e,0x04,0xc0,0x7d]7316// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7317 7318v_cmp_f_u64 vcc_lo, 0, v[2:3]7319// W32: encoding: [0x80,0x04,0xc0,0x7d]7320// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7321 7322v_cmp_f_u64 vcc_lo, -1, v[2:3]7323// W32: encoding: [0xc1,0x04,0xc0,0x7d]7324// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7325 7326v_cmp_f_u64 vcc_lo, 0.5, v[2:3]7327// W32: encoding: [0xf0,0x04,0xc0,0x7d]7328// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7329 7330v_cmp_f_u64 vcc_lo, -4.0, v[2:3]7331// W32: encoding: [0xf7,0x04,0xc0,0x7d]7332// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7333 7334v_cmp_f_u64 vcc_lo, 0xaf123456, v[2:3]7335// W32: encoding: [0xff,0x04,0xc0,0x7d,0x56,0x34,0x12,0xaf]7336// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7337 7338v_cmp_f_u64 vcc_lo, 0x3f717273, v[2:3]7339// W32: encoding: [0xff,0x04,0xc0,0x7d,0x73,0x72,0x71,0x3f]7340// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7341 7342v_cmp_f_u64 vcc_lo, v[1:2], v[254:255]7343// W32: encoding: [0x01,0xfd,0xc1,0x7d]7344// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7345 7346v_cmp_lt_u64 vcc_lo, v[1:2], v[2:3]7347// W32: encoding: [0x01,0x05,0xc2,0x7d]7348// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7349 7350v_cmp_lt_u64 vcc_lo, v[254:255], v[2:3]7351// W32: encoding: [0xfe,0x05,0xc2,0x7d]7352// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7353 7354v_cmp_lt_u64 vcc_lo, s[2:3], v[2:3]7355// W32: encoding: [0x02,0x04,0xc2,0x7d]7356// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7357 7358v_cmp_lt_u64 vcc_lo, s[4:5], v[2:3]7359// W32: encoding: [0x04,0x04,0xc2,0x7d]7360// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7361 7362v_cmp_lt_u64 vcc_lo, s[100:101], v[2:3]7363// W32: encoding: [0x64,0x04,0xc2,0x7d]7364// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7365 7366v_cmp_lt_u64 vcc_lo, vcc, v[2:3]7367// W32: encoding: [0x6a,0x04,0xc2,0x7d]7368// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7369 7370v_cmp_lt_u64 vcc_lo, exec, v[2:3]7371// W32: encoding: [0x7e,0x04,0xc2,0x7d]7372// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7373 7374v_cmp_lt_u64 vcc_lo, 0, v[2:3]7375// W32: encoding: [0x80,0x04,0xc2,0x7d]7376// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7377 7378v_cmp_lt_u64 vcc_lo, -1, v[2:3]7379// W32: encoding: [0xc1,0x04,0xc2,0x7d]7380// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7381 7382v_cmp_lt_u64 vcc_lo, 0.5, v[2:3]7383// W32: encoding: [0xf0,0x04,0xc2,0x7d]7384// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7385 7386v_cmp_lt_u64 vcc_lo, -4.0, v[2:3]7387// W32: encoding: [0xf7,0x04,0xc2,0x7d]7388// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7389 7390v_cmp_lt_u64 vcc_lo, 0xaf123456, v[2:3]7391// W32: encoding: [0xff,0x04,0xc2,0x7d,0x56,0x34,0x12,0xaf]7392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7393 7394v_cmp_lt_u64 vcc_lo, 0x3f717273, v[2:3]7395// W32: encoding: [0xff,0x04,0xc2,0x7d,0x73,0x72,0x71,0x3f]7396// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7397 7398v_cmp_lt_u64 vcc_lo, v[1:2], v[254:255]7399// W32: encoding: [0x01,0xfd,0xc3,0x7d]7400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7401 7402v_cmp_eq_u64 vcc_lo, v[1:2], v[2:3]7403// W32: encoding: [0x01,0x05,0xc4,0x7d]7404// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7405 7406v_cmp_eq_u64 vcc_lo, v[254:255], v[2:3]7407// W32: encoding: [0xfe,0x05,0xc4,0x7d]7408// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7409 7410v_cmp_eq_u64 vcc_lo, s[2:3], v[2:3]7411// W32: encoding: [0x02,0x04,0xc4,0x7d]7412// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7413 7414v_cmp_eq_u64 vcc_lo, s[4:5], v[2:3]7415// W32: encoding: [0x04,0x04,0xc4,0x7d]7416// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7417 7418v_cmp_eq_u64 vcc_lo, s[100:101], v[2:3]7419// W32: encoding: [0x64,0x04,0xc4,0x7d]7420// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7421 7422v_cmp_eq_u64 vcc_lo, vcc, v[2:3]7423// W32: encoding: [0x6a,0x04,0xc4,0x7d]7424// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7425 7426v_cmp_eq_u64 vcc_lo, exec, v[2:3]7427// W32: encoding: [0x7e,0x04,0xc4,0x7d]7428// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7429 7430v_cmp_eq_u64 vcc_lo, 0, v[2:3]7431// W32: encoding: [0x80,0x04,0xc4,0x7d]7432// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7433 7434v_cmp_eq_u64 vcc_lo, -1, v[2:3]7435// W32: encoding: [0xc1,0x04,0xc4,0x7d]7436// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7437 7438v_cmp_eq_u64 vcc_lo, 0.5, v[2:3]7439// W32: encoding: [0xf0,0x04,0xc4,0x7d]7440// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7441 7442v_cmp_eq_u64 vcc_lo, -4.0, v[2:3]7443// W32: encoding: [0xf7,0x04,0xc4,0x7d]7444// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7445 7446v_cmp_eq_u64 vcc_lo, 0xaf123456, v[2:3]7447// W32: encoding: [0xff,0x04,0xc4,0x7d,0x56,0x34,0x12,0xaf]7448// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7449 7450v_cmp_eq_u64 vcc_lo, 0x3f717273, v[2:3]7451// W32: encoding: [0xff,0x04,0xc4,0x7d,0x73,0x72,0x71,0x3f]7452// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7453 7454v_cmp_eq_u64 vcc_lo, v[1:2], v[254:255]7455// W32: encoding: [0x01,0xfd,0xc5,0x7d]7456// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7457 7458v_cmp_le_u64 vcc_lo, v[1:2], v[2:3]7459// W32: encoding: [0x01,0x05,0xc6,0x7d]7460// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7461 7462v_cmp_le_u64 vcc_lo, v[254:255], v[2:3]7463// W32: encoding: [0xfe,0x05,0xc6,0x7d]7464// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7465 7466v_cmp_le_u64 vcc_lo, s[2:3], v[2:3]7467// W32: encoding: [0x02,0x04,0xc6,0x7d]7468// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7469 7470v_cmp_le_u64 vcc_lo, s[4:5], v[2:3]7471// W32: encoding: [0x04,0x04,0xc6,0x7d]7472// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7473 7474v_cmp_le_u64 vcc_lo, s[100:101], v[2:3]7475// W32: encoding: [0x64,0x04,0xc6,0x7d]7476// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7477 7478v_cmp_le_u64 vcc_lo, vcc, v[2:3]7479// W32: encoding: [0x6a,0x04,0xc6,0x7d]7480// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7481 7482v_cmp_le_u64 vcc_lo, exec, v[2:3]7483// W32: encoding: [0x7e,0x04,0xc6,0x7d]7484// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7485 7486v_cmp_le_u64 vcc_lo, 0, v[2:3]7487// W32: encoding: [0x80,0x04,0xc6,0x7d]7488// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7489 7490v_cmp_le_u64 vcc_lo, -1, v[2:3]7491// W32: encoding: [0xc1,0x04,0xc6,0x7d]7492// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7493 7494v_cmp_le_u64 vcc_lo, 0.5, v[2:3]7495// W32: encoding: [0xf0,0x04,0xc6,0x7d]7496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7497 7498v_cmp_le_u64 vcc_lo, -4.0, v[2:3]7499// W32: encoding: [0xf7,0x04,0xc6,0x7d]7500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7501 7502v_cmp_le_u64 vcc_lo, 0xaf123456, v[2:3]7503// W32: encoding: [0xff,0x04,0xc6,0x7d,0x56,0x34,0x12,0xaf]7504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7505 7506v_cmp_le_u64 vcc_lo, 0x3f717273, v[2:3]7507// W32: encoding: [0xff,0x04,0xc6,0x7d,0x73,0x72,0x71,0x3f]7508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7509 7510v_cmp_le_u64 vcc_lo, v[1:2], v[254:255]7511// W32: encoding: [0x01,0xfd,0xc7,0x7d]7512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7513 7514v_cmp_gt_u64 vcc_lo, v[1:2], v[2:3]7515// W32: encoding: [0x01,0x05,0xc8,0x7d]7516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7517 7518v_cmp_gt_u64 vcc_lo, v[254:255], v[2:3]7519// W32: encoding: [0xfe,0x05,0xc8,0x7d]7520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7521 7522v_cmp_gt_u64 vcc_lo, s[2:3], v[2:3]7523// W32: encoding: [0x02,0x04,0xc8,0x7d]7524// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7525 7526v_cmp_gt_u64 vcc_lo, s[4:5], v[2:3]7527// W32: encoding: [0x04,0x04,0xc8,0x7d]7528// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7529 7530v_cmp_gt_u64 vcc_lo, s[100:101], v[2:3]7531// W32: encoding: [0x64,0x04,0xc8,0x7d]7532// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7533 7534v_cmp_gt_u64 vcc_lo, vcc, v[2:3]7535// W32: encoding: [0x6a,0x04,0xc8,0x7d]7536// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7537 7538v_cmp_gt_u64 vcc_lo, exec, v[2:3]7539// W32: encoding: [0x7e,0x04,0xc8,0x7d]7540// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7541 7542v_cmp_gt_u64 vcc_lo, 0, v[2:3]7543// W32: encoding: [0x80,0x04,0xc8,0x7d]7544// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7545 7546v_cmp_gt_u64 vcc_lo, -1, v[2:3]7547// W32: encoding: [0xc1,0x04,0xc8,0x7d]7548// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7549 7550v_cmp_gt_u64 vcc_lo, 0.5, v[2:3]7551// W32: encoding: [0xf0,0x04,0xc8,0x7d]7552// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7553 7554v_cmp_gt_u64 vcc_lo, -4.0, v[2:3]7555// W32: encoding: [0xf7,0x04,0xc8,0x7d]7556// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7557 7558v_cmp_gt_u64 vcc_lo, 0xaf123456, v[2:3]7559// W32: encoding: [0xff,0x04,0xc8,0x7d,0x56,0x34,0x12,0xaf]7560// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7561 7562v_cmp_gt_u64 vcc_lo, 0x3f717273, v[2:3]7563// W32: encoding: [0xff,0x04,0xc8,0x7d,0x73,0x72,0x71,0x3f]7564// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7565 7566v_cmp_gt_u64 vcc_lo, v[1:2], v[254:255]7567// W32: encoding: [0x01,0xfd,0xc9,0x7d]7568// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7569 7570v_cmp_ne_u64 vcc_lo, v[1:2], v[2:3]7571// W32: encoding: [0x01,0x05,0xca,0x7d]7572// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7573 7574v_cmp_ne_u64 vcc_lo, v[254:255], v[2:3]7575// W32: encoding: [0xfe,0x05,0xca,0x7d]7576// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7577 7578v_cmp_ne_u64 vcc_lo, s[2:3], v[2:3]7579// W32: encoding: [0x02,0x04,0xca,0x7d]7580// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7581 7582v_cmp_ne_u64 vcc_lo, s[4:5], v[2:3]7583// W32: encoding: [0x04,0x04,0xca,0x7d]7584// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7585 7586v_cmp_ne_u64 vcc_lo, s[100:101], v[2:3]7587// W32: encoding: [0x64,0x04,0xca,0x7d]7588// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7589 7590v_cmp_ne_u64 vcc_lo, vcc, v[2:3]7591// W32: encoding: [0x6a,0x04,0xca,0x7d]7592// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7593 7594v_cmp_ne_u64 vcc_lo, exec, v[2:3]7595// W32: encoding: [0x7e,0x04,0xca,0x7d]7596// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7597 7598v_cmp_ne_u64 vcc_lo, 0, v[2:3]7599// W32: encoding: [0x80,0x04,0xca,0x7d]7600// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7601 7602v_cmp_ne_u64 vcc_lo, -1, v[2:3]7603// W32: encoding: [0xc1,0x04,0xca,0x7d]7604// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7605 7606v_cmp_ne_u64 vcc_lo, 0.5, v[2:3]7607// W32: encoding: [0xf0,0x04,0xca,0x7d]7608// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7609 7610v_cmp_ne_u64 vcc_lo, -4.0, v[2:3]7611// W32: encoding: [0xf7,0x04,0xca,0x7d]7612// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7613 7614v_cmp_ne_u64 vcc_lo, 0xaf123456, v[2:3]7615// W32: encoding: [0xff,0x04,0xca,0x7d,0x56,0x34,0x12,0xaf]7616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7617 7618v_cmp_ne_u64 vcc_lo, 0x3f717273, v[2:3]7619// W32: encoding: [0xff,0x04,0xca,0x7d,0x73,0x72,0x71,0x3f]7620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7621 7622v_cmp_ne_u64 vcc_lo, v[1:2], v[254:255]7623// W32: encoding: [0x01,0xfd,0xcb,0x7d]7624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7625 7626v_cmp_ge_u64 vcc_lo, v[1:2], v[2:3]7627// W32: encoding: [0x01,0x05,0xcc,0x7d]7628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7629 7630v_cmp_ge_u64 vcc_lo, v[254:255], v[2:3]7631// W32: encoding: [0xfe,0x05,0xcc,0x7d]7632// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7633 7634v_cmp_ge_u64 vcc_lo, s[2:3], v[2:3]7635// W32: encoding: [0x02,0x04,0xcc,0x7d]7636// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7637 7638v_cmp_ge_u64 vcc_lo, s[4:5], v[2:3]7639// W32: encoding: [0x04,0x04,0xcc,0x7d]7640// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7641 7642v_cmp_ge_u64 vcc_lo, s[100:101], v[2:3]7643// W32: encoding: [0x64,0x04,0xcc,0x7d]7644// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7645 7646v_cmp_ge_u64 vcc_lo, vcc, v[2:3]7647// W32: encoding: [0x6a,0x04,0xcc,0x7d]7648// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7649 7650v_cmp_ge_u64 vcc_lo, exec, v[2:3]7651// W32: encoding: [0x7e,0x04,0xcc,0x7d]7652// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7653 7654v_cmp_ge_u64 vcc_lo, 0, v[2:3]7655// W32: encoding: [0x80,0x04,0xcc,0x7d]7656// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7657 7658v_cmp_ge_u64 vcc_lo, -1, v[2:3]7659// W32: encoding: [0xc1,0x04,0xcc,0x7d]7660// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7661 7662v_cmp_ge_u64 vcc_lo, 0.5, v[2:3]7663// W32: encoding: [0xf0,0x04,0xcc,0x7d]7664// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7665 7666v_cmp_ge_u64 vcc_lo, -4.0, v[2:3]7667// W32: encoding: [0xf7,0x04,0xcc,0x7d]7668// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7669 7670v_cmp_ge_u64 vcc_lo, 0xaf123456, v[2:3]7671// W32: encoding: [0xff,0x04,0xcc,0x7d,0x56,0x34,0x12,0xaf]7672// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7673 7674v_cmp_ge_u64 vcc_lo, 0x3f717273, v[2:3]7675// W32: encoding: [0xff,0x04,0xcc,0x7d,0x73,0x72,0x71,0x3f]7676// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7677 7678v_cmp_ge_u64 vcc_lo, v[1:2], v[254:255]7679// W32: encoding: [0x01,0xfd,0xcd,0x7d]7680// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7681 7682v_cmp_t_u64 vcc_lo, v[1:2], v[2:3]7683// W32: encoding: [0x01,0x05,0xce,0x7d]7684// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7685 7686v_cmp_t_u64 vcc_lo, v[254:255], v[2:3]7687// W32: encoding: [0xfe,0x05,0xce,0x7d]7688// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7689 7690v_cmp_t_u64 vcc_lo, s[2:3], v[2:3]7691// W32: encoding: [0x02,0x04,0xce,0x7d]7692// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7693 7694v_cmp_t_u64 vcc_lo, s[4:5], v[2:3]7695// W32: encoding: [0x04,0x04,0xce,0x7d]7696// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7697 7698v_cmp_t_u64 vcc_lo, s[100:101], v[2:3]7699// W32: encoding: [0x64,0x04,0xce,0x7d]7700// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7701 7702v_cmp_t_u64 vcc_lo, vcc, v[2:3]7703// W32: encoding: [0x6a,0x04,0xce,0x7d]7704// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7705 7706v_cmp_t_u64 vcc_lo, exec, v[2:3]7707// W32: encoding: [0x7e,0x04,0xce,0x7d]7708// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7709 7710v_cmp_t_u64 vcc_lo, 0, v[2:3]7711// W32: encoding: [0x80,0x04,0xce,0x7d]7712// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7713 7714v_cmp_t_u64 vcc_lo, -1, v[2:3]7715// W32: encoding: [0xc1,0x04,0xce,0x7d]7716// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7717 7718v_cmp_t_u64 vcc_lo, 0.5, v[2:3]7719// W32: encoding: [0xf0,0x04,0xce,0x7d]7720// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7721 7722v_cmp_t_u64 vcc_lo, -4.0, v[2:3]7723// W32: encoding: [0xf7,0x04,0xce,0x7d]7724// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7725 7726v_cmp_t_u64 vcc_lo, 0xaf123456, v[2:3]7727// W32: encoding: [0xff,0x04,0xce,0x7d,0x56,0x34,0x12,0xaf]7728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7729 7730v_cmp_t_u64 vcc_lo, 0x3f717273, v[2:3]7731// W32: encoding: [0xff,0x04,0xce,0x7d,0x73,0x72,0x71,0x3f]7732// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7733 7734v_cmp_t_u64 vcc_lo, v[1:2], v[254:255]7735// W32: encoding: [0x01,0xfd,0xcf,0x7d]7736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7737 7738v_cmp_lt_u16 vcc, v1, v27739// W64: encoding: [0x01,0x05,0x52,0x7d]7740// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7741 7742v_cmp_lt_u16 vcc, v255, v27743// W64: encoding: [0xff,0x05,0x52,0x7d]7744// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7745 7746v_cmp_lt_u16 vcc, s1, v27747// W64: encoding: [0x01,0x04,0x52,0x7d]7748// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7749 7750v_cmp_lt_u16 vcc, s101, v27751// W64: encoding: [0x65,0x04,0x52,0x7d]7752// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7753 7754v_cmp_lt_u16 vcc, vcc_lo, v27755// W64: encoding: [0x6a,0x04,0x52,0x7d]7756// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7757 7758v_cmp_lt_u16 vcc, vcc_hi, v27759// W64: encoding: [0x6b,0x04,0x52,0x7d]7760// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7761 7762v_cmp_lt_u16 vcc, m0, v27763// W64: encoding: [0x7c,0x04,0x52,0x7d]7764// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7765 7766v_cmp_lt_u16 vcc, exec_lo, v27767// W64: encoding: [0x7e,0x04,0x52,0x7d]7768// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7769 7770v_cmp_lt_u16 vcc, exec_hi, v27771// W64: encoding: [0x7f,0x04,0x52,0x7d]7772// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7773 7774v_cmp_lt_u16 vcc, 0, v27775// W64: encoding: [0x80,0x04,0x52,0x7d]7776// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7777 7778v_cmp_lt_u16 vcc, -1, v27779// W64: encoding: [0xc1,0x04,0x52,0x7d]7780// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7781 7782v_cmp_lt_u16 vcc, 0.5, v27783// W64: encoding: [0xf0,0x04,0x52,0x7d]7784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7785 7786v_cmp_lt_u16 vcc, -4.0, v27787// W64: encoding: [0xf7,0x04,0x52,0x7d]7788// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7789 7790v_cmp_lt_u16 vcc, 0xfe0b, v27791// W64: encoding: [0xff,0x04,0x52,0x7d,0x0b,0xfe,0x00,0x00]7792// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7793 7794v_cmp_lt_u16 vcc, 0x3456, v27795// W64: encoding: [0xff,0x04,0x52,0x7d,0x56,0x34,0x00,0x00]7796// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7797 7798v_cmp_lt_u16 vcc, v1, v2557799// W64: encoding: [0x01,0xff,0x53,0x7d]7800// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7801 7802v_cmp_eq_u16 vcc, v1, v27803// W64: encoding: [0x01,0x05,0x54,0x7d]7804// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7805 7806v_cmp_eq_u16 vcc, v255, v27807// W64: encoding: [0xff,0x05,0x54,0x7d]7808// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7809 7810v_cmp_eq_u16 vcc, s1, v27811// W64: encoding: [0x01,0x04,0x54,0x7d]7812// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7813 7814v_cmp_eq_u16 vcc, s101, v27815// W64: encoding: [0x65,0x04,0x54,0x7d]7816// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7817 7818v_cmp_eq_u16 vcc, vcc_lo, v27819// W64: encoding: [0x6a,0x04,0x54,0x7d]7820// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7821 7822v_cmp_eq_u16 vcc, vcc_hi, v27823// W64: encoding: [0x6b,0x04,0x54,0x7d]7824// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7825 7826v_cmp_eq_u16 vcc, m0, v27827// W64: encoding: [0x7c,0x04,0x54,0x7d]7828// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7829 7830v_cmp_eq_u16 vcc, exec_lo, v27831// W64: encoding: [0x7e,0x04,0x54,0x7d]7832// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7833 7834v_cmp_eq_u16 vcc, exec_hi, v27835// W64: encoding: [0x7f,0x04,0x54,0x7d]7836// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7837 7838v_cmp_eq_u16 vcc, 0, v27839// W64: encoding: [0x80,0x04,0x54,0x7d]7840// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7841 7842v_cmp_eq_u16 vcc, -1, v27843// W64: encoding: [0xc1,0x04,0x54,0x7d]7844// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7845 7846v_cmp_eq_u16 vcc, 0.5, v27847// W64: encoding: [0xf0,0x04,0x54,0x7d]7848// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7849 7850v_cmp_eq_u16 vcc, -4.0, v27851// W64: encoding: [0xf7,0x04,0x54,0x7d]7852// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7853 7854v_cmp_eq_u16 vcc, 0xfe0b, v27855// W64: encoding: [0xff,0x04,0x54,0x7d,0x0b,0xfe,0x00,0x00]7856// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7857 7858v_cmp_eq_u16 vcc, 0x3456, v27859// W64: encoding: [0xff,0x04,0x54,0x7d,0x56,0x34,0x00,0x00]7860// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7861 7862v_cmp_eq_u16 vcc, v1, v2557863// W64: encoding: [0x01,0xff,0x55,0x7d]7864// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7865 7866v_cmp_le_u16 vcc, v1, v27867// W64: encoding: [0x01,0x05,0x56,0x7d]7868// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7869 7870v_cmp_le_u16 vcc, v255, v27871// W64: encoding: [0xff,0x05,0x56,0x7d]7872// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7873 7874v_cmp_le_u16 vcc, s1, v27875// W64: encoding: [0x01,0x04,0x56,0x7d]7876// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7877 7878v_cmp_le_u16 vcc, s101, v27879// W64: encoding: [0x65,0x04,0x56,0x7d]7880// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7881 7882v_cmp_le_u16 vcc, vcc_lo, v27883// W64: encoding: [0x6a,0x04,0x56,0x7d]7884// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7885 7886v_cmp_le_u16 vcc, vcc_hi, v27887// W64: encoding: [0x6b,0x04,0x56,0x7d]7888// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7889 7890v_cmp_le_u16 vcc, m0, v27891// W64: encoding: [0x7c,0x04,0x56,0x7d]7892// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7893 7894v_cmp_le_u16 vcc, exec_lo, v27895// W64: encoding: [0x7e,0x04,0x56,0x7d]7896// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7897 7898v_cmp_le_u16 vcc, exec_hi, v27899// W64: encoding: [0x7f,0x04,0x56,0x7d]7900// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7901 7902v_cmp_le_u16 vcc, 0, v27903// W64: encoding: [0x80,0x04,0x56,0x7d]7904// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7905 7906v_cmp_le_u16 vcc, -1, v27907// W64: encoding: [0xc1,0x04,0x56,0x7d]7908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7909 7910v_cmp_le_u16 vcc, 0.5, v27911// W64: encoding: [0xf0,0x04,0x56,0x7d]7912// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7913 7914v_cmp_le_u16 vcc, -4.0, v27915// W64: encoding: [0xf7,0x04,0x56,0x7d]7916// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7917 7918v_cmp_le_u16 vcc, 0xfe0b, v27919// W64: encoding: [0xff,0x04,0x56,0x7d,0x0b,0xfe,0x00,0x00]7920// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7921 7922v_cmp_le_u16 vcc, 0x3456, v27923// W64: encoding: [0xff,0x04,0x56,0x7d,0x56,0x34,0x00,0x00]7924// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7925 7926v_cmp_le_u16 vcc, v1, v2557927// W64: encoding: [0x01,0xff,0x57,0x7d]7928// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7929 7930v_cmp_gt_u16 vcc, v1, v27931// W64: encoding: [0x01,0x05,0x58,0x7d]7932// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7933 7934v_cmp_gt_u16 vcc, v255, v27935// W64: encoding: [0xff,0x05,0x58,0x7d]7936// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7937 7938v_cmp_gt_u16 vcc, s1, v27939// W64: encoding: [0x01,0x04,0x58,0x7d]7940// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7941 7942v_cmp_gt_u16 vcc, s101, v27943// W64: encoding: [0x65,0x04,0x58,0x7d]7944// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7945 7946v_cmp_gt_u16 vcc, vcc_lo, v27947// W64: encoding: [0x6a,0x04,0x58,0x7d]7948// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7949 7950v_cmp_gt_u16 vcc, vcc_hi, v27951// W64: encoding: [0x6b,0x04,0x58,0x7d]7952// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7953 7954v_cmp_gt_u16 vcc, m0, v27955// W64: encoding: [0x7c,0x04,0x58,0x7d]7956// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7957 7958v_cmp_gt_u16 vcc, exec_lo, v27959// W64: encoding: [0x7e,0x04,0x58,0x7d]7960// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7961 7962v_cmp_gt_u16 vcc, exec_hi, v27963// W64: encoding: [0x7f,0x04,0x58,0x7d]7964// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7965 7966v_cmp_gt_u16 vcc, 0, v27967// W64: encoding: [0x80,0x04,0x58,0x7d]7968// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7969 7970v_cmp_gt_u16 vcc, -1, v27971// W64: encoding: [0xc1,0x04,0x58,0x7d]7972// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7973 7974v_cmp_gt_u16 vcc, 0.5, v27975// W64: encoding: [0xf0,0x04,0x58,0x7d]7976// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7977 7978v_cmp_gt_u16 vcc, -4.0, v27979// W64: encoding: [0xf7,0x04,0x58,0x7d]7980// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7981 7982v_cmp_gt_u16 vcc, 0xfe0b, v27983// W64: encoding: [0xff,0x04,0x58,0x7d,0x0b,0xfe,0x00,0x00]7984// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7985 7986v_cmp_gt_u16 vcc, 0x3456, v27987// W64: encoding: [0xff,0x04,0x58,0x7d,0x56,0x34,0x00,0x00]7988// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7989 7990v_cmp_gt_u16 vcc, v1, v2557991// W64: encoding: [0x01,0xff,0x59,0x7d]7992// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7993 7994v_cmp_ne_u16 vcc, v1, v27995// W64: encoding: [0x01,0x05,0x5a,0x7d]7996// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7997 7998v_cmp_ne_u16 vcc, v255, v27999// W64: encoding: [0xff,0x05,0x5a,0x7d]8000// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8001 8002v_cmp_ne_u16 vcc, s1, v28003// W64: encoding: [0x01,0x04,0x5a,0x7d]8004// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8005 8006v_cmp_ne_u16 vcc, s101, v28007// W64: encoding: [0x65,0x04,0x5a,0x7d]8008// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8009 8010v_cmp_ne_u16 vcc, vcc_lo, v28011// W64: encoding: [0x6a,0x04,0x5a,0x7d]8012// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8013 8014v_cmp_ne_u16 vcc, vcc_hi, v28015// W64: encoding: [0x6b,0x04,0x5a,0x7d]8016// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8017 8018v_cmp_ne_u16 vcc, m0, v28019// W64: encoding: [0x7c,0x04,0x5a,0x7d]8020// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8021 8022v_cmp_ne_u16 vcc, exec_lo, v28023// W64: encoding: [0x7e,0x04,0x5a,0x7d]8024// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8025 8026v_cmp_ne_u16 vcc, exec_hi, v28027// W64: encoding: [0x7f,0x04,0x5a,0x7d]8028// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8029 8030v_cmp_ne_u16 vcc, 0, v28031// W64: encoding: [0x80,0x04,0x5a,0x7d]8032// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8033 8034v_cmp_ne_u16 vcc, -1, v28035// W64: encoding: [0xc1,0x04,0x5a,0x7d]8036// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8037 8038v_cmp_ne_u16 vcc, 0.5, v28039// W64: encoding: [0xf0,0x04,0x5a,0x7d]8040// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8041 8042v_cmp_ne_u16 vcc, -4.0, v28043// W64: encoding: [0xf7,0x04,0x5a,0x7d]8044// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8045 8046v_cmp_ne_u16 vcc, 0xfe0b, v28047// W64: encoding: [0xff,0x04,0x5a,0x7d,0x0b,0xfe,0x00,0x00]8048// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8049 8050v_cmp_ne_u16 vcc, 0x3456, v28051// W64: encoding: [0xff,0x04,0x5a,0x7d,0x56,0x34,0x00,0x00]8052// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8053 8054v_cmp_ne_u16 vcc, v1, v2558055// W64: encoding: [0x01,0xff,0x5b,0x7d]8056// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8057 8058v_cmp_ge_u16 vcc, v1, v28059// W64: encoding: [0x01,0x05,0x5c,0x7d]8060// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8061 8062v_cmp_ge_u16 vcc, v255, v28063// W64: encoding: [0xff,0x05,0x5c,0x7d]8064// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8065 8066v_cmp_ge_u16 vcc, s1, v28067// W64: encoding: [0x01,0x04,0x5c,0x7d]8068// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8069 8070v_cmp_ge_u16 vcc, s101, v28071// W64: encoding: [0x65,0x04,0x5c,0x7d]8072// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8073 8074v_cmp_ge_u16 vcc, vcc_lo, v28075// W64: encoding: [0x6a,0x04,0x5c,0x7d]8076// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8077 8078v_cmp_ge_u16 vcc, vcc_hi, v28079// W64: encoding: [0x6b,0x04,0x5c,0x7d]8080// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8081 8082v_cmp_ge_u16 vcc, m0, v28083// W64: encoding: [0x7c,0x04,0x5c,0x7d]8084// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8085 8086v_cmp_ge_u16 vcc, exec_lo, v28087// W64: encoding: [0x7e,0x04,0x5c,0x7d]8088// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8089 8090v_cmp_ge_u16 vcc, exec_hi, v28091// W64: encoding: [0x7f,0x04,0x5c,0x7d]8092// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8093 8094v_cmp_ge_u16 vcc, 0, v28095// W64: encoding: [0x80,0x04,0x5c,0x7d]8096// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8097 8098v_cmp_ge_u16 vcc, -1, v28099// W64: encoding: [0xc1,0x04,0x5c,0x7d]8100// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8101 8102v_cmp_ge_u16 vcc, 0.5, v28103// W64: encoding: [0xf0,0x04,0x5c,0x7d]8104// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8105 8106v_cmp_ge_u16 vcc, -4.0, v28107// W64: encoding: [0xf7,0x04,0x5c,0x7d]8108// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8109 8110v_cmp_ge_u16 vcc, 0xfe0b, v28111// W64: encoding: [0xff,0x04,0x5c,0x7d,0x0b,0xfe,0x00,0x00]8112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8113 8114v_cmp_ge_u16 vcc, 0x3456, v28115// W64: encoding: [0xff,0x04,0x5c,0x7d,0x56,0x34,0x00,0x00]8116// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8117 8118v_cmp_ge_u16 vcc, v1, v2558119// W64: encoding: [0x01,0xff,0x5d,0x7d]8120// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8121 8122v_cmp_f_u32 vcc, v1, v28123// W64: encoding: [0x01,0x05,0x80,0x7d]8124// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8125 8126v_cmp_f_u32 vcc, v255, v28127// W64: encoding: [0xff,0x05,0x80,0x7d]8128// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8129 8130v_cmp_f_u32 vcc, s1, v28131// W64: encoding: [0x01,0x04,0x80,0x7d]8132// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8133 8134v_cmp_f_u32 vcc, s101, v28135// W64: encoding: [0x65,0x04,0x80,0x7d]8136// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8137 8138v_cmp_f_u32 vcc, vcc_lo, v28139// W64: encoding: [0x6a,0x04,0x80,0x7d]8140// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8141 8142v_cmp_f_u32 vcc, vcc_hi, v28143// W64: encoding: [0x6b,0x04,0x80,0x7d]8144// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8145 8146v_cmp_f_u32 vcc, m0, v28147// W64: encoding: [0x7c,0x04,0x80,0x7d]8148// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8149 8150v_cmp_f_u32 vcc, exec_lo, v28151// W64: encoding: [0x7e,0x04,0x80,0x7d]8152// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8153 8154v_cmp_f_u32 vcc, exec_hi, v28155// W64: encoding: [0x7f,0x04,0x80,0x7d]8156// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8157 8158v_cmp_f_u32 vcc, 0, v28159// W64: encoding: [0x80,0x04,0x80,0x7d]8160// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8161 8162v_cmp_f_u32 vcc, -1, v28163// W64: encoding: [0xc1,0x04,0x80,0x7d]8164// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8165 8166v_cmp_f_u32 vcc, 0.5, v28167// W64: encoding: [0xf0,0x04,0x80,0x7d]8168// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8169 8170v_cmp_f_u32 vcc, -4.0, v28171// W64: encoding: [0xf7,0x04,0x80,0x7d]8172// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8173 8174v_cmp_f_u32 vcc, 0xaf123456, v28175// W64: encoding: [0xff,0x04,0x80,0x7d,0x56,0x34,0x12,0xaf]8176// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8177 8178v_cmp_f_u32 vcc, 0x3f717273, v28179// W64: encoding: [0xff,0x04,0x80,0x7d,0x73,0x72,0x71,0x3f]8180// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8181 8182v_cmp_f_u32 vcc, v1, v2558183// W64: encoding: [0x01,0xff,0x81,0x7d]8184// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8185 8186v_cmp_lt_u32 vcc, v1, v28187// W64: encoding: [0x01,0x05,0x82,0x7d]8188// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8189 8190v_cmp_lt_u32 vcc, v255, v28191// W64: encoding: [0xff,0x05,0x82,0x7d]8192// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8193 8194v_cmp_lt_u32 vcc, s1, v28195// W64: encoding: [0x01,0x04,0x82,0x7d]8196// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8197 8198v_cmp_lt_u32 vcc, s101, v28199// W64: encoding: [0x65,0x04,0x82,0x7d]8200// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8201 8202v_cmp_lt_u32 vcc, vcc_lo, v28203// W64: encoding: [0x6a,0x04,0x82,0x7d]8204// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8205 8206v_cmp_lt_u32 vcc, vcc_hi, v28207// W64: encoding: [0x6b,0x04,0x82,0x7d]8208// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8209 8210v_cmp_lt_u32 vcc, m0, v28211// W64: encoding: [0x7c,0x04,0x82,0x7d]8212// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8213 8214v_cmp_lt_u32 vcc, exec_lo, v28215// W64: encoding: [0x7e,0x04,0x82,0x7d]8216// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8217 8218v_cmp_lt_u32 vcc, exec_hi, v28219// W64: encoding: [0x7f,0x04,0x82,0x7d]8220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8221 8222v_cmp_lt_u32 vcc, 0, v28223// W64: encoding: [0x80,0x04,0x82,0x7d]8224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8225 8226v_cmp_lt_u32 vcc, -1, v28227// W64: encoding: [0xc1,0x04,0x82,0x7d]8228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8229 8230v_cmp_lt_u32 vcc, 0.5, v28231// W64: encoding: [0xf0,0x04,0x82,0x7d]8232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8233 8234v_cmp_lt_u32 vcc, -4.0, v28235// W64: encoding: [0xf7,0x04,0x82,0x7d]8236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8237 8238v_cmp_lt_u32 vcc, 0xaf123456, v28239// W64: encoding: [0xff,0x04,0x82,0x7d,0x56,0x34,0x12,0xaf]8240// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8241 8242v_cmp_lt_u32 vcc, 0x3f717273, v28243// W64: encoding: [0xff,0x04,0x82,0x7d,0x73,0x72,0x71,0x3f]8244// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8245 8246v_cmp_lt_u32 vcc, v1, v2558247// W64: encoding: [0x01,0xff,0x83,0x7d]8248// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8249 8250v_cmp_eq_u32 vcc, v1, v28251// W64: encoding: [0x01,0x05,0x84,0x7d]8252// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8253 8254v_cmp_eq_u32 vcc, v255, v28255// W64: encoding: [0xff,0x05,0x84,0x7d]8256// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8257 8258v_cmp_eq_u32 vcc, s1, v28259// W64: encoding: [0x01,0x04,0x84,0x7d]8260// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8261 8262v_cmp_eq_u32 vcc, s101, v28263// W64: encoding: [0x65,0x04,0x84,0x7d]8264// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8265 8266v_cmp_eq_u32 vcc, vcc_lo, v28267// W64: encoding: [0x6a,0x04,0x84,0x7d]8268// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8269 8270v_cmp_eq_u32 vcc, vcc_hi, v28271// W64: encoding: [0x6b,0x04,0x84,0x7d]8272// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8273 8274v_cmp_eq_u32 vcc, m0, v28275// W64: encoding: [0x7c,0x04,0x84,0x7d]8276// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8277 8278v_cmp_eq_u32 vcc, exec_lo, v28279// W64: encoding: [0x7e,0x04,0x84,0x7d]8280// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8281 8282v_cmp_eq_u32 vcc, exec_hi, v28283// W64: encoding: [0x7f,0x04,0x84,0x7d]8284// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8285 8286v_cmp_eq_u32 vcc, 0, v28287// W64: encoding: [0x80,0x04,0x84,0x7d]8288// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8289 8290v_cmp_eq_u32 vcc, -1, v28291// W64: encoding: [0xc1,0x04,0x84,0x7d]8292// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8293 8294v_cmp_eq_u32 vcc, 0.5, v28295// W64: encoding: [0xf0,0x04,0x84,0x7d]8296// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8297 8298v_cmp_eq_u32 vcc, -4.0, v28299// W64: encoding: [0xf7,0x04,0x84,0x7d]8300// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8301 8302v_cmp_eq_u32 vcc, 0xaf123456, v28303// W64: encoding: [0xff,0x04,0x84,0x7d,0x56,0x34,0x12,0xaf]8304// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8305 8306v_cmp_eq_u32 vcc, 0x3f717273, v28307// W64: encoding: [0xff,0x04,0x84,0x7d,0x73,0x72,0x71,0x3f]8308// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8309 8310v_cmp_eq_u32 vcc, v1, v2558311// W64: encoding: [0x01,0xff,0x85,0x7d]8312// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8313 8314v_cmp_le_u32 vcc, v1, v28315// W64: encoding: [0x01,0x05,0x86,0x7d]8316// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8317 8318v_cmp_le_u32 vcc, v255, v28319// W64: encoding: [0xff,0x05,0x86,0x7d]8320// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8321 8322v_cmp_le_u32 vcc, s1, v28323// W64: encoding: [0x01,0x04,0x86,0x7d]8324// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8325 8326v_cmp_le_u32 vcc, s101, v28327// W64: encoding: [0x65,0x04,0x86,0x7d]8328// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8329 8330v_cmp_le_u32 vcc, vcc_lo, v28331// W64: encoding: [0x6a,0x04,0x86,0x7d]8332// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8333 8334v_cmp_le_u32 vcc, vcc_hi, v28335// W64: encoding: [0x6b,0x04,0x86,0x7d]8336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8337 8338v_cmp_le_u32 vcc, m0, v28339// W64: encoding: [0x7c,0x04,0x86,0x7d]8340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8341 8342v_cmp_le_u32 vcc, exec_lo, v28343// W64: encoding: [0x7e,0x04,0x86,0x7d]8344// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8345 8346v_cmp_le_u32 vcc, exec_hi, v28347// W64: encoding: [0x7f,0x04,0x86,0x7d]8348// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8349 8350v_cmp_le_u32 vcc, 0, v28351// W64: encoding: [0x80,0x04,0x86,0x7d]8352// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8353 8354v_cmp_le_u32 vcc, -1, v28355// W64: encoding: [0xc1,0x04,0x86,0x7d]8356// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8357 8358v_cmp_le_u32 vcc, 0.5, v28359// W64: encoding: [0xf0,0x04,0x86,0x7d]8360// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8361 8362v_cmp_le_u32 vcc, -4.0, v28363// W64: encoding: [0xf7,0x04,0x86,0x7d]8364// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8365 8366v_cmp_le_u32 vcc, 0xaf123456, v28367// W64: encoding: [0xff,0x04,0x86,0x7d,0x56,0x34,0x12,0xaf]8368// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8369 8370v_cmp_le_u32 vcc, 0x3f717273, v28371// W64: encoding: [0xff,0x04,0x86,0x7d,0x73,0x72,0x71,0x3f]8372// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8373 8374v_cmp_le_u32 vcc, v1, v2558375// W64: encoding: [0x01,0xff,0x87,0x7d]8376// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8377 8378v_cmp_gt_u32 vcc, v1, v28379// W64: encoding: [0x01,0x05,0x88,0x7d]8380// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8381 8382v_cmp_gt_u32 vcc, v255, v28383// W64: encoding: [0xff,0x05,0x88,0x7d]8384// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8385 8386v_cmp_gt_u32 vcc, s1, v28387// W64: encoding: [0x01,0x04,0x88,0x7d]8388// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8389 8390v_cmp_gt_u32 vcc, s101, v28391// W64: encoding: [0x65,0x04,0x88,0x7d]8392// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8393 8394v_cmp_gt_u32 vcc, vcc_lo, v28395// W64: encoding: [0x6a,0x04,0x88,0x7d]8396// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8397 8398v_cmp_gt_u32 vcc, vcc_hi, v28399// W64: encoding: [0x6b,0x04,0x88,0x7d]8400// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8401 8402v_cmp_gt_u32 vcc, m0, v28403// W64: encoding: [0x7c,0x04,0x88,0x7d]8404// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8405 8406v_cmp_gt_u32 vcc, exec_lo, v28407// W64: encoding: [0x7e,0x04,0x88,0x7d]8408// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8409 8410v_cmp_gt_u32 vcc, exec_hi, v28411// W64: encoding: [0x7f,0x04,0x88,0x7d]8412// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8413 8414v_cmp_gt_u32 vcc, 0, v28415// W64: encoding: [0x80,0x04,0x88,0x7d]8416// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8417 8418v_cmp_gt_u32 vcc, -1, v28419// W64: encoding: [0xc1,0x04,0x88,0x7d]8420// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8421 8422v_cmp_gt_u32 vcc, 0.5, v28423// W64: encoding: [0xf0,0x04,0x88,0x7d]8424// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8425 8426v_cmp_gt_u32 vcc, -4.0, v28427// W64: encoding: [0xf7,0x04,0x88,0x7d]8428// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8429 8430v_cmp_gt_u32 vcc, 0xaf123456, v28431// W64: encoding: [0xff,0x04,0x88,0x7d,0x56,0x34,0x12,0xaf]8432// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8433 8434v_cmp_gt_u32 vcc, 0x3f717273, v28435// W64: encoding: [0xff,0x04,0x88,0x7d,0x73,0x72,0x71,0x3f]8436// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8437 8438v_cmp_gt_u32 vcc, v1, v2558439// W64: encoding: [0x01,0xff,0x89,0x7d]8440// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8441 8442v_cmp_ne_u32 vcc, v1, v28443// W64: encoding: [0x01,0x05,0x8a,0x7d]8444// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8445 8446v_cmp_ne_u32 vcc, v255, v28447// W64: encoding: [0xff,0x05,0x8a,0x7d]8448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8449 8450v_cmp_ne_u32 vcc, s1, v28451// W64: encoding: [0x01,0x04,0x8a,0x7d]8452// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8453 8454v_cmp_ne_u32 vcc, s101, v28455// W64: encoding: [0x65,0x04,0x8a,0x7d]8456// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8457 8458v_cmp_ne_u32 vcc, vcc_lo, v28459// W64: encoding: [0x6a,0x04,0x8a,0x7d]8460// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8461 8462v_cmp_ne_u32 vcc, vcc_hi, v28463// W64: encoding: [0x6b,0x04,0x8a,0x7d]8464// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8465 8466v_cmp_ne_u32 vcc, m0, v28467// W64: encoding: [0x7c,0x04,0x8a,0x7d]8468// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8469 8470v_cmp_ne_u32 vcc, exec_lo, v28471// W64: encoding: [0x7e,0x04,0x8a,0x7d]8472// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8473 8474v_cmp_ne_u32 vcc, exec_hi, v28475// W64: encoding: [0x7f,0x04,0x8a,0x7d]8476// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8477 8478v_cmp_ne_u32 vcc, 0, v28479// W64: encoding: [0x80,0x04,0x8a,0x7d]8480// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8481 8482v_cmp_ne_u32 vcc, -1, v28483// W64: encoding: [0xc1,0x04,0x8a,0x7d]8484// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8485 8486v_cmp_ne_u32 vcc, 0.5, v28487// W64: encoding: [0xf0,0x04,0x8a,0x7d]8488// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8489 8490v_cmp_ne_u32 vcc, -4.0, v28491// W64: encoding: [0xf7,0x04,0x8a,0x7d]8492// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8493 8494v_cmp_ne_u32 vcc, 0xaf123456, v28495// W64: encoding: [0xff,0x04,0x8a,0x7d,0x56,0x34,0x12,0xaf]8496// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8497 8498v_cmp_ne_u32 vcc, 0x3f717273, v28499// W64: encoding: [0xff,0x04,0x8a,0x7d,0x73,0x72,0x71,0x3f]8500// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8501 8502v_cmp_ne_u32 vcc, v1, v2558503// W64: encoding: [0x01,0xff,0x8b,0x7d]8504// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8505 8506v_cmp_ge_u32 vcc, v1, v28507// W64: encoding: [0x01,0x05,0x8c,0x7d]8508// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8509 8510v_cmp_ge_u32 vcc, v255, v28511// W64: encoding: [0xff,0x05,0x8c,0x7d]8512// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8513 8514v_cmp_ge_u32 vcc, s1, v28515// W64: encoding: [0x01,0x04,0x8c,0x7d]8516// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8517 8518v_cmp_ge_u32 vcc, s101, v28519// W64: encoding: [0x65,0x04,0x8c,0x7d]8520// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8521 8522v_cmp_ge_u32 vcc, vcc_lo, v28523// W64: encoding: [0x6a,0x04,0x8c,0x7d]8524// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8525 8526v_cmp_ge_u32 vcc, vcc_hi, v28527// W64: encoding: [0x6b,0x04,0x8c,0x7d]8528// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8529 8530v_cmp_ge_u32 vcc, m0, v28531// W64: encoding: [0x7c,0x04,0x8c,0x7d]8532// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8533 8534v_cmp_ge_u32 vcc, exec_lo, v28535// W64: encoding: [0x7e,0x04,0x8c,0x7d]8536// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8537 8538v_cmp_ge_u32 vcc, exec_hi, v28539// W64: encoding: [0x7f,0x04,0x8c,0x7d]8540// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8541 8542v_cmp_ge_u32 vcc, 0, v28543// W64: encoding: [0x80,0x04,0x8c,0x7d]8544// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8545 8546v_cmp_ge_u32 vcc, -1, v28547// W64: encoding: [0xc1,0x04,0x8c,0x7d]8548// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8549 8550v_cmp_ge_u32 vcc, 0.5, v28551// W64: encoding: [0xf0,0x04,0x8c,0x7d]8552// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8553 8554v_cmp_ge_u32 vcc, -4.0, v28555// W64: encoding: [0xf7,0x04,0x8c,0x7d]8556// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8557 8558v_cmp_ge_u32 vcc, 0xaf123456, v28559// W64: encoding: [0xff,0x04,0x8c,0x7d,0x56,0x34,0x12,0xaf]8560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8561 8562v_cmp_ge_u32 vcc, 0x3f717273, v28563// W64: encoding: [0xff,0x04,0x8c,0x7d,0x73,0x72,0x71,0x3f]8564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8565 8566v_cmp_ge_u32 vcc, v1, v2558567// W64: encoding: [0x01,0xff,0x8d,0x7d]8568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8569 8570v_cmp_t_u32 vcc, v1, v28571// W64: encoding: [0x01,0x05,0x8e,0x7d]8572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8573 8574v_cmp_t_u32 vcc, v255, v28575// W64: encoding: [0xff,0x05,0x8e,0x7d]8576// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8577 8578v_cmp_t_u32 vcc, s1, v28579// W64: encoding: [0x01,0x04,0x8e,0x7d]8580// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8581 8582v_cmp_t_u32 vcc, s101, v28583// W64: encoding: [0x65,0x04,0x8e,0x7d]8584// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8585 8586v_cmp_t_u32 vcc, vcc_lo, v28587// W64: encoding: [0x6a,0x04,0x8e,0x7d]8588// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8589 8590v_cmp_t_u32 vcc, vcc_hi, v28591// W64: encoding: [0x6b,0x04,0x8e,0x7d]8592// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8593 8594v_cmp_t_u32 vcc, m0, v28595// W64: encoding: [0x7c,0x04,0x8e,0x7d]8596// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8597 8598v_cmp_t_u32 vcc, exec_lo, v28599// W64: encoding: [0x7e,0x04,0x8e,0x7d]8600// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8601 8602v_cmp_t_u32 vcc, exec_hi, v28603// W64: encoding: [0x7f,0x04,0x8e,0x7d]8604// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8605 8606v_cmp_t_u32 vcc, 0, v28607// W64: encoding: [0x80,0x04,0x8e,0x7d]8608// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8609 8610v_cmp_t_u32 vcc, -1, v28611// W64: encoding: [0xc1,0x04,0x8e,0x7d]8612// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8613 8614v_cmp_t_u32 vcc, 0.5, v28615// W64: encoding: [0xf0,0x04,0x8e,0x7d]8616// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8617 8618v_cmp_t_u32 vcc, -4.0, v28619// W64: encoding: [0xf7,0x04,0x8e,0x7d]8620// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8621 8622v_cmp_t_u32 vcc, 0xaf123456, v28623// W64: encoding: [0xff,0x04,0x8e,0x7d,0x56,0x34,0x12,0xaf]8624// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8625 8626v_cmp_t_u32 vcc, 0x3f717273, v28627// W64: encoding: [0xff,0x04,0x8e,0x7d,0x73,0x72,0x71,0x3f]8628// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8629 8630v_cmp_t_u32 vcc, v1, v2558631// W64: encoding: [0x01,0xff,0x8f,0x7d]8632// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8633 8634v_cmp_f_f16 vcc, v1, v28635// W64: encoding: [0x01,0x05,0x90,0x7d]8636// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8637 8638v_cmp_f_f16 vcc, v255, v28639// W64: encoding: [0xff,0x05,0x90,0x7d]8640// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8641 8642v_cmp_f_f16 vcc, s1, v28643// W64: encoding: [0x01,0x04,0x90,0x7d]8644// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8645 8646v_cmp_f_f16 vcc, s101, v28647// W64: encoding: [0x65,0x04,0x90,0x7d]8648// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8649 8650v_cmp_f_f16 vcc, vcc_lo, v28651// W64: encoding: [0x6a,0x04,0x90,0x7d]8652// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8653 8654v_cmp_f_f16 vcc, vcc_hi, v28655// W64: encoding: [0x6b,0x04,0x90,0x7d]8656// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8657 8658v_cmp_f_f16 vcc, m0, v28659// W64: encoding: [0x7c,0x04,0x90,0x7d]8660// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8661 8662v_cmp_f_f16 vcc, exec_lo, v28663// W64: encoding: [0x7e,0x04,0x90,0x7d]8664// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8665 8666v_cmp_f_f16 vcc, exec_hi, v28667// W64: encoding: [0x7f,0x04,0x90,0x7d]8668// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8669 8670v_cmp_f_f16 vcc, 0, v28671// W64: encoding: [0x80,0x04,0x90,0x7d]8672// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8673 8674v_cmp_f_f16 vcc, -1, v28675// W64: encoding: [0xc1,0x04,0x90,0x7d]8676// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8677 8678v_cmp_f_f16 vcc, 0.5, v28679// W64: encoding: [0xf0,0x04,0x90,0x7d]8680// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8681 8682v_cmp_f_f16 vcc, -4.0, v28683// W64: encoding: [0xf7,0x04,0x90,0x7d]8684// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8685 8686v_cmp_f_f16 vcc, 0xfe0b, v28687// W64: encoding: [0xff,0x04,0x90,0x7d,0x0b,0xfe,0x00,0x00]8688// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8689 8690v_cmp_f_f16 vcc, 0x3456, v28691// W64: encoding: [0xff,0x04,0x90,0x7d,0x56,0x34,0x00,0x00]8692// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8693 8694v_cmp_f_f16 vcc, v1, v2558695// W64: encoding: [0x01,0xff,0x91,0x7d]8696// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8697 8698v_cmp_lt_f16 vcc, v1, v28699// W64: encoding: [0x01,0x05,0x92,0x7d]8700// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8701 8702v_cmp_lt_f16 vcc, v255, v28703// W64: encoding: [0xff,0x05,0x92,0x7d]8704// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8705 8706v_cmp_lt_f16 vcc, s1, v28707// W64: encoding: [0x01,0x04,0x92,0x7d]8708// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8709 8710v_cmp_lt_f16 vcc, s101, v28711// W64: encoding: [0x65,0x04,0x92,0x7d]8712// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8713 8714v_cmp_lt_f16 vcc, vcc_lo, v28715// W64: encoding: [0x6a,0x04,0x92,0x7d]8716// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8717 8718v_cmp_lt_f16 vcc, vcc_hi, v28719// W64: encoding: [0x6b,0x04,0x92,0x7d]8720// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8721 8722v_cmp_lt_f16 vcc, m0, v28723// W64: encoding: [0x7c,0x04,0x92,0x7d]8724// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8725 8726v_cmp_lt_f16 vcc, exec_lo, v28727// W64: encoding: [0x7e,0x04,0x92,0x7d]8728// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8729 8730v_cmp_lt_f16 vcc, exec_hi, v28731// W64: encoding: [0x7f,0x04,0x92,0x7d]8732// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8733 8734v_cmp_lt_f16 vcc, 0, v28735// W64: encoding: [0x80,0x04,0x92,0x7d]8736// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8737 8738v_cmp_lt_f16 vcc, -1, v28739// W64: encoding: [0xc1,0x04,0x92,0x7d]8740// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8741 8742v_cmp_lt_f16 vcc, 0.5, v28743// W64: encoding: [0xf0,0x04,0x92,0x7d]8744// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8745 8746v_cmp_lt_f16 vcc, -4.0, v28747// W64: encoding: [0xf7,0x04,0x92,0x7d]8748// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8749 8750v_cmp_lt_f16 vcc, 0xfe0b, v28751// W64: encoding: [0xff,0x04,0x92,0x7d,0x0b,0xfe,0x00,0x00]8752// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8753 8754v_cmp_lt_f16 vcc, 0x3456, v28755// W64: encoding: [0xff,0x04,0x92,0x7d,0x56,0x34,0x00,0x00]8756// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8757 8758v_cmp_lt_f16 vcc, v1, v2558759// W64: encoding: [0x01,0xff,0x93,0x7d]8760// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8761 8762v_cmp_eq_f16 vcc, v1, v28763// W64: encoding: [0x01,0x05,0x94,0x7d]8764// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8765 8766v_cmp_eq_f16 vcc, v255, v28767// W64: encoding: [0xff,0x05,0x94,0x7d]8768// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8769 8770v_cmp_eq_f16 vcc, s1, v28771// W64: encoding: [0x01,0x04,0x94,0x7d]8772// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8773 8774v_cmp_eq_f16 vcc, s101, v28775// W64: encoding: [0x65,0x04,0x94,0x7d]8776// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8777 8778v_cmp_eq_f16 vcc, vcc_lo, v28779// W64: encoding: [0x6a,0x04,0x94,0x7d]8780// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8781 8782v_cmp_eq_f16 vcc, vcc_hi, v28783// W64: encoding: [0x6b,0x04,0x94,0x7d]8784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8785 8786v_cmp_eq_f16 vcc, m0, v28787// W64: encoding: [0x7c,0x04,0x94,0x7d]8788// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8789 8790v_cmp_eq_f16 vcc, exec_lo, v28791// W64: encoding: [0x7e,0x04,0x94,0x7d]8792// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8793 8794v_cmp_eq_f16 vcc, exec_hi, v28795// W64: encoding: [0x7f,0x04,0x94,0x7d]8796// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8797 8798v_cmp_eq_f16 vcc, 0, v28799// W64: encoding: [0x80,0x04,0x94,0x7d]8800// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8801 8802v_cmp_eq_f16 vcc, -1, v28803// W64: encoding: [0xc1,0x04,0x94,0x7d]8804// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8805 8806v_cmp_eq_f16 vcc, 0.5, v28807// W64: encoding: [0xf0,0x04,0x94,0x7d]8808// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8809 8810v_cmp_eq_f16 vcc, -4.0, v28811// W64: encoding: [0xf7,0x04,0x94,0x7d]8812// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8813 8814v_cmp_eq_f16 vcc, 0xfe0b, v28815// W64: encoding: [0xff,0x04,0x94,0x7d,0x0b,0xfe,0x00,0x00]8816// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8817 8818v_cmp_eq_f16 vcc, 0x3456, v28819// W64: encoding: [0xff,0x04,0x94,0x7d,0x56,0x34,0x00,0x00]8820// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8821 8822v_cmp_eq_f16 vcc, v1, v2558823// W64: encoding: [0x01,0xff,0x95,0x7d]8824// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8825 8826v_cmp_le_f16 vcc, v1, v28827// W64: encoding: [0x01,0x05,0x96,0x7d]8828// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8829 8830v_cmp_le_f16 vcc, v255, v28831// W64: encoding: [0xff,0x05,0x96,0x7d]8832// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8833 8834v_cmp_le_f16 vcc, s1, v28835// W64: encoding: [0x01,0x04,0x96,0x7d]8836// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8837 8838v_cmp_le_f16 vcc, s101, v28839// W64: encoding: [0x65,0x04,0x96,0x7d]8840// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8841 8842v_cmp_le_f16 vcc, vcc_lo, v28843// W64: encoding: [0x6a,0x04,0x96,0x7d]8844// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8845 8846v_cmp_le_f16 vcc, vcc_hi, v28847// W64: encoding: [0x6b,0x04,0x96,0x7d]8848// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8849 8850v_cmp_le_f16 vcc, m0, v28851// W64: encoding: [0x7c,0x04,0x96,0x7d]8852// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8853 8854v_cmp_le_f16 vcc, exec_lo, v28855// W64: encoding: [0x7e,0x04,0x96,0x7d]8856// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8857 8858v_cmp_le_f16 vcc, exec_hi, v28859// W64: encoding: [0x7f,0x04,0x96,0x7d]8860// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8861 8862v_cmp_le_f16 vcc, 0, v28863// W64: encoding: [0x80,0x04,0x96,0x7d]8864// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8865 8866v_cmp_le_f16 vcc, -1, v28867// W64: encoding: [0xc1,0x04,0x96,0x7d]8868// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8869 8870v_cmp_le_f16 vcc, 0.5, v28871// W64: encoding: [0xf0,0x04,0x96,0x7d]8872// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8873 8874v_cmp_le_f16 vcc, -4.0, v28875// W64: encoding: [0xf7,0x04,0x96,0x7d]8876// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8877 8878v_cmp_le_f16 vcc, 0xfe0b, v28879// W64: encoding: [0xff,0x04,0x96,0x7d,0x0b,0xfe,0x00,0x00]8880// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8881 8882v_cmp_le_f16 vcc, 0x3456, v28883// W64: encoding: [0xff,0x04,0x96,0x7d,0x56,0x34,0x00,0x00]8884// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8885 8886v_cmp_le_f16 vcc, v1, v2558887// W64: encoding: [0x01,0xff,0x97,0x7d]8888// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8889 8890v_cmp_gt_f16 vcc, v1, v28891// W64: encoding: [0x01,0x05,0x98,0x7d]8892// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8893 8894v_cmp_gt_f16 vcc, v255, v28895// W64: encoding: [0xff,0x05,0x98,0x7d]8896// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8897 8898v_cmp_gt_f16 vcc, s1, v28899// W64: encoding: [0x01,0x04,0x98,0x7d]8900// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8901 8902v_cmp_gt_f16 vcc, s101, v28903// W64: encoding: [0x65,0x04,0x98,0x7d]8904// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8905 8906v_cmp_gt_f16 vcc, vcc_lo, v28907// W64: encoding: [0x6a,0x04,0x98,0x7d]8908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8909 8910v_cmp_gt_f16 vcc, vcc_hi, v28911// W64: encoding: [0x6b,0x04,0x98,0x7d]8912// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8913 8914v_cmp_gt_f16 vcc, m0, v28915// W64: encoding: [0x7c,0x04,0x98,0x7d]8916// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8917 8918v_cmp_gt_f16 vcc, exec_lo, v28919// W64: encoding: [0x7e,0x04,0x98,0x7d]8920// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8921 8922v_cmp_gt_f16 vcc, exec_hi, v28923// W64: encoding: [0x7f,0x04,0x98,0x7d]8924// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8925 8926v_cmp_gt_f16 vcc, 0, v28927// W64: encoding: [0x80,0x04,0x98,0x7d]8928// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8929 8930v_cmp_gt_f16 vcc, -1, v28931// W64: encoding: [0xc1,0x04,0x98,0x7d]8932// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8933 8934v_cmp_gt_f16 vcc, 0.5, v28935// W64: encoding: [0xf0,0x04,0x98,0x7d]8936// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8937 8938v_cmp_gt_f16 vcc, -4.0, v28939// W64: encoding: [0xf7,0x04,0x98,0x7d]8940// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8941 8942v_cmp_gt_f16 vcc, 0xfe0b, v28943// W64: encoding: [0xff,0x04,0x98,0x7d,0x0b,0xfe,0x00,0x00]8944// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8945 8946v_cmp_gt_f16 vcc, 0x3456, v28947// W64: encoding: [0xff,0x04,0x98,0x7d,0x56,0x34,0x00,0x00]8948// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8949 8950v_cmp_gt_f16 vcc, v1, v2558951// W64: encoding: [0x01,0xff,0x99,0x7d]8952// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8953 8954v_cmp_lg_f16 vcc, v1, v28955// W64: encoding: [0x01,0x05,0x9a,0x7d]8956// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8957 8958v_cmp_lg_f16 vcc, v255, v28959// W64: encoding: [0xff,0x05,0x9a,0x7d]8960// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8961 8962v_cmp_lg_f16 vcc, s1, v28963// W64: encoding: [0x01,0x04,0x9a,0x7d]8964// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8965 8966v_cmp_lg_f16 vcc, s101, v28967// W64: encoding: [0x65,0x04,0x9a,0x7d]8968// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8969 8970v_cmp_lg_f16 vcc, vcc_lo, v28971// W64: encoding: [0x6a,0x04,0x9a,0x7d]8972// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8973 8974v_cmp_lg_f16 vcc, vcc_hi, v28975// W64: encoding: [0x6b,0x04,0x9a,0x7d]8976// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8977 8978v_cmp_lg_f16 vcc, m0, v28979// W64: encoding: [0x7c,0x04,0x9a,0x7d]8980// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8981 8982v_cmp_lg_f16 vcc, exec_lo, v28983// W64: encoding: [0x7e,0x04,0x9a,0x7d]8984// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8985 8986v_cmp_lg_f16 vcc, exec_hi, v28987// W64: encoding: [0x7f,0x04,0x9a,0x7d]8988// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8989 8990v_cmp_lg_f16 vcc, 0, v28991// W64: encoding: [0x80,0x04,0x9a,0x7d]8992// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8993 8994v_cmp_lg_f16 vcc, -1, v28995// W64: encoding: [0xc1,0x04,0x9a,0x7d]8996// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8997 8998v_cmp_lg_f16 vcc, 0.5, v28999// W64: encoding: [0xf0,0x04,0x9a,0x7d]9000// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9001 9002v_cmp_lg_f16 vcc, -4.0, v29003// W64: encoding: [0xf7,0x04,0x9a,0x7d]9004// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9005 9006v_cmp_lg_f16 vcc, 0xfe0b, v29007// W64: encoding: [0xff,0x04,0x9a,0x7d,0x0b,0xfe,0x00,0x00]9008// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9009 9010v_cmp_lg_f16 vcc, 0x3456, v29011// W64: encoding: [0xff,0x04,0x9a,0x7d,0x56,0x34,0x00,0x00]9012// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9013 9014v_cmp_lg_f16 vcc, v1, v2559015// W64: encoding: [0x01,0xff,0x9b,0x7d]9016// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9017 9018v_cmp_ge_f16 vcc, v1, v29019// W64: encoding: [0x01,0x05,0x9c,0x7d]9020// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9021 9022v_cmp_ge_f16 vcc, v255, v29023// W64: encoding: [0xff,0x05,0x9c,0x7d]9024// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9025 9026v_cmp_ge_f16 vcc, s1, v29027// W64: encoding: [0x01,0x04,0x9c,0x7d]9028// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9029 9030v_cmp_ge_f16 vcc, s101, v29031// W64: encoding: [0x65,0x04,0x9c,0x7d]9032// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9033 9034v_cmp_ge_f16 vcc, vcc_lo, v29035// W64: encoding: [0x6a,0x04,0x9c,0x7d]9036// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9037 9038v_cmp_ge_f16 vcc, vcc_hi, v29039// W64: encoding: [0x6b,0x04,0x9c,0x7d]9040// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9041 9042v_cmp_ge_f16 vcc, m0, v29043// W64: encoding: [0x7c,0x04,0x9c,0x7d]9044// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9045 9046v_cmp_ge_f16 vcc, exec_lo, v29047// W64: encoding: [0x7e,0x04,0x9c,0x7d]9048// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9049 9050v_cmp_ge_f16 vcc, exec_hi, v29051// W64: encoding: [0x7f,0x04,0x9c,0x7d]9052// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9053 9054v_cmp_ge_f16 vcc, 0, v29055// W64: encoding: [0x80,0x04,0x9c,0x7d]9056// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9057 9058v_cmp_ge_f16 vcc, -1, v29059// W64: encoding: [0xc1,0x04,0x9c,0x7d]9060// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9061 9062v_cmp_ge_f16 vcc, 0.5, v29063// W64: encoding: [0xf0,0x04,0x9c,0x7d]9064// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9065 9066v_cmp_ge_f16 vcc, -4.0, v29067// W64: encoding: [0xf7,0x04,0x9c,0x7d]9068// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9069 9070v_cmp_ge_f16 vcc, 0xfe0b, v29071// W64: encoding: [0xff,0x04,0x9c,0x7d,0x0b,0xfe,0x00,0x00]9072// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9073 9074v_cmp_ge_f16 vcc, 0x3456, v29075// W64: encoding: [0xff,0x04,0x9c,0x7d,0x56,0x34,0x00,0x00]9076// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9077 9078v_cmp_ge_f16 vcc, v1, v2559079// W64: encoding: [0x01,0xff,0x9d,0x7d]9080// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9081 9082v_cmp_o_f16 vcc, v1, v29083// W64: encoding: [0x01,0x05,0x9e,0x7d]9084// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9085 9086v_cmp_o_f16 vcc, v255, v29087// W64: encoding: [0xff,0x05,0x9e,0x7d]9088// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9089 9090v_cmp_o_f16 vcc, s1, v29091// W64: encoding: [0x01,0x04,0x9e,0x7d]9092// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9093 9094v_cmp_o_f16 vcc, s101, v29095// W64: encoding: [0x65,0x04,0x9e,0x7d]9096// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9097 9098v_cmp_o_f16 vcc, vcc_lo, v29099// W64: encoding: [0x6a,0x04,0x9e,0x7d]9100// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9101 9102v_cmp_o_f16 vcc, vcc_hi, v29103// W64: encoding: [0x6b,0x04,0x9e,0x7d]9104// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9105 9106v_cmp_o_f16 vcc, m0, v29107// W64: encoding: [0x7c,0x04,0x9e,0x7d]9108// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9109 9110v_cmp_o_f16 vcc, exec_lo, v29111// W64: encoding: [0x7e,0x04,0x9e,0x7d]9112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9113 9114v_cmp_o_f16 vcc, exec_hi, v29115// W64: encoding: [0x7f,0x04,0x9e,0x7d]9116// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9117 9118v_cmp_o_f16 vcc, 0, v29119// W64: encoding: [0x80,0x04,0x9e,0x7d]9120// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9121 9122v_cmp_o_f16 vcc, -1, v29123// W64: encoding: [0xc1,0x04,0x9e,0x7d]9124// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9125 9126v_cmp_o_f16 vcc, 0.5, v29127// W64: encoding: [0xf0,0x04,0x9e,0x7d]9128// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9129 9130v_cmp_o_f16 vcc, -4.0, v29131// W64: encoding: [0xf7,0x04,0x9e,0x7d]9132// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9133 9134v_cmp_o_f16 vcc, 0xfe0b, v29135// W64: encoding: [0xff,0x04,0x9e,0x7d,0x0b,0xfe,0x00,0x00]9136// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9137 9138v_cmp_o_f16 vcc, 0x3456, v29139// W64: encoding: [0xff,0x04,0x9e,0x7d,0x56,0x34,0x00,0x00]9140// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9141 9142v_cmp_o_f16 vcc, v1, v2559143// W64: encoding: [0x01,0xff,0x9f,0x7d]9144// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9145 9146v_cmp_u_f16 vcc, v1, v29147// W64: encoding: [0x01,0x05,0xd0,0x7d]9148// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9149 9150v_cmp_u_f16 vcc, v255, v29151// W64: encoding: [0xff,0x05,0xd0,0x7d]9152// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9153 9154v_cmp_u_f16 vcc, s1, v29155// W64: encoding: [0x01,0x04,0xd0,0x7d]9156// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9157 9158v_cmp_u_f16 vcc, s101, v29159// W64: encoding: [0x65,0x04,0xd0,0x7d]9160// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9161 9162v_cmp_u_f16 vcc, vcc_lo, v29163// W64: encoding: [0x6a,0x04,0xd0,0x7d]9164// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9165 9166v_cmp_u_f16 vcc, vcc_hi, v29167// W64: encoding: [0x6b,0x04,0xd0,0x7d]9168// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9169 9170v_cmp_u_f16 vcc, m0, v29171// W64: encoding: [0x7c,0x04,0xd0,0x7d]9172// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9173 9174v_cmp_u_f16 vcc, exec_lo, v29175// W64: encoding: [0x7e,0x04,0xd0,0x7d]9176// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9177 9178v_cmp_u_f16 vcc, exec_hi, v29179// W64: encoding: [0x7f,0x04,0xd0,0x7d]9180// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9181 9182v_cmp_u_f16 vcc, 0, v29183// W64: encoding: [0x80,0x04,0xd0,0x7d]9184// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9185 9186v_cmp_u_f16 vcc, -1, v29187// W64: encoding: [0xc1,0x04,0xd0,0x7d]9188// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9189 9190v_cmp_u_f16 vcc, 0.5, v29191// W64: encoding: [0xf0,0x04,0xd0,0x7d]9192// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9193 9194v_cmp_u_f16 vcc, -4.0, v29195// W64: encoding: [0xf7,0x04,0xd0,0x7d]9196// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9197 9198v_cmp_u_f16 vcc, 0xfe0b, v29199// W64: encoding: [0xff,0x04,0xd0,0x7d,0x0b,0xfe,0x00,0x00]9200// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9201 9202v_cmp_u_f16 vcc, 0x3456, v29203// W64: encoding: [0xff,0x04,0xd0,0x7d,0x56,0x34,0x00,0x00]9204// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9205 9206v_cmp_u_f16 vcc, v1, v2559207// W64: encoding: [0x01,0xff,0xd1,0x7d]9208// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9209 9210v_cmp_nge_f16 vcc, v1, v29211// W64: encoding: [0x01,0x05,0xd2,0x7d]9212// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9213 9214v_cmp_nge_f16 vcc, v255, v29215// W64: encoding: [0xff,0x05,0xd2,0x7d]9216// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9217 9218v_cmp_nge_f16 vcc, s1, v29219// W64: encoding: [0x01,0x04,0xd2,0x7d]9220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9221 9222v_cmp_nge_f16 vcc, s101, v29223// W64: encoding: [0x65,0x04,0xd2,0x7d]9224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9225 9226v_cmp_nge_f16 vcc, vcc_lo, v29227// W64: encoding: [0x6a,0x04,0xd2,0x7d]9228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9229 9230v_cmp_nge_f16 vcc, vcc_hi, v29231// W64: encoding: [0x6b,0x04,0xd2,0x7d]9232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9233 9234v_cmp_nge_f16 vcc, m0, v29235// W64: encoding: [0x7c,0x04,0xd2,0x7d]9236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9237 9238v_cmp_nge_f16 vcc, exec_lo, v29239// W64: encoding: [0x7e,0x04,0xd2,0x7d]9240// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9241 9242v_cmp_nge_f16 vcc, exec_hi, v29243// W64: encoding: [0x7f,0x04,0xd2,0x7d]9244// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9245 9246v_cmp_nge_f16 vcc, 0, v29247// W64: encoding: [0x80,0x04,0xd2,0x7d]9248// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9249 9250v_cmp_nge_f16 vcc, -1, v29251// W64: encoding: [0xc1,0x04,0xd2,0x7d]9252// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9253 9254v_cmp_nge_f16 vcc, 0.5, v29255// W64: encoding: [0xf0,0x04,0xd2,0x7d]9256// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9257 9258v_cmp_nge_f16 vcc, -4.0, v29259// W64: encoding: [0xf7,0x04,0xd2,0x7d]9260// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9261 9262v_cmp_nge_f16 vcc, 0xfe0b, v29263// W64: encoding: [0xff,0x04,0xd2,0x7d,0x0b,0xfe,0x00,0x00]9264// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9265 9266v_cmp_nge_f16 vcc, 0x3456, v29267// W64: encoding: [0xff,0x04,0xd2,0x7d,0x56,0x34,0x00,0x00]9268// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9269 9270v_cmp_nge_f16 vcc, v1, v2559271// W64: encoding: [0x01,0xff,0xd3,0x7d]9272// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9273 9274v_cmp_nlg_f16 vcc, v1, v29275// W64: encoding: [0x01,0x05,0xd4,0x7d]9276// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9277 9278v_cmp_nlg_f16 vcc, v255, v29279// W64: encoding: [0xff,0x05,0xd4,0x7d]9280// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9281 9282v_cmp_nlg_f16 vcc, s1, v29283// W64: encoding: [0x01,0x04,0xd4,0x7d]9284// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9285 9286v_cmp_nlg_f16 vcc, s101, v29287// W64: encoding: [0x65,0x04,0xd4,0x7d]9288// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9289 9290v_cmp_nlg_f16 vcc, vcc_lo, v29291// W64: encoding: [0x6a,0x04,0xd4,0x7d]9292// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9293 9294v_cmp_nlg_f16 vcc, vcc_hi, v29295// W64: encoding: [0x6b,0x04,0xd4,0x7d]9296// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9297 9298v_cmp_nlg_f16 vcc, m0, v29299// W64: encoding: [0x7c,0x04,0xd4,0x7d]9300// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9301 9302v_cmp_nlg_f16 vcc, exec_lo, v29303// W64: encoding: [0x7e,0x04,0xd4,0x7d]9304// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9305 9306v_cmp_nlg_f16 vcc, exec_hi, v29307// W64: encoding: [0x7f,0x04,0xd4,0x7d]9308// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9309 9310v_cmp_nlg_f16 vcc, 0, v29311// W64: encoding: [0x80,0x04,0xd4,0x7d]9312// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9313 9314v_cmp_nlg_f16 vcc, -1, v29315// W64: encoding: [0xc1,0x04,0xd4,0x7d]9316// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9317 9318v_cmp_nlg_f16 vcc, 0.5, v29319// W64: encoding: [0xf0,0x04,0xd4,0x7d]9320// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9321 9322v_cmp_nlg_f16 vcc, -4.0, v29323// W64: encoding: [0xf7,0x04,0xd4,0x7d]9324// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9325 9326v_cmp_nlg_f16 vcc, 0xfe0b, v29327// W64: encoding: [0xff,0x04,0xd4,0x7d,0x0b,0xfe,0x00,0x00]9328// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9329 9330v_cmp_nlg_f16 vcc, 0x3456, v29331// W64: encoding: [0xff,0x04,0xd4,0x7d,0x56,0x34,0x00,0x00]9332// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9333 9334v_cmp_nlg_f16 vcc, v1, v2559335// W64: encoding: [0x01,0xff,0xd5,0x7d]9336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9337 9338v_cmp_ngt_f16 vcc, v1, v29339// W64: encoding: [0x01,0x05,0xd6,0x7d]9340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9341 9342v_cmp_ngt_f16 vcc, v255, v29343// W64: encoding: [0xff,0x05,0xd6,0x7d]9344// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9345 9346v_cmp_ngt_f16 vcc, s1, v29347// W64: encoding: [0x01,0x04,0xd6,0x7d]9348// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9349 9350v_cmp_ngt_f16 vcc, s101, v29351// W64: encoding: [0x65,0x04,0xd6,0x7d]9352// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9353 9354v_cmp_ngt_f16 vcc, vcc_lo, v29355// W64: encoding: [0x6a,0x04,0xd6,0x7d]9356// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9357 9358v_cmp_ngt_f16 vcc, vcc_hi, v29359// W64: encoding: [0x6b,0x04,0xd6,0x7d]9360// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9361 9362v_cmp_ngt_f16 vcc, m0, v29363// W64: encoding: [0x7c,0x04,0xd6,0x7d]9364// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9365 9366v_cmp_ngt_f16 vcc, exec_lo, v29367// W64: encoding: [0x7e,0x04,0xd6,0x7d]9368// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9369 9370v_cmp_ngt_f16 vcc, exec_hi, v29371// W64: encoding: [0x7f,0x04,0xd6,0x7d]9372// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9373 9374v_cmp_ngt_f16 vcc, 0, v29375// W64: encoding: [0x80,0x04,0xd6,0x7d]9376// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9377 9378v_cmp_ngt_f16 vcc, -1, v29379// W64: encoding: [0xc1,0x04,0xd6,0x7d]9380// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9381 9382v_cmp_ngt_f16 vcc, 0.5, v29383// W64: encoding: [0xf0,0x04,0xd6,0x7d]9384// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9385 9386v_cmp_ngt_f16 vcc, -4.0, v29387// W64: encoding: [0xf7,0x04,0xd6,0x7d]9388// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9389 9390v_cmp_ngt_f16 vcc, 0xfe0b, v29391// W64: encoding: [0xff,0x04,0xd6,0x7d,0x0b,0xfe,0x00,0x00]9392// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9393 9394v_cmp_ngt_f16 vcc, 0x3456, v29395// W64: encoding: [0xff,0x04,0xd6,0x7d,0x56,0x34,0x00,0x00]9396// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9397 9398v_cmp_ngt_f16 vcc, v1, v2559399// W64: encoding: [0x01,0xff,0xd7,0x7d]9400// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9401 9402v_cmp_nle_f16 vcc, v1, v29403// W64: encoding: [0x01,0x05,0xd8,0x7d]9404// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9405 9406v_cmp_nle_f16 vcc, v255, v29407// W64: encoding: [0xff,0x05,0xd8,0x7d]9408// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9409 9410v_cmp_nle_f16 vcc, s1, v29411// W64: encoding: [0x01,0x04,0xd8,0x7d]9412// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9413 9414v_cmp_nle_f16 vcc, s101, v29415// W64: encoding: [0x65,0x04,0xd8,0x7d]9416// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9417 9418v_cmp_nle_f16 vcc, vcc_lo, v29419// W64: encoding: [0x6a,0x04,0xd8,0x7d]9420// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9421 9422v_cmp_nle_f16 vcc, vcc_hi, v29423// W64: encoding: [0x6b,0x04,0xd8,0x7d]9424// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9425 9426v_cmp_nle_f16 vcc, m0, v29427// W64: encoding: [0x7c,0x04,0xd8,0x7d]9428// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9429 9430v_cmp_nle_f16 vcc, exec_lo, v29431// W64: encoding: [0x7e,0x04,0xd8,0x7d]9432// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9433 9434v_cmp_nle_f16 vcc, exec_hi, v29435// W64: encoding: [0x7f,0x04,0xd8,0x7d]9436// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9437 9438v_cmp_nle_f16 vcc, 0, v29439// W64: encoding: [0x80,0x04,0xd8,0x7d]9440// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9441 9442v_cmp_nle_f16 vcc, -1, v29443// W64: encoding: [0xc1,0x04,0xd8,0x7d]9444// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9445 9446v_cmp_nle_f16 vcc, 0.5, v29447// W64: encoding: [0xf0,0x04,0xd8,0x7d]9448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9449 9450v_cmp_nle_f16 vcc, -4.0, v29451// W64: encoding: [0xf7,0x04,0xd8,0x7d]9452// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9453 9454v_cmp_nle_f16 vcc, 0xfe0b, v29455// W64: encoding: [0xff,0x04,0xd8,0x7d,0x0b,0xfe,0x00,0x00]9456// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9457 9458v_cmp_nle_f16 vcc, 0x3456, v29459// W64: encoding: [0xff,0x04,0xd8,0x7d,0x56,0x34,0x00,0x00]9460// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9461 9462v_cmp_nle_f16 vcc, v1, v2559463// W64: encoding: [0x01,0xff,0xd9,0x7d]9464// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9465 9466v_cmp_neq_f16 vcc, v1, v29467// W64: encoding: [0x01,0x05,0xda,0x7d]9468// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9469 9470v_cmp_neq_f16 vcc, v255, v29471// W64: encoding: [0xff,0x05,0xda,0x7d]9472// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9473 9474v_cmp_neq_f16 vcc, s1, v29475// W64: encoding: [0x01,0x04,0xda,0x7d]9476// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9477 9478v_cmp_neq_f16 vcc, s101, v29479// W64: encoding: [0x65,0x04,0xda,0x7d]9480// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9481 9482v_cmp_neq_f16 vcc, vcc_lo, v29483// W64: encoding: [0x6a,0x04,0xda,0x7d]9484// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9485 9486v_cmp_neq_f16 vcc, vcc_hi, v29487// W64: encoding: [0x6b,0x04,0xda,0x7d]9488// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9489 9490v_cmp_neq_f16 vcc, m0, v29491// W64: encoding: [0x7c,0x04,0xda,0x7d]9492// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9493 9494v_cmp_neq_f16 vcc, exec_lo, v29495// W64: encoding: [0x7e,0x04,0xda,0x7d]9496// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9497 9498v_cmp_neq_f16 vcc, exec_hi, v29499// W64: encoding: [0x7f,0x04,0xda,0x7d]9500// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9501 9502v_cmp_neq_f16 vcc, 0, v29503// W64: encoding: [0x80,0x04,0xda,0x7d]9504// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9505 9506v_cmp_neq_f16 vcc, -1, v29507// W64: encoding: [0xc1,0x04,0xda,0x7d]9508// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9509 9510v_cmp_neq_f16 vcc, 0.5, v29511// W64: encoding: [0xf0,0x04,0xda,0x7d]9512// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9513 9514v_cmp_neq_f16 vcc, -4.0, v29515// W64: encoding: [0xf7,0x04,0xda,0x7d]9516// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9517 9518v_cmp_neq_f16 vcc, 0xfe0b, v29519// W64: encoding: [0xff,0x04,0xda,0x7d,0x0b,0xfe,0x00,0x00]9520// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9521 9522v_cmp_neq_f16 vcc, 0x3456, v29523// W64: encoding: [0xff,0x04,0xda,0x7d,0x56,0x34,0x00,0x00]9524// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9525 9526v_cmp_neq_f16 vcc, v1, v2559527// W64: encoding: [0x01,0xff,0xdb,0x7d]9528// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9529 9530v_cmp_nlt_f16 vcc, v1, v29531// W64: encoding: [0x01,0x05,0xdc,0x7d]9532// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9533 9534v_cmp_nlt_f16 vcc, v255, v29535// W64: encoding: [0xff,0x05,0xdc,0x7d]9536// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9537 9538v_cmp_nlt_f16 vcc, s1, v29539// W64: encoding: [0x01,0x04,0xdc,0x7d]9540// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9541 9542v_cmp_nlt_f16 vcc, s101, v29543// W64: encoding: [0x65,0x04,0xdc,0x7d]9544// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9545 9546v_cmp_nlt_f16 vcc, vcc_lo, v29547// W64: encoding: [0x6a,0x04,0xdc,0x7d]9548// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9549 9550v_cmp_nlt_f16 vcc, vcc_hi, v29551// W64: encoding: [0x6b,0x04,0xdc,0x7d]9552// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9553 9554v_cmp_nlt_f16 vcc, m0, v29555// W64: encoding: [0x7c,0x04,0xdc,0x7d]9556// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9557 9558v_cmp_nlt_f16 vcc, exec_lo, v29559// W64: encoding: [0x7e,0x04,0xdc,0x7d]9560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9561 9562v_cmp_nlt_f16 vcc, exec_hi, v29563// W64: encoding: [0x7f,0x04,0xdc,0x7d]9564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9565 9566v_cmp_nlt_f16 vcc, 0, v29567// W64: encoding: [0x80,0x04,0xdc,0x7d]9568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9569 9570v_cmp_nlt_f16 vcc, -1, v29571// W64: encoding: [0xc1,0x04,0xdc,0x7d]9572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9573 9574v_cmp_nlt_f16 vcc, 0.5, v29575// W64: encoding: [0xf0,0x04,0xdc,0x7d]9576// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9577 9578v_cmp_nlt_f16 vcc, -4.0, v29579// W64: encoding: [0xf7,0x04,0xdc,0x7d]9580// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9581 9582v_cmp_nlt_f16 vcc, 0xfe0b, v29583// W64: encoding: [0xff,0x04,0xdc,0x7d,0x0b,0xfe,0x00,0x00]9584// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9585 9586v_cmp_nlt_f16 vcc, 0x3456, v29587// W64: encoding: [0xff,0x04,0xdc,0x7d,0x56,0x34,0x00,0x00]9588// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9589 9590v_cmp_nlt_f16 vcc, v1, v2559591// W64: encoding: [0x01,0xff,0xdd,0x7d]9592// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9593 9594v_cmp_tru_f16 vcc, v1, v29595// W64: encoding: [0x01,0x05,0xde,0x7d]9596// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9597 9598v_cmp_tru_f16 vcc, v255, v29599// W64: encoding: [0xff,0x05,0xde,0x7d]9600// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9601 9602v_cmp_tru_f16 vcc, s1, v29603// W64: encoding: [0x01,0x04,0xde,0x7d]9604// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9605 9606v_cmp_tru_f16 vcc, s101, v29607// W64: encoding: [0x65,0x04,0xde,0x7d]9608// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9609 9610v_cmp_tru_f16 vcc, vcc_lo, v29611// W64: encoding: [0x6a,0x04,0xde,0x7d]9612// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9613 9614v_cmp_tru_f16 vcc, vcc_hi, v29615// W64: encoding: [0x6b,0x04,0xde,0x7d]9616// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9617 9618v_cmp_tru_f16 vcc, m0, v29619// W64: encoding: [0x7c,0x04,0xde,0x7d]9620// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9621 9622v_cmp_tru_f16 vcc, exec_lo, v29623// W64: encoding: [0x7e,0x04,0xde,0x7d]9624// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9625 9626v_cmp_tru_f16 vcc, exec_hi, v29627// W64: encoding: [0x7f,0x04,0xde,0x7d]9628// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9629 9630v_cmp_tru_f16 vcc, 0, v29631// W64: encoding: [0x80,0x04,0xde,0x7d]9632// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9633 9634v_cmp_tru_f16 vcc, -1, v29635// W64: encoding: [0xc1,0x04,0xde,0x7d]9636// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9637 9638v_cmp_tru_f16 vcc, 0.5, v29639// W64: encoding: [0xf0,0x04,0xde,0x7d]9640// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9641 9642v_cmp_tru_f16 vcc, -4.0, v29643// W64: encoding: [0xf7,0x04,0xde,0x7d]9644// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9645 9646v_cmp_tru_f16 vcc, 0xfe0b, v29647// W64: encoding: [0xff,0x04,0xde,0x7d,0x0b,0xfe,0x00,0x00]9648// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9649 9650v_cmp_tru_f16 vcc, 0x3456, v29651// W64: encoding: [0xff,0x04,0xde,0x7d,0x56,0x34,0x00,0x00]9652// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9653 9654v_cmp_tru_f16 vcc, v1, v2559655// W64: encoding: [0x01,0xff,0xdf,0x7d]9656// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9657 9658v_cmp_lt_u16 vcc_lo, v1, v29659// W32: encoding: [0x01,0x05,0x52,0x7d]9660// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9661 9662v_cmp_lt_u16 vcc_lo, v255, v29663// W32: encoding: [0xff,0x05,0x52,0x7d]9664// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9665 9666v_cmp_lt_u16 vcc_lo, s1, v29667// W32: encoding: [0x01,0x04,0x52,0x7d]9668// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9669 9670v_cmp_lt_u16 vcc_lo, s101, v29671// W32: encoding: [0x65,0x04,0x52,0x7d]9672// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9673 9674v_cmp_lt_u16 vcc_lo, vcc_lo, v29675// W32: encoding: [0x6a,0x04,0x52,0x7d]9676// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9677 9678v_cmp_lt_u16 vcc_lo, vcc_hi, v29679// W32: encoding: [0x6b,0x04,0x52,0x7d]9680// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9681 9682v_cmp_lt_u16 vcc_lo, m0, v29683// W32: encoding: [0x7c,0x04,0x52,0x7d]9684// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9685 9686v_cmp_lt_u16 vcc_lo, exec_lo, v29687// W32: encoding: [0x7e,0x04,0x52,0x7d]9688// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9689 9690v_cmp_lt_u16 vcc_lo, exec_hi, v29691// W32: encoding: [0x7f,0x04,0x52,0x7d]9692// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9693 9694v_cmp_lt_u16 vcc_lo, 0, v29695// W32: encoding: [0x80,0x04,0x52,0x7d]9696// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9697 9698v_cmp_lt_u16 vcc_lo, -1, v29699// W32: encoding: [0xc1,0x04,0x52,0x7d]9700// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9701 9702v_cmp_lt_u16 vcc_lo, 0.5, v29703// W32: encoding: [0xf0,0x04,0x52,0x7d]9704// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9705 9706v_cmp_lt_u16 vcc_lo, -4.0, v29707// W32: encoding: [0xf7,0x04,0x52,0x7d]9708// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9709 9710v_cmp_lt_u16 vcc_lo, 0xfe0b, v29711// W32: encoding: [0xff,0x04,0x52,0x7d,0x0b,0xfe,0x00,0x00]9712// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9713 9714v_cmp_lt_u16 vcc_lo, 0x3456, v29715// W32: encoding: [0xff,0x04,0x52,0x7d,0x56,0x34,0x00,0x00]9716// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9717 9718v_cmp_lt_u16 vcc_lo, v1, v2559719// W32: encoding: [0x01,0xff,0x53,0x7d]9720// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9721 9722v_cmp_eq_u16 vcc_lo, v1, v29723// W32: encoding: [0x01,0x05,0x54,0x7d]9724// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9725 9726v_cmp_eq_u16 vcc_lo, v255, v29727// W32: encoding: [0xff,0x05,0x54,0x7d]9728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9729 9730v_cmp_eq_u16 vcc_lo, s1, v29731// W32: encoding: [0x01,0x04,0x54,0x7d]9732// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9733 9734v_cmp_eq_u16 vcc_lo, s101, v29735// W32: encoding: [0x65,0x04,0x54,0x7d]9736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9737 9738v_cmp_eq_u16 vcc_lo, vcc_lo, v29739// W32: encoding: [0x6a,0x04,0x54,0x7d]9740// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9741 9742v_cmp_eq_u16 vcc_lo, vcc_hi, v29743// W32: encoding: [0x6b,0x04,0x54,0x7d]9744// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9745 9746v_cmp_eq_u16 vcc_lo, m0, v29747// W32: encoding: [0x7c,0x04,0x54,0x7d]9748// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9749 9750v_cmp_eq_u16 vcc_lo, exec_lo, v29751// W32: encoding: [0x7e,0x04,0x54,0x7d]9752// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9753 9754v_cmp_eq_u16 vcc_lo, exec_hi, v29755// W32: encoding: [0x7f,0x04,0x54,0x7d]9756// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9757 9758v_cmp_eq_u16 vcc_lo, 0, v29759// W32: encoding: [0x80,0x04,0x54,0x7d]9760// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9761 9762v_cmp_eq_u16 vcc_lo, -1, v29763// W32: encoding: [0xc1,0x04,0x54,0x7d]9764// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9765 9766v_cmp_eq_u16 vcc_lo, 0.5, v29767// W32: encoding: [0xf0,0x04,0x54,0x7d]9768// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9769 9770v_cmp_eq_u16 vcc_lo, -4.0, v29771// W32: encoding: [0xf7,0x04,0x54,0x7d]9772// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9773 9774v_cmp_eq_u16 vcc_lo, 0xfe0b, v29775// W32: encoding: [0xff,0x04,0x54,0x7d,0x0b,0xfe,0x00,0x00]9776// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9777 9778v_cmp_eq_u16 vcc_lo, 0x3456, v29779// W32: encoding: [0xff,0x04,0x54,0x7d,0x56,0x34,0x00,0x00]9780// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9781 9782v_cmp_eq_u16 vcc_lo, v1, v2559783// W32: encoding: [0x01,0xff,0x55,0x7d]9784// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9785 9786v_cmp_le_u16 vcc_lo, v1, v29787// W32: encoding: [0x01,0x05,0x56,0x7d]9788// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9789 9790v_cmp_le_u16 vcc_lo, v255, v29791// W32: encoding: [0xff,0x05,0x56,0x7d]9792// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9793 9794v_cmp_le_u16 vcc_lo, s1, v29795// W32: encoding: [0x01,0x04,0x56,0x7d]9796// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9797 9798v_cmp_le_u16 vcc_lo, s101, v29799// W32: encoding: [0x65,0x04,0x56,0x7d]9800// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9801 9802v_cmp_le_u16 vcc_lo, vcc_lo, v29803// W32: encoding: [0x6a,0x04,0x56,0x7d]9804// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9805 9806v_cmp_le_u16 vcc_lo, vcc_hi, v29807// W32: encoding: [0x6b,0x04,0x56,0x7d]9808// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9809 9810v_cmp_le_u16 vcc_lo, m0, v29811// W32: encoding: [0x7c,0x04,0x56,0x7d]9812// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9813 9814v_cmp_le_u16 vcc_lo, exec_lo, v29815// W32: encoding: [0x7e,0x04,0x56,0x7d]9816// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9817 9818v_cmp_le_u16 vcc_lo, exec_hi, v29819// W32: encoding: [0x7f,0x04,0x56,0x7d]9820// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9821 9822v_cmp_le_u16 vcc_lo, 0, v29823// W32: encoding: [0x80,0x04,0x56,0x7d]9824// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9825 9826v_cmp_le_u16 vcc_lo, -1, v29827// W32: encoding: [0xc1,0x04,0x56,0x7d]9828// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9829 9830v_cmp_le_u16 vcc_lo, 0.5, v29831// W32: encoding: [0xf0,0x04,0x56,0x7d]9832// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9833 9834v_cmp_le_u16 vcc_lo, -4.0, v29835// W32: encoding: [0xf7,0x04,0x56,0x7d]9836// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9837 9838v_cmp_le_u16 vcc_lo, 0xfe0b, v29839// W32: encoding: [0xff,0x04,0x56,0x7d,0x0b,0xfe,0x00,0x00]9840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9841 9842v_cmp_le_u16 vcc_lo, 0x3456, v29843// W32: encoding: [0xff,0x04,0x56,0x7d,0x56,0x34,0x00,0x00]9844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9845 9846v_cmp_le_u16 vcc_lo, v1, v2559847// W32: encoding: [0x01,0xff,0x57,0x7d]9848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9849 9850v_cmp_gt_u16 vcc_lo, v1, v29851// W32: encoding: [0x01,0x05,0x58,0x7d]9852// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9853 9854v_cmp_gt_u16 vcc_lo, v255, v29855// W32: encoding: [0xff,0x05,0x58,0x7d]9856// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9857 9858v_cmp_gt_u16 vcc_lo, s1, v29859// W32: encoding: [0x01,0x04,0x58,0x7d]9860// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9861 9862v_cmp_gt_u16 vcc_lo, s101, v29863// W32: encoding: [0x65,0x04,0x58,0x7d]9864// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9865 9866v_cmp_gt_u16 vcc_lo, vcc_lo, v29867// W32: encoding: [0x6a,0x04,0x58,0x7d]9868// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9869 9870v_cmp_gt_u16 vcc_lo, vcc_hi, v29871// W32: encoding: [0x6b,0x04,0x58,0x7d]9872// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9873 9874v_cmp_gt_u16 vcc_lo, m0, v29875// W32: encoding: [0x7c,0x04,0x58,0x7d]9876// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9877 9878v_cmp_gt_u16 vcc_lo, exec_lo, v29879// W32: encoding: [0x7e,0x04,0x58,0x7d]9880// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9881 9882v_cmp_gt_u16 vcc_lo, exec_hi, v29883// W32: encoding: [0x7f,0x04,0x58,0x7d]9884// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9885 9886v_cmp_gt_u16 vcc_lo, 0, v29887// W32: encoding: [0x80,0x04,0x58,0x7d]9888// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9889 9890v_cmp_gt_u16 vcc_lo, -1, v29891// W32: encoding: [0xc1,0x04,0x58,0x7d]9892// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9893 9894v_cmp_gt_u16 vcc_lo, 0.5, v29895// W32: encoding: [0xf0,0x04,0x58,0x7d]9896// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9897 9898v_cmp_gt_u16 vcc_lo, -4.0, v29899// W32: encoding: [0xf7,0x04,0x58,0x7d]9900// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9901 9902v_cmp_gt_u16 vcc_lo, 0xfe0b, v29903// W32: encoding: [0xff,0x04,0x58,0x7d,0x0b,0xfe,0x00,0x00]9904// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9905 9906v_cmp_gt_u16 vcc_lo, 0x3456, v29907// W32: encoding: [0xff,0x04,0x58,0x7d,0x56,0x34,0x00,0x00]9908// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9909 9910v_cmp_gt_u16 vcc_lo, v1, v2559911// W32: encoding: [0x01,0xff,0x59,0x7d]9912// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9913 9914v_cmp_ne_u16 vcc_lo, v1, v29915// W32: encoding: [0x01,0x05,0x5a,0x7d]9916// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9917 9918v_cmp_ne_u16 vcc_lo, v255, v29919// W32: encoding: [0xff,0x05,0x5a,0x7d]9920// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9921 9922v_cmp_ne_u16 vcc_lo, s1, v29923// W32: encoding: [0x01,0x04,0x5a,0x7d]9924// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9925 9926v_cmp_ne_u16 vcc_lo, s101, v29927// W32: encoding: [0x65,0x04,0x5a,0x7d]9928// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9929 9930v_cmp_ne_u16 vcc_lo, vcc_lo, v29931// W32: encoding: [0x6a,0x04,0x5a,0x7d]9932// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9933 9934v_cmp_ne_u16 vcc_lo, vcc_hi, v29935// W32: encoding: [0x6b,0x04,0x5a,0x7d]9936// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9937 9938v_cmp_ne_u16 vcc_lo, m0, v29939// W32: encoding: [0x7c,0x04,0x5a,0x7d]9940// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9941 9942v_cmp_ne_u16 vcc_lo, exec_lo, v29943// W32: encoding: [0x7e,0x04,0x5a,0x7d]9944// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9945 9946v_cmp_ne_u16 vcc_lo, exec_hi, v29947// W32: encoding: [0x7f,0x04,0x5a,0x7d]9948// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9949 9950v_cmp_ne_u16 vcc_lo, 0, v29951// W32: encoding: [0x80,0x04,0x5a,0x7d]9952// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9953 9954v_cmp_ne_u16 vcc_lo, -1, v29955// W32: encoding: [0xc1,0x04,0x5a,0x7d]9956// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9957 9958v_cmp_ne_u16 vcc_lo, 0.5, v29959// W32: encoding: [0xf0,0x04,0x5a,0x7d]9960// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9961 9962v_cmp_ne_u16 vcc_lo, -4.0, v29963// W32: encoding: [0xf7,0x04,0x5a,0x7d]9964// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9965 9966v_cmp_ne_u16 vcc_lo, 0xfe0b, v29967// W32: encoding: [0xff,0x04,0x5a,0x7d,0x0b,0xfe,0x00,0x00]9968// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9969 9970v_cmp_ne_u16 vcc_lo, 0x3456, v29971// W32: encoding: [0xff,0x04,0x5a,0x7d,0x56,0x34,0x00,0x00]9972// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9973 9974v_cmp_ne_u16 vcc_lo, v1, v2559975// W32: encoding: [0x01,0xff,0x5b,0x7d]9976// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9977 9978v_cmp_ge_u16 vcc_lo, v1, v29979// W32: encoding: [0x01,0x05,0x5c,0x7d]9980// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9981 9982v_cmp_ge_u16 vcc_lo, v255, v29983// W32: encoding: [0xff,0x05,0x5c,0x7d]9984// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9985 9986v_cmp_ge_u16 vcc_lo, s1, v29987// W32: encoding: [0x01,0x04,0x5c,0x7d]9988// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9989 9990v_cmp_ge_u16 vcc_lo, s101, v29991// W32: encoding: [0x65,0x04,0x5c,0x7d]9992// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9993 9994v_cmp_ge_u16 vcc_lo, vcc_lo, v29995// W32: encoding: [0x6a,0x04,0x5c,0x7d]9996// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9997 9998v_cmp_ge_u16 vcc_lo, vcc_hi, v29999// W32: encoding: [0x6b,0x04,0x5c,0x7d]10000// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10001 10002v_cmp_ge_u16 vcc_lo, m0, v210003// W32: encoding: [0x7c,0x04,0x5c,0x7d]10004// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10005 10006v_cmp_ge_u16 vcc_lo, exec_lo, v210007// W32: encoding: [0x7e,0x04,0x5c,0x7d]10008// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10009 10010v_cmp_ge_u16 vcc_lo, exec_hi, v210011// W32: encoding: [0x7f,0x04,0x5c,0x7d]10012// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10013 10014v_cmp_ge_u16 vcc_lo, 0, v210015// W32: encoding: [0x80,0x04,0x5c,0x7d]10016// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10017 10018v_cmp_ge_u16 vcc_lo, -1, v210019// W32: encoding: [0xc1,0x04,0x5c,0x7d]10020// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10021 10022v_cmp_ge_u16 vcc_lo, 0.5, v210023// W32: encoding: [0xf0,0x04,0x5c,0x7d]10024// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10025 10026v_cmp_ge_u16 vcc_lo, -4.0, v210027// W32: encoding: [0xf7,0x04,0x5c,0x7d]10028// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10029 10030v_cmp_ge_u16 vcc_lo, 0xfe0b, v210031// W32: encoding: [0xff,0x04,0x5c,0x7d,0x0b,0xfe,0x00,0x00]10032// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10033 10034v_cmp_ge_u16 vcc_lo, 0x3456, v210035// W32: encoding: [0xff,0x04,0x5c,0x7d,0x56,0x34,0x00,0x00]10036// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10037 10038v_cmp_ge_u16 vcc_lo, v1, v25510039// W32: encoding: [0x01,0xff,0x5d,0x7d]10040// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10041 10042v_cmp_f_u32 vcc_lo, v1, v210043// W32: encoding: [0x01,0x05,0x80,0x7d]10044// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10045 10046v_cmp_f_u32 vcc_lo, v255, v210047// W32: encoding: [0xff,0x05,0x80,0x7d]10048// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10049 10050v_cmp_f_u32 vcc_lo, s1, v210051// W32: encoding: [0x01,0x04,0x80,0x7d]10052// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10053 10054v_cmp_f_u32 vcc_lo, s101, v210055// W32: encoding: [0x65,0x04,0x80,0x7d]10056// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10057 10058v_cmp_f_u32 vcc_lo, vcc_lo, v210059// W32: encoding: [0x6a,0x04,0x80,0x7d]10060// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10061 10062v_cmp_f_u32 vcc_lo, vcc_hi, v210063// W32: encoding: [0x6b,0x04,0x80,0x7d]10064// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10065 10066v_cmp_f_u32 vcc_lo, m0, v210067// W32: encoding: [0x7c,0x04,0x80,0x7d]10068// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10069 10070v_cmp_f_u32 vcc_lo, exec_lo, v210071// W32: encoding: [0x7e,0x04,0x80,0x7d]10072// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10073 10074v_cmp_f_u32 vcc_lo, exec_hi, v210075// W32: encoding: [0x7f,0x04,0x80,0x7d]10076// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10077 10078v_cmp_f_u32 vcc_lo, 0, v210079// W32: encoding: [0x80,0x04,0x80,0x7d]10080// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10081 10082v_cmp_f_u32 vcc_lo, -1, v210083// W32: encoding: [0xc1,0x04,0x80,0x7d]10084// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10085 10086v_cmp_f_u32 vcc_lo, 0.5, v210087// W32: encoding: [0xf0,0x04,0x80,0x7d]10088// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10089 10090v_cmp_f_u32 vcc_lo, -4.0, v210091// W32: encoding: [0xf7,0x04,0x80,0x7d]10092// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10093 10094v_cmp_f_u32 vcc_lo, 0xaf123456, v210095// W32: encoding: [0xff,0x04,0x80,0x7d,0x56,0x34,0x12,0xaf]10096// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10097 10098v_cmp_f_u32 vcc_lo, 0x3f717273, v210099// W32: encoding: [0xff,0x04,0x80,0x7d,0x73,0x72,0x71,0x3f]10100// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10101 10102v_cmp_f_u32 vcc_lo, v1, v25510103// W32: encoding: [0x01,0xff,0x81,0x7d]10104// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10105 10106v_cmp_lt_u32 vcc_lo, v1, v210107// W32: encoding: [0x01,0x05,0x82,0x7d]10108// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10109 10110v_cmp_lt_u32 vcc_lo, v255, v210111// W32: encoding: [0xff,0x05,0x82,0x7d]10112// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10113 10114v_cmp_lt_u32 vcc_lo, s1, v210115// W32: encoding: [0x01,0x04,0x82,0x7d]10116// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10117 10118v_cmp_lt_u32 vcc_lo, s101, v210119// W32: encoding: [0x65,0x04,0x82,0x7d]10120// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10121 10122v_cmp_lt_u32 vcc_lo, vcc_lo, v210123// W32: encoding: [0x6a,0x04,0x82,0x7d]10124// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10125 10126v_cmp_lt_u32 vcc_lo, vcc_hi, v210127// W32: encoding: [0x6b,0x04,0x82,0x7d]10128// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10129 10130v_cmp_lt_u32 vcc_lo, m0, v210131// W32: encoding: [0x7c,0x04,0x82,0x7d]10132// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10133 10134v_cmp_lt_u32 vcc_lo, exec_lo, v210135// W32: encoding: [0x7e,0x04,0x82,0x7d]10136// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10137 10138v_cmp_lt_u32 vcc_lo, exec_hi, v210139// W32: encoding: [0x7f,0x04,0x82,0x7d]10140// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10141 10142v_cmp_lt_u32 vcc_lo, 0, v210143// W32: encoding: [0x80,0x04,0x82,0x7d]10144// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10145 10146v_cmp_lt_u32 vcc_lo, -1, v210147// W32: encoding: [0xc1,0x04,0x82,0x7d]10148// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10149 10150v_cmp_lt_u32 vcc_lo, 0.5, v210151// W32: encoding: [0xf0,0x04,0x82,0x7d]10152// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10153 10154v_cmp_lt_u32 vcc_lo, -4.0, v210155// W32: encoding: [0xf7,0x04,0x82,0x7d]10156// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10157 10158v_cmp_lt_u32 vcc_lo, 0xaf123456, v210159// W32: encoding: [0xff,0x04,0x82,0x7d,0x56,0x34,0x12,0xaf]10160// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10161 10162v_cmp_lt_u32 vcc_lo, 0x3f717273, v210163// W32: encoding: [0xff,0x04,0x82,0x7d,0x73,0x72,0x71,0x3f]10164// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10165 10166v_cmp_lt_u32 vcc_lo, v1, v25510167// W32: encoding: [0x01,0xff,0x83,0x7d]10168// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10169 10170v_cmp_eq_u32 vcc_lo, v1, v210171// W32: encoding: [0x01,0x05,0x84,0x7d]10172// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10173 10174v_cmp_eq_u32 vcc_lo, v255, v210175// W32: encoding: [0xff,0x05,0x84,0x7d]10176// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10177 10178v_cmp_eq_u32 vcc_lo, s1, v210179// W32: encoding: [0x01,0x04,0x84,0x7d]10180// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10181 10182v_cmp_eq_u32 vcc_lo, s101, v210183// W32: encoding: [0x65,0x04,0x84,0x7d]10184// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10185 10186v_cmp_eq_u32 vcc_lo, vcc_lo, v210187// W32: encoding: [0x6a,0x04,0x84,0x7d]10188// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10189 10190v_cmp_eq_u32 vcc_lo, vcc_hi, v210191// W32: encoding: [0x6b,0x04,0x84,0x7d]10192// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10193 10194v_cmp_eq_u32 vcc_lo, m0, v210195// W32: encoding: [0x7c,0x04,0x84,0x7d]10196// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10197 10198v_cmp_eq_u32 vcc_lo, exec_lo, v210199// W32: encoding: [0x7e,0x04,0x84,0x7d]10200// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10201 10202v_cmp_eq_u32 vcc_lo, exec_hi, v210203// W32: encoding: [0x7f,0x04,0x84,0x7d]10204// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10205 10206v_cmp_eq_u32 vcc_lo, 0, v210207// W32: encoding: [0x80,0x04,0x84,0x7d]10208// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10209 10210v_cmp_eq_u32 vcc_lo, -1, v210211// W32: encoding: [0xc1,0x04,0x84,0x7d]10212// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10213 10214v_cmp_eq_u32 vcc_lo, 0.5, v210215// W32: encoding: [0xf0,0x04,0x84,0x7d]10216// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10217 10218v_cmp_eq_u32 vcc_lo, -4.0, v210219// W32: encoding: [0xf7,0x04,0x84,0x7d]10220// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10221 10222v_cmp_eq_u32 vcc_lo, 0xaf123456, v210223// W32: encoding: [0xff,0x04,0x84,0x7d,0x56,0x34,0x12,0xaf]10224// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10225 10226v_cmp_eq_u32 vcc_lo, 0x3f717273, v210227// W32: encoding: [0xff,0x04,0x84,0x7d,0x73,0x72,0x71,0x3f]10228// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10229 10230v_cmp_eq_u32 vcc_lo, v1, v25510231// W32: encoding: [0x01,0xff,0x85,0x7d]10232// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10233 10234v_cmp_le_u32 vcc_lo, v1, v210235// W32: encoding: [0x01,0x05,0x86,0x7d]10236// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10237 10238v_cmp_le_u32 vcc_lo, v255, v210239// W32: encoding: [0xff,0x05,0x86,0x7d]10240// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10241 10242v_cmp_le_u32 vcc_lo, s1, v210243// W32: encoding: [0x01,0x04,0x86,0x7d]10244// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10245 10246v_cmp_le_u32 vcc_lo, s101, v210247// W32: encoding: [0x65,0x04,0x86,0x7d]10248// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10249 10250v_cmp_le_u32 vcc_lo, vcc_lo, v210251// W32: encoding: [0x6a,0x04,0x86,0x7d]10252// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10253 10254v_cmp_le_u32 vcc_lo, vcc_hi, v210255// W32: encoding: [0x6b,0x04,0x86,0x7d]10256// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10257 10258v_cmp_le_u32 vcc_lo, m0, v210259// W32: encoding: [0x7c,0x04,0x86,0x7d]10260// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10261 10262v_cmp_le_u32 vcc_lo, exec_lo, v210263// W32: encoding: [0x7e,0x04,0x86,0x7d]10264// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10265 10266v_cmp_le_u32 vcc_lo, exec_hi, v210267// W32: encoding: [0x7f,0x04,0x86,0x7d]10268// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10269 10270v_cmp_le_u32 vcc_lo, 0, v210271// W32: encoding: [0x80,0x04,0x86,0x7d]10272// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10273 10274v_cmp_le_u32 vcc_lo, -1, v210275// W32: encoding: [0xc1,0x04,0x86,0x7d]10276// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10277 10278v_cmp_le_u32 vcc_lo, 0.5, v210279// W32: encoding: [0xf0,0x04,0x86,0x7d]10280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10281 10282v_cmp_le_u32 vcc_lo, -4.0, v210283// W32: encoding: [0xf7,0x04,0x86,0x7d]10284// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10285 10286v_cmp_le_u32 vcc_lo, 0xaf123456, v210287// W32: encoding: [0xff,0x04,0x86,0x7d,0x56,0x34,0x12,0xaf]10288// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10289 10290v_cmp_le_u32 vcc_lo, 0x3f717273, v210291// W32: encoding: [0xff,0x04,0x86,0x7d,0x73,0x72,0x71,0x3f]10292// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10293 10294v_cmp_le_u32 vcc_lo, v1, v25510295// W32: encoding: [0x01,0xff,0x87,0x7d]10296// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10297 10298v_cmp_gt_u32 vcc_lo, v1, v210299// W32: encoding: [0x01,0x05,0x88,0x7d]10300// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10301 10302v_cmp_gt_u32 vcc_lo, v255, v210303// W32: encoding: [0xff,0x05,0x88,0x7d]10304// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10305 10306v_cmp_gt_u32 vcc_lo, s1, v210307// W32: encoding: [0x01,0x04,0x88,0x7d]10308// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10309 10310v_cmp_gt_u32 vcc_lo, s101, v210311// W32: encoding: [0x65,0x04,0x88,0x7d]10312// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10313 10314v_cmp_gt_u32 vcc_lo, vcc_lo, v210315// W32: encoding: [0x6a,0x04,0x88,0x7d]10316// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10317 10318v_cmp_gt_u32 vcc_lo, vcc_hi, v210319// W32: encoding: [0x6b,0x04,0x88,0x7d]10320// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10321 10322v_cmp_gt_u32 vcc_lo, m0, v210323// W32: encoding: [0x7c,0x04,0x88,0x7d]10324// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10325 10326v_cmp_gt_u32 vcc_lo, exec_lo, v210327// W32: encoding: [0x7e,0x04,0x88,0x7d]10328// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10329 10330v_cmp_gt_u32 vcc_lo, exec_hi, v210331// W32: encoding: [0x7f,0x04,0x88,0x7d]10332// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10333 10334v_cmp_gt_u32 vcc_lo, 0, v210335// W32: encoding: [0x80,0x04,0x88,0x7d]10336// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10337 10338v_cmp_gt_u32 vcc_lo, -1, v210339// W32: encoding: [0xc1,0x04,0x88,0x7d]10340// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10341 10342v_cmp_gt_u32 vcc_lo, 0.5, v210343// W32: encoding: [0xf0,0x04,0x88,0x7d]10344// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10345 10346v_cmp_gt_u32 vcc_lo, -4.0, v210347// W32: encoding: [0xf7,0x04,0x88,0x7d]10348// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10349 10350v_cmp_gt_u32 vcc_lo, 0xaf123456, v210351// W32: encoding: [0xff,0x04,0x88,0x7d,0x56,0x34,0x12,0xaf]10352// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10353 10354v_cmp_gt_u32 vcc_lo, 0x3f717273, v210355// W32: encoding: [0xff,0x04,0x88,0x7d,0x73,0x72,0x71,0x3f]10356// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10357 10358v_cmp_gt_u32 vcc_lo, v1, v25510359// W32: encoding: [0x01,0xff,0x89,0x7d]10360// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10361 10362v_cmp_ne_u32 vcc_lo, v1, v210363// W32: encoding: [0x01,0x05,0x8a,0x7d]10364// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10365 10366v_cmp_ne_u32 vcc_lo, v255, v210367// W32: encoding: [0xff,0x05,0x8a,0x7d]10368// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10369 10370v_cmp_ne_u32 vcc_lo, s1, v210371// W32: encoding: [0x01,0x04,0x8a,0x7d]10372// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10373 10374v_cmp_ne_u32 vcc_lo, s101, v210375// W32: encoding: [0x65,0x04,0x8a,0x7d]10376// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10377 10378v_cmp_ne_u32 vcc_lo, vcc_lo, v210379// W32: encoding: [0x6a,0x04,0x8a,0x7d]10380// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10381 10382v_cmp_ne_u32 vcc_lo, vcc_hi, v210383// W32: encoding: [0x6b,0x04,0x8a,0x7d]10384// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10385 10386v_cmp_ne_u32 vcc_lo, m0, v210387// W32: encoding: [0x7c,0x04,0x8a,0x7d]10388// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10389 10390v_cmp_ne_u32 vcc_lo, exec_lo, v210391// W32: encoding: [0x7e,0x04,0x8a,0x7d]10392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10393 10394v_cmp_ne_u32 vcc_lo, exec_hi, v210395// W32: encoding: [0x7f,0x04,0x8a,0x7d]10396// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10397 10398v_cmp_ne_u32 vcc_lo, 0, v210399// W32: encoding: [0x80,0x04,0x8a,0x7d]10400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10401 10402v_cmp_ne_u32 vcc_lo, -1, v210403// W32: encoding: [0xc1,0x04,0x8a,0x7d]10404// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10405 10406v_cmp_ne_u32 vcc_lo, 0.5, v210407// W32: encoding: [0xf0,0x04,0x8a,0x7d]10408// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10409 10410v_cmp_ne_u32 vcc_lo, -4.0, v210411// W32: encoding: [0xf7,0x04,0x8a,0x7d]10412// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10413 10414v_cmp_ne_u32 vcc_lo, 0xaf123456, v210415// W32: encoding: [0xff,0x04,0x8a,0x7d,0x56,0x34,0x12,0xaf]10416// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10417 10418v_cmp_ne_u32 vcc_lo, 0x3f717273, v210419// W32: encoding: [0xff,0x04,0x8a,0x7d,0x73,0x72,0x71,0x3f]10420// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10421 10422v_cmp_ne_u32 vcc_lo, v1, v25510423// W32: encoding: [0x01,0xff,0x8b,0x7d]10424// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10425 10426v_cmp_ge_u32 vcc_lo, v1, v210427// W32: encoding: [0x01,0x05,0x8c,0x7d]10428// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10429 10430v_cmp_ge_u32 vcc_lo, v255, v210431// W32: encoding: [0xff,0x05,0x8c,0x7d]10432// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10433 10434v_cmp_ge_u32 vcc_lo, s1, v210435// W32: encoding: [0x01,0x04,0x8c,0x7d]10436// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10437 10438v_cmp_ge_u32 vcc_lo, s101, v210439// W32: encoding: [0x65,0x04,0x8c,0x7d]10440// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10441 10442v_cmp_ge_u32 vcc_lo, vcc_lo, v210443// W32: encoding: [0x6a,0x04,0x8c,0x7d]10444// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10445 10446v_cmp_ge_u32 vcc_lo, vcc_hi, v210447// W32: encoding: [0x6b,0x04,0x8c,0x7d]10448// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10449 10450v_cmp_ge_u32 vcc_lo, m0, v210451// W32: encoding: [0x7c,0x04,0x8c,0x7d]10452// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10453 10454v_cmp_ge_u32 vcc_lo, exec_lo, v210455// W32: encoding: [0x7e,0x04,0x8c,0x7d]10456// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10457 10458v_cmp_ge_u32 vcc_lo, exec_hi, v210459// W32: encoding: [0x7f,0x04,0x8c,0x7d]10460// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10461 10462v_cmp_ge_u32 vcc_lo, 0, v210463// W32: encoding: [0x80,0x04,0x8c,0x7d]10464// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10465 10466v_cmp_ge_u32 vcc_lo, -1, v210467// W32: encoding: [0xc1,0x04,0x8c,0x7d]10468// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10469 10470v_cmp_ge_u32 vcc_lo, 0.5, v210471// W32: encoding: [0xf0,0x04,0x8c,0x7d]10472// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10473 10474v_cmp_ge_u32 vcc_lo, -4.0, v210475// W32: encoding: [0xf7,0x04,0x8c,0x7d]10476// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10477 10478v_cmp_ge_u32 vcc_lo, 0xaf123456, v210479// W32: encoding: [0xff,0x04,0x8c,0x7d,0x56,0x34,0x12,0xaf]10480// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10481 10482v_cmp_ge_u32 vcc_lo, 0x3f717273, v210483// W32: encoding: [0xff,0x04,0x8c,0x7d,0x73,0x72,0x71,0x3f]10484// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10485 10486v_cmp_ge_u32 vcc_lo, v1, v25510487// W32: encoding: [0x01,0xff,0x8d,0x7d]10488// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10489 10490v_cmp_t_u32 vcc_lo, v1, v210491// W32: encoding: [0x01,0x05,0x8e,0x7d]10492// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10493 10494v_cmp_t_u32 vcc_lo, v255, v210495// W32: encoding: [0xff,0x05,0x8e,0x7d]10496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10497 10498v_cmp_t_u32 vcc_lo, s1, v210499// W32: encoding: [0x01,0x04,0x8e,0x7d]10500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10501 10502v_cmp_t_u32 vcc_lo, s101, v210503// W32: encoding: [0x65,0x04,0x8e,0x7d]10504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10505 10506v_cmp_t_u32 vcc_lo, vcc_lo, v210507// W32: encoding: [0x6a,0x04,0x8e,0x7d]10508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10509 10510v_cmp_t_u32 vcc_lo, vcc_hi, v210511// W32: encoding: [0x6b,0x04,0x8e,0x7d]10512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10513 10514v_cmp_t_u32 vcc_lo, m0, v210515// W32: encoding: [0x7c,0x04,0x8e,0x7d]10516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10517 10518v_cmp_t_u32 vcc_lo, exec_lo, v210519// W32: encoding: [0x7e,0x04,0x8e,0x7d]10520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10521 10522v_cmp_t_u32 vcc_lo, exec_hi, v210523// W32: encoding: [0x7f,0x04,0x8e,0x7d]10524// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10525 10526v_cmp_t_u32 vcc_lo, 0, v210527// W32: encoding: [0x80,0x04,0x8e,0x7d]10528// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10529 10530v_cmp_t_u32 vcc_lo, -1, v210531// W32: encoding: [0xc1,0x04,0x8e,0x7d]10532// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10533 10534v_cmp_t_u32 vcc_lo, 0.5, v210535// W32: encoding: [0xf0,0x04,0x8e,0x7d]10536// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10537 10538v_cmp_t_u32 vcc_lo, -4.0, v210539// W32: encoding: [0xf7,0x04,0x8e,0x7d]10540// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10541 10542v_cmp_t_u32 vcc_lo, 0xaf123456, v210543// W32: encoding: [0xff,0x04,0x8e,0x7d,0x56,0x34,0x12,0xaf]10544// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10545 10546v_cmp_t_u32 vcc_lo, 0x3f717273, v210547// W32: encoding: [0xff,0x04,0x8e,0x7d,0x73,0x72,0x71,0x3f]10548// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10549 10550v_cmp_t_u32 vcc_lo, v1, v25510551// W32: encoding: [0x01,0xff,0x8f,0x7d]10552// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10553 10554v_cmp_f_f16 vcc_lo, v1, v210555// W32: encoding: [0x01,0x05,0x90,0x7d]10556// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10557 10558v_cmp_f_f16 vcc_lo, v255, v210559// W32: encoding: [0xff,0x05,0x90,0x7d]10560// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10561 10562v_cmp_f_f16 vcc_lo, s1, v210563// W32: encoding: [0x01,0x04,0x90,0x7d]10564// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10565 10566v_cmp_f_f16 vcc_lo, s101, v210567// W32: encoding: [0x65,0x04,0x90,0x7d]10568// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10569 10570v_cmp_f_f16 vcc_lo, vcc_lo, v210571// W32: encoding: [0x6a,0x04,0x90,0x7d]10572// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10573 10574v_cmp_f_f16 vcc_lo, vcc_hi, v210575// W32: encoding: [0x6b,0x04,0x90,0x7d]10576// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10577 10578v_cmp_f_f16 vcc_lo, m0, v210579// W32: encoding: [0x7c,0x04,0x90,0x7d]10580// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10581 10582v_cmp_f_f16 vcc_lo, exec_lo, v210583// W32: encoding: [0x7e,0x04,0x90,0x7d]10584// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10585 10586v_cmp_f_f16 vcc_lo, exec_hi, v210587// W32: encoding: [0x7f,0x04,0x90,0x7d]10588// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10589 10590v_cmp_f_f16 vcc_lo, 0, v210591// W32: encoding: [0x80,0x04,0x90,0x7d]10592// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10593 10594v_cmp_f_f16 vcc_lo, -1, v210595// W32: encoding: [0xc1,0x04,0x90,0x7d]10596// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10597 10598v_cmp_f_f16 vcc_lo, 0.5, v210599// W32: encoding: [0xf0,0x04,0x90,0x7d]10600// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10601 10602v_cmp_f_f16 vcc_lo, -4.0, v210603// W32: encoding: [0xf7,0x04,0x90,0x7d]10604// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10605 10606v_cmp_f_f16 vcc_lo, 0xfe0b, v210607// W32: encoding: [0xff,0x04,0x90,0x7d,0x0b,0xfe,0x00,0x00]10608// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10609 10610v_cmp_f_f16 vcc_lo, 0x3456, v210611// W32: encoding: [0xff,0x04,0x90,0x7d,0x56,0x34,0x00,0x00]10612// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10613 10614v_cmp_f_f16 vcc_lo, v1, v25510615// W32: encoding: [0x01,0xff,0x91,0x7d]10616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10617 10618v_cmp_lt_f16 vcc_lo, v1, v210619// W32: encoding: [0x01,0x05,0x92,0x7d]10620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10621 10622v_cmp_lt_f16 vcc_lo, v255, v210623// W32: encoding: [0xff,0x05,0x92,0x7d]10624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10625 10626v_cmp_lt_f16 vcc_lo, s1, v210627// W32: encoding: [0x01,0x04,0x92,0x7d]10628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10629 10630v_cmp_lt_f16 vcc_lo, s101, v210631// W32: encoding: [0x65,0x04,0x92,0x7d]10632// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10633 10634v_cmp_lt_f16 vcc_lo, vcc_lo, v210635// W32: encoding: [0x6a,0x04,0x92,0x7d]10636// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10637 10638v_cmp_lt_f16 vcc_lo, vcc_hi, v210639// W32: encoding: [0x6b,0x04,0x92,0x7d]10640// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10641 10642v_cmp_lt_f16 vcc_lo, m0, v210643// W32: encoding: [0x7c,0x04,0x92,0x7d]10644// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10645 10646v_cmp_lt_f16 vcc_lo, exec_lo, v210647// W32: encoding: [0x7e,0x04,0x92,0x7d]10648// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10649 10650v_cmp_lt_f16 vcc_lo, exec_hi, v210651// W32: encoding: [0x7f,0x04,0x92,0x7d]10652// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10653 10654v_cmp_lt_f16 vcc_lo, 0, v210655// W32: encoding: [0x80,0x04,0x92,0x7d]10656// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10657 10658v_cmp_lt_f16 vcc_lo, -1, v210659// W32: encoding: [0xc1,0x04,0x92,0x7d]10660// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10661 10662v_cmp_lt_f16 vcc_lo, 0.5, v210663// W32: encoding: [0xf0,0x04,0x92,0x7d]10664// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10665 10666v_cmp_lt_f16 vcc_lo, -4.0, v210667// W32: encoding: [0xf7,0x04,0x92,0x7d]10668// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10669 10670v_cmp_lt_f16 vcc_lo, 0xfe0b, v210671// W32: encoding: [0xff,0x04,0x92,0x7d,0x0b,0xfe,0x00,0x00]10672// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10673 10674v_cmp_lt_f16 vcc_lo, 0x3456, v210675// W32: encoding: [0xff,0x04,0x92,0x7d,0x56,0x34,0x00,0x00]10676// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10677 10678v_cmp_lt_f16 vcc_lo, v1, v25510679// W32: encoding: [0x01,0xff,0x93,0x7d]10680// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10681 10682v_cmp_eq_f16 vcc_lo, v1, v210683// W32: encoding: [0x01,0x05,0x94,0x7d]10684// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10685 10686v_cmp_eq_f16 vcc_lo, v255, v210687// W32: encoding: [0xff,0x05,0x94,0x7d]10688// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10689 10690v_cmp_eq_f16 vcc_lo, s1, v210691// W32: encoding: [0x01,0x04,0x94,0x7d]10692// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10693 10694v_cmp_eq_f16 vcc_lo, s101, v210695// W32: encoding: [0x65,0x04,0x94,0x7d]10696// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10697 10698v_cmp_eq_f16 vcc_lo, vcc_lo, v210699// W32: encoding: [0x6a,0x04,0x94,0x7d]10700// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10701 10702v_cmp_eq_f16 vcc_lo, vcc_hi, v210703// W32: encoding: [0x6b,0x04,0x94,0x7d]10704// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10705 10706v_cmp_eq_f16 vcc_lo, m0, v210707// W32: encoding: [0x7c,0x04,0x94,0x7d]10708// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10709 10710v_cmp_eq_f16 vcc_lo, exec_lo, v210711// W32: encoding: [0x7e,0x04,0x94,0x7d]10712// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10713 10714v_cmp_eq_f16 vcc_lo, exec_hi, v210715// W32: encoding: [0x7f,0x04,0x94,0x7d]10716// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10717 10718v_cmp_eq_f16 vcc_lo, 0, v210719// W32: encoding: [0x80,0x04,0x94,0x7d]10720// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10721 10722v_cmp_eq_f16 vcc_lo, -1, v210723// W32: encoding: [0xc1,0x04,0x94,0x7d]10724// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10725 10726v_cmp_eq_f16 vcc_lo, 0.5, v210727// W32: encoding: [0xf0,0x04,0x94,0x7d]10728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10729 10730v_cmp_eq_f16 vcc_lo, -4.0, v210731// W32: encoding: [0xf7,0x04,0x94,0x7d]10732// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10733 10734v_cmp_eq_f16 vcc_lo, 0xfe0b, v210735// W32: encoding: [0xff,0x04,0x94,0x7d,0x0b,0xfe,0x00,0x00]10736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10737 10738v_cmp_eq_f16 vcc_lo, 0x3456, v210739// W32: encoding: [0xff,0x04,0x94,0x7d,0x56,0x34,0x00,0x00]10740// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10741 10742v_cmp_eq_f16 vcc_lo, v1, v25510743// W32: encoding: [0x01,0xff,0x95,0x7d]10744// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10745 10746v_cmp_le_f16 vcc_lo, v1, v210747// W32: encoding: [0x01,0x05,0x96,0x7d]10748// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10749 10750v_cmp_le_f16 vcc_lo, v255, v210751// W32: encoding: [0xff,0x05,0x96,0x7d]10752// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10753 10754v_cmp_le_f16 vcc_lo, s1, v210755// W32: encoding: [0x01,0x04,0x96,0x7d]10756// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10757 10758v_cmp_le_f16 vcc_lo, s101, v210759// W32: encoding: [0x65,0x04,0x96,0x7d]10760// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10761 10762v_cmp_le_f16 vcc_lo, vcc_lo, v210763// W32: encoding: [0x6a,0x04,0x96,0x7d]10764// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10765 10766v_cmp_le_f16 vcc_lo, vcc_hi, v210767// W32: encoding: [0x6b,0x04,0x96,0x7d]10768// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10769 10770v_cmp_le_f16 vcc_lo, m0, v210771// W32: encoding: [0x7c,0x04,0x96,0x7d]10772// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10773 10774v_cmp_le_f16 vcc_lo, exec_lo, v210775// W32: encoding: [0x7e,0x04,0x96,0x7d]10776// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10777 10778v_cmp_le_f16 vcc_lo, exec_hi, v210779// W32: encoding: [0x7f,0x04,0x96,0x7d]10780// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10781 10782v_cmp_le_f16 vcc_lo, 0, v210783// W32: encoding: [0x80,0x04,0x96,0x7d]10784// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10785 10786v_cmp_le_f16 vcc_lo, -1, v210787// W32: encoding: [0xc1,0x04,0x96,0x7d]10788// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10789 10790v_cmp_le_f16 vcc_lo, 0.5, v210791// W32: encoding: [0xf0,0x04,0x96,0x7d]10792// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10793 10794v_cmp_le_f16 vcc_lo, -4.0, v210795// W32: encoding: [0xf7,0x04,0x96,0x7d]10796// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10797 10798v_cmp_le_f16 vcc_lo, 0xfe0b, v210799// W32: encoding: [0xff,0x04,0x96,0x7d,0x0b,0xfe,0x00,0x00]10800// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10801 10802v_cmp_le_f16 vcc_lo, 0x3456, v210803// W32: encoding: [0xff,0x04,0x96,0x7d,0x56,0x34,0x00,0x00]10804// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10805 10806v_cmp_le_f16 vcc_lo, v1, v25510807// W32: encoding: [0x01,0xff,0x97,0x7d]10808// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10809 10810v_cmp_gt_f16 vcc_lo, v1, v210811// W32: encoding: [0x01,0x05,0x98,0x7d]10812// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10813 10814v_cmp_gt_f16 vcc_lo, v255, v210815// W32: encoding: [0xff,0x05,0x98,0x7d]10816// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10817 10818v_cmp_gt_f16 vcc_lo, s1, v210819// W32: encoding: [0x01,0x04,0x98,0x7d]10820// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10821 10822v_cmp_gt_f16 vcc_lo, s101, v210823// W32: encoding: [0x65,0x04,0x98,0x7d]10824// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10825 10826v_cmp_gt_f16 vcc_lo, vcc_lo, v210827// W32: encoding: [0x6a,0x04,0x98,0x7d]10828// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10829 10830v_cmp_gt_f16 vcc_lo, vcc_hi, v210831// W32: encoding: [0x6b,0x04,0x98,0x7d]10832// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10833 10834v_cmp_gt_f16 vcc_lo, m0, v210835// W32: encoding: [0x7c,0x04,0x98,0x7d]10836// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10837 10838v_cmp_gt_f16 vcc_lo, exec_lo, v210839// W32: encoding: [0x7e,0x04,0x98,0x7d]10840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10841 10842v_cmp_gt_f16 vcc_lo, exec_hi, v210843// W32: encoding: [0x7f,0x04,0x98,0x7d]10844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10845 10846v_cmp_gt_f16 vcc_lo, 0, v210847// W32: encoding: [0x80,0x04,0x98,0x7d]10848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10849 10850v_cmp_gt_f16 vcc_lo, -1, v210851// W32: encoding: [0xc1,0x04,0x98,0x7d]10852// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10853 10854v_cmp_gt_f16 vcc_lo, 0.5, v210855// W32: encoding: [0xf0,0x04,0x98,0x7d]10856// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10857 10858v_cmp_gt_f16 vcc_lo, -4.0, v210859// W32: encoding: [0xf7,0x04,0x98,0x7d]10860// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10861 10862v_cmp_gt_f16 vcc_lo, 0xfe0b, v210863// W32: encoding: [0xff,0x04,0x98,0x7d,0x0b,0xfe,0x00,0x00]10864// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10865 10866v_cmp_gt_f16 vcc_lo, 0x3456, v210867// W32: encoding: [0xff,0x04,0x98,0x7d,0x56,0x34,0x00,0x00]10868// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10869 10870v_cmp_gt_f16 vcc_lo, v1, v25510871// W32: encoding: [0x01,0xff,0x99,0x7d]10872// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10873 10874v_cmp_lg_f16 vcc_lo, v1, v210875// W32: encoding: [0x01,0x05,0x9a,0x7d]10876// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10877 10878v_cmp_lg_f16 vcc_lo, v255, v210879// W32: encoding: [0xff,0x05,0x9a,0x7d]10880// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10881 10882v_cmp_lg_f16 vcc_lo, s1, v210883// W32: encoding: [0x01,0x04,0x9a,0x7d]10884// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10885 10886v_cmp_lg_f16 vcc_lo, s101, v210887// W32: encoding: [0x65,0x04,0x9a,0x7d]10888// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10889 10890v_cmp_lg_f16 vcc_lo, vcc_lo, v210891// W32: encoding: [0x6a,0x04,0x9a,0x7d]10892// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10893 10894v_cmp_lg_f16 vcc_lo, vcc_hi, v210895// W32: encoding: [0x6b,0x04,0x9a,0x7d]10896// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10897 10898v_cmp_lg_f16 vcc_lo, m0, v210899// W32: encoding: [0x7c,0x04,0x9a,0x7d]10900// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10901 10902v_cmp_lg_f16 vcc_lo, exec_lo, v210903// W32: encoding: [0x7e,0x04,0x9a,0x7d]10904// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10905 10906v_cmp_lg_f16 vcc_lo, exec_hi, v210907// W32: encoding: [0x7f,0x04,0x9a,0x7d]10908// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10909 10910v_cmp_lg_f16 vcc_lo, 0, v210911// W32: encoding: [0x80,0x04,0x9a,0x7d]10912// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10913 10914v_cmp_lg_f16 vcc_lo, -1, v210915// W32: encoding: [0xc1,0x04,0x9a,0x7d]10916// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10917 10918v_cmp_lg_f16 vcc_lo, 0.5, v210919// W32: encoding: [0xf0,0x04,0x9a,0x7d]10920// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10921 10922v_cmp_lg_f16 vcc_lo, -4.0, v210923// W32: encoding: [0xf7,0x04,0x9a,0x7d]10924// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10925 10926v_cmp_lg_f16 vcc_lo, 0xfe0b, v210927// W32: encoding: [0xff,0x04,0x9a,0x7d,0x0b,0xfe,0x00,0x00]10928// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10929 10930v_cmp_lg_f16 vcc_lo, 0x3456, v210931// W32: encoding: [0xff,0x04,0x9a,0x7d,0x56,0x34,0x00,0x00]10932// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10933 10934v_cmp_lg_f16 vcc_lo, v1, v25510935// W32: encoding: [0x01,0xff,0x9b,0x7d]10936// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10937 10938v_cmp_ge_f16 vcc_lo, v1, v210939// W32: encoding: [0x01,0x05,0x9c,0x7d]10940// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10941 10942v_cmp_ge_f16 vcc_lo, v255, v210943// W32: encoding: [0xff,0x05,0x9c,0x7d]10944// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10945 10946v_cmp_ge_f16 vcc_lo, s1, v210947// W32: encoding: [0x01,0x04,0x9c,0x7d]10948// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10949 10950v_cmp_ge_f16 vcc_lo, s101, v210951// W32: encoding: [0x65,0x04,0x9c,0x7d]10952// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10953 10954v_cmp_ge_f16 vcc_lo, vcc_lo, v210955// W32: encoding: [0x6a,0x04,0x9c,0x7d]10956// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10957 10958v_cmp_ge_f16 vcc_lo, vcc_hi, v210959// W32: encoding: [0x6b,0x04,0x9c,0x7d]10960// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10961 10962v_cmp_ge_f16 vcc_lo, m0, v210963// W32: encoding: [0x7c,0x04,0x9c,0x7d]10964// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10965 10966v_cmp_ge_f16 vcc_lo, exec_lo, v210967// W32: encoding: [0x7e,0x04,0x9c,0x7d]10968// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10969 10970v_cmp_ge_f16 vcc_lo, exec_hi, v210971// W32: encoding: [0x7f,0x04,0x9c,0x7d]10972// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10973 10974v_cmp_ge_f16 vcc_lo, 0, v210975// W32: encoding: [0x80,0x04,0x9c,0x7d]10976// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10977 10978v_cmp_ge_f16 vcc_lo, -1, v210979// W32: encoding: [0xc1,0x04,0x9c,0x7d]10980// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10981 10982v_cmp_ge_f16 vcc_lo, 0.5, v210983// W32: encoding: [0xf0,0x04,0x9c,0x7d]10984// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10985 10986v_cmp_ge_f16 vcc_lo, -4.0, v210987// W32: encoding: [0xf7,0x04,0x9c,0x7d]10988// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10989 10990v_cmp_ge_f16 vcc_lo, 0xfe0b, v210991// W32: encoding: [0xff,0x04,0x9c,0x7d,0x0b,0xfe,0x00,0x00]10992// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10993 10994v_cmp_ge_f16 vcc_lo, 0x3456, v210995// W32: encoding: [0xff,0x04,0x9c,0x7d,0x56,0x34,0x00,0x00]10996// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10997 10998v_cmp_ge_f16 vcc_lo, v1, v25510999// W32: encoding: [0x01,0xff,0x9d,0x7d]11000// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11001 11002v_cmp_o_f16 vcc_lo, v1, v211003// W32: encoding: [0x01,0x05,0x9e,0x7d]11004// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11005 11006v_cmp_o_f16 vcc_lo, v255, v211007// W32: encoding: [0xff,0x05,0x9e,0x7d]11008// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11009 11010v_cmp_o_f16 vcc_lo, s1, v211011// W32: encoding: [0x01,0x04,0x9e,0x7d]11012// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11013 11014v_cmp_o_f16 vcc_lo, s101, v211015// W32: encoding: [0x65,0x04,0x9e,0x7d]11016// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11017 11018v_cmp_o_f16 vcc_lo, vcc_lo, v211019// W32: encoding: [0x6a,0x04,0x9e,0x7d]11020// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11021 11022v_cmp_o_f16 vcc_lo, vcc_hi, v211023// W32: encoding: [0x6b,0x04,0x9e,0x7d]11024// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11025 11026v_cmp_o_f16 vcc_lo, m0, v211027// W32: encoding: [0x7c,0x04,0x9e,0x7d]11028// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11029 11030v_cmp_o_f16 vcc_lo, exec_lo, v211031// W32: encoding: [0x7e,0x04,0x9e,0x7d]11032// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11033 11034v_cmp_o_f16 vcc_lo, exec_hi, v211035// W32: encoding: [0x7f,0x04,0x9e,0x7d]11036// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11037 11038v_cmp_o_f16 vcc_lo, 0, v211039// W32: encoding: [0x80,0x04,0x9e,0x7d]11040// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11041 11042v_cmp_o_f16 vcc_lo, -1, v211043// W32: encoding: [0xc1,0x04,0x9e,0x7d]11044// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11045 11046v_cmp_o_f16 vcc_lo, 0.5, v211047// W32: encoding: [0xf0,0x04,0x9e,0x7d]11048// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11049 11050v_cmp_o_f16 vcc_lo, -4.0, v211051// W32: encoding: [0xf7,0x04,0x9e,0x7d]11052// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11053 11054v_cmp_o_f16 vcc_lo, 0xfe0b, v211055// W32: encoding: [0xff,0x04,0x9e,0x7d,0x0b,0xfe,0x00,0x00]11056// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11057 11058v_cmp_o_f16 vcc_lo, 0x3456, v211059// W32: encoding: [0xff,0x04,0x9e,0x7d,0x56,0x34,0x00,0x00]11060// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11061 11062v_cmp_o_f16 vcc_lo, v1, v25511063// W32: encoding: [0x01,0xff,0x9f,0x7d]11064// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11065 11066v_cmp_u_f16 vcc_lo, v1, v211067// W32: encoding: [0x01,0x05,0xd0,0x7d]11068// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11069 11070v_cmp_u_f16 vcc_lo, v255, v211071// W32: encoding: [0xff,0x05,0xd0,0x7d]11072// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11073 11074v_cmp_u_f16 vcc_lo, s1, v211075// W32: encoding: [0x01,0x04,0xd0,0x7d]11076// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11077 11078v_cmp_u_f16 vcc_lo, s101, v211079// W32: encoding: [0x65,0x04,0xd0,0x7d]11080// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11081 11082v_cmp_u_f16 vcc_lo, vcc_lo, v211083// W32: encoding: [0x6a,0x04,0xd0,0x7d]11084// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11085 11086v_cmp_u_f16 vcc_lo, vcc_hi, v211087// W32: encoding: [0x6b,0x04,0xd0,0x7d]11088// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11089 11090v_cmp_u_f16 vcc_lo, m0, v211091// W32: encoding: [0x7c,0x04,0xd0,0x7d]11092// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11093 11094v_cmp_u_f16 vcc_lo, exec_lo, v211095// W32: encoding: [0x7e,0x04,0xd0,0x7d]11096// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11097 11098v_cmp_u_f16 vcc_lo, exec_hi, v211099// W32: encoding: [0x7f,0x04,0xd0,0x7d]11100// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11101 11102v_cmp_u_f16 vcc_lo, 0, v211103// W32: encoding: [0x80,0x04,0xd0,0x7d]11104// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11105 11106v_cmp_u_f16 vcc_lo, -1, v211107// W32: encoding: [0xc1,0x04,0xd0,0x7d]11108// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11109 11110v_cmp_u_f16 vcc_lo, 0.5, v211111// W32: encoding: [0xf0,0x04,0xd0,0x7d]11112// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11113 11114v_cmp_u_f16 vcc_lo, -4.0, v211115// W32: encoding: [0xf7,0x04,0xd0,0x7d]11116// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11117 11118v_cmp_u_f16 vcc_lo, 0xfe0b, v211119// W32: encoding: [0xff,0x04,0xd0,0x7d,0x0b,0xfe,0x00,0x00]11120// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11121 11122v_cmp_u_f16 vcc_lo, 0x3456, v211123// W32: encoding: [0xff,0x04,0xd0,0x7d,0x56,0x34,0x00,0x00]11124// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11125 11126v_cmp_u_f16 vcc_lo, v1, v25511127// W32: encoding: [0x01,0xff,0xd1,0x7d]11128// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11129 11130v_cmp_nge_f16 vcc_lo, v1, v211131// W32: encoding: [0x01,0x05,0xd2,0x7d]11132// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11133 11134v_cmp_nge_f16 vcc_lo, v255, v211135// W32: encoding: [0xff,0x05,0xd2,0x7d]11136// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11137 11138v_cmp_nge_f16 vcc_lo, s1, v211139// W32: encoding: [0x01,0x04,0xd2,0x7d]11140// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11141 11142v_cmp_nge_f16 vcc_lo, s101, v211143// W32: encoding: [0x65,0x04,0xd2,0x7d]11144// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11145 11146v_cmp_nge_f16 vcc_lo, vcc_lo, v211147// W32: encoding: [0x6a,0x04,0xd2,0x7d]11148// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11149 11150v_cmp_nge_f16 vcc_lo, vcc_hi, v211151// W32: encoding: [0x6b,0x04,0xd2,0x7d]11152// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11153 11154v_cmp_nge_f16 vcc_lo, m0, v211155// W32: encoding: [0x7c,0x04,0xd2,0x7d]11156// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11157 11158v_cmp_nge_f16 vcc_lo, exec_lo, v211159// W32: encoding: [0x7e,0x04,0xd2,0x7d]11160// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11161 11162v_cmp_nge_f16 vcc_lo, exec_hi, v211163// W32: encoding: [0x7f,0x04,0xd2,0x7d]11164// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11165 11166v_cmp_nge_f16 vcc_lo, 0, v211167// W32: encoding: [0x80,0x04,0xd2,0x7d]11168// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11169 11170v_cmp_nge_f16 vcc_lo, -1, v211171// W32: encoding: [0xc1,0x04,0xd2,0x7d]11172// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11173 11174v_cmp_nge_f16 vcc_lo, 0.5, v211175// W32: encoding: [0xf0,0x04,0xd2,0x7d]11176// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11177 11178v_cmp_nge_f16 vcc_lo, -4.0, v211179// W32: encoding: [0xf7,0x04,0xd2,0x7d]11180// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11181 11182v_cmp_nge_f16 vcc_lo, 0xfe0b, v211183// W32: encoding: [0xff,0x04,0xd2,0x7d,0x0b,0xfe,0x00,0x00]11184// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11185 11186v_cmp_nge_f16 vcc_lo, 0x3456, v211187// W32: encoding: [0xff,0x04,0xd2,0x7d,0x56,0x34,0x00,0x00]11188// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11189 11190v_cmp_nge_f16 vcc_lo, v1, v25511191// W32: encoding: [0x01,0xff,0xd3,0x7d]11192// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11193 11194v_cmp_nlg_f16 vcc_lo, v1, v211195// W32: encoding: [0x01,0x05,0xd4,0x7d]11196// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11197 11198v_cmp_nlg_f16 vcc_lo, v255, v211199// W32: encoding: [0xff,0x05,0xd4,0x7d]11200// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11201 11202v_cmp_nlg_f16 vcc_lo, s1, v211203// W32: encoding: [0x01,0x04,0xd4,0x7d]11204// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11205 11206v_cmp_nlg_f16 vcc_lo, s101, v211207// W32: encoding: [0x65,0x04,0xd4,0x7d]11208// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11209 11210v_cmp_nlg_f16 vcc_lo, vcc_lo, v211211// W32: encoding: [0x6a,0x04,0xd4,0x7d]11212// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11213 11214v_cmp_nlg_f16 vcc_lo, vcc_hi, v211215// W32: encoding: [0x6b,0x04,0xd4,0x7d]11216// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11217 11218v_cmp_nlg_f16 vcc_lo, m0, v211219// W32: encoding: [0x7c,0x04,0xd4,0x7d]11220// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11221 11222v_cmp_nlg_f16 vcc_lo, exec_lo, v211223// W32: encoding: [0x7e,0x04,0xd4,0x7d]11224// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11225 11226v_cmp_nlg_f16 vcc_lo, exec_hi, v211227// W32: encoding: [0x7f,0x04,0xd4,0x7d]11228// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11229 11230v_cmp_nlg_f16 vcc_lo, 0, v211231// W32: encoding: [0x80,0x04,0xd4,0x7d]11232// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11233 11234v_cmp_nlg_f16 vcc_lo, -1, v211235// W32: encoding: [0xc1,0x04,0xd4,0x7d]11236// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11237 11238v_cmp_nlg_f16 vcc_lo, 0.5, v211239// W32: encoding: [0xf0,0x04,0xd4,0x7d]11240// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11241 11242v_cmp_nlg_f16 vcc_lo, -4.0, v211243// W32: encoding: [0xf7,0x04,0xd4,0x7d]11244// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11245 11246v_cmp_nlg_f16 vcc_lo, 0xfe0b, v211247// W32: encoding: [0xff,0x04,0xd4,0x7d,0x0b,0xfe,0x00,0x00]11248// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11249 11250v_cmp_nlg_f16 vcc_lo, 0x3456, v211251// W32: encoding: [0xff,0x04,0xd4,0x7d,0x56,0x34,0x00,0x00]11252// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11253 11254v_cmp_nlg_f16 vcc_lo, v1, v25511255// W32: encoding: [0x01,0xff,0xd5,0x7d]11256// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11257 11258v_cmp_ngt_f16 vcc_lo, v1, v211259// W32: encoding: [0x01,0x05,0xd6,0x7d]11260// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11261 11262v_cmp_ngt_f16 vcc_lo, v255, v211263// W32: encoding: [0xff,0x05,0xd6,0x7d]11264// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11265 11266v_cmp_ngt_f16 vcc_lo, s1, v211267// W32: encoding: [0x01,0x04,0xd6,0x7d]11268// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11269 11270v_cmp_ngt_f16 vcc_lo, s101, v211271// W32: encoding: [0x65,0x04,0xd6,0x7d]11272// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11273 11274v_cmp_ngt_f16 vcc_lo, vcc_lo, v211275// W32: encoding: [0x6a,0x04,0xd6,0x7d]11276// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11277 11278v_cmp_ngt_f16 vcc_lo, vcc_hi, v211279// W32: encoding: [0x6b,0x04,0xd6,0x7d]11280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11281 11282v_cmp_ngt_f16 vcc_lo, m0, v211283// W32: encoding: [0x7c,0x04,0xd6,0x7d]11284// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11285 11286v_cmp_ngt_f16 vcc_lo, exec_lo, v211287// W32: encoding: [0x7e,0x04,0xd6,0x7d]11288// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11289 11290v_cmp_ngt_f16 vcc_lo, exec_hi, v211291// W32: encoding: [0x7f,0x04,0xd6,0x7d]11292// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11293 11294v_cmp_ngt_f16 vcc_lo, 0, v211295// W32: encoding: [0x80,0x04,0xd6,0x7d]11296// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11297 11298v_cmp_ngt_f16 vcc_lo, -1, v211299// W32: encoding: [0xc1,0x04,0xd6,0x7d]11300// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11301 11302v_cmp_ngt_f16 vcc_lo, 0.5, v211303// W32: encoding: [0xf0,0x04,0xd6,0x7d]11304// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11305 11306v_cmp_ngt_f16 vcc_lo, -4.0, v211307// W32: encoding: [0xf7,0x04,0xd6,0x7d]11308// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11309 11310v_cmp_ngt_f16 vcc_lo, 0xfe0b, v211311// W32: encoding: [0xff,0x04,0xd6,0x7d,0x0b,0xfe,0x00,0x00]11312// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11313 11314v_cmp_ngt_f16 vcc_lo, 0x3456, v211315// W32: encoding: [0xff,0x04,0xd6,0x7d,0x56,0x34,0x00,0x00]11316// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11317 11318v_cmp_ngt_f16 vcc_lo, v1, v25511319// W32: encoding: [0x01,0xff,0xd7,0x7d]11320// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11321 11322v_cmp_nle_f16 vcc_lo, v1, v211323// W32: encoding: [0x01,0x05,0xd8,0x7d]11324// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11325 11326v_cmp_nle_f16 vcc_lo, v255, v211327// W32: encoding: [0xff,0x05,0xd8,0x7d]11328// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11329 11330v_cmp_nle_f16 vcc_lo, s1, v211331// W32: encoding: [0x01,0x04,0xd8,0x7d]11332// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11333 11334v_cmp_nle_f16 vcc_lo, s101, v211335// W32: encoding: [0x65,0x04,0xd8,0x7d]11336// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11337 11338v_cmp_nle_f16 vcc_lo, vcc_lo, v211339// W32: encoding: [0x6a,0x04,0xd8,0x7d]11340// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11341 11342v_cmp_nle_f16 vcc_lo, vcc_hi, v211343// W32: encoding: [0x6b,0x04,0xd8,0x7d]11344// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11345 11346v_cmp_nle_f16 vcc_lo, m0, v211347// W32: encoding: [0x7c,0x04,0xd8,0x7d]11348// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11349 11350v_cmp_nle_f16 vcc_lo, exec_lo, v211351// W32: encoding: [0x7e,0x04,0xd8,0x7d]11352// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11353 11354v_cmp_nle_f16 vcc_lo, exec_hi, v211355// W32: encoding: [0x7f,0x04,0xd8,0x7d]11356// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11357 11358v_cmp_nle_f16 vcc_lo, 0, v211359// W32: encoding: [0x80,0x04,0xd8,0x7d]11360// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11361 11362v_cmp_nle_f16 vcc_lo, -1, v211363// W32: encoding: [0xc1,0x04,0xd8,0x7d]11364// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11365 11366v_cmp_nle_f16 vcc_lo, 0.5, v211367// W32: encoding: [0xf0,0x04,0xd8,0x7d]11368// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11369 11370v_cmp_nle_f16 vcc_lo, -4.0, v211371// W32: encoding: [0xf7,0x04,0xd8,0x7d]11372// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11373 11374v_cmp_nle_f16 vcc_lo, 0xfe0b, v211375// W32: encoding: [0xff,0x04,0xd8,0x7d,0x0b,0xfe,0x00,0x00]11376// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11377 11378v_cmp_nle_f16 vcc_lo, 0x3456, v211379// W32: encoding: [0xff,0x04,0xd8,0x7d,0x56,0x34,0x00,0x00]11380// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11381 11382v_cmp_nle_f16 vcc_lo, v1, v25511383// W32: encoding: [0x01,0xff,0xd9,0x7d]11384// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11385 11386v_cmp_neq_f16 vcc_lo, v1, v211387// W32: encoding: [0x01,0x05,0xda,0x7d]11388// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11389 11390v_cmp_neq_f16 vcc_lo, v255, v211391// W32: encoding: [0xff,0x05,0xda,0x7d]11392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11393 11394v_cmp_neq_f16 vcc_lo, s1, v211395// W32: encoding: [0x01,0x04,0xda,0x7d]11396// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11397 11398v_cmp_neq_f16 vcc_lo, s101, v211399// W32: encoding: [0x65,0x04,0xda,0x7d]11400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11401 11402v_cmp_neq_f16 vcc_lo, vcc_lo, v211403// W32: encoding: [0x6a,0x04,0xda,0x7d]11404// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11405 11406v_cmp_neq_f16 vcc_lo, vcc_hi, v211407// W32: encoding: [0x6b,0x04,0xda,0x7d]11408// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11409 11410v_cmp_neq_f16 vcc_lo, m0, v211411// W32: encoding: [0x7c,0x04,0xda,0x7d]11412// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11413 11414v_cmp_neq_f16 vcc_lo, exec_lo, v211415// W32: encoding: [0x7e,0x04,0xda,0x7d]11416// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11417 11418v_cmp_neq_f16 vcc_lo, exec_hi, v211419// W32: encoding: [0x7f,0x04,0xda,0x7d]11420// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11421 11422v_cmp_neq_f16 vcc_lo, 0, v211423// W32: encoding: [0x80,0x04,0xda,0x7d]11424// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11425 11426v_cmp_neq_f16 vcc_lo, -1, v211427// W32: encoding: [0xc1,0x04,0xda,0x7d]11428// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11429 11430v_cmp_neq_f16 vcc_lo, 0.5, v211431// W32: encoding: [0xf0,0x04,0xda,0x7d]11432// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11433 11434v_cmp_neq_f16 vcc_lo, -4.0, v211435// W32: encoding: [0xf7,0x04,0xda,0x7d]11436// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11437 11438v_cmp_neq_f16 vcc_lo, 0xfe0b, v211439// W32: encoding: [0xff,0x04,0xda,0x7d,0x0b,0xfe,0x00,0x00]11440// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11441 11442v_cmp_neq_f16 vcc_lo, 0x3456, v211443// W32: encoding: [0xff,0x04,0xda,0x7d,0x56,0x34,0x00,0x00]11444// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11445 11446v_cmp_neq_f16 vcc_lo, v1, v25511447// W32: encoding: [0x01,0xff,0xdb,0x7d]11448// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11449 11450v_cmp_nlt_f16 vcc_lo, v1, v211451// W32: encoding: [0x01,0x05,0xdc,0x7d]11452// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11453 11454v_cmp_nlt_f16 vcc_lo, v255, v211455// W32: encoding: [0xff,0x05,0xdc,0x7d]11456// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11457 11458v_cmp_nlt_f16 vcc_lo, s1, v211459// W32: encoding: [0x01,0x04,0xdc,0x7d]11460// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11461 11462v_cmp_nlt_f16 vcc_lo, s101, v211463// W32: encoding: [0x65,0x04,0xdc,0x7d]11464// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11465 11466v_cmp_nlt_f16 vcc_lo, vcc_lo, v211467// W32: encoding: [0x6a,0x04,0xdc,0x7d]11468// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11469 11470v_cmp_nlt_f16 vcc_lo, vcc_hi, v211471// W32: encoding: [0x6b,0x04,0xdc,0x7d]11472// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11473 11474v_cmp_nlt_f16 vcc_lo, m0, v211475// W32: encoding: [0x7c,0x04,0xdc,0x7d]11476// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11477 11478v_cmp_nlt_f16 vcc_lo, exec_lo, v211479// W32: encoding: [0x7e,0x04,0xdc,0x7d]11480// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11481 11482v_cmp_nlt_f16 vcc_lo, exec_hi, v211483// W32: encoding: [0x7f,0x04,0xdc,0x7d]11484// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11485 11486v_cmp_nlt_f16 vcc_lo, 0, v211487// W32: encoding: [0x80,0x04,0xdc,0x7d]11488// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11489 11490v_cmp_nlt_f16 vcc_lo, -1, v211491// W32: encoding: [0xc1,0x04,0xdc,0x7d]11492// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11493 11494v_cmp_nlt_f16 vcc_lo, 0.5, v211495// W32: encoding: [0xf0,0x04,0xdc,0x7d]11496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11497 11498v_cmp_nlt_f16 vcc_lo, -4.0, v211499// W32: encoding: [0xf7,0x04,0xdc,0x7d]11500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11501 11502v_cmp_nlt_f16 vcc_lo, 0xfe0b, v211503// W32: encoding: [0xff,0x04,0xdc,0x7d,0x0b,0xfe,0x00,0x00]11504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11505 11506v_cmp_nlt_f16 vcc_lo, 0x3456, v211507// W32: encoding: [0xff,0x04,0xdc,0x7d,0x56,0x34,0x00,0x00]11508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11509 11510v_cmp_nlt_f16 vcc_lo, v1, v25511511// W32: encoding: [0x01,0xff,0xdd,0x7d]11512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11513 11514v_cmp_tru_f16 vcc_lo, v1, v211515// W32: encoding: [0x01,0x05,0xde,0x7d]11516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11517 11518v_cmp_tru_f16 vcc_lo, v255, v211519// W32: encoding: [0xff,0x05,0xde,0x7d]11520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11521 11522v_cmp_tru_f16 vcc_lo, s1, v211523// W32: encoding: [0x01,0x04,0xde,0x7d]11524// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11525 11526v_cmp_tru_f16 vcc_lo, s101, v211527// W32: encoding: [0x65,0x04,0xde,0x7d]11528// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11529 11530v_cmp_tru_f16 vcc_lo, vcc_lo, v211531// W32: encoding: [0x6a,0x04,0xde,0x7d]11532// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11533 11534v_cmp_tru_f16 vcc_lo, vcc_hi, v211535// W32: encoding: [0x6b,0x04,0xde,0x7d]11536// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11537 11538v_cmp_tru_f16 vcc_lo, m0, v211539// W32: encoding: [0x7c,0x04,0xde,0x7d]11540// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11541 11542v_cmp_tru_f16 vcc_lo, exec_lo, v211543// W32: encoding: [0x7e,0x04,0xde,0x7d]11544// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11545 11546v_cmp_tru_f16 vcc_lo, exec_hi, v211547// W32: encoding: [0x7f,0x04,0xde,0x7d]11548// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11549 11550v_cmp_tru_f16 vcc_lo, 0, v211551// W32: encoding: [0x80,0x04,0xde,0x7d]11552// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11553 11554v_cmp_tru_f16 vcc_lo, -1, v211555// W32: encoding: [0xc1,0x04,0xde,0x7d]11556// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11557 11558v_cmp_tru_f16 vcc_lo, 0.5, v211559// W32: encoding: [0xf0,0x04,0xde,0x7d]11560// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11561 11562v_cmp_tru_f16 vcc_lo, -4.0, v211563// W32: encoding: [0xf7,0x04,0xde,0x7d]11564// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11565 11566v_cmp_tru_f16 vcc_lo, 0xfe0b, v211567// W32: encoding: [0xff,0x04,0xde,0x7d,0x0b,0xfe,0x00,0x00]11568// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11569 11570v_cmp_tru_f16 vcc_lo, 0x3456, v211571// W32: encoding: [0xff,0x04,0xde,0x7d,0x56,0x34,0x00,0x00]11572// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11573 11574v_cmp_tru_f16 vcc_lo, v1, v25511575// W32: encoding: [0x01,0xff,0xdf,0x7d]11576// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode11577