10949 lines · plain
1// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1100 -mattr=+wavefrontsize32,-real-true16 -show-encoding %s | FileCheck --check-prefix=W32 %s2// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1100 -mattr=+wavefrontsize64,-real-true16 -show-encoding %s | FileCheck --check-prefix=W64 %s3// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1100 -mattr=+wavefrontsize32,-real-true16 -filetype=null %s 2>&1 | FileCheck --check-prefix=W32-ERR --implicit-check-not=error: %s4// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1100 -mattr=+wavefrontsize64,-real-true16 -filetype=null %s 2>&1 | FileCheck --check-prefix=W64-ERR --implicit-check-not=error: %s5 6v_cmp_class_f16_e32 vcc_lo, v1, v27// W32: encoding: [0x01,0x05,0xfa,0x7c]8// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9 10v_cmp_class_f16 vcc_lo, v127, v211// W32: encoding: [0x7f,0x05,0xfa,0x7c]12// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode13 14v_cmp_class_f16 vcc_lo, s1, v215// W32: encoding: [0x01,0x04,0xfa,0x7c]16// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode17 18v_cmp_class_f16 vcc_lo, s105, v219// W32: encoding: [0x69,0x04,0xfa,0x7c]20// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode21 22v_cmp_class_f16 vcc_lo, vcc_lo, v223// W32: encoding: [0x6a,0x04,0xfa,0x7c]24// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode25 26v_cmp_class_f16 vcc_lo, vcc_hi, v227// W32: encoding: [0x6b,0x04,0xfa,0x7c]28// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode29 30v_cmp_class_f16 vcc_lo, ttmp15, v231// W32: encoding: [0x7b,0x04,0xfa,0x7c]32// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode33 34v_cmp_class_f16 vcc_lo, m0, v235// W32: encoding: [0x7d,0x04,0xfa,0x7c]36// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode37 38v_cmp_class_f16 vcc_lo, exec_lo, v239// W32: encoding: [0x7e,0x04,0xfa,0x7c]40// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode41 42v_cmp_class_f16 vcc_lo, exec_hi, v243// W32: encoding: [0x7f,0x04,0xfa,0x7c]44// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode45 46v_cmp_class_f16 vcc_lo, null, v247// W32: encoding: [0x7c,0x04,0xfa,0x7c]48// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode49 50v_cmp_class_f16 vcc_lo, -1, v251// W32: encoding: [0xc1,0x04,0xfa,0x7c]52// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode53 54v_cmp_class_f16 vcc_lo, 0.5, v255// W32: encoding: [0xf0,0x04,0xfa,0x7c]56// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode57 58v_cmp_class_f16 vcc_lo, src_scc, v259// W32: encoding: [0xfd,0x04,0xfa,0x7c]60// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode61 62v_cmp_class_f16 vcc_lo, 0xfe0b, v12763// W32: encoding: [0xff,0xfe,0xfa,0x7c,0x0b,0xfe,0x00,0x00]64// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode65 66v_cmp_class_f16 vcc, v1, v267// W64: encoding: [0x01,0x05,0xfa,0x7c]68// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode69 70v_cmp_class_f16 vcc, v127, v271// W64: encoding: [0x7f,0x05,0xfa,0x7c]72// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode73 74v_cmp_class_f16 vcc, s1, v275// W64: encoding: [0x01,0x04,0xfa,0x7c]76// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode77 78v_cmp_class_f16 vcc, s105, v279// W64: encoding: [0x69,0x04,0xfa,0x7c]80// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode81 82v_cmp_class_f16 vcc, vcc_lo, v283// W64: encoding: [0x6a,0x04,0xfa,0x7c]84// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode85 86v_cmp_class_f16 vcc, vcc_hi, v287// W64: encoding: [0x6b,0x04,0xfa,0x7c]88// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode89 90v_cmp_class_f16 vcc, ttmp15, v291// W64: encoding: [0x7b,0x04,0xfa,0x7c]92// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode93 94v_cmp_class_f16 vcc, m0, v295// W64: encoding: [0x7d,0x04,0xfa,0x7c]96// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode97 98v_cmp_class_f16 vcc, exec_lo, v299// W64: encoding: [0x7e,0x04,0xfa,0x7c]100// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode101 102v_cmp_class_f16 vcc, exec_hi, v2103// W64: encoding: [0x7f,0x04,0xfa,0x7c]104// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode105 106v_cmp_class_f16 vcc, null, v2107// W64: encoding: [0x7c,0x04,0xfa,0x7c]108// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode109 110v_cmp_class_f16 vcc, -1, v2111// W64: encoding: [0xc1,0x04,0xfa,0x7c]112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode113 114v_cmp_class_f16 vcc, 0.5, v2115// W64: encoding: [0xf0,0x04,0xfa,0x7c]116// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode117 118v_cmp_class_f16 vcc, src_scc, v2119// W64: encoding: [0xfd,0x04,0xfa,0x7c]120// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode121 122v_cmp_class_f16 vcc, 0xfe0b, v127123// W64: encoding: [0xff,0xfe,0xfa,0x7c,0x0b,0xfe,0x00,0x00]124// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode125 126v_cmp_class_f32 vcc_lo, v1, v2127// W32: encoding: [0x01,0x05,0xfc,0x7c]128// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode129 130v_cmp_class_f32 vcc_lo, v255, v2131// W32: encoding: [0xff,0x05,0xfc,0x7c]132// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode133 134v_cmp_class_f32 vcc_lo, s1, v2135// W32: encoding: [0x01,0x04,0xfc,0x7c]136// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode137 138v_cmp_class_f32 vcc_lo, s105, v2139// W32: encoding: [0x69,0x04,0xfc,0x7c]140// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode141 142v_cmp_class_f32 vcc_lo, vcc_lo, v2143// W32: encoding: [0x6a,0x04,0xfc,0x7c]144// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode145 146v_cmp_class_f32 vcc_lo, vcc_hi, v2147// W32: encoding: [0x6b,0x04,0xfc,0x7c]148// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode149 150v_cmp_class_f32 vcc_lo, ttmp15, v2151// W32: encoding: [0x7b,0x04,0xfc,0x7c]152// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode153 154v_cmp_class_f32 vcc_lo, m0, v2155// W32: encoding: [0x7d,0x04,0xfc,0x7c]156// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode157 158v_cmp_class_f32 vcc_lo, exec_lo, v2159// W32: encoding: [0x7e,0x04,0xfc,0x7c]160// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode161 162v_cmp_class_f32 vcc_lo, exec_hi, v2163// W32: encoding: [0x7f,0x04,0xfc,0x7c]164// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode165 166v_cmp_class_f32 vcc_lo, null, v2167// W32: encoding: [0x7c,0x04,0xfc,0x7c]168// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode169 170v_cmp_class_f32 vcc_lo, -1, v2171// W32: encoding: [0xc1,0x04,0xfc,0x7c]172// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode173 174v_cmp_class_f32 vcc_lo, 0.5, v2175// W32: encoding: [0xf0,0x04,0xfc,0x7c]176// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode177 178v_cmp_class_f32 vcc_lo, src_scc, v2179// W32: encoding: [0xfd,0x04,0xfc,0x7c]180// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode181 182v_cmp_class_f32 vcc_lo, 0xaf123456, v255183// W32: encoding: [0xff,0xfe,0xfd,0x7c,0x56,0x34,0x12,0xaf]184// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode185 186v_cmp_class_f32 vcc, v1, v2187// W64: encoding: [0x01,0x05,0xfc,0x7c]188// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode189 190v_cmp_class_f32 vcc, v255, v2191// W64: encoding: [0xff,0x05,0xfc,0x7c]192// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode193 194v_cmp_class_f32 vcc, s1, v2195// W64: encoding: [0x01,0x04,0xfc,0x7c]196// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode197 198v_cmp_class_f32 vcc, s105, v2199// W64: encoding: [0x69,0x04,0xfc,0x7c]200// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode201 202v_cmp_class_f32 vcc, vcc_lo, v2203// W64: encoding: [0x6a,0x04,0xfc,0x7c]204// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode205 206v_cmp_class_f32 vcc, vcc_hi, v2207// W64: encoding: [0x6b,0x04,0xfc,0x7c]208// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode209 210v_cmp_class_f32 vcc, ttmp15, v2211// W64: encoding: [0x7b,0x04,0xfc,0x7c]212// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode213 214v_cmp_class_f32 vcc, m0, v2215// W64: encoding: [0x7d,0x04,0xfc,0x7c]216// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode217 218v_cmp_class_f32 vcc, exec_lo, v2219// W64: encoding: [0x7e,0x04,0xfc,0x7c]220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode221 222v_cmp_class_f32 vcc, exec_hi, v2223// W64: encoding: [0x7f,0x04,0xfc,0x7c]224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode225 226v_cmp_class_f32 vcc, null, v2227// W64: encoding: [0x7c,0x04,0xfc,0x7c]228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode229 230v_cmp_class_f32 vcc, -1, v2231// W64: encoding: [0xc1,0x04,0xfc,0x7c]232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode233 234v_cmp_class_f32 vcc, 0.5, v2235// W64: encoding: [0xf0,0x04,0xfc,0x7c]236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode237 238v_cmp_class_f32 vcc, src_scc, v2239// W64: encoding: [0xfd,0x04,0xfc,0x7c]240// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode241 242v_cmp_class_f32 vcc, 0xaf123456, v255243// W64: encoding: [0xff,0xfe,0xfd,0x7c,0x56,0x34,0x12,0xaf]244// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode245 246v_cmp_class_f64 vcc_lo, v[1:2], v2247// W32: encoding: [0x01,0x05,0xfe,0x7c]248// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode249 250v_cmp_class_f64 vcc_lo, v[254:255], v2251// W32: encoding: [0xfe,0x05,0xfe,0x7c]252// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode253 254v_cmp_class_f64 vcc_lo, s[2:3], v2255// W32: encoding: [0x02,0x04,0xfe,0x7c]256// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode257 258v_cmp_class_f64 vcc_lo, s[104:105], v2259// W32: encoding: [0x68,0x04,0xfe,0x7c]260// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode261 262v_cmp_class_f64 vcc_lo, vcc, v2263// W32: encoding: [0x6a,0x04,0xfe,0x7c]264// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode265 266v_cmp_class_f64 vcc_lo, ttmp[14:15], v2267// W32: encoding: [0x7a,0x04,0xfe,0x7c]268// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode269 270v_cmp_class_f64 vcc_lo, exec, v2271// W32: encoding: [0x7e,0x04,0xfe,0x7c]272// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode273 274v_cmp_class_f64 vcc_lo, null, v2275// W32: encoding: [0x7c,0x04,0xfe,0x7c]276// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode277 278v_cmp_class_f64 vcc_lo, -1, v2279// W32: encoding: [0xc1,0x04,0xfe,0x7c]280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode281 282v_cmp_class_f64 vcc_lo, 0.5, v2283// W32: encoding: [0xf0,0x04,0xfe,0x7c]284// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode285 286v_cmp_class_f64 vcc_lo, src_scc, v2287// W32: encoding: [0xfd,0x04,0xfe,0x7c]288// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode289 290v_cmp_class_f64 vcc_lo, 0xaf123456, v255291// W32: encoding: [0xff,0xfe,0xff,0x7c,0x56,0x34,0x12,0xaf]292// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode293 294v_cmp_class_f64 vcc, v[1:2], v2295// W64: encoding: [0x01,0x05,0xfe,0x7c]296// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode297 298v_cmp_class_f64 vcc, v[254:255], v2299// W64: encoding: [0xfe,0x05,0xfe,0x7c]300// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode301 302v_cmp_class_f64 vcc, s[2:3], v2303// W64: encoding: [0x02,0x04,0xfe,0x7c]304// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode305 306v_cmp_class_f64 vcc, s[104:105], v2307// W64: encoding: [0x68,0x04,0xfe,0x7c]308// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode309 310v_cmp_class_f64 vcc, vcc, v2311// W64: encoding: [0x6a,0x04,0xfe,0x7c]312// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode313 314v_cmp_class_f64 vcc, ttmp[14:15], v2315// W64: encoding: [0x7a,0x04,0xfe,0x7c]316// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode317 318v_cmp_class_f64 vcc, exec, v2319// W64: encoding: [0x7e,0x04,0xfe,0x7c]320// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode321 322v_cmp_class_f64 vcc, null, v2323// W64: encoding: [0x7c,0x04,0xfe,0x7c]324// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode325 326v_cmp_class_f64 vcc, -1, v2327// W64: encoding: [0xc1,0x04,0xfe,0x7c]328// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode329 330v_cmp_class_f64 vcc, 0.5, v2331// W64: encoding: [0xf0,0x04,0xfe,0x7c]332// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode333 334v_cmp_class_f64 vcc, src_scc, v2335// W64: encoding: [0xfd,0x04,0xfe,0x7c]336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode337 338v_cmp_class_f64 vcc, 0xaf123456, v255339// W64: encoding: [0xff,0xfe,0xff,0x7c,0x56,0x34,0x12,0xaf]340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode341 342v_cmp_eq_f16 vcc_lo, v1, v2343// W32: encoding: [0x01,0x05,0x04,0x7c]344// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode345 346v_cmp_eq_f16 vcc_lo, v127, v2347// W32: encoding: [0x7f,0x05,0x04,0x7c]348// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode349 350v_cmp_eq_f16 vcc_lo, s1, v2351// W32: encoding: [0x01,0x04,0x04,0x7c]352// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode353 354v_cmp_eq_f16 vcc_lo, s105, v2355// W32: encoding: [0x69,0x04,0x04,0x7c]356// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode357 358v_cmp_eq_f16 vcc_lo, vcc_lo, v2359// W32: encoding: [0x6a,0x04,0x04,0x7c]360// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode361 362v_cmp_eq_f16 vcc_lo, vcc_hi, v2363// W32: encoding: [0x6b,0x04,0x04,0x7c]364// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode365 366v_cmp_eq_f16 vcc_lo, ttmp15, v2367// W32: encoding: [0x7b,0x04,0x04,0x7c]368// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode369 370v_cmp_eq_f16 vcc_lo, m0, v2371// W32: encoding: [0x7d,0x04,0x04,0x7c]372// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode373 374v_cmp_eq_f16 vcc_lo, exec_lo, v2375// W32: encoding: [0x7e,0x04,0x04,0x7c]376// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode377 378v_cmp_eq_f16 vcc_lo, exec_hi, v2379// W32: encoding: [0x7f,0x04,0x04,0x7c]380// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode381 382v_cmp_eq_f16 vcc_lo, null, v2383// W32: encoding: [0x7c,0x04,0x04,0x7c]384// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode385 386v_cmp_eq_f16 vcc_lo, -1, v2387// W32: encoding: [0xc1,0x04,0x04,0x7c]388// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode389 390v_cmp_eq_f16 vcc_lo, 0.5, v2391// W32: encoding: [0xf0,0x04,0x04,0x7c]392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode393 394v_cmp_eq_f16 vcc_lo, src_scc, v2395// W32: encoding: [0xfd,0x04,0x04,0x7c]396// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode397 398v_cmp_eq_f16 vcc_lo, 0xfe0b, v127399// W32: encoding: [0xff,0xfe,0x04,0x7c,0x0b,0xfe,0x00,0x00]400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode401 402v_cmp_eq_f16 vcc, v1, v2403// W64: encoding: [0x01,0x05,0x04,0x7c]404// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode405 406v_cmp_eq_f16 vcc, v127, v2407// W64: encoding: [0x7f,0x05,0x04,0x7c]408// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode409 410v_cmp_eq_f16 vcc, s1, v2411// W64: encoding: [0x01,0x04,0x04,0x7c]412// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode413 414v_cmp_eq_f16 vcc, s105, v2415// W64: encoding: [0x69,0x04,0x04,0x7c]416// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode417 418v_cmp_eq_f16 vcc, vcc_lo, v2419// W64: encoding: [0x6a,0x04,0x04,0x7c]420// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode421 422v_cmp_eq_f16 vcc, vcc_hi, v2423// W64: encoding: [0x6b,0x04,0x04,0x7c]424// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode425 426v_cmp_eq_f16 vcc, ttmp15, v2427// W64: encoding: [0x7b,0x04,0x04,0x7c]428// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode429 430v_cmp_eq_f16 vcc, m0, v2431// W64: encoding: [0x7d,0x04,0x04,0x7c]432// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode433 434v_cmp_eq_f16 vcc, exec_lo, v2435// W64: encoding: [0x7e,0x04,0x04,0x7c]436// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode437 438v_cmp_eq_f16 vcc, exec_hi, v2439// W64: encoding: [0x7f,0x04,0x04,0x7c]440// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode441 442v_cmp_eq_f16 vcc, null, v2443// W64: encoding: [0x7c,0x04,0x04,0x7c]444// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode445 446v_cmp_eq_f16 vcc, -1, v2447// W64: encoding: [0xc1,0x04,0x04,0x7c]448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode449 450v_cmp_eq_f16 vcc, 0.5, v2451// W64: encoding: [0xf0,0x04,0x04,0x7c]452// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode453 454v_cmp_eq_f16 vcc, src_scc, v2455// W64: encoding: [0xfd,0x04,0x04,0x7c]456// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode457 458v_cmp_eq_f16 vcc, 0xfe0b, v127459// W64: encoding: [0xff,0xfe,0x04,0x7c,0x0b,0xfe,0x00,0x00]460// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode461 462v_cmp_eq_f32 vcc_lo, v1, v2463// W32: encoding: [0x01,0x05,0x24,0x7c]464// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode465 466v_cmp_eq_f32 vcc_lo, v255, v2467// W32: encoding: [0xff,0x05,0x24,0x7c]468// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode469 470v_cmp_eq_f32 vcc_lo, s1, v2471// W32: encoding: [0x01,0x04,0x24,0x7c]472// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode473 474v_cmp_eq_f32 vcc_lo, s105, v2475// W32: encoding: [0x69,0x04,0x24,0x7c]476// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode477 478v_cmp_eq_f32 vcc_lo, vcc_lo, v2479// W32: encoding: [0x6a,0x04,0x24,0x7c]480// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode481 482v_cmp_eq_f32 vcc_lo, vcc_hi, v2483// W32: encoding: [0x6b,0x04,0x24,0x7c]484// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode485 486v_cmp_eq_f32 vcc_lo, ttmp15, v2487// W32: encoding: [0x7b,0x04,0x24,0x7c]488// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode489 490v_cmp_eq_f32 vcc_lo, m0, v2491// W32: encoding: [0x7d,0x04,0x24,0x7c]492// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode493 494v_cmp_eq_f32 vcc_lo, exec_lo, v2495// W32: encoding: [0x7e,0x04,0x24,0x7c]496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode497 498v_cmp_eq_f32 vcc_lo, exec_hi, v2499// W32: encoding: [0x7f,0x04,0x24,0x7c]500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode501 502v_cmp_eq_f32 vcc_lo, null, v2503// W32: encoding: [0x7c,0x04,0x24,0x7c]504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode505 506v_cmp_eq_f32 vcc_lo, -1, v2507// W32: encoding: [0xc1,0x04,0x24,0x7c]508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode509 510v_cmp_eq_f32 vcc_lo, 0.5, v2511// W32: encoding: [0xf0,0x04,0x24,0x7c]512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode513 514v_cmp_eq_f32 vcc_lo, src_scc, v2515// W32: encoding: [0xfd,0x04,0x24,0x7c]516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode517 518v_cmp_eq_f32 vcc_lo, 0xaf123456, v255519// W32: encoding: [0xff,0xfe,0x25,0x7c,0x56,0x34,0x12,0xaf]520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode521 522v_cmp_eq_f32 vcc, v1, v2523// W64: encoding: [0x01,0x05,0x24,0x7c]524// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode525 526v_cmp_eq_f32 vcc, v255, v2527// W64: encoding: [0xff,0x05,0x24,0x7c]528// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode529 530v_cmp_eq_f32 vcc, s1, v2531// W64: encoding: [0x01,0x04,0x24,0x7c]532// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode533 534v_cmp_eq_f32 vcc, s105, v2535// W64: encoding: [0x69,0x04,0x24,0x7c]536// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode537 538v_cmp_eq_f32 vcc, vcc_lo, v2539// W64: encoding: [0x6a,0x04,0x24,0x7c]540// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode541 542v_cmp_eq_f32 vcc, vcc_hi, v2543// W64: encoding: [0x6b,0x04,0x24,0x7c]544// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode545 546v_cmp_eq_f32 vcc, ttmp15, v2547// W64: encoding: [0x7b,0x04,0x24,0x7c]548// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode549 550v_cmp_eq_f32 vcc, m0, v2551// W64: encoding: [0x7d,0x04,0x24,0x7c]552// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode553 554v_cmp_eq_f32 vcc, exec_lo, v2555// W64: encoding: [0x7e,0x04,0x24,0x7c]556// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode557 558v_cmp_eq_f32 vcc, exec_hi, v2559// W64: encoding: [0x7f,0x04,0x24,0x7c]560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode561 562v_cmp_eq_f32 vcc, null, v2563// W64: encoding: [0x7c,0x04,0x24,0x7c]564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode565 566v_cmp_eq_f32 vcc, -1, v2567// W64: encoding: [0xc1,0x04,0x24,0x7c]568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode569 570v_cmp_eq_f32 vcc, 0.5, v2571// W64: encoding: [0xf0,0x04,0x24,0x7c]572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode573 574v_cmp_eq_f32 vcc, src_scc, v2575// W64: encoding: [0xfd,0x04,0x24,0x7c]576// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode577 578v_cmp_eq_f32 vcc, 0xaf123456, v255579// W64: encoding: [0xff,0xfe,0x25,0x7c,0x56,0x34,0x12,0xaf]580// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode581 582v_cmp_eq_f64 vcc_lo, v[1:2], v[2:3]583// W32: encoding: [0x01,0x05,0x44,0x7c]584// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode585 586v_cmp_eq_f64 vcc_lo, v[254:255], v[2:3]587// W32: encoding: [0xfe,0x05,0x44,0x7c]588// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode589 590v_cmp_eq_f64 vcc_lo, s[2:3], v[2:3]591// W32: encoding: [0x02,0x04,0x44,0x7c]592// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode593 594v_cmp_eq_f64 vcc_lo, s[104:105], v[2:3]595// W32: encoding: [0x68,0x04,0x44,0x7c]596// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode597 598v_cmp_eq_f64 vcc_lo, vcc, v[2:3]599// W32: encoding: [0x6a,0x04,0x44,0x7c]600// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode601 602v_cmp_eq_f64 vcc_lo, ttmp[14:15], v[2:3]603// W32: encoding: [0x7a,0x04,0x44,0x7c]604// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode605 606v_cmp_eq_f64 vcc_lo, exec, v[2:3]607// W32: encoding: [0x7e,0x04,0x44,0x7c]608// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode609 610v_cmp_eq_f64 vcc_lo, null, v[2:3]611// W32: encoding: [0x7c,0x04,0x44,0x7c]612// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode613 614v_cmp_eq_f64 vcc_lo, -1, v[2:3]615// W32: encoding: [0xc1,0x04,0x44,0x7c]616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode617 618v_cmp_eq_f64 vcc_lo, 0.5, v[2:3]619// W32: encoding: [0xf0,0x04,0x44,0x7c]620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode621 622v_cmp_eq_f64 vcc_lo, src_scc, v[2:3]623// W32: encoding: [0xfd,0x04,0x44,0x7c]624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode625 626v_cmp_eq_f64 vcc_lo, 0xaf123456, v[254:255]627// W32: encoding: [0xff,0xfc,0x45,0x7c,0x56,0x34,0x12,0xaf]628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode629 630v_cmp_eq_f64 vcc, v[1:2], v[2:3]631// W64: encoding: [0x01,0x05,0x44,0x7c]632// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode633 634v_cmp_eq_f64 vcc, v[254:255], v[2:3]635// W64: encoding: [0xfe,0x05,0x44,0x7c]636// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode637 638v_cmp_eq_f64 vcc, s[2:3], v[2:3]639// W64: encoding: [0x02,0x04,0x44,0x7c]640// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode641 642v_cmp_eq_f64 vcc, s[104:105], v[2:3]643// W64: encoding: [0x68,0x04,0x44,0x7c]644// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode645 646v_cmp_eq_f64 vcc, vcc, v[2:3]647// W64: encoding: [0x6a,0x04,0x44,0x7c]648// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode649 650v_cmp_eq_f64 vcc, ttmp[14:15], v[2:3]651// W64: encoding: [0x7a,0x04,0x44,0x7c]652// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode653 654v_cmp_eq_f64 vcc, exec, v[2:3]655// W64: encoding: [0x7e,0x04,0x44,0x7c]656// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode657 658v_cmp_eq_f64 vcc, null, v[2:3]659// W64: encoding: [0x7c,0x04,0x44,0x7c]660// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode661 662v_cmp_eq_f64 vcc, -1, v[2:3]663// W64: encoding: [0xc1,0x04,0x44,0x7c]664// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode665 666v_cmp_eq_f64 vcc, 0.5, v[2:3]667// W64: encoding: [0xf0,0x04,0x44,0x7c]668// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode669 670v_cmp_eq_f64 vcc, src_scc, v[2:3]671// W64: encoding: [0xfd,0x04,0x44,0x7c]672// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode673 674v_cmp_eq_f64 vcc, 0xaf123456, v[254:255]675// W64: encoding: [0xff,0xfc,0x45,0x7c,0x56,0x34,0x12,0xaf]676// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode677 678v_cmp_eq_i16 vcc_lo, v1, v2679// W32: encoding: [0x01,0x05,0x64,0x7c]680// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode681 682v_cmp_eq_i16 vcc_lo, v127, v2683// W32: encoding: [0x7f,0x05,0x64,0x7c]684// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode685 686v_cmp_eq_i16 vcc_lo, s1, v2687// W32: encoding: [0x01,0x04,0x64,0x7c]688// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode689 690v_cmp_eq_i16 vcc_lo, s105, v2691// W32: encoding: [0x69,0x04,0x64,0x7c]692// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode693 694v_cmp_eq_i16 vcc_lo, vcc_lo, v2695// W32: encoding: [0x6a,0x04,0x64,0x7c]696// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode697 698v_cmp_eq_i16 vcc_lo, vcc_hi, v2699// W32: encoding: [0x6b,0x04,0x64,0x7c]700// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode701 702v_cmp_eq_i16 vcc_lo, ttmp15, v2703// W32: encoding: [0x7b,0x04,0x64,0x7c]704// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode705 706v_cmp_eq_i16 vcc_lo, m0, v2707// W32: encoding: [0x7d,0x04,0x64,0x7c]708// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode709 710v_cmp_eq_i16 vcc_lo, exec_lo, v2711// W32: encoding: [0x7e,0x04,0x64,0x7c]712// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode713 714v_cmp_eq_i16 vcc_lo, exec_hi, v2715// W32: encoding: [0x7f,0x04,0x64,0x7c]716// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode717 718v_cmp_eq_i16 vcc_lo, null, v2719// W32: encoding: [0x7c,0x04,0x64,0x7c]720// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode721 722v_cmp_eq_i16 vcc_lo, -1, v2723// W32: encoding: [0xc1,0x04,0x64,0x7c]724// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode725 726v_cmp_eq_i16 vcc_lo, 0.5, v2727// W32: encoding: [0xf0,0x04,0x64,0x7c]728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode729 730v_cmp_eq_i16 vcc_lo, src_scc, v2731// W32: encoding: [0xfd,0x04,0x64,0x7c]732// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode733 734v_cmp_eq_i16 vcc_lo, 0xfe0b, v127735// W32: encoding: [0xff,0xfe,0x64,0x7c,0x0b,0xfe,0x00,0x00]736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode737 738v_cmp_eq_i16 vcc, v1, v2739// W64: encoding: [0x01,0x05,0x64,0x7c]740// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode741 742v_cmp_eq_i16 vcc, v127, v2743// W64: encoding: [0x7f,0x05,0x64,0x7c]744// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode745 746v_cmp_eq_i16 vcc, s1, v2747// W64: encoding: [0x01,0x04,0x64,0x7c]748// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode749 750v_cmp_eq_i16 vcc, s105, v2751// W64: encoding: [0x69,0x04,0x64,0x7c]752// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode753 754v_cmp_eq_i16 vcc, vcc_lo, v2755// W64: encoding: [0x6a,0x04,0x64,0x7c]756// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode757 758v_cmp_eq_i16 vcc, vcc_hi, v2759// W64: encoding: [0x6b,0x04,0x64,0x7c]760// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode761 762v_cmp_eq_i16 vcc, ttmp15, v2763// W64: encoding: [0x7b,0x04,0x64,0x7c]764// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode765 766v_cmp_eq_i16 vcc, m0, v2767// W64: encoding: [0x7d,0x04,0x64,0x7c]768// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode769 770v_cmp_eq_i16 vcc, exec_lo, v2771// W64: encoding: [0x7e,0x04,0x64,0x7c]772// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode773 774v_cmp_eq_i16 vcc, exec_hi, v2775// W64: encoding: [0x7f,0x04,0x64,0x7c]776// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode777 778v_cmp_eq_i16 vcc, null, v2779// W64: encoding: [0x7c,0x04,0x64,0x7c]780// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode781 782v_cmp_eq_i16 vcc, -1, v2783// W64: encoding: [0xc1,0x04,0x64,0x7c]784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode785 786v_cmp_eq_i16 vcc, 0.5, v2787// W64: encoding: [0xf0,0x04,0x64,0x7c]788// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode789 790v_cmp_eq_i16 vcc, src_scc, v2791// W64: encoding: [0xfd,0x04,0x64,0x7c]792// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode793 794v_cmp_eq_i16 vcc, 0xfe0b, v127795// W64: encoding: [0xff,0xfe,0x64,0x7c,0x0b,0xfe,0x00,0x00]796// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode797 798v_cmp_eq_i32 vcc_lo, v1, v2799// W32: encoding: [0x01,0x05,0x84,0x7c]800// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode801 802v_cmp_eq_i32 vcc_lo, v255, v2803// W32: encoding: [0xff,0x05,0x84,0x7c]804// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode805 806v_cmp_eq_i32 vcc_lo, s1, v2807// W32: encoding: [0x01,0x04,0x84,0x7c]808// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode809 810v_cmp_eq_i32 vcc_lo, s105, v2811// W32: encoding: [0x69,0x04,0x84,0x7c]812// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode813 814v_cmp_eq_i32 vcc_lo, vcc_lo, v2815// W32: encoding: [0x6a,0x04,0x84,0x7c]816// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode817 818v_cmp_eq_i32 vcc_lo, vcc_hi, v2819// W32: encoding: [0x6b,0x04,0x84,0x7c]820// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode821 822v_cmp_eq_i32 vcc_lo, ttmp15, v2823// W32: encoding: [0x7b,0x04,0x84,0x7c]824// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode825 826v_cmp_eq_i32 vcc_lo, m0, v2827// W32: encoding: [0x7d,0x04,0x84,0x7c]828// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode829 830v_cmp_eq_i32 vcc_lo, exec_lo, v2831// W32: encoding: [0x7e,0x04,0x84,0x7c]832// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode833 834v_cmp_eq_i32 vcc_lo, exec_hi, v2835// W32: encoding: [0x7f,0x04,0x84,0x7c]836// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode837 838v_cmp_eq_i32 vcc_lo, null, v2839// W32: encoding: [0x7c,0x04,0x84,0x7c]840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode841 842v_cmp_eq_i32 vcc_lo, -1, v2843// W32: encoding: [0xc1,0x04,0x84,0x7c]844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode845 846v_cmp_eq_i32 vcc_lo, 0.5, v2847// W32: encoding: [0xf0,0x04,0x84,0x7c]848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode849 850v_cmp_eq_i32 vcc_lo, src_scc, v2851// W32: encoding: [0xfd,0x04,0x84,0x7c]852// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode853 854v_cmp_eq_i32 vcc_lo, 0xaf123456, v255855// W32: encoding: [0xff,0xfe,0x85,0x7c,0x56,0x34,0x12,0xaf]856// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode857 858v_cmp_eq_i32 vcc, v1, v2859// W64: encoding: [0x01,0x05,0x84,0x7c]860// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode861 862v_cmp_eq_i32 vcc, v255, v2863// W64: encoding: [0xff,0x05,0x84,0x7c]864// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode865 866v_cmp_eq_i32 vcc, s1, v2867// W64: encoding: [0x01,0x04,0x84,0x7c]868// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode869 870v_cmp_eq_i32 vcc, s105, v2871// W64: encoding: [0x69,0x04,0x84,0x7c]872// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode873 874v_cmp_eq_i32 vcc, vcc_lo, v2875// W64: encoding: [0x6a,0x04,0x84,0x7c]876// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode877 878v_cmp_eq_i32 vcc, vcc_hi, v2879// W64: encoding: [0x6b,0x04,0x84,0x7c]880// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode881 882v_cmp_eq_i32 vcc, ttmp15, v2883// W64: encoding: [0x7b,0x04,0x84,0x7c]884// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode885 886v_cmp_eq_i32 vcc, m0, v2887// W64: encoding: [0x7d,0x04,0x84,0x7c]888// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode889 890v_cmp_eq_i32 vcc, exec_lo, v2891// W64: encoding: [0x7e,0x04,0x84,0x7c]892// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode893 894v_cmp_eq_i32 vcc, exec_hi, v2895// W64: encoding: [0x7f,0x04,0x84,0x7c]896// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode897 898v_cmp_eq_i32 vcc, null, v2899// W64: encoding: [0x7c,0x04,0x84,0x7c]900// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode901 902v_cmp_eq_i32 vcc, -1, v2903// W64: encoding: [0xc1,0x04,0x84,0x7c]904// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode905 906v_cmp_eq_i32 vcc, 0.5, v2907// W64: encoding: [0xf0,0x04,0x84,0x7c]908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode909 910v_cmp_eq_i32 vcc, src_scc, v2911// W64: encoding: [0xfd,0x04,0x84,0x7c]912// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode913 914v_cmp_eq_i32 vcc, 0xaf123456, v255915// W64: encoding: [0xff,0xfe,0x85,0x7c,0x56,0x34,0x12,0xaf]916// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode917 918v_cmp_eq_i64 vcc_lo, v[1:2], v[2:3]919// W32: encoding: [0x01,0x05,0xa4,0x7c]920// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode921 922v_cmp_eq_i64 vcc_lo, v[254:255], v[2:3]923// W32: encoding: [0xfe,0x05,0xa4,0x7c]924// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode925 926v_cmp_eq_i64 vcc_lo, s[2:3], v[2:3]927// W32: encoding: [0x02,0x04,0xa4,0x7c]928// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode929 930v_cmp_eq_i64 vcc_lo, s[104:105], v[2:3]931// W32: encoding: [0x68,0x04,0xa4,0x7c]932// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode933 934v_cmp_eq_i64 vcc_lo, vcc, v[2:3]935// W32: encoding: [0x6a,0x04,0xa4,0x7c]936// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode937 938v_cmp_eq_i64 vcc_lo, ttmp[14:15], v[2:3]939// W32: encoding: [0x7a,0x04,0xa4,0x7c]940// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode941 942v_cmp_eq_i64 vcc_lo, exec, v[2:3]943// W32: encoding: [0x7e,0x04,0xa4,0x7c]944// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode945 946v_cmp_eq_i64 vcc_lo, null, v[2:3]947// W32: encoding: [0x7c,0x04,0xa4,0x7c]948// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode949 950v_cmp_eq_i64 vcc_lo, -1, v[2:3]951// W32: encoding: [0xc1,0x04,0xa4,0x7c]952// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode953 954v_cmp_eq_i64 vcc_lo, 0.5, v[2:3]955// W32: encoding: [0xf0,0x04,0xa4,0x7c]956// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode957 958v_cmp_eq_i64 vcc_lo, src_scc, v[2:3]959// W32: encoding: [0xfd,0x04,0xa4,0x7c]960// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode961 962v_cmp_eq_i64 vcc_lo, 0xaf123456, v[254:255]963// W32: encoding: [0xff,0xfc,0xa5,0x7c,0x56,0x34,0x12,0xaf]964// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode965 966v_cmp_eq_i64 vcc, v[1:2], v[2:3]967// W64: encoding: [0x01,0x05,0xa4,0x7c]968// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode969 970v_cmp_eq_i64 vcc, v[254:255], v[2:3]971// W64: encoding: [0xfe,0x05,0xa4,0x7c]972// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode973 974v_cmp_eq_i64 vcc, s[2:3], v[2:3]975// W64: encoding: [0x02,0x04,0xa4,0x7c]976// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode977 978v_cmp_eq_i64 vcc, s[104:105], v[2:3]979// W64: encoding: [0x68,0x04,0xa4,0x7c]980// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode981 982v_cmp_eq_i64 vcc, vcc, v[2:3]983// W64: encoding: [0x6a,0x04,0xa4,0x7c]984// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode985 986v_cmp_eq_i64 vcc, ttmp[14:15], v[2:3]987// W64: encoding: [0x7a,0x04,0xa4,0x7c]988// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode989 990v_cmp_eq_i64 vcc, exec, v[2:3]991// W64: encoding: [0x7e,0x04,0xa4,0x7c]992// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode993 994v_cmp_eq_i64 vcc, null, v[2:3]995// W64: encoding: [0x7c,0x04,0xa4,0x7c]996// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode997 998v_cmp_eq_i64 vcc, -1, v[2:3]999// W64: encoding: [0xc1,0x04,0xa4,0x7c]1000// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1001 1002v_cmp_eq_i64 vcc, 0.5, v[2:3]1003// W64: encoding: [0xf0,0x04,0xa4,0x7c]1004// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1005 1006v_cmp_eq_i64 vcc, src_scc, v[2:3]1007// W64: encoding: [0xfd,0x04,0xa4,0x7c]1008// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1009 1010v_cmp_eq_i64 vcc, 0xaf123456, v[254:255]1011// W64: encoding: [0xff,0xfc,0xa5,0x7c,0x56,0x34,0x12,0xaf]1012// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1013 1014v_cmp_eq_u16 vcc_lo, v1, v21015// W32: encoding: [0x01,0x05,0x74,0x7c]1016// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1017 1018v_cmp_eq_u16 vcc_lo, v127, v21019// W32: encoding: [0x7f,0x05,0x74,0x7c]1020// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1021 1022v_cmp_eq_u16 vcc_lo, s1, v21023// W32: encoding: [0x01,0x04,0x74,0x7c]1024// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1025 1026v_cmp_eq_u16 vcc_lo, s105, v21027// W32: encoding: [0x69,0x04,0x74,0x7c]1028// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1029 1030v_cmp_eq_u16 vcc_lo, vcc_lo, v21031// W32: encoding: [0x6a,0x04,0x74,0x7c]1032// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1033 1034v_cmp_eq_u16 vcc_lo, vcc_hi, v21035// W32: encoding: [0x6b,0x04,0x74,0x7c]1036// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1037 1038v_cmp_eq_u16 vcc_lo, ttmp15, v21039// W32: encoding: [0x7b,0x04,0x74,0x7c]1040// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1041 1042v_cmp_eq_u16 vcc_lo, m0, v21043// W32: encoding: [0x7d,0x04,0x74,0x7c]1044// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1045 1046v_cmp_eq_u16 vcc_lo, exec_lo, v21047// W32: encoding: [0x7e,0x04,0x74,0x7c]1048// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1049 1050v_cmp_eq_u16 vcc_lo, exec_hi, v21051// W32: encoding: [0x7f,0x04,0x74,0x7c]1052// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1053 1054v_cmp_eq_u16 vcc_lo, null, v21055// W32: encoding: [0x7c,0x04,0x74,0x7c]1056// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1057 1058v_cmp_eq_u16 vcc_lo, -1, v21059// W32: encoding: [0xc1,0x04,0x74,0x7c]1060// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1061 1062v_cmp_eq_u16 vcc_lo, 0.5, v21063// W32: encoding: [0xf0,0x04,0x74,0x7c]1064// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1065 1066v_cmp_eq_u16 vcc_lo, src_scc, v21067// W32: encoding: [0xfd,0x04,0x74,0x7c]1068// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1069 1070v_cmp_eq_u16 vcc_lo, 0xfe0b, v1271071// W32: encoding: [0xff,0xfe,0x74,0x7c,0x0b,0xfe,0x00,0x00]1072// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1073 1074v_cmp_eq_u16 vcc, v1, v21075// W64: encoding: [0x01,0x05,0x74,0x7c]1076// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1077 1078v_cmp_eq_u16 vcc, v127, v21079// W64: encoding: [0x7f,0x05,0x74,0x7c]1080// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1081 1082v_cmp_eq_u16 vcc, s1, v21083// W64: encoding: [0x01,0x04,0x74,0x7c]1084// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1085 1086v_cmp_eq_u16 vcc, s105, v21087// W64: encoding: [0x69,0x04,0x74,0x7c]1088// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1089 1090v_cmp_eq_u16 vcc, vcc_lo, v21091// W64: encoding: [0x6a,0x04,0x74,0x7c]1092// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1093 1094v_cmp_eq_u16 vcc, vcc_hi, v21095// W64: encoding: [0x6b,0x04,0x74,0x7c]1096// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1097 1098v_cmp_eq_u16 vcc, ttmp15, v21099// W64: encoding: [0x7b,0x04,0x74,0x7c]1100// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1101 1102v_cmp_eq_u16 vcc, m0, v21103// W64: encoding: [0x7d,0x04,0x74,0x7c]1104// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1105 1106v_cmp_eq_u16 vcc, exec_lo, v21107// W64: encoding: [0x7e,0x04,0x74,0x7c]1108// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1109 1110v_cmp_eq_u16 vcc, exec_hi, v21111// W64: encoding: [0x7f,0x04,0x74,0x7c]1112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1113 1114v_cmp_eq_u16 vcc, null, v21115// W64: encoding: [0x7c,0x04,0x74,0x7c]1116// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1117 1118v_cmp_eq_u16 vcc, -1, v21119// W64: encoding: [0xc1,0x04,0x74,0x7c]1120// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1121 1122v_cmp_eq_u16 vcc, 0.5, v21123// W64: encoding: [0xf0,0x04,0x74,0x7c]1124// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1125 1126v_cmp_eq_u16 vcc, src_scc, v21127// W64: encoding: [0xfd,0x04,0x74,0x7c]1128// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1129 1130v_cmp_eq_u16 vcc, 0xfe0b, v1271131// W64: encoding: [0xff,0xfe,0x74,0x7c,0x0b,0xfe,0x00,0x00]1132// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1133 1134v_cmp_eq_u32 vcc_lo, v1, v21135// W32: encoding: [0x01,0x05,0x94,0x7c]1136// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1137 1138v_cmp_eq_u32 vcc_lo, v255, v21139// W32: encoding: [0xff,0x05,0x94,0x7c]1140// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1141 1142v_cmp_eq_u32 vcc_lo, s1, v21143// W32: encoding: [0x01,0x04,0x94,0x7c]1144// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1145 1146v_cmp_eq_u32 vcc_lo, s105, v21147// W32: encoding: [0x69,0x04,0x94,0x7c]1148// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1149 1150v_cmp_eq_u32 vcc_lo, vcc_lo, v21151// W32: encoding: [0x6a,0x04,0x94,0x7c]1152// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1153 1154v_cmp_eq_u32 vcc_lo, vcc_hi, v21155// W32: encoding: [0x6b,0x04,0x94,0x7c]1156// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1157 1158v_cmp_eq_u32 vcc_lo, ttmp15, v21159// W32: encoding: [0x7b,0x04,0x94,0x7c]1160// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1161 1162v_cmp_eq_u32 vcc_lo, m0, v21163// W32: encoding: [0x7d,0x04,0x94,0x7c]1164// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1165 1166v_cmp_eq_u32 vcc_lo, exec_lo, v21167// W32: encoding: [0x7e,0x04,0x94,0x7c]1168// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1169 1170v_cmp_eq_u32 vcc_lo, exec_hi, v21171// W32: encoding: [0x7f,0x04,0x94,0x7c]1172// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1173 1174v_cmp_eq_u32 vcc_lo, null, v21175// W32: encoding: [0x7c,0x04,0x94,0x7c]1176// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1177 1178v_cmp_eq_u32 vcc_lo, -1, v21179// W32: encoding: [0xc1,0x04,0x94,0x7c]1180// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1181 1182v_cmp_eq_u32 vcc_lo, 0.5, v21183// W32: encoding: [0xf0,0x04,0x94,0x7c]1184// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1185 1186v_cmp_eq_u32 vcc_lo, src_scc, v21187// W32: encoding: [0xfd,0x04,0x94,0x7c]1188// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1189 1190v_cmp_eq_u32 vcc_lo, 0xaf123456, v2551191// W32: encoding: [0xff,0xfe,0x95,0x7c,0x56,0x34,0x12,0xaf]1192// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1193 1194v_cmp_eq_u32 vcc, v1, v21195// W64: encoding: [0x01,0x05,0x94,0x7c]1196// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1197 1198v_cmp_eq_u32 vcc, v255, v21199// W64: encoding: [0xff,0x05,0x94,0x7c]1200// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1201 1202v_cmp_eq_u32 vcc, s1, v21203// W64: encoding: [0x01,0x04,0x94,0x7c]1204// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1205 1206v_cmp_eq_u32 vcc, s105, v21207// W64: encoding: [0x69,0x04,0x94,0x7c]1208// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1209 1210v_cmp_eq_u32 vcc, vcc_lo, v21211// W64: encoding: [0x6a,0x04,0x94,0x7c]1212// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1213 1214v_cmp_eq_u32 vcc, vcc_hi, v21215// W64: encoding: [0x6b,0x04,0x94,0x7c]1216// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1217 1218v_cmp_eq_u32 vcc, ttmp15, v21219// W64: encoding: [0x7b,0x04,0x94,0x7c]1220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1221 1222v_cmp_eq_u32 vcc, m0, v21223// W64: encoding: [0x7d,0x04,0x94,0x7c]1224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1225 1226v_cmp_eq_u32 vcc, exec_lo, v21227// W64: encoding: [0x7e,0x04,0x94,0x7c]1228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1229 1230v_cmp_eq_u32 vcc, exec_hi, v21231// W64: encoding: [0x7f,0x04,0x94,0x7c]1232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1233 1234v_cmp_eq_u32 vcc, null, v21235// W64: encoding: [0x7c,0x04,0x94,0x7c]1236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1237 1238v_cmp_eq_u32 vcc, -1, v21239// W64: encoding: [0xc1,0x04,0x94,0x7c]1240// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1241 1242v_cmp_eq_u32 vcc, 0.5, v21243// W64: encoding: [0xf0,0x04,0x94,0x7c]1244// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1245 1246v_cmp_eq_u32 vcc, src_scc, v21247// W64: encoding: [0xfd,0x04,0x94,0x7c]1248// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1249 1250v_cmp_eq_u32 vcc, 0xaf123456, v2551251// W64: encoding: [0xff,0xfe,0x95,0x7c,0x56,0x34,0x12,0xaf]1252// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1253 1254v_cmp_eq_u64 vcc_lo, v[1:2], v[2:3]1255// W32: encoding: [0x01,0x05,0xb4,0x7c]1256// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1257 1258v_cmp_eq_u64 vcc_lo, v[254:255], v[2:3]1259// W32: encoding: [0xfe,0x05,0xb4,0x7c]1260// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1261 1262v_cmp_eq_u64 vcc_lo, s[2:3], v[2:3]1263// W32: encoding: [0x02,0x04,0xb4,0x7c]1264// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1265 1266v_cmp_eq_u64 vcc_lo, s[104:105], v[2:3]1267// W32: encoding: [0x68,0x04,0xb4,0x7c]1268// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1269 1270v_cmp_eq_u64 vcc_lo, vcc, v[2:3]1271// W32: encoding: [0x6a,0x04,0xb4,0x7c]1272// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1273 1274v_cmp_eq_u64 vcc_lo, ttmp[14:15], v[2:3]1275// W32: encoding: [0x7a,0x04,0xb4,0x7c]1276// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1277 1278v_cmp_eq_u64 vcc_lo, exec, v[2:3]1279// W32: encoding: [0x7e,0x04,0xb4,0x7c]1280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1281 1282v_cmp_eq_u64 vcc_lo, null, v[2:3]1283// W32: encoding: [0x7c,0x04,0xb4,0x7c]1284// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1285 1286v_cmp_eq_u64 vcc_lo, -1, v[2:3]1287// W32: encoding: [0xc1,0x04,0xb4,0x7c]1288// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1289 1290v_cmp_eq_u64 vcc_lo, 0.5, v[2:3]1291// W32: encoding: [0xf0,0x04,0xb4,0x7c]1292// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1293 1294v_cmp_eq_u64 vcc_lo, src_scc, v[2:3]1295// W32: encoding: [0xfd,0x04,0xb4,0x7c]1296// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1297 1298v_cmp_eq_u64 vcc_lo, 0xaf123456, v[254:255]1299// W32: encoding: [0xff,0xfc,0xb5,0x7c,0x56,0x34,0x12,0xaf]1300// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1301 1302v_cmp_eq_u64 vcc, v[1:2], v[2:3]1303// W64: encoding: [0x01,0x05,0xb4,0x7c]1304// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1305 1306v_cmp_eq_u64 vcc, v[254:255], v[2:3]1307// W64: encoding: [0xfe,0x05,0xb4,0x7c]1308// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1309 1310v_cmp_eq_u64 vcc, s[2:3], v[2:3]1311// W64: encoding: [0x02,0x04,0xb4,0x7c]1312// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1313 1314v_cmp_eq_u64 vcc, s[104:105], v[2:3]1315// W64: encoding: [0x68,0x04,0xb4,0x7c]1316// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1317 1318v_cmp_eq_u64 vcc, vcc, v[2:3]1319// W64: encoding: [0x6a,0x04,0xb4,0x7c]1320// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1321 1322v_cmp_eq_u64 vcc, ttmp[14:15], v[2:3]1323// W64: encoding: [0x7a,0x04,0xb4,0x7c]1324// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1325 1326v_cmp_eq_u64 vcc, exec, v[2:3]1327// W64: encoding: [0x7e,0x04,0xb4,0x7c]1328// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1329 1330v_cmp_eq_u64 vcc, null, v[2:3]1331// W64: encoding: [0x7c,0x04,0xb4,0x7c]1332// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1333 1334v_cmp_eq_u64 vcc, -1, v[2:3]1335// W64: encoding: [0xc1,0x04,0xb4,0x7c]1336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1337 1338v_cmp_eq_u64 vcc, 0.5, v[2:3]1339// W64: encoding: [0xf0,0x04,0xb4,0x7c]1340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1341 1342v_cmp_eq_u64 vcc, src_scc, v[2:3]1343// W64: encoding: [0xfd,0x04,0xb4,0x7c]1344// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1345 1346v_cmp_eq_u64 vcc, 0xaf123456, v[254:255]1347// W64: encoding: [0xff,0xfc,0xb5,0x7c,0x56,0x34,0x12,0xaf]1348// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1349 1350v_cmp_f_f16 vcc_lo, v1, v21351// W32: encoding: [0x01,0x05,0x00,0x7c]1352// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1353 1354v_cmp_f_f16 vcc_lo, v127, v21355// W32: encoding: [0x7f,0x05,0x00,0x7c]1356// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1357 1358v_cmp_f_f16 vcc_lo, s1, v21359// W32: encoding: [0x01,0x04,0x00,0x7c]1360// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1361 1362v_cmp_f_f16 vcc_lo, s105, v21363// W32: encoding: [0x69,0x04,0x00,0x7c]1364// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1365 1366v_cmp_f_f16 vcc_lo, vcc_lo, v21367// W32: encoding: [0x6a,0x04,0x00,0x7c]1368// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1369 1370v_cmp_f_f16 vcc_lo, vcc_hi, v21371// W32: encoding: [0x6b,0x04,0x00,0x7c]1372// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1373 1374v_cmp_f_f16 vcc_lo, ttmp15, v21375// W32: encoding: [0x7b,0x04,0x00,0x7c]1376// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1377 1378v_cmp_f_f16 vcc_lo, m0, v21379// W32: encoding: [0x7d,0x04,0x00,0x7c]1380// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1381 1382v_cmp_f_f16 vcc_lo, exec_lo, v21383// W32: encoding: [0x7e,0x04,0x00,0x7c]1384// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1385 1386v_cmp_f_f16 vcc_lo, exec_hi, v21387// W32: encoding: [0x7f,0x04,0x00,0x7c]1388// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1389 1390v_cmp_f_f16 vcc_lo, null, v21391// W32: encoding: [0x7c,0x04,0x00,0x7c]1392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1393 1394v_cmp_f_f16 vcc_lo, -1, v21395// W32: encoding: [0xc1,0x04,0x00,0x7c]1396// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1397 1398v_cmp_f_f16 vcc_lo, 0.5, v21399// W32: encoding: [0xf0,0x04,0x00,0x7c]1400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1401 1402v_cmp_f_f16 vcc_lo, src_scc, v21403// W32: encoding: [0xfd,0x04,0x00,0x7c]1404// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1405 1406v_cmp_f_f16 vcc_lo, 0xfe0b, v1271407// W32: encoding: [0xff,0xfe,0x00,0x7c,0x0b,0xfe,0x00,0x00]1408// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1409 1410v_cmp_f_f16 vcc, v1, v21411// W64: encoding: [0x01,0x05,0x00,0x7c]1412// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1413 1414v_cmp_f_f16 vcc, v127, v21415// W64: encoding: [0x7f,0x05,0x00,0x7c]1416// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1417 1418v_cmp_f_f16 vcc, s1, v21419// W64: encoding: [0x01,0x04,0x00,0x7c]1420// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1421 1422v_cmp_f_f16 vcc, s105, v21423// W64: encoding: [0x69,0x04,0x00,0x7c]1424// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1425 1426v_cmp_f_f16 vcc, vcc_lo, v21427// W64: encoding: [0x6a,0x04,0x00,0x7c]1428// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1429 1430v_cmp_f_f16 vcc, vcc_hi, v21431// W64: encoding: [0x6b,0x04,0x00,0x7c]1432// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1433 1434v_cmp_f_f16 vcc, ttmp15, v21435// W64: encoding: [0x7b,0x04,0x00,0x7c]1436// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1437 1438v_cmp_f_f16 vcc, m0, v21439// W64: encoding: [0x7d,0x04,0x00,0x7c]1440// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1441 1442v_cmp_f_f16 vcc, exec_lo, v21443// W64: encoding: [0x7e,0x04,0x00,0x7c]1444// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1445 1446v_cmp_f_f16 vcc, exec_hi, v21447// W64: encoding: [0x7f,0x04,0x00,0x7c]1448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1449 1450v_cmp_f_f16 vcc, null, v21451// W64: encoding: [0x7c,0x04,0x00,0x7c]1452// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1453 1454v_cmp_f_f16 vcc, -1, v21455// W64: encoding: [0xc1,0x04,0x00,0x7c]1456// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1457 1458v_cmp_f_f16 vcc, 0.5, v21459// W64: encoding: [0xf0,0x04,0x00,0x7c]1460// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1461 1462v_cmp_f_f16 vcc, src_scc, v21463// W64: encoding: [0xfd,0x04,0x00,0x7c]1464// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1465 1466v_cmp_f_f16 vcc, 0xfe0b, v1271467// W64: encoding: [0xff,0xfe,0x00,0x7c,0x0b,0xfe,0x00,0x00]1468// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1469 1470v_cmp_f_f32 vcc_lo, v1, v21471// W32: encoding: [0x01,0x05,0x20,0x7c]1472// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1473 1474v_cmp_f_f32 vcc_lo, v255, v21475// W32: encoding: [0xff,0x05,0x20,0x7c]1476// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1477 1478v_cmp_f_f32 vcc_lo, s1, v21479// W32: encoding: [0x01,0x04,0x20,0x7c]1480// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1481 1482v_cmp_f_f32 vcc_lo, s105, v21483// W32: encoding: [0x69,0x04,0x20,0x7c]1484// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1485 1486v_cmp_f_f32 vcc_lo, vcc_lo, v21487// W32: encoding: [0x6a,0x04,0x20,0x7c]1488// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1489 1490v_cmp_f_f32 vcc_lo, vcc_hi, v21491// W32: encoding: [0x6b,0x04,0x20,0x7c]1492// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1493 1494v_cmp_f_f32 vcc_lo, ttmp15, v21495// W32: encoding: [0x7b,0x04,0x20,0x7c]1496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1497 1498v_cmp_f_f32 vcc_lo, m0, v21499// W32: encoding: [0x7d,0x04,0x20,0x7c]1500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1501 1502v_cmp_f_f32 vcc_lo, exec_lo, v21503// W32: encoding: [0x7e,0x04,0x20,0x7c]1504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1505 1506v_cmp_f_f32 vcc_lo, exec_hi, v21507// W32: encoding: [0x7f,0x04,0x20,0x7c]1508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1509 1510v_cmp_f_f32 vcc_lo, null, v21511// W32: encoding: [0x7c,0x04,0x20,0x7c]1512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1513 1514v_cmp_f_f32 vcc_lo, -1, v21515// W32: encoding: [0xc1,0x04,0x20,0x7c]1516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1517 1518v_cmp_f_f32 vcc_lo, 0.5, v21519// W32: encoding: [0xf0,0x04,0x20,0x7c]1520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1521 1522v_cmp_f_f32 vcc_lo, src_scc, v21523// W32: encoding: [0xfd,0x04,0x20,0x7c]1524// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1525 1526v_cmp_f_f32 vcc_lo, 0xaf123456, v2551527// W32: encoding: [0xff,0xfe,0x21,0x7c,0x56,0x34,0x12,0xaf]1528// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1529 1530v_cmp_f_f32 vcc, v1, v21531// W64: encoding: [0x01,0x05,0x20,0x7c]1532// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1533 1534v_cmp_f_f32 vcc, v255, v21535// W64: encoding: [0xff,0x05,0x20,0x7c]1536// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1537 1538v_cmp_f_f32 vcc, s1, v21539// W64: encoding: [0x01,0x04,0x20,0x7c]1540// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1541 1542v_cmp_f_f32 vcc, s105, v21543// W64: encoding: [0x69,0x04,0x20,0x7c]1544// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1545 1546v_cmp_f_f32 vcc, vcc_lo, v21547// W64: encoding: [0x6a,0x04,0x20,0x7c]1548// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1549 1550v_cmp_f_f32 vcc, vcc_hi, v21551// W64: encoding: [0x6b,0x04,0x20,0x7c]1552// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1553 1554v_cmp_f_f32 vcc, ttmp15, v21555// W64: encoding: [0x7b,0x04,0x20,0x7c]1556// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1557 1558v_cmp_f_f32 vcc, m0, v21559// W64: encoding: [0x7d,0x04,0x20,0x7c]1560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1561 1562v_cmp_f_f32 vcc, exec_lo, v21563// W64: encoding: [0x7e,0x04,0x20,0x7c]1564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1565 1566v_cmp_f_f32 vcc, exec_hi, v21567// W64: encoding: [0x7f,0x04,0x20,0x7c]1568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1569 1570v_cmp_f_f32 vcc, null, v21571// W64: encoding: [0x7c,0x04,0x20,0x7c]1572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1573 1574v_cmp_f_f32 vcc, -1, v21575// W64: encoding: [0xc1,0x04,0x20,0x7c]1576// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1577 1578v_cmp_f_f32 vcc, 0.5, v21579// W64: encoding: [0xf0,0x04,0x20,0x7c]1580// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1581 1582v_cmp_f_f32 vcc, src_scc, v21583// W64: encoding: [0xfd,0x04,0x20,0x7c]1584// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1585 1586v_cmp_f_f32 vcc, 0xaf123456, v2551587// W64: encoding: [0xff,0xfe,0x21,0x7c,0x56,0x34,0x12,0xaf]1588// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1589 1590v_cmp_f_f64 vcc_lo, v[1:2], v[2:3]1591// W32: encoding: [0x01,0x05,0x40,0x7c]1592// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1593 1594v_cmp_f_f64 vcc_lo, v[254:255], v[2:3]1595// W32: encoding: [0xfe,0x05,0x40,0x7c]1596// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1597 1598v_cmp_f_f64 vcc_lo, s[2:3], v[2:3]1599// W32: encoding: [0x02,0x04,0x40,0x7c]1600// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1601 1602v_cmp_f_f64 vcc_lo, s[104:105], v[2:3]1603// W32: encoding: [0x68,0x04,0x40,0x7c]1604// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1605 1606v_cmp_f_f64 vcc_lo, vcc, v[2:3]1607// W32: encoding: [0x6a,0x04,0x40,0x7c]1608// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1609 1610v_cmp_f_f64 vcc_lo, ttmp[14:15], v[2:3]1611// W32: encoding: [0x7a,0x04,0x40,0x7c]1612// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1613 1614v_cmp_f_f64 vcc_lo, exec, v[2:3]1615// W32: encoding: [0x7e,0x04,0x40,0x7c]1616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1617 1618v_cmp_f_f64 vcc_lo, null, v[2:3]1619// W32: encoding: [0x7c,0x04,0x40,0x7c]1620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1621 1622v_cmp_f_f64 vcc_lo, -1, v[2:3]1623// W32: encoding: [0xc1,0x04,0x40,0x7c]1624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1625 1626v_cmp_f_f64 vcc_lo, 0.5, v[2:3]1627// W32: encoding: [0xf0,0x04,0x40,0x7c]1628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1629 1630v_cmp_f_f64 vcc_lo, src_scc, v[2:3]1631// W32: encoding: [0xfd,0x04,0x40,0x7c]1632// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1633 1634v_cmp_f_f64 vcc_lo, 0xaf123456, v[254:255]1635// W32: encoding: [0xff,0xfc,0x41,0x7c,0x56,0x34,0x12,0xaf]1636// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1637 1638v_cmp_f_f64 vcc, v[1:2], v[2:3]1639// W64: encoding: [0x01,0x05,0x40,0x7c]1640// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1641 1642v_cmp_f_f64 vcc, v[254:255], v[2:3]1643// W64: encoding: [0xfe,0x05,0x40,0x7c]1644// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1645 1646v_cmp_f_f64 vcc, s[2:3], v[2:3]1647// W64: encoding: [0x02,0x04,0x40,0x7c]1648// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1649 1650v_cmp_f_f64 vcc, s[104:105], v[2:3]1651// W64: encoding: [0x68,0x04,0x40,0x7c]1652// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1653 1654v_cmp_f_f64 vcc, vcc, v[2:3]1655// W64: encoding: [0x6a,0x04,0x40,0x7c]1656// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1657 1658v_cmp_f_f64 vcc, ttmp[14:15], v[2:3]1659// W64: encoding: [0x7a,0x04,0x40,0x7c]1660// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1661 1662v_cmp_f_f64 vcc, exec, v[2:3]1663// W64: encoding: [0x7e,0x04,0x40,0x7c]1664// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1665 1666v_cmp_f_f64 vcc, null, v[2:3]1667// W64: encoding: [0x7c,0x04,0x40,0x7c]1668// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1669 1670v_cmp_f_f64 vcc, -1, v[2:3]1671// W64: encoding: [0xc1,0x04,0x40,0x7c]1672// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1673 1674v_cmp_f_f64 vcc, 0.5, v[2:3]1675// W64: encoding: [0xf0,0x04,0x40,0x7c]1676// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1677 1678v_cmp_f_f64 vcc, src_scc, v[2:3]1679// W64: encoding: [0xfd,0x04,0x40,0x7c]1680// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1681 1682v_cmp_f_f64 vcc, 0xaf123456, v[254:255]1683// W64: encoding: [0xff,0xfc,0x41,0x7c,0x56,0x34,0x12,0xaf]1684// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1685 1686v_cmp_f_i32 vcc_lo, v1, v21687// W32: encoding: [0x01,0x05,0x80,0x7c]1688// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1689 1690v_cmp_f_i32 vcc_lo, v255, v21691// W32: encoding: [0xff,0x05,0x80,0x7c]1692// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1693 1694v_cmp_f_i32 vcc_lo, s1, v21695// W32: encoding: [0x01,0x04,0x80,0x7c]1696// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1697 1698v_cmp_f_i32 vcc_lo, s105, v21699// W32: encoding: [0x69,0x04,0x80,0x7c]1700// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1701 1702v_cmp_f_i32 vcc_lo, vcc_lo, v21703// W32: encoding: [0x6a,0x04,0x80,0x7c]1704// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1705 1706v_cmp_f_i32 vcc_lo, vcc_hi, v21707// W32: encoding: [0x6b,0x04,0x80,0x7c]1708// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1709 1710v_cmp_f_i32 vcc_lo, ttmp15, v21711// W32: encoding: [0x7b,0x04,0x80,0x7c]1712// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1713 1714v_cmp_f_i32 vcc_lo, m0, v21715// W32: encoding: [0x7d,0x04,0x80,0x7c]1716// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1717 1718v_cmp_f_i32 vcc_lo, exec_lo, v21719// W32: encoding: [0x7e,0x04,0x80,0x7c]1720// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1721 1722v_cmp_f_i32 vcc_lo, exec_hi, v21723// W32: encoding: [0x7f,0x04,0x80,0x7c]1724// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1725 1726v_cmp_f_i32 vcc_lo, null, v21727// W32: encoding: [0x7c,0x04,0x80,0x7c]1728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1729 1730v_cmp_f_i32 vcc_lo, -1, v21731// W32: encoding: [0xc1,0x04,0x80,0x7c]1732// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1733 1734v_cmp_f_i32 vcc_lo, 0.5, v21735// W32: encoding: [0xf0,0x04,0x80,0x7c]1736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1737 1738v_cmp_f_i32 vcc_lo, src_scc, v21739// W32: encoding: [0xfd,0x04,0x80,0x7c]1740// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1741 1742v_cmp_f_i32 vcc_lo, 0xaf123456, v2551743// W32: encoding: [0xff,0xfe,0x81,0x7c,0x56,0x34,0x12,0xaf]1744// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1745 1746v_cmp_f_i32 vcc, v1, v21747// W64: encoding: [0x01,0x05,0x80,0x7c]1748// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1749 1750v_cmp_f_i32 vcc, v255, v21751// W64: encoding: [0xff,0x05,0x80,0x7c]1752// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1753 1754v_cmp_f_i32 vcc, s1, v21755// W64: encoding: [0x01,0x04,0x80,0x7c]1756// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1757 1758v_cmp_f_i32 vcc, s105, v21759// W64: encoding: [0x69,0x04,0x80,0x7c]1760// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1761 1762v_cmp_f_i32 vcc, vcc_lo, v21763// W64: encoding: [0x6a,0x04,0x80,0x7c]1764// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1765 1766v_cmp_f_i32 vcc, vcc_hi, v21767// W64: encoding: [0x6b,0x04,0x80,0x7c]1768// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1769 1770v_cmp_f_i32 vcc, ttmp15, v21771// W64: encoding: [0x7b,0x04,0x80,0x7c]1772// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1773 1774v_cmp_f_i32 vcc, m0, v21775// W64: encoding: [0x7d,0x04,0x80,0x7c]1776// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1777 1778v_cmp_f_i32 vcc, exec_lo, v21779// W64: encoding: [0x7e,0x04,0x80,0x7c]1780// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1781 1782v_cmp_f_i32 vcc, exec_hi, v21783// W64: encoding: [0x7f,0x04,0x80,0x7c]1784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1785 1786v_cmp_f_i32 vcc, null, v21787// W64: encoding: [0x7c,0x04,0x80,0x7c]1788// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1789 1790v_cmp_f_i32 vcc, -1, v21791// W64: encoding: [0xc1,0x04,0x80,0x7c]1792// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1793 1794v_cmp_f_i32 vcc, 0.5, v21795// W64: encoding: [0xf0,0x04,0x80,0x7c]1796// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1797 1798v_cmp_f_i32 vcc, src_scc, v21799// W64: encoding: [0xfd,0x04,0x80,0x7c]1800// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1801 1802v_cmp_f_i32 vcc, 0xaf123456, v2551803// W64: encoding: [0xff,0xfe,0x81,0x7c,0x56,0x34,0x12,0xaf]1804// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1805 1806v_cmp_f_i64 vcc_lo, v[1:2], v[2:3]1807// W32: encoding: [0x01,0x05,0xa0,0x7c]1808// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1809 1810v_cmp_f_i64 vcc_lo, v[254:255], v[2:3]1811// W32: encoding: [0xfe,0x05,0xa0,0x7c]1812// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1813 1814v_cmp_f_i64 vcc_lo, s[2:3], v[2:3]1815// W32: encoding: [0x02,0x04,0xa0,0x7c]1816// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1817 1818v_cmp_f_i64 vcc_lo, s[104:105], v[2:3]1819// W32: encoding: [0x68,0x04,0xa0,0x7c]1820// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1821 1822v_cmp_f_i64 vcc_lo, vcc, v[2:3]1823// W32: encoding: [0x6a,0x04,0xa0,0x7c]1824// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1825 1826v_cmp_f_i64 vcc_lo, ttmp[14:15], v[2:3]1827// W32: encoding: [0x7a,0x04,0xa0,0x7c]1828// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1829 1830v_cmp_f_i64 vcc_lo, exec, v[2:3]1831// W32: encoding: [0x7e,0x04,0xa0,0x7c]1832// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1833 1834v_cmp_f_i64 vcc_lo, null, v[2:3]1835// W32: encoding: [0x7c,0x04,0xa0,0x7c]1836// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1837 1838v_cmp_f_i64 vcc_lo, -1, v[2:3]1839// W32: encoding: [0xc1,0x04,0xa0,0x7c]1840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1841 1842v_cmp_f_i64 vcc_lo, 0.5, v[2:3]1843// W32: encoding: [0xf0,0x04,0xa0,0x7c]1844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1845 1846v_cmp_f_i64 vcc_lo, src_scc, v[2:3]1847// W32: encoding: [0xfd,0x04,0xa0,0x7c]1848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1849 1850v_cmp_f_i64 vcc_lo, 0xaf123456, v[254:255]1851// W32: encoding: [0xff,0xfc,0xa1,0x7c,0x56,0x34,0x12,0xaf]1852// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1853 1854v_cmp_f_i64 vcc, v[1:2], v[2:3]1855// W64: encoding: [0x01,0x05,0xa0,0x7c]1856// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1857 1858v_cmp_f_i64 vcc, v[254:255], v[2:3]1859// W64: encoding: [0xfe,0x05,0xa0,0x7c]1860// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1861 1862v_cmp_f_i64 vcc, s[2:3], v[2:3]1863// W64: encoding: [0x02,0x04,0xa0,0x7c]1864// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1865 1866v_cmp_f_i64 vcc, s[104:105], v[2:3]1867// W64: encoding: [0x68,0x04,0xa0,0x7c]1868// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1869 1870v_cmp_f_i64 vcc, vcc, v[2:3]1871// W64: encoding: [0x6a,0x04,0xa0,0x7c]1872// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1873 1874v_cmp_f_i64 vcc, ttmp[14:15], v[2:3]1875// W64: encoding: [0x7a,0x04,0xa0,0x7c]1876// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1877 1878v_cmp_f_i64 vcc, exec, v[2:3]1879// W64: encoding: [0x7e,0x04,0xa0,0x7c]1880// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1881 1882v_cmp_f_i64 vcc, null, v[2:3]1883// W64: encoding: [0x7c,0x04,0xa0,0x7c]1884// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1885 1886v_cmp_f_i64 vcc, -1, v[2:3]1887// W64: encoding: [0xc1,0x04,0xa0,0x7c]1888// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1889 1890v_cmp_f_i64 vcc, 0.5, v[2:3]1891// W64: encoding: [0xf0,0x04,0xa0,0x7c]1892// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1893 1894v_cmp_f_i64 vcc, src_scc, v[2:3]1895// W64: encoding: [0xfd,0x04,0xa0,0x7c]1896// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1897 1898v_cmp_f_i64 vcc, 0xaf123456, v[254:255]1899// W64: encoding: [0xff,0xfc,0xa1,0x7c,0x56,0x34,0x12,0xaf]1900// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1901 1902v_cmp_f_u32 vcc_lo, v1, v21903// W32: encoding: [0x01,0x05,0x90,0x7c]1904// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1905 1906v_cmp_f_u32 vcc_lo, v255, v21907// W32: encoding: [0xff,0x05,0x90,0x7c]1908// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1909 1910v_cmp_f_u32 vcc_lo, s1, v21911// W32: encoding: [0x01,0x04,0x90,0x7c]1912// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1913 1914v_cmp_f_u32 vcc_lo, s105, v21915// W32: encoding: [0x69,0x04,0x90,0x7c]1916// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1917 1918v_cmp_f_u32 vcc_lo, vcc_lo, v21919// W32: encoding: [0x6a,0x04,0x90,0x7c]1920// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1921 1922v_cmp_f_u32 vcc_lo, vcc_hi, v21923// W32: encoding: [0x6b,0x04,0x90,0x7c]1924// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1925 1926v_cmp_f_u32 vcc_lo, ttmp15, v21927// W32: encoding: [0x7b,0x04,0x90,0x7c]1928// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1929 1930v_cmp_f_u32 vcc_lo, m0, v21931// W32: encoding: [0x7d,0x04,0x90,0x7c]1932// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1933 1934v_cmp_f_u32 vcc_lo, exec_lo, v21935// W32: encoding: [0x7e,0x04,0x90,0x7c]1936// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1937 1938v_cmp_f_u32 vcc_lo, exec_hi, v21939// W32: encoding: [0x7f,0x04,0x90,0x7c]1940// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1941 1942v_cmp_f_u32 vcc_lo, null, v21943// W32: encoding: [0x7c,0x04,0x90,0x7c]1944// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1945 1946v_cmp_f_u32 vcc_lo, -1, v21947// W32: encoding: [0xc1,0x04,0x90,0x7c]1948// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1949 1950v_cmp_f_u32 vcc_lo, 0.5, v21951// W32: encoding: [0xf0,0x04,0x90,0x7c]1952// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1953 1954v_cmp_f_u32 vcc_lo, src_scc, v21955// W32: encoding: [0xfd,0x04,0x90,0x7c]1956// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1957 1958v_cmp_f_u32 vcc_lo, 0xaf123456, v2551959// W32: encoding: [0xff,0xfe,0x91,0x7c,0x56,0x34,0x12,0xaf]1960// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1961 1962v_cmp_f_u32 vcc, v1, v21963// W64: encoding: [0x01,0x05,0x90,0x7c]1964// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1965 1966v_cmp_f_u32 vcc, v255, v21967// W64: encoding: [0xff,0x05,0x90,0x7c]1968// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1969 1970v_cmp_f_u32 vcc, s1, v21971// W64: encoding: [0x01,0x04,0x90,0x7c]1972// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1973 1974v_cmp_f_u32 vcc, s105, v21975// W64: encoding: [0x69,0x04,0x90,0x7c]1976// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1977 1978v_cmp_f_u32 vcc, vcc_lo, v21979// W64: encoding: [0x6a,0x04,0x90,0x7c]1980// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1981 1982v_cmp_f_u32 vcc, vcc_hi, v21983// W64: encoding: [0x6b,0x04,0x90,0x7c]1984// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1985 1986v_cmp_f_u32 vcc, ttmp15, v21987// W64: encoding: [0x7b,0x04,0x90,0x7c]1988// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1989 1990v_cmp_f_u32 vcc, m0, v21991// W64: encoding: [0x7d,0x04,0x90,0x7c]1992// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1993 1994v_cmp_f_u32 vcc, exec_lo, v21995// W64: encoding: [0x7e,0x04,0x90,0x7c]1996// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1997 1998v_cmp_f_u32 vcc, exec_hi, v21999// W64: encoding: [0x7f,0x04,0x90,0x7c]2000// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2001 2002v_cmp_f_u32 vcc, null, v22003// W64: encoding: [0x7c,0x04,0x90,0x7c]2004// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2005 2006v_cmp_f_u32 vcc, -1, v22007// W64: encoding: [0xc1,0x04,0x90,0x7c]2008// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2009 2010v_cmp_f_u32 vcc, 0.5, v22011// W64: encoding: [0xf0,0x04,0x90,0x7c]2012// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2013 2014v_cmp_f_u32 vcc, src_scc, v22015// W64: encoding: [0xfd,0x04,0x90,0x7c]2016// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2017 2018v_cmp_f_u32 vcc, 0xaf123456, v2552019// W64: encoding: [0xff,0xfe,0x91,0x7c,0x56,0x34,0x12,0xaf]2020// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2021 2022v_cmp_f_u64 vcc_lo, v[1:2], v[2:3]2023// W32: encoding: [0x01,0x05,0xb0,0x7c]2024// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2025 2026v_cmp_f_u64 vcc_lo, v[254:255], v[2:3]2027// W32: encoding: [0xfe,0x05,0xb0,0x7c]2028// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2029 2030v_cmp_f_u64 vcc_lo, s[2:3], v[2:3]2031// W32: encoding: [0x02,0x04,0xb0,0x7c]2032// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2033 2034v_cmp_f_u64 vcc_lo, s[104:105], v[2:3]2035// W32: encoding: [0x68,0x04,0xb0,0x7c]2036// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2037 2038v_cmp_f_u64 vcc_lo, vcc, v[2:3]2039// W32: encoding: [0x6a,0x04,0xb0,0x7c]2040// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2041 2042v_cmp_f_u64 vcc_lo, ttmp[14:15], v[2:3]2043// W32: encoding: [0x7a,0x04,0xb0,0x7c]2044// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2045 2046v_cmp_f_u64 vcc_lo, exec, v[2:3]2047// W32: encoding: [0x7e,0x04,0xb0,0x7c]2048// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2049 2050v_cmp_f_u64 vcc_lo, null, v[2:3]2051// W32: encoding: [0x7c,0x04,0xb0,0x7c]2052// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2053 2054v_cmp_f_u64 vcc_lo, -1, v[2:3]2055// W32: encoding: [0xc1,0x04,0xb0,0x7c]2056// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2057 2058v_cmp_f_u64 vcc_lo, 0.5, v[2:3]2059// W32: encoding: [0xf0,0x04,0xb0,0x7c]2060// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2061 2062v_cmp_f_u64 vcc_lo, src_scc, v[2:3]2063// W32: encoding: [0xfd,0x04,0xb0,0x7c]2064// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2065 2066v_cmp_f_u64 vcc_lo, 0xaf123456, v[254:255]2067// W32: encoding: [0xff,0xfc,0xb1,0x7c,0x56,0x34,0x12,0xaf]2068// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2069 2070v_cmp_f_u64 vcc, v[1:2], v[2:3]2071// W64: encoding: [0x01,0x05,0xb0,0x7c]2072// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2073 2074v_cmp_f_u64 vcc, v[254:255], v[2:3]2075// W64: encoding: [0xfe,0x05,0xb0,0x7c]2076// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2077 2078v_cmp_f_u64 vcc, s[2:3], v[2:3]2079// W64: encoding: [0x02,0x04,0xb0,0x7c]2080// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2081 2082v_cmp_f_u64 vcc, s[104:105], v[2:3]2083// W64: encoding: [0x68,0x04,0xb0,0x7c]2084// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2085 2086v_cmp_f_u64 vcc, vcc, v[2:3]2087// W64: encoding: [0x6a,0x04,0xb0,0x7c]2088// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2089 2090v_cmp_f_u64 vcc, ttmp[14:15], v[2:3]2091// W64: encoding: [0x7a,0x04,0xb0,0x7c]2092// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2093 2094v_cmp_f_u64 vcc, exec, v[2:3]2095// W64: encoding: [0x7e,0x04,0xb0,0x7c]2096// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2097 2098v_cmp_f_u64 vcc, null, v[2:3]2099// W64: encoding: [0x7c,0x04,0xb0,0x7c]2100// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2101 2102v_cmp_f_u64 vcc, -1, v[2:3]2103// W64: encoding: [0xc1,0x04,0xb0,0x7c]2104// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2105 2106v_cmp_f_u64 vcc, 0.5, v[2:3]2107// W64: encoding: [0xf0,0x04,0xb0,0x7c]2108// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2109 2110v_cmp_f_u64 vcc, src_scc, v[2:3]2111// W64: encoding: [0xfd,0x04,0xb0,0x7c]2112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2113 2114v_cmp_f_u64 vcc, 0xaf123456, v[254:255]2115// W64: encoding: [0xff,0xfc,0xb1,0x7c,0x56,0x34,0x12,0xaf]2116// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2117 2118v_cmp_ge_f16 vcc_lo, v1, v22119// W32: encoding: [0x01,0x05,0x0c,0x7c]2120// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2121 2122v_cmp_ge_f16 vcc_lo, v127, v22123// W32: encoding: [0x7f,0x05,0x0c,0x7c]2124// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2125 2126v_cmp_ge_f16 vcc_lo, s1, v22127// W32: encoding: [0x01,0x04,0x0c,0x7c]2128// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2129 2130v_cmp_ge_f16 vcc_lo, s105, v22131// W32: encoding: [0x69,0x04,0x0c,0x7c]2132// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2133 2134v_cmp_ge_f16 vcc_lo, vcc_lo, v22135// W32: encoding: [0x6a,0x04,0x0c,0x7c]2136// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2137 2138v_cmp_ge_f16 vcc_lo, vcc_hi, v22139// W32: encoding: [0x6b,0x04,0x0c,0x7c]2140// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2141 2142v_cmp_ge_f16 vcc_lo, ttmp15, v22143// W32: encoding: [0x7b,0x04,0x0c,0x7c]2144// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2145 2146v_cmp_ge_f16 vcc_lo, m0, v22147// W32: encoding: [0x7d,0x04,0x0c,0x7c]2148// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2149 2150v_cmp_ge_f16 vcc_lo, exec_lo, v22151// W32: encoding: [0x7e,0x04,0x0c,0x7c]2152// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2153 2154v_cmp_ge_f16 vcc_lo, exec_hi, v22155// W32: encoding: [0x7f,0x04,0x0c,0x7c]2156// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2157 2158v_cmp_ge_f16 vcc_lo, null, v22159// W32: encoding: [0x7c,0x04,0x0c,0x7c]2160// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2161 2162v_cmp_ge_f16 vcc_lo, -1, v22163// W32: encoding: [0xc1,0x04,0x0c,0x7c]2164// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2165 2166v_cmp_ge_f16 vcc_lo, 0.5, v22167// W32: encoding: [0xf0,0x04,0x0c,0x7c]2168// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2169 2170v_cmp_ge_f16 vcc_lo, src_scc, v22171// W32: encoding: [0xfd,0x04,0x0c,0x7c]2172// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2173 2174v_cmp_ge_f16 vcc_lo, 0xfe0b, v1272175// W32: encoding: [0xff,0xfe,0x0c,0x7c,0x0b,0xfe,0x00,0x00]2176// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2177 2178v_cmp_ge_f16 vcc, v1, v22179// W64: encoding: [0x01,0x05,0x0c,0x7c]2180// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2181 2182v_cmp_ge_f16 vcc, v127, v22183// W64: encoding: [0x7f,0x05,0x0c,0x7c]2184// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2185 2186v_cmp_ge_f16 vcc, s1, v22187// W64: encoding: [0x01,0x04,0x0c,0x7c]2188// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2189 2190v_cmp_ge_f16 vcc, s105, v22191// W64: encoding: [0x69,0x04,0x0c,0x7c]2192// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2193 2194v_cmp_ge_f16 vcc, vcc_lo, v22195// W64: encoding: [0x6a,0x04,0x0c,0x7c]2196// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2197 2198v_cmp_ge_f16 vcc, vcc_hi, v22199// W64: encoding: [0x6b,0x04,0x0c,0x7c]2200// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2201 2202v_cmp_ge_f16 vcc, ttmp15, v22203// W64: encoding: [0x7b,0x04,0x0c,0x7c]2204// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2205 2206v_cmp_ge_f16 vcc, m0, v22207// W64: encoding: [0x7d,0x04,0x0c,0x7c]2208// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2209 2210v_cmp_ge_f16 vcc, exec_lo, v22211// W64: encoding: [0x7e,0x04,0x0c,0x7c]2212// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2213 2214v_cmp_ge_f16 vcc, exec_hi, v22215// W64: encoding: [0x7f,0x04,0x0c,0x7c]2216// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2217 2218v_cmp_ge_f16 vcc, null, v22219// W64: encoding: [0x7c,0x04,0x0c,0x7c]2220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2221 2222v_cmp_ge_f16 vcc, -1, v22223// W64: encoding: [0xc1,0x04,0x0c,0x7c]2224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2225 2226v_cmp_ge_f16 vcc, 0.5, v22227// W64: encoding: [0xf0,0x04,0x0c,0x7c]2228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2229 2230v_cmp_ge_f16 vcc, src_scc, v22231// W64: encoding: [0xfd,0x04,0x0c,0x7c]2232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2233 2234v_cmp_ge_f16 vcc, 0xfe0b, v1272235// W64: encoding: [0xff,0xfe,0x0c,0x7c,0x0b,0xfe,0x00,0x00]2236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2237 2238v_cmp_ge_f32 vcc_lo, v1, v22239// W32: encoding: [0x01,0x05,0x2c,0x7c]2240// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2241 2242v_cmp_ge_f32 vcc_lo, v255, v22243// W32: encoding: [0xff,0x05,0x2c,0x7c]2244// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2245 2246v_cmp_ge_f32 vcc_lo, s1, v22247// W32: encoding: [0x01,0x04,0x2c,0x7c]2248// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2249 2250v_cmp_ge_f32 vcc_lo, s105, v22251// W32: encoding: [0x69,0x04,0x2c,0x7c]2252// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2253 2254v_cmp_ge_f32 vcc_lo, vcc_lo, v22255// W32: encoding: [0x6a,0x04,0x2c,0x7c]2256// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2257 2258v_cmp_ge_f32 vcc_lo, vcc_hi, v22259// W32: encoding: [0x6b,0x04,0x2c,0x7c]2260// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2261 2262v_cmp_ge_f32 vcc_lo, ttmp15, v22263// W32: encoding: [0x7b,0x04,0x2c,0x7c]2264// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2265 2266v_cmp_ge_f32 vcc_lo, m0, v22267// W32: encoding: [0x7d,0x04,0x2c,0x7c]2268// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2269 2270v_cmp_ge_f32 vcc_lo, exec_lo, v22271// W32: encoding: [0x7e,0x04,0x2c,0x7c]2272// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2273 2274v_cmp_ge_f32 vcc_lo, exec_hi, v22275// W32: encoding: [0x7f,0x04,0x2c,0x7c]2276// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2277 2278v_cmp_ge_f32 vcc_lo, null, v22279// W32: encoding: [0x7c,0x04,0x2c,0x7c]2280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2281 2282v_cmp_ge_f32 vcc_lo, -1, v22283// W32: encoding: [0xc1,0x04,0x2c,0x7c]2284// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2285 2286v_cmp_ge_f32 vcc_lo, 0.5, v22287// W32: encoding: [0xf0,0x04,0x2c,0x7c]2288// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2289 2290v_cmp_ge_f32 vcc_lo, src_scc, v22291// W32: encoding: [0xfd,0x04,0x2c,0x7c]2292// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2293 2294v_cmp_ge_f32 vcc_lo, 0xaf123456, v2552295// W32: encoding: [0xff,0xfe,0x2d,0x7c,0x56,0x34,0x12,0xaf]2296// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2297 2298v_cmp_ge_f32 vcc, v1, v22299// W64: encoding: [0x01,0x05,0x2c,0x7c]2300// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2301 2302v_cmp_ge_f32 vcc, v255, v22303// W64: encoding: [0xff,0x05,0x2c,0x7c]2304// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2305 2306v_cmp_ge_f32 vcc, s1, v22307// W64: encoding: [0x01,0x04,0x2c,0x7c]2308// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2309 2310v_cmp_ge_f32 vcc, s105, v22311// W64: encoding: [0x69,0x04,0x2c,0x7c]2312// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2313 2314v_cmp_ge_f32 vcc, vcc_lo, v22315// W64: encoding: [0x6a,0x04,0x2c,0x7c]2316// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2317 2318v_cmp_ge_f32 vcc, vcc_hi, v22319// W64: encoding: [0x6b,0x04,0x2c,0x7c]2320// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2321 2322v_cmp_ge_f32 vcc, ttmp15, v22323// W64: encoding: [0x7b,0x04,0x2c,0x7c]2324// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2325 2326v_cmp_ge_f32 vcc, m0, v22327// W64: encoding: [0x7d,0x04,0x2c,0x7c]2328// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2329 2330v_cmp_ge_f32 vcc, exec_lo, v22331// W64: encoding: [0x7e,0x04,0x2c,0x7c]2332// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2333 2334v_cmp_ge_f32 vcc, exec_hi, v22335// W64: encoding: [0x7f,0x04,0x2c,0x7c]2336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2337 2338v_cmp_ge_f32 vcc, null, v22339// W64: encoding: [0x7c,0x04,0x2c,0x7c]2340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2341 2342v_cmp_ge_f32 vcc, -1, v22343// W64: encoding: [0xc1,0x04,0x2c,0x7c]2344// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2345 2346v_cmp_ge_f32 vcc, 0.5, v22347// W64: encoding: [0xf0,0x04,0x2c,0x7c]2348// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2349 2350v_cmp_ge_f32 vcc, src_scc, v22351// W64: encoding: [0xfd,0x04,0x2c,0x7c]2352// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2353 2354v_cmp_ge_f32 vcc, 0xaf123456, v2552355// W64: encoding: [0xff,0xfe,0x2d,0x7c,0x56,0x34,0x12,0xaf]2356// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2357 2358v_cmp_ge_f64 vcc_lo, v[1:2], v[2:3]2359// W32: encoding: [0x01,0x05,0x4c,0x7c]2360// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2361 2362v_cmp_ge_f64 vcc_lo, v[254:255], v[2:3]2363// W32: encoding: [0xfe,0x05,0x4c,0x7c]2364// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2365 2366v_cmp_ge_f64 vcc_lo, s[2:3], v[2:3]2367// W32: encoding: [0x02,0x04,0x4c,0x7c]2368// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2369 2370v_cmp_ge_f64 vcc_lo, s[104:105], v[2:3]2371// W32: encoding: [0x68,0x04,0x4c,0x7c]2372// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2373 2374v_cmp_ge_f64 vcc_lo, vcc, v[2:3]2375// W32: encoding: [0x6a,0x04,0x4c,0x7c]2376// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2377 2378v_cmp_ge_f64 vcc_lo, ttmp[14:15], v[2:3]2379// W32: encoding: [0x7a,0x04,0x4c,0x7c]2380// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2381 2382v_cmp_ge_f64 vcc_lo, exec, v[2:3]2383// W32: encoding: [0x7e,0x04,0x4c,0x7c]2384// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2385 2386v_cmp_ge_f64 vcc_lo, null, v[2:3]2387// W32: encoding: [0x7c,0x04,0x4c,0x7c]2388// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2389 2390v_cmp_ge_f64 vcc_lo, -1, v[2:3]2391// W32: encoding: [0xc1,0x04,0x4c,0x7c]2392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2393 2394v_cmp_ge_f64 vcc_lo, 0.5, v[2:3]2395// W32: encoding: [0xf0,0x04,0x4c,0x7c]2396// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2397 2398v_cmp_ge_f64 vcc_lo, src_scc, v[2:3]2399// W32: encoding: [0xfd,0x04,0x4c,0x7c]2400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2401 2402v_cmp_ge_f64 vcc_lo, 0xaf123456, v[254:255]2403// W32: encoding: [0xff,0xfc,0x4d,0x7c,0x56,0x34,0x12,0xaf]2404// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2405 2406v_cmp_ge_f64 vcc, v[1:2], v[2:3]2407// W64: encoding: [0x01,0x05,0x4c,0x7c]2408// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2409 2410v_cmp_ge_f64 vcc, v[254:255], v[2:3]2411// W64: encoding: [0xfe,0x05,0x4c,0x7c]2412// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2413 2414v_cmp_ge_f64 vcc, s[2:3], v[2:3]2415// W64: encoding: [0x02,0x04,0x4c,0x7c]2416// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2417 2418v_cmp_ge_f64 vcc, s[104:105], v[2:3]2419// W64: encoding: [0x68,0x04,0x4c,0x7c]2420// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2421 2422v_cmp_ge_f64 vcc, vcc, v[2:3]2423// W64: encoding: [0x6a,0x04,0x4c,0x7c]2424// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2425 2426v_cmp_ge_f64 vcc, ttmp[14:15], v[2:3]2427// W64: encoding: [0x7a,0x04,0x4c,0x7c]2428// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2429 2430v_cmp_ge_f64 vcc, exec, v[2:3]2431// W64: encoding: [0x7e,0x04,0x4c,0x7c]2432// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2433 2434v_cmp_ge_f64 vcc, null, v[2:3]2435// W64: encoding: [0x7c,0x04,0x4c,0x7c]2436// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2437 2438v_cmp_ge_f64 vcc, -1, v[2:3]2439// W64: encoding: [0xc1,0x04,0x4c,0x7c]2440// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2441 2442v_cmp_ge_f64 vcc, 0.5, v[2:3]2443// W64: encoding: [0xf0,0x04,0x4c,0x7c]2444// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2445 2446v_cmp_ge_f64 vcc, src_scc, v[2:3]2447// W64: encoding: [0xfd,0x04,0x4c,0x7c]2448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2449 2450v_cmp_ge_f64 vcc, 0xaf123456, v[254:255]2451// W64: encoding: [0xff,0xfc,0x4d,0x7c,0x56,0x34,0x12,0xaf]2452// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2453 2454v_cmp_ge_i16 vcc_lo, v1, v22455// W32: encoding: [0x01,0x05,0x6c,0x7c]2456// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2457 2458v_cmp_ge_i16 vcc_lo, v127, v22459// W32: encoding: [0x7f,0x05,0x6c,0x7c]2460// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2461 2462v_cmp_ge_i16 vcc_lo, s1, v22463// W32: encoding: [0x01,0x04,0x6c,0x7c]2464// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2465 2466v_cmp_ge_i16 vcc_lo, s105, v22467// W32: encoding: [0x69,0x04,0x6c,0x7c]2468// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2469 2470v_cmp_ge_i16 vcc_lo, vcc_lo, v22471// W32: encoding: [0x6a,0x04,0x6c,0x7c]2472// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2473 2474v_cmp_ge_i16 vcc_lo, vcc_hi, v22475// W32: encoding: [0x6b,0x04,0x6c,0x7c]2476// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2477 2478v_cmp_ge_i16 vcc_lo, ttmp15, v22479// W32: encoding: [0x7b,0x04,0x6c,0x7c]2480// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2481 2482v_cmp_ge_i16 vcc_lo, m0, v22483// W32: encoding: [0x7d,0x04,0x6c,0x7c]2484// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2485 2486v_cmp_ge_i16 vcc_lo, exec_lo, v22487// W32: encoding: [0x7e,0x04,0x6c,0x7c]2488// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2489 2490v_cmp_ge_i16 vcc_lo, exec_hi, v22491// W32: encoding: [0x7f,0x04,0x6c,0x7c]2492// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2493 2494v_cmp_ge_i16 vcc_lo, null, v22495// W32: encoding: [0x7c,0x04,0x6c,0x7c]2496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2497 2498v_cmp_ge_i16 vcc_lo, -1, v22499// W32: encoding: [0xc1,0x04,0x6c,0x7c]2500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2501 2502v_cmp_ge_i16 vcc_lo, 0.5, v22503// W32: encoding: [0xf0,0x04,0x6c,0x7c]2504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2505 2506v_cmp_ge_i16 vcc_lo, src_scc, v22507// W32: encoding: [0xfd,0x04,0x6c,0x7c]2508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2509 2510v_cmp_ge_i16 vcc_lo, 0xfe0b, v1272511// W32: encoding: [0xff,0xfe,0x6c,0x7c,0x0b,0xfe,0x00,0x00]2512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2513 2514v_cmp_ge_i16 vcc, v1, v22515// W64: encoding: [0x01,0x05,0x6c,0x7c]2516// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2517 2518v_cmp_ge_i16 vcc, v127, v22519// W64: encoding: [0x7f,0x05,0x6c,0x7c]2520// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2521 2522v_cmp_ge_i16 vcc, s1, v22523// W64: encoding: [0x01,0x04,0x6c,0x7c]2524// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2525 2526v_cmp_ge_i16 vcc, s105, v22527// W64: encoding: [0x69,0x04,0x6c,0x7c]2528// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2529 2530v_cmp_ge_i16 vcc, vcc_lo, v22531// W64: encoding: [0x6a,0x04,0x6c,0x7c]2532// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2533 2534v_cmp_ge_i16 vcc, vcc_hi, v22535// W64: encoding: [0x6b,0x04,0x6c,0x7c]2536// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2537 2538v_cmp_ge_i16 vcc, ttmp15, v22539// W64: encoding: [0x7b,0x04,0x6c,0x7c]2540// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2541 2542v_cmp_ge_i16 vcc, m0, v22543// W64: encoding: [0x7d,0x04,0x6c,0x7c]2544// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2545 2546v_cmp_ge_i16 vcc, exec_lo, v22547// W64: encoding: [0x7e,0x04,0x6c,0x7c]2548// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2549 2550v_cmp_ge_i16 vcc, exec_hi, v22551// W64: encoding: [0x7f,0x04,0x6c,0x7c]2552// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2553 2554v_cmp_ge_i16 vcc, null, v22555// W64: encoding: [0x7c,0x04,0x6c,0x7c]2556// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2557 2558v_cmp_ge_i16 vcc, -1, v22559// W64: encoding: [0xc1,0x04,0x6c,0x7c]2560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2561 2562v_cmp_ge_i16 vcc, 0.5, v22563// W64: encoding: [0xf0,0x04,0x6c,0x7c]2564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2565 2566v_cmp_ge_i16 vcc, src_scc, v22567// W64: encoding: [0xfd,0x04,0x6c,0x7c]2568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2569 2570v_cmp_ge_i16 vcc, 0xfe0b, v1272571// W64: encoding: [0xff,0xfe,0x6c,0x7c,0x0b,0xfe,0x00,0x00]2572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2573 2574v_cmp_ge_i32 vcc_lo, v1, v22575// W32: encoding: [0x01,0x05,0x8c,0x7c]2576// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2577 2578v_cmp_ge_i32 vcc_lo, v255, v22579// W32: encoding: [0xff,0x05,0x8c,0x7c]2580// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2581 2582v_cmp_ge_i32 vcc_lo, s1, v22583// W32: encoding: [0x01,0x04,0x8c,0x7c]2584// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2585 2586v_cmp_ge_i32 vcc_lo, s105, v22587// W32: encoding: [0x69,0x04,0x8c,0x7c]2588// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2589 2590v_cmp_ge_i32 vcc_lo, vcc_lo, v22591// W32: encoding: [0x6a,0x04,0x8c,0x7c]2592// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2593 2594v_cmp_ge_i32 vcc_lo, vcc_hi, v22595// W32: encoding: [0x6b,0x04,0x8c,0x7c]2596// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2597 2598v_cmp_ge_i32 vcc_lo, ttmp15, v22599// W32: encoding: [0x7b,0x04,0x8c,0x7c]2600// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2601 2602v_cmp_ge_i32 vcc_lo, m0, v22603// W32: encoding: [0x7d,0x04,0x8c,0x7c]2604// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2605 2606v_cmp_ge_i32 vcc_lo, exec_lo, v22607// W32: encoding: [0x7e,0x04,0x8c,0x7c]2608// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2609 2610v_cmp_ge_i32 vcc_lo, exec_hi, v22611// W32: encoding: [0x7f,0x04,0x8c,0x7c]2612// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2613 2614v_cmp_ge_i32 vcc_lo, null, v22615// W32: encoding: [0x7c,0x04,0x8c,0x7c]2616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2617 2618v_cmp_ge_i32 vcc_lo, -1, v22619// W32: encoding: [0xc1,0x04,0x8c,0x7c]2620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2621 2622v_cmp_ge_i32 vcc_lo, 0.5, v22623// W32: encoding: [0xf0,0x04,0x8c,0x7c]2624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2625 2626v_cmp_ge_i32 vcc_lo, src_scc, v22627// W32: encoding: [0xfd,0x04,0x8c,0x7c]2628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2629 2630v_cmp_ge_i32 vcc_lo, 0xaf123456, v2552631// W32: encoding: [0xff,0xfe,0x8d,0x7c,0x56,0x34,0x12,0xaf]2632// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2633 2634v_cmp_ge_i32 vcc, v1, v22635// W64: encoding: [0x01,0x05,0x8c,0x7c]2636// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2637 2638v_cmp_ge_i32 vcc, v255, v22639// W64: encoding: [0xff,0x05,0x8c,0x7c]2640// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2641 2642v_cmp_ge_i32 vcc, s1, v22643// W64: encoding: [0x01,0x04,0x8c,0x7c]2644// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2645 2646v_cmp_ge_i32 vcc, s105, v22647// W64: encoding: [0x69,0x04,0x8c,0x7c]2648// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2649 2650v_cmp_ge_i32 vcc, vcc_lo, v22651// W64: encoding: [0x6a,0x04,0x8c,0x7c]2652// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2653 2654v_cmp_ge_i32 vcc, vcc_hi, v22655// W64: encoding: [0x6b,0x04,0x8c,0x7c]2656// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2657 2658v_cmp_ge_i32 vcc, ttmp15, v22659// W64: encoding: [0x7b,0x04,0x8c,0x7c]2660// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2661 2662v_cmp_ge_i32 vcc, m0, v22663// W64: encoding: [0x7d,0x04,0x8c,0x7c]2664// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2665 2666v_cmp_ge_i32 vcc, exec_lo, v22667// W64: encoding: [0x7e,0x04,0x8c,0x7c]2668// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2669 2670v_cmp_ge_i32 vcc, exec_hi, v22671// W64: encoding: [0x7f,0x04,0x8c,0x7c]2672// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2673 2674v_cmp_ge_i32 vcc, null, v22675// W64: encoding: [0x7c,0x04,0x8c,0x7c]2676// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2677 2678v_cmp_ge_i32 vcc, -1, v22679// W64: encoding: [0xc1,0x04,0x8c,0x7c]2680// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2681 2682v_cmp_ge_i32 vcc, 0.5, v22683// W64: encoding: [0xf0,0x04,0x8c,0x7c]2684// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2685 2686v_cmp_ge_i32 vcc, src_scc, v22687// W64: encoding: [0xfd,0x04,0x8c,0x7c]2688// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2689 2690v_cmp_ge_i32 vcc, 0xaf123456, v2552691// W64: encoding: [0xff,0xfe,0x8d,0x7c,0x56,0x34,0x12,0xaf]2692// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2693 2694v_cmp_ge_i64 vcc_lo, v[1:2], v[2:3]2695// W32: encoding: [0x01,0x05,0xac,0x7c]2696// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2697 2698v_cmp_ge_i64 vcc_lo, v[254:255], v[2:3]2699// W32: encoding: [0xfe,0x05,0xac,0x7c]2700// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2701 2702v_cmp_ge_i64 vcc_lo, s[2:3], v[2:3]2703// W32: encoding: [0x02,0x04,0xac,0x7c]2704// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2705 2706v_cmp_ge_i64 vcc_lo, s[104:105], v[2:3]2707// W32: encoding: [0x68,0x04,0xac,0x7c]2708// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2709 2710v_cmp_ge_i64 vcc_lo, vcc, v[2:3]2711// W32: encoding: [0x6a,0x04,0xac,0x7c]2712// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2713 2714v_cmp_ge_i64 vcc_lo, ttmp[14:15], v[2:3]2715// W32: encoding: [0x7a,0x04,0xac,0x7c]2716// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2717 2718v_cmp_ge_i64 vcc_lo, exec, v[2:3]2719// W32: encoding: [0x7e,0x04,0xac,0x7c]2720// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2721 2722v_cmp_ge_i64 vcc_lo, null, v[2:3]2723// W32: encoding: [0x7c,0x04,0xac,0x7c]2724// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2725 2726v_cmp_ge_i64 vcc_lo, -1, v[2:3]2727// W32: encoding: [0xc1,0x04,0xac,0x7c]2728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2729 2730v_cmp_ge_i64 vcc_lo, 0.5, v[2:3]2731// W32: encoding: [0xf0,0x04,0xac,0x7c]2732// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2733 2734v_cmp_ge_i64 vcc_lo, src_scc, v[2:3]2735// W32: encoding: [0xfd,0x04,0xac,0x7c]2736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2737 2738v_cmp_ge_i64 vcc_lo, 0xaf123456, v[254:255]2739// W32: encoding: [0xff,0xfc,0xad,0x7c,0x56,0x34,0x12,0xaf]2740// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2741 2742v_cmp_ge_i64 vcc, v[1:2], v[2:3]2743// W64: encoding: [0x01,0x05,0xac,0x7c]2744// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2745 2746v_cmp_ge_i64 vcc, v[254:255], v[2:3]2747// W64: encoding: [0xfe,0x05,0xac,0x7c]2748// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2749 2750v_cmp_ge_i64 vcc, s[2:3], v[2:3]2751// W64: encoding: [0x02,0x04,0xac,0x7c]2752// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2753 2754v_cmp_ge_i64 vcc, s[104:105], v[2:3]2755// W64: encoding: [0x68,0x04,0xac,0x7c]2756// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2757 2758v_cmp_ge_i64 vcc, vcc, v[2:3]2759// W64: encoding: [0x6a,0x04,0xac,0x7c]2760// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2761 2762v_cmp_ge_i64 vcc, ttmp[14:15], v[2:3]2763// W64: encoding: [0x7a,0x04,0xac,0x7c]2764// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2765 2766v_cmp_ge_i64 vcc, exec, v[2:3]2767// W64: encoding: [0x7e,0x04,0xac,0x7c]2768// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2769 2770v_cmp_ge_i64 vcc, null, v[2:3]2771// W64: encoding: [0x7c,0x04,0xac,0x7c]2772// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2773 2774v_cmp_ge_i64 vcc, -1, v[2:3]2775// W64: encoding: [0xc1,0x04,0xac,0x7c]2776// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2777 2778v_cmp_ge_i64 vcc, 0.5, v[2:3]2779// W64: encoding: [0xf0,0x04,0xac,0x7c]2780// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2781 2782v_cmp_ge_i64 vcc, src_scc, v[2:3]2783// W64: encoding: [0xfd,0x04,0xac,0x7c]2784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2785 2786v_cmp_ge_i64 vcc, 0xaf123456, v[254:255]2787// W64: encoding: [0xff,0xfc,0xad,0x7c,0x56,0x34,0x12,0xaf]2788// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2789 2790v_cmp_ge_u16 vcc_lo, v1, v22791// W32: encoding: [0x01,0x05,0x7c,0x7c]2792// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2793 2794v_cmp_ge_u16 vcc_lo, v127, v22795// W32: encoding: [0x7f,0x05,0x7c,0x7c]2796// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2797 2798v_cmp_ge_u16 vcc_lo, s1, v22799// W32: encoding: [0x01,0x04,0x7c,0x7c]2800// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2801 2802v_cmp_ge_u16 vcc_lo, s105, v22803// W32: encoding: [0x69,0x04,0x7c,0x7c]2804// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2805 2806v_cmp_ge_u16 vcc_lo, vcc_lo, v22807// W32: encoding: [0x6a,0x04,0x7c,0x7c]2808// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2809 2810v_cmp_ge_u16 vcc_lo, vcc_hi, v22811// W32: encoding: [0x6b,0x04,0x7c,0x7c]2812// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2813 2814v_cmp_ge_u16 vcc_lo, ttmp15, v22815// W32: encoding: [0x7b,0x04,0x7c,0x7c]2816// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2817 2818v_cmp_ge_u16 vcc_lo, m0, v22819// W32: encoding: [0x7d,0x04,0x7c,0x7c]2820// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2821 2822v_cmp_ge_u16 vcc_lo, exec_lo, v22823// W32: encoding: [0x7e,0x04,0x7c,0x7c]2824// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2825 2826v_cmp_ge_u16 vcc_lo, exec_hi, v22827// W32: encoding: [0x7f,0x04,0x7c,0x7c]2828// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2829 2830v_cmp_ge_u16 vcc_lo, null, v22831// W32: encoding: [0x7c,0x04,0x7c,0x7c]2832// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2833 2834v_cmp_ge_u16 vcc_lo, -1, v22835// W32: encoding: [0xc1,0x04,0x7c,0x7c]2836// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2837 2838v_cmp_ge_u16 vcc_lo, 0.5, v22839// W32: encoding: [0xf0,0x04,0x7c,0x7c]2840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2841 2842v_cmp_ge_u16 vcc_lo, src_scc, v22843// W32: encoding: [0xfd,0x04,0x7c,0x7c]2844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2845 2846v_cmp_ge_u16 vcc_lo, 0xfe0b, v1272847// W32: encoding: [0xff,0xfe,0x7c,0x7c,0x0b,0xfe,0x00,0x00]2848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2849 2850v_cmp_ge_u16 vcc, v1, v22851// W64: encoding: [0x01,0x05,0x7c,0x7c]2852// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2853 2854v_cmp_ge_u16 vcc, v127, v22855// W64: encoding: [0x7f,0x05,0x7c,0x7c]2856// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2857 2858v_cmp_ge_u16 vcc, s1, v22859// W64: encoding: [0x01,0x04,0x7c,0x7c]2860// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2861 2862v_cmp_ge_u16 vcc, s105, v22863// W64: encoding: [0x69,0x04,0x7c,0x7c]2864// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2865 2866v_cmp_ge_u16 vcc, vcc_lo, v22867// W64: encoding: [0x6a,0x04,0x7c,0x7c]2868// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2869 2870v_cmp_ge_u16 vcc, vcc_hi, v22871// W64: encoding: [0x6b,0x04,0x7c,0x7c]2872// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2873 2874v_cmp_ge_u16 vcc, ttmp15, v22875// W64: encoding: [0x7b,0x04,0x7c,0x7c]2876// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2877 2878v_cmp_ge_u16 vcc, m0, v22879// W64: encoding: [0x7d,0x04,0x7c,0x7c]2880// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2881 2882v_cmp_ge_u16 vcc, exec_lo, v22883// W64: encoding: [0x7e,0x04,0x7c,0x7c]2884// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2885 2886v_cmp_ge_u16 vcc, exec_hi, v22887// W64: encoding: [0x7f,0x04,0x7c,0x7c]2888// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2889 2890v_cmp_ge_u16 vcc, null, v22891// W64: encoding: [0x7c,0x04,0x7c,0x7c]2892// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2893 2894v_cmp_ge_u16 vcc, -1, v22895// W64: encoding: [0xc1,0x04,0x7c,0x7c]2896// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2897 2898v_cmp_ge_u16 vcc, 0.5, v22899// W64: encoding: [0xf0,0x04,0x7c,0x7c]2900// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2901 2902v_cmp_ge_u16 vcc, src_scc, v22903// W64: encoding: [0xfd,0x04,0x7c,0x7c]2904// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2905 2906v_cmp_ge_u16 vcc, 0xfe0b, v1272907// W64: encoding: [0xff,0xfe,0x7c,0x7c,0x0b,0xfe,0x00,0x00]2908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2909 2910v_cmp_ge_u32 vcc_lo, v1, v22911// W32: encoding: [0x01,0x05,0x9c,0x7c]2912// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2913 2914v_cmp_ge_u32 vcc_lo, v255, v22915// W32: encoding: [0xff,0x05,0x9c,0x7c]2916// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2917 2918v_cmp_ge_u32 vcc_lo, s1, v22919// W32: encoding: [0x01,0x04,0x9c,0x7c]2920// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2921 2922v_cmp_ge_u32 vcc_lo, s105, v22923// W32: encoding: [0x69,0x04,0x9c,0x7c]2924// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2925 2926v_cmp_ge_u32 vcc_lo, vcc_lo, v22927// W32: encoding: [0x6a,0x04,0x9c,0x7c]2928// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2929 2930v_cmp_ge_u32 vcc_lo, vcc_hi, v22931// W32: encoding: [0x6b,0x04,0x9c,0x7c]2932// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2933 2934v_cmp_ge_u32 vcc_lo, ttmp15, v22935// W32: encoding: [0x7b,0x04,0x9c,0x7c]2936// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2937 2938v_cmp_ge_u32 vcc_lo, m0, v22939// W32: encoding: [0x7d,0x04,0x9c,0x7c]2940// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2941 2942v_cmp_ge_u32 vcc_lo, exec_lo, v22943// W32: encoding: [0x7e,0x04,0x9c,0x7c]2944// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2945 2946v_cmp_ge_u32 vcc_lo, exec_hi, v22947// W32: encoding: [0x7f,0x04,0x9c,0x7c]2948// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2949 2950v_cmp_ge_u32 vcc_lo, null, v22951// W32: encoding: [0x7c,0x04,0x9c,0x7c]2952// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2953 2954v_cmp_ge_u32 vcc_lo, -1, v22955// W32: encoding: [0xc1,0x04,0x9c,0x7c]2956// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2957 2958v_cmp_ge_u32 vcc_lo, 0.5, v22959// W32: encoding: [0xf0,0x04,0x9c,0x7c]2960// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2961 2962v_cmp_ge_u32 vcc_lo, src_scc, v22963// W32: encoding: [0xfd,0x04,0x9c,0x7c]2964// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2965 2966v_cmp_ge_u32 vcc_lo, 0xaf123456, v2552967// W32: encoding: [0xff,0xfe,0x9d,0x7c,0x56,0x34,0x12,0xaf]2968// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2969 2970v_cmp_ge_u32 vcc, v1, v22971// W64: encoding: [0x01,0x05,0x9c,0x7c]2972// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2973 2974v_cmp_ge_u32 vcc, v255, v22975// W64: encoding: [0xff,0x05,0x9c,0x7c]2976// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2977 2978v_cmp_ge_u32 vcc, s1, v22979// W64: encoding: [0x01,0x04,0x9c,0x7c]2980// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2981 2982v_cmp_ge_u32 vcc, s105, v22983// W64: encoding: [0x69,0x04,0x9c,0x7c]2984// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2985 2986v_cmp_ge_u32 vcc, vcc_lo, v22987// W64: encoding: [0x6a,0x04,0x9c,0x7c]2988// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2989 2990v_cmp_ge_u32 vcc, vcc_hi, v22991// W64: encoding: [0x6b,0x04,0x9c,0x7c]2992// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2993 2994v_cmp_ge_u32 vcc, ttmp15, v22995// W64: encoding: [0x7b,0x04,0x9c,0x7c]2996// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2997 2998v_cmp_ge_u32 vcc, m0, v22999// W64: encoding: [0x7d,0x04,0x9c,0x7c]3000// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3001 3002v_cmp_ge_u32 vcc, exec_lo, v23003// W64: encoding: [0x7e,0x04,0x9c,0x7c]3004// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3005 3006v_cmp_ge_u32 vcc, exec_hi, v23007// W64: encoding: [0x7f,0x04,0x9c,0x7c]3008// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3009 3010v_cmp_ge_u32 vcc, null, v23011// W64: encoding: [0x7c,0x04,0x9c,0x7c]3012// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3013 3014v_cmp_ge_u32 vcc, -1, v23015// W64: encoding: [0xc1,0x04,0x9c,0x7c]3016// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3017 3018v_cmp_ge_u32 vcc, 0.5, v23019// W64: encoding: [0xf0,0x04,0x9c,0x7c]3020// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3021 3022v_cmp_ge_u32 vcc, src_scc, v23023// W64: encoding: [0xfd,0x04,0x9c,0x7c]3024// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3025 3026v_cmp_ge_u32 vcc, 0xaf123456, v2553027// W64: encoding: [0xff,0xfe,0x9d,0x7c,0x56,0x34,0x12,0xaf]3028// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3029 3030v_cmp_ge_u64 vcc_lo, v[1:2], v[2:3]3031// W32: encoding: [0x01,0x05,0xbc,0x7c]3032// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3033 3034v_cmp_ge_u64 vcc_lo, v[254:255], v[2:3]3035// W32: encoding: [0xfe,0x05,0xbc,0x7c]3036// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3037 3038v_cmp_ge_u64 vcc_lo, s[2:3], v[2:3]3039// W32: encoding: [0x02,0x04,0xbc,0x7c]3040// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3041 3042v_cmp_ge_u64 vcc_lo, s[104:105], v[2:3]3043// W32: encoding: [0x68,0x04,0xbc,0x7c]3044// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3045 3046v_cmp_ge_u64 vcc_lo, vcc, v[2:3]3047// W32: encoding: [0x6a,0x04,0xbc,0x7c]3048// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3049 3050v_cmp_ge_u64 vcc_lo, ttmp[14:15], v[2:3]3051// W32: encoding: [0x7a,0x04,0xbc,0x7c]3052// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3053 3054v_cmp_ge_u64 vcc_lo, exec, v[2:3]3055// W32: encoding: [0x7e,0x04,0xbc,0x7c]3056// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3057 3058v_cmp_ge_u64 vcc_lo, null, v[2:3]3059// W32: encoding: [0x7c,0x04,0xbc,0x7c]3060// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3061 3062v_cmp_ge_u64 vcc_lo, -1, v[2:3]3063// W32: encoding: [0xc1,0x04,0xbc,0x7c]3064// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3065 3066v_cmp_ge_u64 vcc_lo, 0.5, v[2:3]3067// W32: encoding: [0xf0,0x04,0xbc,0x7c]3068// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3069 3070v_cmp_ge_u64 vcc_lo, src_scc, v[2:3]3071// W32: encoding: [0xfd,0x04,0xbc,0x7c]3072// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3073 3074v_cmp_ge_u64 vcc_lo, 0xaf123456, v[254:255]3075// W32: encoding: [0xff,0xfc,0xbd,0x7c,0x56,0x34,0x12,0xaf]3076// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3077 3078v_cmp_ge_u64 vcc, v[1:2], v[2:3]3079// W64: encoding: [0x01,0x05,0xbc,0x7c]3080// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3081 3082v_cmp_ge_u64 vcc, v[254:255], v[2:3]3083// W64: encoding: [0xfe,0x05,0xbc,0x7c]3084// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3085 3086v_cmp_ge_u64 vcc, s[2:3], v[2:3]3087// W64: encoding: [0x02,0x04,0xbc,0x7c]3088// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3089 3090v_cmp_ge_u64 vcc, s[104:105], v[2:3]3091// W64: encoding: [0x68,0x04,0xbc,0x7c]3092// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3093 3094v_cmp_ge_u64 vcc, vcc, v[2:3]3095// W64: encoding: [0x6a,0x04,0xbc,0x7c]3096// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3097 3098v_cmp_ge_u64 vcc, ttmp[14:15], v[2:3]3099// W64: encoding: [0x7a,0x04,0xbc,0x7c]3100// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3101 3102v_cmp_ge_u64 vcc, exec, v[2:3]3103// W64: encoding: [0x7e,0x04,0xbc,0x7c]3104// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3105 3106v_cmp_ge_u64 vcc, null, v[2:3]3107// W64: encoding: [0x7c,0x04,0xbc,0x7c]3108// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3109 3110v_cmp_ge_u64 vcc, -1, v[2:3]3111// W64: encoding: [0xc1,0x04,0xbc,0x7c]3112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3113 3114v_cmp_ge_u64 vcc, 0.5, v[2:3]3115// W64: encoding: [0xf0,0x04,0xbc,0x7c]3116// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3117 3118v_cmp_ge_u64 vcc, src_scc, v[2:3]3119// W64: encoding: [0xfd,0x04,0xbc,0x7c]3120// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3121 3122v_cmp_ge_u64 vcc, 0xaf123456, v[254:255]3123// W64: encoding: [0xff,0xfc,0xbd,0x7c,0x56,0x34,0x12,0xaf]3124// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3125 3126v_cmp_gt_f16 vcc_lo, v1, v23127// W32: encoding: [0x01,0x05,0x08,0x7c]3128// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3129 3130v_cmp_gt_f16 vcc_lo, v127, v23131// W32: encoding: [0x7f,0x05,0x08,0x7c]3132// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3133 3134v_cmp_gt_f16 vcc_lo, s1, v23135// W32: encoding: [0x01,0x04,0x08,0x7c]3136// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3137 3138v_cmp_gt_f16 vcc_lo, s105, v23139// W32: encoding: [0x69,0x04,0x08,0x7c]3140// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3141 3142v_cmp_gt_f16 vcc_lo, vcc_lo, v23143// W32: encoding: [0x6a,0x04,0x08,0x7c]3144// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3145 3146v_cmp_gt_f16 vcc_lo, vcc_hi, v23147// W32: encoding: [0x6b,0x04,0x08,0x7c]3148// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3149 3150v_cmp_gt_f16 vcc_lo, ttmp15, v23151// W32: encoding: [0x7b,0x04,0x08,0x7c]3152// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3153 3154v_cmp_gt_f16 vcc_lo, m0, v23155// W32: encoding: [0x7d,0x04,0x08,0x7c]3156// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3157 3158v_cmp_gt_f16 vcc_lo, exec_lo, v23159// W32: encoding: [0x7e,0x04,0x08,0x7c]3160// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3161 3162v_cmp_gt_f16 vcc_lo, exec_hi, v23163// W32: encoding: [0x7f,0x04,0x08,0x7c]3164// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3165 3166v_cmp_gt_f16 vcc_lo, null, v23167// W32: encoding: [0x7c,0x04,0x08,0x7c]3168// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3169 3170v_cmp_gt_f16 vcc_lo, -1, v23171// W32: encoding: [0xc1,0x04,0x08,0x7c]3172// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3173 3174v_cmp_gt_f16 vcc_lo, 0.5, v23175// W32: encoding: [0xf0,0x04,0x08,0x7c]3176// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3177 3178v_cmp_gt_f16 vcc_lo, src_scc, v23179// W32: encoding: [0xfd,0x04,0x08,0x7c]3180// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3181 3182v_cmp_gt_f16 vcc_lo, 0xfe0b, v1273183// W32: encoding: [0xff,0xfe,0x08,0x7c,0x0b,0xfe,0x00,0x00]3184// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3185 3186v_cmp_gt_f16 vcc, v1, v23187// W64: encoding: [0x01,0x05,0x08,0x7c]3188// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3189 3190v_cmp_gt_f16 vcc, v127, v23191// W64: encoding: [0x7f,0x05,0x08,0x7c]3192// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3193 3194v_cmp_gt_f16 vcc, s1, v23195// W64: encoding: [0x01,0x04,0x08,0x7c]3196// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3197 3198v_cmp_gt_f16 vcc, s105, v23199// W64: encoding: [0x69,0x04,0x08,0x7c]3200// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3201 3202v_cmp_gt_f16 vcc, vcc_lo, v23203// W64: encoding: [0x6a,0x04,0x08,0x7c]3204// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3205 3206v_cmp_gt_f16 vcc, vcc_hi, v23207// W64: encoding: [0x6b,0x04,0x08,0x7c]3208// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3209 3210v_cmp_gt_f16 vcc, ttmp15, v23211// W64: encoding: [0x7b,0x04,0x08,0x7c]3212// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3213 3214v_cmp_gt_f16 vcc, m0, v23215// W64: encoding: [0x7d,0x04,0x08,0x7c]3216// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3217 3218v_cmp_gt_f16 vcc, exec_lo, v23219// W64: encoding: [0x7e,0x04,0x08,0x7c]3220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3221 3222v_cmp_gt_f16 vcc, exec_hi, v23223// W64: encoding: [0x7f,0x04,0x08,0x7c]3224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3225 3226v_cmp_gt_f16 vcc, null, v23227// W64: encoding: [0x7c,0x04,0x08,0x7c]3228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3229 3230v_cmp_gt_f16 vcc, -1, v23231// W64: encoding: [0xc1,0x04,0x08,0x7c]3232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3233 3234v_cmp_gt_f16 vcc, 0.5, v23235// W64: encoding: [0xf0,0x04,0x08,0x7c]3236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3237 3238v_cmp_gt_f16 vcc, src_scc, v23239// W64: encoding: [0xfd,0x04,0x08,0x7c]3240// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3241 3242v_cmp_gt_f16 vcc, 0xfe0b, v1273243// W64: encoding: [0xff,0xfe,0x08,0x7c,0x0b,0xfe,0x00,0x00]3244// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3245 3246v_cmp_gt_f32 vcc_lo, v1, v23247// W32: encoding: [0x01,0x05,0x28,0x7c]3248// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3249 3250v_cmp_gt_f32 vcc_lo, v255, v23251// W32: encoding: [0xff,0x05,0x28,0x7c]3252// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3253 3254v_cmp_gt_f32 vcc_lo, s1, v23255// W32: encoding: [0x01,0x04,0x28,0x7c]3256// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3257 3258v_cmp_gt_f32 vcc_lo, s105, v23259// W32: encoding: [0x69,0x04,0x28,0x7c]3260// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3261 3262v_cmp_gt_f32 vcc_lo, vcc_lo, v23263// W32: encoding: [0x6a,0x04,0x28,0x7c]3264// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3265 3266v_cmp_gt_f32 vcc_lo, vcc_hi, v23267// W32: encoding: [0x6b,0x04,0x28,0x7c]3268// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3269 3270v_cmp_gt_f32 vcc_lo, ttmp15, v23271// W32: encoding: [0x7b,0x04,0x28,0x7c]3272// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3273 3274v_cmp_gt_f32 vcc_lo, m0, v23275// W32: encoding: [0x7d,0x04,0x28,0x7c]3276// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3277 3278v_cmp_gt_f32 vcc_lo, exec_lo, v23279// W32: encoding: [0x7e,0x04,0x28,0x7c]3280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3281 3282v_cmp_gt_f32 vcc_lo, exec_hi, v23283// W32: encoding: [0x7f,0x04,0x28,0x7c]3284// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3285 3286v_cmp_gt_f32 vcc_lo, null, v23287// W32: encoding: [0x7c,0x04,0x28,0x7c]3288// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3289 3290v_cmp_gt_f32 vcc_lo, -1, v23291// W32: encoding: [0xc1,0x04,0x28,0x7c]3292// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3293 3294v_cmp_gt_f32 vcc_lo, 0.5, v23295// W32: encoding: [0xf0,0x04,0x28,0x7c]3296// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3297 3298v_cmp_gt_f32 vcc_lo, src_scc, v23299// W32: encoding: [0xfd,0x04,0x28,0x7c]3300// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3301 3302v_cmp_gt_f32 vcc_lo, 0xaf123456, v2553303// W32: encoding: [0xff,0xfe,0x29,0x7c,0x56,0x34,0x12,0xaf]3304// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3305 3306v_cmp_gt_f32 vcc, v1, v23307// W64: encoding: [0x01,0x05,0x28,0x7c]3308// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3309 3310v_cmp_gt_f32 vcc, v255, v23311// W64: encoding: [0xff,0x05,0x28,0x7c]3312// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3313 3314v_cmp_gt_f32 vcc, s1, v23315// W64: encoding: [0x01,0x04,0x28,0x7c]3316// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3317 3318v_cmp_gt_f32 vcc, s105, v23319// W64: encoding: [0x69,0x04,0x28,0x7c]3320// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3321 3322v_cmp_gt_f32 vcc, vcc_lo, v23323// W64: encoding: [0x6a,0x04,0x28,0x7c]3324// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3325 3326v_cmp_gt_f32 vcc, vcc_hi, v23327// W64: encoding: [0x6b,0x04,0x28,0x7c]3328// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3329 3330v_cmp_gt_f32 vcc, ttmp15, v23331// W64: encoding: [0x7b,0x04,0x28,0x7c]3332// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3333 3334v_cmp_gt_f32 vcc, m0, v23335// W64: encoding: [0x7d,0x04,0x28,0x7c]3336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3337 3338v_cmp_gt_f32 vcc, exec_lo, v23339// W64: encoding: [0x7e,0x04,0x28,0x7c]3340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3341 3342v_cmp_gt_f32 vcc, exec_hi, v23343// W64: encoding: [0x7f,0x04,0x28,0x7c]3344// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3345 3346v_cmp_gt_f32 vcc, null, v23347// W64: encoding: [0x7c,0x04,0x28,0x7c]3348// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3349 3350v_cmp_gt_f32 vcc, -1, v23351// W64: encoding: [0xc1,0x04,0x28,0x7c]3352// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3353 3354v_cmp_gt_f32 vcc, 0.5, v23355// W64: encoding: [0xf0,0x04,0x28,0x7c]3356// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3357 3358v_cmp_gt_f32 vcc, src_scc, v23359// W64: encoding: [0xfd,0x04,0x28,0x7c]3360// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3361 3362v_cmp_gt_f32 vcc, 0xaf123456, v2553363// W64: encoding: [0xff,0xfe,0x29,0x7c,0x56,0x34,0x12,0xaf]3364// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3365 3366v_cmp_gt_f64 vcc_lo, v[1:2], v[2:3]3367// W32: encoding: [0x01,0x05,0x48,0x7c]3368// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3369 3370v_cmp_gt_f64 vcc_lo, v[254:255], v[2:3]3371// W32: encoding: [0xfe,0x05,0x48,0x7c]3372// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3373 3374v_cmp_gt_f64 vcc_lo, s[2:3], v[2:3]3375// W32: encoding: [0x02,0x04,0x48,0x7c]3376// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3377 3378v_cmp_gt_f64 vcc_lo, s[104:105], v[2:3]3379// W32: encoding: [0x68,0x04,0x48,0x7c]3380// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3381 3382v_cmp_gt_f64 vcc_lo, vcc, v[2:3]3383// W32: encoding: [0x6a,0x04,0x48,0x7c]3384// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3385 3386v_cmp_gt_f64 vcc_lo, ttmp[14:15], v[2:3]3387// W32: encoding: [0x7a,0x04,0x48,0x7c]3388// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3389 3390v_cmp_gt_f64 vcc_lo, exec, v[2:3]3391// W32: encoding: [0x7e,0x04,0x48,0x7c]3392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3393 3394v_cmp_gt_f64 vcc_lo, null, v[2:3]3395// W32: encoding: [0x7c,0x04,0x48,0x7c]3396// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3397 3398v_cmp_gt_f64 vcc_lo, -1, v[2:3]3399// W32: encoding: [0xc1,0x04,0x48,0x7c]3400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3401 3402v_cmp_gt_f64 vcc_lo, 0.5, v[2:3]3403// W32: encoding: [0xf0,0x04,0x48,0x7c]3404// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3405 3406v_cmp_gt_f64 vcc_lo, src_scc, v[2:3]3407// W32: encoding: [0xfd,0x04,0x48,0x7c]3408// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3409 3410v_cmp_gt_f64 vcc_lo, 0xaf123456, v[254:255]3411// W32: encoding: [0xff,0xfc,0x49,0x7c,0x56,0x34,0x12,0xaf]3412// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3413 3414v_cmp_gt_f64 vcc, v[1:2], v[2:3]3415// W64: encoding: [0x01,0x05,0x48,0x7c]3416// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3417 3418v_cmp_gt_f64 vcc, v[254:255], v[2:3]3419// W64: encoding: [0xfe,0x05,0x48,0x7c]3420// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3421 3422v_cmp_gt_f64 vcc, s[2:3], v[2:3]3423// W64: encoding: [0x02,0x04,0x48,0x7c]3424// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3425 3426v_cmp_gt_f64 vcc, s[104:105], v[2:3]3427// W64: encoding: [0x68,0x04,0x48,0x7c]3428// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3429 3430v_cmp_gt_f64 vcc, vcc, v[2:3]3431// W64: encoding: [0x6a,0x04,0x48,0x7c]3432// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3433 3434v_cmp_gt_f64 vcc, ttmp[14:15], v[2:3]3435// W64: encoding: [0x7a,0x04,0x48,0x7c]3436// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3437 3438v_cmp_gt_f64 vcc, exec, v[2:3]3439// W64: encoding: [0x7e,0x04,0x48,0x7c]3440// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3441 3442v_cmp_gt_f64 vcc, null, v[2:3]3443// W64: encoding: [0x7c,0x04,0x48,0x7c]3444// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3445 3446v_cmp_gt_f64 vcc, -1, v[2:3]3447// W64: encoding: [0xc1,0x04,0x48,0x7c]3448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3449 3450v_cmp_gt_f64 vcc, 0.5, v[2:3]3451// W64: encoding: [0xf0,0x04,0x48,0x7c]3452// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3453 3454v_cmp_gt_f64 vcc, src_scc, v[2:3]3455// W64: encoding: [0xfd,0x04,0x48,0x7c]3456// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3457 3458v_cmp_gt_f64 vcc, 0xaf123456, v[254:255]3459// W64: encoding: [0xff,0xfc,0x49,0x7c,0x56,0x34,0x12,0xaf]3460// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3461 3462v_cmp_gt_i16 vcc_lo, v1, v23463// W32: encoding: [0x01,0x05,0x68,0x7c]3464// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3465 3466v_cmp_gt_i16 vcc_lo, v127, v23467// W32: encoding: [0x7f,0x05,0x68,0x7c]3468// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3469 3470v_cmp_gt_i16 vcc_lo, s1, v23471// W32: encoding: [0x01,0x04,0x68,0x7c]3472// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3473 3474v_cmp_gt_i16 vcc_lo, s105, v23475// W32: encoding: [0x69,0x04,0x68,0x7c]3476// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3477 3478v_cmp_gt_i16 vcc_lo, vcc_lo, v23479// W32: encoding: [0x6a,0x04,0x68,0x7c]3480// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3481 3482v_cmp_gt_i16 vcc_lo, vcc_hi, v23483// W32: encoding: [0x6b,0x04,0x68,0x7c]3484// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3485 3486v_cmp_gt_i16 vcc_lo, ttmp15, v23487// W32: encoding: [0x7b,0x04,0x68,0x7c]3488// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3489 3490v_cmp_gt_i16 vcc_lo, m0, v23491// W32: encoding: [0x7d,0x04,0x68,0x7c]3492// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3493 3494v_cmp_gt_i16 vcc_lo, exec_lo, v23495// W32: encoding: [0x7e,0x04,0x68,0x7c]3496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3497 3498v_cmp_gt_i16 vcc_lo, exec_hi, v23499// W32: encoding: [0x7f,0x04,0x68,0x7c]3500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3501 3502v_cmp_gt_i16 vcc_lo, null, v23503// W32: encoding: [0x7c,0x04,0x68,0x7c]3504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3505 3506v_cmp_gt_i16 vcc_lo, -1, v23507// W32: encoding: [0xc1,0x04,0x68,0x7c]3508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3509 3510v_cmp_gt_i16 vcc_lo, 0.5, v23511// W32: encoding: [0xf0,0x04,0x68,0x7c]3512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3513 3514v_cmp_gt_i16 vcc_lo, src_scc, v23515// W32: encoding: [0xfd,0x04,0x68,0x7c]3516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3517 3518v_cmp_gt_i16 vcc_lo, 0xfe0b, v1273519// W32: encoding: [0xff,0xfe,0x68,0x7c,0x0b,0xfe,0x00,0x00]3520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3521 3522v_cmp_gt_i16 vcc, v1, v23523// W64: encoding: [0x01,0x05,0x68,0x7c]3524// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3525 3526v_cmp_gt_i16 vcc, v127, v23527// W64: encoding: [0x7f,0x05,0x68,0x7c]3528// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3529 3530v_cmp_gt_i16 vcc, s1, v23531// W64: encoding: [0x01,0x04,0x68,0x7c]3532// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3533 3534v_cmp_gt_i16 vcc, s105, v23535// W64: encoding: [0x69,0x04,0x68,0x7c]3536// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3537 3538v_cmp_gt_i16 vcc, vcc_lo, v23539// W64: encoding: [0x6a,0x04,0x68,0x7c]3540// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3541 3542v_cmp_gt_i16 vcc, vcc_hi, v23543// W64: encoding: [0x6b,0x04,0x68,0x7c]3544// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3545 3546v_cmp_gt_i16 vcc, ttmp15, v23547// W64: encoding: [0x7b,0x04,0x68,0x7c]3548// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3549 3550v_cmp_gt_i16 vcc, m0, v23551// W64: encoding: [0x7d,0x04,0x68,0x7c]3552// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3553 3554v_cmp_gt_i16 vcc, exec_lo, v23555// W64: encoding: [0x7e,0x04,0x68,0x7c]3556// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3557 3558v_cmp_gt_i16 vcc, exec_hi, v23559// W64: encoding: [0x7f,0x04,0x68,0x7c]3560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3561 3562v_cmp_gt_i16 vcc, null, v23563// W64: encoding: [0x7c,0x04,0x68,0x7c]3564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3565 3566v_cmp_gt_i16 vcc, -1, v23567// W64: encoding: [0xc1,0x04,0x68,0x7c]3568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3569 3570v_cmp_gt_i16 vcc, 0.5, v23571// W64: encoding: [0xf0,0x04,0x68,0x7c]3572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3573 3574v_cmp_gt_i16 vcc, src_scc, v23575// W64: encoding: [0xfd,0x04,0x68,0x7c]3576// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3577 3578v_cmp_gt_i16 vcc, 0xfe0b, v1273579// W64: encoding: [0xff,0xfe,0x68,0x7c,0x0b,0xfe,0x00,0x00]3580// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3581 3582v_cmp_gt_i32 vcc_lo, v1, v23583// W32: encoding: [0x01,0x05,0x88,0x7c]3584// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3585 3586v_cmp_gt_i32 vcc_lo, v255, v23587// W32: encoding: [0xff,0x05,0x88,0x7c]3588// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3589 3590v_cmp_gt_i32 vcc_lo, s1, v23591// W32: encoding: [0x01,0x04,0x88,0x7c]3592// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3593 3594v_cmp_gt_i32 vcc_lo, s105, v23595// W32: encoding: [0x69,0x04,0x88,0x7c]3596// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3597 3598v_cmp_gt_i32 vcc_lo, vcc_lo, v23599// W32: encoding: [0x6a,0x04,0x88,0x7c]3600// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3601 3602v_cmp_gt_i32 vcc_lo, vcc_hi, v23603// W32: encoding: [0x6b,0x04,0x88,0x7c]3604// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3605 3606v_cmp_gt_i32 vcc_lo, ttmp15, v23607// W32: encoding: [0x7b,0x04,0x88,0x7c]3608// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3609 3610v_cmp_gt_i32 vcc_lo, m0, v23611// W32: encoding: [0x7d,0x04,0x88,0x7c]3612// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3613 3614v_cmp_gt_i32 vcc_lo, exec_lo, v23615// W32: encoding: [0x7e,0x04,0x88,0x7c]3616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3617 3618v_cmp_gt_i32 vcc_lo, exec_hi, v23619// W32: encoding: [0x7f,0x04,0x88,0x7c]3620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3621 3622v_cmp_gt_i32 vcc_lo, null, v23623// W32: encoding: [0x7c,0x04,0x88,0x7c]3624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3625 3626v_cmp_gt_i32 vcc_lo, -1, v23627// W32: encoding: [0xc1,0x04,0x88,0x7c]3628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3629 3630v_cmp_gt_i32 vcc_lo, 0.5, v23631// W32: encoding: [0xf0,0x04,0x88,0x7c]3632// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3633 3634v_cmp_gt_i32 vcc_lo, src_scc, v23635// W32: encoding: [0xfd,0x04,0x88,0x7c]3636// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3637 3638v_cmp_gt_i32 vcc_lo, 0xaf123456, v2553639// W32: encoding: [0xff,0xfe,0x89,0x7c,0x56,0x34,0x12,0xaf]3640// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3641 3642v_cmp_gt_i32 vcc, v1, v23643// W64: encoding: [0x01,0x05,0x88,0x7c]3644// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3645 3646v_cmp_gt_i32 vcc, v255, v23647// W64: encoding: [0xff,0x05,0x88,0x7c]3648// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3649 3650v_cmp_gt_i32 vcc, s1, v23651// W64: encoding: [0x01,0x04,0x88,0x7c]3652// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3653 3654v_cmp_gt_i32 vcc, s105, v23655// W64: encoding: [0x69,0x04,0x88,0x7c]3656// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3657 3658v_cmp_gt_i32 vcc, vcc_lo, v23659// W64: encoding: [0x6a,0x04,0x88,0x7c]3660// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3661 3662v_cmp_gt_i32 vcc, vcc_hi, v23663// W64: encoding: [0x6b,0x04,0x88,0x7c]3664// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3665 3666v_cmp_gt_i32 vcc, ttmp15, v23667// W64: encoding: [0x7b,0x04,0x88,0x7c]3668// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3669 3670v_cmp_gt_i32 vcc, m0, v23671// W64: encoding: [0x7d,0x04,0x88,0x7c]3672// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3673 3674v_cmp_gt_i32 vcc, exec_lo, v23675// W64: encoding: [0x7e,0x04,0x88,0x7c]3676// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3677 3678v_cmp_gt_i32 vcc, exec_hi, v23679// W64: encoding: [0x7f,0x04,0x88,0x7c]3680// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3681 3682v_cmp_gt_i32 vcc, null, v23683// W64: encoding: [0x7c,0x04,0x88,0x7c]3684// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3685 3686v_cmp_gt_i32 vcc, -1, v23687// W64: encoding: [0xc1,0x04,0x88,0x7c]3688// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3689 3690v_cmp_gt_i32 vcc, 0.5, v23691// W64: encoding: [0xf0,0x04,0x88,0x7c]3692// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3693 3694v_cmp_gt_i32 vcc, src_scc, v23695// W64: encoding: [0xfd,0x04,0x88,0x7c]3696// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3697 3698v_cmp_gt_i32 vcc, 0xaf123456, v2553699// W64: encoding: [0xff,0xfe,0x89,0x7c,0x56,0x34,0x12,0xaf]3700// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3701 3702v_cmp_gt_i64 vcc_lo, v[1:2], v[2:3]3703// W32: encoding: [0x01,0x05,0xa8,0x7c]3704// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3705 3706v_cmp_gt_i64 vcc_lo, v[254:255], v[2:3]3707// W32: encoding: [0xfe,0x05,0xa8,0x7c]3708// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3709 3710v_cmp_gt_i64 vcc_lo, s[2:3], v[2:3]3711// W32: encoding: [0x02,0x04,0xa8,0x7c]3712// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3713 3714v_cmp_gt_i64 vcc_lo, s[104:105], v[2:3]3715// W32: encoding: [0x68,0x04,0xa8,0x7c]3716// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3717 3718v_cmp_gt_i64 vcc_lo, vcc, v[2:3]3719// W32: encoding: [0x6a,0x04,0xa8,0x7c]3720// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3721 3722v_cmp_gt_i64 vcc_lo, ttmp[14:15], v[2:3]3723// W32: encoding: [0x7a,0x04,0xa8,0x7c]3724// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3725 3726v_cmp_gt_i64 vcc_lo, exec, v[2:3]3727// W32: encoding: [0x7e,0x04,0xa8,0x7c]3728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3729 3730v_cmp_gt_i64 vcc_lo, null, v[2:3]3731// W32: encoding: [0x7c,0x04,0xa8,0x7c]3732// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3733 3734v_cmp_gt_i64 vcc_lo, -1, v[2:3]3735// W32: encoding: [0xc1,0x04,0xa8,0x7c]3736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3737 3738v_cmp_gt_i64 vcc_lo, 0.5, v[2:3]3739// W32: encoding: [0xf0,0x04,0xa8,0x7c]3740// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3741 3742v_cmp_gt_i64 vcc_lo, src_scc, v[2:3]3743// W32: encoding: [0xfd,0x04,0xa8,0x7c]3744// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3745 3746v_cmp_gt_i64 vcc_lo, 0xaf123456, v[254:255]3747// W32: encoding: [0xff,0xfc,0xa9,0x7c,0x56,0x34,0x12,0xaf]3748// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3749 3750v_cmp_gt_i64 vcc, v[1:2], v[2:3]3751// W64: encoding: [0x01,0x05,0xa8,0x7c]3752// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3753 3754v_cmp_gt_i64 vcc, v[254:255], v[2:3]3755// W64: encoding: [0xfe,0x05,0xa8,0x7c]3756// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3757 3758v_cmp_gt_i64 vcc, s[2:3], v[2:3]3759// W64: encoding: [0x02,0x04,0xa8,0x7c]3760// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3761 3762v_cmp_gt_i64 vcc, s[104:105], v[2:3]3763// W64: encoding: [0x68,0x04,0xa8,0x7c]3764// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3765 3766v_cmp_gt_i64 vcc, vcc, v[2:3]3767// W64: encoding: [0x6a,0x04,0xa8,0x7c]3768// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3769 3770v_cmp_gt_i64 vcc, ttmp[14:15], v[2:3]3771// W64: encoding: [0x7a,0x04,0xa8,0x7c]3772// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3773 3774v_cmp_gt_i64 vcc, exec, v[2:3]3775// W64: encoding: [0x7e,0x04,0xa8,0x7c]3776// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3777 3778v_cmp_gt_i64 vcc, null, v[2:3]3779// W64: encoding: [0x7c,0x04,0xa8,0x7c]3780// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3781 3782v_cmp_gt_i64 vcc, -1, v[2:3]3783// W64: encoding: [0xc1,0x04,0xa8,0x7c]3784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3785 3786v_cmp_gt_i64 vcc, 0.5, v[2:3]3787// W64: encoding: [0xf0,0x04,0xa8,0x7c]3788// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3789 3790v_cmp_gt_i64 vcc, src_scc, v[2:3]3791// W64: encoding: [0xfd,0x04,0xa8,0x7c]3792// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3793 3794v_cmp_gt_i64 vcc, 0xaf123456, v[254:255]3795// W64: encoding: [0xff,0xfc,0xa9,0x7c,0x56,0x34,0x12,0xaf]3796// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3797 3798v_cmp_gt_u16 vcc_lo, v1, v23799// W32: encoding: [0x01,0x05,0x78,0x7c]3800// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3801 3802v_cmp_gt_u16 vcc_lo, v127, v23803// W32: encoding: [0x7f,0x05,0x78,0x7c]3804// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3805 3806v_cmp_gt_u16 vcc_lo, s1, v23807// W32: encoding: [0x01,0x04,0x78,0x7c]3808// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3809 3810v_cmp_gt_u16 vcc_lo, s105, v23811// W32: encoding: [0x69,0x04,0x78,0x7c]3812// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3813 3814v_cmp_gt_u16 vcc_lo, vcc_lo, v23815// W32: encoding: [0x6a,0x04,0x78,0x7c]3816// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3817 3818v_cmp_gt_u16 vcc_lo, vcc_hi, v23819// W32: encoding: [0x6b,0x04,0x78,0x7c]3820// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3821 3822v_cmp_gt_u16 vcc_lo, ttmp15, v23823// W32: encoding: [0x7b,0x04,0x78,0x7c]3824// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3825 3826v_cmp_gt_u16 vcc_lo, m0, v23827// W32: encoding: [0x7d,0x04,0x78,0x7c]3828// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3829 3830v_cmp_gt_u16 vcc_lo, exec_lo, v23831// W32: encoding: [0x7e,0x04,0x78,0x7c]3832// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3833 3834v_cmp_gt_u16 vcc_lo, exec_hi, v23835// W32: encoding: [0x7f,0x04,0x78,0x7c]3836// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3837 3838v_cmp_gt_u16 vcc_lo, null, v23839// W32: encoding: [0x7c,0x04,0x78,0x7c]3840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3841 3842v_cmp_gt_u16 vcc_lo, -1, v23843// W32: encoding: [0xc1,0x04,0x78,0x7c]3844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3845 3846v_cmp_gt_u16 vcc_lo, 0.5, v23847// W32: encoding: [0xf0,0x04,0x78,0x7c]3848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3849 3850v_cmp_gt_u16 vcc_lo, src_scc, v23851// W32: encoding: [0xfd,0x04,0x78,0x7c]3852// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3853 3854v_cmp_gt_u16 vcc_lo, 0xfe0b, v1273855// W32: encoding: [0xff,0xfe,0x78,0x7c,0x0b,0xfe,0x00,0x00]3856// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3857 3858v_cmp_gt_u16 vcc, v1, v23859// W64: encoding: [0x01,0x05,0x78,0x7c]3860// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3861 3862v_cmp_gt_u16 vcc, v127, v23863// W64: encoding: [0x7f,0x05,0x78,0x7c]3864// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3865 3866v_cmp_gt_u16 vcc, s1, v23867// W64: encoding: [0x01,0x04,0x78,0x7c]3868// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3869 3870v_cmp_gt_u16 vcc, s105, v23871// W64: encoding: [0x69,0x04,0x78,0x7c]3872// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3873 3874v_cmp_gt_u16 vcc, vcc_lo, v23875// W64: encoding: [0x6a,0x04,0x78,0x7c]3876// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3877 3878v_cmp_gt_u16 vcc, vcc_hi, v23879// W64: encoding: [0x6b,0x04,0x78,0x7c]3880// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3881 3882v_cmp_gt_u16 vcc, ttmp15, v23883// W64: encoding: [0x7b,0x04,0x78,0x7c]3884// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3885 3886v_cmp_gt_u16 vcc, m0, v23887// W64: encoding: [0x7d,0x04,0x78,0x7c]3888// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3889 3890v_cmp_gt_u16 vcc, exec_lo, v23891// W64: encoding: [0x7e,0x04,0x78,0x7c]3892// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3893 3894v_cmp_gt_u16 vcc, exec_hi, v23895// W64: encoding: [0x7f,0x04,0x78,0x7c]3896// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3897 3898v_cmp_gt_u16 vcc, null, v23899// W64: encoding: [0x7c,0x04,0x78,0x7c]3900// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3901 3902v_cmp_gt_u16 vcc, -1, v23903// W64: encoding: [0xc1,0x04,0x78,0x7c]3904// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3905 3906v_cmp_gt_u16 vcc, 0.5, v23907// W64: encoding: [0xf0,0x04,0x78,0x7c]3908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3909 3910v_cmp_gt_u16 vcc, src_scc, v23911// W64: encoding: [0xfd,0x04,0x78,0x7c]3912// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3913 3914v_cmp_gt_u16 vcc, 0xfe0b, v1273915// W64: encoding: [0xff,0xfe,0x78,0x7c,0x0b,0xfe,0x00,0x00]3916// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3917 3918v_cmp_gt_u32 vcc_lo, v1, v23919// W32: encoding: [0x01,0x05,0x98,0x7c]3920// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3921 3922v_cmp_gt_u32 vcc_lo, v255, v23923// W32: encoding: [0xff,0x05,0x98,0x7c]3924// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3925 3926v_cmp_gt_u32 vcc_lo, s1, v23927// W32: encoding: [0x01,0x04,0x98,0x7c]3928// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3929 3930v_cmp_gt_u32 vcc_lo, s105, v23931// W32: encoding: [0x69,0x04,0x98,0x7c]3932// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3933 3934v_cmp_gt_u32 vcc_lo, vcc_lo, v23935// W32: encoding: [0x6a,0x04,0x98,0x7c]3936// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3937 3938v_cmp_gt_u32 vcc_lo, vcc_hi, v23939// W32: encoding: [0x6b,0x04,0x98,0x7c]3940// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3941 3942v_cmp_gt_u32 vcc_lo, ttmp15, v23943// W32: encoding: [0x7b,0x04,0x98,0x7c]3944// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3945 3946v_cmp_gt_u32 vcc_lo, m0, v23947// W32: encoding: [0x7d,0x04,0x98,0x7c]3948// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3949 3950v_cmp_gt_u32 vcc_lo, exec_lo, v23951// W32: encoding: [0x7e,0x04,0x98,0x7c]3952// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3953 3954v_cmp_gt_u32 vcc_lo, exec_hi, v23955// W32: encoding: [0x7f,0x04,0x98,0x7c]3956// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3957 3958v_cmp_gt_u32 vcc_lo, null, v23959// W32: encoding: [0x7c,0x04,0x98,0x7c]3960// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3961 3962v_cmp_gt_u32 vcc_lo, -1, v23963// W32: encoding: [0xc1,0x04,0x98,0x7c]3964// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3965 3966v_cmp_gt_u32 vcc_lo, 0.5, v23967// W32: encoding: [0xf0,0x04,0x98,0x7c]3968// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3969 3970v_cmp_gt_u32 vcc_lo, src_scc, v23971// W32: encoding: [0xfd,0x04,0x98,0x7c]3972// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3973 3974v_cmp_gt_u32 vcc_lo, 0xaf123456, v2553975// W32: encoding: [0xff,0xfe,0x99,0x7c,0x56,0x34,0x12,0xaf]3976// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3977 3978v_cmp_gt_u32 vcc, v1, v23979// W64: encoding: [0x01,0x05,0x98,0x7c]3980// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3981 3982v_cmp_gt_u32 vcc, v255, v23983// W64: encoding: [0xff,0x05,0x98,0x7c]3984// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3985 3986v_cmp_gt_u32 vcc, s1, v23987// W64: encoding: [0x01,0x04,0x98,0x7c]3988// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3989 3990v_cmp_gt_u32 vcc, s105, v23991// W64: encoding: [0x69,0x04,0x98,0x7c]3992// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3993 3994v_cmp_gt_u32 vcc, vcc_lo, v23995// W64: encoding: [0x6a,0x04,0x98,0x7c]3996// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3997 3998v_cmp_gt_u32 vcc, vcc_hi, v23999// W64: encoding: [0x6b,0x04,0x98,0x7c]4000// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4001 4002v_cmp_gt_u32 vcc, ttmp15, v24003// W64: encoding: [0x7b,0x04,0x98,0x7c]4004// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4005 4006v_cmp_gt_u32 vcc, m0, v24007// W64: encoding: [0x7d,0x04,0x98,0x7c]4008// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4009 4010v_cmp_gt_u32 vcc, exec_lo, v24011// W64: encoding: [0x7e,0x04,0x98,0x7c]4012// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4013 4014v_cmp_gt_u32 vcc, exec_hi, v24015// W64: encoding: [0x7f,0x04,0x98,0x7c]4016// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4017 4018v_cmp_gt_u32 vcc, null, v24019// W64: encoding: [0x7c,0x04,0x98,0x7c]4020// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4021 4022v_cmp_gt_u32 vcc, -1, v24023// W64: encoding: [0xc1,0x04,0x98,0x7c]4024// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4025 4026v_cmp_gt_u32 vcc, 0.5, v24027// W64: encoding: [0xf0,0x04,0x98,0x7c]4028// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4029 4030v_cmp_gt_u32 vcc, src_scc, v24031// W64: encoding: [0xfd,0x04,0x98,0x7c]4032// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4033 4034v_cmp_gt_u32 vcc, 0xaf123456, v2554035// W64: encoding: [0xff,0xfe,0x99,0x7c,0x56,0x34,0x12,0xaf]4036// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4037 4038v_cmp_gt_u64 vcc_lo, v[1:2], v[2:3]4039// W32: encoding: [0x01,0x05,0xb8,0x7c]4040// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4041 4042v_cmp_gt_u64 vcc_lo, v[254:255], v[2:3]4043// W32: encoding: [0xfe,0x05,0xb8,0x7c]4044// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4045 4046v_cmp_gt_u64 vcc_lo, s[2:3], v[2:3]4047// W32: encoding: [0x02,0x04,0xb8,0x7c]4048// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4049 4050v_cmp_gt_u64 vcc_lo, s[104:105], v[2:3]4051// W32: encoding: [0x68,0x04,0xb8,0x7c]4052// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4053 4054v_cmp_gt_u64 vcc_lo, vcc, v[2:3]4055// W32: encoding: [0x6a,0x04,0xb8,0x7c]4056// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4057 4058v_cmp_gt_u64 vcc_lo, ttmp[14:15], v[2:3]4059// W32: encoding: [0x7a,0x04,0xb8,0x7c]4060// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4061 4062v_cmp_gt_u64 vcc_lo, exec, v[2:3]4063// W32: encoding: [0x7e,0x04,0xb8,0x7c]4064// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4065 4066v_cmp_gt_u64 vcc_lo, null, v[2:3]4067// W32: encoding: [0x7c,0x04,0xb8,0x7c]4068// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4069 4070v_cmp_gt_u64 vcc_lo, -1, v[2:3]4071// W32: encoding: [0xc1,0x04,0xb8,0x7c]4072// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4073 4074v_cmp_gt_u64 vcc_lo, 0.5, v[2:3]4075// W32: encoding: [0xf0,0x04,0xb8,0x7c]4076// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4077 4078v_cmp_gt_u64 vcc_lo, src_scc, v[2:3]4079// W32: encoding: [0xfd,0x04,0xb8,0x7c]4080// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4081 4082v_cmp_gt_u64 vcc_lo, 0xaf123456, v[254:255]4083// W32: encoding: [0xff,0xfc,0xb9,0x7c,0x56,0x34,0x12,0xaf]4084// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4085 4086v_cmp_gt_u64 vcc, v[1:2], v[2:3]4087// W64: encoding: [0x01,0x05,0xb8,0x7c]4088// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4089 4090v_cmp_gt_u64 vcc, v[254:255], v[2:3]4091// W64: encoding: [0xfe,0x05,0xb8,0x7c]4092// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4093 4094v_cmp_gt_u64 vcc, s[2:3], v[2:3]4095// W64: encoding: [0x02,0x04,0xb8,0x7c]4096// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4097 4098v_cmp_gt_u64 vcc, s[104:105], v[2:3]4099// W64: encoding: [0x68,0x04,0xb8,0x7c]4100// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4101 4102v_cmp_gt_u64 vcc, vcc, v[2:3]4103// W64: encoding: [0x6a,0x04,0xb8,0x7c]4104// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4105 4106v_cmp_gt_u64 vcc, ttmp[14:15], v[2:3]4107// W64: encoding: [0x7a,0x04,0xb8,0x7c]4108// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4109 4110v_cmp_gt_u64 vcc, exec, v[2:3]4111// W64: encoding: [0x7e,0x04,0xb8,0x7c]4112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4113 4114v_cmp_gt_u64 vcc, null, v[2:3]4115// W64: encoding: [0x7c,0x04,0xb8,0x7c]4116// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4117 4118v_cmp_gt_u64 vcc, -1, v[2:3]4119// W64: encoding: [0xc1,0x04,0xb8,0x7c]4120// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4121 4122v_cmp_gt_u64 vcc, 0.5, v[2:3]4123// W64: encoding: [0xf0,0x04,0xb8,0x7c]4124// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4125 4126v_cmp_gt_u64 vcc, src_scc, v[2:3]4127// W64: encoding: [0xfd,0x04,0xb8,0x7c]4128// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4129 4130v_cmp_gt_u64 vcc, 0xaf123456, v[254:255]4131// W64: encoding: [0xff,0xfc,0xb9,0x7c,0x56,0x34,0x12,0xaf]4132// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4133 4134v_cmp_le_f16 vcc_lo, v1, v24135// W32: encoding: [0x01,0x05,0x06,0x7c]4136// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4137 4138v_cmp_le_f16 vcc_lo, v127, v24139// W32: encoding: [0x7f,0x05,0x06,0x7c]4140// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4141 4142v_cmp_le_f16 vcc_lo, s1, v24143// W32: encoding: [0x01,0x04,0x06,0x7c]4144// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4145 4146v_cmp_le_f16 vcc_lo, s105, v24147// W32: encoding: [0x69,0x04,0x06,0x7c]4148// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4149 4150v_cmp_le_f16 vcc_lo, vcc_lo, v24151// W32: encoding: [0x6a,0x04,0x06,0x7c]4152// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4153 4154v_cmp_le_f16 vcc_lo, vcc_hi, v24155// W32: encoding: [0x6b,0x04,0x06,0x7c]4156// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4157 4158v_cmp_le_f16 vcc_lo, ttmp15, v24159// W32: encoding: [0x7b,0x04,0x06,0x7c]4160// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4161 4162v_cmp_le_f16 vcc_lo, m0, v24163// W32: encoding: [0x7d,0x04,0x06,0x7c]4164// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4165 4166v_cmp_le_f16 vcc_lo, exec_lo, v24167// W32: encoding: [0x7e,0x04,0x06,0x7c]4168// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4169 4170v_cmp_le_f16 vcc_lo, exec_hi, v24171// W32: encoding: [0x7f,0x04,0x06,0x7c]4172// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4173 4174v_cmp_le_f16 vcc_lo, null, v24175// W32: encoding: [0x7c,0x04,0x06,0x7c]4176// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4177 4178v_cmp_le_f16 vcc_lo, -1, v24179// W32: encoding: [0xc1,0x04,0x06,0x7c]4180// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4181 4182v_cmp_le_f16 vcc_lo, 0.5, v24183// W32: encoding: [0xf0,0x04,0x06,0x7c]4184// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4185 4186v_cmp_le_f16 vcc_lo, src_scc, v24187// W32: encoding: [0xfd,0x04,0x06,0x7c]4188// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4189 4190v_cmp_le_f16 vcc_lo, 0xfe0b, v1274191// W32: encoding: [0xff,0xfe,0x06,0x7c,0x0b,0xfe,0x00,0x00]4192// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4193 4194v_cmp_le_f16 vcc, v1, v24195// W64: encoding: [0x01,0x05,0x06,0x7c]4196// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4197 4198v_cmp_le_f16 vcc, v127, v24199// W64: encoding: [0x7f,0x05,0x06,0x7c]4200// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4201 4202v_cmp_le_f16 vcc, s1, v24203// W64: encoding: [0x01,0x04,0x06,0x7c]4204// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4205 4206v_cmp_le_f16 vcc, s105, v24207// W64: encoding: [0x69,0x04,0x06,0x7c]4208// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4209 4210v_cmp_le_f16 vcc, vcc_lo, v24211// W64: encoding: [0x6a,0x04,0x06,0x7c]4212// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4213 4214v_cmp_le_f16 vcc, vcc_hi, v24215// W64: encoding: [0x6b,0x04,0x06,0x7c]4216// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4217 4218v_cmp_le_f16 vcc, ttmp15, v24219// W64: encoding: [0x7b,0x04,0x06,0x7c]4220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4221 4222v_cmp_le_f16 vcc, m0, v24223// W64: encoding: [0x7d,0x04,0x06,0x7c]4224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4225 4226v_cmp_le_f16 vcc, exec_lo, v24227// W64: encoding: [0x7e,0x04,0x06,0x7c]4228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4229 4230v_cmp_le_f16 vcc, exec_hi, v24231// W64: encoding: [0x7f,0x04,0x06,0x7c]4232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4233 4234v_cmp_le_f16 vcc, null, v24235// W64: encoding: [0x7c,0x04,0x06,0x7c]4236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4237 4238v_cmp_le_f16 vcc, -1, v24239// W64: encoding: [0xc1,0x04,0x06,0x7c]4240// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4241 4242v_cmp_le_f16 vcc, 0.5, v24243// W64: encoding: [0xf0,0x04,0x06,0x7c]4244// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4245 4246v_cmp_le_f16 vcc, src_scc, v24247// W64: encoding: [0xfd,0x04,0x06,0x7c]4248// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4249 4250v_cmp_le_f16 vcc, 0xfe0b, v1274251// W64: encoding: [0xff,0xfe,0x06,0x7c,0x0b,0xfe,0x00,0x00]4252// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4253 4254v_cmp_le_f32 vcc_lo, v1, v24255// W32: encoding: [0x01,0x05,0x26,0x7c]4256// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4257 4258v_cmp_le_f32 vcc_lo, v255, v24259// W32: encoding: [0xff,0x05,0x26,0x7c]4260// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4261 4262v_cmp_le_f32 vcc_lo, s1, v24263// W32: encoding: [0x01,0x04,0x26,0x7c]4264// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4265 4266v_cmp_le_f32 vcc_lo, s105, v24267// W32: encoding: [0x69,0x04,0x26,0x7c]4268// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4269 4270v_cmp_le_f32 vcc_lo, vcc_lo, v24271// W32: encoding: [0x6a,0x04,0x26,0x7c]4272// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4273 4274v_cmp_le_f32 vcc_lo, vcc_hi, v24275// W32: encoding: [0x6b,0x04,0x26,0x7c]4276// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4277 4278v_cmp_le_f32 vcc_lo, ttmp15, v24279// W32: encoding: [0x7b,0x04,0x26,0x7c]4280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4281 4282v_cmp_le_f32 vcc_lo, m0, v24283// W32: encoding: [0x7d,0x04,0x26,0x7c]4284// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4285 4286v_cmp_le_f32 vcc_lo, exec_lo, v24287// W32: encoding: [0x7e,0x04,0x26,0x7c]4288// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4289 4290v_cmp_le_f32 vcc_lo, exec_hi, v24291// W32: encoding: [0x7f,0x04,0x26,0x7c]4292// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4293 4294v_cmp_le_f32 vcc_lo, null, v24295// W32: encoding: [0x7c,0x04,0x26,0x7c]4296// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4297 4298v_cmp_le_f32 vcc_lo, -1, v24299// W32: encoding: [0xc1,0x04,0x26,0x7c]4300// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4301 4302v_cmp_le_f32 vcc_lo, 0.5, v24303// W32: encoding: [0xf0,0x04,0x26,0x7c]4304// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4305 4306v_cmp_le_f32 vcc_lo, src_scc, v24307// W32: encoding: [0xfd,0x04,0x26,0x7c]4308// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4309 4310v_cmp_le_f32 vcc_lo, 0xaf123456, v2554311// W32: encoding: [0xff,0xfe,0x27,0x7c,0x56,0x34,0x12,0xaf]4312// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4313 4314v_cmp_le_f32 vcc, v1, v24315// W64: encoding: [0x01,0x05,0x26,0x7c]4316// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4317 4318v_cmp_le_f32 vcc, v255, v24319// W64: encoding: [0xff,0x05,0x26,0x7c]4320// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4321 4322v_cmp_le_f32 vcc, s1, v24323// W64: encoding: [0x01,0x04,0x26,0x7c]4324// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4325 4326v_cmp_le_f32 vcc, s105, v24327// W64: encoding: [0x69,0x04,0x26,0x7c]4328// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4329 4330v_cmp_le_f32 vcc, vcc_lo, v24331// W64: encoding: [0x6a,0x04,0x26,0x7c]4332// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4333 4334v_cmp_le_f32 vcc, vcc_hi, v24335// W64: encoding: [0x6b,0x04,0x26,0x7c]4336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4337 4338v_cmp_le_f32 vcc, ttmp15, v24339// W64: encoding: [0x7b,0x04,0x26,0x7c]4340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4341 4342v_cmp_le_f32 vcc, m0, v24343// W64: encoding: [0x7d,0x04,0x26,0x7c]4344// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4345 4346v_cmp_le_f32 vcc, exec_lo, v24347// W64: encoding: [0x7e,0x04,0x26,0x7c]4348// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4349 4350v_cmp_le_f32 vcc, exec_hi, v24351// W64: encoding: [0x7f,0x04,0x26,0x7c]4352// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4353 4354v_cmp_le_f32 vcc, null, v24355// W64: encoding: [0x7c,0x04,0x26,0x7c]4356// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4357 4358v_cmp_le_f32 vcc, -1, v24359// W64: encoding: [0xc1,0x04,0x26,0x7c]4360// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4361 4362v_cmp_le_f32 vcc, 0.5, v24363// W64: encoding: [0xf0,0x04,0x26,0x7c]4364// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4365 4366v_cmp_le_f32 vcc, src_scc, v24367// W64: encoding: [0xfd,0x04,0x26,0x7c]4368// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4369 4370v_cmp_le_f32 vcc, 0xaf123456, v2554371// W64: encoding: [0xff,0xfe,0x27,0x7c,0x56,0x34,0x12,0xaf]4372// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4373 4374v_cmp_le_f64 vcc_lo, v[1:2], v[2:3]4375// W32: encoding: [0x01,0x05,0x46,0x7c]4376// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4377 4378v_cmp_le_f64 vcc_lo, v[254:255], v[2:3]4379// W32: encoding: [0xfe,0x05,0x46,0x7c]4380// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4381 4382v_cmp_le_f64 vcc_lo, s[2:3], v[2:3]4383// W32: encoding: [0x02,0x04,0x46,0x7c]4384// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4385 4386v_cmp_le_f64 vcc_lo, s[104:105], v[2:3]4387// W32: encoding: [0x68,0x04,0x46,0x7c]4388// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4389 4390v_cmp_le_f64 vcc_lo, vcc, v[2:3]4391// W32: encoding: [0x6a,0x04,0x46,0x7c]4392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4393 4394v_cmp_le_f64 vcc_lo, ttmp[14:15], v[2:3]4395// W32: encoding: [0x7a,0x04,0x46,0x7c]4396// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4397 4398v_cmp_le_f64 vcc_lo, exec, v[2:3]4399// W32: encoding: [0x7e,0x04,0x46,0x7c]4400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4401 4402v_cmp_le_f64 vcc_lo, null, v[2:3]4403// W32: encoding: [0x7c,0x04,0x46,0x7c]4404// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4405 4406v_cmp_le_f64 vcc_lo, -1, v[2:3]4407// W32: encoding: [0xc1,0x04,0x46,0x7c]4408// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4409 4410v_cmp_le_f64 vcc_lo, 0.5, v[2:3]4411// W32: encoding: [0xf0,0x04,0x46,0x7c]4412// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4413 4414v_cmp_le_f64 vcc_lo, src_scc, v[2:3]4415// W32: encoding: [0xfd,0x04,0x46,0x7c]4416// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4417 4418v_cmp_le_f64 vcc_lo, 0xaf123456, v[254:255]4419// W32: encoding: [0xff,0xfc,0x47,0x7c,0x56,0x34,0x12,0xaf]4420// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4421 4422v_cmp_le_f64 vcc, v[1:2], v[2:3]4423// W64: encoding: [0x01,0x05,0x46,0x7c]4424// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4425 4426v_cmp_le_f64 vcc, v[254:255], v[2:3]4427// W64: encoding: [0xfe,0x05,0x46,0x7c]4428// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4429 4430v_cmp_le_f64 vcc, s[2:3], v[2:3]4431// W64: encoding: [0x02,0x04,0x46,0x7c]4432// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4433 4434v_cmp_le_f64 vcc, s[104:105], v[2:3]4435// W64: encoding: [0x68,0x04,0x46,0x7c]4436// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4437 4438v_cmp_le_f64 vcc, vcc, v[2:3]4439// W64: encoding: [0x6a,0x04,0x46,0x7c]4440// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4441 4442v_cmp_le_f64 vcc, ttmp[14:15], v[2:3]4443// W64: encoding: [0x7a,0x04,0x46,0x7c]4444// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4445 4446v_cmp_le_f64 vcc, exec, v[2:3]4447// W64: encoding: [0x7e,0x04,0x46,0x7c]4448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4449 4450v_cmp_le_f64 vcc, null, v[2:3]4451// W64: encoding: [0x7c,0x04,0x46,0x7c]4452// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4453 4454v_cmp_le_f64 vcc, -1, v[2:3]4455// W64: encoding: [0xc1,0x04,0x46,0x7c]4456// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4457 4458v_cmp_le_f64 vcc, 0.5, v[2:3]4459// W64: encoding: [0xf0,0x04,0x46,0x7c]4460// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4461 4462v_cmp_le_f64 vcc, src_scc, v[2:3]4463// W64: encoding: [0xfd,0x04,0x46,0x7c]4464// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4465 4466v_cmp_le_f64 vcc, 0xaf123456, v[254:255]4467// W64: encoding: [0xff,0xfc,0x47,0x7c,0x56,0x34,0x12,0xaf]4468// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4469 4470v_cmp_le_i16 vcc_lo, v1, v24471// W32: encoding: [0x01,0x05,0x66,0x7c]4472// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4473 4474v_cmp_le_i16 vcc_lo, v127, v24475// W32: encoding: [0x7f,0x05,0x66,0x7c]4476// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4477 4478v_cmp_le_i16 vcc_lo, s1, v24479// W32: encoding: [0x01,0x04,0x66,0x7c]4480// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4481 4482v_cmp_le_i16 vcc_lo, s105, v24483// W32: encoding: [0x69,0x04,0x66,0x7c]4484// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4485 4486v_cmp_le_i16 vcc_lo, vcc_lo, v24487// W32: encoding: [0x6a,0x04,0x66,0x7c]4488// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4489 4490v_cmp_le_i16 vcc_lo, vcc_hi, v24491// W32: encoding: [0x6b,0x04,0x66,0x7c]4492// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4493 4494v_cmp_le_i16 vcc_lo, ttmp15, v24495// W32: encoding: [0x7b,0x04,0x66,0x7c]4496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4497 4498v_cmp_le_i16 vcc_lo, m0, v24499// W32: encoding: [0x7d,0x04,0x66,0x7c]4500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4501 4502v_cmp_le_i16 vcc_lo, exec_lo, v24503// W32: encoding: [0x7e,0x04,0x66,0x7c]4504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4505 4506v_cmp_le_i16 vcc_lo, exec_hi, v24507// W32: encoding: [0x7f,0x04,0x66,0x7c]4508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4509 4510v_cmp_le_i16 vcc_lo, null, v24511// W32: encoding: [0x7c,0x04,0x66,0x7c]4512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4513 4514v_cmp_le_i16 vcc_lo, -1, v24515// W32: encoding: [0xc1,0x04,0x66,0x7c]4516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4517 4518v_cmp_le_i16 vcc_lo, 0.5, v24519// W32: encoding: [0xf0,0x04,0x66,0x7c]4520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4521 4522v_cmp_le_i16 vcc_lo, src_scc, v24523// W32: encoding: [0xfd,0x04,0x66,0x7c]4524// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4525 4526v_cmp_le_i16 vcc_lo, 0xfe0b, v1274527// W32: encoding: [0xff,0xfe,0x66,0x7c,0x0b,0xfe,0x00,0x00]4528// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4529 4530v_cmp_le_i16 vcc, v1, v24531// W64: encoding: [0x01,0x05,0x66,0x7c]4532// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4533 4534v_cmp_le_i16 vcc, v127, v24535// W64: encoding: [0x7f,0x05,0x66,0x7c]4536// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4537 4538v_cmp_le_i16 vcc, s1, v24539// W64: encoding: [0x01,0x04,0x66,0x7c]4540// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4541 4542v_cmp_le_i16 vcc, s105, v24543// W64: encoding: [0x69,0x04,0x66,0x7c]4544// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4545 4546v_cmp_le_i16 vcc, vcc_lo, v24547// W64: encoding: [0x6a,0x04,0x66,0x7c]4548// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4549 4550v_cmp_le_i16 vcc, vcc_hi, v24551// W64: encoding: [0x6b,0x04,0x66,0x7c]4552// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4553 4554v_cmp_le_i16 vcc, ttmp15, v24555// W64: encoding: [0x7b,0x04,0x66,0x7c]4556// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4557 4558v_cmp_le_i16 vcc, m0, v24559// W64: encoding: [0x7d,0x04,0x66,0x7c]4560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4561 4562v_cmp_le_i16 vcc, exec_lo, v24563// W64: encoding: [0x7e,0x04,0x66,0x7c]4564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4565 4566v_cmp_le_i16 vcc, exec_hi, v24567// W64: encoding: [0x7f,0x04,0x66,0x7c]4568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4569 4570v_cmp_le_i16 vcc, null, v24571// W64: encoding: [0x7c,0x04,0x66,0x7c]4572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4573 4574v_cmp_le_i16 vcc, -1, v24575// W64: encoding: [0xc1,0x04,0x66,0x7c]4576// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4577 4578v_cmp_le_i16 vcc, 0.5, v24579// W64: encoding: [0xf0,0x04,0x66,0x7c]4580// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4581 4582v_cmp_le_i16 vcc, src_scc, v24583// W64: encoding: [0xfd,0x04,0x66,0x7c]4584// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4585 4586v_cmp_le_i16 vcc, 0xfe0b, v1274587// W64: encoding: [0xff,0xfe,0x66,0x7c,0x0b,0xfe,0x00,0x00]4588// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4589 4590v_cmp_le_i32 vcc_lo, v1, v24591// W32: encoding: [0x01,0x05,0x86,0x7c]4592// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4593 4594v_cmp_le_i32 vcc_lo, v255, v24595// W32: encoding: [0xff,0x05,0x86,0x7c]4596// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4597 4598v_cmp_le_i32 vcc_lo, s1, v24599// W32: encoding: [0x01,0x04,0x86,0x7c]4600// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4601 4602v_cmp_le_i32 vcc_lo, s105, v24603// W32: encoding: [0x69,0x04,0x86,0x7c]4604// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4605 4606v_cmp_le_i32 vcc_lo, vcc_lo, v24607// W32: encoding: [0x6a,0x04,0x86,0x7c]4608// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4609 4610v_cmp_le_i32 vcc_lo, vcc_hi, v24611// W32: encoding: [0x6b,0x04,0x86,0x7c]4612// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4613 4614v_cmp_le_i32 vcc_lo, ttmp15, v24615// W32: encoding: [0x7b,0x04,0x86,0x7c]4616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4617 4618v_cmp_le_i32 vcc_lo, m0, v24619// W32: encoding: [0x7d,0x04,0x86,0x7c]4620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4621 4622v_cmp_le_i32 vcc_lo, exec_lo, v24623// W32: encoding: [0x7e,0x04,0x86,0x7c]4624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4625 4626v_cmp_le_i32 vcc_lo, exec_hi, v24627// W32: encoding: [0x7f,0x04,0x86,0x7c]4628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4629 4630v_cmp_le_i32 vcc_lo, null, v24631// W32: encoding: [0x7c,0x04,0x86,0x7c]4632// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4633 4634v_cmp_le_i32 vcc_lo, -1, v24635// W32: encoding: [0xc1,0x04,0x86,0x7c]4636// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4637 4638v_cmp_le_i32 vcc_lo, 0.5, v24639// W32: encoding: [0xf0,0x04,0x86,0x7c]4640// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4641 4642v_cmp_le_i32 vcc_lo, src_scc, v24643// W32: encoding: [0xfd,0x04,0x86,0x7c]4644// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4645 4646v_cmp_le_i32 vcc_lo, 0xaf123456, v2554647// W32: encoding: [0xff,0xfe,0x87,0x7c,0x56,0x34,0x12,0xaf]4648// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4649 4650v_cmp_le_i32 vcc, v1, v24651// W64: encoding: [0x01,0x05,0x86,0x7c]4652// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4653 4654v_cmp_le_i32 vcc, v255, v24655// W64: encoding: [0xff,0x05,0x86,0x7c]4656// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4657 4658v_cmp_le_i32 vcc, s1, v24659// W64: encoding: [0x01,0x04,0x86,0x7c]4660// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4661 4662v_cmp_le_i32 vcc, s105, v24663// W64: encoding: [0x69,0x04,0x86,0x7c]4664// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4665 4666v_cmp_le_i32 vcc, vcc_lo, v24667// W64: encoding: [0x6a,0x04,0x86,0x7c]4668// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4669 4670v_cmp_le_i32 vcc, vcc_hi, v24671// W64: encoding: [0x6b,0x04,0x86,0x7c]4672// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4673 4674v_cmp_le_i32 vcc, ttmp15, v24675// W64: encoding: [0x7b,0x04,0x86,0x7c]4676// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4677 4678v_cmp_le_i32 vcc, m0, v24679// W64: encoding: [0x7d,0x04,0x86,0x7c]4680// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4681 4682v_cmp_le_i32 vcc, exec_lo, v24683// W64: encoding: [0x7e,0x04,0x86,0x7c]4684// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4685 4686v_cmp_le_i32 vcc, exec_hi, v24687// W64: encoding: [0x7f,0x04,0x86,0x7c]4688// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4689 4690v_cmp_le_i32 vcc, null, v24691// W64: encoding: [0x7c,0x04,0x86,0x7c]4692// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4693 4694v_cmp_le_i32 vcc, -1, v24695// W64: encoding: [0xc1,0x04,0x86,0x7c]4696// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4697 4698v_cmp_le_i32 vcc, 0.5, v24699// W64: encoding: [0xf0,0x04,0x86,0x7c]4700// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4701 4702v_cmp_le_i32 vcc, src_scc, v24703// W64: encoding: [0xfd,0x04,0x86,0x7c]4704// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4705 4706v_cmp_le_i32 vcc, 0xaf123456, v2554707// W64: encoding: [0xff,0xfe,0x87,0x7c,0x56,0x34,0x12,0xaf]4708// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4709 4710v_cmp_le_i64 vcc_lo, v[1:2], v[2:3]4711// W32: encoding: [0x01,0x05,0xa6,0x7c]4712// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4713 4714v_cmp_le_i64 vcc_lo, v[254:255], v[2:3]4715// W32: encoding: [0xfe,0x05,0xa6,0x7c]4716// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4717 4718v_cmp_le_i64 vcc_lo, s[2:3], v[2:3]4719// W32: encoding: [0x02,0x04,0xa6,0x7c]4720// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4721 4722v_cmp_le_i64 vcc_lo, s[104:105], v[2:3]4723// W32: encoding: [0x68,0x04,0xa6,0x7c]4724// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4725 4726v_cmp_le_i64 vcc_lo, vcc, v[2:3]4727// W32: encoding: [0x6a,0x04,0xa6,0x7c]4728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4729 4730v_cmp_le_i64 vcc_lo, ttmp[14:15], v[2:3]4731// W32: encoding: [0x7a,0x04,0xa6,0x7c]4732// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4733 4734v_cmp_le_i64 vcc_lo, exec, v[2:3]4735// W32: encoding: [0x7e,0x04,0xa6,0x7c]4736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4737 4738v_cmp_le_i64 vcc_lo, null, v[2:3]4739// W32: encoding: [0x7c,0x04,0xa6,0x7c]4740// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4741 4742v_cmp_le_i64 vcc_lo, -1, v[2:3]4743// W32: encoding: [0xc1,0x04,0xa6,0x7c]4744// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4745 4746v_cmp_le_i64 vcc_lo, 0.5, v[2:3]4747// W32: encoding: [0xf0,0x04,0xa6,0x7c]4748// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4749 4750v_cmp_le_i64 vcc_lo, src_scc, v[2:3]4751// W32: encoding: [0xfd,0x04,0xa6,0x7c]4752// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4753 4754v_cmp_le_i64 vcc_lo, 0xaf123456, v[254:255]4755// W32: encoding: [0xff,0xfc,0xa7,0x7c,0x56,0x34,0x12,0xaf]4756// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4757 4758v_cmp_le_i64 vcc, v[1:2], v[2:3]4759// W64: encoding: [0x01,0x05,0xa6,0x7c]4760// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4761 4762v_cmp_le_i64 vcc, v[254:255], v[2:3]4763// W64: encoding: [0xfe,0x05,0xa6,0x7c]4764// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4765 4766v_cmp_le_i64 vcc, s[2:3], v[2:3]4767// W64: encoding: [0x02,0x04,0xa6,0x7c]4768// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4769 4770v_cmp_le_i64 vcc, s[104:105], v[2:3]4771// W64: encoding: [0x68,0x04,0xa6,0x7c]4772// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4773 4774v_cmp_le_i64 vcc, vcc, v[2:3]4775// W64: encoding: [0x6a,0x04,0xa6,0x7c]4776// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4777 4778v_cmp_le_i64 vcc, ttmp[14:15], v[2:3]4779// W64: encoding: [0x7a,0x04,0xa6,0x7c]4780// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4781 4782v_cmp_le_i64 vcc, exec, v[2:3]4783// W64: encoding: [0x7e,0x04,0xa6,0x7c]4784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4785 4786v_cmp_le_i64 vcc, null, v[2:3]4787// W64: encoding: [0x7c,0x04,0xa6,0x7c]4788// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4789 4790v_cmp_le_i64 vcc, -1, v[2:3]4791// W64: encoding: [0xc1,0x04,0xa6,0x7c]4792// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4793 4794v_cmp_le_i64 vcc, 0.5, v[2:3]4795// W64: encoding: [0xf0,0x04,0xa6,0x7c]4796// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4797 4798v_cmp_le_i64 vcc, src_scc, v[2:3]4799// W64: encoding: [0xfd,0x04,0xa6,0x7c]4800// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4801 4802v_cmp_le_i64 vcc, 0xaf123456, v[254:255]4803// W64: encoding: [0xff,0xfc,0xa7,0x7c,0x56,0x34,0x12,0xaf]4804// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4805 4806v_cmp_le_u16 vcc_lo, v1, v24807// W32: encoding: [0x01,0x05,0x76,0x7c]4808// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4809 4810v_cmp_le_u16 vcc_lo, v127, v24811// W32: encoding: [0x7f,0x05,0x76,0x7c]4812// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4813 4814v_cmp_le_u16 vcc_lo, s1, v24815// W32: encoding: [0x01,0x04,0x76,0x7c]4816// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4817 4818v_cmp_le_u16 vcc_lo, s105, v24819// W32: encoding: [0x69,0x04,0x76,0x7c]4820// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4821 4822v_cmp_le_u16 vcc_lo, vcc_lo, v24823// W32: encoding: [0x6a,0x04,0x76,0x7c]4824// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4825 4826v_cmp_le_u16 vcc_lo, vcc_hi, v24827// W32: encoding: [0x6b,0x04,0x76,0x7c]4828// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4829 4830v_cmp_le_u16 vcc_lo, ttmp15, v24831// W32: encoding: [0x7b,0x04,0x76,0x7c]4832// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4833 4834v_cmp_le_u16 vcc_lo, m0, v24835// W32: encoding: [0x7d,0x04,0x76,0x7c]4836// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4837 4838v_cmp_le_u16 vcc_lo, exec_lo, v24839// W32: encoding: [0x7e,0x04,0x76,0x7c]4840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4841 4842v_cmp_le_u16 vcc_lo, exec_hi, v24843// W32: encoding: [0x7f,0x04,0x76,0x7c]4844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4845 4846v_cmp_le_u16 vcc_lo, null, v24847// W32: encoding: [0x7c,0x04,0x76,0x7c]4848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4849 4850v_cmp_le_u16 vcc_lo, -1, v24851// W32: encoding: [0xc1,0x04,0x76,0x7c]4852// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4853 4854v_cmp_le_u16 vcc_lo, 0.5, v24855// W32: encoding: [0xf0,0x04,0x76,0x7c]4856// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4857 4858v_cmp_le_u16 vcc_lo, src_scc, v24859// W32: encoding: [0xfd,0x04,0x76,0x7c]4860// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4861 4862v_cmp_le_u16 vcc_lo, 0xfe0b, v1274863// W32: encoding: [0xff,0xfe,0x76,0x7c,0x0b,0xfe,0x00,0x00]4864// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4865 4866v_cmp_le_u16 vcc, v1, v24867// W64: encoding: [0x01,0x05,0x76,0x7c]4868// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4869 4870v_cmp_le_u16 vcc, v127, v24871// W64: encoding: [0x7f,0x05,0x76,0x7c]4872// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4873 4874v_cmp_le_u16 vcc, s1, v24875// W64: encoding: [0x01,0x04,0x76,0x7c]4876// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4877 4878v_cmp_le_u16 vcc, s105, v24879// W64: encoding: [0x69,0x04,0x76,0x7c]4880// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4881 4882v_cmp_le_u16 vcc, vcc_lo, v24883// W64: encoding: [0x6a,0x04,0x76,0x7c]4884// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4885 4886v_cmp_le_u16 vcc, vcc_hi, v24887// W64: encoding: [0x6b,0x04,0x76,0x7c]4888// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4889 4890v_cmp_le_u16 vcc, ttmp15, v24891// W64: encoding: [0x7b,0x04,0x76,0x7c]4892// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4893 4894v_cmp_le_u16 vcc, m0, v24895// W64: encoding: [0x7d,0x04,0x76,0x7c]4896// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4897 4898v_cmp_le_u16 vcc, exec_lo, v24899// W64: encoding: [0x7e,0x04,0x76,0x7c]4900// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4901 4902v_cmp_le_u16 vcc, exec_hi, v24903// W64: encoding: [0x7f,0x04,0x76,0x7c]4904// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4905 4906v_cmp_le_u16 vcc, null, v24907// W64: encoding: [0x7c,0x04,0x76,0x7c]4908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4909 4910v_cmp_le_u16 vcc, -1, v24911// W64: encoding: [0xc1,0x04,0x76,0x7c]4912// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4913 4914v_cmp_le_u16 vcc, 0.5, v24915// W64: encoding: [0xf0,0x04,0x76,0x7c]4916// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4917 4918v_cmp_le_u16 vcc, src_scc, v24919// W64: encoding: [0xfd,0x04,0x76,0x7c]4920// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4921 4922v_cmp_le_u16 vcc, 0xfe0b, v1274923// W64: encoding: [0xff,0xfe,0x76,0x7c,0x0b,0xfe,0x00,0x00]4924// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4925 4926v_cmp_le_u32 vcc_lo, v1, v24927// W32: encoding: [0x01,0x05,0x96,0x7c]4928// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4929 4930v_cmp_le_u32 vcc_lo, v255, v24931// W32: encoding: [0xff,0x05,0x96,0x7c]4932// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4933 4934v_cmp_le_u32 vcc_lo, s1, v24935// W32: encoding: [0x01,0x04,0x96,0x7c]4936// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4937 4938v_cmp_le_u32 vcc_lo, s105, v24939// W32: encoding: [0x69,0x04,0x96,0x7c]4940// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4941 4942v_cmp_le_u32 vcc_lo, vcc_lo, v24943// W32: encoding: [0x6a,0x04,0x96,0x7c]4944// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4945 4946v_cmp_le_u32 vcc_lo, vcc_hi, v24947// W32: encoding: [0x6b,0x04,0x96,0x7c]4948// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4949 4950v_cmp_le_u32 vcc_lo, ttmp15, v24951// W32: encoding: [0x7b,0x04,0x96,0x7c]4952// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4953 4954v_cmp_le_u32 vcc_lo, m0, v24955// W32: encoding: [0x7d,0x04,0x96,0x7c]4956// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4957 4958v_cmp_le_u32 vcc_lo, exec_lo, v24959// W32: encoding: [0x7e,0x04,0x96,0x7c]4960// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4961 4962v_cmp_le_u32 vcc_lo, exec_hi, v24963// W32: encoding: [0x7f,0x04,0x96,0x7c]4964// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4965 4966v_cmp_le_u32 vcc_lo, null, v24967// W32: encoding: [0x7c,0x04,0x96,0x7c]4968// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4969 4970v_cmp_le_u32 vcc_lo, -1, v24971// W32: encoding: [0xc1,0x04,0x96,0x7c]4972// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4973 4974v_cmp_le_u32 vcc_lo, 0.5, v24975// W32: encoding: [0xf0,0x04,0x96,0x7c]4976// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4977 4978v_cmp_le_u32 vcc_lo, src_scc, v24979// W32: encoding: [0xfd,0x04,0x96,0x7c]4980// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4981 4982v_cmp_le_u32 vcc_lo, 0xaf123456, v2554983// W32: encoding: [0xff,0xfe,0x97,0x7c,0x56,0x34,0x12,0xaf]4984// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4985 4986v_cmp_le_u32 vcc, v1, v24987// W64: encoding: [0x01,0x05,0x96,0x7c]4988// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4989 4990v_cmp_le_u32 vcc, v255, v24991// W64: encoding: [0xff,0x05,0x96,0x7c]4992// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4993 4994v_cmp_le_u32 vcc, s1, v24995// W64: encoding: [0x01,0x04,0x96,0x7c]4996// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4997 4998v_cmp_le_u32 vcc, s105, v24999// W64: encoding: [0x69,0x04,0x96,0x7c]5000// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5001 5002v_cmp_le_u32 vcc, vcc_lo, v25003// W64: encoding: [0x6a,0x04,0x96,0x7c]5004// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5005 5006v_cmp_le_u32 vcc, vcc_hi, v25007// W64: encoding: [0x6b,0x04,0x96,0x7c]5008// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5009 5010v_cmp_le_u32 vcc, ttmp15, v25011// W64: encoding: [0x7b,0x04,0x96,0x7c]5012// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5013 5014v_cmp_le_u32 vcc, m0, v25015// W64: encoding: [0x7d,0x04,0x96,0x7c]5016// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5017 5018v_cmp_le_u32 vcc, exec_lo, v25019// W64: encoding: [0x7e,0x04,0x96,0x7c]5020// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5021 5022v_cmp_le_u32 vcc, exec_hi, v25023// W64: encoding: [0x7f,0x04,0x96,0x7c]5024// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5025 5026v_cmp_le_u32 vcc, null, v25027// W64: encoding: [0x7c,0x04,0x96,0x7c]5028// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5029 5030v_cmp_le_u32 vcc, -1, v25031// W64: encoding: [0xc1,0x04,0x96,0x7c]5032// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5033 5034v_cmp_le_u32 vcc, 0.5, v25035// W64: encoding: [0xf0,0x04,0x96,0x7c]5036// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5037 5038v_cmp_le_u32 vcc, src_scc, v25039// W64: encoding: [0xfd,0x04,0x96,0x7c]5040// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5041 5042v_cmp_le_u32 vcc, 0xaf123456, v2555043// W64: encoding: [0xff,0xfe,0x97,0x7c,0x56,0x34,0x12,0xaf]5044// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5045 5046v_cmp_le_u64 vcc_lo, v[1:2], v[2:3]5047// W32: encoding: [0x01,0x05,0xb6,0x7c]5048// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5049 5050v_cmp_le_u64 vcc_lo, v[254:255], v[2:3]5051// W32: encoding: [0xfe,0x05,0xb6,0x7c]5052// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5053 5054v_cmp_le_u64 vcc_lo, s[2:3], v[2:3]5055// W32: encoding: [0x02,0x04,0xb6,0x7c]5056// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5057 5058v_cmp_le_u64 vcc_lo, s[104:105], v[2:3]5059// W32: encoding: [0x68,0x04,0xb6,0x7c]5060// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5061 5062v_cmp_le_u64 vcc_lo, vcc, v[2:3]5063// W32: encoding: [0x6a,0x04,0xb6,0x7c]5064// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5065 5066v_cmp_le_u64 vcc_lo, ttmp[14:15], v[2:3]5067// W32: encoding: [0x7a,0x04,0xb6,0x7c]5068// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5069 5070v_cmp_le_u64 vcc_lo, exec, v[2:3]5071// W32: encoding: [0x7e,0x04,0xb6,0x7c]5072// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5073 5074v_cmp_le_u64 vcc_lo, null, v[2:3]5075// W32: encoding: [0x7c,0x04,0xb6,0x7c]5076// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5077 5078v_cmp_le_u64 vcc_lo, -1, v[2:3]5079// W32: encoding: [0xc1,0x04,0xb6,0x7c]5080// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5081 5082v_cmp_le_u64 vcc_lo, 0.5, v[2:3]5083// W32: encoding: [0xf0,0x04,0xb6,0x7c]5084// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5085 5086v_cmp_le_u64 vcc_lo, src_scc, v[2:3]5087// W32: encoding: [0xfd,0x04,0xb6,0x7c]5088// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5089 5090v_cmp_le_u64 vcc_lo, 0xaf123456, v[254:255]5091// W32: encoding: [0xff,0xfc,0xb7,0x7c,0x56,0x34,0x12,0xaf]5092// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5093 5094v_cmp_le_u64 vcc, v[1:2], v[2:3]5095// W64: encoding: [0x01,0x05,0xb6,0x7c]5096// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5097 5098v_cmp_le_u64 vcc, v[254:255], v[2:3]5099// W64: encoding: [0xfe,0x05,0xb6,0x7c]5100// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5101 5102v_cmp_le_u64 vcc, s[2:3], v[2:3]5103// W64: encoding: [0x02,0x04,0xb6,0x7c]5104// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5105 5106v_cmp_le_u64 vcc, s[104:105], v[2:3]5107// W64: encoding: [0x68,0x04,0xb6,0x7c]5108// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5109 5110v_cmp_le_u64 vcc, vcc, v[2:3]5111// W64: encoding: [0x6a,0x04,0xb6,0x7c]5112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5113 5114v_cmp_le_u64 vcc, ttmp[14:15], v[2:3]5115// W64: encoding: [0x7a,0x04,0xb6,0x7c]5116// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5117 5118v_cmp_le_u64 vcc, exec, v[2:3]5119// W64: encoding: [0x7e,0x04,0xb6,0x7c]5120// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5121 5122v_cmp_le_u64 vcc, null, v[2:3]5123// W64: encoding: [0x7c,0x04,0xb6,0x7c]5124// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5125 5126v_cmp_le_u64 vcc, -1, v[2:3]5127// W64: encoding: [0xc1,0x04,0xb6,0x7c]5128// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5129 5130v_cmp_le_u64 vcc, 0.5, v[2:3]5131// W64: encoding: [0xf0,0x04,0xb6,0x7c]5132// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5133 5134v_cmp_le_u64 vcc, src_scc, v[2:3]5135// W64: encoding: [0xfd,0x04,0xb6,0x7c]5136// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5137 5138v_cmp_le_u64 vcc, 0xaf123456, v[254:255]5139// W64: encoding: [0xff,0xfc,0xb7,0x7c,0x56,0x34,0x12,0xaf]5140// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5141 5142v_cmp_lg_f16 vcc_lo, v1, v25143// W32: encoding: [0x01,0x05,0x0a,0x7c]5144// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5145 5146v_cmp_lg_f16 vcc_lo, v127, v25147// W32: encoding: [0x7f,0x05,0x0a,0x7c]5148// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5149 5150v_cmp_lg_f16 vcc_lo, s1, v25151// W32: encoding: [0x01,0x04,0x0a,0x7c]5152// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5153 5154v_cmp_lg_f16 vcc_lo, s105, v25155// W32: encoding: [0x69,0x04,0x0a,0x7c]5156// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5157 5158v_cmp_lg_f16 vcc_lo, vcc_lo, v25159// W32: encoding: [0x6a,0x04,0x0a,0x7c]5160// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5161 5162v_cmp_lg_f16 vcc_lo, vcc_hi, v25163// W32: encoding: [0x6b,0x04,0x0a,0x7c]5164// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5165 5166v_cmp_lg_f16 vcc_lo, ttmp15, v25167// W32: encoding: [0x7b,0x04,0x0a,0x7c]5168// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5169 5170v_cmp_lg_f16 vcc_lo, m0, v25171// W32: encoding: [0x7d,0x04,0x0a,0x7c]5172// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5173 5174v_cmp_lg_f16 vcc_lo, exec_lo, v25175// W32: encoding: [0x7e,0x04,0x0a,0x7c]5176// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5177 5178v_cmp_lg_f16 vcc_lo, exec_hi, v25179// W32: encoding: [0x7f,0x04,0x0a,0x7c]5180// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5181 5182v_cmp_lg_f16 vcc_lo, null, v25183// W32: encoding: [0x7c,0x04,0x0a,0x7c]5184// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5185 5186v_cmp_lg_f16 vcc_lo, -1, v25187// W32: encoding: [0xc1,0x04,0x0a,0x7c]5188// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5189 5190v_cmp_lg_f16 vcc_lo, 0.5, v25191// W32: encoding: [0xf0,0x04,0x0a,0x7c]5192// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5193 5194v_cmp_lg_f16 vcc_lo, src_scc, v25195// W32: encoding: [0xfd,0x04,0x0a,0x7c]5196// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5197 5198v_cmp_lg_f16 vcc_lo, 0xfe0b, v1275199// W32: encoding: [0xff,0xfe,0x0a,0x7c,0x0b,0xfe,0x00,0x00]5200// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5201 5202v_cmp_lg_f16 vcc, v1, v25203// W64: encoding: [0x01,0x05,0x0a,0x7c]5204// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5205 5206v_cmp_lg_f16 vcc, v127, v25207// W64: encoding: [0x7f,0x05,0x0a,0x7c]5208// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5209 5210v_cmp_lg_f16 vcc, s1, v25211// W64: encoding: [0x01,0x04,0x0a,0x7c]5212// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5213 5214v_cmp_lg_f16 vcc, s105, v25215// W64: encoding: [0x69,0x04,0x0a,0x7c]5216// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5217 5218v_cmp_lg_f16 vcc, vcc_lo, v25219// W64: encoding: [0x6a,0x04,0x0a,0x7c]5220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5221 5222v_cmp_lg_f16 vcc, vcc_hi, v25223// W64: encoding: [0x6b,0x04,0x0a,0x7c]5224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5225 5226v_cmp_lg_f16 vcc, ttmp15, v25227// W64: encoding: [0x7b,0x04,0x0a,0x7c]5228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5229 5230v_cmp_lg_f16 vcc, m0, v25231// W64: encoding: [0x7d,0x04,0x0a,0x7c]5232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5233 5234v_cmp_lg_f16 vcc, exec_lo, v25235// W64: encoding: [0x7e,0x04,0x0a,0x7c]5236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5237 5238v_cmp_lg_f16 vcc, exec_hi, v25239// W64: encoding: [0x7f,0x04,0x0a,0x7c]5240// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5241 5242v_cmp_lg_f16 vcc, null, v25243// W64: encoding: [0x7c,0x04,0x0a,0x7c]5244// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5245 5246v_cmp_lg_f16 vcc, -1, v25247// W64: encoding: [0xc1,0x04,0x0a,0x7c]5248// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5249 5250v_cmp_lg_f16 vcc, 0.5, v25251// W64: encoding: [0xf0,0x04,0x0a,0x7c]5252// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5253 5254v_cmp_lg_f16 vcc, src_scc, v25255// W64: encoding: [0xfd,0x04,0x0a,0x7c]5256// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5257 5258v_cmp_lg_f16 vcc, 0xfe0b, v1275259// W64: encoding: [0xff,0xfe,0x0a,0x7c,0x0b,0xfe,0x00,0x00]5260// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5261 5262v_cmp_lg_f32 vcc_lo, v1, v25263// W32: encoding: [0x01,0x05,0x2a,0x7c]5264// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5265 5266v_cmp_lg_f32 vcc_lo, v255, v25267// W32: encoding: [0xff,0x05,0x2a,0x7c]5268// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5269 5270v_cmp_lg_f32 vcc_lo, s1, v25271// W32: encoding: [0x01,0x04,0x2a,0x7c]5272// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5273 5274v_cmp_lg_f32 vcc_lo, s105, v25275// W32: encoding: [0x69,0x04,0x2a,0x7c]5276// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5277 5278v_cmp_lg_f32 vcc_lo, vcc_lo, v25279// W32: encoding: [0x6a,0x04,0x2a,0x7c]5280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5281 5282v_cmp_lg_f32 vcc_lo, vcc_hi, v25283// W32: encoding: [0x6b,0x04,0x2a,0x7c]5284// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5285 5286v_cmp_lg_f32 vcc_lo, ttmp15, v25287// W32: encoding: [0x7b,0x04,0x2a,0x7c]5288// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5289 5290v_cmp_lg_f32 vcc_lo, m0, v25291// W32: encoding: [0x7d,0x04,0x2a,0x7c]5292// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5293 5294v_cmp_lg_f32 vcc_lo, exec_lo, v25295// W32: encoding: [0x7e,0x04,0x2a,0x7c]5296// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5297 5298v_cmp_lg_f32 vcc_lo, exec_hi, v25299// W32: encoding: [0x7f,0x04,0x2a,0x7c]5300// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5301 5302v_cmp_lg_f32 vcc_lo, null, v25303// W32: encoding: [0x7c,0x04,0x2a,0x7c]5304// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5305 5306v_cmp_lg_f32 vcc_lo, -1, v25307// W32: encoding: [0xc1,0x04,0x2a,0x7c]5308// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5309 5310v_cmp_lg_f32 vcc_lo, 0.5, v25311// W32: encoding: [0xf0,0x04,0x2a,0x7c]5312// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5313 5314v_cmp_lg_f32 vcc_lo, src_scc, v25315// W32: encoding: [0xfd,0x04,0x2a,0x7c]5316// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5317 5318v_cmp_lg_f32 vcc_lo, 0xaf123456, v2555319// W32: encoding: [0xff,0xfe,0x2b,0x7c,0x56,0x34,0x12,0xaf]5320// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5321 5322v_cmp_lg_f32 vcc, v1, v25323// W64: encoding: [0x01,0x05,0x2a,0x7c]5324// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5325 5326v_cmp_lg_f32 vcc, v255, v25327// W64: encoding: [0xff,0x05,0x2a,0x7c]5328// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5329 5330v_cmp_lg_f32 vcc, s1, v25331// W64: encoding: [0x01,0x04,0x2a,0x7c]5332// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5333 5334v_cmp_lg_f32 vcc, s105, v25335// W64: encoding: [0x69,0x04,0x2a,0x7c]5336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5337 5338v_cmp_lg_f32 vcc, vcc_lo, v25339// W64: encoding: [0x6a,0x04,0x2a,0x7c]5340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5341 5342v_cmp_lg_f32 vcc, vcc_hi, v25343// W64: encoding: [0x6b,0x04,0x2a,0x7c]5344// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5345 5346v_cmp_lg_f32 vcc, ttmp15, v25347// W64: encoding: [0x7b,0x04,0x2a,0x7c]5348// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5349 5350v_cmp_lg_f32 vcc, m0, v25351// W64: encoding: [0x7d,0x04,0x2a,0x7c]5352// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5353 5354v_cmp_lg_f32 vcc, exec_lo, v25355// W64: encoding: [0x7e,0x04,0x2a,0x7c]5356// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5357 5358v_cmp_lg_f32 vcc, exec_hi, v25359// W64: encoding: [0x7f,0x04,0x2a,0x7c]5360// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5361 5362v_cmp_lg_f32 vcc, null, v25363// W64: encoding: [0x7c,0x04,0x2a,0x7c]5364// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5365 5366v_cmp_lg_f32 vcc, -1, v25367// W64: encoding: [0xc1,0x04,0x2a,0x7c]5368// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5369 5370v_cmp_lg_f32 vcc, 0.5, v25371// W64: encoding: [0xf0,0x04,0x2a,0x7c]5372// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5373 5374v_cmp_lg_f32 vcc, src_scc, v25375// W64: encoding: [0xfd,0x04,0x2a,0x7c]5376// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5377 5378v_cmp_lg_f32 vcc, 0xaf123456, v2555379// W64: encoding: [0xff,0xfe,0x2b,0x7c,0x56,0x34,0x12,0xaf]5380// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5381 5382v_cmp_lg_f64 vcc_lo, v[1:2], v[2:3]5383// W32: encoding: [0x01,0x05,0x4a,0x7c]5384// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5385 5386v_cmp_lg_f64 vcc_lo, v[254:255], v[2:3]5387// W32: encoding: [0xfe,0x05,0x4a,0x7c]5388// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5389 5390v_cmp_lg_f64 vcc_lo, s[2:3], v[2:3]5391// W32: encoding: [0x02,0x04,0x4a,0x7c]5392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5393 5394v_cmp_lg_f64 vcc_lo, s[104:105], v[2:3]5395// W32: encoding: [0x68,0x04,0x4a,0x7c]5396// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5397 5398v_cmp_lg_f64 vcc_lo, vcc, v[2:3]5399// W32: encoding: [0x6a,0x04,0x4a,0x7c]5400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5401 5402v_cmp_lg_f64 vcc_lo, ttmp[14:15], v[2:3]5403// W32: encoding: [0x7a,0x04,0x4a,0x7c]5404// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5405 5406v_cmp_lg_f64 vcc_lo, exec, v[2:3]5407// W32: encoding: [0x7e,0x04,0x4a,0x7c]5408// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5409 5410v_cmp_lg_f64 vcc_lo, null, v[2:3]5411// W32: encoding: [0x7c,0x04,0x4a,0x7c]5412// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5413 5414v_cmp_lg_f64 vcc_lo, -1, v[2:3]5415// W32: encoding: [0xc1,0x04,0x4a,0x7c]5416// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5417 5418v_cmp_lg_f64 vcc_lo, 0.5, v[2:3]5419// W32: encoding: [0xf0,0x04,0x4a,0x7c]5420// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5421 5422v_cmp_lg_f64 vcc_lo, src_scc, v[2:3]5423// W32: encoding: [0xfd,0x04,0x4a,0x7c]5424// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5425 5426v_cmp_lg_f64 vcc_lo, 0xaf123456, v[254:255]5427// W32: encoding: [0xff,0xfc,0x4b,0x7c,0x56,0x34,0x12,0xaf]5428// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5429 5430v_cmp_lg_f64 vcc, v[1:2], v[2:3]5431// W64: encoding: [0x01,0x05,0x4a,0x7c]5432// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5433 5434v_cmp_lg_f64 vcc, v[254:255], v[2:3]5435// W64: encoding: [0xfe,0x05,0x4a,0x7c]5436// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5437 5438v_cmp_lg_f64 vcc, s[2:3], v[2:3]5439// W64: encoding: [0x02,0x04,0x4a,0x7c]5440// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5441 5442v_cmp_lg_f64 vcc, s[104:105], v[2:3]5443// W64: encoding: [0x68,0x04,0x4a,0x7c]5444// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5445 5446v_cmp_lg_f64 vcc, vcc, v[2:3]5447// W64: encoding: [0x6a,0x04,0x4a,0x7c]5448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5449 5450v_cmp_lg_f64 vcc, ttmp[14:15], v[2:3]5451// W64: encoding: [0x7a,0x04,0x4a,0x7c]5452// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5453 5454v_cmp_lg_f64 vcc, exec, v[2:3]5455// W64: encoding: [0x7e,0x04,0x4a,0x7c]5456// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5457 5458v_cmp_lg_f64 vcc, null, v[2:3]5459// W64: encoding: [0x7c,0x04,0x4a,0x7c]5460// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5461 5462v_cmp_lg_f64 vcc, -1, v[2:3]5463// W64: encoding: [0xc1,0x04,0x4a,0x7c]5464// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5465 5466v_cmp_lg_f64 vcc, 0.5, v[2:3]5467// W64: encoding: [0xf0,0x04,0x4a,0x7c]5468// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5469 5470v_cmp_lg_f64 vcc, src_scc, v[2:3]5471// W64: encoding: [0xfd,0x04,0x4a,0x7c]5472// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5473 5474v_cmp_lg_f64 vcc, 0xaf123456, v[254:255]5475// W64: encoding: [0xff,0xfc,0x4b,0x7c,0x56,0x34,0x12,0xaf]5476// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5477 5478v_cmp_lt_f16 vcc_lo, v1, v25479// W32: encoding: [0x01,0x05,0x02,0x7c]5480// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5481 5482v_cmp_lt_f16 vcc_lo, v127, v25483// W32: encoding: [0x7f,0x05,0x02,0x7c]5484// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5485 5486v_cmp_lt_f16 vcc_lo, s1, v25487// W32: encoding: [0x01,0x04,0x02,0x7c]5488// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5489 5490v_cmp_lt_f16 vcc_lo, s105, v25491// W32: encoding: [0x69,0x04,0x02,0x7c]5492// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5493 5494v_cmp_lt_f16 vcc_lo, vcc_lo, v25495// W32: encoding: [0x6a,0x04,0x02,0x7c]5496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5497 5498v_cmp_lt_f16 vcc_lo, vcc_hi, v25499// W32: encoding: [0x6b,0x04,0x02,0x7c]5500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5501 5502v_cmp_lt_f16 vcc_lo, ttmp15, v25503// W32: encoding: [0x7b,0x04,0x02,0x7c]5504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5505 5506v_cmp_lt_f16 vcc_lo, m0, v25507// W32: encoding: [0x7d,0x04,0x02,0x7c]5508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5509 5510v_cmp_lt_f16 vcc_lo, exec_lo, v25511// W32: encoding: [0x7e,0x04,0x02,0x7c]5512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5513 5514v_cmp_lt_f16 vcc_lo, exec_hi, v25515// W32: encoding: [0x7f,0x04,0x02,0x7c]5516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5517 5518v_cmp_lt_f16 vcc_lo, null, v25519// W32: encoding: [0x7c,0x04,0x02,0x7c]5520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5521 5522v_cmp_lt_f16 vcc_lo, -1, v25523// W32: encoding: [0xc1,0x04,0x02,0x7c]5524// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5525 5526v_cmp_lt_f16 vcc_lo, 0.5, v25527// W32: encoding: [0xf0,0x04,0x02,0x7c]5528// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5529 5530v_cmp_lt_f16 vcc_lo, src_scc, v25531// W32: encoding: [0xfd,0x04,0x02,0x7c]5532// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5533 5534v_cmp_lt_f16 vcc_lo, 0xfe0b, v1275535// W32: encoding: [0xff,0xfe,0x02,0x7c,0x0b,0xfe,0x00,0x00]5536// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5537 5538v_cmp_lt_f16 vcc, v1, v25539// W64: encoding: [0x01,0x05,0x02,0x7c]5540// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5541 5542v_cmp_lt_f16 vcc, v127, v25543// W64: encoding: [0x7f,0x05,0x02,0x7c]5544// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5545 5546v_cmp_lt_f16 vcc, s1, v25547// W64: encoding: [0x01,0x04,0x02,0x7c]5548// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5549 5550v_cmp_lt_f16 vcc, s105, v25551// W64: encoding: [0x69,0x04,0x02,0x7c]5552// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5553 5554v_cmp_lt_f16 vcc, vcc_lo, v25555// W64: encoding: [0x6a,0x04,0x02,0x7c]5556// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5557 5558v_cmp_lt_f16 vcc, vcc_hi, v25559// W64: encoding: [0x6b,0x04,0x02,0x7c]5560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5561 5562v_cmp_lt_f16 vcc, ttmp15, v25563// W64: encoding: [0x7b,0x04,0x02,0x7c]5564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5565 5566v_cmp_lt_f16 vcc, m0, v25567// W64: encoding: [0x7d,0x04,0x02,0x7c]5568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5569 5570v_cmp_lt_f16 vcc, exec_lo, v25571// W64: encoding: [0x7e,0x04,0x02,0x7c]5572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5573 5574v_cmp_lt_f16 vcc, exec_hi, v25575// W64: encoding: [0x7f,0x04,0x02,0x7c]5576// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5577 5578v_cmp_lt_f16 vcc, null, v25579// W64: encoding: [0x7c,0x04,0x02,0x7c]5580// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5581 5582v_cmp_lt_f16 vcc, -1, v25583// W64: encoding: [0xc1,0x04,0x02,0x7c]5584// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5585 5586v_cmp_lt_f16 vcc, 0.5, v25587// W64: encoding: [0xf0,0x04,0x02,0x7c]5588// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5589 5590v_cmp_lt_f16 vcc, src_scc, v25591// W64: encoding: [0xfd,0x04,0x02,0x7c]5592// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5593 5594v_cmp_lt_f16 vcc, 0xfe0b, v1275595// W64: encoding: [0xff,0xfe,0x02,0x7c,0x0b,0xfe,0x00,0x00]5596// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5597 5598v_cmp_lt_f32 vcc_lo, v1, v25599// W32: encoding: [0x01,0x05,0x22,0x7c]5600// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5601 5602v_cmp_lt_f32 vcc_lo, v255, v25603// W32: encoding: [0xff,0x05,0x22,0x7c]5604// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5605 5606v_cmp_lt_f32 vcc_lo, s1, v25607// W32: encoding: [0x01,0x04,0x22,0x7c]5608// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5609 5610v_cmp_lt_f32 vcc_lo, s105, v25611// W32: encoding: [0x69,0x04,0x22,0x7c]5612// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5613 5614v_cmp_lt_f32 vcc_lo, vcc_lo, v25615// W32: encoding: [0x6a,0x04,0x22,0x7c]5616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5617 5618v_cmp_lt_f32 vcc_lo, vcc_hi, v25619// W32: encoding: [0x6b,0x04,0x22,0x7c]5620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5621 5622v_cmp_lt_f32 vcc_lo, ttmp15, v25623// W32: encoding: [0x7b,0x04,0x22,0x7c]5624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5625 5626v_cmp_lt_f32 vcc_lo, m0, v25627// W32: encoding: [0x7d,0x04,0x22,0x7c]5628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5629 5630v_cmp_lt_f32 vcc_lo, exec_lo, v25631// W32: encoding: [0x7e,0x04,0x22,0x7c]5632// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5633 5634v_cmp_lt_f32 vcc_lo, exec_hi, v25635// W32: encoding: [0x7f,0x04,0x22,0x7c]5636// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5637 5638v_cmp_lt_f32 vcc_lo, null, v25639// W32: encoding: [0x7c,0x04,0x22,0x7c]5640// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5641 5642v_cmp_lt_f32 vcc_lo, -1, v25643// W32: encoding: [0xc1,0x04,0x22,0x7c]5644// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5645 5646v_cmp_lt_f32 vcc_lo, 0.5, v25647// W32: encoding: [0xf0,0x04,0x22,0x7c]5648// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5649 5650v_cmp_lt_f32 vcc_lo, src_scc, v25651// W32: encoding: [0xfd,0x04,0x22,0x7c]5652// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5653 5654v_cmp_lt_f32 vcc_lo, 0xaf123456, v2555655// W32: encoding: [0xff,0xfe,0x23,0x7c,0x56,0x34,0x12,0xaf]5656// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5657 5658v_cmp_lt_f32 vcc, v1, v25659// W64: encoding: [0x01,0x05,0x22,0x7c]5660// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5661 5662v_cmp_lt_f32 vcc, v255, v25663// W64: encoding: [0xff,0x05,0x22,0x7c]5664// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5665 5666v_cmp_lt_f32 vcc, s1, v25667// W64: encoding: [0x01,0x04,0x22,0x7c]5668// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5669 5670v_cmp_lt_f32 vcc, s105, v25671// W64: encoding: [0x69,0x04,0x22,0x7c]5672// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5673 5674v_cmp_lt_f32 vcc, vcc_lo, v25675// W64: encoding: [0x6a,0x04,0x22,0x7c]5676// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5677 5678v_cmp_lt_f32 vcc, vcc_hi, v25679// W64: encoding: [0x6b,0x04,0x22,0x7c]5680// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5681 5682v_cmp_lt_f32 vcc, ttmp15, v25683// W64: encoding: [0x7b,0x04,0x22,0x7c]5684// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5685 5686v_cmp_lt_f32 vcc, m0, v25687// W64: encoding: [0x7d,0x04,0x22,0x7c]5688// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5689 5690v_cmp_lt_f32 vcc, exec_lo, v25691// W64: encoding: [0x7e,0x04,0x22,0x7c]5692// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5693 5694v_cmp_lt_f32 vcc, exec_hi, v25695// W64: encoding: [0x7f,0x04,0x22,0x7c]5696// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5697 5698v_cmp_lt_f32 vcc, null, v25699// W64: encoding: [0x7c,0x04,0x22,0x7c]5700// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5701 5702v_cmp_lt_f32 vcc, -1, v25703// W64: encoding: [0xc1,0x04,0x22,0x7c]5704// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5705 5706v_cmp_lt_f32 vcc, 0.5, v25707// W64: encoding: [0xf0,0x04,0x22,0x7c]5708// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5709 5710v_cmp_lt_f32 vcc, src_scc, v25711// W64: encoding: [0xfd,0x04,0x22,0x7c]5712// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5713 5714v_cmp_lt_f32 vcc, 0xaf123456, v2555715// W64: encoding: [0xff,0xfe,0x23,0x7c,0x56,0x34,0x12,0xaf]5716// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5717 5718v_cmp_lt_f64 vcc_lo, v[1:2], v[2:3]5719// W32: encoding: [0x01,0x05,0x42,0x7c]5720// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5721 5722v_cmp_lt_f64 vcc_lo, v[254:255], v[2:3]5723// W32: encoding: [0xfe,0x05,0x42,0x7c]5724// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5725 5726v_cmp_lt_f64 vcc_lo, s[2:3], v[2:3]5727// W32: encoding: [0x02,0x04,0x42,0x7c]5728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5729 5730v_cmp_lt_f64 vcc_lo, s[104:105], v[2:3]5731// W32: encoding: [0x68,0x04,0x42,0x7c]5732// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5733 5734v_cmp_lt_f64 vcc_lo, vcc, v[2:3]5735// W32: encoding: [0x6a,0x04,0x42,0x7c]5736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5737 5738v_cmp_lt_f64 vcc_lo, ttmp[14:15], v[2:3]5739// W32: encoding: [0x7a,0x04,0x42,0x7c]5740// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5741 5742v_cmp_lt_f64 vcc_lo, exec, v[2:3]5743// W32: encoding: [0x7e,0x04,0x42,0x7c]5744// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5745 5746v_cmp_lt_f64 vcc_lo, null, v[2:3]5747// W32: encoding: [0x7c,0x04,0x42,0x7c]5748// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5749 5750v_cmp_lt_f64 vcc_lo, -1, v[2:3]5751// W32: encoding: [0xc1,0x04,0x42,0x7c]5752// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5753 5754v_cmp_lt_f64 vcc_lo, 0.5, v[2:3]5755// W32: encoding: [0xf0,0x04,0x42,0x7c]5756// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5757 5758v_cmp_lt_f64 vcc_lo, src_scc, v[2:3]5759// W32: encoding: [0xfd,0x04,0x42,0x7c]5760// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5761 5762v_cmp_lt_f64 vcc_lo, 0xaf123456, v[254:255]5763// W32: encoding: [0xff,0xfc,0x43,0x7c,0x56,0x34,0x12,0xaf]5764// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5765 5766v_cmp_lt_f64 vcc, v[1:2], v[2:3]5767// W64: encoding: [0x01,0x05,0x42,0x7c]5768// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5769 5770v_cmp_lt_f64 vcc, v[254:255], v[2:3]5771// W64: encoding: [0xfe,0x05,0x42,0x7c]5772// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5773 5774v_cmp_lt_f64 vcc, s[2:3], v[2:3]5775// W64: encoding: [0x02,0x04,0x42,0x7c]5776// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5777 5778v_cmp_lt_f64 vcc, s[104:105], v[2:3]5779// W64: encoding: [0x68,0x04,0x42,0x7c]5780// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5781 5782v_cmp_lt_f64 vcc, vcc, v[2:3]5783// W64: encoding: [0x6a,0x04,0x42,0x7c]5784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5785 5786v_cmp_lt_f64 vcc, ttmp[14:15], v[2:3]5787// W64: encoding: [0x7a,0x04,0x42,0x7c]5788// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5789 5790v_cmp_lt_f64 vcc, exec, v[2:3]5791// W64: encoding: [0x7e,0x04,0x42,0x7c]5792// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5793 5794v_cmp_lt_f64 vcc, null, v[2:3]5795// W64: encoding: [0x7c,0x04,0x42,0x7c]5796// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5797 5798v_cmp_lt_f64 vcc, -1, v[2:3]5799// W64: encoding: [0xc1,0x04,0x42,0x7c]5800// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5801 5802v_cmp_lt_f64 vcc, 0.5, v[2:3]5803// W64: encoding: [0xf0,0x04,0x42,0x7c]5804// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5805 5806v_cmp_lt_f64 vcc, src_scc, v[2:3]5807// W64: encoding: [0xfd,0x04,0x42,0x7c]5808// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5809 5810v_cmp_lt_f64 vcc, 0xaf123456, v[254:255]5811// W64: encoding: [0xff,0xfc,0x43,0x7c,0x56,0x34,0x12,0xaf]5812// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5813 5814v_cmp_lt_i16 vcc_lo, v1, v25815// W32: encoding: [0x01,0x05,0x62,0x7c]5816// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5817 5818v_cmp_lt_i16 vcc_lo, v127, v25819// W32: encoding: [0x7f,0x05,0x62,0x7c]5820// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5821 5822v_cmp_lt_i16 vcc_lo, s1, v25823// W32: encoding: [0x01,0x04,0x62,0x7c]5824// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5825 5826v_cmp_lt_i16 vcc_lo, s105, v25827// W32: encoding: [0x69,0x04,0x62,0x7c]5828// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5829 5830v_cmp_lt_i16 vcc_lo, vcc_lo, v25831// W32: encoding: [0x6a,0x04,0x62,0x7c]5832// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5833 5834v_cmp_lt_i16 vcc_lo, vcc_hi, v25835// W32: encoding: [0x6b,0x04,0x62,0x7c]5836// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5837 5838v_cmp_lt_i16 vcc_lo, ttmp15, v25839// W32: encoding: [0x7b,0x04,0x62,0x7c]5840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5841 5842v_cmp_lt_i16 vcc_lo, m0, v25843// W32: encoding: [0x7d,0x04,0x62,0x7c]5844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5845 5846v_cmp_lt_i16 vcc_lo, exec_lo, v25847// W32: encoding: [0x7e,0x04,0x62,0x7c]5848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5849 5850v_cmp_lt_i16 vcc_lo, exec_hi, v25851// W32: encoding: [0x7f,0x04,0x62,0x7c]5852// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5853 5854v_cmp_lt_i16 vcc_lo, null, v25855// W32: encoding: [0x7c,0x04,0x62,0x7c]5856// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5857 5858v_cmp_lt_i16 vcc_lo, -1, v25859// W32: encoding: [0xc1,0x04,0x62,0x7c]5860// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5861 5862v_cmp_lt_i16 vcc_lo, 0.5, v25863// W32: encoding: [0xf0,0x04,0x62,0x7c]5864// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5865 5866v_cmp_lt_i16 vcc_lo, src_scc, v25867// W32: encoding: [0xfd,0x04,0x62,0x7c]5868// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5869 5870v_cmp_lt_i16 vcc_lo, 0xfe0b, v1275871// W32: encoding: [0xff,0xfe,0x62,0x7c,0x0b,0xfe,0x00,0x00]5872// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5873 5874v_cmp_lt_i16 vcc, v1, v25875// W64: encoding: [0x01,0x05,0x62,0x7c]5876// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5877 5878v_cmp_lt_i16 vcc, v127, v25879// W64: encoding: [0x7f,0x05,0x62,0x7c]5880// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5881 5882v_cmp_lt_i16 vcc, s1, v25883// W64: encoding: [0x01,0x04,0x62,0x7c]5884// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5885 5886v_cmp_lt_i16 vcc, s105, v25887// W64: encoding: [0x69,0x04,0x62,0x7c]5888// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5889 5890v_cmp_lt_i16 vcc, vcc_lo, v25891// W64: encoding: [0x6a,0x04,0x62,0x7c]5892// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5893 5894v_cmp_lt_i16 vcc, vcc_hi, v25895// W64: encoding: [0x6b,0x04,0x62,0x7c]5896// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5897 5898v_cmp_lt_i16 vcc, ttmp15, v25899// W64: encoding: [0x7b,0x04,0x62,0x7c]5900// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5901 5902v_cmp_lt_i16 vcc, m0, v25903// W64: encoding: [0x7d,0x04,0x62,0x7c]5904// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5905 5906v_cmp_lt_i16 vcc, exec_lo, v25907// W64: encoding: [0x7e,0x04,0x62,0x7c]5908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5909 5910v_cmp_lt_i16 vcc, exec_hi, v25911// W64: encoding: [0x7f,0x04,0x62,0x7c]5912// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5913 5914v_cmp_lt_i16 vcc, null, v25915// W64: encoding: [0x7c,0x04,0x62,0x7c]5916// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5917 5918v_cmp_lt_i16 vcc, -1, v25919// W64: encoding: [0xc1,0x04,0x62,0x7c]5920// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5921 5922v_cmp_lt_i16 vcc, 0.5, v25923// W64: encoding: [0xf0,0x04,0x62,0x7c]5924// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5925 5926v_cmp_lt_i16 vcc, src_scc, v25927// W64: encoding: [0xfd,0x04,0x62,0x7c]5928// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5929 5930v_cmp_lt_i16 vcc, 0xfe0b, v1275931// W64: encoding: [0xff,0xfe,0x62,0x7c,0x0b,0xfe,0x00,0x00]5932// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5933 5934v_cmp_lt_i32 vcc_lo, v1, v25935// W32: encoding: [0x01,0x05,0x82,0x7c]5936// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5937 5938v_cmp_lt_i32 vcc_lo, v255, v25939// W32: encoding: [0xff,0x05,0x82,0x7c]5940// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5941 5942v_cmp_lt_i32 vcc_lo, s1, v25943// W32: encoding: [0x01,0x04,0x82,0x7c]5944// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5945 5946v_cmp_lt_i32 vcc_lo, s105, v25947// W32: encoding: [0x69,0x04,0x82,0x7c]5948// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5949 5950v_cmp_lt_i32 vcc_lo, vcc_lo, v25951// W32: encoding: [0x6a,0x04,0x82,0x7c]5952// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5953 5954v_cmp_lt_i32 vcc_lo, vcc_hi, v25955// W32: encoding: [0x6b,0x04,0x82,0x7c]5956// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5957 5958v_cmp_lt_i32 vcc_lo, ttmp15, v25959// W32: encoding: [0x7b,0x04,0x82,0x7c]5960// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5961 5962v_cmp_lt_i32 vcc_lo, m0, v25963// W32: encoding: [0x7d,0x04,0x82,0x7c]5964// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5965 5966v_cmp_lt_i32 vcc_lo, exec_lo, v25967// W32: encoding: [0x7e,0x04,0x82,0x7c]5968// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5969 5970v_cmp_lt_i32 vcc_lo, exec_hi, v25971// W32: encoding: [0x7f,0x04,0x82,0x7c]5972// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5973 5974v_cmp_lt_i32 vcc_lo, null, v25975// W32: encoding: [0x7c,0x04,0x82,0x7c]5976// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5977 5978v_cmp_lt_i32 vcc_lo, -1, v25979// W32: encoding: [0xc1,0x04,0x82,0x7c]5980// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5981 5982v_cmp_lt_i32 vcc_lo, 0.5, v25983// W32: encoding: [0xf0,0x04,0x82,0x7c]5984// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5985 5986v_cmp_lt_i32 vcc_lo, src_scc, v25987// W32: encoding: [0xfd,0x04,0x82,0x7c]5988// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5989 5990v_cmp_lt_i32 vcc_lo, 0xaf123456, v2555991// W32: encoding: [0xff,0xfe,0x83,0x7c,0x56,0x34,0x12,0xaf]5992// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5993 5994v_cmp_lt_i32 vcc, v1, v25995// W64: encoding: [0x01,0x05,0x82,0x7c]5996// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5997 5998v_cmp_lt_i32 vcc, v255, v25999// W64: encoding: [0xff,0x05,0x82,0x7c]6000// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6001 6002v_cmp_lt_i32 vcc, s1, v26003// W64: encoding: [0x01,0x04,0x82,0x7c]6004// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6005 6006v_cmp_lt_i32 vcc, s105, v26007// W64: encoding: [0x69,0x04,0x82,0x7c]6008// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6009 6010v_cmp_lt_i32 vcc, vcc_lo, v26011// W64: encoding: [0x6a,0x04,0x82,0x7c]6012// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6013 6014v_cmp_lt_i32 vcc, vcc_hi, v26015// W64: encoding: [0x6b,0x04,0x82,0x7c]6016// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6017 6018v_cmp_lt_i32 vcc, ttmp15, v26019// W64: encoding: [0x7b,0x04,0x82,0x7c]6020// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6021 6022v_cmp_lt_i32 vcc, m0, v26023// W64: encoding: [0x7d,0x04,0x82,0x7c]6024// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6025 6026v_cmp_lt_i32 vcc, exec_lo, v26027// W64: encoding: [0x7e,0x04,0x82,0x7c]6028// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6029 6030v_cmp_lt_i32 vcc, exec_hi, v26031// W64: encoding: [0x7f,0x04,0x82,0x7c]6032// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6033 6034v_cmp_lt_i32 vcc, null, v26035// W64: encoding: [0x7c,0x04,0x82,0x7c]6036// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6037 6038v_cmp_lt_i32 vcc, -1, v26039// W64: encoding: [0xc1,0x04,0x82,0x7c]6040// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6041 6042v_cmp_lt_i32 vcc, 0.5, v26043// W64: encoding: [0xf0,0x04,0x82,0x7c]6044// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6045 6046v_cmp_lt_i32 vcc, src_scc, v26047// W64: encoding: [0xfd,0x04,0x82,0x7c]6048// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6049 6050v_cmp_lt_i32 vcc, 0xaf123456, v2556051// W64: encoding: [0xff,0xfe,0x83,0x7c,0x56,0x34,0x12,0xaf]6052// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6053 6054v_cmp_lt_i64 vcc_lo, v[1:2], v[2:3]6055// W32: encoding: [0x01,0x05,0xa2,0x7c]6056// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6057 6058v_cmp_lt_i64 vcc_lo, v[254:255], v[2:3]6059// W32: encoding: [0xfe,0x05,0xa2,0x7c]6060// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6061 6062v_cmp_lt_i64 vcc_lo, s[2:3], v[2:3]6063// W32: encoding: [0x02,0x04,0xa2,0x7c]6064// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6065 6066v_cmp_lt_i64 vcc_lo, s[104:105], v[2:3]6067// W32: encoding: [0x68,0x04,0xa2,0x7c]6068// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6069 6070v_cmp_lt_i64 vcc_lo, vcc, v[2:3]6071// W32: encoding: [0x6a,0x04,0xa2,0x7c]6072// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6073 6074v_cmp_lt_i64 vcc_lo, ttmp[14:15], v[2:3]6075// W32: encoding: [0x7a,0x04,0xa2,0x7c]6076// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6077 6078v_cmp_lt_i64 vcc_lo, exec, v[2:3]6079// W32: encoding: [0x7e,0x04,0xa2,0x7c]6080// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6081 6082v_cmp_lt_i64 vcc_lo, null, v[2:3]6083// W32: encoding: [0x7c,0x04,0xa2,0x7c]6084// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6085 6086v_cmp_lt_i64 vcc_lo, -1, v[2:3]6087// W32: encoding: [0xc1,0x04,0xa2,0x7c]6088// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6089 6090v_cmp_lt_i64 vcc_lo, 0.5, v[2:3]6091// W32: encoding: [0xf0,0x04,0xa2,0x7c]6092// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6093 6094v_cmp_lt_i64 vcc_lo, src_scc, v[2:3]6095// W32: encoding: [0xfd,0x04,0xa2,0x7c]6096// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6097 6098v_cmp_lt_i64 vcc_lo, 0xaf123456, v[254:255]6099// W32: encoding: [0xff,0xfc,0xa3,0x7c,0x56,0x34,0x12,0xaf]6100// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6101 6102v_cmp_lt_i64 vcc, v[1:2], v[2:3]6103// W64: encoding: [0x01,0x05,0xa2,0x7c]6104// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6105 6106v_cmp_lt_i64 vcc, v[254:255], v[2:3]6107// W64: encoding: [0xfe,0x05,0xa2,0x7c]6108// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6109 6110v_cmp_lt_i64 vcc, s[2:3], v[2:3]6111// W64: encoding: [0x02,0x04,0xa2,0x7c]6112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6113 6114v_cmp_lt_i64 vcc, s[104:105], v[2:3]6115// W64: encoding: [0x68,0x04,0xa2,0x7c]6116// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6117 6118v_cmp_lt_i64 vcc, vcc, v[2:3]6119// W64: encoding: [0x6a,0x04,0xa2,0x7c]6120// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6121 6122v_cmp_lt_i64 vcc, ttmp[14:15], v[2:3]6123// W64: encoding: [0x7a,0x04,0xa2,0x7c]6124// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6125 6126v_cmp_lt_i64 vcc, exec, v[2:3]6127// W64: encoding: [0x7e,0x04,0xa2,0x7c]6128// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6129 6130v_cmp_lt_i64 vcc, null, v[2:3]6131// W64: encoding: [0x7c,0x04,0xa2,0x7c]6132// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6133 6134v_cmp_lt_i64 vcc, -1, v[2:3]6135// W64: encoding: [0xc1,0x04,0xa2,0x7c]6136// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6137 6138v_cmp_lt_i64 vcc, 0.5, v[2:3]6139// W64: encoding: [0xf0,0x04,0xa2,0x7c]6140// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6141 6142v_cmp_lt_i64 vcc, src_scc, v[2:3]6143// W64: encoding: [0xfd,0x04,0xa2,0x7c]6144// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6145 6146v_cmp_lt_i64 vcc, 0xaf123456, v[254:255]6147// W64: encoding: [0xff,0xfc,0xa3,0x7c,0x56,0x34,0x12,0xaf]6148// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6149 6150v_cmp_lt_u16 vcc_lo, v1, v26151// W32: encoding: [0x01,0x05,0x72,0x7c]6152// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6153 6154v_cmp_lt_u16 vcc_lo, v127, v26155// W32: encoding: [0x7f,0x05,0x72,0x7c]6156// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6157 6158v_cmp_lt_u16 vcc_lo, s1, v26159// W32: encoding: [0x01,0x04,0x72,0x7c]6160// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6161 6162v_cmp_lt_u16 vcc_lo, s105, v26163// W32: encoding: [0x69,0x04,0x72,0x7c]6164// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6165 6166v_cmp_lt_u16 vcc_lo, vcc_lo, v26167// W32: encoding: [0x6a,0x04,0x72,0x7c]6168// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6169 6170v_cmp_lt_u16 vcc_lo, vcc_hi, v26171// W32: encoding: [0x6b,0x04,0x72,0x7c]6172// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6173 6174v_cmp_lt_u16 vcc_lo, ttmp15, v26175// W32: encoding: [0x7b,0x04,0x72,0x7c]6176// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6177 6178v_cmp_lt_u16 vcc_lo, m0, v26179// W32: encoding: [0x7d,0x04,0x72,0x7c]6180// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6181 6182v_cmp_lt_u16 vcc_lo, exec_lo, v26183// W32: encoding: [0x7e,0x04,0x72,0x7c]6184// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6185 6186v_cmp_lt_u16 vcc_lo, exec_hi, v26187// W32: encoding: [0x7f,0x04,0x72,0x7c]6188// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6189 6190v_cmp_lt_u16 vcc_lo, null, v26191// W32: encoding: [0x7c,0x04,0x72,0x7c]6192// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6193 6194v_cmp_lt_u16 vcc_lo, -1, v26195// W32: encoding: [0xc1,0x04,0x72,0x7c]6196// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6197 6198v_cmp_lt_u16 vcc_lo, 0.5, v26199// W32: encoding: [0xf0,0x04,0x72,0x7c]6200// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6201 6202v_cmp_lt_u16 vcc_lo, src_scc, v26203// W32: encoding: [0xfd,0x04,0x72,0x7c]6204// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6205 6206v_cmp_lt_u16 vcc_lo, 0xfe0b, v1276207// W32: encoding: [0xff,0xfe,0x72,0x7c,0x0b,0xfe,0x00,0x00]6208// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6209 6210v_cmp_lt_u16 vcc, v1, v26211// W64: encoding: [0x01,0x05,0x72,0x7c]6212// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6213 6214v_cmp_lt_u16 vcc, v127, v26215// W64: encoding: [0x7f,0x05,0x72,0x7c]6216// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6217 6218v_cmp_lt_u16 vcc, s1, v26219// W64: encoding: [0x01,0x04,0x72,0x7c]6220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6221 6222v_cmp_lt_u16 vcc, s105, v26223// W64: encoding: [0x69,0x04,0x72,0x7c]6224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6225 6226v_cmp_lt_u16 vcc, vcc_lo, v26227// W64: encoding: [0x6a,0x04,0x72,0x7c]6228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6229 6230v_cmp_lt_u16 vcc, vcc_hi, v26231// W64: encoding: [0x6b,0x04,0x72,0x7c]6232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6233 6234v_cmp_lt_u16 vcc, ttmp15, v26235// W64: encoding: [0x7b,0x04,0x72,0x7c]6236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6237 6238v_cmp_lt_u16 vcc, m0, v26239// W64: encoding: [0x7d,0x04,0x72,0x7c]6240// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6241 6242v_cmp_lt_u16 vcc, exec_lo, v26243// W64: encoding: [0x7e,0x04,0x72,0x7c]6244// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6245 6246v_cmp_lt_u16 vcc, exec_hi, v26247// W64: encoding: [0x7f,0x04,0x72,0x7c]6248// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6249 6250v_cmp_lt_u16 vcc, null, v26251// W64: encoding: [0x7c,0x04,0x72,0x7c]6252// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6253 6254v_cmp_lt_u16 vcc, -1, v26255// W64: encoding: [0xc1,0x04,0x72,0x7c]6256// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6257 6258v_cmp_lt_u16 vcc, 0.5, v26259// W64: encoding: [0xf0,0x04,0x72,0x7c]6260// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6261 6262v_cmp_lt_u16 vcc, src_scc, v26263// W64: encoding: [0xfd,0x04,0x72,0x7c]6264// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6265 6266v_cmp_lt_u16 vcc, 0xfe0b, v1276267// W64: encoding: [0xff,0xfe,0x72,0x7c,0x0b,0xfe,0x00,0x00]6268// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6269 6270v_cmp_lt_u32 vcc_lo, v1, v26271// W32: encoding: [0x01,0x05,0x92,0x7c]6272// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6273 6274v_cmp_lt_u32 vcc_lo, v255, v26275// W32: encoding: [0xff,0x05,0x92,0x7c]6276// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6277 6278v_cmp_lt_u32 vcc_lo, s1, v26279// W32: encoding: [0x01,0x04,0x92,0x7c]6280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6281 6282v_cmp_lt_u32 vcc_lo, s105, v26283// W32: encoding: [0x69,0x04,0x92,0x7c]6284// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6285 6286v_cmp_lt_u32 vcc_lo, vcc_lo, v26287// W32: encoding: [0x6a,0x04,0x92,0x7c]6288// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6289 6290v_cmp_lt_u32 vcc_lo, vcc_hi, v26291// W32: encoding: [0x6b,0x04,0x92,0x7c]6292// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6293 6294v_cmp_lt_u32 vcc_lo, ttmp15, v26295// W32: encoding: [0x7b,0x04,0x92,0x7c]6296// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6297 6298v_cmp_lt_u32 vcc_lo, m0, v26299// W32: encoding: [0x7d,0x04,0x92,0x7c]6300// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6301 6302v_cmp_lt_u32 vcc_lo, exec_lo, v26303// W32: encoding: [0x7e,0x04,0x92,0x7c]6304// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6305 6306v_cmp_lt_u32 vcc_lo, exec_hi, v26307// W32: encoding: [0x7f,0x04,0x92,0x7c]6308// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6309 6310v_cmp_lt_u32 vcc_lo, null, v26311// W32: encoding: [0x7c,0x04,0x92,0x7c]6312// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6313 6314v_cmp_lt_u32 vcc_lo, -1, v26315// W32: encoding: [0xc1,0x04,0x92,0x7c]6316// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6317 6318v_cmp_lt_u32 vcc_lo, 0.5, v26319// W32: encoding: [0xf0,0x04,0x92,0x7c]6320// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6321 6322v_cmp_lt_u32 vcc_lo, src_scc, v26323// W32: encoding: [0xfd,0x04,0x92,0x7c]6324// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6325 6326v_cmp_lt_u32 vcc_lo, 0xaf123456, v2556327// W32: encoding: [0xff,0xfe,0x93,0x7c,0x56,0x34,0x12,0xaf]6328// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6329 6330v_cmp_lt_u32 vcc, v1, v26331// W64: encoding: [0x01,0x05,0x92,0x7c]6332// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6333 6334v_cmp_lt_u32 vcc, v255, v26335// W64: encoding: [0xff,0x05,0x92,0x7c]6336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6337 6338v_cmp_lt_u32 vcc, s1, v26339// W64: encoding: [0x01,0x04,0x92,0x7c]6340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6341 6342v_cmp_lt_u32 vcc, s105, v26343// W64: encoding: [0x69,0x04,0x92,0x7c]6344// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6345 6346v_cmp_lt_u32 vcc, vcc_lo, v26347// W64: encoding: [0x6a,0x04,0x92,0x7c]6348// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6349 6350v_cmp_lt_u32 vcc, vcc_hi, v26351// W64: encoding: [0x6b,0x04,0x92,0x7c]6352// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6353 6354v_cmp_lt_u32 vcc, ttmp15, v26355// W64: encoding: [0x7b,0x04,0x92,0x7c]6356// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6357 6358v_cmp_lt_u32 vcc, m0, v26359// W64: encoding: [0x7d,0x04,0x92,0x7c]6360// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6361 6362v_cmp_lt_u32 vcc, exec_lo, v26363// W64: encoding: [0x7e,0x04,0x92,0x7c]6364// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6365 6366v_cmp_lt_u32 vcc, exec_hi, v26367// W64: encoding: [0x7f,0x04,0x92,0x7c]6368// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6369 6370v_cmp_lt_u32 vcc, null, v26371// W64: encoding: [0x7c,0x04,0x92,0x7c]6372// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6373 6374v_cmp_lt_u32 vcc, -1, v26375// W64: encoding: [0xc1,0x04,0x92,0x7c]6376// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6377 6378v_cmp_lt_u32 vcc, 0.5, v26379// W64: encoding: [0xf0,0x04,0x92,0x7c]6380// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6381 6382v_cmp_lt_u32 vcc, src_scc, v26383// W64: encoding: [0xfd,0x04,0x92,0x7c]6384// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6385 6386v_cmp_lt_u32 vcc, 0xaf123456, v2556387// W64: encoding: [0xff,0xfe,0x93,0x7c,0x56,0x34,0x12,0xaf]6388// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6389 6390v_cmp_lt_u64 vcc_lo, v[1:2], v[2:3]6391// W32: encoding: [0x01,0x05,0xb2,0x7c]6392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6393 6394v_cmp_lt_u64 vcc_lo, v[254:255], v[2:3]6395// W32: encoding: [0xfe,0x05,0xb2,0x7c]6396// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6397 6398v_cmp_lt_u64 vcc_lo, s[2:3], v[2:3]6399// W32: encoding: [0x02,0x04,0xb2,0x7c]6400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6401 6402v_cmp_lt_u64 vcc_lo, s[104:105], v[2:3]6403// W32: encoding: [0x68,0x04,0xb2,0x7c]6404// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6405 6406v_cmp_lt_u64 vcc_lo, vcc, v[2:3]6407// W32: encoding: [0x6a,0x04,0xb2,0x7c]6408// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6409 6410v_cmp_lt_u64 vcc_lo, ttmp[14:15], v[2:3]6411// W32: encoding: [0x7a,0x04,0xb2,0x7c]6412// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6413 6414v_cmp_lt_u64 vcc_lo, exec, v[2:3]6415// W32: encoding: [0x7e,0x04,0xb2,0x7c]6416// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6417 6418v_cmp_lt_u64 vcc_lo, null, v[2:3]6419// W32: encoding: [0x7c,0x04,0xb2,0x7c]6420// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6421 6422v_cmp_lt_u64 vcc_lo, -1, v[2:3]6423// W32: encoding: [0xc1,0x04,0xb2,0x7c]6424// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6425 6426v_cmp_lt_u64 vcc_lo, 0.5, v[2:3]6427// W32: encoding: [0xf0,0x04,0xb2,0x7c]6428// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6429 6430v_cmp_lt_u64 vcc_lo, src_scc, v[2:3]6431// W32: encoding: [0xfd,0x04,0xb2,0x7c]6432// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6433 6434v_cmp_lt_u64 vcc_lo, 0xaf123456, v[254:255]6435// W32: encoding: [0xff,0xfc,0xb3,0x7c,0x56,0x34,0x12,0xaf]6436// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6437 6438v_cmp_lt_u64 vcc, v[1:2], v[2:3]6439// W64: encoding: [0x01,0x05,0xb2,0x7c]6440// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6441 6442v_cmp_lt_u64 vcc, v[254:255], v[2:3]6443// W64: encoding: [0xfe,0x05,0xb2,0x7c]6444// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6445 6446v_cmp_lt_u64 vcc, s[2:3], v[2:3]6447// W64: encoding: [0x02,0x04,0xb2,0x7c]6448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6449 6450v_cmp_lt_u64 vcc, s[104:105], v[2:3]6451// W64: encoding: [0x68,0x04,0xb2,0x7c]6452// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6453 6454v_cmp_lt_u64 vcc, vcc, v[2:3]6455// W64: encoding: [0x6a,0x04,0xb2,0x7c]6456// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6457 6458v_cmp_lt_u64 vcc, ttmp[14:15], v[2:3]6459// W64: encoding: [0x7a,0x04,0xb2,0x7c]6460// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6461 6462v_cmp_lt_u64 vcc, exec, v[2:3]6463// W64: encoding: [0x7e,0x04,0xb2,0x7c]6464// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6465 6466v_cmp_lt_u64 vcc, null, v[2:3]6467// W64: encoding: [0x7c,0x04,0xb2,0x7c]6468// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6469 6470v_cmp_lt_u64 vcc, -1, v[2:3]6471// W64: encoding: [0xc1,0x04,0xb2,0x7c]6472// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6473 6474v_cmp_lt_u64 vcc, 0.5, v[2:3]6475// W64: encoding: [0xf0,0x04,0xb2,0x7c]6476// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6477 6478v_cmp_lt_u64 vcc, src_scc, v[2:3]6479// W64: encoding: [0xfd,0x04,0xb2,0x7c]6480// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6481 6482v_cmp_lt_u64 vcc, 0xaf123456, v[254:255]6483// W64: encoding: [0xff,0xfc,0xb3,0x7c,0x56,0x34,0x12,0xaf]6484// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6485 6486v_cmp_ne_i16 vcc_lo, v1, v26487// W32: encoding: [0x01,0x05,0x6a,0x7c]6488// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6489 6490v_cmp_ne_i16 vcc_lo, v127, v26491// W32: encoding: [0x7f,0x05,0x6a,0x7c]6492// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6493 6494v_cmp_ne_i16 vcc_lo, s1, v26495// W32: encoding: [0x01,0x04,0x6a,0x7c]6496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6497 6498v_cmp_ne_i16 vcc_lo, s105, v26499// W32: encoding: [0x69,0x04,0x6a,0x7c]6500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6501 6502v_cmp_ne_i16 vcc_lo, vcc_lo, v26503// W32: encoding: [0x6a,0x04,0x6a,0x7c]6504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6505 6506v_cmp_ne_i16 vcc_lo, vcc_hi, v26507// W32: encoding: [0x6b,0x04,0x6a,0x7c]6508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6509 6510v_cmp_ne_i16 vcc_lo, ttmp15, v26511// W32: encoding: [0x7b,0x04,0x6a,0x7c]6512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6513 6514v_cmp_ne_i16 vcc_lo, m0, v26515// W32: encoding: [0x7d,0x04,0x6a,0x7c]6516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6517 6518v_cmp_ne_i16 vcc_lo, exec_lo, v26519// W32: encoding: [0x7e,0x04,0x6a,0x7c]6520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6521 6522v_cmp_ne_i16 vcc_lo, exec_hi, v26523// W32: encoding: [0x7f,0x04,0x6a,0x7c]6524// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6525 6526v_cmp_ne_i16 vcc_lo, null, v26527// W32: encoding: [0x7c,0x04,0x6a,0x7c]6528// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6529 6530v_cmp_ne_i16 vcc_lo, -1, v26531// W32: encoding: [0xc1,0x04,0x6a,0x7c]6532// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6533 6534v_cmp_ne_i16 vcc_lo, 0.5, v26535// W32: encoding: [0xf0,0x04,0x6a,0x7c]6536// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6537 6538v_cmp_ne_i16 vcc_lo, src_scc, v26539// W32: encoding: [0xfd,0x04,0x6a,0x7c]6540// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6541 6542v_cmp_ne_i16 vcc_lo, 0xfe0b, v1276543// W32: encoding: [0xff,0xfe,0x6a,0x7c,0x0b,0xfe,0x00,0x00]6544// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6545 6546v_cmp_ne_i16 vcc, v1, v26547// W64: encoding: [0x01,0x05,0x6a,0x7c]6548// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6549 6550v_cmp_ne_i16 vcc, v127, v26551// W64: encoding: [0x7f,0x05,0x6a,0x7c]6552// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6553 6554v_cmp_ne_i16 vcc, s1, v26555// W64: encoding: [0x01,0x04,0x6a,0x7c]6556// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6557 6558v_cmp_ne_i16 vcc, s105, v26559// W64: encoding: [0x69,0x04,0x6a,0x7c]6560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6561 6562v_cmp_ne_i16 vcc, vcc_lo, v26563// W64: encoding: [0x6a,0x04,0x6a,0x7c]6564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6565 6566v_cmp_ne_i16 vcc, vcc_hi, v26567// W64: encoding: [0x6b,0x04,0x6a,0x7c]6568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6569 6570v_cmp_ne_i16 vcc, ttmp15, v26571// W64: encoding: [0x7b,0x04,0x6a,0x7c]6572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6573 6574v_cmp_ne_i16 vcc, m0, v26575// W64: encoding: [0x7d,0x04,0x6a,0x7c]6576// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6577 6578v_cmp_ne_i16 vcc, exec_lo, v26579// W64: encoding: [0x7e,0x04,0x6a,0x7c]6580// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6581 6582v_cmp_ne_i16 vcc, exec_hi, v26583// W64: encoding: [0x7f,0x04,0x6a,0x7c]6584// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6585 6586v_cmp_ne_i16 vcc, null, v26587// W64: encoding: [0x7c,0x04,0x6a,0x7c]6588// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6589 6590v_cmp_ne_i16 vcc, -1, v26591// W64: encoding: [0xc1,0x04,0x6a,0x7c]6592// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6593 6594v_cmp_ne_i16 vcc, 0.5, v26595// W64: encoding: [0xf0,0x04,0x6a,0x7c]6596// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6597 6598v_cmp_ne_i16 vcc, src_scc, v26599// W64: encoding: [0xfd,0x04,0x6a,0x7c]6600// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6601 6602v_cmp_ne_i16 vcc, 0xfe0b, v1276603// W64: encoding: [0xff,0xfe,0x6a,0x7c,0x0b,0xfe,0x00,0x00]6604// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6605 6606v_cmp_ne_i32 vcc_lo, v1, v26607// W32: encoding: [0x01,0x05,0x8a,0x7c]6608// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6609 6610v_cmp_ne_i32 vcc_lo, v255, v26611// W32: encoding: [0xff,0x05,0x8a,0x7c]6612// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6613 6614v_cmp_ne_i32 vcc_lo, s1, v26615// W32: encoding: [0x01,0x04,0x8a,0x7c]6616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6617 6618v_cmp_ne_i32 vcc_lo, s105, v26619// W32: encoding: [0x69,0x04,0x8a,0x7c]6620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6621 6622v_cmp_ne_i32 vcc_lo, vcc_lo, v26623// W32: encoding: [0x6a,0x04,0x8a,0x7c]6624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6625 6626v_cmp_ne_i32 vcc_lo, vcc_hi, v26627// W32: encoding: [0x6b,0x04,0x8a,0x7c]6628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6629 6630v_cmp_ne_i32 vcc_lo, ttmp15, v26631// W32: encoding: [0x7b,0x04,0x8a,0x7c]6632// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6633 6634v_cmp_ne_i32 vcc_lo, m0, v26635// W32: encoding: [0x7d,0x04,0x8a,0x7c]6636// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6637 6638v_cmp_ne_i32 vcc_lo, exec_lo, v26639// W32: encoding: [0x7e,0x04,0x8a,0x7c]6640// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6641 6642v_cmp_ne_i32 vcc_lo, exec_hi, v26643// W32: encoding: [0x7f,0x04,0x8a,0x7c]6644// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6645 6646v_cmp_ne_i32 vcc_lo, null, v26647// W32: encoding: [0x7c,0x04,0x8a,0x7c]6648// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6649 6650v_cmp_ne_i32 vcc_lo, -1, v26651// W32: encoding: [0xc1,0x04,0x8a,0x7c]6652// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6653 6654v_cmp_ne_i32 vcc_lo, 0.5, v26655// W32: encoding: [0xf0,0x04,0x8a,0x7c]6656// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6657 6658v_cmp_ne_i32 vcc_lo, src_scc, v26659// W32: encoding: [0xfd,0x04,0x8a,0x7c]6660// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6661 6662v_cmp_ne_i32 vcc_lo, 0xaf123456, v2556663// W32: encoding: [0xff,0xfe,0x8b,0x7c,0x56,0x34,0x12,0xaf]6664// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6665 6666v_cmp_ne_i32 vcc, v1, v26667// W64: encoding: [0x01,0x05,0x8a,0x7c]6668// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6669 6670v_cmp_ne_i32 vcc, v255, v26671// W64: encoding: [0xff,0x05,0x8a,0x7c]6672// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6673 6674v_cmp_ne_i32 vcc, s1, v26675// W64: encoding: [0x01,0x04,0x8a,0x7c]6676// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6677 6678v_cmp_ne_i32 vcc, s105, v26679// W64: encoding: [0x69,0x04,0x8a,0x7c]6680// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6681 6682v_cmp_ne_i32 vcc, vcc_lo, v26683// W64: encoding: [0x6a,0x04,0x8a,0x7c]6684// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6685 6686v_cmp_ne_i32 vcc, vcc_hi, v26687// W64: encoding: [0x6b,0x04,0x8a,0x7c]6688// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6689 6690v_cmp_ne_i32 vcc, ttmp15, v26691// W64: encoding: [0x7b,0x04,0x8a,0x7c]6692// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6693 6694v_cmp_ne_i32 vcc, m0, v26695// W64: encoding: [0x7d,0x04,0x8a,0x7c]6696// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6697 6698v_cmp_ne_i32 vcc, exec_lo, v26699// W64: encoding: [0x7e,0x04,0x8a,0x7c]6700// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6701 6702v_cmp_ne_i32 vcc, exec_hi, v26703// W64: encoding: [0x7f,0x04,0x8a,0x7c]6704// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6705 6706v_cmp_ne_i32 vcc, null, v26707// W64: encoding: [0x7c,0x04,0x8a,0x7c]6708// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6709 6710v_cmp_ne_i32 vcc, -1, v26711// W64: encoding: [0xc1,0x04,0x8a,0x7c]6712// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6713 6714v_cmp_ne_i32 vcc, 0.5, v26715// W64: encoding: [0xf0,0x04,0x8a,0x7c]6716// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6717 6718v_cmp_ne_i32 vcc, src_scc, v26719// W64: encoding: [0xfd,0x04,0x8a,0x7c]6720// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6721 6722v_cmp_ne_i32 vcc, 0xaf123456, v2556723// W64: encoding: [0xff,0xfe,0x8b,0x7c,0x56,0x34,0x12,0xaf]6724// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6725 6726v_cmp_ne_i64 vcc_lo, v[1:2], v[2:3]6727// W32: encoding: [0x01,0x05,0xaa,0x7c]6728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6729 6730v_cmp_ne_i64 vcc_lo, v[254:255], v[2:3]6731// W32: encoding: [0xfe,0x05,0xaa,0x7c]6732// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6733 6734v_cmp_ne_i64 vcc_lo, s[2:3], v[2:3]6735// W32: encoding: [0x02,0x04,0xaa,0x7c]6736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6737 6738v_cmp_ne_i64 vcc_lo, s[104:105], v[2:3]6739// W32: encoding: [0x68,0x04,0xaa,0x7c]6740// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6741 6742v_cmp_ne_i64 vcc_lo, vcc, v[2:3]6743// W32: encoding: [0x6a,0x04,0xaa,0x7c]6744// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6745 6746v_cmp_ne_i64 vcc_lo, ttmp[14:15], v[2:3]6747// W32: encoding: [0x7a,0x04,0xaa,0x7c]6748// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6749 6750v_cmp_ne_i64 vcc_lo, exec, v[2:3]6751// W32: encoding: [0x7e,0x04,0xaa,0x7c]6752// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6753 6754v_cmp_ne_i64 vcc_lo, null, v[2:3]6755// W32: encoding: [0x7c,0x04,0xaa,0x7c]6756// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6757 6758v_cmp_ne_i64 vcc_lo, -1, v[2:3]6759// W32: encoding: [0xc1,0x04,0xaa,0x7c]6760// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6761 6762v_cmp_ne_i64 vcc_lo, 0.5, v[2:3]6763// W32: encoding: [0xf0,0x04,0xaa,0x7c]6764// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6765 6766v_cmp_ne_i64 vcc_lo, src_scc, v[2:3]6767// W32: encoding: [0xfd,0x04,0xaa,0x7c]6768// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6769 6770v_cmp_ne_i64 vcc_lo, 0xaf123456, v[254:255]6771// W32: encoding: [0xff,0xfc,0xab,0x7c,0x56,0x34,0x12,0xaf]6772// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6773 6774v_cmp_ne_i64 vcc, v[1:2], v[2:3]6775// W64: encoding: [0x01,0x05,0xaa,0x7c]6776// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6777 6778v_cmp_ne_i64 vcc, v[254:255], v[2:3]6779// W64: encoding: [0xfe,0x05,0xaa,0x7c]6780// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6781 6782v_cmp_ne_i64 vcc, s[2:3], v[2:3]6783// W64: encoding: [0x02,0x04,0xaa,0x7c]6784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6785 6786v_cmp_ne_i64 vcc, s[104:105], v[2:3]6787// W64: encoding: [0x68,0x04,0xaa,0x7c]6788// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6789 6790v_cmp_ne_i64 vcc, vcc, v[2:3]6791// W64: encoding: [0x6a,0x04,0xaa,0x7c]6792// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6793 6794v_cmp_ne_i64 vcc, ttmp[14:15], v[2:3]6795// W64: encoding: [0x7a,0x04,0xaa,0x7c]6796// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6797 6798v_cmp_ne_i64 vcc, exec, v[2:3]6799// W64: encoding: [0x7e,0x04,0xaa,0x7c]6800// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6801 6802v_cmp_ne_i64 vcc, null, v[2:3]6803// W64: encoding: [0x7c,0x04,0xaa,0x7c]6804// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6805 6806v_cmp_ne_i64 vcc, -1, v[2:3]6807// W64: encoding: [0xc1,0x04,0xaa,0x7c]6808// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6809 6810v_cmp_ne_i64 vcc, 0.5, v[2:3]6811// W64: encoding: [0xf0,0x04,0xaa,0x7c]6812// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6813 6814v_cmp_ne_i64 vcc, src_scc, v[2:3]6815// W64: encoding: [0xfd,0x04,0xaa,0x7c]6816// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6817 6818v_cmp_ne_i64 vcc, 0xaf123456, v[254:255]6819// W64: encoding: [0xff,0xfc,0xab,0x7c,0x56,0x34,0x12,0xaf]6820// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6821 6822v_cmp_ne_u16 vcc_lo, v1, v26823// W32: encoding: [0x01,0x05,0x7a,0x7c]6824// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6825 6826v_cmp_ne_u16 vcc_lo, v127, v26827// W32: encoding: [0x7f,0x05,0x7a,0x7c]6828// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6829 6830v_cmp_ne_u16 vcc_lo, s1, v26831// W32: encoding: [0x01,0x04,0x7a,0x7c]6832// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6833 6834v_cmp_ne_u16 vcc_lo, s105, v26835// W32: encoding: [0x69,0x04,0x7a,0x7c]6836// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6837 6838v_cmp_ne_u16 vcc_lo, vcc_lo, v26839// W32: encoding: [0x6a,0x04,0x7a,0x7c]6840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6841 6842v_cmp_ne_u16 vcc_lo, vcc_hi, v26843// W32: encoding: [0x6b,0x04,0x7a,0x7c]6844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6845 6846v_cmp_ne_u16 vcc_lo, ttmp15, v26847// W32: encoding: [0x7b,0x04,0x7a,0x7c]6848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6849 6850v_cmp_ne_u16 vcc_lo, m0, v26851// W32: encoding: [0x7d,0x04,0x7a,0x7c]6852// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6853 6854v_cmp_ne_u16 vcc_lo, exec_lo, v26855// W32: encoding: [0x7e,0x04,0x7a,0x7c]6856// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6857 6858v_cmp_ne_u16 vcc_lo, exec_hi, v26859// W32: encoding: [0x7f,0x04,0x7a,0x7c]6860// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6861 6862v_cmp_ne_u16 vcc_lo, null, v26863// W32: encoding: [0x7c,0x04,0x7a,0x7c]6864// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6865 6866v_cmp_ne_u16 vcc_lo, -1, v26867// W32: encoding: [0xc1,0x04,0x7a,0x7c]6868// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6869 6870v_cmp_ne_u16 vcc_lo, 0.5, v26871// W32: encoding: [0xf0,0x04,0x7a,0x7c]6872// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6873 6874v_cmp_ne_u16 vcc_lo, src_scc, v26875// W32: encoding: [0xfd,0x04,0x7a,0x7c]6876// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6877 6878v_cmp_ne_u16 vcc_lo, 0xfe0b, v1276879// W32: encoding: [0xff,0xfe,0x7a,0x7c,0x0b,0xfe,0x00,0x00]6880// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6881 6882v_cmp_ne_u16 vcc, v1, v26883// W64: encoding: [0x01,0x05,0x7a,0x7c]6884// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6885 6886v_cmp_ne_u16 vcc, v127, v26887// W64: encoding: [0x7f,0x05,0x7a,0x7c]6888// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6889 6890v_cmp_ne_u16 vcc, s1, v26891// W64: encoding: [0x01,0x04,0x7a,0x7c]6892// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6893 6894v_cmp_ne_u16 vcc, s105, v26895// W64: encoding: [0x69,0x04,0x7a,0x7c]6896// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6897 6898v_cmp_ne_u16 vcc, vcc_lo, v26899// W64: encoding: [0x6a,0x04,0x7a,0x7c]6900// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6901 6902v_cmp_ne_u16 vcc, vcc_hi, v26903// W64: encoding: [0x6b,0x04,0x7a,0x7c]6904// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6905 6906v_cmp_ne_u16 vcc, ttmp15, v26907// W64: encoding: [0x7b,0x04,0x7a,0x7c]6908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6909 6910v_cmp_ne_u16 vcc, m0, v26911// W64: encoding: [0x7d,0x04,0x7a,0x7c]6912// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6913 6914v_cmp_ne_u16 vcc, exec_lo, v26915// W64: encoding: [0x7e,0x04,0x7a,0x7c]6916// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6917 6918v_cmp_ne_u16 vcc, exec_hi, v26919// W64: encoding: [0x7f,0x04,0x7a,0x7c]6920// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6921 6922v_cmp_ne_u16 vcc, null, v26923// W64: encoding: [0x7c,0x04,0x7a,0x7c]6924// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6925 6926v_cmp_ne_u16 vcc, -1, v26927// W64: encoding: [0xc1,0x04,0x7a,0x7c]6928// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6929 6930v_cmp_ne_u16 vcc, 0.5, v26931// W64: encoding: [0xf0,0x04,0x7a,0x7c]6932// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6933 6934v_cmp_ne_u16 vcc, src_scc, v26935// W64: encoding: [0xfd,0x04,0x7a,0x7c]6936// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6937 6938v_cmp_ne_u16 vcc, 0xfe0b, v1276939// W64: encoding: [0xff,0xfe,0x7a,0x7c,0x0b,0xfe,0x00,0x00]6940// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6941 6942v_cmp_ne_u32 vcc_lo, v1, v26943// W32: encoding: [0x01,0x05,0x9a,0x7c]6944// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6945 6946v_cmp_ne_u32 vcc_lo, v255, v26947// W32: encoding: [0xff,0x05,0x9a,0x7c]6948// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6949 6950v_cmp_ne_u32 vcc_lo, s1, v26951// W32: encoding: [0x01,0x04,0x9a,0x7c]6952// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6953 6954v_cmp_ne_u32 vcc_lo, s105, v26955// W32: encoding: [0x69,0x04,0x9a,0x7c]6956// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6957 6958v_cmp_ne_u32 vcc_lo, vcc_lo, v26959// W32: encoding: [0x6a,0x04,0x9a,0x7c]6960// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6961 6962v_cmp_ne_u32 vcc_lo, vcc_hi, v26963// W32: encoding: [0x6b,0x04,0x9a,0x7c]6964// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6965 6966v_cmp_ne_u32 vcc_lo, ttmp15, v26967// W32: encoding: [0x7b,0x04,0x9a,0x7c]6968// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6969 6970v_cmp_ne_u32 vcc_lo, m0, v26971// W32: encoding: [0x7d,0x04,0x9a,0x7c]6972// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6973 6974v_cmp_ne_u32 vcc_lo, exec_lo, v26975// W32: encoding: [0x7e,0x04,0x9a,0x7c]6976// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6977 6978v_cmp_ne_u32 vcc_lo, exec_hi, v26979// W32: encoding: [0x7f,0x04,0x9a,0x7c]6980// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6981 6982v_cmp_ne_u32 vcc_lo, null, v26983// W32: encoding: [0x7c,0x04,0x9a,0x7c]6984// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6985 6986v_cmp_ne_u32 vcc_lo, -1, v26987// W32: encoding: [0xc1,0x04,0x9a,0x7c]6988// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6989 6990v_cmp_ne_u32 vcc_lo, 0.5, v26991// W32: encoding: [0xf0,0x04,0x9a,0x7c]6992// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6993 6994v_cmp_ne_u32 vcc_lo, src_scc, v26995// W32: encoding: [0xfd,0x04,0x9a,0x7c]6996// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6997 6998v_cmp_ne_u32 vcc_lo, 0xaf123456, v2556999// W32: encoding: [0xff,0xfe,0x9b,0x7c,0x56,0x34,0x12,0xaf]7000// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7001 7002v_cmp_ne_u32 vcc, v1, v27003// W64: encoding: [0x01,0x05,0x9a,0x7c]7004// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7005 7006v_cmp_ne_u32 vcc, v255, v27007// W64: encoding: [0xff,0x05,0x9a,0x7c]7008// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7009 7010v_cmp_ne_u32 vcc, s1, v27011// W64: encoding: [0x01,0x04,0x9a,0x7c]7012// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7013 7014v_cmp_ne_u32 vcc, s105, v27015// W64: encoding: [0x69,0x04,0x9a,0x7c]7016// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7017 7018v_cmp_ne_u32 vcc, vcc_lo, v27019// W64: encoding: [0x6a,0x04,0x9a,0x7c]7020// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7021 7022v_cmp_ne_u32 vcc, vcc_hi, v27023// W64: encoding: [0x6b,0x04,0x9a,0x7c]7024// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7025 7026v_cmp_ne_u32 vcc, ttmp15, v27027// W64: encoding: [0x7b,0x04,0x9a,0x7c]7028// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7029 7030v_cmp_ne_u32 vcc, m0, v27031// W64: encoding: [0x7d,0x04,0x9a,0x7c]7032// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7033 7034v_cmp_ne_u32 vcc, exec_lo, v27035// W64: encoding: [0x7e,0x04,0x9a,0x7c]7036// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7037 7038v_cmp_ne_u32 vcc, exec_hi, v27039// W64: encoding: [0x7f,0x04,0x9a,0x7c]7040// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7041 7042v_cmp_ne_u32 vcc, null, v27043// W64: encoding: [0x7c,0x04,0x9a,0x7c]7044// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7045 7046v_cmp_ne_u32 vcc, -1, v27047// W64: encoding: [0xc1,0x04,0x9a,0x7c]7048// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7049 7050v_cmp_ne_u32 vcc, 0.5, v27051// W64: encoding: [0xf0,0x04,0x9a,0x7c]7052// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7053 7054v_cmp_ne_u32 vcc, src_scc, v27055// W64: encoding: [0xfd,0x04,0x9a,0x7c]7056// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7057 7058v_cmp_ne_u32 vcc, 0xaf123456, v2557059// W64: encoding: [0xff,0xfe,0x9b,0x7c,0x56,0x34,0x12,0xaf]7060// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7061 7062v_cmp_ne_u64 vcc_lo, v[1:2], v[2:3]7063// W32: encoding: [0x01,0x05,0xba,0x7c]7064// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7065 7066v_cmp_ne_u64 vcc_lo, v[254:255], v[2:3]7067// W32: encoding: [0xfe,0x05,0xba,0x7c]7068// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7069 7070v_cmp_ne_u64 vcc_lo, s[2:3], v[2:3]7071// W32: encoding: [0x02,0x04,0xba,0x7c]7072// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7073 7074v_cmp_ne_u64 vcc_lo, s[104:105], v[2:3]7075// W32: encoding: [0x68,0x04,0xba,0x7c]7076// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7077 7078v_cmp_ne_u64 vcc_lo, vcc, v[2:3]7079// W32: encoding: [0x6a,0x04,0xba,0x7c]7080// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7081 7082v_cmp_ne_u64 vcc_lo, ttmp[14:15], v[2:3]7083// W32: encoding: [0x7a,0x04,0xba,0x7c]7084// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7085 7086v_cmp_ne_u64 vcc_lo, exec, v[2:3]7087// W32: encoding: [0x7e,0x04,0xba,0x7c]7088// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7089 7090v_cmp_ne_u64 vcc_lo, null, v[2:3]7091// W32: encoding: [0x7c,0x04,0xba,0x7c]7092// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7093 7094v_cmp_ne_u64 vcc_lo, -1, v[2:3]7095// W32: encoding: [0xc1,0x04,0xba,0x7c]7096// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7097 7098v_cmp_ne_u64 vcc_lo, 0.5, v[2:3]7099// W32: encoding: [0xf0,0x04,0xba,0x7c]7100// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7101 7102v_cmp_ne_u64 vcc_lo, src_scc, v[2:3]7103// W32: encoding: [0xfd,0x04,0xba,0x7c]7104// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7105 7106v_cmp_ne_u64 vcc_lo, 0xaf123456, v[254:255]7107// W32: encoding: [0xff,0xfc,0xbb,0x7c,0x56,0x34,0x12,0xaf]7108// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7109 7110v_cmp_ne_u64 vcc, v[1:2], v[2:3]7111// W64: encoding: [0x01,0x05,0xba,0x7c]7112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7113 7114v_cmp_ne_u64 vcc, v[254:255], v[2:3]7115// W64: encoding: [0xfe,0x05,0xba,0x7c]7116// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7117 7118v_cmp_ne_u64 vcc, s[2:3], v[2:3]7119// W64: encoding: [0x02,0x04,0xba,0x7c]7120// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7121 7122v_cmp_ne_u64 vcc, s[104:105], v[2:3]7123// W64: encoding: [0x68,0x04,0xba,0x7c]7124// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7125 7126v_cmp_ne_u64 vcc, vcc, v[2:3]7127// W64: encoding: [0x6a,0x04,0xba,0x7c]7128// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7129 7130v_cmp_ne_u64 vcc, ttmp[14:15], v[2:3]7131// W64: encoding: [0x7a,0x04,0xba,0x7c]7132// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7133 7134v_cmp_ne_u64 vcc, exec, v[2:3]7135// W64: encoding: [0x7e,0x04,0xba,0x7c]7136// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7137 7138v_cmp_ne_u64 vcc, null, v[2:3]7139// W64: encoding: [0x7c,0x04,0xba,0x7c]7140// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7141 7142v_cmp_ne_u64 vcc, -1, v[2:3]7143// W64: encoding: [0xc1,0x04,0xba,0x7c]7144// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7145 7146v_cmp_ne_u64 vcc, 0.5, v[2:3]7147// W64: encoding: [0xf0,0x04,0xba,0x7c]7148// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7149 7150v_cmp_ne_u64 vcc, src_scc, v[2:3]7151// W64: encoding: [0xfd,0x04,0xba,0x7c]7152// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7153 7154v_cmp_ne_u64 vcc, 0xaf123456, v[254:255]7155// W64: encoding: [0xff,0xfc,0xbb,0x7c,0x56,0x34,0x12,0xaf]7156// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7157 7158v_cmp_neq_f16 vcc_lo, v1, v27159// W32: encoding: [0x01,0x05,0x1a,0x7c]7160// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7161 7162v_cmp_neq_f16 vcc_lo, v127, v27163// W32: encoding: [0x7f,0x05,0x1a,0x7c]7164// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7165 7166v_cmp_neq_f16 vcc_lo, s1, v27167// W32: encoding: [0x01,0x04,0x1a,0x7c]7168// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7169 7170v_cmp_neq_f16 vcc_lo, s105, v27171// W32: encoding: [0x69,0x04,0x1a,0x7c]7172// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7173 7174v_cmp_neq_f16 vcc_lo, vcc_lo, v27175// W32: encoding: [0x6a,0x04,0x1a,0x7c]7176// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7177 7178v_cmp_neq_f16 vcc_lo, vcc_hi, v27179// W32: encoding: [0x6b,0x04,0x1a,0x7c]7180// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7181 7182v_cmp_neq_f16 vcc_lo, ttmp15, v27183// W32: encoding: [0x7b,0x04,0x1a,0x7c]7184// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7185 7186v_cmp_neq_f16 vcc_lo, m0, v27187// W32: encoding: [0x7d,0x04,0x1a,0x7c]7188// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7189 7190v_cmp_neq_f16 vcc_lo, exec_lo, v27191// W32: encoding: [0x7e,0x04,0x1a,0x7c]7192// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7193 7194v_cmp_neq_f16 vcc_lo, exec_hi, v27195// W32: encoding: [0x7f,0x04,0x1a,0x7c]7196// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7197 7198v_cmp_neq_f16 vcc_lo, null, v27199// W32: encoding: [0x7c,0x04,0x1a,0x7c]7200// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7201 7202v_cmp_neq_f16 vcc_lo, -1, v27203// W32: encoding: [0xc1,0x04,0x1a,0x7c]7204// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7205 7206v_cmp_neq_f16 vcc_lo, 0.5, v27207// W32: encoding: [0xf0,0x04,0x1a,0x7c]7208// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7209 7210v_cmp_neq_f16 vcc_lo, src_scc, v27211// W32: encoding: [0xfd,0x04,0x1a,0x7c]7212// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7213 7214v_cmp_neq_f16 vcc_lo, 0xfe0b, v1277215// W32: encoding: [0xff,0xfe,0x1a,0x7c,0x0b,0xfe,0x00,0x00]7216// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7217 7218v_cmp_neq_f16 vcc, v1, v27219// W64: encoding: [0x01,0x05,0x1a,0x7c]7220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7221 7222v_cmp_neq_f16 vcc, v127, v27223// W64: encoding: [0x7f,0x05,0x1a,0x7c]7224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7225 7226v_cmp_neq_f16 vcc, s1, v27227// W64: encoding: [0x01,0x04,0x1a,0x7c]7228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7229 7230v_cmp_neq_f16 vcc, s105, v27231// W64: encoding: [0x69,0x04,0x1a,0x7c]7232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7233 7234v_cmp_neq_f16 vcc, vcc_lo, v27235// W64: encoding: [0x6a,0x04,0x1a,0x7c]7236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7237 7238v_cmp_neq_f16 vcc, vcc_hi, v27239// W64: encoding: [0x6b,0x04,0x1a,0x7c]7240// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7241 7242v_cmp_neq_f16 vcc, ttmp15, v27243// W64: encoding: [0x7b,0x04,0x1a,0x7c]7244// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7245 7246v_cmp_neq_f16 vcc, m0, v27247// W64: encoding: [0x7d,0x04,0x1a,0x7c]7248// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7249 7250v_cmp_neq_f16 vcc, exec_lo, v27251// W64: encoding: [0x7e,0x04,0x1a,0x7c]7252// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7253 7254v_cmp_neq_f16 vcc, exec_hi, v27255// W64: encoding: [0x7f,0x04,0x1a,0x7c]7256// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7257 7258v_cmp_neq_f16 vcc, null, v27259// W64: encoding: [0x7c,0x04,0x1a,0x7c]7260// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7261 7262v_cmp_neq_f16 vcc, -1, v27263// W64: encoding: [0xc1,0x04,0x1a,0x7c]7264// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7265 7266v_cmp_neq_f16 vcc, 0.5, v27267// W64: encoding: [0xf0,0x04,0x1a,0x7c]7268// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7269 7270v_cmp_neq_f16 vcc, src_scc, v27271// W64: encoding: [0xfd,0x04,0x1a,0x7c]7272// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7273 7274v_cmp_neq_f16 vcc, 0xfe0b, v1277275// W64: encoding: [0xff,0xfe,0x1a,0x7c,0x0b,0xfe,0x00,0x00]7276// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7277 7278v_cmp_neq_f32 vcc_lo, v1, v27279// W32: encoding: [0x01,0x05,0x3a,0x7c]7280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7281 7282v_cmp_neq_f32 vcc_lo, v255, v27283// W32: encoding: [0xff,0x05,0x3a,0x7c]7284// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7285 7286v_cmp_neq_f32 vcc_lo, s1, v27287// W32: encoding: [0x01,0x04,0x3a,0x7c]7288// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7289 7290v_cmp_neq_f32 vcc_lo, s105, v27291// W32: encoding: [0x69,0x04,0x3a,0x7c]7292// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7293 7294v_cmp_neq_f32 vcc_lo, vcc_lo, v27295// W32: encoding: [0x6a,0x04,0x3a,0x7c]7296// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7297 7298v_cmp_neq_f32 vcc_lo, vcc_hi, v27299// W32: encoding: [0x6b,0x04,0x3a,0x7c]7300// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7301 7302v_cmp_neq_f32 vcc_lo, ttmp15, v27303// W32: encoding: [0x7b,0x04,0x3a,0x7c]7304// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7305 7306v_cmp_neq_f32 vcc_lo, m0, v27307// W32: encoding: [0x7d,0x04,0x3a,0x7c]7308// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7309 7310v_cmp_neq_f32 vcc_lo, exec_lo, v27311// W32: encoding: [0x7e,0x04,0x3a,0x7c]7312// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7313 7314v_cmp_neq_f32 vcc_lo, exec_hi, v27315// W32: encoding: [0x7f,0x04,0x3a,0x7c]7316// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7317 7318v_cmp_neq_f32 vcc_lo, null, v27319// W32: encoding: [0x7c,0x04,0x3a,0x7c]7320// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7321 7322v_cmp_neq_f32 vcc_lo, -1, v27323// W32: encoding: [0xc1,0x04,0x3a,0x7c]7324// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7325 7326v_cmp_neq_f32 vcc_lo, 0.5, v27327// W32: encoding: [0xf0,0x04,0x3a,0x7c]7328// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7329 7330v_cmp_neq_f32 vcc_lo, src_scc, v27331// W32: encoding: [0xfd,0x04,0x3a,0x7c]7332// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7333 7334v_cmp_neq_f32 vcc_lo, 0xaf123456, v2557335// W32: encoding: [0xff,0xfe,0x3b,0x7c,0x56,0x34,0x12,0xaf]7336// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7337 7338v_cmp_neq_f32 vcc, v1, v27339// W64: encoding: [0x01,0x05,0x3a,0x7c]7340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7341 7342v_cmp_neq_f32 vcc, v255, v27343// W64: encoding: [0xff,0x05,0x3a,0x7c]7344// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7345 7346v_cmp_neq_f32 vcc, s1, v27347// W64: encoding: [0x01,0x04,0x3a,0x7c]7348// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7349 7350v_cmp_neq_f32 vcc, s105, v27351// W64: encoding: [0x69,0x04,0x3a,0x7c]7352// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7353 7354v_cmp_neq_f32 vcc, vcc_lo, v27355// W64: encoding: [0x6a,0x04,0x3a,0x7c]7356// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7357 7358v_cmp_neq_f32 vcc, vcc_hi, v27359// W64: encoding: [0x6b,0x04,0x3a,0x7c]7360// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7361 7362v_cmp_neq_f32 vcc, ttmp15, v27363// W64: encoding: [0x7b,0x04,0x3a,0x7c]7364// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7365 7366v_cmp_neq_f32 vcc, m0, v27367// W64: encoding: [0x7d,0x04,0x3a,0x7c]7368// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7369 7370v_cmp_neq_f32 vcc, exec_lo, v27371// W64: encoding: [0x7e,0x04,0x3a,0x7c]7372// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7373 7374v_cmp_neq_f32 vcc, exec_hi, v27375// W64: encoding: [0x7f,0x04,0x3a,0x7c]7376// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7377 7378v_cmp_neq_f32 vcc, null, v27379// W64: encoding: [0x7c,0x04,0x3a,0x7c]7380// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7381 7382v_cmp_neq_f32 vcc, -1, v27383// W64: encoding: [0xc1,0x04,0x3a,0x7c]7384// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7385 7386v_cmp_neq_f32 vcc, 0.5, v27387// W64: encoding: [0xf0,0x04,0x3a,0x7c]7388// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7389 7390v_cmp_neq_f32 vcc, src_scc, v27391// W64: encoding: [0xfd,0x04,0x3a,0x7c]7392// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7393 7394v_cmp_neq_f32 vcc, 0xaf123456, v2557395// W64: encoding: [0xff,0xfe,0x3b,0x7c,0x56,0x34,0x12,0xaf]7396// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7397 7398v_cmp_neq_f64 vcc_lo, v[1:2], v[2:3]7399// W32: encoding: [0x01,0x05,0x5a,0x7c]7400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7401 7402v_cmp_neq_f64 vcc_lo, v[254:255], v[2:3]7403// W32: encoding: [0xfe,0x05,0x5a,0x7c]7404// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7405 7406v_cmp_neq_f64 vcc_lo, s[2:3], v[2:3]7407// W32: encoding: [0x02,0x04,0x5a,0x7c]7408// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7409 7410v_cmp_neq_f64 vcc_lo, s[104:105], v[2:3]7411// W32: encoding: [0x68,0x04,0x5a,0x7c]7412// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7413 7414v_cmp_neq_f64 vcc_lo, vcc, v[2:3]7415// W32: encoding: [0x6a,0x04,0x5a,0x7c]7416// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7417 7418v_cmp_neq_f64 vcc_lo, ttmp[14:15], v[2:3]7419// W32: encoding: [0x7a,0x04,0x5a,0x7c]7420// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7421 7422v_cmp_neq_f64 vcc_lo, exec, v[2:3]7423// W32: encoding: [0x7e,0x04,0x5a,0x7c]7424// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7425 7426v_cmp_neq_f64 vcc_lo, null, v[2:3]7427// W32: encoding: [0x7c,0x04,0x5a,0x7c]7428// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7429 7430v_cmp_neq_f64 vcc_lo, -1, v[2:3]7431// W32: encoding: [0xc1,0x04,0x5a,0x7c]7432// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7433 7434v_cmp_neq_f64 vcc_lo, 0.5, v[2:3]7435// W32: encoding: [0xf0,0x04,0x5a,0x7c]7436// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7437 7438v_cmp_neq_f64 vcc_lo, src_scc, v[2:3]7439// W32: encoding: [0xfd,0x04,0x5a,0x7c]7440// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7441 7442v_cmp_neq_f64 vcc_lo, 0xaf123456, v[254:255]7443// W32: encoding: [0xff,0xfc,0x5b,0x7c,0x56,0x34,0x12,0xaf]7444// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7445 7446v_cmp_neq_f64 vcc, v[1:2], v[2:3]7447// W64: encoding: [0x01,0x05,0x5a,0x7c]7448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7449 7450v_cmp_neq_f64 vcc, v[254:255], v[2:3]7451// W64: encoding: [0xfe,0x05,0x5a,0x7c]7452// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7453 7454v_cmp_neq_f64 vcc, s[2:3], v[2:3]7455// W64: encoding: [0x02,0x04,0x5a,0x7c]7456// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7457 7458v_cmp_neq_f64 vcc, s[104:105], v[2:3]7459// W64: encoding: [0x68,0x04,0x5a,0x7c]7460// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7461 7462v_cmp_neq_f64 vcc, vcc, v[2:3]7463// W64: encoding: [0x6a,0x04,0x5a,0x7c]7464// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7465 7466v_cmp_neq_f64 vcc, ttmp[14:15], v[2:3]7467// W64: encoding: [0x7a,0x04,0x5a,0x7c]7468// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7469 7470v_cmp_neq_f64 vcc, exec, v[2:3]7471// W64: encoding: [0x7e,0x04,0x5a,0x7c]7472// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7473 7474v_cmp_neq_f64 vcc, null, v[2:3]7475// W64: encoding: [0x7c,0x04,0x5a,0x7c]7476// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7477 7478v_cmp_neq_f64 vcc, -1, v[2:3]7479// W64: encoding: [0xc1,0x04,0x5a,0x7c]7480// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7481 7482v_cmp_neq_f64 vcc, 0.5, v[2:3]7483// W64: encoding: [0xf0,0x04,0x5a,0x7c]7484// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7485 7486v_cmp_neq_f64 vcc, src_scc, v[2:3]7487// W64: encoding: [0xfd,0x04,0x5a,0x7c]7488// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7489 7490v_cmp_neq_f64 vcc, 0xaf123456, v[254:255]7491// W64: encoding: [0xff,0xfc,0x5b,0x7c,0x56,0x34,0x12,0xaf]7492// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7493 7494v_cmp_nge_f16 vcc_lo, v1, v27495// W32: encoding: [0x01,0x05,0x12,0x7c]7496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7497 7498v_cmp_nge_f16 vcc_lo, v127, v27499// W32: encoding: [0x7f,0x05,0x12,0x7c]7500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7501 7502v_cmp_nge_f16 vcc_lo, s1, v27503// W32: encoding: [0x01,0x04,0x12,0x7c]7504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7505 7506v_cmp_nge_f16 vcc_lo, s105, v27507// W32: encoding: [0x69,0x04,0x12,0x7c]7508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7509 7510v_cmp_nge_f16 vcc_lo, vcc_lo, v27511// W32: encoding: [0x6a,0x04,0x12,0x7c]7512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7513 7514v_cmp_nge_f16 vcc_lo, vcc_hi, v27515// W32: encoding: [0x6b,0x04,0x12,0x7c]7516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7517 7518v_cmp_nge_f16 vcc_lo, ttmp15, v27519// W32: encoding: [0x7b,0x04,0x12,0x7c]7520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7521 7522v_cmp_nge_f16 vcc_lo, m0, v27523// W32: encoding: [0x7d,0x04,0x12,0x7c]7524// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7525 7526v_cmp_nge_f16 vcc_lo, exec_lo, v27527// W32: encoding: [0x7e,0x04,0x12,0x7c]7528// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7529 7530v_cmp_nge_f16 vcc_lo, exec_hi, v27531// W32: encoding: [0x7f,0x04,0x12,0x7c]7532// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7533 7534v_cmp_nge_f16 vcc_lo, null, v27535// W32: encoding: [0x7c,0x04,0x12,0x7c]7536// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7537 7538v_cmp_nge_f16 vcc_lo, -1, v27539// W32: encoding: [0xc1,0x04,0x12,0x7c]7540// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7541 7542v_cmp_nge_f16 vcc_lo, 0.5, v27543// W32: encoding: [0xf0,0x04,0x12,0x7c]7544// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7545 7546v_cmp_nge_f16 vcc_lo, src_scc, v27547// W32: encoding: [0xfd,0x04,0x12,0x7c]7548// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7549 7550v_cmp_nge_f16 vcc_lo, 0xfe0b, v1277551// W32: encoding: [0xff,0xfe,0x12,0x7c,0x0b,0xfe,0x00,0x00]7552// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7553 7554v_cmp_nge_f16 vcc, v1, v27555// W64: encoding: [0x01,0x05,0x12,0x7c]7556// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7557 7558v_cmp_nge_f16 vcc, v127, v27559// W64: encoding: [0x7f,0x05,0x12,0x7c]7560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7561 7562v_cmp_nge_f16 vcc, s1, v27563// W64: encoding: [0x01,0x04,0x12,0x7c]7564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7565 7566v_cmp_nge_f16 vcc, s105, v27567// W64: encoding: [0x69,0x04,0x12,0x7c]7568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7569 7570v_cmp_nge_f16 vcc, vcc_lo, v27571// W64: encoding: [0x6a,0x04,0x12,0x7c]7572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7573 7574v_cmp_nge_f16 vcc, vcc_hi, v27575// W64: encoding: [0x6b,0x04,0x12,0x7c]7576// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7577 7578v_cmp_nge_f16 vcc, ttmp15, v27579// W64: encoding: [0x7b,0x04,0x12,0x7c]7580// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7581 7582v_cmp_nge_f16 vcc, m0, v27583// W64: encoding: [0x7d,0x04,0x12,0x7c]7584// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7585 7586v_cmp_nge_f16 vcc, exec_lo, v27587// W64: encoding: [0x7e,0x04,0x12,0x7c]7588// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7589 7590v_cmp_nge_f16 vcc, exec_hi, v27591// W64: encoding: [0x7f,0x04,0x12,0x7c]7592// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7593 7594v_cmp_nge_f16 vcc, null, v27595// W64: encoding: [0x7c,0x04,0x12,0x7c]7596// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7597 7598v_cmp_nge_f16 vcc, -1, v27599// W64: encoding: [0xc1,0x04,0x12,0x7c]7600// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7601 7602v_cmp_nge_f16 vcc, 0.5, v27603// W64: encoding: [0xf0,0x04,0x12,0x7c]7604// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7605 7606v_cmp_nge_f16 vcc, src_scc, v27607// W64: encoding: [0xfd,0x04,0x12,0x7c]7608// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7609 7610v_cmp_nge_f16 vcc, 0xfe0b, v1277611// W64: encoding: [0xff,0xfe,0x12,0x7c,0x0b,0xfe,0x00,0x00]7612// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7613 7614v_cmp_nge_f32 vcc_lo, v1, v27615// W32: encoding: [0x01,0x05,0x32,0x7c]7616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7617 7618v_cmp_nge_f32 vcc_lo, v255, v27619// W32: encoding: [0xff,0x05,0x32,0x7c]7620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7621 7622v_cmp_nge_f32 vcc_lo, s1, v27623// W32: encoding: [0x01,0x04,0x32,0x7c]7624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7625 7626v_cmp_nge_f32 vcc_lo, s105, v27627// W32: encoding: [0x69,0x04,0x32,0x7c]7628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7629 7630v_cmp_nge_f32 vcc_lo, vcc_lo, v27631// W32: encoding: [0x6a,0x04,0x32,0x7c]7632// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7633 7634v_cmp_nge_f32 vcc_lo, vcc_hi, v27635// W32: encoding: [0x6b,0x04,0x32,0x7c]7636// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7637 7638v_cmp_nge_f32 vcc_lo, ttmp15, v27639// W32: encoding: [0x7b,0x04,0x32,0x7c]7640// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7641 7642v_cmp_nge_f32 vcc_lo, m0, v27643// W32: encoding: [0x7d,0x04,0x32,0x7c]7644// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7645 7646v_cmp_nge_f32 vcc_lo, exec_lo, v27647// W32: encoding: [0x7e,0x04,0x32,0x7c]7648// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7649 7650v_cmp_nge_f32 vcc_lo, exec_hi, v27651// W32: encoding: [0x7f,0x04,0x32,0x7c]7652// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7653 7654v_cmp_nge_f32 vcc_lo, null, v27655// W32: encoding: [0x7c,0x04,0x32,0x7c]7656// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7657 7658v_cmp_nge_f32 vcc_lo, -1, v27659// W32: encoding: [0xc1,0x04,0x32,0x7c]7660// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7661 7662v_cmp_nge_f32 vcc_lo, 0.5, v27663// W32: encoding: [0xf0,0x04,0x32,0x7c]7664// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7665 7666v_cmp_nge_f32 vcc_lo, src_scc, v27667// W32: encoding: [0xfd,0x04,0x32,0x7c]7668// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7669 7670v_cmp_nge_f32 vcc_lo, 0xaf123456, v2557671// W32: encoding: [0xff,0xfe,0x33,0x7c,0x56,0x34,0x12,0xaf]7672// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7673 7674v_cmp_nge_f32 vcc, v1, v27675// W64: encoding: [0x01,0x05,0x32,0x7c]7676// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7677 7678v_cmp_nge_f32 vcc, v255, v27679// W64: encoding: [0xff,0x05,0x32,0x7c]7680// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7681 7682v_cmp_nge_f32 vcc, s1, v27683// W64: encoding: [0x01,0x04,0x32,0x7c]7684// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7685 7686v_cmp_nge_f32 vcc, s105, v27687// W64: encoding: [0x69,0x04,0x32,0x7c]7688// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7689 7690v_cmp_nge_f32 vcc, vcc_lo, v27691// W64: encoding: [0x6a,0x04,0x32,0x7c]7692// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7693 7694v_cmp_nge_f32 vcc, vcc_hi, v27695// W64: encoding: [0x6b,0x04,0x32,0x7c]7696// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7697 7698v_cmp_nge_f32 vcc, ttmp15, v27699// W64: encoding: [0x7b,0x04,0x32,0x7c]7700// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7701 7702v_cmp_nge_f32 vcc, m0, v27703// W64: encoding: [0x7d,0x04,0x32,0x7c]7704// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7705 7706v_cmp_nge_f32 vcc, exec_lo, v27707// W64: encoding: [0x7e,0x04,0x32,0x7c]7708// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7709 7710v_cmp_nge_f32 vcc, exec_hi, v27711// W64: encoding: [0x7f,0x04,0x32,0x7c]7712// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7713 7714v_cmp_nge_f32 vcc, null, v27715// W64: encoding: [0x7c,0x04,0x32,0x7c]7716// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7717 7718v_cmp_nge_f32 vcc, -1, v27719// W64: encoding: [0xc1,0x04,0x32,0x7c]7720// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7721 7722v_cmp_nge_f32 vcc, 0.5, v27723// W64: encoding: [0xf0,0x04,0x32,0x7c]7724// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7725 7726v_cmp_nge_f32 vcc, src_scc, v27727// W64: encoding: [0xfd,0x04,0x32,0x7c]7728// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7729 7730v_cmp_nge_f32 vcc, 0xaf123456, v2557731// W64: encoding: [0xff,0xfe,0x33,0x7c,0x56,0x34,0x12,0xaf]7732// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7733 7734v_cmp_nge_f64 vcc_lo, v[1:2], v[2:3]7735// W32: encoding: [0x01,0x05,0x52,0x7c]7736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7737 7738v_cmp_nge_f64 vcc_lo, v[254:255], v[2:3]7739// W32: encoding: [0xfe,0x05,0x52,0x7c]7740// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7741 7742v_cmp_nge_f64 vcc_lo, s[2:3], v[2:3]7743// W32: encoding: [0x02,0x04,0x52,0x7c]7744// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7745 7746v_cmp_nge_f64 vcc_lo, s[104:105], v[2:3]7747// W32: encoding: [0x68,0x04,0x52,0x7c]7748// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7749 7750v_cmp_nge_f64 vcc_lo, vcc, v[2:3]7751// W32: encoding: [0x6a,0x04,0x52,0x7c]7752// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7753 7754v_cmp_nge_f64 vcc_lo, ttmp[14:15], v[2:3]7755// W32: encoding: [0x7a,0x04,0x52,0x7c]7756// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7757 7758v_cmp_nge_f64 vcc_lo, exec, v[2:3]7759// W32: encoding: [0x7e,0x04,0x52,0x7c]7760// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7761 7762v_cmp_nge_f64 vcc_lo, null, v[2:3]7763// W32: encoding: [0x7c,0x04,0x52,0x7c]7764// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7765 7766v_cmp_nge_f64 vcc_lo, -1, v[2:3]7767// W32: encoding: [0xc1,0x04,0x52,0x7c]7768// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7769 7770v_cmp_nge_f64 vcc_lo, 0.5, v[2:3]7771// W32: encoding: [0xf0,0x04,0x52,0x7c]7772// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7773 7774v_cmp_nge_f64 vcc_lo, src_scc, v[2:3]7775// W32: encoding: [0xfd,0x04,0x52,0x7c]7776// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7777 7778v_cmp_nge_f64 vcc_lo, 0xaf123456, v[254:255]7779// W32: encoding: [0xff,0xfc,0x53,0x7c,0x56,0x34,0x12,0xaf]7780// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7781 7782v_cmp_nge_f64 vcc, v[1:2], v[2:3]7783// W64: encoding: [0x01,0x05,0x52,0x7c]7784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7785 7786v_cmp_nge_f64 vcc, v[254:255], v[2:3]7787// W64: encoding: [0xfe,0x05,0x52,0x7c]7788// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7789 7790v_cmp_nge_f64 vcc, s[2:3], v[2:3]7791// W64: encoding: [0x02,0x04,0x52,0x7c]7792// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7793 7794v_cmp_nge_f64 vcc, s[104:105], v[2:3]7795// W64: encoding: [0x68,0x04,0x52,0x7c]7796// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7797 7798v_cmp_nge_f64 vcc, vcc, v[2:3]7799// W64: encoding: [0x6a,0x04,0x52,0x7c]7800// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7801 7802v_cmp_nge_f64 vcc, ttmp[14:15], v[2:3]7803// W64: encoding: [0x7a,0x04,0x52,0x7c]7804// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7805 7806v_cmp_nge_f64 vcc, exec, v[2:3]7807// W64: encoding: [0x7e,0x04,0x52,0x7c]7808// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7809 7810v_cmp_nge_f64 vcc, null, v[2:3]7811// W64: encoding: [0x7c,0x04,0x52,0x7c]7812// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7813 7814v_cmp_nge_f64 vcc, -1, v[2:3]7815// W64: encoding: [0xc1,0x04,0x52,0x7c]7816// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7817 7818v_cmp_nge_f64 vcc, 0.5, v[2:3]7819// W64: encoding: [0xf0,0x04,0x52,0x7c]7820// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7821 7822v_cmp_nge_f64 vcc, src_scc, v[2:3]7823// W64: encoding: [0xfd,0x04,0x52,0x7c]7824// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7825 7826v_cmp_nge_f64 vcc, 0xaf123456, v[254:255]7827// W64: encoding: [0xff,0xfc,0x53,0x7c,0x56,0x34,0x12,0xaf]7828// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7829 7830v_cmp_ngt_f16 vcc_lo, v1, v27831// W32: encoding: [0x01,0x05,0x16,0x7c]7832// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7833 7834v_cmp_ngt_f16 vcc_lo, v127, v27835// W32: encoding: [0x7f,0x05,0x16,0x7c]7836// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7837 7838v_cmp_ngt_f16 vcc_lo, s1, v27839// W32: encoding: [0x01,0x04,0x16,0x7c]7840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7841 7842v_cmp_ngt_f16 vcc_lo, s105, v27843// W32: encoding: [0x69,0x04,0x16,0x7c]7844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7845 7846v_cmp_ngt_f16 vcc_lo, vcc_lo, v27847// W32: encoding: [0x6a,0x04,0x16,0x7c]7848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7849 7850v_cmp_ngt_f16 vcc_lo, vcc_hi, v27851// W32: encoding: [0x6b,0x04,0x16,0x7c]7852// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7853 7854v_cmp_ngt_f16 vcc_lo, ttmp15, v27855// W32: encoding: [0x7b,0x04,0x16,0x7c]7856// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7857 7858v_cmp_ngt_f16 vcc_lo, m0, v27859// W32: encoding: [0x7d,0x04,0x16,0x7c]7860// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7861 7862v_cmp_ngt_f16 vcc_lo, exec_lo, v27863// W32: encoding: [0x7e,0x04,0x16,0x7c]7864// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7865 7866v_cmp_ngt_f16 vcc_lo, exec_hi, v27867// W32: encoding: [0x7f,0x04,0x16,0x7c]7868// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7869 7870v_cmp_ngt_f16 vcc_lo, null, v27871// W32: encoding: [0x7c,0x04,0x16,0x7c]7872// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7873 7874v_cmp_ngt_f16 vcc_lo, -1, v27875// W32: encoding: [0xc1,0x04,0x16,0x7c]7876// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7877 7878v_cmp_ngt_f16 vcc_lo, 0.5, v27879// W32: encoding: [0xf0,0x04,0x16,0x7c]7880// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7881 7882v_cmp_ngt_f16 vcc_lo, src_scc, v27883// W32: encoding: [0xfd,0x04,0x16,0x7c]7884// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7885 7886v_cmp_ngt_f16 vcc_lo, 0xfe0b, v1277887// W32: encoding: [0xff,0xfe,0x16,0x7c,0x0b,0xfe,0x00,0x00]7888// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7889 7890v_cmp_ngt_f16 vcc, v1, v27891// W64: encoding: [0x01,0x05,0x16,0x7c]7892// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7893 7894v_cmp_ngt_f16 vcc, v127, v27895// W64: encoding: [0x7f,0x05,0x16,0x7c]7896// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7897 7898v_cmp_ngt_f16 vcc, s1, v27899// W64: encoding: [0x01,0x04,0x16,0x7c]7900// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7901 7902v_cmp_ngt_f16 vcc, s105, v27903// W64: encoding: [0x69,0x04,0x16,0x7c]7904// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7905 7906v_cmp_ngt_f16 vcc, vcc_lo, v27907// W64: encoding: [0x6a,0x04,0x16,0x7c]7908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7909 7910v_cmp_ngt_f16 vcc, vcc_hi, v27911// W64: encoding: [0x6b,0x04,0x16,0x7c]7912// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7913 7914v_cmp_ngt_f16 vcc, ttmp15, v27915// W64: encoding: [0x7b,0x04,0x16,0x7c]7916// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7917 7918v_cmp_ngt_f16 vcc, m0, v27919// W64: encoding: [0x7d,0x04,0x16,0x7c]7920// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7921 7922v_cmp_ngt_f16 vcc, exec_lo, v27923// W64: encoding: [0x7e,0x04,0x16,0x7c]7924// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7925 7926v_cmp_ngt_f16 vcc, exec_hi, v27927// W64: encoding: [0x7f,0x04,0x16,0x7c]7928// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7929 7930v_cmp_ngt_f16 vcc, null, v27931// W64: encoding: [0x7c,0x04,0x16,0x7c]7932// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7933 7934v_cmp_ngt_f16 vcc, -1, v27935// W64: encoding: [0xc1,0x04,0x16,0x7c]7936// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7937 7938v_cmp_ngt_f16 vcc, 0.5, v27939// W64: encoding: [0xf0,0x04,0x16,0x7c]7940// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7941 7942v_cmp_ngt_f16 vcc, src_scc, v27943// W64: encoding: [0xfd,0x04,0x16,0x7c]7944// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7945 7946v_cmp_ngt_f16 vcc, 0xfe0b, v1277947// W64: encoding: [0xff,0xfe,0x16,0x7c,0x0b,0xfe,0x00,0x00]7948// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7949 7950v_cmp_ngt_f32 vcc_lo, v1, v27951// W32: encoding: [0x01,0x05,0x36,0x7c]7952// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7953 7954v_cmp_ngt_f32 vcc_lo, v255, v27955// W32: encoding: [0xff,0x05,0x36,0x7c]7956// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7957 7958v_cmp_ngt_f32 vcc_lo, s1, v27959// W32: encoding: [0x01,0x04,0x36,0x7c]7960// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7961 7962v_cmp_ngt_f32 vcc_lo, s105, v27963// W32: encoding: [0x69,0x04,0x36,0x7c]7964// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7965 7966v_cmp_ngt_f32 vcc_lo, vcc_lo, v27967// W32: encoding: [0x6a,0x04,0x36,0x7c]7968// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7969 7970v_cmp_ngt_f32 vcc_lo, vcc_hi, v27971// W32: encoding: [0x6b,0x04,0x36,0x7c]7972// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7973 7974v_cmp_ngt_f32 vcc_lo, ttmp15, v27975// W32: encoding: [0x7b,0x04,0x36,0x7c]7976// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7977 7978v_cmp_ngt_f32 vcc_lo, m0, v27979// W32: encoding: [0x7d,0x04,0x36,0x7c]7980// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7981 7982v_cmp_ngt_f32 vcc_lo, exec_lo, v27983// W32: encoding: [0x7e,0x04,0x36,0x7c]7984// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7985 7986v_cmp_ngt_f32 vcc_lo, exec_hi, v27987// W32: encoding: [0x7f,0x04,0x36,0x7c]7988// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7989 7990v_cmp_ngt_f32 vcc_lo, null, v27991// W32: encoding: [0x7c,0x04,0x36,0x7c]7992// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7993 7994v_cmp_ngt_f32 vcc_lo, -1, v27995// W32: encoding: [0xc1,0x04,0x36,0x7c]7996// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7997 7998v_cmp_ngt_f32 vcc_lo, 0.5, v27999// W32: encoding: [0xf0,0x04,0x36,0x7c]8000// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8001 8002v_cmp_ngt_f32 vcc_lo, src_scc, v28003// W32: encoding: [0xfd,0x04,0x36,0x7c]8004// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8005 8006v_cmp_ngt_f32 vcc_lo, 0xaf123456, v2558007// W32: encoding: [0xff,0xfe,0x37,0x7c,0x56,0x34,0x12,0xaf]8008// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8009 8010v_cmp_ngt_f32 vcc, v1, v28011// W64: encoding: [0x01,0x05,0x36,0x7c]8012// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8013 8014v_cmp_ngt_f32 vcc, v255, v28015// W64: encoding: [0xff,0x05,0x36,0x7c]8016// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8017 8018v_cmp_ngt_f32 vcc, s1, v28019// W64: encoding: [0x01,0x04,0x36,0x7c]8020// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8021 8022v_cmp_ngt_f32 vcc, s105, v28023// W64: encoding: [0x69,0x04,0x36,0x7c]8024// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8025 8026v_cmp_ngt_f32 vcc, vcc_lo, v28027// W64: encoding: [0x6a,0x04,0x36,0x7c]8028// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8029 8030v_cmp_ngt_f32 vcc, vcc_hi, v28031// W64: encoding: [0x6b,0x04,0x36,0x7c]8032// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8033 8034v_cmp_ngt_f32 vcc, ttmp15, v28035// W64: encoding: [0x7b,0x04,0x36,0x7c]8036// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8037 8038v_cmp_ngt_f32 vcc, m0, v28039// W64: encoding: [0x7d,0x04,0x36,0x7c]8040// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8041 8042v_cmp_ngt_f32 vcc, exec_lo, v28043// W64: encoding: [0x7e,0x04,0x36,0x7c]8044// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8045 8046v_cmp_ngt_f32 vcc, exec_hi, v28047// W64: encoding: [0x7f,0x04,0x36,0x7c]8048// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8049 8050v_cmp_ngt_f32 vcc, null, v28051// W64: encoding: [0x7c,0x04,0x36,0x7c]8052// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8053 8054v_cmp_ngt_f32 vcc, -1, v28055// W64: encoding: [0xc1,0x04,0x36,0x7c]8056// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8057 8058v_cmp_ngt_f32 vcc, 0.5, v28059// W64: encoding: [0xf0,0x04,0x36,0x7c]8060// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8061 8062v_cmp_ngt_f32 vcc, src_scc, v28063// W64: encoding: [0xfd,0x04,0x36,0x7c]8064// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8065 8066v_cmp_ngt_f32 vcc, 0xaf123456, v2558067// W64: encoding: [0xff,0xfe,0x37,0x7c,0x56,0x34,0x12,0xaf]8068// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8069 8070v_cmp_ngt_f64 vcc_lo, v[1:2], v[2:3]8071// W32: encoding: [0x01,0x05,0x56,0x7c]8072// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8073 8074v_cmp_ngt_f64 vcc_lo, v[254:255], v[2:3]8075// W32: encoding: [0xfe,0x05,0x56,0x7c]8076// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8077 8078v_cmp_ngt_f64 vcc_lo, s[2:3], v[2:3]8079// W32: encoding: [0x02,0x04,0x56,0x7c]8080// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8081 8082v_cmp_ngt_f64 vcc_lo, s[104:105], v[2:3]8083// W32: encoding: [0x68,0x04,0x56,0x7c]8084// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8085 8086v_cmp_ngt_f64 vcc_lo, vcc, v[2:3]8087// W32: encoding: [0x6a,0x04,0x56,0x7c]8088// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8089 8090v_cmp_ngt_f64 vcc_lo, ttmp[14:15], v[2:3]8091// W32: encoding: [0x7a,0x04,0x56,0x7c]8092// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8093 8094v_cmp_ngt_f64 vcc_lo, exec, v[2:3]8095// W32: encoding: [0x7e,0x04,0x56,0x7c]8096// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8097 8098v_cmp_ngt_f64 vcc_lo, null, v[2:3]8099// W32: encoding: [0x7c,0x04,0x56,0x7c]8100// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8101 8102v_cmp_ngt_f64 vcc_lo, -1, v[2:3]8103// W32: encoding: [0xc1,0x04,0x56,0x7c]8104// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8105 8106v_cmp_ngt_f64 vcc_lo, 0.5, v[2:3]8107// W32: encoding: [0xf0,0x04,0x56,0x7c]8108// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8109 8110v_cmp_ngt_f64 vcc_lo, src_scc, v[2:3]8111// W32: encoding: [0xfd,0x04,0x56,0x7c]8112// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8113 8114v_cmp_ngt_f64 vcc_lo, 0xaf123456, v[254:255]8115// W32: encoding: [0xff,0xfc,0x57,0x7c,0x56,0x34,0x12,0xaf]8116// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8117 8118v_cmp_ngt_f64 vcc, v[1:2], v[2:3]8119// W64: encoding: [0x01,0x05,0x56,0x7c]8120// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8121 8122v_cmp_ngt_f64 vcc, v[254:255], v[2:3]8123// W64: encoding: [0xfe,0x05,0x56,0x7c]8124// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8125 8126v_cmp_ngt_f64 vcc, s[2:3], v[2:3]8127// W64: encoding: [0x02,0x04,0x56,0x7c]8128// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8129 8130v_cmp_ngt_f64 vcc, s[104:105], v[2:3]8131// W64: encoding: [0x68,0x04,0x56,0x7c]8132// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8133 8134v_cmp_ngt_f64 vcc, vcc, v[2:3]8135// W64: encoding: [0x6a,0x04,0x56,0x7c]8136// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8137 8138v_cmp_ngt_f64 vcc, ttmp[14:15], v[2:3]8139// W64: encoding: [0x7a,0x04,0x56,0x7c]8140// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8141 8142v_cmp_ngt_f64 vcc, exec, v[2:3]8143// W64: encoding: [0x7e,0x04,0x56,0x7c]8144// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8145 8146v_cmp_ngt_f64 vcc, null, v[2:3]8147// W64: encoding: [0x7c,0x04,0x56,0x7c]8148// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8149 8150v_cmp_ngt_f64 vcc, -1, v[2:3]8151// W64: encoding: [0xc1,0x04,0x56,0x7c]8152// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8153 8154v_cmp_ngt_f64 vcc, 0.5, v[2:3]8155// W64: encoding: [0xf0,0x04,0x56,0x7c]8156// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8157 8158v_cmp_ngt_f64 vcc, src_scc, v[2:3]8159// W64: encoding: [0xfd,0x04,0x56,0x7c]8160// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8161 8162v_cmp_ngt_f64 vcc, 0xaf123456, v[254:255]8163// W64: encoding: [0xff,0xfc,0x57,0x7c,0x56,0x34,0x12,0xaf]8164// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8165 8166v_cmp_nle_f16 vcc_lo, v1, v28167// W32: encoding: [0x01,0x05,0x18,0x7c]8168// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8169 8170v_cmp_nle_f16 vcc_lo, v127, v28171// W32: encoding: [0x7f,0x05,0x18,0x7c]8172// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8173 8174v_cmp_nle_f16 vcc_lo, s1, v28175// W32: encoding: [0x01,0x04,0x18,0x7c]8176// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8177 8178v_cmp_nle_f16 vcc_lo, s105, v28179// W32: encoding: [0x69,0x04,0x18,0x7c]8180// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8181 8182v_cmp_nle_f16 vcc_lo, vcc_lo, v28183// W32: encoding: [0x6a,0x04,0x18,0x7c]8184// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8185 8186v_cmp_nle_f16 vcc_lo, vcc_hi, v28187// W32: encoding: [0x6b,0x04,0x18,0x7c]8188// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8189 8190v_cmp_nle_f16 vcc_lo, ttmp15, v28191// W32: encoding: [0x7b,0x04,0x18,0x7c]8192// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8193 8194v_cmp_nle_f16 vcc_lo, m0, v28195// W32: encoding: [0x7d,0x04,0x18,0x7c]8196// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8197 8198v_cmp_nle_f16 vcc_lo, exec_lo, v28199// W32: encoding: [0x7e,0x04,0x18,0x7c]8200// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8201 8202v_cmp_nle_f16 vcc_lo, exec_hi, v28203// W32: encoding: [0x7f,0x04,0x18,0x7c]8204// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8205 8206v_cmp_nle_f16 vcc_lo, null, v28207// W32: encoding: [0x7c,0x04,0x18,0x7c]8208// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8209 8210v_cmp_nle_f16 vcc_lo, -1, v28211// W32: encoding: [0xc1,0x04,0x18,0x7c]8212// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8213 8214v_cmp_nle_f16 vcc_lo, 0.5, v28215// W32: encoding: [0xf0,0x04,0x18,0x7c]8216// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8217 8218v_cmp_nle_f16 vcc_lo, src_scc, v28219// W32: encoding: [0xfd,0x04,0x18,0x7c]8220// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8221 8222v_cmp_nle_f16 vcc_lo, 0xfe0b, v1278223// W32: encoding: [0xff,0xfe,0x18,0x7c,0x0b,0xfe,0x00,0x00]8224// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8225 8226v_cmp_nle_f16 vcc, v1, v28227// W64: encoding: [0x01,0x05,0x18,0x7c]8228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8229 8230v_cmp_nle_f16 vcc, v127, v28231// W64: encoding: [0x7f,0x05,0x18,0x7c]8232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8233 8234v_cmp_nle_f16 vcc, s1, v28235// W64: encoding: [0x01,0x04,0x18,0x7c]8236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8237 8238v_cmp_nle_f16 vcc, s105, v28239// W64: encoding: [0x69,0x04,0x18,0x7c]8240// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8241 8242v_cmp_nle_f16 vcc, vcc_lo, v28243// W64: encoding: [0x6a,0x04,0x18,0x7c]8244// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8245 8246v_cmp_nle_f16 vcc, vcc_hi, v28247// W64: encoding: [0x6b,0x04,0x18,0x7c]8248// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8249 8250v_cmp_nle_f16 vcc, ttmp15, v28251// W64: encoding: [0x7b,0x04,0x18,0x7c]8252// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8253 8254v_cmp_nle_f16 vcc, m0, v28255// W64: encoding: [0x7d,0x04,0x18,0x7c]8256// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8257 8258v_cmp_nle_f16 vcc, exec_lo, v28259// W64: encoding: [0x7e,0x04,0x18,0x7c]8260// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8261 8262v_cmp_nle_f16 vcc, exec_hi, v28263// W64: encoding: [0x7f,0x04,0x18,0x7c]8264// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8265 8266v_cmp_nle_f16 vcc, null, v28267// W64: encoding: [0x7c,0x04,0x18,0x7c]8268// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8269 8270v_cmp_nle_f16 vcc, -1, v28271// W64: encoding: [0xc1,0x04,0x18,0x7c]8272// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8273 8274v_cmp_nle_f16 vcc, 0.5, v28275// W64: encoding: [0xf0,0x04,0x18,0x7c]8276// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8277 8278v_cmp_nle_f16 vcc, src_scc, v28279// W64: encoding: [0xfd,0x04,0x18,0x7c]8280// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8281 8282v_cmp_nle_f16 vcc, 0xfe0b, v1278283// W64: encoding: [0xff,0xfe,0x18,0x7c,0x0b,0xfe,0x00,0x00]8284// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8285 8286v_cmp_nle_f32 vcc_lo, v1, v28287// W32: encoding: [0x01,0x05,0x38,0x7c]8288// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8289 8290v_cmp_nle_f32 vcc_lo, v255, v28291// W32: encoding: [0xff,0x05,0x38,0x7c]8292// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8293 8294v_cmp_nle_f32 vcc_lo, s1, v28295// W32: encoding: [0x01,0x04,0x38,0x7c]8296// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8297 8298v_cmp_nle_f32 vcc_lo, s105, v28299// W32: encoding: [0x69,0x04,0x38,0x7c]8300// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8301 8302v_cmp_nle_f32 vcc_lo, vcc_lo, v28303// W32: encoding: [0x6a,0x04,0x38,0x7c]8304// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8305 8306v_cmp_nle_f32 vcc_lo, vcc_hi, v28307// W32: encoding: [0x6b,0x04,0x38,0x7c]8308// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8309 8310v_cmp_nle_f32 vcc_lo, ttmp15, v28311// W32: encoding: [0x7b,0x04,0x38,0x7c]8312// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8313 8314v_cmp_nle_f32 vcc_lo, m0, v28315// W32: encoding: [0x7d,0x04,0x38,0x7c]8316// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8317 8318v_cmp_nle_f32 vcc_lo, exec_lo, v28319// W32: encoding: [0x7e,0x04,0x38,0x7c]8320// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8321 8322v_cmp_nle_f32 vcc_lo, exec_hi, v28323// W32: encoding: [0x7f,0x04,0x38,0x7c]8324// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8325 8326v_cmp_nle_f32 vcc_lo, null, v28327// W32: encoding: [0x7c,0x04,0x38,0x7c]8328// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8329 8330v_cmp_nle_f32 vcc_lo, -1, v28331// W32: encoding: [0xc1,0x04,0x38,0x7c]8332// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8333 8334v_cmp_nle_f32 vcc_lo, 0.5, v28335// W32: encoding: [0xf0,0x04,0x38,0x7c]8336// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8337 8338v_cmp_nle_f32 vcc_lo, src_scc, v28339// W32: encoding: [0xfd,0x04,0x38,0x7c]8340// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8341 8342v_cmp_nle_f32 vcc_lo, 0xaf123456, v2558343// W32: encoding: [0xff,0xfe,0x39,0x7c,0x56,0x34,0x12,0xaf]8344// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8345 8346v_cmp_nle_f32 vcc, v1, v28347// W64: encoding: [0x01,0x05,0x38,0x7c]8348// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8349 8350v_cmp_nle_f32 vcc, v255, v28351// W64: encoding: [0xff,0x05,0x38,0x7c]8352// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8353 8354v_cmp_nle_f32 vcc, s1, v28355// W64: encoding: [0x01,0x04,0x38,0x7c]8356// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8357 8358v_cmp_nle_f32 vcc, s105, v28359// W64: encoding: [0x69,0x04,0x38,0x7c]8360// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8361 8362v_cmp_nle_f32 vcc, vcc_lo, v28363// W64: encoding: [0x6a,0x04,0x38,0x7c]8364// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8365 8366v_cmp_nle_f32 vcc, vcc_hi, v28367// W64: encoding: [0x6b,0x04,0x38,0x7c]8368// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8369 8370v_cmp_nle_f32 vcc, ttmp15, v28371// W64: encoding: [0x7b,0x04,0x38,0x7c]8372// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8373 8374v_cmp_nle_f32 vcc, m0, v28375// W64: encoding: [0x7d,0x04,0x38,0x7c]8376// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8377 8378v_cmp_nle_f32 vcc, exec_lo, v28379// W64: encoding: [0x7e,0x04,0x38,0x7c]8380// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8381 8382v_cmp_nle_f32 vcc, exec_hi, v28383// W64: encoding: [0x7f,0x04,0x38,0x7c]8384// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8385 8386v_cmp_nle_f32 vcc, null, v28387// W64: encoding: [0x7c,0x04,0x38,0x7c]8388// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8389 8390v_cmp_nle_f32 vcc, -1, v28391// W64: encoding: [0xc1,0x04,0x38,0x7c]8392// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8393 8394v_cmp_nle_f32 vcc, 0.5, v28395// W64: encoding: [0xf0,0x04,0x38,0x7c]8396// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8397 8398v_cmp_nle_f32 vcc, src_scc, v28399// W64: encoding: [0xfd,0x04,0x38,0x7c]8400// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8401 8402v_cmp_nle_f32 vcc, 0xaf123456, v2558403// W64: encoding: [0xff,0xfe,0x39,0x7c,0x56,0x34,0x12,0xaf]8404// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8405 8406v_cmp_nle_f64 vcc_lo, v[1:2], v[2:3]8407// W32: encoding: [0x01,0x05,0x58,0x7c]8408// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8409 8410v_cmp_nle_f64 vcc_lo, v[254:255], v[2:3]8411// W32: encoding: [0xfe,0x05,0x58,0x7c]8412// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8413 8414v_cmp_nle_f64 vcc_lo, s[2:3], v[2:3]8415// W32: encoding: [0x02,0x04,0x58,0x7c]8416// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8417 8418v_cmp_nle_f64 vcc_lo, s[104:105], v[2:3]8419// W32: encoding: [0x68,0x04,0x58,0x7c]8420// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8421 8422v_cmp_nle_f64 vcc_lo, vcc, v[2:3]8423// W32: encoding: [0x6a,0x04,0x58,0x7c]8424// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8425 8426v_cmp_nle_f64 vcc_lo, ttmp[14:15], v[2:3]8427// W32: encoding: [0x7a,0x04,0x58,0x7c]8428// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8429 8430v_cmp_nle_f64 vcc_lo, exec, v[2:3]8431// W32: encoding: [0x7e,0x04,0x58,0x7c]8432// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8433 8434v_cmp_nle_f64 vcc_lo, null, v[2:3]8435// W32: encoding: [0x7c,0x04,0x58,0x7c]8436// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8437 8438v_cmp_nle_f64 vcc_lo, -1, v[2:3]8439// W32: encoding: [0xc1,0x04,0x58,0x7c]8440// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8441 8442v_cmp_nle_f64 vcc_lo, 0.5, v[2:3]8443// W32: encoding: [0xf0,0x04,0x58,0x7c]8444// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8445 8446v_cmp_nle_f64 vcc_lo, src_scc, v[2:3]8447// W32: encoding: [0xfd,0x04,0x58,0x7c]8448// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8449 8450v_cmp_nle_f64 vcc_lo, 0xaf123456, v[254:255]8451// W32: encoding: [0xff,0xfc,0x59,0x7c,0x56,0x34,0x12,0xaf]8452// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8453 8454v_cmp_nle_f64 vcc, v[1:2], v[2:3]8455// W64: encoding: [0x01,0x05,0x58,0x7c]8456// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8457 8458v_cmp_nle_f64 vcc, v[254:255], v[2:3]8459// W64: encoding: [0xfe,0x05,0x58,0x7c]8460// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8461 8462v_cmp_nle_f64 vcc, s[2:3], v[2:3]8463// W64: encoding: [0x02,0x04,0x58,0x7c]8464// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8465 8466v_cmp_nle_f64 vcc, s[104:105], v[2:3]8467// W64: encoding: [0x68,0x04,0x58,0x7c]8468// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8469 8470v_cmp_nle_f64 vcc, vcc, v[2:3]8471// W64: encoding: [0x6a,0x04,0x58,0x7c]8472// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8473 8474v_cmp_nle_f64 vcc, ttmp[14:15], v[2:3]8475// W64: encoding: [0x7a,0x04,0x58,0x7c]8476// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8477 8478v_cmp_nle_f64 vcc, exec, v[2:3]8479// W64: encoding: [0x7e,0x04,0x58,0x7c]8480// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8481 8482v_cmp_nle_f64 vcc, null, v[2:3]8483// W64: encoding: [0x7c,0x04,0x58,0x7c]8484// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8485 8486v_cmp_nle_f64 vcc, -1, v[2:3]8487// W64: encoding: [0xc1,0x04,0x58,0x7c]8488// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8489 8490v_cmp_nle_f64 vcc, 0.5, v[2:3]8491// W64: encoding: [0xf0,0x04,0x58,0x7c]8492// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8493 8494v_cmp_nle_f64 vcc, src_scc, v[2:3]8495// W64: encoding: [0xfd,0x04,0x58,0x7c]8496// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8497 8498v_cmp_nle_f64 vcc, 0xaf123456, v[254:255]8499// W64: encoding: [0xff,0xfc,0x59,0x7c,0x56,0x34,0x12,0xaf]8500// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8501 8502v_cmp_nlg_f16 vcc_lo, v1, v28503// W32: encoding: [0x01,0x05,0x14,0x7c]8504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8505 8506v_cmp_nlg_f16 vcc_lo, v127, v28507// W32: encoding: [0x7f,0x05,0x14,0x7c]8508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8509 8510v_cmp_nlg_f16 vcc_lo, s1, v28511// W32: encoding: [0x01,0x04,0x14,0x7c]8512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8513 8514v_cmp_nlg_f16 vcc_lo, s105, v28515// W32: encoding: [0x69,0x04,0x14,0x7c]8516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8517 8518v_cmp_nlg_f16 vcc_lo, vcc_lo, v28519// W32: encoding: [0x6a,0x04,0x14,0x7c]8520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8521 8522v_cmp_nlg_f16 vcc_lo, vcc_hi, v28523// W32: encoding: [0x6b,0x04,0x14,0x7c]8524// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8525 8526v_cmp_nlg_f16 vcc_lo, ttmp15, v28527// W32: encoding: [0x7b,0x04,0x14,0x7c]8528// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8529 8530v_cmp_nlg_f16 vcc_lo, m0, v28531// W32: encoding: [0x7d,0x04,0x14,0x7c]8532// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8533 8534v_cmp_nlg_f16 vcc_lo, exec_lo, v28535// W32: encoding: [0x7e,0x04,0x14,0x7c]8536// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8537 8538v_cmp_nlg_f16 vcc_lo, exec_hi, v28539// W32: encoding: [0x7f,0x04,0x14,0x7c]8540// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8541 8542v_cmp_nlg_f16 vcc_lo, null, v28543// W32: encoding: [0x7c,0x04,0x14,0x7c]8544// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8545 8546v_cmp_nlg_f16 vcc_lo, -1, v28547// W32: encoding: [0xc1,0x04,0x14,0x7c]8548// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8549 8550v_cmp_nlg_f16 vcc_lo, 0.5, v28551// W32: encoding: [0xf0,0x04,0x14,0x7c]8552// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8553 8554v_cmp_nlg_f16 vcc_lo, src_scc, v28555// W32: encoding: [0xfd,0x04,0x14,0x7c]8556// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8557 8558v_cmp_nlg_f16 vcc_lo, 0xfe0b, v1278559// W32: encoding: [0xff,0xfe,0x14,0x7c,0x0b,0xfe,0x00,0x00]8560// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8561 8562v_cmp_nlg_f16 vcc, v1, v28563// W64: encoding: [0x01,0x05,0x14,0x7c]8564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8565 8566v_cmp_nlg_f16 vcc, v127, v28567// W64: encoding: [0x7f,0x05,0x14,0x7c]8568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8569 8570v_cmp_nlg_f16 vcc, s1, v28571// W64: encoding: [0x01,0x04,0x14,0x7c]8572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8573 8574v_cmp_nlg_f16 vcc, s105, v28575// W64: encoding: [0x69,0x04,0x14,0x7c]8576// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8577 8578v_cmp_nlg_f16 vcc, vcc_lo, v28579// W64: encoding: [0x6a,0x04,0x14,0x7c]8580// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8581 8582v_cmp_nlg_f16 vcc, vcc_hi, v28583// W64: encoding: [0x6b,0x04,0x14,0x7c]8584// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8585 8586v_cmp_nlg_f16 vcc, ttmp15, v28587// W64: encoding: [0x7b,0x04,0x14,0x7c]8588// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8589 8590v_cmp_nlg_f16 vcc, m0, v28591// W64: encoding: [0x7d,0x04,0x14,0x7c]8592// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8593 8594v_cmp_nlg_f16 vcc, exec_lo, v28595// W64: encoding: [0x7e,0x04,0x14,0x7c]8596// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8597 8598v_cmp_nlg_f16 vcc, exec_hi, v28599// W64: encoding: [0x7f,0x04,0x14,0x7c]8600// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8601 8602v_cmp_nlg_f16 vcc, null, v28603// W64: encoding: [0x7c,0x04,0x14,0x7c]8604// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8605 8606v_cmp_nlg_f16 vcc, -1, v28607// W64: encoding: [0xc1,0x04,0x14,0x7c]8608// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8609 8610v_cmp_nlg_f16 vcc, 0.5, v28611// W64: encoding: [0xf0,0x04,0x14,0x7c]8612// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8613 8614v_cmp_nlg_f16 vcc, src_scc, v28615// W64: encoding: [0xfd,0x04,0x14,0x7c]8616// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8617 8618v_cmp_nlg_f16 vcc, 0xfe0b, v1278619// W64: encoding: [0xff,0xfe,0x14,0x7c,0x0b,0xfe,0x00,0x00]8620// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8621 8622v_cmp_nlg_f32 vcc_lo, v1, v28623// W32: encoding: [0x01,0x05,0x34,0x7c]8624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8625 8626v_cmp_nlg_f32 vcc_lo, v255, v28627// W32: encoding: [0xff,0x05,0x34,0x7c]8628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8629 8630v_cmp_nlg_f32 vcc_lo, s1, v28631// W32: encoding: [0x01,0x04,0x34,0x7c]8632// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8633 8634v_cmp_nlg_f32 vcc_lo, s105, v28635// W32: encoding: [0x69,0x04,0x34,0x7c]8636// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8637 8638v_cmp_nlg_f32 vcc_lo, vcc_lo, v28639// W32: encoding: [0x6a,0x04,0x34,0x7c]8640// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8641 8642v_cmp_nlg_f32 vcc_lo, vcc_hi, v28643// W32: encoding: [0x6b,0x04,0x34,0x7c]8644// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8645 8646v_cmp_nlg_f32 vcc_lo, ttmp15, v28647// W32: encoding: [0x7b,0x04,0x34,0x7c]8648// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8649 8650v_cmp_nlg_f32 vcc_lo, m0, v28651// W32: encoding: [0x7d,0x04,0x34,0x7c]8652// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8653 8654v_cmp_nlg_f32 vcc_lo, exec_lo, v28655// W32: encoding: [0x7e,0x04,0x34,0x7c]8656// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8657 8658v_cmp_nlg_f32 vcc_lo, exec_hi, v28659// W32: encoding: [0x7f,0x04,0x34,0x7c]8660// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8661 8662v_cmp_nlg_f32 vcc_lo, null, v28663// W32: encoding: [0x7c,0x04,0x34,0x7c]8664// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8665 8666v_cmp_nlg_f32 vcc_lo, -1, v28667// W32: encoding: [0xc1,0x04,0x34,0x7c]8668// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8669 8670v_cmp_nlg_f32 vcc_lo, 0.5, v28671// W32: encoding: [0xf0,0x04,0x34,0x7c]8672// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8673 8674v_cmp_nlg_f32 vcc_lo, src_scc, v28675// W32: encoding: [0xfd,0x04,0x34,0x7c]8676// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8677 8678v_cmp_nlg_f32 vcc_lo, 0xaf123456, v2558679// W32: encoding: [0xff,0xfe,0x35,0x7c,0x56,0x34,0x12,0xaf]8680// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8681 8682v_cmp_nlg_f32 vcc, v1, v28683// W64: encoding: [0x01,0x05,0x34,0x7c]8684// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8685 8686v_cmp_nlg_f32 vcc, v255, v28687// W64: encoding: [0xff,0x05,0x34,0x7c]8688// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8689 8690v_cmp_nlg_f32 vcc, s1, v28691// W64: encoding: [0x01,0x04,0x34,0x7c]8692// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8693 8694v_cmp_nlg_f32 vcc, s105, v28695// W64: encoding: [0x69,0x04,0x34,0x7c]8696// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8697 8698v_cmp_nlg_f32 vcc, vcc_lo, v28699// W64: encoding: [0x6a,0x04,0x34,0x7c]8700// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8701 8702v_cmp_nlg_f32 vcc, vcc_hi, v28703// W64: encoding: [0x6b,0x04,0x34,0x7c]8704// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8705 8706v_cmp_nlg_f32 vcc, ttmp15, v28707// W64: encoding: [0x7b,0x04,0x34,0x7c]8708// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8709 8710v_cmp_nlg_f32 vcc, m0, v28711// W64: encoding: [0x7d,0x04,0x34,0x7c]8712// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8713 8714v_cmp_nlg_f32 vcc, exec_lo, v28715// W64: encoding: [0x7e,0x04,0x34,0x7c]8716// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8717 8718v_cmp_nlg_f32 vcc, exec_hi, v28719// W64: encoding: [0x7f,0x04,0x34,0x7c]8720// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8721 8722v_cmp_nlg_f32 vcc, null, v28723// W64: encoding: [0x7c,0x04,0x34,0x7c]8724// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8725 8726v_cmp_nlg_f32 vcc, -1, v28727// W64: encoding: [0xc1,0x04,0x34,0x7c]8728// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8729 8730v_cmp_nlg_f32 vcc, 0.5, v28731// W64: encoding: [0xf0,0x04,0x34,0x7c]8732// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8733 8734v_cmp_nlg_f32 vcc, src_scc, v28735// W64: encoding: [0xfd,0x04,0x34,0x7c]8736// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8737 8738v_cmp_nlg_f32 vcc, 0xaf123456, v2558739// W64: encoding: [0xff,0xfe,0x35,0x7c,0x56,0x34,0x12,0xaf]8740// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8741 8742v_cmp_nlg_f64 vcc_lo, v[1:2], v[2:3]8743// W32: encoding: [0x01,0x05,0x54,0x7c]8744// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8745 8746v_cmp_nlg_f64 vcc_lo, v[254:255], v[2:3]8747// W32: encoding: [0xfe,0x05,0x54,0x7c]8748// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8749 8750v_cmp_nlg_f64 vcc_lo, s[2:3], v[2:3]8751// W32: encoding: [0x02,0x04,0x54,0x7c]8752// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8753 8754v_cmp_nlg_f64 vcc_lo, s[104:105], v[2:3]8755// W32: encoding: [0x68,0x04,0x54,0x7c]8756// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8757 8758v_cmp_nlg_f64 vcc_lo, vcc, v[2:3]8759// W32: encoding: [0x6a,0x04,0x54,0x7c]8760// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8761 8762v_cmp_nlg_f64 vcc_lo, ttmp[14:15], v[2:3]8763// W32: encoding: [0x7a,0x04,0x54,0x7c]8764// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8765 8766v_cmp_nlg_f64 vcc_lo, exec, v[2:3]8767// W32: encoding: [0x7e,0x04,0x54,0x7c]8768// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8769 8770v_cmp_nlg_f64 vcc_lo, null, v[2:3]8771// W32: encoding: [0x7c,0x04,0x54,0x7c]8772// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8773 8774v_cmp_nlg_f64 vcc_lo, -1, v[2:3]8775// W32: encoding: [0xc1,0x04,0x54,0x7c]8776// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8777 8778v_cmp_nlg_f64 vcc_lo, 0.5, v[2:3]8779// W32: encoding: [0xf0,0x04,0x54,0x7c]8780// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8781 8782v_cmp_nlg_f64 vcc_lo, src_scc, v[2:3]8783// W32: encoding: [0xfd,0x04,0x54,0x7c]8784// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8785 8786v_cmp_nlg_f64 vcc_lo, 0xaf123456, v[254:255]8787// W32: encoding: [0xff,0xfc,0x55,0x7c,0x56,0x34,0x12,0xaf]8788// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8789 8790v_cmp_nlg_f64 vcc, v[1:2], v[2:3]8791// W64: encoding: [0x01,0x05,0x54,0x7c]8792// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8793 8794v_cmp_nlg_f64 vcc, v[254:255], v[2:3]8795// W64: encoding: [0xfe,0x05,0x54,0x7c]8796// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8797 8798v_cmp_nlg_f64 vcc, s[2:3], v[2:3]8799// W64: encoding: [0x02,0x04,0x54,0x7c]8800// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8801 8802v_cmp_nlg_f64 vcc, s[104:105], v[2:3]8803// W64: encoding: [0x68,0x04,0x54,0x7c]8804// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8805 8806v_cmp_nlg_f64 vcc, vcc, v[2:3]8807// W64: encoding: [0x6a,0x04,0x54,0x7c]8808// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8809 8810v_cmp_nlg_f64 vcc, ttmp[14:15], v[2:3]8811// W64: encoding: [0x7a,0x04,0x54,0x7c]8812// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8813 8814v_cmp_nlg_f64 vcc, exec, v[2:3]8815// W64: encoding: [0x7e,0x04,0x54,0x7c]8816// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8817 8818v_cmp_nlg_f64 vcc, null, v[2:3]8819// W64: encoding: [0x7c,0x04,0x54,0x7c]8820// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8821 8822v_cmp_nlg_f64 vcc, -1, v[2:3]8823// W64: encoding: [0xc1,0x04,0x54,0x7c]8824// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8825 8826v_cmp_nlg_f64 vcc, 0.5, v[2:3]8827// W64: encoding: [0xf0,0x04,0x54,0x7c]8828// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8829 8830v_cmp_nlg_f64 vcc, src_scc, v[2:3]8831// W64: encoding: [0xfd,0x04,0x54,0x7c]8832// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8833 8834v_cmp_nlg_f64 vcc, 0xaf123456, v[254:255]8835// W64: encoding: [0xff,0xfc,0x55,0x7c,0x56,0x34,0x12,0xaf]8836// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8837 8838v_cmp_nlt_f16 vcc_lo, v1, v28839// W32: encoding: [0x01,0x05,0x1c,0x7c]8840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8841 8842v_cmp_nlt_f16 vcc_lo, v127, v28843// W32: encoding: [0x7f,0x05,0x1c,0x7c]8844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8845 8846v_cmp_nlt_f16 vcc_lo, s1, v28847// W32: encoding: [0x01,0x04,0x1c,0x7c]8848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8849 8850v_cmp_nlt_f16 vcc_lo, s105, v28851// W32: encoding: [0x69,0x04,0x1c,0x7c]8852// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8853 8854v_cmp_nlt_f16 vcc_lo, vcc_lo, v28855// W32: encoding: [0x6a,0x04,0x1c,0x7c]8856// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8857 8858v_cmp_nlt_f16 vcc_lo, vcc_hi, v28859// W32: encoding: [0x6b,0x04,0x1c,0x7c]8860// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8861 8862v_cmp_nlt_f16 vcc_lo, ttmp15, v28863// W32: encoding: [0x7b,0x04,0x1c,0x7c]8864// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8865 8866v_cmp_nlt_f16 vcc_lo, m0, v28867// W32: encoding: [0x7d,0x04,0x1c,0x7c]8868// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8869 8870v_cmp_nlt_f16 vcc_lo, exec_lo, v28871// W32: encoding: [0x7e,0x04,0x1c,0x7c]8872// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8873 8874v_cmp_nlt_f16 vcc_lo, exec_hi, v28875// W32: encoding: [0x7f,0x04,0x1c,0x7c]8876// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8877 8878v_cmp_nlt_f16 vcc_lo, null, v28879// W32: encoding: [0x7c,0x04,0x1c,0x7c]8880// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8881 8882v_cmp_nlt_f16 vcc_lo, -1, v28883// W32: encoding: [0xc1,0x04,0x1c,0x7c]8884// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8885 8886v_cmp_nlt_f16 vcc_lo, 0.5, v28887// W32: encoding: [0xf0,0x04,0x1c,0x7c]8888// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8889 8890v_cmp_nlt_f16 vcc_lo, src_scc, v28891// W32: encoding: [0xfd,0x04,0x1c,0x7c]8892// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8893 8894v_cmp_nlt_f16 vcc_lo, 0xfe0b, v1278895// W32: encoding: [0xff,0xfe,0x1c,0x7c,0x0b,0xfe,0x00,0x00]8896// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8897 8898v_cmp_nlt_f16 vcc, v1, v28899// W64: encoding: [0x01,0x05,0x1c,0x7c]8900// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8901 8902v_cmp_nlt_f16 vcc, v127, v28903// W64: encoding: [0x7f,0x05,0x1c,0x7c]8904// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8905 8906v_cmp_nlt_f16 vcc, s1, v28907// W64: encoding: [0x01,0x04,0x1c,0x7c]8908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8909 8910v_cmp_nlt_f16 vcc, s105, v28911// W64: encoding: [0x69,0x04,0x1c,0x7c]8912// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8913 8914v_cmp_nlt_f16 vcc, vcc_lo, v28915// W64: encoding: [0x6a,0x04,0x1c,0x7c]8916// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8917 8918v_cmp_nlt_f16 vcc, vcc_hi, v28919// W64: encoding: [0x6b,0x04,0x1c,0x7c]8920// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8921 8922v_cmp_nlt_f16 vcc, ttmp15, v28923// W64: encoding: [0x7b,0x04,0x1c,0x7c]8924// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8925 8926v_cmp_nlt_f16 vcc, m0, v28927// W64: encoding: [0x7d,0x04,0x1c,0x7c]8928// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8929 8930v_cmp_nlt_f16 vcc, exec_lo, v28931// W64: encoding: [0x7e,0x04,0x1c,0x7c]8932// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8933 8934v_cmp_nlt_f16 vcc, exec_hi, v28935// W64: encoding: [0x7f,0x04,0x1c,0x7c]8936// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8937 8938v_cmp_nlt_f16 vcc, null, v28939// W64: encoding: [0x7c,0x04,0x1c,0x7c]8940// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8941 8942v_cmp_nlt_f16 vcc, -1, v28943// W64: encoding: [0xc1,0x04,0x1c,0x7c]8944// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8945 8946v_cmp_nlt_f16 vcc, 0.5, v28947// W64: encoding: [0xf0,0x04,0x1c,0x7c]8948// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8949 8950v_cmp_nlt_f16 vcc, src_scc, v28951// W64: encoding: [0xfd,0x04,0x1c,0x7c]8952// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8953 8954v_cmp_nlt_f16 vcc, 0xfe0b, v1278955// W64: encoding: [0xff,0xfe,0x1c,0x7c,0x0b,0xfe,0x00,0x00]8956// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8957 8958v_cmp_nlt_f32 vcc_lo, v1, v28959// W32: encoding: [0x01,0x05,0x3c,0x7c]8960// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8961 8962v_cmp_nlt_f32 vcc_lo, v255, v28963// W32: encoding: [0xff,0x05,0x3c,0x7c]8964// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8965 8966v_cmp_nlt_f32 vcc_lo, s1, v28967// W32: encoding: [0x01,0x04,0x3c,0x7c]8968// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8969 8970v_cmp_nlt_f32 vcc_lo, s105, v28971// W32: encoding: [0x69,0x04,0x3c,0x7c]8972// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8973 8974v_cmp_nlt_f32 vcc_lo, vcc_lo, v28975// W32: encoding: [0x6a,0x04,0x3c,0x7c]8976// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8977 8978v_cmp_nlt_f32 vcc_lo, vcc_hi, v28979// W32: encoding: [0x6b,0x04,0x3c,0x7c]8980// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8981 8982v_cmp_nlt_f32 vcc_lo, ttmp15, v28983// W32: encoding: [0x7b,0x04,0x3c,0x7c]8984// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8985 8986v_cmp_nlt_f32 vcc_lo, m0, v28987// W32: encoding: [0x7d,0x04,0x3c,0x7c]8988// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8989 8990v_cmp_nlt_f32 vcc_lo, exec_lo, v28991// W32: encoding: [0x7e,0x04,0x3c,0x7c]8992// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8993 8994v_cmp_nlt_f32 vcc_lo, exec_hi, v28995// W32: encoding: [0x7f,0x04,0x3c,0x7c]8996// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode8997 8998v_cmp_nlt_f32 vcc_lo, null, v28999// W32: encoding: [0x7c,0x04,0x3c,0x7c]9000// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9001 9002v_cmp_nlt_f32 vcc_lo, -1, v29003// W32: encoding: [0xc1,0x04,0x3c,0x7c]9004// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9005 9006v_cmp_nlt_f32 vcc_lo, 0.5, v29007// W32: encoding: [0xf0,0x04,0x3c,0x7c]9008// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9009 9010v_cmp_nlt_f32 vcc_lo, src_scc, v29011// W32: encoding: [0xfd,0x04,0x3c,0x7c]9012// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9013 9014v_cmp_nlt_f32 vcc_lo, 0xaf123456, v2559015// W32: encoding: [0xff,0xfe,0x3d,0x7c,0x56,0x34,0x12,0xaf]9016// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9017 9018v_cmp_nlt_f32 vcc, v1, v29019// W64: encoding: [0x01,0x05,0x3c,0x7c]9020// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9021 9022v_cmp_nlt_f32 vcc, v255, v29023// W64: encoding: [0xff,0x05,0x3c,0x7c]9024// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9025 9026v_cmp_nlt_f32 vcc, s1, v29027// W64: encoding: [0x01,0x04,0x3c,0x7c]9028// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9029 9030v_cmp_nlt_f32 vcc, s105, v29031// W64: encoding: [0x69,0x04,0x3c,0x7c]9032// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9033 9034v_cmp_nlt_f32 vcc, vcc_lo, v29035// W64: encoding: [0x6a,0x04,0x3c,0x7c]9036// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9037 9038v_cmp_nlt_f32 vcc, vcc_hi, v29039// W64: encoding: [0x6b,0x04,0x3c,0x7c]9040// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9041 9042v_cmp_nlt_f32 vcc, ttmp15, v29043// W64: encoding: [0x7b,0x04,0x3c,0x7c]9044// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9045 9046v_cmp_nlt_f32 vcc, m0, v29047// W64: encoding: [0x7d,0x04,0x3c,0x7c]9048// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9049 9050v_cmp_nlt_f32 vcc, exec_lo, v29051// W64: encoding: [0x7e,0x04,0x3c,0x7c]9052// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9053 9054v_cmp_nlt_f32 vcc, exec_hi, v29055// W64: encoding: [0x7f,0x04,0x3c,0x7c]9056// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9057 9058v_cmp_nlt_f32 vcc, null, v29059// W64: encoding: [0x7c,0x04,0x3c,0x7c]9060// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9061 9062v_cmp_nlt_f32 vcc, -1, v29063// W64: encoding: [0xc1,0x04,0x3c,0x7c]9064// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9065 9066v_cmp_nlt_f32 vcc, 0.5, v29067// W64: encoding: [0xf0,0x04,0x3c,0x7c]9068// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9069 9070v_cmp_nlt_f32 vcc, src_scc, v29071// W64: encoding: [0xfd,0x04,0x3c,0x7c]9072// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9073 9074v_cmp_nlt_f32 vcc, 0xaf123456, v2559075// W64: encoding: [0xff,0xfe,0x3d,0x7c,0x56,0x34,0x12,0xaf]9076// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9077 9078v_cmp_nlt_f64 vcc_lo, v[1:2], v[2:3]9079// W32: encoding: [0x01,0x05,0x5c,0x7c]9080// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9081 9082v_cmp_nlt_f64 vcc_lo, v[254:255], v[2:3]9083// W32: encoding: [0xfe,0x05,0x5c,0x7c]9084// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9085 9086v_cmp_nlt_f64 vcc_lo, s[2:3], v[2:3]9087// W32: encoding: [0x02,0x04,0x5c,0x7c]9088// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9089 9090v_cmp_nlt_f64 vcc_lo, s[104:105], v[2:3]9091// W32: encoding: [0x68,0x04,0x5c,0x7c]9092// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9093 9094v_cmp_nlt_f64 vcc_lo, vcc, v[2:3]9095// W32: encoding: [0x6a,0x04,0x5c,0x7c]9096// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9097 9098v_cmp_nlt_f64 vcc_lo, ttmp[14:15], v[2:3]9099// W32: encoding: [0x7a,0x04,0x5c,0x7c]9100// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9101 9102v_cmp_nlt_f64 vcc_lo, exec, v[2:3]9103// W32: encoding: [0x7e,0x04,0x5c,0x7c]9104// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9105 9106v_cmp_nlt_f64 vcc_lo, null, v[2:3]9107// W32: encoding: [0x7c,0x04,0x5c,0x7c]9108// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9109 9110v_cmp_nlt_f64 vcc_lo, -1, v[2:3]9111// W32: encoding: [0xc1,0x04,0x5c,0x7c]9112// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9113 9114v_cmp_nlt_f64 vcc_lo, 0.5, v[2:3]9115// W32: encoding: [0xf0,0x04,0x5c,0x7c]9116// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9117 9118v_cmp_nlt_f64 vcc_lo, src_scc, v[2:3]9119// W32: encoding: [0xfd,0x04,0x5c,0x7c]9120// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9121 9122v_cmp_nlt_f64 vcc_lo, 0xaf123456, v[254:255]9123// W32: encoding: [0xff,0xfc,0x5d,0x7c,0x56,0x34,0x12,0xaf]9124// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9125 9126v_cmp_nlt_f64 vcc, v[1:2], v[2:3]9127// W64: encoding: [0x01,0x05,0x5c,0x7c]9128// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9129 9130v_cmp_nlt_f64 vcc, v[254:255], v[2:3]9131// W64: encoding: [0xfe,0x05,0x5c,0x7c]9132// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9133 9134v_cmp_nlt_f64 vcc, s[2:3], v[2:3]9135// W64: encoding: [0x02,0x04,0x5c,0x7c]9136// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9137 9138v_cmp_nlt_f64 vcc, s[104:105], v[2:3]9139// W64: encoding: [0x68,0x04,0x5c,0x7c]9140// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9141 9142v_cmp_nlt_f64 vcc, vcc, v[2:3]9143// W64: encoding: [0x6a,0x04,0x5c,0x7c]9144// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9145 9146v_cmp_nlt_f64 vcc, ttmp[14:15], v[2:3]9147// W64: encoding: [0x7a,0x04,0x5c,0x7c]9148// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9149 9150v_cmp_nlt_f64 vcc, exec, v[2:3]9151// W64: encoding: [0x7e,0x04,0x5c,0x7c]9152// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9153 9154v_cmp_nlt_f64 vcc, null, v[2:3]9155// W64: encoding: [0x7c,0x04,0x5c,0x7c]9156// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9157 9158v_cmp_nlt_f64 vcc, -1, v[2:3]9159// W64: encoding: [0xc1,0x04,0x5c,0x7c]9160// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9161 9162v_cmp_nlt_f64 vcc, 0.5, v[2:3]9163// W64: encoding: [0xf0,0x04,0x5c,0x7c]9164// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9165 9166v_cmp_nlt_f64 vcc, src_scc, v[2:3]9167// W64: encoding: [0xfd,0x04,0x5c,0x7c]9168// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9169 9170v_cmp_nlt_f64 vcc, 0xaf123456, v[254:255]9171// W64: encoding: [0xff,0xfc,0x5d,0x7c,0x56,0x34,0x12,0xaf]9172// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9173 9174v_cmp_o_f16 vcc_lo, v1, v29175// W32: encoding: [0x01,0x05,0x0e,0x7c]9176// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9177 9178v_cmp_o_f16 vcc_lo, v127, v29179// W32: encoding: [0x7f,0x05,0x0e,0x7c]9180// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9181 9182v_cmp_o_f16 vcc_lo, s1, v29183// W32: encoding: [0x01,0x04,0x0e,0x7c]9184// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9185 9186v_cmp_o_f16 vcc_lo, s105, v29187// W32: encoding: [0x69,0x04,0x0e,0x7c]9188// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9189 9190v_cmp_o_f16 vcc_lo, vcc_lo, v29191// W32: encoding: [0x6a,0x04,0x0e,0x7c]9192// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9193 9194v_cmp_o_f16 vcc_lo, vcc_hi, v29195// W32: encoding: [0x6b,0x04,0x0e,0x7c]9196// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9197 9198v_cmp_o_f16 vcc_lo, ttmp15, v29199// W32: encoding: [0x7b,0x04,0x0e,0x7c]9200// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9201 9202v_cmp_o_f16 vcc_lo, m0, v29203// W32: encoding: [0x7d,0x04,0x0e,0x7c]9204// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9205 9206v_cmp_o_f16 vcc_lo, exec_lo, v29207// W32: encoding: [0x7e,0x04,0x0e,0x7c]9208// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9209 9210v_cmp_o_f16 vcc_lo, exec_hi, v29211// W32: encoding: [0x7f,0x04,0x0e,0x7c]9212// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9213 9214v_cmp_o_f16 vcc_lo, null, v29215// W32: encoding: [0x7c,0x04,0x0e,0x7c]9216// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9217 9218v_cmp_o_f16 vcc_lo, -1, v29219// W32: encoding: [0xc1,0x04,0x0e,0x7c]9220// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9221 9222v_cmp_o_f16 vcc_lo, 0.5, v29223// W32: encoding: [0xf0,0x04,0x0e,0x7c]9224// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9225 9226v_cmp_o_f16 vcc_lo, src_scc, v29227// W32: encoding: [0xfd,0x04,0x0e,0x7c]9228// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9229 9230v_cmp_o_f16 vcc_lo, 0xfe0b, v1279231// W32: encoding: [0xff,0xfe,0x0e,0x7c,0x0b,0xfe,0x00,0x00]9232// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9233 9234v_cmp_o_f16 vcc, v1, v29235// W64: encoding: [0x01,0x05,0x0e,0x7c]9236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9237 9238v_cmp_o_f16 vcc, v127, v29239// W64: encoding: [0x7f,0x05,0x0e,0x7c]9240// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9241 9242v_cmp_o_f16 vcc, s1, v29243// W64: encoding: [0x01,0x04,0x0e,0x7c]9244// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9245 9246v_cmp_o_f16 vcc, s105, v29247// W64: encoding: [0x69,0x04,0x0e,0x7c]9248// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9249 9250v_cmp_o_f16 vcc, vcc_lo, v29251// W64: encoding: [0x6a,0x04,0x0e,0x7c]9252// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9253 9254v_cmp_o_f16 vcc, vcc_hi, v29255// W64: encoding: [0x6b,0x04,0x0e,0x7c]9256// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9257 9258v_cmp_o_f16 vcc, ttmp15, v29259// W64: encoding: [0x7b,0x04,0x0e,0x7c]9260// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9261 9262v_cmp_o_f16 vcc, m0, v29263// W64: encoding: [0x7d,0x04,0x0e,0x7c]9264// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9265 9266v_cmp_o_f16 vcc, exec_lo, v29267// W64: encoding: [0x7e,0x04,0x0e,0x7c]9268// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9269 9270v_cmp_o_f16 vcc, exec_hi, v29271// W64: encoding: [0x7f,0x04,0x0e,0x7c]9272// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9273 9274v_cmp_o_f16 vcc, null, v29275// W64: encoding: [0x7c,0x04,0x0e,0x7c]9276// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9277 9278v_cmp_o_f16 vcc, -1, v29279// W64: encoding: [0xc1,0x04,0x0e,0x7c]9280// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9281 9282v_cmp_o_f16 vcc, 0.5, v29283// W64: encoding: [0xf0,0x04,0x0e,0x7c]9284// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9285 9286v_cmp_o_f16 vcc, src_scc, v29287// W64: encoding: [0xfd,0x04,0x0e,0x7c]9288// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9289 9290v_cmp_o_f16 vcc, 0xfe0b, v1279291// W64: encoding: [0xff,0xfe,0x0e,0x7c,0x0b,0xfe,0x00,0x00]9292// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9293 9294v_cmp_o_f32 vcc_lo, v1, v29295// W32: encoding: [0x01,0x05,0x2e,0x7c]9296// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9297 9298v_cmp_o_f32 vcc_lo, v255, v29299// W32: encoding: [0xff,0x05,0x2e,0x7c]9300// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9301 9302v_cmp_o_f32 vcc_lo, s1, v29303// W32: encoding: [0x01,0x04,0x2e,0x7c]9304// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9305 9306v_cmp_o_f32 vcc_lo, s105, v29307// W32: encoding: [0x69,0x04,0x2e,0x7c]9308// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9309 9310v_cmp_o_f32 vcc_lo, vcc_lo, v29311// W32: encoding: [0x6a,0x04,0x2e,0x7c]9312// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9313 9314v_cmp_o_f32 vcc_lo, vcc_hi, v29315// W32: encoding: [0x6b,0x04,0x2e,0x7c]9316// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9317 9318v_cmp_o_f32 vcc_lo, ttmp15, v29319// W32: encoding: [0x7b,0x04,0x2e,0x7c]9320// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9321 9322v_cmp_o_f32 vcc_lo, m0, v29323// W32: encoding: [0x7d,0x04,0x2e,0x7c]9324// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9325 9326v_cmp_o_f32 vcc_lo, exec_lo, v29327// W32: encoding: [0x7e,0x04,0x2e,0x7c]9328// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9329 9330v_cmp_o_f32 vcc_lo, exec_hi, v29331// W32: encoding: [0x7f,0x04,0x2e,0x7c]9332// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9333 9334v_cmp_o_f32 vcc_lo, null, v29335// W32: encoding: [0x7c,0x04,0x2e,0x7c]9336// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9337 9338v_cmp_o_f32 vcc_lo, -1, v29339// W32: encoding: [0xc1,0x04,0x2e,0x7c]9340// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9341 9342v_cmp_o_f32 vcc_lo, 0.5, v29343// W32: encoding: [0xf0,0x04,0x2e,0x7c]9344// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9345 9346v_cmp_o_f32 vcc_lo, src_scc, v29347// W32: encoding: [0xfd,0x04,0x2e,0x7c]9348// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9349 9350v_cmp_o_f32 vcc_lo, 0xaf123456, v2559351// W32: encoding: [0xff,0xfe,0x2f,0x7c,0x56,0x34,0x12,0xaf]9352// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9353 9354v_cmp_o_f32 vcc, v1, v29355// W64: encoding: [0x01,0x05,0x2e,0x7c]9356// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9357 9358v_cmp_o_f32 vcc, v255, v29359// W64: encoding: [0xff,0x05,0x2e,0x7c]9360// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9361 9362v_cmp_o_f32 vcc, s1, v29363// W64: encoding: [0x01,0x04,0x2e,0x7c]9364// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9365 9366v_cmp_o_f32 vcc, s105, v29367// W64: encoding: [0x69,0x04,0x2e,0x7c]9368// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9369 9370v_cmp_o_f32 vcc, vcc_lo, v29371// W64: encoding: [0x6a,0x04,0x2e,0x7c]9372// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9373 9374v_cmp_o_f32 vcc, vcc_hi, v29375// W64: encoding: [0x6b,0x04,0x2e,0x7c]9376// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9377 9378v_cmp_o_f32 vcc, ttmp15, v29379// W64: encoding: [0x7b,0x04,0x2e,0x7c]9380// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9381 9382v_cmp_o_f32 vcc, m0, v29383// W64: encoding: [0x7d,0x04,0x2e,0x7c]9384// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9385 9386v_cmp_o_f32 vcc, exec_lo, v29387// W64: encoding: [0x7e,0x04,0x2e,0x7c]9388// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9389 9390v_cmp_o_f32 vcc, exec_hi, v29391// W64: encoding: [0x7f,0x04,0x2e,0x7c]9392// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9393 9394v_cmp_o_f32 vcc, null, v29395// W64: encoding: [0x7c,0x04,0x2e,0x7c]9396// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9397 9398v_cmp_o_f32 vcc, -1, v29399// W64: encoding: [0xc1,0x04,0x2e,0x7c]9400// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9401 9402v_cmp_o_f32 vcc, 0.5, v29403// W64: encoding: [0xf0,0x04,0x2e,0x7c]9404// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9405 9406v_cmp_o_f32 vcc, src_scc, v29407// W64: encoding: [0xfd,0x04,0x2e,0x7c]9408// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9409 9410v_cmp_o_f32 vcc, 0xaf123456, v2559411// W64: encoding: [0xff,0xfe,0x2f,0x7c,0x56,0x34,0x12,0xaf]9412// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9413 9414v_cmp_o_f64 vcc_lo, v[1:2], v[2:3]9415// W32: encoding: [0x01,0x05,0x4e,0x7c]9416// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9417 9418v_cmp_o_f64 vcc_lo, v[254:255], v[2:3]9419// W32: encoding: [0xfe,0x05,0x4e,0x7c]9420// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9421 9422v_cmp_o_f64 vcc_lo, s[2:3], v[2:3]9423// W32: encoding: [0x02,0x04,0x4e,0x7c]9424// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9425 9426v_cmp_o_f64 vcc_lo, s[104:105], v[2:3]9427// W32: encoding: [0x68,0x04,0x4e,0x7c]9428// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9429 9430v_cmp_o_f64 vcc_lo, vcc, v[2:3]9431// W32: encoding: [0x6a,0x04,0x4e,0x7c]9432// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9433 9434v_cmp_o_f64 vcc_lo, ttmp[14:15], v[2:3]9435// W32: encoding: [0x7a,0x04,0x4e,0x7c]9436// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9437 9438v_cmp_o_f64 vcc_lo, exec, v[2:3]9439// W32: encoding: [0x7e,0x04,0x4e,0x7c]9440// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9441 9442v_cmp_o_f64 vcc_lo, null, v[2:3]9443// W32: encoding: [0x7c,0x04,0x4e,0x7c]9444// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9445 9446v_cmp_o_f64 vcc_lo, -1, v[2:3]9447// W32: encoding: [0xc1,0x04,0x4e,0x7c]9448// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9449 9450v_cmp_o_f64 vcc_lo, 0.5, v[2:3]9451// W32: encoding: [0xf0,0x04,0x4e,0x7c]9452// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9453 9454v_cmp_o_f64 vcc_lo, src_scc, v[2:3]9455// W32: encoding: [0xfd,0x04,0x4e,0x7c]9456// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9457 9458v_cmp_o_f64 vcc_lo, 0xaf123456, v[254:255]9459// W32: encoding: [0xff,0xfc,0x4f,0x7c,0x56,0x34,0x12,0xaf]9460// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9461 9462v_cmp_o_f64 vcc, v[1:2], v[2:3]9463// W64: encoding: [0x01,0x05,0x4e,0x7c]9464// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9465 9466v_cmp_o_f64 vcc, v[254:255], v[2:3]9467// W64: encoding: [0xfe,0x05,0x4e,0x7c]9468// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9469 9470v_cmp_o_f64 vcc, s[2:3], v[2:3]9471// W64: encoding: [0x02,0x04,0x4e,0x7c]9472// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9473 9474v_cmp_o_f64 vcc, s[104:105], v[2:3]9475// W64: encoding: [0x68,0x04,0x4e,0x7c]9476// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9477 9478v_cmp_o_f64 vcc, vcc, v[2:3]9479// W64: encoding: [0x6a,0x04,0x4e,0x7c]9480// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9481 9482v_cmp_o_f64 vcc, ttmp[14:15], v[2:3]9483// W64: encoding: [0x7a,0x04,0x4e,0x7c]9484// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9485 9486v_cmp_o_f64 vcc, exec, v[2:3]9487// W64: encoding: [0x7e,0x04,0x4e,0x7c]9488// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9489 9490v_cmp_o_f64 vcc, null, v[2:3]9491// W64: encoding: [0x7c,0x04,0x4e,0x7c]9492// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9493 9494v_cmp_o_f64 vcc, -1, v[2:3]9495// W64: encoding: [0xc1,0x04,0x4e,0x7c]9496// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9497 9498v_cmp_o_f64 vcc, 0.5, v[2:3]9499// W64: encoding: [0xf0,0x04,0x4e,0x7c]9500// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9501 9502v_cmp_o_f64 vcc, src_scc, v[2:3]9503// W64: encoding: [0xfd,0x04,0x4e,0x7c]9504// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9505 9506v_cmp_o_f64 vcc, 0xaf123456, v[254:255]9507// W64: encoding: [0xff,0xfc,0x4f,0x7c,0x56,0x34,0x12,0xaf]9508// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9509 9510v_cmp_t_f16 vcc_lo, v1, v29511// W32: encoding: [0x01,0x05,0x1e,0x7c]9512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9513 9514v_cmp_t_f16 vcc_lo, v127, v29515// W32: encoding: [0x7f,0x05,0x1e,0x7c]9516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9517 9518v_cmp_t_f16 vcc_lo, s1, v29519// W32: encoding: [0x01,0x04,0x1e,0x7c]9520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9521 9522v_cmp_t_f16 vcc_lo, s105, v29523// W32: encoding: [0x69,0x04,0x1e,0x7c]9524// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9525 9526v_cmp_t_f16 vcc_lo, vcc_lo, v29527// W32: encoding: [0x6a,0x04,0x1e,0x7c]9528// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9529 9530v_cmp_t_f16 vcc_lo, vcc_hi, v29531// W32: encoding: [0x6b,0x04,0x1e,0x7c]9532// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9533 9534v_cmp_t_f16 vcc_lo, ttmp15, v29535// W32: encoding: [0x7b,0x04,0x1e,0x7c]9536// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9537 9538v_cmp_t_f16 vcc_lo, m0, v29539// W32: encoding: [0x7d,0x04,0x1e,0x7c]9540// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9541 9542v_cmp_t_f16 vcc_lo, exec_lo, v29543// W32: encoding: [0x7e,0x04,0x1e,0x7c]9544// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9545 9546v_cmp_t_f16 vcc_lo, exec_hi, v29547// W32: encoding: [0x7f,0x04,0x1e,0x7c]9548// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9549 9550v_cmp_t_f16 vcc_lo, null, v29551// W32: encoding: [0x7c,0x04,0x1e,0x7c]9552// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9553 9554v_cmp_t_f16 vcc_lo, -1, v29555// W32: encoding: [0xc1,0x04,0x1e,0x7c]9556// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9557 9558v_cmp_t_f16 vcc_lo, 0.5, v29559// W32: encoding: [0xf0,0x04,0x1e,0x7c]9560// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9561 9562v_cmp_t_f16 vcc_lo, src_scc, v29563// W32: encoding: [0xfd,0x04,0x1e,0x7c]9564// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9565 9566v_cmp_t_f16 vcc_lo, 0xfe0b, v1279567// W32: encoding: [0xff,0xfe,0x1e,0x7c,0x0b,0xfe,0x00,0x00]9568// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9569 9570v_cmp_t_f16 vcc, v1, v29571// W64: encoding: [0x01,0x05,0x1e,0x7c]9572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9573 9574v_cmp_t_f16 vcc, v127, v29575// W64: encoding: [0x7f,0x05,0x1e,0x7c]9576// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9577 9578v_cmp_t_f16 vcc, s1, v29579// W64: encoding: [0x01,0x04,0x1e,0x7c]9580// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9581 9582v_cmp_t_f16 vcc, s105, v29583// W64: encoding: [0x69,0x04,0x1e,0x7c]9584// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9585 9586v_cmp_t_f16 vcc, vcc_lo, v29587// W64: encoding: [0x6a,0x04,0x1e,0x7c]9588// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9589 9590v_cmp_t_f16 vcc, vcc_hi, v29591// W64: encoding: [0x6b,0x04,0x1e,0x7c]9592// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9593 9594v_cmp_t_f16 vcc, ttmp15, v29595// W64: encoding: [0x7b,0x04,0x1e,0x7c]9596// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9597 9598v_cmp_t_f16 vcc, m0, v29599// W64: encoding: [0x7d,0x04,0x1e,0x7c]9600// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9601 9602v_cmp_t_f16 vcc, exec_lo, v29603// W64: encoding: [0x7e,0x04,0x1e,0x7c]9604// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9605 9606v_cmp_t_f16 vcc, exec_hi, v29607// W64: encoding: [0x7f,0x04,0x1e,0x7c]9608// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9609 9610v_cmp_t_f16 vcc, null, v29611// W64: encoding: [0x7c,0x04,0x1e,0x7c]9612// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9613 9614v_cmp_t_f16 vcc, -1, v29615// W64: encoding: [0xc1,0x04,0x1e,0x7c]9616// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9617 9618v_cmp_t_f16 vcc, 0.5, v29619// W64: encoding: [0xf0,0x04,0x1e,0x7c]9620// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9621 9622v_cmp_t_f16 vcc, src_scc, v29623// W64: encoding: [0xfd,0x04,0x1e,0x7c]9624// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9625 9626v_cmp_t_f16 vcc, 0xfe0b, v1279627// W64: encoding: [0xff,0xfe,0x1e,0x7c,0x0b,0xfe,0x00,0x00]9628// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9629 9630v_cmp_t_f32 vcc_lo, v1, v29631// W32: encoding: [0x01,0x05,0x3e,0x7c]9632// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9633 9634v_cmp_t_f32 vcc_lo, v255, v29635// W32: encoding: [0xff,0x05,0x3e,0x7c]9636// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9637 9638v_cmp_t_f32 vcc_lo, s1, v29639// W32: encoding: [0x01,0x04,0x3e,0x7c]9640// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9641 9642v_cmp_t_f32 vcc_lo, s105, v29643// W32: encoding: [0x69,0x04,0x3e,0x7c]9644// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9645 9646v_cmp_t_f32 vcc_lo, vcc_lo, v29647// W32: encoding: [0x6a,0x04,0x3e,0x7c]9648// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9649 9650v_cmp_t_f32 vcc_lo, vcc_hi, v29651// W32: encoding: [0x6b,0x04,0x3e,0x7c]9652// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9653 9654v_cmp_t_f32 vcc_lo, ttmp15, v29655// W32: encoding: [0x7b,0x04,0x3e,0x7c]9656// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9657 9658v_cmp_t_f32 vcc_lo, m0, v29659// W32: encoding: [0x7d,0x04,0x3e,0x7c]9660// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9661 9662v_cmp_t_f32 vcc_lo, exec_lo, v29663// W32: encoding: [0x7e,0x04,0x3e,0x7c]9664// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9665 9666v_cmp_t_f32 vcc_lo, exec_hi, v29667// W32: encoding: [0x7f,0x04,0x3e,0x7c]9668// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9669 9670v_cmp_t_f32 vcc_lo, null, v29671// W32: encoding: [0x7c,0x04,0x3e,0x7c]9672// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9673 9674v_cmp_t_f32 vcc_lo, -1, v29675// W32: encoding: [0xc1,0x04,0x3e,0x7c]9676// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9677 9678v_cmp_t_f32 vcc_lo, 0.5, v29679// W32: encoding: [0xf0,0x04,0x3e,0x7c]9680// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9681 9682v_cmp_t_f32 vcc_lo, src_scc, v29683// W32: encoding: [0xfd,0x04,0x3e,0x7c]9684// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9685 9686v_cmp_t_f32 vcc_lo, 0xaf123456, v2559687// W32: encoding: [0xff,0xfe,0x3f,0x7c,0x56,0x34,0x12,0xaf]9688// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9689 9690v_cmp_t_f32 vcc, v1, v29691// W64: encoding: [0x01,0x05,0x3e,0x7c]9692// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9693 9694v_cmp_t_f32 vcc, v255, v29695// W64: encoding: [0xff,0x05,0x3e,0x7c]9696// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9697 9698v_cmp_t_f32 vcc, s1, v29699// W64: encoding: [0x01,0x04,0x3e,0x7c]9700// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9701 9702v_cmp_t_f32 vcc, s105, v29703// W64: encoding: [0x69,0x04,0x3e,0x7c]9704// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9705 9706v_cmp_t_f32 vcc, vcc_lo, v29707// W64: encoding: [0x6a,0x04,0x3e,0x7c]9708// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9709 9710v_cmp_t_f32 vcc, vcc_hi, v29711// W64: encoding: [0x6b,0x04,0x3e,0x7c]9712// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9713 9714v_cmp_t_f32 vcc, ttmp15, v29715// W64: encoding: [0x7b,0x04,0x3e,0x7c]9716// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9717 9718v_cmp_t_f32 vcc, m0, v29719// W64: encoding: [0x7d,0x04,0x3e,0x7c]9720// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9721 9722v_cmp_t_f32 vcc, exec_lo, v29723// W64: encoding: [0x7e,0x04,0x3e,0x7c]9724// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9725 9726v_cmp_t_f32 vcc, exec_hi, v29727// W64: encoding: [0x7f,0x04,0x3e,0x7c]9728// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9729 9730v_cmp_t_f32 vcc, null, v29731// W64: encoding: [0x7c,0x04,0x3e,0x7c]9732// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9733 9734v_cmp_t_f32 vcc, -1, v29735// W64: encoding: [0xc1,0x04,0x3e,0x7c]9736// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9737 9738v_cmp_t_f32 vcc, 0.5, v29739// W64: encoding: [0xf0,0x04,0x3e,0x7c]9740// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9741 9742v_cmp_t_f32 vcc, src_scc, v29743// W64: encoding: [0xfd,0x04,0x3e,0x7c]9744// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9745 9746v_cmp_t_f32 vcc, 0xaf123456, v2559747// W64: encoding: [0xff,0xfe,0x3f,0x7c,0x56,0x34,0x12,0xaf]9748// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9749 9750v_cmp_t_f64 vcc_lo, v[1:2], v[2:3]9751// W32: encoding: [0x01,0x05,0x5e,0x7c]9752// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9753 9754v_cmp_t_f64 vcc_lo, v[254:255], v[2:3]9755// W32: encoding: [0xfe,0x05,0x5e,0x7c]9756// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9757 9758v_cmp_t_f64 vcc_lo, s[2:3], v[2:3]9759// W32: encoding: [0x02,0x04,0x5e,0x7c]9760// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9761 9762v_cmp_t_f64 vcc_lo, s[104:105], v[2:3]9763// W32: encoding: [0x68,0x04,0x5e,0x7c]9764// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9765 9766v_cmp_t_f64 vcc_lo, vcc, v[2:3]9767// W32: encoding: [0x6a,0x04,0x5e,0x7c]9768// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9769 9770v_cmp_t_f64 vcc_lo, ttmp[14:15], v[2:3]9771// W32: encoding: [0x7a,0x04,0x5e,0x7c]9772// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9773 9774v_cmp_t_f64 vcc_lo, exec, v[2:3]9775// W32: encoding: [0x7e,0x04,0x5e,0x7c]9776// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9777 9778v_cmp_t_f64 vcc_lo, null, v[2:3]9779// W32: encoding: [0x7c,0x04,0x5e,0x7c]9780// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9781 9782v_cmp_t_f64 vcc_lo, -1, v[2:3]9783// W32: encoding: [0xc1,0x04,0x5e,0x7c]9784// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9785 9786v_cmp_t_f64 vcc_lo, 0.5, v[2:3]9787// W32: encoding: [0xf0,0x04,0x5e,0x7c]9788// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9789 9790v_cmp_t_f64 vcc_lo, src_scc, v[2:3]9791// W32: encoding: [0xfd,0x04,0x5e,0x7c]9792// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9793 9794v_cmp_t_f64 vcc_lo, 0xaf123456, v[254:255]9795// W32: encoding: [0xff,0xfc,0x5f,0x7c,0x56,0x34,0x12,0xaf]9796// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9797 9798v_cmp_t_f64 vcc, v[1:2], v[2:3]9799// W64: encoding: [0x01,0x05,0x5e,0x7c]9800// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9801 9802v_cmp_t_f64 vcc, v[254:255], v[2:3]9803// W64: encoding: [0xfe,0x05,0x5e,0x7c]9804// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9805 9806v_cmp_t_f64 vcc, s[2:3], v[2:3]9807// W64: encoding: [0x02,0x04,0x5e,0x7c]9808// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9809 9810v_cmp_t_f64 vcc, s[104:105], v[2:3]9811// W64: encoding: [0x68,0x04,0x5e,0x7c]9812// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9813 9814v_cmp_t_f64 vcc, vcc, v[2:3]9815// W64: encoding: [0x6a,0x04,0x5e,0x7c]9816// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9817 9818v_cmp_t_f64 vcc, ttmp[14:15], v[2:3]9819// W64: encoding: [0x7a,0x04,0x5e,0x7c]9820// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9821 9822v_cmp_t_f64 vcc, exec, v[2:3]9823// W64: encoding: [0x7e,0x04,0x5e,0x7c]9824// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9825 9826v_cmp_t_f64 vcc, null, v[2:3]9827// W64: encoding: [0x7c,0x04,0x5e,0x7c]9828// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9829 9830v_cmp_t_f64 vcc, -1, v[2:3]9831// W64: encoding: [0xc1,0x04,0x5e,0x7c]9832// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9833 9834v_cmp_t_f64 vcc, 0.5, v[2:3]9835// W64: encoding: [0xf0,0x04,0x5e,0x7c]9836// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9837 9838v_cmp_t_f64 vcc, src_scc, v[2:3]9839// W64: encoding: [0xfd,0x04,0x5e,0x7c]9840// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9841 9842v_cmp_t_f64 vcc, 0xaf123456, v[254:255]9843// W64: encoding: [0xff,0xfc,0x5f,0x7c,0x56,0x34,0x12,0xaf]9844// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9845 9846v_cmp_t_i32 vcc_lo, v1, v29847// W32: encoding: [0x01,0x05,0x8e,0x7c]9848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9849 9850v_cmp_t_i32 vcc_lo, v255, v29851// W32: encoding: [0xff,0x05,0x8e,0x7c]9852// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9853 9854v_cmp_t_i32 vcc_lo, s1, v29855// W32: encoding: [0x01,0x04,0x8e,0x7c]9856// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9857 9858v_cmp_t_i32 vcc_lo, s105, v29859// W32: encoding: [0x69,0x04,0x8e,0x7c]9860// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9861 9862v_cmp_t_i32 vcc_lo, vcc_lo, v29863// W32: encoding: [0x6a,0x04,0x8e,0x7c]9864// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9865 9866v_cmp_t_i32 vcc_lo, vcc_hi, v29867// W32: encoding: [0x6b,0x04,0x8e,0x7c]9868// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9869 9870v_cmp_t_i32 vcc_lo, ttmp15, v29871// W32: encoding: [0x7b,0x04,0x8e,0x7c]9872// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9873 9874v_cmp_t_i32 vcc_lo, m0, v29875// W32: encoding: [0x7d,0x04,0x8e,0x7c]9876// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9877 9878v_cmp_t_i32 vcc_lo, exec_lo, v29879// W32: encoding: [0x7e,0x04,0x8e,0x7c]9880// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9881 9882v_cmp_t_i32 vcc_lo, exec_hi, v29883// W32: encoding: [0x7f,0x04,0x8e,0x7c]9884// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9885 9886v_cmp_t_i32 vcc_lo, null, v29887// W32: encoding: [0x7c,0x04,0x8e,0x7c]9888// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9889 9890v_cmp_t_i32 vcc_lo, -1, v29891// W32: encoding: [0xc1,0x04,0x8e,0x7c]9892// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9893 9894v_cmp_t_i32 vcc_lo, 0.5, v29895// W32: encoding: [0xf0,0x04,0x8e,0x7c]9896// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9897 9898v_cmp_t_i32 vcc_lo, src_scc, v29899// W32: encoding: [0xfd,0x04,0x8e,0x7c]9900// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9901 9902v_cmp_t_i32 vcc_lo, 0xaf123456, v2559903// W32: encoding: [0xff,0xfe,0x8f,0x7c,0x56,0x34,0x12,0xaf]9904// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9905 9906v_cmp_t_i32 vcc, v1, v29907// W64: encoding: [0x01,0x05,0x8e,0x7c]9908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9909 9910v_cmp_t_i32 vcc, v255, v29911// W64: encoding: [0xff,0x05,0x8e,0x7c]9912// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9913 9914v_cmp_t_i32 vcc, s1, v29915// W64: encoding: [0x01,0x04,0x8e,0x7c]9916// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9917 9918v_cmp_t_i32 vcc, s105, v29919// W64: encoding: [0x69,0x04,0x8e,0x7c]9920// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9921 9922v_cmp_t_i32 vcc, vcc_lo, v29923// W64: encoding: [0x6a,0x04,0x8e,0x7c]9924// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9925 9926v_cmp_t_i32 vcc, vcc_hi, v29927// W64: encoding: [0x6b,0x04,0x8e,0x7c]9928// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9929 9930v_cmp_t_i32 vcc, ttmp15, v29931// W64: encoding: [0x7b,0x04,0x8e,0x7c]9932// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9933 9934v_cmp_t_i32 vcc, m0, v29935// W64: encoding: [0x7d,0x04,0x8e,0x7c]9936// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9937 9938v_cmp_t_i32 vcc, exec_lo, v29939// W64: encoding: [0x7e,0x04,0x8e,0x7c]9940// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9941 9942v_cmp_t_i32 vcc, exec_hi, v29943// W64: encoding: [0x7f,0x04,0x8e,0x7c]9944// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9945 9946v_cmp_t_i32 vcc, null, v29947// W64: encoding: [0x7c,0x04,0x8e,0x7c]9948// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9949 9950v_cmp_t_i32 vcc, -1, v29951// W64: encoding: [0xc1,0x04,0x8e,0x7c]9952// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9953 9954v_cmp_t_i32 vcc, 0.5, v29955// W64: encoding: [0xf0,0x04,0x8e,0x7c]9956// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9957 9958v_cmp_t_i32 vcc, src_scc, v29959// W64: encoding: [0xfd,0x04,0x8e,0x7c]9960// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9961 9962v_cmp_t_i32 vcc, 0xaf123456, v2559963// W64: encoding: [0xff,0xfe,0x8f,0x7c,0x56,0x34,0x12,0xaf]9964// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9965 9966v_cmp_t_i64 vcc_lo, v[1:2], v[2:3]9967// W32: encoding: [0x01,0x05,0xae,0x7c]9968// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9969 9970v_cmp_t_i64 vcc_lo, v[254:255], v[2:3]9971// W32: encoding: [0xfe,0x05,0xae,0x7c]9972// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9973 9974v_cmp_t_i64 vcc_lo, s[2:3], v[2:3]9975// W32: encoding: [0x02,0x04,0xae,0x7c]9976// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9977 9978v_cmp_t_i64 vcc_lo, s[104:105], v[2:3]9979// W32: encoding: [0x68,0x04,0xae,0x7c]9980// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9981 9982v_cmp_t_i64 vcc_lo, vcc, v[2:3]9983// W32: encoding: [0x6a,0x04,0xae,0x7c]9984// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9985 9986v_cmp_t_i64 vcc_lo, ttmp[14:15], v[2:3]9987// W32: encoding: [0x7a,0x04,0xae,0x7c]9988// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9989 9990v_cmp_t_i64 vcc_lo, exec, v[2:3]9991// W32: encoding: [0x7e,0x04,0xae,0x7c]9992// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9993 9994v_cmp_t_i64 vcc_lo, null, v[2:3]9995// W32: encoding: [0x7c,0x04,0xae,0x7c]9996// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9997 9998v_cmp_t_i64 vcc_lo, -1, v[2:3]9999// W32: encoding: [0xc1,0x04,0xae,0x7c]10000// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10001 10002v_cmp_t_i64 vcc_lo, 0.5, v[2:3]10003// W32: encoding: [0xf0,0x04,0xae,0x7c]10004// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10005 10006v_cmp_t_i64 vcc_lo, src_scc, v[2:3]10007// W32: encoding: [0xfd,0x04,0xae,0x7c]10008// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10009 10010v_cmp_t_i64 vcc_lo, 0xaf123456, v[254:255]10011// W32: encoding: [0xff,0xfc,0xaf,0x7c,0x56,0x34,0x12,0xaf]10012// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10013 10014v_cmp_t_i64 vcc, v[1:2], v[2:3]10015// W64: encoding: [0x01,0x05,0xae,0x7c]10016// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10017 10018v_cmp_t_i64 vcc, v[254:255], v[2:3]10019// W64: encoding: [0xfe,0x05,0xae,0x7c]10020// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10021 10022v_cmp_t_i64 vcc, s[2:3], v[2:3]10023// W64: encoding: [0x02,0x04,0xae,0x7c]10024// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10025 10026v_cmp_t_i64 vcc, s[104:105], v[2:3]10027// W64: encoding: [0x68,0x04,0xae,0x7c]10028// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10029 10030v_cmp_t_i64 vcc, vcc, v[2:3]10031// W64: encoding: [0x6a,0x04,0xae,0x7c]10032// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10033 10034v_cmp_t_i64 vcc, ttmp[14:15], v[2:3]10035// W64: encoding: [0x7a,0x04,0xae,0x7c]10036// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10037 10038v_cmp_t_i64 vcc, exec, v[2:3]10039// W64: encoding: [0x7e,0x04,0xae,0x7c]10040// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10041 10042v_cmp_t_i64 vcc, null, v[2:3]10043// W64: encoding: [0x7c,0x04,0xae,0x7c]10044// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10045 10046v_cmp_t_i64 vcc, -1, v[2:3]10047// W64: encoding: [0xc1,0x04,0xae,0x7c]10048// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10049 10050v_cmp_t_i64 vcc, 0.5, v[2:3]10051// W64: encoding: [0xf0,0x04,0xae,0x7c]10052// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10053 10054v_cmp_t_i64 vcc, src_scc, v[2:3]10055// W64: encoding: [0xfd,0x04,0xae,0x7c]10056// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10057 10058v_cmp_t_i64 vcc, 0xaf123456, v[254:255]10059// W64: encoding: [0xff,0xfc,0xaf,0x7c,0x56,0x34,0x12,0xaf]10060// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10061 10062v_cmp_t_u32 vcc_lo, v1, v210063// W32: encoding: [0x01,0x05,0x9e,0x7c]10064// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10065 10066v_cmp_t_u32 vcc_lo, v255, v210067// W32: encoding: [0xff,0x05,0x9e,0x7c]10068// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10069 10070v_cmp_t_u32 vcc_lo, s1, v210071// W32: encoding: [0x01,0x04,0x9e,0x7c]10072// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10073 10074v_cmp_t_u32 vcc_lo, s105, v210075// W32: encoding: [0x69,0x04,0x9e,0x7c]10076// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10077 10078v_cmp_t_u32 vcc_lo, vcc_lo, v210079// W32: encoding: [0x6a,0x04,0x9e,0x7c]10080// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10081 10082v_cmp_t_u32 vcc_lo, vcc_hi, v210083// W32: encoding: [0x6b,0x04,0x9e,0x7c]10084// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10085 10086v_cmp_t_u32 vcc_lo, ttmp15, v210087// W32: encoding: [0x7b,0x04,0x9e,0x7c]10088// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10089 10090v_cmp_t_u32 vcc_lo, m0, v210091// W32: encoding: [0x7d,0x04,0x9e,0x7c]10092// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10093 10094v_cmp_t_u32 vcc_lo, exec_lo, v210095// W32: encoding: [0x7e,0x04,0x9e,0x7c]10096// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10097 10098v_cmp_t_u32 vcc_lo, exec_hi, v210099// W32: encoding: [0x7f,0x04,0x9e,0x7c]10100// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10101 10102v_cmp_t_u32 vcc_lo, null, v210103// W32: encoding: [0x7c,0x04,0x9e,0x7c]10104// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10105 10106v_cmp_t_u32 vcc_lo, -1, v210107// W32: encoding: [0xc1,0x04,0x9e,0x7c]10108// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10109 10110v_cmp_t_u32 vcc_lo, 0.5, v210111// W32: encoding: [0xf0,0x04,0x9e,0x7c]10112// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10113 10114v_cmp_t_u32 vcc_lo, src_scc, v210115// W32: encoding: [0xfd,0x04,0x9e,0x7c]10116// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10117 10118v_cmp_t_u32 vcc_lo, 0xaf123456, v25510119// W32: encoding: [0xff,0xfe,0x9f,0x7c,0x56,0x34,0x12,0xaf]10120// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10121 10122v_cmp_t_u32 vcc, v1, v210123// W64: encoding: [0x01,0x05,0x9e,0x7c]10124// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10125 10126v_cmp_t_u32 vcc, v255, v210127// W64: encoding: [0xff,0x05,0x9e,0x7c]10128// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10129 10130v_cmp_t_u32 vcc, s1, v210131// W64: encoding: [0x01,0x04,0x9e,0x7c]10132// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10133 10134v_cmp_t_u32 vcc, s105, v210135// W64: encoding: [0x69,0x04,0x9e,0x7c]10136// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10137 10138v_cmp_t_u32 vcc, vcc_lo, v210139// W64: encoding: [0x6a,0x04,0x9e,0x7c]10140// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10141 10142v_cmp_t_u32 vcc, vcc_hi, v210143// W64: encoding: [0x6b,0x04,0x9e,0x7c]10144// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10145 10146v_cmp_t_u32 vcc, ttmp15, v210147// W64: encoding: [0x7b,0x04,0x9e,0x7c]10148// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10149 10150v_cmp_t_u32 vcc, m0, v210151// W64: encoding: [0x7d,0x04,0x9e,0x7c]10152// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10153 10154v_cmp_t_u32 vcc, exec_lo, v210155// W64: encoding: [0x7e,0x04,0x9e,0x7c]10156// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10157 10158v_cmp_t_u32 vcc, exec_hi, v210159// W64: encoding: [0x7f,0x04,0x9e,0x7c]10160// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10161 10162v_cmp_t_u32 vcc, null, v210163// W64: encoding: [0x7c,0x04,0x9e,0x7c]10164// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10165 10166v_cmp_t_u32 vcc, -1, v210167// W64: encoding: [0xc1,0x04,0x9e,0x7c]10168// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10169 10170v_cmp_t_u32 vcc, 0.5, v210171// W64: encoding: [0xf0,0x04,0x9e,0x7c]10172// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10173 10174v_cmp_t_u32 vcc, src_scc, v210175// W64: encoding: [0xfd,0x04,0x9e,0x7c]10176// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10177 10178v_cmp_t_u32 vcc, 0xaf123456, v25510179// W64: encoding: [0xff,0xfe,0x9f,0x7c,0x56,0x34,0x12,0xaf]10180// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10181 10182v_cmp_t_u64 vcc_lo, v[1:2], v[2:3]10183// W32: encoding: [0x01,0x05,0xbe,0x7c]10184// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10185 10186v_cmp_t_u64 vcc_lo, v[254:255], v[2:3]10187// W32: encoding: [0xfe,0x05,0xbe,0x7c]10188// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10189 10190v_cmp_t_u64 vcc_lo, s[2:3], v[2:3]10191// W32: encoding: [0x02,0x04,0xbe,0x7c]10192// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10193 10194v_cmp_t_u64 vcc_lo, s[104:105], v[2:3]10195// W32: encoding: [0x68,0x04,0xbe,0x7c]10196// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10197 10198v_cmp_t_u64 vcc_lo, vcc, v[2:3]10199// W32: encoding: [0x6a,0x04,0xbe,0x7c]10200// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10201 10202v_cmp_t_u64 vcc_lo, ttmp[14:15], v[2:3]10203// W32: encoding: [0x7a,0x04,0xbe,0x7c]10204// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10205 10206v_cmp_t_u64 vcc_lo, exec, v[2:3]10207// W32: encoding: [0x7e,0x04,0xbe,0x7c]10208// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10209 10210v_cmp_t_u64 vcc_lo, null, v[2:3]10211// W32: encoding: [0x7c,0x04,0xbe,0x7c]10212// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10213 10214v_cmp_t_u64 vcc_lo, -1, v[2:3]10215// W32: encoding: [0xc1,0x04,0xbe,0x7c]10216// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10217 10218v_cmp_t_u64 vcc_lo, 0.5, v[2:3]10219// W32: encoding: [0xf0,0x04,0xbe,0x7c]10220// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10221 10222v_cmp_t_u64 vcc_lo, src_scc, v[2:3]10223// W32: encoding: [0xfd,0x04,0xbe,0x7c]10224// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10225 10226v_cmp_t_u64 vcc_lo, 0xaf123456, v[254:255]10227// W32: encoding: [0xff,0xfc,0xbf,0x7c,0x56,0x34,0x12,0xaf]10228// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10229 10230v_cmp_t_u64 vcc, v[1:2], v[2:3]10231// W64: encoding: [0x01,0x05,0xbe,0x7c]10232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10233 10234v_cmp_t_u64 vcc, v[254:255], v[2:3]10235// W64: encoding: [0xfe,0x05,0xbe,0x7c]10236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10237 10238v_cmp_t_u64 vcc, s[2:3], v[2:3]10239// W64: encoding: [0x02,0x04,0xbe,0x7c]10240// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10241 10242v_cmp_t_u64 vcc, s[104:105], v[2:3]10243// W64: encoding: [0x68,0x04,0xbe,0x7c]10244// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10245 10246v_cmp_t_u64 vcc, vcc, v[2:3]10247// W64: encoding: [0x6a,0x04,0xbe,0x7c]10248// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10249 10250v_cmp_t_u64 vcc, ttmp[14:15], v[2:3]10251// W64: encoding: [0x7a,0x04,0xbe,0x7c]10252// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10253 10254v_cmp_t_u64 vcc, exec, v[2:3]10255// W64: encoding: [0x7e,0x04,0xbe,0x7c]10256// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10257 10258v_cmp_t_u64 vcc, null, v[2:3]10259// W64: encoding: [0x7c,0x04,0xbe,0x7c]10260// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10261 10262v_cmp_t_u64 vcc, -1, v[2:3]10263// W64: encoding: [0xc1,0x04,0xbe,0x7c]10264// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10265 10266v_cmp_t_u64 vcc, 0.5, v[2:3]10267// W64: encoding: [0xf0,0x04,0xbe,0x7c]10268// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10269 10270v_cmp_t_u64 vcc, src_scc, v[2:3]10271// W64: encoding: [0xfd,0x04,0xbe,0x7c]10272// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10273 10274v_cmp_t_u64 vcc, 0xaf123456, v[254:255]10275// W64: encoding: [0xff,0xfc,0xbf,0x7c,0x56,0x34,0x12,0xaf]10276// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10277 10278v_cmp_tru_f16 vcc_lo, v1, v210279// W32: encoding: [0x01,0x05,0x1e,0x7c]10280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10281 10282v_cmp_tru_f16 vcc_lo, v127, v210283// W32: encoding: [0x7f,0x05,0x1e,0x7c]10284// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10285 10286v_cmp_tru_f16 vcc_lo, s1, v210287// W32: encoding: [0x01,0x04,0x1e,0x7c]10288// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10289 10290v_cmp_tru_f16 vcc_lo, s105, v210291// W32: encoding: [0x69,0x04,0x1e,0x7c]10292// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10293 10294v_cmp_tru_f16 vcc_lo, vcc_lo, v210295// W32: encoding: [0x6a,0x04,0x1e,0x7c]10296// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10297 10298v_cmp_tru_f16 vcc_lo, vcc_hi, v210299// W32: encoding: [0x6b,0x04,0x1e,0x7c]10300// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10301 10302v_cmp_tru_f16 vcc_lo, ttmp15, v210303// W32: encoding: [0x7b,0x04,0x1e,0x7c]10304// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10305 10306v_cmp_tru_f16 vcc_lo, m0, v210307// W32: encoding: [0x7d,0x04,0x1e,0x7c]10308// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10309 10310v_cmp_tru_f16 vcc_lo, exec_lo, v210311// W32: encoding: [0x7e,0x04,0x1e,0x7c]10312// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10313 10314v_cmp_tru_f16 vcc_lo, exec_hi, v210315// W32: encoding: [0x7f,0x04,0x1e,0x7c]10316// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10317 10318v_cmp_tru_f16 vcc_lo, null, v210319// W32: encoding: [0x7c,0x04,0x1e,0x7c]10320// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10321 10322v_cmp_tru_f16 vcc_lo, -1, v210323// W32: encoding: [0xc1,0x04,0x1e,0x7c]10324// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10325 10326v_cmp_tru_f16 vcc_lo, 0.5, v210327// W32: encoding: [0xf0,0x04,0x1e,0x7c]10328// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10329 10330v_cmp_tru_f16 vcc_lo, src_scc, v210331// W32: encoding: [0xfd,0x04,0x1e,0x7c]10332// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10333 10334v_cmp_tru_f16 vcc_lo, 0xfe0b, v12710335// W32: encoding: [0xff,0xfe,0x1e,0x7c,0x0b,0xfe,0x00,0x00]10336// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10337 10338v_cmp_tru_f16 vcc, v1, v210339// W64: encoding: [0x01,0x05,0x1e,0x7c]10340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10341 10342v_cmp_tru_f16 vcc, v127, v210343// W64: encoding: [0x7f,0x05,0x1e,0x7c]10344// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10345 10346v_cmp_tru_f16 vcc, s1, v210347// W64: encoding: [0x01,0x04,0x1e,0x7c]10348// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10349 10350v_cmp_tru_f16 vcc, s105, v210351// W64: encoding: [0x69,0x04,0x1e,0x7c]10352// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10353 10354v_cmp_tru_f16 vcc, vcc_lo, v210355// W64: encoding: [0x6a,0x04,0x1e,0x7c]10356// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10357 10358v_cmp_tru_f16 vcc, vcc_hi, v210359// W64: encoding: [0x6b,0x04,0x1e,0x7c]10360// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10361 10362v_cmp_tru_f16 vcc, ttmp15, v210363// W64: encoding: [0x7b,0x04,0x1e,0x7c]10364// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10365 10366v_cmp_tru_f16 vcc, m0, v210367// W64: encoding: [0x7d,0x04,0x1e,0x7c]10368// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10369 10370v_cmp_tru_f16 vcc, exec_lo, v210371// W64: encoding: [0x7e,0x04,0x1e,0x7c]10372// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10373 10374v_cmp_tru_f16 vcc, exec_hi, v210375// W64: encoding: [0x7f,0x04,0x1e,0x7c]10376// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10377 10378v_cmp_tru_f16 vcc, null, v210379// W64: encoding: [0x7c,0x04,0x1e,0x7c]10380// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10381 10382v_cmp_tru_f16 vcc, -1, v210383// W64: encoding: [0xc1,0x04,0x1e,0x7c]10384// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10385 10386v_cmp_tru_f16 vcc, 0.5, v210387// W64: encoding: [0xf0,0x04,0x1e,0x7c]10388// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10389 10390v_cmp_tru_f16 vcc, src_scc, v210391// W64: encoding: [0xfd,0x04,0x1e,0x7c]10392// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10393 10394v_cmp_tru_f16 vcc, 0xfe0b, v12710395// W64: encoding: [0xff,0xfe,0x1e,0x7c,0x0b,0xfe,0x00,0x00]10396// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10397 10398v_cmp_tru_f32 vcc_lo, v1, v210399// W32: encoding: [0x01,0x05,0x3e,0x7c]10400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10401 10402v_cmp_tru_f32 vcc_lo, v255, v210403// W32: encoding: [0xff,0x05,0x3e,0x7c]10404// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10405 10406v_cmp_tru_f32 vcc_lo, s1, v210407// W32: encoding: [0x01,0x04,0x3e,0x7c]10408// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10409 10410v_cmp_tru_f32 vcc_lo, s105, v210411// W32: encoding: [0x69,0x04,0x3e,0x7c]10412// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10413 10414v_cmp_tru_f32 vcc_lo, vcc_lo, v210415// W32: encoding: [0x6a,0x04,0x3e,0x7c]10416// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10417 10418v_cmp_tru_f32 vcc_lo, vcc_hi, v210419// W32: encoding: [0x6b,0x04,0x3e,0x7c]10420// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10421 10422v_cmp_tru_f32 vcc_lo, ttmp15, v210423// W32: encoding: [0x7b,0x04,0x3e,0x7c]10424// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10425 10426v_cmp_tru_f32 vcc_lo, m0, v210427// W32: encoding: [0x7d,0x04,0x3e,0x7c]10428// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10429 10430v_cmp_tru_f32 vcc_lo, exec_lo, v210431// W32: encoding: [0x7e,0x04,0x3e,0x7c]10432// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10433 10434v_cmp_tru_f32 vcc_lo, exec_hi, v210435// W32: encoding: [0x7f,0x04,0x3e,0x7c]10436// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10437 10438v_cmp_tru_f32 vcc_lo, null, v210439// W32: encoding: [0x7c,0x04,0x3e,0x7c]10440// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10441 10442v_cmp_tru_f32 vcc_lo, -1, v210443// W32: encoding: [0xc1,0x04,0x3e,0x7c]10444// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10445 10446v_cmp_tru_f32 vcc_lo, 0.5, v210447// W32: encoding: [0xf0,0x04,0x3e,0x7c]10448// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10449 10450v_cmp_tru_f32 vcc_lo, src_scc, v210451// W32: encoding: [0xfd,0x04,0x3e,0x7c]10452// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10453 10454v_cmp_tru_f32 vcc_lo, 0xaf123456, v25510455// W32: encoding: [0xff,0xfe,0x3f,0x7c,0x56,0x34,0x12,0xaf]10456// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10457 10458v_cmp_tru_f32 vcc, v1, v210459// W64: encoding: [0x01,0x05,0x3e,0x7c]10460// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10461 10462v_cmp_tru_f32 vcc, v255, v210463// W64: encoding: [0xff,0x05,0x3e,0x7c]10464// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10465 10466v_cmp_tru_f32 vcc, s1, v210467// W64: encoding: [0x01,0x04,0x3e,0x7c]10468// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10469 10470v_cmp_tru_f32 vcc, s105, v210471// W64: encoding: [0x69,0x04,0x3e,0x7c]10472// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10473 10474v_cmp_tru_f32 vcc, vcc_lo, v210475// W64: encoding: [0x6a,0x04,0x3e,0x7c]10476// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10477 10478v_cmp_tru_f32 vcc, vcc_hi, v210479// W64: encoding: [0x6b,0x04,0x3e,0x7c]10480// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10481 10482v_cmp_tru_f32 vcc, ttmp15, v210483// W64: encoding: [0x7b,0x04,0x3e,0x7c]10484// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10485 10486v_cmp_tru_f32 vcc, m0, v210487// W64: encoding: [0x7d,0x04,0x3e,0x7c]10488// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10489 10490v_cmp_tru_f32 vcc, exec_lo, v210491// W64: encoding: [0x7e,0x04,0x3e,0x7c]10492// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10493 10494v_cmp_tru_f32 vcc, exec_hi, v210495// W64: encoding: [0x7f,0x04,0x3e,0x7c]10496// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10497 10498v_cmp_tru_f32 vcc, null, v210499// W64: encoding: [0x7c,0x04,0x3e,0x7c]10500// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10501 10502v_cmp_tru_f32 vcc, -1, v210503// W64: encoding: [0xc1,0x04,0x3e,0x7c]10504// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10505 10506v_cmp_tru_f32 vcc, 0.5, v210507// W64: encoding: [0xf0,0x04,0x3e,0x7c]10508// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10509 10510v_cmp_tru_f32 vcc, src_scc, v210511// W64: encoding: [0xfd,0x04,0x3e,0x7c]10512// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10513 10514v_cmp_tru_f32 vcc, 0xaf123456, v25510515// W64: encoding: [0xff,0xfe,0x3f,0x7c,0x56,0x34,0x12,0xaf]10516// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10517 10518v_cmp_tru_f64 vcc_lo, v[1:2], v[2:3]10519// W32: encoding: [0x01,0x05,0x5e,0x7c]10520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10521 10522v_cmp_tru_f64 vcc_lo, v[254:255], v[2:3]10523// W32: encoding: [0xfe,0x05,0x5e,0x7c]10524// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10525 10526v_cmp_tru_f64 vcc_lo, s[2:3], v[2:3]10527// W32: encoding: [0x02,0x04,0x5e,0x7c]10528// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10529 10530v_cmp_tru_f64 vcc_lo, s[104:105], v[2:3]10531// W32: encoding: [0x68,0x04,0x5e,0x7c]10532// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10533 10534v_cmp_tru_f64 vcc_lo, vcc, v[2:3]10535// W32: encoding: [0x6a,0x04,0x5e,0x7c]10536// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10537 10538v_cmp_tru_f64 vcc_lo, ttmp[14:15], v[2:3]10539// W32: encoding: [0x7a,0x04,0x5e,0x7c]10540// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10541 10542v_cmp_tru_f64 vcc_lo, exec, v[2:3]10543// W32: encoding: [0x7e,0x04,0x5e,0x7c]10544// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10545 10546v_cmp_tru_f64 vcc_lo, null, v[2:3]10547// W32: encoding: [0x7c,0x04,0x5e,0x7c]10548// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10549 10550v_cmp_tru_f64 vcc_lo, -1, v[2:3]10551// W32: encoding: [0xc1,0x04,0x5e,0x7c]10552// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10553 10554v_cmp_tru_f64 vcc_lo, 0.5, v[2:3]10555// W32: encoding: [0xf0,0x04,0x5e,0x7c]10556// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10557 10558v_cmp_tru_f64 vcc_lo, src_scc, v[2:3]10559// W32: encoding: [0xfd,0x04,0x5e,0x7c]10560// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10561 10562v_cmp_tru_f64 vcc_lo, 0xaf123456, v[254:255]10563// W32: encoding: [0xff,0xfc,0x5f,0x7c,0x56,0x34,0x12,0xaf]10564// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10565 10566v_cmp_tru_f64 vcc, v[1:2], v[2:3]10567// W64: encoding: [0x01,0x05,0x5e,0x7c]10568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10569 10570v_cmp_tru_f64 vcc, v[254:255], v[2:3]10571// W64: encoding: [0xfe,0x05,0x5e,0x7c]10572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10573 10574v_cmp_tru_f64 vcc, s[2:3], v[2:3]10575// W64: encoding: [0x02,0x04,0x5e,0x7c]10576// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10577 10578v_cmp_tru_f64 vcc, s[104:105], v[2:3]10579// W64: encoding: [0x68,0x04,0x5e,0x7c]10580// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10581 10582v_cmp_tru_f64 vcc, vcc, v[2:3]10583// W64: encoding: [0x6a,0x04,0x5e,0x7c]10584// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10585 10586v_cmp_tru_f64 vcc, ttmp[14:15], v[2:3]10587// W64: encoding: [0x7a,0x04,0x5e,0x7c]10588// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10589 10590v_cmp_tru_f64 vcc, exec, v[2:3]10591// W64: encoding: [0x7e,0x04,0x5e,0x7c]10592// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10593 10594v_cmp_tru_f64 vcc, null, v[2:3]10595// W64: encoding: [0x7c,0x04,0x5e,0x7c]10596// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10597 10598v_cmp_tru_f64 vcc, -1, v[2:3]10599// W64: encoding: [0xc1,0x04,0x5e,0x7c]10600// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10601 10602v_cmp_tru_f64 vcc, 0.5, v[2:3]10603// W64: encoding: [0xf0,0x04,0x5e,0x7c]10604// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10605 10606v_cmp_tru_f64 vcc, src_scc, v[2:3]10607// W64: encoding: [0xfd,0x04,0x5e,0x7c]10608// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10609 10610v_cmp_tru_f64 vcc, 0xaf123456, v[254:255]10611// W64: encoding: [0xff,0xfc,0x5f,0x7c,0x56,0x34,0x12,0xaf]10612// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10613 10614v_cmp_u_f16 vcc_lo, v1, v210615// W32: encoding: [0x01,0x05,0x10,0x7c]10616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10617 10618v_cmp_u_f16 vcc_lo, v127, v210619// W32: encoding: [0x7f,0x05,0x10,0x7c]10620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10621 10622v_cmp_u_f16 vcc_lo, s1, v210623// W32: encoding: [0x01,0x04,0x10,0x7c]10624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10625 10626v_cmp_u_f16 vcc_lo, s105, v210627// W32: encoding: [0x69,0x04,0x10,0x7c]10628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10629 10630v_cmp_u_f16 vcc_lo, vcc_lo, v210631// W32: encoding: [0x6a,0x04,0x10,0x7c]10632// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10633 10634v_cmp_u_f16 vcc_lo, vcc_hi, v210635// W32: encoding: [0x6b,0x04,0x10,0x7c]10636// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10637 10638v_cmp_u_f16 vcc_lo, ttmp15, v210639// W32: encoding: [0x7b,0x04,0x10,0x7c]10640// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10641 10642v_cmp_u_f16 vcc_lo, m0, v210643// W32: encoding: [0x7d,0x04,0x10,0x7c]10644// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10645 10646v_cmp_u_f16 vcc_lo, exec_lo, v210647// W32: encoding: [0x7e,0x04,0x10,0x7c]10648// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10649 10650v_cmp_u_f16 vcc_lo, exec_hi, v210651// W32: encoding: [0x7f,0x04,0x10,0x7c]10652// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10653 10654v_cmp_u_f16 vcc_lo, null, v210655// W32: encoding: [0x7c,0x04,0x10,0x7c]10656// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10657 10658v_cmp_u_f16 vcc_lo, -1, v210659// W32: encoding: [0xc1,0x04,0x10,0x7c]10660// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10661 10662v_cmp_u_f16 vcc_lo, 0.5, v210663// W32: encoding: [0xf0,0x04,0x10,0x7c]10664// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10665 10666v_cmp_u_f16 vcc_lo, src_scc, v210667// W32: encoding: [0xfd,0x04,0x10,0x7c]10668// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10669 10670v_cmp_u_f16 vcc_lo, 0xfe0b, v12710671// W32: encoding: [0xff,0xfe,0x10,0x7c,0x0b,0xfe,0x00,0x00]10672// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10673 10674v_cmp_u_f16 vcc, v1, v210675// W64: encoding: [0x01,0x05,0x10,0x7c]10676// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10677 10678v_cmp_u_f16 vcc, v127, v210679// W64: encoding: [0x7f,0x05,0x10,0x7c]10680// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10681 10682v_cmp_u_f16 vcc, s1, v210683// W64: encoding: [0x01,0x04,0x10,0x7c]10684// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10685 10686v_cmp_u_f16 vcc, s105, v210687// W64: encoding: [0x69,0x04,0x10,0x7c]10688// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10689 10690v_cmp_u_f16 vcc, vcc_lo, v210691// W64: encoding: [0x6a,0x04,0x10,0x7c]10692// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10693 10694v_cmp_u_f16 vcc, vcc_hi, v210695// W64: encoding: [0x6b,0x04,0x10,0x7c]10696// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10697 10698v_cmp_u_f16 vcc, ttmp15, v210699// W64: encoding: [0x7b,0x04,0x10,0x7c]10700// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10701 10702v_cmp_u_f16 vcc, m0, v210703// W64: encoding: [0x7d,0x04,0x10,0x7c]10704// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10705 10706v_cmp_u_f16 vcc, exec_lo, v210707// W64: encoding: [0x7e,0x04,0x10,0x7c]10708// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10709 10710v_cmp_u_f16 vcc, exec_hi, v210711// W64: encoding: [0x7f,0x04,0x10,0x7c]10712// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10713 10714v_cmp_u_f16 vcc, null, v210715// W64: encoding: [0x7c,0x04,0x10,0x7c]10716// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10717 10718v_cmp_u_f16 vcc, -1, v210719// W64: encoding: [0xc1,0x04,0x10,0x7c]10720// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10721 10722v_cmp_u_f16 vcc, 0.5, v210723// W64: encoding: [0xf0,0x04,0x10,0x7c]10724// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10725 10726v_cmp_u_f16 vcc, src_scc, v210727// W64: encoding: [0xfd,0x04,0x10,0x7c]10728// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10729 10730v_cmp_u_f16 vcc, 0xfe0b, v12710731// W64: encoding: [0xff,0xfe,0x10,0x7c,0x0b,0xfe,0x00,0x00]10732// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10733 10734v_cmp_u_f32 vcc_lo, v1, v210735// W32: encoding: [0x01,0x05,0x30,0x7c]10736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10737 10738v_cmp_u_f32 vcc_lo, v255, v210739// W32: encoding: [0xff,0x05,0x30,0x7c]10740// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10741 10742v_cmp_u_f32 vcc_lo, s1, v210743// W32: encoding: [0x01,0x04,0x30,0x7c]10744// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10745 10746v_cmp_u_f32 vcc_lo, s105, v210747// W32: encoding: [0x69,0x04,0x30,0x7c]10748// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10749 10750v_cmp_u_f32 vcc_lo, vcc_lo, v210751// W32: encoding: [0x6a,0x04,0x30,0x7c]10752// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10753 10754v_cmp_u_f32 vcc_lo, vcc_hi, v210755// W32: encoding: [0x6b,0x04,0x30,0x7c]10756// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10757 10758v_cmp_u_f32 vcc_lo, ttmp15, v210759// W32: encoding: [0x7b,0x04,0x30,0x7c]10760// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10761 10762v_cmp_u_f32 vcc_lo, m0, v210763// W32: encoding: [0x7d,0x04,0x30,0x7c]10764// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10765 10766v_cmp_u_f32 vcc_lo, exec_lo, v210767// W32: encoding: [0x7e,0x04,0x30,0x7c]10768// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10769 10770v_cmp_u_f32 vcc_lo, exec_hi, v210771// W32: encoding: [0x7f,0x04,0x30,0x7c]10772// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10773 10774v_cmp_u_f32 vcc_lo, null, v210775// W32: encoding: [0x7c,0x04,0x30,0x7c]10776// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10777 10778v_cmp_u_f32 vcc_lo, -1, v210779// W32: encoding: [0xc1,0x04,0x30,0x7c]10780// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10781 10782v_cmp_u_f32 vcc_lo, 0.5, v210783// W32: encoding: [0xf0,0x04,0x30,0x7c]10784// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10785 10786v_cmp_u_f32 vcc_lo, src_scc, v210787// W32: encoding: [0xfd,0x04,0x30,0x7c]10788// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10789 10790v_cmp_u_f32 vcc_lo, 0xaf123456, v25510791// W32: encoding: [0xff,0xfe,0x31,0x7c,0x56,0x34,0x12,0xaf]10792// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10793 10794v_cmp_u_f32 vcc, v1, v210795// W64: encoding: [0x01,0x05,0x30,0x7c]10796// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10797 10798v_cmp_u_f32 vcc, v255, v210799// W64: encoding: [0xff,0x05,0x30,0x7c]10800// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10801 10802v_cmp_u_f32 vcc, s1, v210803// W64: encoding: [0x01,0x04,0x30,0x7c]10804// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10805 10806v_cmp_u_f32 vcc, s105, v210807// W64: encoding: [0x69,0x04,0x30,0x7c]10808// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10809 10810v_cmp_u_f32 vcc, vcc_lo, v210811// W64: encoding: [0x6a,0x04,0x30,0x7c]10812// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10813 10814v_cmp_u_f32 vcc, vcc_hi, v210815// W64: encoding: [0x6b,0x04,0x30,0x7c]10816// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10817 10818v_cmp_u_f32 vcc, ttmp15, v210819// W64: encoding: [0x7b,0x04,0x30,0x7c]10820// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10821 10822v_cmp_u_f32 vcc, m0, v210823// W64: encoding: [0x7d,0x04,0x30,0x7c]10824// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10825 10826v_cmp_u_f32 vcc, exec_lo, v210827// W64: encoding: [0x7e,0x04,0x30,0x7c]10828// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10829 10830v_cmp_u_f32 vcc, exec_hi, v210831// W64: encoding: [0x7f,0x04,0x30,0x7c]10832// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10833 10834v_cmp_u_f32 vcc, null, v210835// W64: encoding: [0x7c,0x04,0x30,0x7c]10836// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10837 10838v_cmp_u_f32 vcc, -1, v210839// W64: encoding: [0xc1,0x04,0x30,0x7c]10840// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10841 10842v_cmp_u_f32 vcc, 0.5, v210843// W64: encoding: [0xf0,0x04,0x30,0x7c]10844// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10845 10846v_cmp_u_f32 vcc, src_scc, v210847// W64: encoding: [0xfd,0x04,0x30,0x7c]10848// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10849 10850v_cmp_u_f32 vcc, 0xaf123456, v25510851// W64: encoding: [0xff,0xfe,0x31,0x7c,0x56,0x34,0x12,0xaf]10852// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10853 10854v_cmp_u_f64 vcc_lo, v[1:2], v[2:3]10855// W32: encoding: [0x01,0x05,0x50,0x7c]10856// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10857 10858v_cmp_u_f64 vcc_lo, v[254:255], v[2:3]10859// W32: encoding: [0xfe,0x05,0x50,0x7c]10860// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10861 10862v_cmp_u_f64 vcc_lo, s[2:3], v[2:3]10863// W32: encoding: [0x02,0x04,0x50,0x7c]10864// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10865 10866v_cmp_u_f64 vcc_lo, s[104:105], v[2:3]10867// W32: encoding: [0x68,0x04,0x50,0x7c]10868// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10869 10870v_cmp_u_f64 vcc_lo, vcc, v[2:3]10871// W32: encoding: [0x6a,0x04,0x50,0x7c]10872// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10873 10874v_cmp_u_f64 vcc_lo, ttmp[14:15], v[2:3]10875// W32: encoding: [0x7a,0x04,0x50,0x7c]10876// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10877 10878v_cmp_u_f64 vcc_lo, exec, v[2:3]10879// W32: encoding: [0x7e,0x04,0x50,0x7c]10880// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10881 10882v_cmp_u_f64 vcc_lo, null, v[2:3]10883// W32: encoding: [0x7c,0x04,0x50,0x7c]10884// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10885 10886v_cmp_u_f64 vcc_lo, -1, v[2:3]10887// W32: encoding: [0xc1,0x04,0x50,0x7c]10888// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10889 10890v_cmp_u_f64 vcc_lo, 0.5, v[2:3]10891// W32: encoding: [0xf0,0x04,0x50,0x7c]10892// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10893 10894v_cmp_u_f64 vcc_lo, src_scc, v[2:3]10895// W32: encoding: [0xfd,0x04,0x50,0x7c]10896// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10897 10898v_cmp_u_f64 vcc_lo, 0xaf123456, v[254:255]10899// W32: encoding: [0xff,0xfc,0x51,0x7c,0x56,0x34,0x12,0xaf]10900// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10901 10902v_cmp_u_f64 vcc, v[1:2], v[2:3]10903// W64: encoding: [0x01,0x05,0x50,0x7c]10904// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10905 10906v_cmp_u_f64 vcc, v[254:255], v[2:3]10907// W64: encoding: [0xfe,0x05,0x50,0x7c]10908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10909 10910v_cmp_u_f64 vcc, s[2:3], v[2:3]10911// W64: encoding: [0x02,0x04,0x50,0x7c]10912// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10913 10914v_cmp_u_f64 vcc, s[104:105], v[2:3]10915// W64: encoding: [0x68,0x04,0x50,0x7c]10916// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10917 10918v_cmp_u_f64 vcc, vcc, v[2:3]10919// W64: encoding: [0x6a,0x04,0x50,0x7c]10920// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10921 10922v_cmp_u_f64 vcc, ttmp[14:15], v[2:3]10923// W64: encoding: [0x7a,0x04,0x50,0x7c]10924// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10925 10926v_cmp_u_f64 vcc, exec, v[2:3]10927// W64: encoding: [0x7e,0x04,0x50,0x7c]10928// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10929 10930v_cmp_u_f64 vcc, null, v[2:3]10931// W64: encoding: [0x7c,0x04,0x50,0x7c]10932// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10933 10934v_cmp_u_f64 vcc, -1, v[2:3]10935// W64: encoding: [0xc1,0x04,0x50,0x7c]10936// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10937 10938v_cmp_u_f64 vcc, 0.5, v[2:3]10939// W64: encoding: [0xf0,0x04,0x50,0x7c]10940// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10941 10942v_cmp_u_f64 vcc, src_scc, v[2:3]10943// W64: encoding: [0xfd,0x04,0x50,0x7c]10944// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10945 10946v_cmp_u_f64 vcc, 0xaf123456, v[254:255]10947// W64: encoding: [0xff,0xfc,0x51,0x7c,0x56,0x34,0x12,0xaf]10948// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode10949