brintos

brintos / llvm-project-archived public Read only

0
0
Text · 349.4 KiB · aa315a1 Raw
7173 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_dpp vcc_lo, v1, v2 quad_perm:[3,2,1,0]7// W32: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x1b,0x00,0xff]8// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode9 10v_cmp_class_f16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]11// W32: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0xe4,0x00,0xff]12// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode13 14v_cmp_class_f16 vcc_lo, v1, v2 row_mirror15// W32: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x40,0x01,0xff]16// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode17 18v_cmp_class_f16 vcc_lo, v1, v2 row_half_mirror19// W32: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x41,0x01,0xff]20// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode21 22v_cmp_class_f16 vcc_lo, v1, v2 row_shl:123// W32: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x01,0x01,0xff]24// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode25 26v_cmp_class_f16 vcc_lo, v1, v2 row_shl:1527// W32: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x0f,0x01,0xff]28// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode29 30v_cmp_class_f16 vcc_lo, v1, v2 row_shr:131// W32: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x11,0x01,0xff]32// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode33 34v_cmp_class_f16 vcc_lo, v1, v2 row_shr:1535// W32: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x1f,0x01,0xff]36// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode37 38v_cmp_class_f16 vcc_lo, v1, v2 row_ror:139// W32: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x21,0x01,0xff]40// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode41 42v_cmp_class_f16 vcc_lo, v1, v2 row_ror:1543// W32: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x2f,0x01,0xff]44// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode45 46v_cmp_class_f16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf47// W32: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x50,0x01,0xff]48// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode49 50v_cmp_class_f16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x151// W32: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x5f,0x01,0x01]52// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode53 54v_cmp_class_f16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:055// W32: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x60,0x09,0x13]56// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode57 58v_cmp_class_f16 vcc_lo, -|v127|, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:159// W32: encoding: [0xfa,0xfe,0xfa,0x7c,0x7f,0x6f,0x35,0x30]60// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode61 62v_cmp_class_f16 vcc, v1, v2 quad_perm:[3,2,1,0]63// W64: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x1b,0x00,0xff]64// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode65 66v_cmp_class_f16 vcc, v1, v2 quad_perm:[0,1,2,3]67// W64: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0xe4,0x00,0xff]68// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode69 70v_cmp_class_f16 vcc, v1, v2 row_mirror71// W64: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x40,0x01,0xff]72// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode73 74v_cmp_class_f16 vcc, v1, v2 row_half_mirror75// W64: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x41,0x01,0xff]76// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode77 78v_cmp_class_f16 vcc, v1, v2 row_shl:179// W64: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x01,0x01,0xff]80// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode81 82v_cmp_class_f16 vcc, v1, v2 row_shl:1583// W64: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x0f,0x01,0xff]84// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode85 86v_cmp_class_f16 vcc, v1, v2 row_shr:187// W64: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x11,0x01,0xff]88// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode89 90v_cmp_class_f16 vcc, v1, v2 row_shr:1591// W64: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x1f,0x01,0xff]92// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode93 94v_cmp_class_f16 vcc, v1, v2 row_ror:195// W64: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x21,0x01,0xff]96// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode97 98v_cmp_class_f16 vcc, v1, v2 row_ror:1599// W64: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x2f,0x01,0xff]100// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode101 102v_cmp_class_f16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf103// W64: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x50,0x01,0xff]104// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode105 106v_cmp_class_f16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x1107// W64: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x5f,0x01,0x01]108// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode109 110v_cmp_class_f16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:0111// W64: encoding: [0xfa,0x04,0xfa,0x7c,0x01,0x60,0x09,0x13]112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode113 114v_cmp_class_f16 vcc, -|v127|, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1115// W64: encoding: [0xfa,0xfe,0xfa,0x7c,0x7f,0x6f,0x35,0x30]116// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode117 118v_cmp_class_f32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]119// W32: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x1b,0x00,0xff]120// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode121 122v_cmp_class_f32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]123// W32: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0xe4,0x00,0xff]124// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode125 126v_cmp_class_f32 vcc_lo, v1, v2 row_mirror127// W32: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x40,0x01,0xff]128// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode129 130v_cmp_class_f32 vcc_lo, v1, v2 row_half_mirror131// W32: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x41,0x01,0xff]132// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode133 134v_cmp_class_f32 vcc_lo, v1, v2 row_shl:1135// W32: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x01,0x01,0xff]136// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode137 138v_cmp_class_f32 vcc_lo, v1, v2 row_shl:15139// W32: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x0f,0x01,0xff]140// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode141 142v_cmp_class_f32 vcc_lo, v1, v2 row_shr:1143// W32: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x11,0x01,0xff]144// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode145 146v_cmp_class_f32 vcc_lo, v1, v2 row_shr:15147// W32: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x1f,0x01,0xff]148// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode149 150v_cmp_class_f32 vcc_lo, v1, v2 row_ror:1151// W32: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x21,0x01,0xff]152// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode153 154v_cmp_class_f32 vcc_lo, v1, v2 row_ror:15155// W32: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x2f,0x01,0xff]156// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode157 158v_cmp_class_f32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf159// W32: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x50,0x01,0xff]160// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode161 162v_cmp_class_f32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x1163// W32: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x5f,0x01,0x01]164// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode165 166v_cmp_class_f32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:0167// W32: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x60,0x09,0x13]168// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode169 170v_cmp_class_f32 vcc_lo, -|v255|, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1171// W32: encoding: [0xfa,0xfe,0xfd,0x7c,0xff,0x6f,0x35,0x30]172// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode173 174v_cmp_class_f32 vcc, v1, v2 quad_perm:[3,2,1,0]175// W64: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x1b,0x00,0xff]176// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode177 178v_cmp_class_f32 vcc, v1, v2 quad_perm:[0,1,2,3]179// W64: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0xe4,0x00,0xff]180// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode181 182v_cmp_class_f32 vcc, v1, v2 row_mirror183// W64: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x40,0x01,0xff]184// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode185 186v_cmp_class_f32 vcc, v1, v2 row_half_mirror187// W64: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x41,0x01,0xff]188// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode189 190v_cmp_class_f32 vcc, v1, v2 row_shl:1191// W64: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x01,0x01,0xff]192// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode193 194v_cmp_class_f32 vcc, v1, v2 row_shl:15195// W64: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x0f,0x01,0xff]196// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode197 198v_cmp_class_f32 vcc, v1, v2 row_shr:1199// W64: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x11,0x01,0xff]200// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode201 202v_cmp_class_f32 vcc, v1, v2 row_shr:15203// W64: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x1f,0x01,0xff]204// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode205 206v_cmp_class_f32 vcc, v1, v2 row_ror:1207// W64: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x21,0x01,0xff]208// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode209 210v_cmp_class_f32 vcc, v1, v2 row_ror:15211// W64: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x2f,0x01,0xff]212// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode213 214v_cmp_class_f32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf215// W64: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x50,0x01,0xff]216// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode217 218v_cmp_class_f32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x1219// W64: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x5f,0x01,0x01]220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode221 222v_cmp_class_f32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:0223// W64: encoding: [0xfa,0x04,0xfc,0x7c,0x01,0x60,0x09,0x13]224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode225 226v_cmp_class_f32 vcc, -|v255|, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1227// W64: encoding: [0xfa,0xfe,0xfd,0x7c,0xff,0x6f,0x35,0x30]228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode229 230v_cmp_eq_f16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]231// W32: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x1b,0x00,0xff]232// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode233 234v_cmp_eq_f16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]235// W32: encoding: [0xfa,0x04,0x04,0x7c,0x01,0xe4,0x00,0xff]236// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode237 238v_cmp_eq_f16 vcc_lo, v1, v2 row_mirror239// W32: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x40,0x01,0xff]240// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode241 242v_cmp_eq_f16 vcc_lo, v1, v2 row_half_mirror243// W32: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x41,0x01,0xff]244// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode245 246v_cmp_eq_f16 vcc_lo, v1, v2 row_shl:1247// W32: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x01,0x01,0xff]248// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode249 250v_cmp_eq_f16 vcc_lo, v1, v2 row_shl:15251// W32: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x0f,0x01,0xff]252// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode253 254v_cmp_eq_f16 vcc_lo, v1, v2 row_shr:1255// W32: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x11,0x01,0xff]256// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode257 258v_cmp_eq_f16 vcc_lo, v1, v2 row_shr:15259// W32: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x1f,0x01,0xff]260// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode261 262v_cmp_eq_f16 vcc_lo, v1, v2 row_ror:1263// W32: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x21,0x01,0xff]264// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode265 266v_cmp_eq_f16 vcc_lo, v1, v2 row_ror:15267// W32: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x2f,0x01,0xff]268// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode269 270v_cmp_eq_f16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf271// W32: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x50,0x01,0xff]272// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode273 274v_cmp_eq_f16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x1275// W32: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x5f,0x01,0x01]276// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode277 278v_cmp_eq_f16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:0279// W32: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x60,0x09,0x13]280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode281 282v_cmp_eq_f16 vcc_lo, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1283// W32: encoding: [0xfa,0xfe,0x04,0x7c,0x7f,0x6f,0xf5,0x30]284// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode285 286v_cmp_eq_f16 vcc, v1, v2 quad_perm:[3,2,1,0]287// W64: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x1b,0x00,0xff]288// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode289 290v_cmp_eq_f16 vcc, v1, v2 quad_perm:[0,1,2,3]291// W64: encoding: [0xfa,0x04,0x04,0x7c,0x01,0xe4,0x00,0xff]292// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode293 294v_cmp_eq_f16 vcc, v1, v2 row_mirror295// W64: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x40,0x01,0xff]296// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode297 298v_cmp_eq_f16 vcc, v1, v2 row_half_mirror299// W64: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x41,0x01,0xff]300// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode301 302v_cmp_eq_f16 vcc, v1, v2 row_shl:1303// W64: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x01,0x01,0xff]304// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode305 306v_cmp_eq_f16 vcc, v1, v2 row_shl:15307// W64: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x0f,0x01,0xff]308// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode309 310v_cmp_eq_f16 vcc, v1, v2 row_shr:1311// W64: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x11,0x01,0xff]312// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode313 314v_cmp_eq_f16 vcc, v1, v2 row_shr:15315// W64: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x1f,0x01,0xff]316// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode317 318v_cmp_eq_f16 vcc, v1, v2 row_ror:1319// W64: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x21,0x01,0xff]320// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode321 322v_cmp_eq_f16 vcc, v1, v2 row_ror:15323// W64: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x2f,0x01,0xff]324// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode325 326v_cmp_eq_f16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf327// W64: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x50,0x01,0xff]328// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode329 330v_cmp_eq_f16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x1331// W64: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x5f,0x01,0x01]332// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode333 334v_cmp_eq_f16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:0335// W64: encoding: [0xfa,0x04,0x04,0x7c,0x01,0x60,0x09,0x13]336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode337 338v_cmp_eq_f16 vcc, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1339// W64: encoding: [0xfa,0xfe,0x04,0x7c,0x7f,0x6f,0xf5,0x30]340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode341 342v_cmp_eq_f32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]343// W32: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x1b,0x00,0xff]344// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode345 346v_cmp_eq_f32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]347// W32: encoding: [0xfa,0x04,0x24,0x7c,0x01,0xe4,0x00,0xff]348// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode349 350v_cmp_eq_f32 vcc_lo, v1, v2 row_mirror351// W32: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x40,0x01,0xff]352// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode353 354v_cmp_eq_f32 vcc_lo, v1, v2 row_half_mirror355// W32: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x41,0x01,0xff]356// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode357 358v_cmp_eq_f32 vcc_lo, v1, v2 row_shl:1359// W32: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x01,0x01,0xff]360// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode361 362v_cmp_eq_f32 vcc_lo, v1, v2 row_shl:15363// W32: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x0f,0x01,0xff]364// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode365 366v_cmp_eq_f32 vcc_lo, v1, v2 row_shr:1367// W32: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x11,0x01,0xff]368// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode369 370v_cmp_eq_f32 vcc_lo, v1, v2 row_shr:15371// W32: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x1f,0x01,0xff]372// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode373 374v_cmp_eq_f32 vcc_lo, v1, v2 row_ror:1375// W32: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x21,0x01,0xff]376// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode377 378v_cmp_eq_f32 vcc_lo, v1, v2 row_ror:15379// W32: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x2f,0x01,0xff]380// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode381 382v_cmp_eq_f32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf383// W32: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x50,0x01,0xff]384// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode385 386v_cmp_eq_f32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x1387// W32: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x5f,0x01,0x01]388// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode389 390v_cmp_eq_f32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:0391// W32: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x60,0x09,0x13]392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode393 394v_cmp_eq_f32 vcc_lo, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1395// W32: encoding: [0xfa,0xfe,0x25,0x7c,0xff,0x6f,0xf5,0x30]396// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode397 398v_cmp_eq_f32 vcc, v1, v2 quad_perm:[3,2,1,0]399// W64: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x1b,0x00,0xff]400// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode401 402v_cmp_eq_f32 vcc, v1, v2 quad_perm:[0,1,2,3]403// W64: encoding: [0xfa,0x04,0x24,0x7c,0x01,0xe4,0x00,0xff]404// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode405 406v_cmp_eq_f32 vcc, v1, v2 row_mirror407// W64: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x40,0x01,0xff]408// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode409 410v_cmp_eq_f32 vcc, v1, v2 row_half_mirror411// W64: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x41,0x01,0xff]412// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode413 414v_cmp_eq_f32 vcc, v1, v2 row_shl:1415// W64: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x01,0x01,0xff]416// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode417 418v_cmp_eq_f32 vcc, v1, v2 row_shl:15419// W64: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x0f,0x01,0xff]420// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode421 422v_cmp_eq_f32 vcc, v1, v2 row_shr:1423// W64: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x11,0x01,0xff]424// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode425 426v_cmp_eq_f32 vcc, v1, v2 row_shr:15427// W64: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x1f,0x01,0xff]428// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode429 430v_cmp_eq_f32 vcc, v1, v2 row_ror:1431// W64: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x21,0x01,0xff]432// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode433 434v_cmp_eq_f32 vcc, v1, v2 row_ror:15435// W64: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x2f,0x01,0xff]436// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode437 438v_cmp_eq_f32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf439// W64: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x50,0x01,0xff]440// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode441 442v_cmp_eq_f32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x1443// W64: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x5f,0x01,0x01]444// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode445 446v_cmp_eq_f32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:0447// W64: encoding: [0xfa,0x04,0x24,0x7c,0x01,0x60,0x09,0x13]448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode449 450v_cmp_eq_f32 vcc, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1451// W64: encoding: [0xfa,0xfe,0x25,0x7c,0xff,0x6f,0xf5,0x30]452// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode453 454v_cmp_eq_i16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]455// W32: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x1b,0x00,0xff]456// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode457 458v_cmp_eq_i16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]459// W32: encoding: [0xfa,0x04,0x64,0x7c,0x01,0xe4,0x00,0xff]460// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode461 462v_cmp_eq_i16 vcc_lo, v1, v2 row_mirror463// W32: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x40,0x01,0xff]464// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode465 466v_cmp_eq_i16 vcc_lo, v1, v2 row_half_mirror467// W32: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x41,0x01,0xff]468// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode469 470v_cmp_eq_i16 vcc_lo, v1, v2 row_shl:1471// W32: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x01,0x01,0xff]472// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode473 474v_cmp_eq_i16 vcc_lo, v1, v2 row_shl:15475// W32: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x0f,0x01,0xff]476// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode477 478v_cmp_eq_i16 vcc_lo, v1, v2 row_shr:1479// W32: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x11,0x01,0xff]480// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode481 482v_cmp_eq_i16 vcc_lo, v1, v2 row_shr:15483// W32: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x1f,0x01,0xff]484// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode485 486v_cmp_eq_i16 vcc_lo, v1, v2 row_ror:1487// W32: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x21,0x01,0xff]488// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode489 490v_cmp_eq_i16 vcc_lo, v1, v2 row_ror:15491// W32: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x2f,0x01,0xff]492// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode493 494v_cmp_eq_i16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf495// W32: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x50,0x01,0xff]496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode497 498v_cmp_eq_i16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x1499// W32: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x5f,0x01,0x01]500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode501 502v_cmp_eq_i16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:0503// W32: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x60,0x09,0x13]504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode505 506v_cmp_eq_i16 vcc_lo, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1507// W32: encoding: [0xfa,0xfe,0x64,0x7c,0x7f,0x6f,0x05,0x30]508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode509 510v_cmp_eq_i16 vcc, v1, v2 quad_perm:[3,2,1,0]511// W64: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x1b,0x00,0xff]512// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode513 514v_cmp_eq_i16 vcc, v1, v2 quad_perm:[0,1,2,3]515// W64: encoding: [0xfa,0x04,0x64,0x7c,0x01,0xe4,0x00,0xff]516// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode517 518v_cmp_eq_i16 vcc, v1, v2 row_mirror519// W64: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x40,0x01,0xff]520// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode521 522v_cmp_eq_i16 vcc, v1, v2 row_half_mirror523// W64: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x41,0x01,0xff]524// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode525 526v_cmp_eq_i16 vcc, v1, v2 row_shl:1527// W64: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x01,0x01,0xff]528// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode529 530v_cmp_eq_i16 vcc, v1, v2 row_shl:15531// W64: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x0f,0x01,0xff]532// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode533 534v_cmp_eq_i16 vcc, v1, v2 row_shr:1535// W64: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x11,0x01,0xff]536// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode537 538v_cmp_eq_i16 vcc, v1, v2 row_shr:15539// W64: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x1f,0x01,0xff]540// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode541 542v_cmp_eq_i16 vcc, v1, v2 row_ror:1543// W64: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x21,0x01,0xff]544// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode545 546v_cmp_eq_i16 vcc, v1, v2 row_ror:15547// W64: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x2f,0x01,0xff]548// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode549 550v_cmp_eq_i16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf551// W64: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x50,0x01,0xff]552// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode553 554v_cmp_eq_i16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x1555// W64: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x5f,0x01,0x01]556// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode557 558v_cmp_eq_i16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:0559// W64: encoding: [0xfa,0x04,0x64,0x7c,0x01,0x60,0x09,0x13]560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode561 562v_cmp_eq_i16 vcc, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1563// W64: encoding: [0xfa,0xfe,0x64,0x7c,0x7f,0x6f,0x05,0x30]564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode565 566v_cmp_eq_i32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]567// W32: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x1b,0x00,0xff]568// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode569 570v_cmp_eq_i32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]571// W32: encoding: [0xfa,0x04,0x84,0x7c,0x01,0xe4,0x00,0xff]572// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode573 574v_cmp_eq_i32 vcc_lo, v1, v2 row_mirror575// W32: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x40,0x01,0xff]576// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode577 578v_cmp_eq_i32 vcc_lo, v1, v2 row_half_mirror579// W32: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x41,0x01,0xff]580// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode581 582v_cmp_eq_i32 vcc_lo, v1, v2 row_shl:1583// W32: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x01,0x01,0xff]584// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode585 586v_cmp_eq_i32 vcc_lo, v1, v2 row_shl:15587// W32: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x0f,0x01,0xff]588// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode589 590v_cmp_eq_i32 vcc_lo, v1, v2 row_shr:1591// W32: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x11,0x01,0xff]592// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode593 594v_cmp_eq_i32 vcc_lo, v1, v2 row_shr:15595// W32: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x1f,0x01,0xff]596// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode597 598v_cmp_eq_i32 vcc_lo, v1, v2 row_ror:1599// W32: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x21,0x01,0xff]600// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode601 602v_cmp_eq_i32 vcc_lo, v1, v2 row_ror:15603// W32: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x2f,0x01,0xff]604// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode605 606v_cmp_eq_i32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf607// W32: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x50,0x01,0xff]608// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode609 610v_cmp_eq_i32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x1611// W32: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x5f,0x01,0x01]612// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode613 614v_cmp_eq_i32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:0615// W32: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x60,0x09,0x13]616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode617 618v_cmp_eq_i32 vcc_lo, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1619// W32: encoding: [0xfa,0xfe,0x85,0x7c,0xff,0x6f,0x05,0x30]620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode621 622v_cmp_eq_i32 vcc, v1, v2 quad_perm:[3,2,1,0]623// W64: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x1b,0x00,0xff]624// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode625 626v_cmp_eq_i32 vcc, v1, v2 quad_perm:[0,1,2,3]627// W64: encoding: [0xfa,0x04,0x84,0x7c,0x01,0xe4,0x00,0xff]628// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode629 630v_cmp_eq_i32 vcc, v1, v2 row_mirror631// W64: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x40,0x01,0xff]632// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode633 634v_cmp_eq_i32 vcc, v1, v2 row_half_mirror635// W64: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x41,0x01,0xff]636// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode637 638v_cmp_eq_i32 vcc, v1, v2 row_shl:1639// W64: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x01,0x01,0xff]640// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode641 642v_cmp_eq_i32 vcc, v1, v2 row_shl:15643// W64: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x0f,0x01,0xff]644// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode645 646v_cmp_eq_i32 vcc, v1, v2 row_shr:1647// W64: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x11,0x01,0xff]648// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode649 650v_cmp_eq_i32 vcc, v1, v2 row_shr:15651// W64: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x1f,0x01,0xff]652// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode653 654v_cmp_eq_i32 vcc, v1, v2 row_ror:1655// W64: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x21,0x01,0xff]656// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode657 658v_cmp_eq_i32 vcc, v1, v2 row_ror:15659// W64: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x2f,0x01,0xff]660// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode661 662v_cmp_eq_i32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf663// W64: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x50,0x01,0xff]664// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode665 666v_cmp_eq_i32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x1667// W64: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x5f,0x01,0x01]668// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode669 670v_cmp_eq_i32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:0671// W64: encoding: [0xfa,0x04,0x84,0x7c,0x01,0x60,0x09,0x13]672// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode673 674v_cmp_eq_i32 vcc, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1675// W64: encoding: [0xfa,0xfe,0x85,0x7c,0xff,0x6f,0x05,0x30]676// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode677 678v_cmp_eq_u16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]679// W32: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x1b,0x00,0xff]680// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode681 682v_cmp_eq_u16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]683// W32: encoding: [0xfa,0x04,0x74,0x7c,0x01,0xe4,0x00,0xff]684// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode685 686v_cmp_eq_u16 vcc_lo, v1, v2 row_mirror687// W32: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x40,0x01,0xff]688// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode689 690v_cmp_eq_u16 vcc_lo, v1, v2 row_half_mirror691// W32: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x41,0x01,0xff]692// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode693 694v_cmp_eq_u16 vcc_lo, v1, v2 row_shl:1695// W32: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x01,0x01,0xff]696// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode697 698v_cmp_eq_u16 vcc_lo, v1, v2 row_shl:15699// W32: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x0f,0x01,0xff]700// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode701 702v_cmp_eq_u16 vcc_lo, v1, v2 row_shr:1703// W32: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x11,0x01,0xff]704// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode705 706v_cmp_eq_u16 vcc_lo, v1, v2 row_shr:15707// W32: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x1f,0x01,0xff]708// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode709 710v_cmp_eq_u16 vcc_lo, v1, v2 row_ror:1711// W32: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x21,0x01,0xff]712// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode713 714v_cmp_eq_u16 vcc_lo, v1, v2 row_ror:15715// W32: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x2f,0x01,0xff]716// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode717 718v_cmp_eq_u16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf719// W32: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x50,0x01,0xff]720// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode721 722v_cmp_eq_u16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x1723// W32: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x5f,0x01,0x01]724// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode725 726v_cmp_eq_u16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:0727// W32: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x60,0x09,0x13]728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode729 730v_cmp_eq_u16 vcc_lo, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1731// W32: encoding: [0xfa,0xfe,0x74,0x7c,0x7f,0x6f,0x05,0x30]732// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode733 734v_cmp_eq_u16 vcc, v1, v2 quad_perm:[3,2,1,0]735// W64: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x1b,0x00,0xff]736// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode737 738v_cmp_eq_u16 vcc, v1, v2 quad_perm:[0,1,2,3]739// W64: encoding: [0xfa,0x04,0x74,0x7c,0x01,0xe4,0x00,0xff]740// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode741 742v_cmp_eq_u16 vcc, v1, v2 row_mirror743// W64: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x40,0x01,0xff]744// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode745 746v_cmp_eq_u16 vcc, v1, v2 row_half_mirror747// W64: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x41,0x01,0xff]748// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode749 750v_cmp_eq_u16 vcc, v1, v2 row_shl:1751// W64: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x01,0x01,0xff]752// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode753 754v_cmp_eq_u16 vcc, v1, v2 row_shl:15755// W64: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x0f,0x01,0xff]756// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode757 758v_cmp_eq_u16 vcc, v1, v2 row_shr:1759// W64: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x11,0x01,0xff]760// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode761 762v_cmp_eq_u16 vcc, v1, v2 row_shr:15763// W64: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x1f,0x01,0xff]764// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode765 766v_cmp_eq_u16 vcc, v1, v2 row_ror:1767// W64: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x21,0x01,0xff]768// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode769 770v_cmp_eq_u16 vcc, v1, v2 row_ror:15771// W64: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x2f,0x01,0xff]772// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode773 774v_cmp_eq_u16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf775// W64: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x50,0x01,0xff]776// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode777 778v_cmp_eq_u16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x1779// W64: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x5f,0x01,0x01]780// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode781 782v_cmp_eq_u16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:0783// W64: encoding: [0xfa,0x04,0x74,0x7c,0x01,0x60,0x09,0x13]784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode785 786v_cmp_eq_u16 vcc, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1787// W64: encoding: [0xfa,0xfe,0x74,0x7c,0x7f,0x6f,0x05,0x30]788// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode789 790v_cmp_eq_u32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]791// W32: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x1b,0x00,0xff]792// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode793 794v_cmp_eq_u32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]795// W32: encoding: [0xfa,0x04,0x94,0x7c,0x01,0xe4,0x00,0xff]796// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode797 798v_cmp_eq_u32 vcc_lo, v1, v2 row_mirror799// W32: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x40,0x01,0xff]800// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode801 802v_cmp_eq_u32 vcc_lo, v1, v2 row_half_mirror803// W32: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x41,0x01,0xff]804// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode805 806v_cmp_eq_u32 vcc_lo, v1, v2 row_shl:1807// W32: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x01,0x01,0xff]808// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode809 810v_cmp_eq_u32 vcc_lo, v1, v2 row_shl:15811// W32: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x0f,0x01,0xff]812// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode813 814v_cmp_eq_u32 vcc_lo, v1, v2 row_shr:1815// W32: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x11,0x01,0xff]816// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode817 818v_cmp_eq_u32 vcc_lo, v1, v2 row_shr:15819// W32: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x1f,0x01,0xff]820// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode821 822v_cmp_eq_u32 vcc_lo, v1, v2 row_ror:1823// W32: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x21,0x01,0xff]824// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode825 826v_cmp_eq_u32 vcc_lo, v1, v2 row_ror:15827// W32: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x2f,0x01,0xff]828// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode829 830v_cmp_eq_u32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf831// W32: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x50,0x01,0xff]832// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode833 834v_cmp_eq_u32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x1835// W32: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x5f,0x01,0x01]836// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode837 838v_cmp_eq_u32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:0839// W32: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x60,0x09,0x13]840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode841 842v_cmp_eq_u32 vcc_lo, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1843// W32: encoding: [0xfa,0xfe,0x95,0x7c,0xff,0x6f,0x05,0x30]844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode845 846v_cmp_eq_u32 vcc, v1, v2 quad_perm:[3,2,1,0]847// W64: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x1b,0x00,0xff]848// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode849 850v_cmp_eq_u32 vcc, v1, v2 quad_perm:[0,1,2,3]851// W64: encoding: [0xfa,0x04,0x94,0x7c,0x01,0xe4,0x00,0xff]852// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode853 854v_cmp_eq_u32 vcc, v1, v2 row_mirror855// W64: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x40,0x01,0xff]856// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode857 858v_cmp_eq_u32 vcc, v1, v2 row_half_mirror859// W64: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x41,0x01,0xff]860// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode861 862v_cmp_eq_u32 vcc, v1, v2 row_shl:1863// W64: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x01,0x01,0xff]864// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode865 866v_cmp_eq_u32 vcc, v1, v2 row_shl:15867// W64: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x0f,0x01,0xff]868// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode869 870v_cmp_eq_u32 vcc, v1, v2 row_shr:1871// W64: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x11,0x01,0xff]872// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode873 874v_cmp_eq_u32 vcc, v1, v2 row_shr:15875// W64: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x1f,0x01,0xff]876// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode877 878v_cmp_eq_u32 vcc, v1, v2 row_ror:1879// W64: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x21,0x01,0xff]880// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode881 882v_cmp_eq_u32 vcc, v1, v2 row_ror:15883// W64: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x2f,0x01,0xff]884// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode885 886v_cmp_eq_u32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf887// W64: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x50,0x01,0xff]888// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode889 890v_cmp_eq_u32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x1891// W64: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x5f,0x01,0x01]892// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode893 894v_cmp_eq_u32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:0895// W64: encoding: [0xfa,0x04,0x94,0x7c,0x01,0x60,0x09,0x13]896// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode897 898v_cmp_eq_u32 vcc, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1899// W64: encoding: [0xfa,0xfe,0x95,0x7c,0xff,0x6f,0x05,0x30]900// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode901 902v_cmp_f_f16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]903// W32: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x1b,0x00,0xff]904// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode905 906v_cmp_f_f16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]907// W32: encoding: [0xfa,0x04,0x00,0x7c,0x01,0xe4,0x00,0xff]908// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode909 910v_cmp_f_f16 vcc_lo, v1, v2 row_mirror911// W32: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x40,0x01,0xff]912// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode913 914v_cmp_f_f16 vcc_lo, v1, v2 row_half_mirror915// W32: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x41,0x01,0xff]916// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode917 918v_cmp_f_f16 vcc_lo, v1, v2 row_shl:1919// W32: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x01,0x01,0xff]920// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode921 922v_cmp_f_f16 vcc_lo, v1, v2 row_shl:15923// W32: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x0f,0x01,0xff]924// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode925 926v_cmp_f_f16 vcc_lo, v1, v2 row_shr:1927// W32: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x11,0x01,0xff]928// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode929 930v_cmp_f_f16 vcc_lo, v1, v2 row_shr:15931// W32: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x1f,0x01,0xff]932// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode933 934v_cmp_f_f16 vcc_lo, v1, v2 row_ror:1935// W32: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x21,0x01,0xff]936// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode937 938v_cmp_f_f16 vcc_lo, v1, v2 row_ror:15939// W32: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x2f,0x01,0xff]940// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode941 942v_cmp_f_f16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf943// W32: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x50,0x01,0xff]944// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode945 946v_cmp_f_f16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x1947// W32: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x5f,0x01,0x01]948// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode949 950v_cmp_f_f16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:0951// W32: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x60,0x09,0x13]952// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode953 954v_cmp_f_f16 vcc_lo, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1955// W32: encoding: [0xfa,0xfe,0x00,0x7c,0x7f,0x6f,0xf5,0x30]956// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode957 958v_cmp_f_f16 vcc, v1, v2 quad_perm:[3,2,1,0]959// W64: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x1b,0x00,0xff]960// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode961 962v_cmp_f_f16 vcc, v1, v2 quad_perm:[0,1,2,3]963// W64: encoding: [0xfa,0x04,0x00,0x7c,0x01,0xe4,0x00,0xff]964// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode965 966v_cmp_f_f16 vcc, v1, v2 row_mirror967// W64: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x40,0x01,0xff]968// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode969 970v_cmp_f_f16 vcc, v1, v2 row_half_mirror971// W64: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x41,0x01,0xff]972// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode973 974v_cmp_f_f16 vcc, v1, v2 row_shl:1975// W64: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x01,0x01,0xff]976// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode977 978v_cmp_f_f16 vcc, v1, v2 row_shl:15979// W64: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x0f,0x01,0xff]980// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode981 982v_cmp_f_f16 vcc, v1, v2 row_shr:1983// W64: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x11,0x01,0xff]984// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode985 986v_cmp_f_f16 vcc, v1, v2 row_shr:15987// W64: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x1f,0x01,0xff]988// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode989 990v_cmp_f_f16 vcc, v1, v2 row_ror:1991// W64: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x21,0x01,0xff]992// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode993 994v_cmp_f_f16 vcc, v1, v2 row_ror:15995// W64: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x2f,0x01,0xff]996// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode997 998v_cmp_f_f16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf999// W64: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x50,0x01,0xff]1000// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1001 1002v_cmp_f_f16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x11003// W64: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x5f,0x01,0x01]1004// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1005 1006v_cmp_f_f16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:01007// W64: encoding: [0xfa,0x04,0x00,0x7c,0x01,0x60,0x09,0x13]1008// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1009 1010v_cmp_f_f16 vcc, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11011// W64: encoding: [0xfa,0xfe,0x00,0x7c,0x7f,0x6f,0xf5,0x30]1012// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1013 1014v_cmp_f_f32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]1015// W32: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x1b,0x00,0xff]1016// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1017 1018v_cmp_f_f32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]1019// W32: encoding: [0xfa,0x04,0x20,0x7c,0x01,0xe4,0x00,0xff]1020// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1021 1022v_cmp_f_f32 vcc_lo, v1, v2 row_mirror1023// W32: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x40,0x01,0xff]1024// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1025 1026v_cmp_f_f32 vcc_lo, v1, v2 row_half_mirror1027// W32: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x41,0x01,0xff]1028// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1029 1030v_cmp_f_f32 vcc_lo, v1, v2 row_shl:11031// W32: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x01,0x01,0xff]1032// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1033 1034v_cmp_f_f32 vcc_lo, v1, v2 row_shl:151035// W32: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x0f,0x01,0xff]1036// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1037 1038v_cmp_f_f32 vcc_lo, v1, v2 row_shr:11039// W32: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x11,0x01,0xff]1040// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1041 1042v_cmp_f_f32 vcc_lo, v1, v2 row_shr:151043// W32: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x1f,0x01,0xff]1044// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1045 1046v_cmp_f_f32 vcc_lo, v1, v2 row_ror:11047// W32: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x21,0x01,0xff]1048// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1049 1050v_cmp_f_f32 vcc_lo, v1, v2 row_ror:151051// W32: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x2f,0x01,0xff]1052// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1053 1054v_cmp_f_f32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf1055// W32: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x50,0x01,0xff]1056// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1057 1058v_cmp_f_f32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x11059// W32: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x5f,0x01,0x01]1060// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1061 1062v_cmp_f_f32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:01063// W32: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x60,0x09,0x13]1064// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1065 1066v_cmp_f_f32 vcc_lo, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11067// W32: encoding: [0xfa,0xfe,0x21,0x7c,0xff,0x6f,0xf5,0x30]1068// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1069 1070v_cmp_f_f32 vcc, v1, v2 quad_perm:[3,2,1,0]1071// W64: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x1b,0x00,0xff]1072// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1073 1074v_cmp_f_f32 vcc, v1, v2 quad_perm:[0,1,2,3]1075// W64: encoding: [0xfa,0x04,0x20,0x7c,0x01,0xe4,0x00,0xff]1076// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1077 1078v_cmp_f_f32 vcc, v1, v2 row_mirror1079// W64: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x40,0x01,0xff]1080// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1081 1082v_cmp_f_f32 vcc, v1, v2 row_half_mirror1083// W64: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x41,0x01,0xff]1084// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1085 1086v_cmp_f_f32 vcc, v1, v2 row_shl:11087// W64: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x01,0x01,0xff]1088// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1089 1090v_cmp_f_f32 vcc, v1, v2 row_shl:151091// W64: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x0f,0x01,0xff]1092// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1093 1094v_cmp_f_f32 vcc, v1, v2 row_shr:11095// W64: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x11,0x01,0xff]1096// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1097 1098v_cmp_f_f32 vcc, v1, v2 row_shr:151099// W64: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x1f,0x01,0xff]1100// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1101 1102v_cmp_f_f32 vcc, v1, v2 row_ror:11103// W64: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x21,0x01,0xff]1104// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1105 1106v_cmp_f_f32 vcc, v1, v2 row_ror:151107// W64: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x2f,0x01,0xff]1108// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1109 1110v_cmp_f_f32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf1111// W64: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x50,0x01,0xff]1112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1113 1114v_cmp_f_f32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x11115// W64: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x5f,0x01,0x01]1116// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1117 1118v_cmp_f_f32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:01119// W64: encoding: [0xfa,0x04,0x20,0x7c,0x01,0x60,0x09,0x13]1120// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1121 1122v_cmp_f_f32 vcc, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11123// W64: encoding: [0xfa,0xfe,0x21,0x7c,0xff,0x6f,0xf5,0x30]1124// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1125 1126v_cmp_f_i32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]1127// W32: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x1b,0x00,0xff]1128// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1129 1130v_cmp_f_i32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]1131// W32: encoding: [0xfa,0x04,0x80,0x7c,0x01,0xe4,0x00,0xff]1132// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1133 1134v_cmp_f_i32 vcc_lo, v1, v2 row_mirror1135// W32: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x40,0x01,0xff]1136// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1137 1138v_cmp_f_i32 vcc_lo, v1, v2 row_half_mirror1139// W32: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x41,0x01,0xff]1140// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1141 1142v_cmp_f_i32 vcc_lo, v1, v2 row_shl:11143// W32: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x01,0x01,0xff]1144// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1145 1146v_cmp_f_i32 vcc_lo, v1, v2 row_shl:151147// W32: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x0f,0x01,0xff]1148// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1149 1150v_cmp_f_i32 vcc_lo, v1, v2 row_shr:11151// W32: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x11,0x01,0xff]1152// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1153 1154v_cmp_f_i32 vcc_lo, v1, v2 row_shr:151155// W32: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x1f,0x01,0xff]1156// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1157 1158v_cmp_f_i32 vcc_lo, v1, v2 row_ror:11159// W32: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x21,0x01,0xff]1160// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1161 1162v_cmp_f_i32 vcc_lo, v1, v2 row_ror:151163// W32: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x2f,0x01,0xff]1164// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1165 1166v_cmp_f_i32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf1167// W32: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x50,0x01,0xff]1168// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1169 1170v_cmp_f_i32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x11171// W32: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x5f,0x01,0x01]1172// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1173 1174v_cmp_f_i32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:01175// W32: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x60,0x09,0x13]1176// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1177 1178v_cmp_f_i32 vcc_lo, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11179// W32: encoding: [0xfa,0xfe,0x81,0x7c,0xff,0x6f,0x05,0x30]1180// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1181 1182v_cmp_f_i32 vcc, v1, v2 quad_perm:[3,2,1,0]1183// W64: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x1b,0x00,0xff]1184// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1185 1186v_cmp_f_i32 vcc, v1, v2 quad_perm:[0,1,2,3]1187// W64: encoding: [0xfa,0x04,0x80,0x7c,0x01,0xe4,0x00,0xff]1188// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1189 1190v_cmp_f_i32 vcc, v1, v2 row_mirror1191// W64: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x40,0x01,0xff]1192// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1193 1194v_cmp_f_i32 vcc, v1, v2 row_half_mirror1195// W64: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x41,0x01,0xff]1196// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1197 1198v_cmp_f_i32 vcc, v1, v2 row_shl:11199// W64: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x01,0x01,0xff]1200// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1201 1202v_cmp_f_i32 vcc, v1, v2 row_shl:151203// W64: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x0f,0x01,0xff]1204// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1205 1206v_cmp_f_i32 vcc, v1, v2 row_shr:11207// W64: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x11,0x01,0xff]1208// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1209 1210v_cmp_f_i32 vcc, v1, v2 row_shr:151211// W64: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x1f,0x01,0xff]1212// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1213 1214v_cmp_f_i32 vcc, v1, v2 row_ror:11215// W64: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x21,0x01,0xff]1216// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1217 1218v_cmp_f_i32 vcc, v1, v2 row_ror:151219// W64: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x2f,0x01,0xff]1220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1221 1222v_cmp_f_i32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf1223// W64: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x50,0x01,0xff]1224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1225 1226v_cmp_f_i32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x11227// W64: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x5f,0x01,0x01]1228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1229 1230v_cmp_f_i32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:01231// W64: encoding: [0xfa,0x04,0x80,0x7c,0x01,0x60,0x09,0x13]1232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1233 1234v_cmp_f_i32 vcc, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11235// W64: encoding: [0xfa,0xfe,0x81,0x7c,0xff,0x6f,0x05,0x30]1236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1237 1238v_cmp_f_u32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]1239// W32: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x1b,0x00,0xff]1240// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1241 1242v_cmp_f_u32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]1243// W32: encoding: [0xfa,0x04,0x90,0x7c,0x01,0xe4,0x00,0xff]1244// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1245 1246v_cmp_f_u32 vcc_lo, v1, v2 row_mirror1247// W32: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x40,0x01,0xff]1248// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1249 1250v_cmp_f_u32 vcc_lo, v1, v2 row_half_mirror1251// W32: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x41,0x01,0xff]1252// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1253 1254v_cmp_f_u32 vcc_lo, v1, v2 row_shl:11255// W32: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x01,0x01,0xff]1256// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1257 1258v_cmp_f_u32 vcc_lo, v1, v2 row_shl:151259// W32: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x0f,0x01,0xff]1260// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1261 1262v_cmp_f_u32 vcc_lo, v1, v2 row_shr:11263// W32: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x11,0x01,0xff]1264// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1265 1266v_cmp_f_u32 vcc_lo, v1, v2 row_shr:151267// W32: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x1f,0x01,0xff]1268// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1269 1270v_cmp_f_u32 vcc_lo, v1, v2 row_ror:11271// W32: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x21,0x01,0xff]1272// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1273 1274v_cmp_f_u32 vcc_lo, v1, v2 row_ror:151275// W32: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x2f,0x01,0xff]1276// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1277 1278v_cmp_f_u32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf1279// W32: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x50,0x01,0xff]1280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1281 1282v_cmp_f_u32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x11283// W32: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x5f,0x01,0x01]1284// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1285 1286v_cmp_f_u32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:01287// W32: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x60,0x09,0x13]1288// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1289 1290v_cmp_f_u32 vcc_lo, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11291// W32: encoding: [0xfa,0xfe,0x91,0x7c,0xff,0x6f,0x05,0x30]1292// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1293 1294v_cmp_f_u32 vcc, v1, v2 quad_perm:[3,2,1,0]1295// W64: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x1b,0x00,0xff]1296// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1297 1298v_cmp_f_u32 vcc, v1, v2 quad_perm:[0,1,2,3]1299// W64: encoding: [0xfa,0x04,0x90,0x7c,0x01,0xe4,0x00,0xff]1300// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1301 1302v_cmp_f_u32 vcc, v1, v2 row_mirror1303// W64: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x40,0x01,0xff]1304// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1305 1306v_cmp_f_u32 vcc, v1, v2 row_half_mirror1307// W64: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x41,0x01,0xff]1308// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1309 1310v_cmp_f_u32 vcc, v1, v2 row_shl:11311// W64: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x01,0x01,0xff]1312// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1313 1314v_cmp_f_u32 vcc, v1, v2 row_shl:151315// W64: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x0f,0x01,0xff]1316// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1317 1318v_cmp_f_u32 vcc, v1, v2 row_shr:11319// W64: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x11,0x01,0xff]1320// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1321 1322v_cmp_f_u32 vcc, v1, v2 row_shr:151323// W64: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x1f,0x01,0xff]1324// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1325 1326v_cmp_f_u32 vcc, v1, v2 row_ror:11327// W64: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x21,0x01,0xff]1328// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1329 1330v_cmp_f_u32 vcc, v1, v2 row_ror:151331// W64: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x2f,0x01,0xff]1332// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1333 1334v_cmp_f_u32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf1335// W64: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x50,0x01,0xff]1336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1337 1338v_cmp_f_u32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x11339// W64: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x5f,0x01,0x01]1340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1341 1342v_cmp_f_u32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:01343// W64: encoding: [0xfa,0x04,0x90,0x7c,0x01,0x60,0x09,0x13]1344// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1345 1346v_cmp_f_u32 vcc, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11347// W64: encoding: [0xfa,0xfe,0x91,0x7c,0xff,0x6f,0x05,0x30]1348// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1349 1350v_cmp_ge_f16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]1351// W32: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x1b,0x00,0xff]1352// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1353 1354v_cmp_ge_f16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]1355// W32: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0xe4,0x00,0xff]1356// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1357 1358v_cmp_ge_f16 vcc_lo, v1, v2 row_mirror1359// W32: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x40,0x01,0xff]1360// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1361 1362v_cmp_ge_f16 vcc_lo, v1, v2 row_half_mirror1363// W32: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x41,0x01,0xff]1364// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1365 1366v_cmp_ge_f16 vcc_lo, v1, v2 row_shl:11367// W32: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x01,0x01,0xff]1368// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1369 1370v_cmp_ge_f16 vcc_lo, v1, v2 row_shl:151371// W32: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x0f,0x01,0xff]1372// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1373 1374v_cmp_ge_f16 vcc_lo, v1, v2 row_shr:11375// W32: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x11,0x01,0xff]1376// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1377 1378v_cmp_ge_f16 vcc_lo, v1, v2 row_shr:151379// W32: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x1f,0x01,0xff]1380// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1381 1382v_cmp_ge_f16 vcc_lo, v1, v2 row_ror:11383// W32: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x21,0x01,0xff]1384// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1385 1386v_cmp_ge_f16 vcc_lo, v1, v2 row_ror:151387// W32: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x2f,0x01,0xff]1388// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1389 1390v_cmp_ge_f16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf1391// W32: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x50,0x01,0xff]1392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1393 1394v_cmp_ge_f16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x11395// W32: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x5f,0x01,0x01]1396// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1397 1398v_cmp_ge_f16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:01399// W32: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x60,0x09,0x13]1400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1401 1402v_cmp_ge_f16 vcc_lo, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11403// W32: encoding: [0xfa,0xfe,0x0c,0x7c,0x7f,0x6f,0xf5,0x30]1404// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1405 1406v_cmp_ge_f16 vcc, v1, v2 quad_perm:[3,2,1,0]1407// W64: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x1b,0x00,0xff]1408// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1409 1410v_cmp_ge_f16 vcc, v1, v2 quad_perm:[0,1,2,3]1411// W64: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0xe4,0x00,0xff]1412// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1413 1414v_cmp_ge_f16 vcc, v1, v2 row_mirror1415// W64: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x40,0x01,0xff]1416// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1417 1418v_cmp_ge_f16 vcc, v1, v2 row_half_mirror1419// W64: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x41,0x01,0xff]1420// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1421 1422v_cmp_ge_f16 vcc, v1, v2 row_shl:11423// W64: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x01,0x01,0xff]1424// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1425 1426v_cmp_ge_f16 vcc, v1, v2 row_shl:151427// W64: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x0f,0x01,0xff]1428// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1429 1430v_cmp_ge_f16 vcc, v1, v2 row_shr:11431// W64: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x11,0x01,0xff]1432// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1433 1434v_cmp_ge_f16 vcc, v1, v2 row_shr:151435// W64: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x1f,0x01,0xff]1436// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1437 1438v_cmp_ge_f16 vcc, v1, v2 row_ror:11439// W64: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x21,0x01,0xff]1440// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1441 1442v_cmp_ge_f16 vcc, v1, v2 row_ror:151443// W64: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x2f,0x01,0xff]1444// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1445 1446v_cmp_ge_f16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf1447// W64: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x50,0x01,0xff]1448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1449 1450v_cmp_ge_f16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x11451// W64: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x5f,0x01,0x01]1452// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1453 1454v_cmp_ge_f16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:01455// W64: encoding: [0xfa,0x04,0x0c,0x7c,0x01,0x60,0x09,0x13]1456// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1457 1458v_cmp_ge_f16 vcc, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11459// W64: encoding: [0xfa,0xfe,0x0c,0x7c,0x7f,0x6f,0xf5,0x30]1460// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1461 1462v_cmp_ge_f32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]1463// W32: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x1b,0x00,0xff]1464// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1465 1466v_cmp_ge_f32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]1467// W32: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0xe4,0x00,0xff]1468// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1469 1470v_cmp_ge_f32 vcc_lo, v1, v2 row_mirror1471// W32: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x40,0x01,0xff]1472// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1473 1474v_cmp_ge_f32 vcc_lo, v1, v2 row_half_mirror1475// W32: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x41,0x01,0xff]1476// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1477 1478v_cmp_ge_f32 vcc_lo, v1, v2 row_shl:11479// W32: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x01,0x01,0xff]1480// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1481 1482v_cmp_ge_f32 vcc_lo, v1, v2 row_shl:151483// W32: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x0f,0x01,0xff]1484// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1485 1486v_cmp_ge_f32 vcc_lo, v1, v2 row_shr:11487// W32: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x11,0x01,0xff]1488// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1489 1490v_cmp_ge_f32 vcc_lo, v1, v2 row_shr:151491// W32: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x1f,0x01,0xff]1492// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1493 1494v_cmp_ge_f32 vcc_lo, v1, v2 row_ror:11495// W32: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x21,0x01,0xff]1496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1497 1498v_cmp_ge_f32 vcc_lo, v1, v2 row_ror:151499// W32: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x2f,0x01,0xff]1500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1501 1502v_cmp_ge_f32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf1503// W32: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x50,0x01,0xff]1504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1505 1506v_cmp_ge_f32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x11507// W32: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x5f,0x01,0x01]1508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1509 1510v_cmp_ge_f32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:01511// W32: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x60,0x09,0x13]1512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1513 1514v_cmp_ge_f32 vcc_lo, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11515// W32: encoding: [0xfa,0xfe,0x2d,0x7c,0xff,0x6f,0xf5,0x30]1516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1517 1518v_cmp_ge_f32 vcc, v1, v2 quad_perm:[3,2,1,0]1519// W64: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x1b,0x00,0xff]1520// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1521 1522v_cmp_ge_f32 vcc, v1, v2 quad_perm:[0,1,2,3]1523// W64: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0xe4,0x00,0xff]1524// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1525 1526v_cmp_ge_f32 vcc, v1, v2 row_mirror1527// W64: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x40,0x01,0xff]1528// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1529 1530v_cmp_ge_f32 vcc, v1, v2 row_half_mirror1531// W64: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x41,0x01,0xff]1532// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1533 1534v_cmp_ge_f32 vcc, v1, v2 row_shl:11535// W64: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x01,0x01,0xff]1536// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1537 1538v_cmp_ge_f32 vcc, v1, v2 row_shl:151539// W64: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x0f,0x01,0xff]1540// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1541 1542v_cmp_ge_f32 vcc, v1, v2 row_shr:11543// W64: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x11,0x01,0xff]1544// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1545 1546v_cmp_ge_f32 vcc, v1, v2 row_shr:151547// W64: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x1f,0x01,0xff]1548// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1549 1550v_cmp_ge_f32 vcc, v1, v2 row_ror:11551// W64: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x21,0x01,0xff]1552// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1553 1554v_cmp_ge_f32 vcc, v1, v2 row_ror:151555// W64: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x2f,0x01,0xff]1556// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1557 1558v_cmp_ge_f32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf1559// W64: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x50,0x01,0xff]1560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1561 1562v_cmp_ge_f32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x11563// W64: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x5f,0x01,0x01]1564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1565 1566v_cmp_ge_f32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:01567// W64: encoding: [0xfa,0x04,0x2c,0x7c,0x01,0x60,0x09,0x13]1568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1569 1570v_cmp_ge_f32 vcc, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11571// W64: encoding: [0xfa,0xfe,0x2d,0x7c,0xff,0x6f,0xf5,0x30]1572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1573 1574v_cmp_ge_i16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]1575// W32: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x1b,0x00,0xff]1576// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1577 1578v_cmp_ge_i16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]1579// W32: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0xe4,0x00,0xff]1580// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1581 1582v_cmp_ge_i16 vcc_lo, v1, v2 row_mirror1583// W32: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x40,0x01,0xff]1584// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1585 1586v_cmp_ge_i16 vcc_lo, v1, v2 row_half_mirror1587// W32: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x41,0x01,0xff]1588// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1589 1590v_cmp_ge_i16 vcc_lo, v1, v2 row_shl:11591// W32: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x01,0x01,0xff]1592// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1593 1594v_cmp_ge_i16 vcc_lo, v1, v2 row_shl:151595// W32: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x0f,0x01,0xff]1596// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1597 1598v_cmp_ge_i16 vcc_lo, v1, v2 row_shr:11599// W32: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x11,0x01,0xff]1600// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1601 1602v_cmp_ge_i16 vcc_lo, v1, v2 row_shr:151603// W32: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x1f,0x01,0xff]1604// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1605 1606v_cmp_ge_i16 vcc_lo, v1, v2 row_ror:11607// W32: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x21,0x01,0xff]1608// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1609 1610v_cmp_ge_i16 vcc_lo, v1, v2 row_ror:151611// W32: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x2f,0x01,0xff]1612// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1613 1614v_cmp_ge_i16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf1615// W32: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x50,0x01,0xff]1616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1617 1618v_cmp_ge_i16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x11619// W32: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x5f,0x01,0x01]1620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1621 1622v_cmp_ge_i16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:01623// W32: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x60,0x09,0x13]1624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1625 1626v_cmp_ge_i16 vcc_lo, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11627// W32: encoding: [0xfa,0xfe,0x6c,0x7c,0x7f,0x6f,0x05,0x30]1628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1629 1630v_cmp_ge_i16 vcc, v1, v2 quad_perm:[3,2,1,0]1631// W64: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x1b,0x00,0xff]1632// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1633 1634v_cmp_ge_i16 vcc, v1, v2 quad_perm:[0,1,2,3]1635// W64: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0xe4,0x00,0xff]1636// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1637 1638v_cmp_ge_i16 vcc, v1, v2 row_mirror1639// W64: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x40,0x01,0xff]1640// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1641 1642v_cmp_ge_i16 vcc, v1, v2 row_half_mirror1643// W64: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x41,0x01,0xff]1644// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1645 1646v_cmp_ge_i16 vcc, v1, v2 row_shl:11647// W64: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x01,0x01,0xff]1648// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1649 1650v_cmp_ge_i16 vcc, v1, v2 row_shl:151651// W64: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x0f,0x01,0xff]1652// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1653 1654v_cmp_ge_i16 vcc, v1, v2 row_shr:11655// W64: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x11,0x01,0xff]1656// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1657 1658v_cmp_ge_i16 vcc, v1, v2 row_shr:151659// W64: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x1f,0x01,0xff]1660// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1661 1662v_cmp_ge_i16 vcc, v1, v2 row_ror:11663// W64: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x21,0x01,0xff]1664// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1665 1666v_cmp_ge_i16 vcc, v1, v2 row_ror:151667// W64: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x2f,0x01,0xff]1668// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1669 1670v_cmp_ge_i16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf1671// W64: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x50,0x01,0xff]1672// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1673 1674v_cmp_ge_i16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x11675// W64: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x5f,0x01,0x01]1676// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1677 1678v_cmp_ge_i16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:01679// W64: encoding: [0xfa,0x04,0x6c,0x7c,0x01,0x60,0x09,0x13]1680// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1681 1682v_cmp_ge_i16 vcc, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11683// W64: encoding: [0xfa,0xfe,0x6c,0x7c,0x7f,0x6f,0x05,0x30]1684// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1685 1686v_cmp_ge_i32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]1687// W32: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x1b,0x00,0xff]1688// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1689 1690v_cmp_ge_i32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]1691// W32: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0xe4,0x00,0xff]1692// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1693 1694v_cmp_ge_i32 vcc_lo, v1, v2 row_mirror1695// W32: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x40,0x01,0xff]1696// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1697 1698v_cmp_ge_i32 vcc_lo, v1, v2 row_half_mirror1699// W32: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x41,0x01,0xff]1700// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1701 1702v_cmp_ge_i32 vcc_lo, v1, v2 row_shl:11703// W32: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x01,0x01,0xff]1704// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1705 1706v_cmp_ge_i32 vcc_lo, v1, v2 row_shl:151707// W32: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x0f,0x01,0xff]1708// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1709 1710v_cmp_ge_i32 vcc_lo, v1, v2 row_shr:11711// W32: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x11,0x01,0xff]1712// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1713 1714v_cmp_ge_i32 vcc_lo, v1, v2 row_shr:151715// W32: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x1f,0x01,0xff]1716// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1717 1718v_cmp_ge_i32 vcc_lo, v1, v2 row_ror:11719// W32: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x21,0x01,0xff]1720// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1721 1722v_cmp_ge_i32 vcc_lo, v1, v2 row_ror:151723// W32: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x2f,0x01,0xff]1724// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1725 1726v_cmp_ge_i32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf1727// W32: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x50,0x01,0xff]1728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1729 1730v_cmp_ge_i32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x11731// W32: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x5f,0x01,0x01]1732// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1733 1734v_cmp_ge_i32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:01735// W32: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x60,0x09,0x13]1736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1737 1738v_cmp_ge_i32 vcc_lo, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11739// W32: encoding: [0xfa,0xfe,0x8d,0x7c,0xff,0x6f,0x05,0x30]1740// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1741 1742v_cmp_ge_i32 vcc, v1, v2 quad_perm:[3,2,1,0]1743// W64: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x1b,0x00,0xff]1744// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1745 1746v_cmp_ge_i32 vcc, v1, v2 quad_perm:[0,1,2,3]1747// W64: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0xe4,0x00,0xff]1748// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1749 1750v_cmp_ge_i32 vcc, v1, v2 row_mirror1751// W64: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x40,0x01,0xff]1752// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1753 1754v_cmp_ge_i32 vcc, v1, v2 row_half_mirror1755// W64: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x41,0x01,0xff]1756// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1757 1758v_cmp_ge_i32 vcc, v1, v2 row_shl:11759// W64: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x01,0x01,0xff]1760// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1761 1762v_cmp_ge_i32 vcc, v1, v2 row_shl:151763// W64: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x0f,0x01,0xff]1764// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1765 1766v_cmp_ge_i32 vcc, v1, v2 row_shr:11767// W64: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x11,0x01,0xff]1768// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1769 1770v_cmp_ge_i32 vcc, v1, v2 row_shr:151771// W64: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x1f,0x01,0xff]1772// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1773 1774v_cmp_ge_i32 vcc, v1, v2 row_ror:11775// W64: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x21,0x01,0xff]1776// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1777 1778v_cmp_ge_i32 vcc, v1, v2 row_ror:151779// W64: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x2f,0x01,0xff]1780// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1781 1782v_cmp_ge_i32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf1783// W64: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x50,0x01,0xff]1784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1785 1786v_cmp_ge_i32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x11787// W64: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x5f,0x01,0x01]1788// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1789 1790v_cmp_ge_i32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:01791// W64: encoding: [0xfa,0x04,0x8c,0x7c,0x01,0x60,0x09,0x13]1792// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1793 1794v_cmp_ge_i32 vcc, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11795// W64: encoding: [0xfa,0xfe,0x8d,0x7c,0xff,0x6f,0x05,0x30]1796// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1797 1798v_cmp_ge_u16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]1799// W32: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x1b,0x00,0xff]1800// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1801 1802v_cmp_ge_u16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]1803// W32: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0xe4,0x00,0xff]1804// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1805 1806v_cmp_ge_u16 vcc_lo, v1, v2 row_mirror1807// W32: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x40,0x01,0xff]1808// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1809 1810v_cmp_ge_u16 vcc_lo, v1, v2 row_half_mirror1811// W32: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x41,0x01,0xff]1812// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1813 1814v_cmp_ge_u16 vcc_lo, v1, v2 row_shl:11815// W32: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x01,0x01,0xff]1816// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1817 1818v_cmp_ge_u16 vcc_lo, v1, v2 row_shl:151819// W32: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x0f,0x01,0xff]1820// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1821 1822v_cmp_ge_u16 vcc_lo, v1, v2 row_shr:11823// W32: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x11,0x01,0xff]1824// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1825 1826v_cmp_ge_u16 vcc_lo, v1, v2 row_shr:151827// W32: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x1f,0x01,0xff]1828// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1829 1830v_cmp_ge_u16 vcc_lo, v1, v2 row_ror:11831// W32: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x21,0x01,0xff]1832// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1833 1834v_cmp_ge_u16 vcc_lo, v1, v2 row_ror:151835// W32: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x2f,0x01,0xff]1836// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1837 1838v_cmp_ge_u16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf1839// W32: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x50,0x01,0xff]1840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1841 1842v_cmp_ge_u16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x11843// W32: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x5f,0x01,0x01]1844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1845 1846v_cmp_ge_u16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:01847// W32: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x60,0x09,0x13]1848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1849 1850v_cmp_ge_u16 vcc_lo, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11851// W32: encoding: [0xfa,0xfe,0x7c,0x7c,0x7f,0x6f,0x05,0x30]1852// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1853 1854v_cmp_ge_u16 vcc, v1, v2 quad_perm:[3,2,1,0]1855// W64: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x1b,0x00,0xff]1856// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1857 1858v_cmp_ge_u16 vcc, v1, v2 quad_perm:[0,1,2,3]1859// W64: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0xe4,0x00,0xff]1860// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1861 1862v_cmp_ge_u16 vcc, v1, v2 row_mirror1863// W64: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x40,0x01,0xff]1864// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1865 1866v_cmp_ge_u16 vcc, v1, v2 row_half_mirror1867// W64: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x41,0x01,0xff]1868// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1869 1870v_cmp_ge_u16 vcc, v1, v2 row_shl:11871// W64: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x01,0x01,0xff]1872// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1873 1874v_cmp_ge_u16 vcc, v1, v2 row_shl:151875// W64: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x0f,0x01,0xff]1876// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1877 1878v_cmp_ge_u16 vcc, v1, v2 row_shr:11879// W64: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x11,0x01,0xff]1880// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1881 1882v_cmp_ge_u16 vcc, v1, v2 row_shr:151883// W64: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x1f,0x01,0xff]1884// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1885 1886v_cmp_ge_u16 vcc, v1, v2 row_ror:11887// W64: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x21,0x01,0xff]1888// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1889 1890v_cmp_ge_u16 vcc, v1, v2 row_ror:151891// W64: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x2f,0x01,0xff]1892// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1893 1894v_cmp_ge_u16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf1895// W64: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x50,0x01,0xff]1896// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1897 1898v_cmp_ge_u16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x11899// W64: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x5f,0x01,0x01]1900// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1901 1902v_cmp_ge_u16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:01903// W64: encoding: [0xfa,0x04,0x7c,0x7c,0x01,0x60,0x09,0x13]1904// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1905 1906v_cmp_ge_u16 vcc, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11907// W64: encoding: [0xfa,0xfe,0x7c,0x7c,0x7f,0x6f,0x05,0x30]1908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1909 1910v_cmp_ge_u32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]1911// W32: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x1b,0x00,0xff]1912// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1913 1914v_cmp_ge_u32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]1915// W32: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0xe4,0x00,0xff]1916// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1917 1918v_cmp_ge_u32 vcc_lo, v1, v2 row_mirror1919// W32: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x40,0x01,0xff]1920// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1921 1922v_cmp_ge_u32 vcc_lo, v1, v2 row_half_mirror1923// W32: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x41,0x01,0xff]1924// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1925 1926v_cmp_ge_u32 vcc_lo, v1, v2 row_shl:11927// W32: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x01,0x01,0xff]1928// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1929 1930v_cmp_ge_u32 vcc_lo, v1, v2 row_shl:151931// W32: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x0f,0x01,0xff]1932// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1933 1934v_cmp_ge_u32 vcc_lo, v1, v2 row_shr:11935// W32: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x11,0x01,0xff]1936// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1937 1938v_cmp_ge_u32 vcc_lo, v1, v2 row_shr:151939// W32: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x1f,0x01,0xff]1940// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1941 1942v_cmp_ge_u32 vcc_lo, v1, v2 row_ror:11943// W32: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x21,0x01,0xff]1944// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1945 1946v_cmp_ge_u32 vcc_lo, v1, v2 row_ror:151947// W32: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x2f,0x01,0xff]1948// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1949 1950v_cmp_ge_u32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf1951// W32: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x50,0x01,0xff]1952// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1953 1954v_cmp_ge_u32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x11955// W32: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x5f,0x01,0x01]1956// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1957 1958v_cmp_ge_u32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:01959// W32: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x60,0x09,0x13]1960// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1961 1962v_cmp_ge_u32 vcc_lo, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11963// W32: encoding: [0xfa,0xfe,0x9d,0x7c,0xff,0x6f,0x05,0x30]1964// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1965 1966v_cmp_ge_u32 vcc, v1, v2 quad_perm:[3,2,1,0]1967// W64: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x1b,0x00,0xff]1968// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1969 1970v_cmp_ge_u32 vcc, v1, v2 quad_perm:[0,1,2,3]1971// W64: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0xe4,0x00,0xff]1972// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1973 1974v_cmp_ge_u32 vcc, v1, v2 row_mirror1975// W64: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x40,0x01,0xff]1976// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1977 1978v_cmp_ge_u32 vcc, v1, v2 row_half_mirror1979// W64: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x41,0x01,0xff]1980// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1981 1982v_cmp_ge_u32 vcc, v1, v2 row_shl:11983// W64: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x01,0x01,0xff]1984// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1985 1986v_cmp_ge_u32 vcc, v1, v2 row_shl:151987// W64: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x0f,0x01,0xff]1988// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1989 1990v_cmp_ge_u32 vcc, v1, v2 row_shr:11991// W64: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x11,0x01,0xff]1992// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1993 1994v_cmp_ge_u32 vcc, v1, v2 row_shr:151995// W64: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x1f,0x01,0xff]1996// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode1997 1998v_cmp_ge_u32 vcc, v1, v2 row_ror:11999// W64: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x21,0x01,0xff]2000// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2001 2002v_cmp_ge_u32 vcc, v1, v2 row_ror:152003// W64: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x2f,0x01,0xff]2004// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2005 2006v_cmp_ge_u32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf2007// W64: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x50,0x01,0xff]2008// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2009 2010v_cmp_ge_u32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x12011// W64: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x5f,0x01,0x01]2012// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2013 2014v_cmp_ge_u32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:02015// W64: encoding: [0xfa,0x04,0x9c,0x7c,0x01,0x60,0x09,0x13]2016// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2017 2018v_cmp_ge_u32 vcc, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:12019// W64: encoding: [0xfa,0xfe,0x9d,0x7c,0xff,0x6f,0x05,0x30]2020// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2021 2022v_cmp_gt_f16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]2023// W32: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x1b,0x00,0xff]2024// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2025 2026v_cmp_gt_f16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]2027// W32: encoding: [0xfa,0x04,0x08,0x7c,0x01,0xe4,0x00,0xff]2028// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2029 2030v_cmp_gt_f16 vcc_lo, v1, v2 row_mirror2031// W32: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x40,0x01,0xff]2032// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2033 2034v_cmp_gt_f16 vcc_lo, v1, v2 row_half_mirror2035// W32: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x41,0x01,0xff]2036// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2037 2038v_cmp_gt_f16 vcc_lo, v1, v2 row_shl:12039// W32: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x01,0x01,0xff]2040// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2041 2042v_cmp_gt_f16 vcc_lo, v1, v2 row_shl:152043// W32: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x0f,0x01,0xff]2044// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2045 2046v_cmp_gt_f16 vcc_lo, v1, v2 row_shr:12047// W32: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x11,0x01,0xff]2048// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2049 2050v_cmp_gt_f16 vcc_lo, v1, v2 row_shr:152051// W32: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x1f,0x01,0xff]2052// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2053 2054v_cmp_gt_f16 vcc_lo, v1, v2 row_ror:12055// W32: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x21,0x01,0xff]2056// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2057 2058v_cmp_gt_f16 vcc_lo, v1, v2 row_ror:152059// W32: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x2f,0x01,0xff]2060// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2061 2062v_cmp_gt_f16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf2063// W32: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x50,0x01,0xff]2064// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2065 2066v_cmp_gt_f16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x12067// W32: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x5f,0x01,0x01]2068// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2069 2070v_cmp_gt_f16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:02071// W32: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x60,0x09,0x13]2072// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2073 2074v_cmp_gt_f16 vcc_lo, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:12075// W32: encoding: [0xfa,0xfe,0x08,0x7c,0x7f,0x6f,0xf5,0x30]2076// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2077 2078v_cmp_gt_f16 vcc, v1, v2 quad_perm:[3,2,1,0]2079// W64: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x1b,0x00,0xff]2080// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2081 2082v_cmp_gt_f16 vcc, v1, v2 quad_perm:[0,1,2,3]2083// W64: encoding: [0xfa,0x04,0x08,0x7c,0x01,0xe4,0x00,0xff]2084// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2085 2086v_cmp_gt_f16 vcc, v1, v2 row_mirror2087// W64: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x40,0x01,0xff]2088// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2089 2090v_cmp_gt_f16 vcc, v1, v2 row_half_mirror2091// W64: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x41,0x01,0xff]2092// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2093 2094v_cmp_gt_f16 vcc, v1, v2 row_shl:12095// W64: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x01,0x01,0xff]2096// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2097 2098v_cmp_gt_f16 vcc, v1, v2 row_shl:152099// W64: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x0f,0x01,0xff]2100// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2101 2102v_cmp_gt_f16 vcc, v1, v2 row_shr:12103// W64: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x11,0x01,0xff]2104// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2105 2106v_cmp_gt_f16 vcc, v1, v2 row_shr:152107// W64: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x1f,0x01,0xff]2108// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2109 2110v_cmp_gt_f16 vcc, v1, v2 row_ror:12111// W64: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x21,0x01,0xff]2112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2113 2114v_cmp_gt_f16 vcc, v1, v2 row_ror:152115// W64: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x2f,0x01,0xff]2116// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2117 2118v_cmp_gt_f16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf2119// W64: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x50,0x01,0xff]2120// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2121 2122v_cmp_gt_f16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x12123// W64: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x5f,0x01,0x01]2124// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2125 2126v_cmp_gt_f16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:02127// W64: encoding: [0xfa,0x04,0x08,0x7c,0x01,0x60,0x09,0x13]2128// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2129 2130v_cmp_gt_f16 vcc, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:12131// W64: encoding: [0xfa,0xfe,0x08,0x7c,0x7f,0x6f,0xf5,0x30]2132// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2133 2134v_cmp_gt_f32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]2135// W32: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x1b,0x00,0xff]2136// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2137 2138v_cmp_gt_f32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]2139// W32: encoding: [0xfa,0x04,0x28,0x7c,0x01,0xe4,0x00,0xff]2140// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2141 2142v_cmp_gt_f32 vcc_lo, v1, v2 row_mirror2143// W32: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x40,0x01,0xff]2144// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2145 2146v_cmp_gt_f32 vcc_lo, v1, v2 row_half_mirror2147// W32: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x41,0x01,0xff]2148// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2149 2150v_cmp_gt_f32 vcc_lo, v1, v2 row_shl:12151// W32: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x01,0x01,0xff]2152// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2153 2154v_cmp_gt_f32 vcc_lo, v1, v2 row_shl:152155// W32: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x0f,0x01,0xff]2156// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2157 2158v_cmp_gt_f32 vcc_lo, v1, v2 row_shr:12159// W32: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x11,0x01,0xff]2160// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2161 2162v_cmp_gt_f32 vcc_lo, v1, v2 row_shr:152163// W32: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x1f,0x01,0xff]2164// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2165 2166v_cmp_gt_f32 vcc_lo, v1, v2 row_ror:12167// W32: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x21,0x01,0xff]2168// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2169 2170v_cmp_gt_f32 vcc_lo, v1, v2 row_ror:152171// W32: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x2f,0x01,0xff]2172// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2173 2174v_cmp_gt_f32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf2175// W32: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x50,0x01,0xff]2176// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2177 2178v_cmp_gt_f32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x12179// W32: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x5f,0x01,0x01]2180// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2181 2182v_cmp_gt_f32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:02183// W32: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x60,0x09,0x13]2184// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2185 2186v_cmp_gt_f32 vcc_lo, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:12187// W32: encoding: [0xfa,0xfe,0x29,0x7c,0xff,0x6f,0xf5,0x30]2188// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2189 2190v_cmp_gt_f32 vcc, v1, v2 quad_perm:[3,2,1,0]2191// W64: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x1b,0x00,0xff]2192// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2193 2194v_cmp_gt_f32 vcc, v1, v2 quad_perm:[0,1,2,3]2195// W64: encoding: [0xfa,0x04,0x28,0x7c,0x01,0xe4,0x00,0xff]2196// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2197 2198v_cmp_gt_f32 vcc, v1, v2 row_mirror2199// W64: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x40,0x01,0xff]2200// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2201 2202v_cmp_gt_f32 vcc, v1, v2 row_half_mirror2203// W64: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x41,0x01,0xff]2204// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2205 2206v_cmp_gt_f32 vcc, v1, v2 row_shl:12207// W64: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x01,0x01,0xff]2208// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2209 2210v_cmp_gt_f32 vcc, v1, v2 row_shl:152211// W64: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x0f,0x01,0xff]2212// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2213 2214v_cmp_gt_f32 vcc, v1, v2 row_shr:12215// W64: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x11,0x01,0xff]2216// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2217 2218v_cmp_gt_f32 vcc, v1, v2 row_shr:152219// W64: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x1f,0x01,0xff]2220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2221 2222v_cmp_gt_f32 vcc, v1, v2 row_ror:12223// W64: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x21,0x01,0xff]2224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2225 2226v_cmp_gt_f32 vcc, v1, v2 row_ror:152227// W64: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x2f,0x01,0xff]2228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2229 2230v_cmp_gt_f32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf2231// W64: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x50,0x01,0xff]2232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2233 2234v_cmp_gt_f32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x12235// W64: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x5f,0x01,0x01]2236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2237 2238v_cmp_gt_f32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:02239// W64: encoding: [0xfa,0x04,0x28,0x7c,0x01,0x60,0x09,0x13]2240// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2241 2242v_cmp_gt_f32 vcc, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:12243// W64: encoding: [0xfa,0xfe,0x29,0x7c,0xff,0x6f,0xf5,0x30]2244// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2245 2246v_cmp_gt_i16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]2247// W32: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x1b,0x00,0xff]2248// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2249 2250v_cmp_gt_i16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]2251// W32: encoding: [0xfa,0x04,0x68,0x7c,0x01,0xe4,0x00,0xff]2252// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2253 2254v_cmp_gt_i16 vcc_lo, v1, v2 row_mirror2255// W32: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x40,0x01,0xff]2256// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2257 2258v_cmp_gt_i16 vcc_lo, v1, v2 row_half_mirror2259// W32: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x41,0x01,0xff]2260// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2261 2262v_cmp_gt_i16 vcc_lo, v1, v2 row_shl:12263// W32: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x01,0x01,0xff]2264// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2265 2266v_cmp_gt_i16 vcc_lo, v1, v2 row_shl:152267// W32: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x0f,0x01,0xff]2268// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2269 2270v_cmp_gt_i16 vcc_lo, v1, v2 row_shr:12271// W32: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x11,0x01,0xff]2272// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2273 2274v_cmp_gt_i16 vcc_lo, v1, v2 row_shr:152275// W32: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x1f,0x01,0xff]2276// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2277 2278v_cmp_gt_i16 vcc_lo, v1, v2 row_ror:12279// W32: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x21,0x01,0xff]2280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2281 2282v_cmp_gt_i16 vcc_lo, v1, v2 row_ror:152283// W32: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x2f,0x01,0xff]2284// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2285 2286v_cmp_gt_i16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf2287// W32: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x50,0x01,0xff]2288// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2289 2290v_cmp_gt_i16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x12291// W32: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x5f,0x01,0x01]2292// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2293 2294v_cmp_gt_i16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:02295// W32: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x60,0x09,0x13]2296// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2297 2298v_cmp_gt_i16 vcc_lo, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:12299// W32: encoding: [0xfa,0xfe,0x68,0x7c,0x7f,0x6f,0x05,0x30]2300// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2301 2302v_cmp_gt_i16 vcc, v1, v2 quad_perm:[3,2,1,0]2303// W64: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x1b,0x00,0xff]2304// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2305 2306v_cmp_gt_i16 vcc, v1, v2 quad_perm:[0,1,2,3]2307// W64: encoding: [0xfa,0x04,0x68,0x7c,0x01,0xe4,0x00,0xff]2308// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2309 2310v_cmp_gt_i16 vcc, v1, v2 row_mirror2311// W64: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x40,0x01,0xff]2312// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2313 2314v_cmp_gt_i16 vcc, v1, v2 row_half_mirror2315// W64: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x41,0x01,0xff]2316// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2317 2318v_cmp_gt_i16 vcc, v1, v2 row_shl:12319// W64: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x01,0x01,0xff]2320// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2321 2322v_cmp_gt_i16 vcc, v1, v2 row_shl:152323// W64: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x0f,0x01,0xff]2324// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2325 2326v_cmp_gt_i16 vcc, v1, v2 row_shr:12327// W64: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x11,0x01,0xff]2328// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2329 2330v_cmp_gt_i16 vcc, v1, v2 row_shr:152331// W64: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x1f,0x01,0xff]2332// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2333 2334v_cmp_gt_i16 vcc, v1, v2 row_ror:12335// W64: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x21,0x01,0xff]2336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2337 2338v_cmp_gt_i16 vcc, v1, v2 row_ror:152339// W64: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x2f,0x01,0xff]2340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2341 2342v_cmp_gt_i16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf2343// W64: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x50,0x01,0xff]2344// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2345 2346v_cmp_gt_i16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x12347// W64: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x5f,0x01,0x01]2348// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2349 2350v_cmp_gt_i16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:02351// W64: encoding: [0xfa,0x04,0x68,0x7c,0x01,0x60,0x09,0x13]2352// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2353 2354v_cmp_gt_i16 vcc, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:12355// W64: encoding: [0xfa,0xfe,0x68,0x7c,0x7f,0x6f,0x05,0x30]2356// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2357 2358v_cmp_gt_i32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]2359// W32: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x1b,0x00,0xff]2360// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2361 2362v_cmp_gt_i32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]2363// W32: encoding: [0xfa,0x04,0x88,0x7c,0x01,0xe4,0x00,0xff]2364// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2365 2366v_cmp_gt_i32 vcc_lo, v1, v2 row_mirror2367// W32: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x40,0x01,0xff]2368// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2369 2370v_cmp_gt_i32 vcc_lo, v1, v2 row_half_mirror2371// W32: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x41,0x01,0xff]2372// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2373 2374v_cmp_gt_i32 vcc_lo, v1, v2 row_shl:12375// W32: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x01,0x01,0xff]2376// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2377 2378v_cmp_gt_i32 vcc_lo, v1, v2 row_shl:152379// W32: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x0f,0x01,0xff]2380// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2381 2382v_cmp_gt_i32 vcc_lo, v1, v2 row_shr:12383// W32: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x11,0x01,0xff]2384// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2385 2386v_cmp_gt_i32 vcc_lo, v1, v2 row_shr:152387// W32: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x1f,0x01,0xff]2388// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2389 2390v_cmp_gt_i32 vcc_lo, v1, v2 row_ror:12391// W32: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x21,0x01,0xff]2392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2393 2394v_cmp_gt_i32 vcc_lo, v1, v2 row_ror:152395// W32: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x2f,0x01,0xff]2396// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2397 2398v_cmp_gt_i32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf2399// W32: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x50,0x01,0xff]2400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2401 2402v_cmp_gt_i32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x12403// W32: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x5f,0x01,0x01]2404// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2405 2406v_cmp_gt_i32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:02407// W32: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x60,0x09,0x13]2408// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2409 2410v_cmp_gt_i32 vcc_lo, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:12411// W32: encoding: [0xfa,0xfe,0x89,0x7c,0xff,0x6f,0x05,0x30]2412// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2413 2414v_cmp_gt_i32 vcc, v1, v2 quad_perm:[3,2,1,0]2415// W64: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x1b,0x00,0xff]2416// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2417 2418v_cmp_gt_i32 vcc, v1, v2 quad_perm:[0,1,2,3]2419// W64: encoding: [0xfa,0x04,0x88,0x7c,0x01,0xe4,0x00,0xff]2420// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2421 2422v_cmp_gt_i32 vcc, v1, v2 row_mirror2423// W64: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x40,0x01,0xff]2424// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2425 2426v_cmp_gt_i32 vcc, v1, v2 row_half_mirror2427// W64: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x41,0x01,0xff]2428// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2429 2430v_cmp_gt_i32 vcc, v1, v2 row_shl:12431// W64: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x01,0x01,0xff]2432// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2433 2434v_cmp_gt_i32 vcc, v1, v2 row_shl:152435// W64: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x0f,0x01,0xff]2436// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2437 2438v_cmp_gt_i32 vcc, v1, v2 row_shr:12439// W64: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x11,0x01,0xff]2440// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2441 2442v_cmp_gt_i32 vcc, v1, v2 row_shr:152443// W64: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x1f,0x01,0xff]2444// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2445 2446v_cmp_gt_i32 vcc, v1, v2 row_ror:12447// W64: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x21,0x01,0xff]2448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2449 2450v_cmp_gt_i32 vcc, v1, v2 row_ror:152451// W64: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x2f,0x01,0xff]2452// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2453 2454v_cmp_gt_i32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf2455// W64: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x50,0x01,0xff]2456// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2457 2458v_cmp_gt_i32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x12459// W64: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x5f,0x01,0x01]2460// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2461 2462v_cmp_gt_i32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:02463// W64: encoding: [0xfa,0x04,0x88,0x7c,0x01,0x60,0x09,0x13]2464// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2465 2466v_cmp_gt_i32 vcc, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:12467// W64: encoding: [0xfa,0xfe,0x89,0x7c,0xff,0x6f,0x05,0x30]2468// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2469 2470v_cmp_gt_u16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]2471// W32: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x1b,0x00,0xff]2472// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2473 2474v_cmp_gt_u16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]2475// W32: encoding: [0xfa,0x04,0x78,0x7c,0x01,0xe4,0x00,0xff]2476// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2477 2478v_cmp_gt_u16 vcc_lo, v1, v2 row_mirror2479// W32: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x40,0x01,0xff]2480// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2481 2482v_cmp_gt_u16 vcc_lo, v1, v2 row_half_mirror2483// W32: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x41,0x01,0xff]2484// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2485 2486v_cmp_gt_u16 vcc_lo, v1, v2 row_shl:12487// W32: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x01,0x01,0xff]2488// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2489 2490v_cmp_gt_u16 vcc_lo, v1, v2 row_shl:152491// W32: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x0f,0x01,0xff]2492// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2493 2494v_cmp_gt_u16 vcc_lo, v1, v2 row_shr:12495// W32: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x11,0x01,0xff]2496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2497 2498v_cmp_gt_u16 vcc_lo, v1, v2 row_shr:152499// W32: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x1f,0x01,0xff]2500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2501 2502v_cmp_gt_u16 vcc_lo, v1, v2 row_ror:12503// W32: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x21,0x01,0xff]2504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2505 2506v_cmp_gt_u16 vcc_lo, v1, v2 row_ror:152507// W32: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x2f,0x01,0xff]2508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2509 2510v_cmp_gt_u16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf2511// W32: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x50,0x01,0xff]2512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2513 2514v_cmp_gt_u16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x12515// W32: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x5f,0x01,0x01]2516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2517 2518v_cmp_gt_u16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:02519// W32: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x60,0x09,0x13]2520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2521 2522v_cmp_gt_u16 vcc_lo, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:12523// W32: encoding: [0xfa,0xfe,0x78,0x7c,0x7f,0x6f,0x05,0x30]2524// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2525 2526v_cmp_gt_u16 vcc, v1, v2 quad_perm:[3,2,1,0]2527// W64: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x1b,0x00,0xff]2528// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2529 2530v_cmp_gt_u16 vcc, v1, v2 quad_perm:[0,1,2,3]2531// W64: encoding: [0xfa,0x04,0x78,0x7c,0x01,0xe4,0x00,0xff]2532// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2533 2534v_cmp_gt_u16 vcc, v1, v2 row_mirror2535// W64: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x40,0x01,0xff]2536// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2537 2538v_cmp_gt_u16 vcc, v1, v2 row_half_mirror2539// W64: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x41,0x01,0xff]2540// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2541 2542v_cmp_gt_u16 vcc, v1, v2 row_shl:12543// W64: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x01,0x01,0xff]2544// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2545 2546v_cmp_gt_u16 vcc, v1, v2 row_shl:152547// W64: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x0f,0x01,0xff]2548// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2549 2550v_cmp_gt_u16 vcc, v1, v2 row_shr:12551// W64: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x11,0x01,0xff]2552// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2553 2554v_cmp_gt_u16 vcc, v1, v2 row_shr:152555// W64: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x1f,0x01,0xff]2556// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2557 2558v_cmp_gt_u16 vcc, v1, v2 row_ror:12559// W64: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x21,0x01,0xff]2560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2561 2562v_cmp_gt_u16 vcc, v1, v2 row_ror:152563// W64: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x2f,0x01,0xff]2564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2565 2566v_cmp_gt_u16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf2567// W64: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x50,0x01,0xff]2568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2569 2570v_cmp_gt_u16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x12571// W64: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x5f,0x01,0x01]2572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2573 2574v_cmp_gt_u16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:02575// W64: encoding: [0xfa,0x04,0x78,0x7c,0x01,0x60,0x09,0x13]2576// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2577 2578v_cmp_gt_u16 vcc, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:12579// W64: encoding: [0xfa,0xfe,0x78,0x7c,0x7f,0x6f,0x05,0x30]2580// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2581 2582v_cmp_gt_u32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]2583// W32: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x1b,0x00,0xff]2584// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2585 2586v_cmp_gt_u32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]2587// W32: encoding: [0xfa,0x04,0x98,0x7c,0x01,0xe4,0x00,0xff]2588// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2589 2590v_cmp_gt_u32 vcc_lo, v1, v2 row_mirror2591// W32: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x40,0x01,0xff]2592// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2593 2594v_cmp_gt_u32 vcc_lo, v1, v2 row_half_mirror2595// W32: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x41,0x01,0xff]2596// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2597 2598v_cmp_gt_u32 vcc_lo, v1, v2 row_shl:12599// W32: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x01,0x01,0xff]2600// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2601 2602v_cmp_gt_u32 vcc_lo, v1, v2 row_shl:152603// W32: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x0f,0x01,0xff]2604// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2605 2606v_cmp_gt_u32 vcc_lo, v1, v2 row_shr:12607// W32: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x11,0x01,0xff]2608// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2609 2610v_cmp_gt_u32 vcc_lo, v1, v2 row_shr:152611// W32: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x1f,0x01,0xff]2612// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2613 2614v_cmp_gt_u32 vcc_lo, v1, v2 row_ror:12615// W32: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x21,0x01,0xff]2616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2617 2618v_cmp_gt_u32 vcc_lo, v1, v2 row_ror:152619// W32: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x2f,0x01,0xff]2620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2621 2622v_cmp_gt_u32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf2623// W32: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x50,0x01,0xff]2624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2625 2626v_cmp_gt_u32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x12627// W32: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x5f,0x01,0x01]2628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2629 2630v_cmp_gt_u32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:02631// W32: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x60,0x09,0x13]2632// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2633 2634v_cmp_gt_u32 vcc_lo, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:12635// W32: encoding: [0xfa,0xfe,0x99,0x7c,0xff,0x6f,0x05,0x30]2636// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2637 2638v_cmp_gt_u32 vcc, v1, v2 quad_perm:[3,2,1,0]2639// W64: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x1b,0x00,0xff]2640// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2641 2642v_cmp_gt_u32 vcc, v1, v2 quad_perm:[0,1,2,3]2643// W64: encoding: [0xfa,0x04,0x98,0x7c,0x01,0xe4,0x00,0xff]2644// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2645 2646v_cmp_gt_u32 vcc, v1, v2 row_mirror2647// W64: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x40,0x01,0xff]2648// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2649 2650v_cmp_gt_u32 vcc, v1, v2 row_half_mirror2651// W64: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x41,0x01,0xff]2652// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2653 2654v_cmp_gt_u32 vcc, v1, v2 row_shl:12655// W64: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x01,0x01,0xff]2656// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2657 2658v_cmp_gt_u32 vcc, v1, v2 row_shl:152659// W64: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x0f,0x01,0xff]2660// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2661 2662v_cmp_gt_u32 vcc, v1, v2 row_shr:12663// W64: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x11,0x01,0xff]2664// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2665 2666v_cmp_gt_u32 vcc, v1, v2 row_shr:152667// W64: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x1f,0x01,0xff]2668// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2669 2670v_cmp_gt_u32 vcc, v1, v2 row_ror:12671// W64: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x21,0x01,0xff]2672// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2673 2674v_cmp_gt_u32 vcc, v1, v2 row_ror:152675// W64: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x2f,0x01,0xff]2676// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2677 2678v_cmp_gt_u32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf2679// W64: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x50,0x01,0xff]2680// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2681 2682v_cmp_gt_u32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x12683// W64: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x5f,0x01,0x01]2684// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2685 2686v_cmp_gt_u32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:02687// W64: encoding: [0xfa,0x04,0x98,0x7c,0x01,0x60,0x09,0x13]2688// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2689 2690v_cmp_gt_u32 vcc, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:12691// W64: encoding: [0xfa,0xfe,0x99,0x7c,0xff,0x6f,0x05,0x30]2692// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2693 2694v_cmp_le_f16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]2695// W32: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x1b,0x00,0xff]2696// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2697 2698v_cmp_le_f16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]2699// W32: encoding: [0xfa,0x04,0x06,0x7c,0x01,0xe4,0x00,0xff]2700// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2701 2702v_cmp_le_f16 vcc_lo, v1, v2 row_mirror2703// W32: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x40,0x01,0xff]2704// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2705 2706v_cmp_le_f16 vcc_lo, v1, v2 row_half_mirror2707// W32: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x41,0x01,0xff]2708// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2709 2710v_cmp_le_f16 vcc_lo, v1, v2 row_shl:12711// W32: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x01,0x01,0xff]2712// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2713 2714v_cmp_le_f16 vcc_lo, v1, v2 row_shl:152715// W32: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x0f,0x01,0xff]2716// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2717 2718v_cmp_le_f16 vcc_lo, v1, v2 row_shr:12719// W32: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x11,0x01,0xff]2720// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2721 2722v_cmp_le_f16 vcc_lo, v1, v2 row_shr:152723// W32: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x1f,0x01,0xff]2724// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2725 2726v_cmp_le_f16 vcc_lo, v1, v2 row_ror:12727// W32: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x21,0x01,0xff]2728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2729 2730v_cmp_le_f16 vcc_lo, v1, v2 row_ror:152731// W32: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x2f,0x01,0xff]2732// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2733 2734v_cmp_le_f16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf2735// W32: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x50,0x01,0xff]2736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2737 2738v_cmp_le_f16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x12739// W32: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x5f,0x01,0x01]2740// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2741 2742v_cmp_le_f16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:02743// W32: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x60,0x09,0x13]2744// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2745 2746v_cmp_le_f16 vcc_lo, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:12747// W32: encoding: [0xfa,0xfe,0x06,0x7c,0x7f,0x6f,0xf5,0x30]2748// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2749 2750v_cmp_le_f16 vcc, v1, v2 quad_perm:[3,2,1,0]2751// W64: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x1b,0x00,0xff]2752// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2753 2754v_cmp_le_f16 vcc, v1, v2 quad_perm:[0,1,2,3]2755// W64: encoding: [0xfa,0x04,0x06,0x7c,0x01,0xe4,0x00,0xff]2756// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2757 2758v_cmp_le_f16 vcc, v1, v2 row_mirror2759// W64: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x40,0x01,0xff]2760// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2761 2762v_cmp_le_f16 vcc, v1, v2 row_half_mirror2763// W64: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x41,0x01,0xff]2764// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2765 2766v_cmp_le_f16 vcc, v1, v2 row_shl:12767// W64: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x01,0x01,0xff]2768// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2769 2770v_cmp_le_f16 vcc, v1, v2 row_shl:152771// W64: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x0f,0x01,0xff]2772// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2773 2774v_cmp_le_f16 vcc, v1, v2 row_shr:12775// W64: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x11,0x01,0xff]2776// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2777 2778v_cmp_le_f16 vcc, v1, v2 row_shr:152779// W64: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x1f,0x01,0xff]2780// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2781 2782v_cmp_le_f16 vcc, v1, v2 row_ror:12783// W64: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x21,0x01,0xff]2784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2785 2786v_cmp_le_f16 vcc, v1, v2 row_ror:152787// W64: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x2f,0x01,0xff]2788// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2789 2790v_cmp_le_f16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf2791// W64: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x50,0x01,0xff]2792// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2793 2794v_cmp_le_f16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x12795// W64: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x5f,0x01,0x01]2796// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2797 2798v_cmp_le_f16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:02799// W64: encoding: [0xfa,0x04,0x06,0x7c,0x01,0x60,0x09,0x13]2800// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2801 2802v_cmp_le_f16 vcc, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:12803// W64: encoding: [0xfa,0xfe,0x06,0x7c,0x7f,0x6f,0xf5,0x30]2804// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2805 2806v_cmp_le_f32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]2807// W32: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x1b,0x00,0xff]2808// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2809 2810v_cmp_le_f32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]2811// W32: encoding: [0xfa,0x04,0x26,0x7c,0x01,0xe4,0x00,0xff]2812// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2813 2814v_cmp_le_f32 vcc_lo, v1, v2 row_mirror2815// W32: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x40,0x01,0xff]2816// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2817 2818v_cmp_le_f32 vcc_lo, v1, v2 row_half_mirror2819// W32: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x41,0x01,0xff]2820// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2821 2822v_cmp_le_f32 vcc_lo, v1, v2 row_shl:12823// W32: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x01,0x01,0xff]2824// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2825 2826v_cmp_le_f32 vcc_lo, v1, v2 row_shl:152827// W32: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x0f,0x01,0xff]2828// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2829 2830v_cmp_le_f32 vcc_lo, v1, v2 row_shr:12831// W32: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x11,0x01,0xff]2832// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2833 2834v_cmp_le_f32 vcc_lo, v1, v2 row_shr:152835// W32: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x1f,0x01,0xff]2836// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2837 2838v_cmp_le_f32 vcc_lo, v1, v2 row_ror:12839// W32: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x21,0x01,0xff]2840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2841 2842v_cmp_le_f32 vcc_lo, v1, v2 row_ror:152843// W32: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x2f,0x01,0xff]2844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2845 2846v_cmp_le_f32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf2847// W32: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x50,0x01,0xff]2848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2849 2850v_cmp_le_f32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x12851// W32: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x5f,0x01,0x01]2852// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2853 2854v_cmp_le_f32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:02855// W32: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x60,0x09,0x13]2856// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2857 2858v_cmp_le_f32 vcc_lo, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:12859// W32: encoding: [0xfa,0xfe,0x27,0x7c,0xff,0x6f,0xf5,0x30]2860// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2861 2862v_cmp_le_f32 vcc, v1, v2 quad_perm:[3,2,1,0]2863// W64: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x1b,0x00,0xff]2864// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2865 2866v_cmp_le_f32 vcc, v1, v2 quad_perm:[0,1,2,3]2867// W64: encoding: [0xfa,0x04,0x26,0x7c,0x01,0xe4,0x00,0xff]2868// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2869 2870v_cmp_le_f32 vcc, v1, v2 row_mirror2871// W64: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x40,0x01,0xff]2872// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2873 2874v_cmp_le_f32 vcc, v1, v2 row_half_mirror2875// W64: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x41,0x01,0xff]2876// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2877 2878v_cmp_le_f32 vcc, v1, v2 row_shl:12879// W64: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x01,0x01,0xff]2880// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2881 2882v_cmp_le_f32 vcc, v1, v2 row_shl:152883// W64: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x0f,0x01,0xff]2884// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2885 2886v_cmp_le_f32 vcc, v1, v2 row_shr:12887// W64: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x11,0x01,0xff]2888// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2889 2890v_cmp_le_f32 vcc, v1, v2 row_shr:152891// W64: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x1f,0x01,0xff]2892// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2893 2894v_cmp_le_f32 vcc, v1, v2 row_ror:12895// W64: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x21,0x01,0xff]2896// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2897 2898v_cmp_le_f32 vcc, v1, v2 row_ror:152899// W64: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x2f,0x01,0xff]2900// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2901 2902v_cmp_le_f32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf2903// W64: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x50,0x01,0xff]2904// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2905 2906v_cmp_le_f32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x12907// W64: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x5f,0x01,0x01]2908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2909 2910v_cmp_le_f32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:02911// W64: encoding: [0xfa,0x04,0x26,0x7c,0x01,0x60,0x09,0x13]2912// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2913 2914v_cmp_le_f32 vcc, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:12915// W64: encoding: [0xfa,0xfe,0x27,0x7c,0xff,0x6f,0xf5,0x30]2916// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2917 2918v_cmp_le_i16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]2919// W32: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x1b,0x00,0xff]2920// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2921 2922v_cmp_le_i16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]2923// W32: encoding: [0xfa,0x04,0x66,0x7c,0x01,0xe4,0x00,0xff]2924// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2925 2926v_cmp_le_i16 vcc_lo, v1, v2 row_mirror2927// W32: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x40,0x01,0xff]2928// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2929 2930v_cmp_le_i16 vcc_lo, v1, v2 row_half_mirror2931// W32: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x41,0x01,0xff]2932// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2933 2934v_cmp_le_i16 vcc_lo, v1, v2 row_shl:12935// W32: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x01,0x01,0xff]2936// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2937 2938v_cmp_le_i16 vcc_lo, v1, v2 row_shl:152939// W32: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x0f,0x01,0xff]2940// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2941 2942v_cmp_le_i16 vcc_lo, v1, v2 row_shr:12943// W32: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x11,0x01,0xff]2944// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2945 2946v_cmp_le_i16 vcc_lo, v1, v2 row_shr:152947// W32: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x1f,0x01,0xff]2948// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2949 2950v_cmp_le_i16 vcc_lo, v1, v2 row_ror:12951// W32: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x21,0x01,0xff]2952// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2953 2954v_cmp_le_i16 vcc_lo, v1, v2 row_ror:152955// W32: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x2f,0x01,0xff]2956// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2957 2958v_cmp_le_i16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf2959// W32: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x50,0x01,0xff]2960// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2961 2962v_cmp_le_i16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x12963// W32: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x5f,0x01,0x01]2964// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2965 2966v_cmp_le_i16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:02967// W32: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x60,0x09,0x13]2968// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2969 2970v_cmp_le_i16 vcc_lo, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:12971// W32: encoding: [0xfa,0xfe,0x66,0x7c,0x7f,0x6f,0x05,0x30]2972// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2973 2974v_cmp_le_i16 vcc, v1, v2 quad_perm:[3,2,1,0]2975// W64: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x1b,0x00,0xff]2976// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2977 2978v_cmp_le_i16 vcc, v1, v2 quad_perm:[0,1,2,3]2979// W64: encoding: [0xfa,0x04,0x66,0x7c,0x01,0xe4,0x00,0xff]2980// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2981 2982v_cmp_le_i16 vcc, v1, v2 row_mirror2983// W64: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x40,0x01,0xff]2984// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2985 2986v_cmp_le_i16 vcc, v1, v2 row_half_mirror2987// W64: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x41,0x01,0xff]2988// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2989 2990v_cmp_le_i16 vcc, v1, v2 row_shl:12991// W64: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x01,0x01,0xff]2992// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2993 2994v_cmp_le_i16 vcc, v1, v2 row_shl:152995// W64: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x0f,0x01,0xff]2996// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode2997 2998v_cmp_le_i16 vcc, v1, v2 row_shr:12999// W64: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x11,0x01,0xff]3000// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3001 3002v_cmp_le_i16 vcc, v1, v2 row_shr:153003// W64: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x1f,0x01,0xff]3004// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3005 3006v_cmp_le_i16 vcc, v1, v2 row_ror:13007// W64: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x21,0x01,0xff]3008// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3009 3010v_cmp_le_i16 vcc, v1, v2 row_ror:153011// W64: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x2f,0x01,0xff]3012// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3013 3014v_cmp_le_i16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf3015// W64: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x50,0x01,0xff]3016// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3017 3018v_cmp_le_i16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x13019// W64: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x5f,0x01,0x01]3020// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3021 3022v_cmp_le_i16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:03023// W64: encoding: [0xfa,0x04,0x66,0x7c,0x01,0x60,0x09,0x13]3024// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3025 3026v_cmp_le_i16 vcc, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:13027// W64: encoding: [0xfa,0xfe,0x66,0x7c,0x7f,0x6f,0x05,0x30]3028// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3029 3030v_cmp_le_i32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]3031// W32: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x1b,0x00,0xff]3032// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3033 3034v_cmp_le_i32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]3035// W32: encoding: [0xfa,0x04,0x86,0x7c,0x01,0xe4,0x00,0xff]3036// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3037 3038v_cmp_le_i32 vcc_lo, v1, v2 row_mirror3039// W32: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x40,0x01,0xff]3040// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3041 3042v_cmp_le_i32 vcc_lo, v1, v2 row_half_mirror3043// W32: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x41,0x01,0xff]3044// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3045 3046v_cmp_le_i32 vcc_lo, v1, v2 row_shl:13047// W32: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x01,0x01,0xff]3048// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3049 3050v_cmp_le_i32 vcc_lo, v1, v2 row_shl:153051// W32: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x0f,0x01,0xff]3052// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3053 3054v_cmp_le_i32 vcc_lo, v1, v2 row_shr:13055// W32: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x11,0x01,0xff]3056// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3057 3058v_cmp_le_i32 vcc_lo, v1, v2 row_shr:153059// W32: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x1f,0x01,0xff]3060// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3061 3062v_cmp_le_i32 vcc_lo, v1, v2 row_ror:13063// W32: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x21,0x01,0xff]3064// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3065 3066v_cmp_le_i32 vcc_lo, v1, v2 row_ror:153067// W32: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x2f,0x01,0xff]3068// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3069 3070v_cmp_le_i32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf3071// W32: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x50,0x01,0xff]3072// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3073 3074v_cmp_le_i32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x13075// W32: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x5f,0x01,0x01]3076// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3077 3078v_cmp_le_i32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:03079// W32: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x60,0x09,0x13]3080// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3081 3082v_cmp_le_i32 vcc_lo, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:13083// W32: encoding: [0xfa,0xfe,0x87,0x7c,0xff,0x6f,0x05,0x30]3084// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3085 3086v_cmp_le_i32 vcc, v1, v2 quad_perm:[3,2,1,0]3087// W64: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x1b,0x00,0xff]3088// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3089 3090v_cmp_le_i32 vcc, v1, v2 quad_perm:[0,1,2,3]3091// W64: encoding: [0xfa,0x04,0x86,0x7c,0x01,0xe4,0x00,0xff]3092// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3093 3094v_cmp_le_i32 vcc, v1, v2 row_mirror3095// W64: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x40,0x01,0xff]3096// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3097 3098v_cmp_le_i32 vcc, v1, v2 row_half_mirror3099// W64: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x41,0x01,0xff]3100// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3101 3102v_cmp_le_i32 vcc, v1, v2 row_shl:13103// W64: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x01,0x01,0xff]3104// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3105 3106v_cmp_le_i32 vcc, v1, v2 row_shl:153107// W64: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x0f,0x01,0xff]3108// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3109 3110v_cmp_le_i32 vcc, v1, v2 row_shr:13111// W64: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x11,0x01,0xff]3112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3113 3114v_cmp_le_i32 vcc, v1, v2 row_shr:153115// W64: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x1f,0x01,0xff]3116// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3117 3118v_cmp_le_i32 vcc, v1, v2 row_ror:13119// W64: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x21,0x01,0xff]3120// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3121 3122v_cmp_le_i32 vcc, v1, v2 row_ror:153123// W64: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x2f,0x01,0xff]3124// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3125 3126v_cmp_le_i32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf3127// W64: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x50,0x01,0xff]3128// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3129 3130v_cmp_le_i32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x13131// W64: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x5f,0x01,0x01]3132// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3133 3134v_cmp_le_i32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:03135// W64: encoding: [0xfa,0x04,0x86,0x7c,0x01,0x60,0x09,0x13]3136// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3137 3138v_cmp_le_i32 vcc, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:13139// W64: encoding: [0xfa,0xfe,0x87,0x7c,0xff,0x6f,0x05,0x30]3140// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3141 3142v_cmp_le_u16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]3143// W32: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x1b,0x00,0xff]3144// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3145 3146v_cmp_le_u16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]3147// W32: encoding: [0xfa,0x04,0x76,0x7c,0x01,0xe4,0x00,0xff]3148// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3149 3150v_cmp_le_u16 vcc_lo, v1, v2 row_mirror3151// W32: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x40,0x01,0xff]3152// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3153 3154v_cmp_le_u16 vcc_lo, v1, v2 row_half_mirror3155// W32: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x41,0x01,0xff]3156// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3157 3158v_cmp_le_u16 vcc_lo, v1, v2 row_shl:13159// W32: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x01,0x01,0xff]3160// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3161 3162v_cmp_le_u16 vcc_lo, v1, v2 row_shl:153163// W32: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x0f,0x01,0xff]3164// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3165 3166v_cmp_le_u16 vcc_lo, v1, v2 row_shr:13167// W32: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x11,0x01,0xff]3168// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3169 3170v_cmp_le_u16 vcc_lo, v1, v2 row_shr:153171// W32: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x1f,0x01,0xff]3172// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3173 3174v_cmp_le_u16 vcc_lo, v1, v2 row_ror:13175// W32: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x21,0x01,0xff]3176// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3177 3178v_cmp_le_u16 vcc_lo, v1, v2 row_ror:153179// W32: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x2f,0x01,0xff]3180// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3181 3182v_cmp_le_u16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf3183// W32: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x50,0x01,0xff]3184// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3185 3186v_cmp_le_u16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x13187// W32: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x5f,0x01,0x01]3188// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3189 3190v_cmp_le_u16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:03191// W32: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x60,0x09,0x13]3192// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3193 3194v_cmp_le_u16 vcc_lo, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:13195// W32: encoding: [0xfa,0xfe,0x76,0x7c,0x7f,0x6f,0x05,0x30]3196// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3197 3198v_cmp_le_u16 vcc, v1, v2 quad_perm:[3,2,1,0]3199// W64: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x1b,0x00,0xff]3200// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3201 3202v_cmp_le_u16 vcc, v1, v2 quad_perm:[0,1,2,3]3203// W64: encoding: [0xfa,0x04,0x76,0x7c,0x01,0xe4,0x00,0xff]3204// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3205 3206v_cmp_le_u16 vcc, v1, v2 row_mirror3207// W64: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x40,0x01,0xff]3208// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3209 3210v_cmp_le_u16 vcc, v1, v2 row_half_mirror3211// W64: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x41,0x01,0xff]3212// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3213 3214v_cmp_le_u16 vcc, v1, v2 row_shl:13215// W64: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x01,0x01,0xff]3216// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3217 3218v_cmp_le_u16 vcc, v1, v2 row_shl:153219// W64: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x0f,0x01,0xff]3220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3221 3222v_cmp_le_u16 vcc, v1, v2 row_shr:13223// W64: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x11,0x01,0xff]3224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3225 3226v_cmp_le_u16 vcc, v1, v2 row_shr:153227// W64: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x1f,0x01,0xff]3228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3229 3230v_cmp_le_u16 vcc, v1, v2 row_ror:13231// W64: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x21,0x01,0xff]3232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3233 3234v_cmp_le_u16 vcc, v1, v2 row_ror:153235// W64: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x2f,0x01,0xff]3236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3237 3238v_cmp_le_u16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf3239// W64: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x50,0x01,0xff]3240// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3241 3242v_cmp_le_u16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x13243// W64: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x5f,0x01,0x01]3244// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3245 3246v_cmp_le_u16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:03247// W64: encoding: [0xfa,0x04,0x76,0x7c,0x01,0x60,0x09,0x13]3248// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3249 3250v_cmp_le_u16 vcc, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:13251// W64: encoding: [0xfa,0xfe,0x76,0x7c,0x7f,0x6f,0x05,0x30]3252// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3253 3254v_cmp_le_u32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]3255// W32: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x1b,0x00,0xff]3256// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3257 3258v_cmp_le_u32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]3259// W32: encoding: [0xfa,0x04,0x96,0x7c,0x01,0xe4,0x00,0xff]3260// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3261 3262v_cmp_le_u32 vcc_lo, v1, v2 row_mirror3263// W32: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x40,0x01,0xff]3264// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3265 3266v_cmp_le_u32 vcc_lo, v1, v2 row_half_mirror3267// W32: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x41,0x01,0xff]3268// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3269 3270v_cmp_le_u32 vcc_lo, v1, v2 row_shl:13271// W32: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x01,0x01,0xff]3272// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3273 3274v_cmp_le_u32 vcc_lo, v1, v2 row_shl:153275// W32: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x0f,0x01,0xff]3276// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3277 3278v_cmp_le_u32 vcc_lo, v1, v2 row_shr:13279// W32: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x11,0x01,0xff]3280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3281 3282v_cmp_le_u32 vcc_lo, v1, v2 row_shr:153283// W32: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x1f,0x01,0xff]3284// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3285 3286v_cmp_le_u32 vcc_lo, v1, v2 row_ror:13287// W32: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x21,0x01,0xff]3288// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3289 3290v_cmp_le_u32 vcc_lo, v1, v2 row_ror:153291// W32: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x2f,0x01,0xff]3292// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3293 3294v_cmp_le_u32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf3295// W32: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x50,0x01,0xff]3296// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3297 3298v_cmp_le_u32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x13299// W32: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x5f,0x01,0x01]3300// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3301 3302v_cmp_le_u32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:03303// W32: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x60,0x09,0x13]3304// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3305 3306v_cmp_le_u32 vcc_lo, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:13307// W32: encoding: [0xfa,0xfe,0x97,0x7c,0xff,0x6f,0x05,0x30]3308// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3309 3310v_cmp_le_u32 vcc, v1, v2 quad_perm:[3,2,1,0]3311// W64: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x1b,0x00,0xff]3312// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3313 3314v_cmp_le_u32 vcc, v1, v2 quad_perm:[0,1,2,3]3315// W64: encoding: [0xfa,0x04,0x96,0x7c,0x01,0xe4,0x00,0xff]3316// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3317 3318v_cmp_le_u32 vcc, v1, v2 row_mirror3319// W64: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x40,0x01,0xff]3320// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3321 3322v_cmp_le_u32 vcc, v1, v2 row_half_mirror3323// W64: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x41,0x01,0xff]3324// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3325 3326v_cmp_le_u32 vcc, v1, v2 row_shl:13327// W64: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x01,0x01,0xff]3328// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3329 3330v_cmp_le_u32 vcc, v1, v2 row_shl:153331// W64: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x0f,0x01,0xff]3332// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3333 3334v_cmp_le_u32 vcc, v1, v2 row_shr:13335// W64: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x11,0x01,0xff]3336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3337 3338v_cmp_le_u32 vcc, v1, v2 row_shr:153339// W64: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x1f,0x01,0xff]3340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3341 3342v_cmp_le_u32 vcc, v1, v2 row_ror:13343// W64: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x21,0x01,0xff]3344// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3345 3346v_cmp_le_u32 vcc, v1, v2 row_ror:153347// W64: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x2f,0x01,0xff]3348// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3349 3350v_cmp_le_u32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf3351// W64: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x50,0x01,0xff]3352// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3353 3354v_cmp_le_u32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x13355// W64: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x5f,0x01,0x01]3356// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3357 3358v_cmp_le_u32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:03359// W64: encoding: [0xfa,0x04,0x96,0x7c,0x01,0x60,0x09,0x13]3360// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3361 3362v_cmp_le_u32 vcc, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:13363// W64: encoding: [0xfa,0xfe,0x97,0x7c,0xff,0x6f,0x05,0x30]3364// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3365 3366v_cmp_lg_f16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]3367// W32: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x1b,0x00,0xff]3368// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3369 3370v_cmp_lg_f16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]3371// W32: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0xe4,0x00,0xff]3372// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3373 3374v_cmp_lg_f16 vcc_lo, v1, v2 row_mirror3375// W32: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x40,0x01,0xff]3376// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3377 3378v_cmp_lg_f16 vcc_lo, v1, v2 row_half_mirror3379// W32: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x41,0x01,0xff]3380// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3381 3382v_cmp_lg_f16 vcc_lo, v1, v2 row_shl:13383// W32: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x01,0x01,0xff]3384// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3385 3386v_cmp_lg_f16 vcc_lo, v1, v2 row_shl:153387// W32: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x0f,0x01,0xff]3388// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3389 3390v_cmp_lg_f16 vcc_lo, v1, v2 row_shr:13391// W32: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x11,0x01,0xff]3392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3393 3394v_cmp_lg_f16 vcc_lo, v1, v2 row_shr:153395// W32: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x1f,0x01,0xff]3396// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3397 3398v_cmp_lg_f16 vcc_lo, v1, v2 row_ror:13399// W32: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x21,0x01,0xff]3400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3401 3402v_cmp_lg_f16 vcc_lo, v1, v2 row_ror:153403// W32: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x2f,0x01,0xff]3404// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3405 3406v_cmp_lg_f16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf3407// W32: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x50,0x01,0xff]3408// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3409 3410v_cmp_lg_f16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x13411// W32: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x5f,0x01,0x01]3412// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3413 3414v_cmp_lg_f16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:03415// W32: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x60,0x09,0x13]3416// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3417 3418v_cmp_lg_f16 vcc_lo, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:13419// W32: encoding: [0xfa,0xfe,0x0a,0x7c,0x7f,0x6f,0xf5,0x30]3420// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3421 3422v_cmp_lg_f16 vcc, v1, v2 quad_perm:[3,2,1,0]3423// W64: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x1b,0x00,0xff]3424// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3425 3426v_cmp_lg_f16 vcc, v1, v2 quad_perm:[0,1,2,3]3427// W64: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0xe4,0x00,0xff]3428// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3429 3430v_cmp_lg_f16 vcc, v1, v2 row_mirror3431// W64: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x40,0x01,0xff]3432// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3433 3434v_cmp_lg_f16 vcc, v1, v2 row_half_mirror3435// W64: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x41,0x01,0xff]3436// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3437 3438v_cmp_lg_f16 vcc, v1, v2 row_shl:13439// W64: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x01,0x01,0xff]3440// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3441 3442v_cmp_lg_f16 vcc, v1, v2 row_shl:153443// W64: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x0f,0x01,0xff]3444// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3445 3446v_cmp_lg_f16 vcc, v1, v2 row_shr:13447// W64: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x11,0x01,0xff]3448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3449 3450v_cmp_lg_f16 vcc, v1, v2 row_shr:153451// W64: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x1f,0x01,0xff]3452// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3453 3454v_cmp_lg_f16 vcc, v1, v2 row_ror:13455// W64: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x21,0x01,0xff]3456// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3457 3458v_cmp_lg_f16 vcc, v1, v2 row_ror:153459// W64: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x2f,0x01,0xff]3460// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3461 3462v_cmp_lg_f16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf3463// W64: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x50,0x01,0xff]3464// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3465 3466v_cmp_lg_f16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x13467// W64: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x5f,0x01,0x01]3468// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3469 3470v_cmp_lg_f16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:03471// W64: encoding: [0xfa,0x04,0x0a,0x7c,0x01,0x60,0x09,0x13]3472// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3473 3474v_cmp_lg_f16 vcc, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:13475// W64: encoding: [0xfa,0xfe,0x0a,0x7c,0x7f,0x6f,0xf5,0x30]3476// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3477 3478v_cmp_lg_f32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]3479// W32: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x1b,0x00,0xff]3480// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3481 3482v_cmp_lg_f32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]3483// W32: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0xe4,0x00,0xff]3484// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3485 3486v_cmp_lg_f32 vcc_lo, v1, v2 row_mirror3487// W32: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x40,0x01,0xff]3488// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3489 3490v_cmp_lg_f32 vcc_lo, v1, v2 row_half_mirror3491// W32: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x41,0x01,0xff]3492// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3493 3494v_cmp_lg_f32 vcc_lo, v1, v2 row_shl:13495// W32: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x01,0x01,0xff]3496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3497 3498v_cmp_lg_f32 vcc_lo, v1, v2 row_shl:153499// W32: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x0f,0x01,0xff]3500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3501 3502v_cmp_lg_f32 vcc_lo, v1, v2 row_shr:13503// W32: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x11,0x01,0xff]3504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3505 3506v_cmp_lg_f32 vcc_lo, v1, v2 row_shr:153507// W32: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x1f,0x01,0xff]3508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3509 3510v_cmp_lg_f32 vcc_lo, v1, v2 row_ror:13511// W32: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x21,0x01,0xff]3512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3513 3514v_cmp_lg_f32 vcc_lo, v1, v2 row_ror:153515// W32: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x2f,0x01,0xff]3516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3517 3518v_cmp_lg_f32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf3519// W32: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x50,0x01,0xff]3520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3521 3522v_cmp_lg_f32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x13523// W32: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x5f,0x01,0x01]3524// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3525 3526v_cmp_lg_f32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:03527// W32: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x60,0x09,0x13]3528// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3529 3530v_cmp_lg_f32 vcc_lo, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:13531// W32: encoding: [0xfa,0xfe,0x2b,0x7c,0xff,0x6f,0xf5,0x30]3532// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3533 3534v_cmp_lg_f32 vcc, v1, v2 quad_perm:[3,2,1,0]3535// W64: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x1b,0x00,0xff]3536// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3537 3538v_cmp_lg_f32 vcc, v1, v2 quad_perm:[0,1,2,3]3539// W64: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0xe4,0x00,0xff]3540// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3541 3542v_cmp_lg_f32 vcc, v1, v2 row_mirror3543// W64: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x40,0x01,0xff]3544// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3545 3546v_cmp_lg_f32 vcc, v1, v2 row_half_mirror3547// W64: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x41,0x01,0xff]3548// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3549 3550v_cmp_lg_f32 vcc, v1, v2 row_shl:13551// W64: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x01,0x01,0xff]3552// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3553 3554v_cmp_lg_f32 vcc, v1, v2 row_shl:153555// W64: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x0f,0x01,0xff]3556// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3557 3558v_cmp_lg_f32 vcc, v1, v2 row_shr:13559// W64: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x11,0x01,0xff]3560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3561 3562v_cmp_lg_f32 vcc, v1, v2 row_shr:153563// W64: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x1f,0x01,0xff]3564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3565 3566v_cmp_lg_f32 vcc, v1, v2 row_ror:13567// W64: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x21,0x01,0xff]3568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3569 3570v_cmp_lg_f32 vcc, v1, v2 row_ror:153571// W64: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x2f,0x01,0xff]3572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3573 3574v_cmp_lg_f32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf3575// W64: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x50,0x01,0xff]3576// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3577 3578v_cmp_lg_f32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x13579// W64: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x5f,0x01,0x01]3580// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3581 3582v_cmp_lg_f32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:03583// W64: encoding: [0xfa,0x04,0x2a,0x7c,0x01,0x60,0x09,0x13]3584// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3585 3586v_cmp_lg_f32 vcc, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:13587// W64: encoding: [0xfa,0xfe,0x2b,0x7c,0xff,0x6f,0xf5,0x30]3588// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3589 3590v_cmp_lt_f16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]3591// W32: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x1b,0x00,0xff]3592// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3593 3594v_cmp_lt_f16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]3595// W32: encoding: [0xfa,0x04,0x02,0x7c,0x01,0xe4,0x00,0xff]3596// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3597 3598v_cmp_lt_f16 vcc_lo, v1, v2 row_mirror3599// W32: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x40,0x01,0xff]3600// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3601 3602v_cmp_lt_f16 vcc_lo, v1, v2 row_half_mirror3603// W32: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x41,0x01,0xff]3604// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3605 3606v_cmp_lt_f16 vcc_lo, v1, v2 row_shl:13607// W32: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x01,0x01,0xff]3608// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3609 3610v_cmp_lt_f16 vcc_lo, v1, v2 row_shl:153611// W32: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x0f,0x01,0xff]3612// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3613 3614v_cmp_lt_f16 vcc_lo, v1, v2 row_shr:13615// W32: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x11,0x01,0xff]3616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3617 3618v_cmp_lt_f16 vcc_lo, v1, v2 row_shr:153619// W32: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x1f,0x01,0xff]3620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3621 3622v_cmp_lt_f16 vcc_lo, v1, v2 row_ror:13623// W32: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x21,0x01,0xff]3624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3625 3626v_cmp_lt_f16 vcc_lo, v1, v2 row_ror:153627// W32: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x2f,0x01,0xff]3628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3629 3630v_cmp_lt_f16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf3631// W32: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x50,0x01,0xff]3632// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3633 3634v_cmp_lt_f16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x13635// W32: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x5f,0x01,0x01]3636// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3637 3638v_cmp_lt_f16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:03639// W32: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x60,0x09,0x13]3640// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3641 3642v_cmp_lt_f16 vcc_lo, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:13643// W32: encoding: [0xfa,0xfe,0x02,0x7c,0x7f,0x6f,0xf5,0x30]3644// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3645 3646v_cmp_lt_f16 vcc, v1, v2 quad_perm:[3,2,1,0]3647// W64: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x1b,0x00,0xff]3648// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3649 3650v_cmp_lt_f16 vcc, v1, v2 quad_perm:[0,1,2,3]3651// W64: encoding: [0xfa,0x04,0x02,0x7c,0x01,0xe4,0x00,0xff]3652// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3653 3654v_cmp_lt_f16 vcc, v1, v2 row_mirror3655// W64: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x40,0x01,0xff]3656// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3657 3658v_cmp_lt_f16 vcc, v1, v2 row_half_mirror3659// W64: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x41,0x01,0xff]3660// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3661 3662v_cmp_lt_f16 vcc, v1, v2 row_shl:13663// W64: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x01,0x01,0xff]3664// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3665 3666v_cmp_lt_f16 vcc, v1, v2 row_shl:153667// W64: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x0f,0x01,0xff]3668// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3669 3670v_cmp_lt_f16 vcc, v1, v2 row_shr:13671// W64: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x11,0x01,0xff]3672// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3673 3674v_cmp_lt_f16 vcc, v1, v2 row_shr:153675// W64: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x1f,0x01,0xff]3676// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3677 3678v_cmp_lt_f16 vcc, v1, v2 row_ror:13679// W64: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x21,0x01,0xff]3680// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3681 3682v_cmp_lt_f16 vcc, v1, v2 row_ror:153683// W64: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x2f,0x01,0xff]3684// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3685 3686v_cmp_lt_f16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf3687// W64: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x50,0x01,0xff]3688// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3689 3690v_cmp_lt_f16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x13691// W64: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x5f,0x01,0x01]3692// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3693 3694v_cmp_lt_f16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:03695// W64: encoding: [0xfa,0x04,0x02,0x7c,0x01,0x60,0x09,0x13]3696// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3697 3698v_cmp_lt_f16 vcc, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:13699// W64: encoding: [0xfa,0xfe,0x02,0x7c,0x7f,0x6f,0xf5,0x30]3700// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3701 3702v_cmp_lt_f32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]3703// W32: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x1b,0x00,0xff]3704// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3705 3706v_cmp_lt_f32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]3707// W32: encoding: [0xfa,0x04,0x22,0x7c,0x01,0xe4,0x00,0xff]3708// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3709 3710v_cmp_lt_f32 vcc_lo, v1, v2 row_mirror3711// W32: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x40,0x01,0xff]3712// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3713 3714v_cmp_lt_f32 vcc_lo, v1, v2 row_half_mirror3715// W32: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x41,0x01,0xff]3716// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3717 3718v_cmp_lt_f32 vcc_lo, v1, v2 row_shl:13719// W32: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x01,0x01,0xff]3720// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3721 3722v_cmp_lt_f32 vcc_lo, v1, v2 row_shl:153723// W32: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x0f,0x01,0xff]3724// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3725 3726v_cmp_lt_f32 vcc_lo, v1, v2 row_shr:13727// W32: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x11,0x01,0xff]3728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3729 3730v_cmp_lt_f32 vcc_lo, v1, v2 row_shr:153731// W32: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x1f,0x01,0xff]3732// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3733 3734v_cmp_lt_f32 vcc_lo, v1, v2 row_ror:13735// W32: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x21,0x01,0xff]3736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3737 3738v_cmp_lt_f32 vcc_lo, v1, v2 row_ror:153739// W32: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x2f,0x01,0xff]3740// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3741 3742v_cmp_lt_f32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf3743// W32: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x50,0x01,0xff]3744// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3745 3746v_cmp_lt_f32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x13747// W32: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x5f,0x01,0x01]3748// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3749 3750v_cmp_lt_f32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:03751// W32: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x60,0x09,0x13]3752// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3753 3754v_cmp_lt_f32 vcc_lo, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:13755// W32: encoding: [0xfa,0xfe,0x23,0x7c,0xff,0x6f,0xf5,0x30]3756// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3757 3758v_cmp_lt_f32 vcc, v1, v2 quad_perm:[3,2,1,0]3759// W64: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x1b,0x00,0xff]3760// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3761 3762v_cmp_lt_f32 vcc, v1, v2 quad_perm:[0,1,2,3]3763// W64: encoding: [0xfa,0x04,0x22,0x7c,0x01,0xe4,0x00,0xff]3764// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3765 3766v_cmp_lt_f32 vcc, v1, v2 row_mirror3767// W64: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x40,0x01,0xff]3768// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3769 3770v_cmp_lt_f32 vcc, v1, v2 row_half_mirror3771// W64: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x41,0x01,0xff]3772// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3773 3774v_cmp_lt_f32 vcc, v1, v2 row_shl:13775// W64: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x01,0x01,0xff]3776// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3777 3778v_cmp_lt_f32 vcc, v1, v2 row_shl:153779// W64: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x0f,0x01,0xff]3780// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3781 3782v_cmp_lt_f32 vcc, v1, v2 row_shr:13783// W64: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x11,0x01,0xff]3784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3785 3786v_cmp_lt_f32 vcc, v1, v2 row_shr:153787// W64: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x1f,0x01,0xff]3788// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3789 3790v_cmp_lt_f32 vcc, v1, v2 row_ror:13791// W64: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x21,0x01,0xff]3792// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3793 3794v_cmp_lt_f32 vcc, v1, v2 row_ror:153795// W64: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x2f,0x01,0xff]3796// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3797 3798v_cmp_lt_f32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf3799// W64: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x50,0x01,0xff]3800// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3801 3802v_cmp_lt_f32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x13803// W64: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x5f,0x01,0x01]3804// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3805 3806v_cmp_lt_f32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:03807// W64: encoding: [0xfa,0x04,0x22,0x7c,0x01,0x60,0x09,0x13]3808// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3809 3810v_cmp_lt_f32 vcc, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:13811// W64: encoding: [0xfa,0xfe,0x23,0x7c,0xff,0x6f,0xf5,0x30]3812// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3813 3814v_cmp_lt_i16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]3815// W32: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x1b,0x00,0xff]3816// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3817 3818v_cmp_lt_i16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]3819// W32: encoding: [0xfa,0x04,0x62,0x7c,0x01,0xe4,0x00,0xff]3820// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3821 3822v_cmp_lt_i16 vcc_lo, v1, v2 row_mirror3823// W32: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x40,0x01,0xff]3824// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3825 3826v_cmp_lt_i16 vcc_lo, v1, v2 row_half_mirror3827// W32: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x41,0x01,0xff]3828// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3829 3830v_cmp_lt_i16 vcc_lo, v1, v2 row_shl:13831// W32: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x01,0x01,0xff]3832// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3833 3834v_cmp_lt_i16 vcc_lo, v1, v2 row_shl:153835// W32: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x0f,0x01,0xff]3836// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3837 3838v_cmp_lt_i16 vcc_lo, v1, v2 row_shr:13839// W32: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x11,0x01,0xff]3840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3841 3842v_cmp_lt_i16 vcc_lo, v1, v2 row_shr:153843// W32: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x1f,0x01,0xff]3844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3845 3846v_cmp_lt_i16 vcc_lo, v1, v2 row_ror:13847// W32: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x21,0x01,0xff]3848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3849 3850v_cmp_lt_i16 vcc_lo, v1, v2 row_ror:153851// W32: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x2f,0x01,0xff]3852// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3853 3854v_cmp_lt_i16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf3855// W32: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x50,0x01,0xff]3856// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3857 3858v_cmp_lt_i16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x13859// W32: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x5f,0x01,0x01]3860// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3861 3862v_cmp_lt_i16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:03863// W32: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x60,0x09,0x13]3864// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3865 3866v_cmp_lt_i16 vcc_lo, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:13867// W32: encoding: [0xfa,0xfe,0x62,0x7c,0x7f,0x6f,0x05,0x30]3868// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3869 3870v_cmp_lt_i16 vcc, v1, v2 quad_perm:[3,2,1,0]3871// W64: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x1b,0x00,0xff]3872// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3873 3874v_cmp_lt_i16 vcc, v1, v2 quad_perm:[0,1,2,3]3875// W64: encoding: [0xfa,0x04,0x62,0x7c,0x01,0xe4,0x00,0xff]3876// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3877 3878v_cmp_lt_i16 vcc, v1, v2 row_mirror3879// W64: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x40,0x01,0xff]3880// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3881 3882v_cmp_lt_i16 vcc, v1, v2 row_half_mirror3883// W64: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x41,0x01,0xff]3884// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3885 3886v_cmp_lt_i16 vcc, v1, v2 row_shl:13887// W64: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x01,0x01,0xff]3888// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3889 3890v_cmp_lt_i16 vcc, v1, v2 row_shl:153891// W64: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x0f,0x01,0xff]3892// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3893 3894v_cmp_lt_i16 vcc, v1, v2 row_shr:13895// W64: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x11,0x01,0xff]3896// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3897 3898v_cmp_lt_i16 vcc, v1, v2 row_shr:153899// W64: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x1f,0x01,0xff]3900// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3901 3902v_cmp_lt_i16 vcc, v1, v2 row_ror:13903// W64: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x21,0x01,0xff]3904// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3905 3906v_cmp_lt_i16 vcc, v1, v2 row_ror:153907// W64: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x2f,0x01,0xff]3908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3909 3910v_cmp_lt_i16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf3911// W64: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x50,0x01,0xff]3912// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3913 3914v_cmp_lt_i16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x13915// W64: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x5f,0x01,0x01]3916// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3917 3918v_cmp_lt_i16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:03919// W64: encoding: [0xfa,0x04,0x62,0x7c,0x01,0x60,0x09,0x13]3920// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3921 3922v_cmp_lt_i16 vcc, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:13923// W64: encoding: [0xfa,0xfe,0x62,0x7c,0x7f,0x6f,0x05,0x30]3924// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3925 3926v_cmp_lt_i32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]3927// W32: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x1b,0x00,0xff]3928// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3929 3930v_cmp_lt_i32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]3931// W32: encoding: [0xfa,0x04,0x82,0x7c,0x01,0xe4,0x00,0xff]3932// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3933 3934v_cmp_lt_i32 vcc_lo, v1, v2 row_mirror3935// W32: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x40,0x01,0xff]3936// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3937 3938v_cmp_lt_i32 vcc_lo, v1, v2 row_half_mirror3939// W32: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x41,0x01,0xff]3940// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3941 3942v_cmp_lt_i32 vcc_lo, v1, v2 row_shl:13943// W32: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x01,0x01,0xff]3944// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3945 3946v_cmp_lt_i32 vcc_lo, v1, v2 row_shl:153947// W32: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x0f,0x01,0xff]3948// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3949 3950v_cmp_lt_i32 vcc_lo, v1, v2 row_shr:13951// W32: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x11,0x01,0xff]3952// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3953 3954v_cmp_lt_i32 vcc_lo, v1, v2 row_shr:153955// W32: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x1f,0x01,0xff]3956// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3957 3958v_cmp_lt_i32 vcc_lo, v1, v2 row_ror:13959// W32: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x21,0x01,0xff]3960// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3961 3962v_cmp_lt_i32 vcc_lo, v1, v2 row_ror:153963// W32: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x2f,0x01,0xff]3964// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3965 3966v_cmp_lt_i32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf3967// W32: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x50,0x01,0xff]3968// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3969 3970v_cmp_lt_i32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x13971// W32: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x5f,0x01,0x01]3972// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3973 3974v_cmp_lt_i32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:03975// W32: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x60,0x09,0x13]3976// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3977 3978v_cmp_lt_i32 vcc_lo, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:13979// W32: encoding: [0xfa,0xfe,0x83,0x7c,0xff,0x6f,0x05,0x30]3980// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3981 3982v_cmp_lt_i32 vcc, v1, v2 quad_perm:[3,2,1,0]3983// W64: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x1b,0x00,0xff]3984// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3985 3986v_cmp_lt_i32 vcc, v1, v2 quad_perm:[0,1,2,3]3987// W64: encoding: [0xfa,0x04,0x82,0x7c,0x01,0xe4,0x00,0xff]3988// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3989 3990v_cmp_lt_i32 vcc, v1, v2 row_mirror3991// W64: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x40,0x01,0xff]3992// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3993 3994v_cmp_lt_i32 vcc, v1, v2 row_half_mirror3995// W64: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x41,0x01,0xff]3996// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode3997 3998v_cmp_lt_i32 vcc, v1, v2 row_shl:13999// W64: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x01,0x01,0xff]4000// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4001 4002v_cmp_lt_i32 vcc, v1, v2 row_shl:154003// W64: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x0f,0x01,0xff]4004// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4005 4006v_cmp_lt_i32 vcc, v1, v2 row_shr:14007// W64: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x11,0x01,0xff]4008// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4009 4010v_cmp_lt_i32 vcc, v1, v2 row_shr:154011// W64: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x1f,0x01,0xff]4012// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4013 4014v_cmp_lt_i32 vcc, v1, v2 row_ror:14015// W64: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x21,0x01,0xff]4016// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4017 4018v_cmp_lt_i32 vcc, v1, v2 row_ror:154019// W64: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x2f,0x01,0xff]4020// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4021 4022v_cmp_lt_i32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf4023// W64: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x50,0x01,0xff]4024// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4025 4026v_cmp_lt_i32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x14027// W64: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x5f,0x01,0x01]4028// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4029 4030v_cmp_lt_i32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:04031// W64: encoding: [0xfa,0x04,0x82,0x7c,0x01,0x60,0x09,0x13]4032// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4033 4034v_cmp_lt_i32 vcc, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:14035// W64: encoding: [0xfa,0xfe,0x83,0x7c,0xff,0x6f,0x05,0x30]4036// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4037 4038v_cmp_lt_u16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]4039// W32: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x1b,0x00,0xff]4040// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4041 4042v_cmp_lt_u16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]4043// W32: encoding: [0xfa,0x04,0x72,0x7c,0x01,0xe4,0x00,0xff]4044// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4045 4046v_cmp_lt_u16 vcc_lo, v1, v2 row_mirror4047// W32: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x40,0x01,0xff]4048// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4049 4050v_cmp_lt_u16 vcc_lo, v1, v2 row_half_mirror4051// W32: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x41,0x01,0xff]4052// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4053 4054v_cmp_lt_u16 vcc_lo, v1, v2 row_shl:14055// W32: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x01,0x01,0xff]4056// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4057 4058v_cmp_lt_u16 vcc_lo, v1, v2 row_shl:154059// W32: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x0f,0x01,0xff]4060// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4061 4062v_cmp_lt_u16 vcc_lo, v1, v2 row_shr:14063// W32: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x11,0x01,0xff]4064// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4065 4066v_cmp_lt_u16 vcc_lo, v1, v2 row_shr:154067// W32: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x1f,0x01,0xff]4068// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4069 4070v_cmp_lt_u16 vcc_lo, v1, v2 row_ror:14071// W32: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x21,0x01,0xff]4072// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4073 4074v_cmp_lt_u16 vcc_lo, v1, v2 row_ror:154075// W32: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x2f,0x01,0xff]4076// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4077 4078v_cmp_lt_u16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf4079// W32: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x50,0x01,0xff]4080// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4081 4082v_cmp_lt_u16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x14083// W32: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x5f,0x01,0x01]4084// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4085 4086v_cmp_lt_u16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:04087// W32: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x60,0x09,0x13]4088// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4089 4090v_cmp_lt_u16 vcc_lo, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:14091// W32: encoding: [0xfa,0xfe,0x72,0x7c,0x7f,0x6f,0x05,0x30]4092// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4093 4094v_cmp_lt_u16 vcc, v1, v2 quad_perm:[3,2,1,0]4095// W64: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x1b,0x00,0xff]4096// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4097 4098v_cmp_lt_u16 vcc, v1, v2 quad_perm:[0,1,2,3]4099// W64: encoding: [0xfa,0x04,0x72,0x7c,0x01,0xe4,0x00,0xff]4100// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4101 4102v_cmp_lt_u16 vcc, v1, v2 row_mirror4103// W64: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x40,0x01,0xff]4104// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4105 4106v_cmp_lt_u16 vcc, v1, v2 row_half_mirror4107// W64: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x41,0x01,0xff]4108// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4109 4110v_cmp_lt_u16 vcc, v1, v2 row_shl:14111// W64: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x01,0x01,0xff]4112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4113 4114v_cmp_lt_u16 vcc, v1, v2 row_shl:154115// W64: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x0f,0x01,0xff]4116// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4117 4118v_cmp_lt_u16 vcc, v1, v2 row_shr:14119// W64: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x11,0x01,0xff]4120// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4121 4122v_cmp_lt_u16 vcc, v1, v2 row_shr:154123// W64: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x1f,0x01,0xff]4124// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4125 4126v_cmp_lt_u16 vcc, v1, v2 row_ror:14127// W64: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x21,0x01,0xff]4128// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4129 4130v_cmp_lt_u16 vcc, v1, v2 row_ror:154131// W64: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x2f,0x01,0xff]4132// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4133 4134v_cmp_lt_u16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf4135// W64: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x50,0x01,0xff]4136// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4137 4138v_cmp_lt_u16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x14139// W64: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x5f,0x01,0x01]4140// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4141 4142v_cmp_lt_u16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:04143// W64: encoding: [0xfa,0x04,0x72,0x7c,0x01,0x60,0x09,0x13]4144// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4145 4146v_cmp_lt_u16 vcc, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:14147// W64: encoding: [0xfa,0xfe,0x72,0x7c,0x7f,0x6f,0x05,0x30]4148// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4149 4150v_cmp_lt_u32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]4151// W32: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x1b,0x00,0xff]4152// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4153 4154v_cmp_lt_u32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]4155// W32: encoding: [0xfa,0x04,0x92,0x7c,0x01,0xe4,0x00,0xff]4156// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4157 4158v_cmp_lt_u32 vcc_lo, v1, v2 row_mirror4159// W32: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x40,0x01,0xff]4160// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4161 4162v_cmp_lt_u32 vcc_lo, v1, v2 row_half_mirror4163// W32: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x41,0x01,0xff]4164// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4165 4166v_cmp_lt_u32 vcc_lo, v1, v2 row_shl:14167// W32: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x01,0x01,0xff]4168// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4169 4170v_cmp_lt_u32 vcc_lo, v1, v2 row_shl:154171// W32: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x0f,0x01,0xff]4172// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4173 4174v_cmp_lt_u32 vcc_lo, v1, v2 row_shr:14175// W32: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x11,0x01,0xff]4176// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4177 4178v_cmp_lt_u32 vcc_lo, v1, v2 row_shr:154179// W32: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x1f,0x01,0xff]4180// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4181 4182v_cmp_lt_u32 vcc_lo, v1, v2 row_ror:14183// W32: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x21,0x01,0xff]4184// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4185 4186v_cmp_lt_u32 vcc_lo, v1, v2 row_ror:154187// W32: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x2f,0x01,0xff]4188// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4189 4190v_cmp_lt_u32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf4191// W32: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x50,0x01,0xff]4192// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4193 4194v_cmp_lt_u32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x14195// W32: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x5f,0x01,0x01]4196// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4197 4198v_cmp_lt_u32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:04199// W32: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x60,0x09,0x13]4200// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4201 4202v_cmp_lt_u32 vcc_lo, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:14203// W32: encoding: [0xfa,0xfe,0x93,0x7c,0xff,0x6f,0x05,0x30]4204// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4205 4206v_cmp_lt_u32 vcc, v1, v2 quad_perm:[3,2,1,0]4207// W64: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x1b,0x00,0xff]4208// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4209 4210v_cmp_lt_u32 vcc, v1, v2 quad_perm:[0,1,2,3]4211// W64: encoding: [0xfa,0x04,0x92,0x7c,0x01,0xe4,0x00,0xff]4212// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4213 4214v_cmp_lt_u32 vcc, v1, v2 row_mirror4215// W64: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x40,0x01,0xff]4216// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4217 4218v_cmp_lt_u32 vcc, v1, v2 row_half_mirror4219// W64: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x41,0x01,0xff]4220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4221 4222v_cmp_lt_u32 vcc, v1, v2 row_shl:14223// W64: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x01,0x01,0xff]4224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4225 4226v_cmp_lt_u32 vcc, v1, v2 row_shl:154227// W64: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x0f,0x01,0xff]4228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4229 4230v_cmp_lt_u32 vcc, v1, v2 row_shr:14231// W64: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x11,0x01,0xff]4232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4233 4234v_cmp_lt_u32 vcc, v1, v2 row_shr:154235// W64: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x1f,0x01,0xff]4236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4237 4238v_cmp_lt_u32 vcc, v1, v2 row_ror:14239// W64: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x21,0x01,0xff]4240// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4241 4242v_cmp_lt_u32 vcc, v1, v2 row_ror:154243// W64: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x2f,0x01,0xff]4244// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4245 4246v_cmp_lt_u32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf4247// W64: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x50,0x01,0xff]4248// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4249 4250v_cmp_lt_u32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x14251// W64: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x5f,0x01,0x01]4252// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4253 4254v_cmp_lt_u32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:04255// W64: encoding: [0xfa,0x04,0x92,0x7c,0x01,0x60,0x09,0x13]4256// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4257 4258v_cmp_lt_u32 vcc, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:14259// W64: encoding: [0xfa,0xfe,0x93,0x7c,0xff,0x6f,0x05,0x30]4260// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4261 4262v_cmp_ne_i16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]4263// W32: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x1b,0x00,0xff]4264// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4265 4266v_cmp_ne_i16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]4267// W32: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0xe4,0x00,0xff]4268// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4269 4270v_cmp_ne_i16 vcc_lo, v1, v2 row_mirror4271// W32: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x40,0x01,0xff]4272// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4273 4274v_cmp_ne_i16 vcc_lo, v1, v2 row_half_mirror4275// W32: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x41,0x01,0xff]4276// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4277 4278v_cmp_ne_i16 vcc_lo, v1, v2 row_shl:14279// W32: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x01,0x01,0xff]4280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4281 4282v_cmp_ne_i16 vcc_lo, v1, v2 row_shl:154283// W32: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x0f,0x01,0xff]4284// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4285 4286v_cmp_ne_i16 vcc_lo, v1, v2 row_shr:14287// W32: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x11,0x01,0xff]4288// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4289 4290v_cmp_ne_i16 vcc_lo, v1, v2 row_shr:154291// W32: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x1f,0x01,0xff]4292// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4293 4294v_cmp_ne_i16 vcc_lo, v1, v2 row_ror:14295// W32: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x21,0x01,0xff]4296// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4297 4298v_cmp_ne_i16 vcc_lo, v1, v2 row_ror:154299// W32: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x2f,0x01,0xff]4300// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4301 4302v_cmp_ne_i16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf4303// W32: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x50,0x01,0xff]4304// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4305 4306v_cmp_ne_i16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x14307// W32: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x5f,0x01,0x01]4308// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4309 4310v_cmp_ne_i16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:04311// W32: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x60,0x09,0x13]4312// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4313 4314v_cmp_ne_i16 vcc_lo, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:14315// W32: encoding: [0xfa,0xfe,0x6a,0x7c,0x7f,0x6f,0x05,0x30]4316// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4317 4318v_cmp_ne_i16 vcc, v1, v2 quad_perm:[3,2,1,0]4319// W64: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x1b,0x00,0xff]4320// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4321 4322v_cmp_ne_i16 vcc, v1, v2 quad_perm:[0,1,2,3]4323// W64: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0xe4,0x00,0xff]4324// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4325 4326v_cmp_ne_i16 vcc, v1, v2 row_mirror4327// W64: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x40,0x01,0xff]4328// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4329 4330v_cmp_ne_i16 vcc, v1, v2 row_half_mirror4331// W64: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x41,0x01,0xff]4332// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4333 4334v_cmp_ne_i16 vcc, v1, v2 row_shl:14335// W64: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x01,0x01,0xff]4336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4337 4338v_cmp_ne_i16 vcc, v1, v2 row_shl:154339// W64: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x0f,0x01,0xff]4340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4341 4342v_cmp_ne_i16 vcc, v1, v2 row_shr:14343// W64: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x11,0x01,0xff]4344// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4345 4346v_cmp_ne_i16 vcc, v1, v2 row_shr:154347// W64: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x1f,0x01,0xff]4348// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4349 4350v_cmp_ne_i16 vcc, v1, v2 row_ror:14351// W64: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x21,0x01,0xff]4352// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4353 4354v_cmp_ne_i16 vcc, v1, v2 row_ror:154355// W64: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x2f,0x01,0xff]4356// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4357 4358v_cmp_ne_i16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf4359// W64: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x50,0x01,0xff]4360// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4361 4362v_cmp_ne_i16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x14363// W64: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x5f,0x01,0x01]4364// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4365 4366v_cmp_ne_i16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:04367// W64: encoding: [0xfa,0x04,0x6a,0x7c,0x01,0x60,0x09,0x13]4368// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4369 4370v_cmp_ne_i16 vcc, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:14371// W64: encoding: [0xfa,0xfe,0x6a,0x7c,0x7f,0x6f,0x05,0x30]4372// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4373 4374v_cmp_ne_i32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]4375// W32: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x1b,0x00,0xff]4376// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4377 4378v_cmp_ne_i32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]4379// W32: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0xe4,0x00,0xff]4380// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4381 4382v_cmp_ne_i32 vcc_lo, v1, v2 row_mirror4383// W32: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x40,0x01,0xff]4384// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4385 4386v_cmp_ne_i32 vcc_lo, v1, v2 row_half_mirror4387// W32: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x41,0x01,0xff]4388// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4389 4390v_cmp_ne_i32 vcc_lo, v1, v2 row_shl:14391// W32: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x01,0x01,0xff]4392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4393 4394v_cmp_ne_i32 vcc_lo, v1, v2 row_shl:154395// W32: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x0f,0x01,0xff]4396// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4397 4398v_cmp_ne_i32 vcc_lo, v1, v2 row_shr:14399// W32: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x11,0x01,0xff]4400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4401 4402v_cmp_ne_i32 vcc_lo, v1, v2 row_shr:154403// W32: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x1f,0x01,0xff]4404// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4405 4406v_cmp_ne_i32 vcc_lo, v1, v2 row_ror:14407// W32: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x21,0x01,0xff]4408// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4409 4410v_cmp_ne_i32 vcc_lo, v1, v2 row_ror:154411// W32: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x2f,0x01,0xff]4412// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4413 4414v_cmp_ne_i32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf4415// W32: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x50,0x01,0xff]4416// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4417 4418v_cmp_ne_i32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x14419// W32: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x5f,0x01,0x01]4420// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4421 4422v_cmp_ne_i32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:04423// W32: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x60,0x09,0x13]4424// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4425 4426v_cmp_ne_i32 vcc_lo, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:14427// W32: encoding: [0xfa,0xfe,0x8b,0x7c,0xff,0x6f,0x05,0x30]4428// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4429 4430v_cmp_ne_i32 vcc, v1, v2 quad_perm:[3,2,1,0]4431// W64: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x1b,0x00,0xff]4432// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4433 4434v_cmp_ne_i32 vcc, v1, v2 quad_perm:[0,1,2,3]4435// W64: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0xe4,0x00,0xff]4436// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4437 4438v_cmp_ne_i32 vcc, v1, v2 row_mirror4439// W64: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x40,0x01,0xff]4440// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4441 4442v_cmp_ne_i32 vcc, v1, v2 row_half_mirror4443// W64: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x41,0x01,0xff]4444// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4445 4446v_cmp_ne_i32 vcc, v1, v2 row_shl:14447// W64: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x01,0x01,0xff]4448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4449 4450v_cmp_ne_i32 vcc, v1, v2 row_shl:154451// W64: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x0f,0x01,0xff]4452// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4453 4454v_cmp_ne_i32 vcc, v1, v2 row_shr:14455// W64: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x11,0x01,0xff]4456// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4457 4458v_cmp_ne_i32 vcc, v1, v2 row_shr:154459// W64: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x1f,0x01,0xff]4460// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4461 4462v_cmp_ne_i32 vcc, v1, v2 row_ror:14463// W64: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x21,0x01,0xff]4464// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4465 4466v_cmp_ne_i32 vcc, v1, v2 row_ror:154467// W64: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x2f,0x01,0xff]4468// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4469 4470v_cmp_ne_i32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf4471// W64: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x50,0x01,0xff]4472// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4473 4474v_cmp_ne_i32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x14475// W64: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x5f,0x01,0x01]4476// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4477 4478v_cmp_ne_i32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:04479// W64: encoding: [0xfa,0x04,0x8a,0x7c,0x01,0x60,0x09,0x13]4480// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4481 4482v_cmp_ne_i32 vcc, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:14483// W64: encoding: [0xfa,0xfe,0x8b,0x7c,0xff,0x6f,0x05,0x30]4484// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4485 4486v_cmp_ne_u16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]4487// W32: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x1b,0x00,0xff]4488// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4489 4490v_cmp_ne_u16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]4491// W32: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0xe4,0x00,0xff]4492// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4493 4494v_cmp_ne_u16 vcc_lo, v1, v2 row_mirror4495// W32: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x40,0x01,0xff]4496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4497 4498v_cmp_ne_u16 vcc_lo, v1, v2 row_half_mirror4499// W32: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x41,0x01,0xff]4500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4501 4502v_cmp_ne_u16 vcc_lo, v1, v2 row_shl:14503// W32: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x01,0x01,0xff]4504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4505 4506v_cmp_ne_u16 vcc_lo, v1, v2 row_shl:154507// W32: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x0f,0x01,0xff]4508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4509 4510v_cmp_ne_u16 vcc_lo, v1, v2 row_shr:14511// W32: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x11,0x01,0xff]4512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4513 4514v_cmp_ne_u16 vcc_lo, v1, v2 row_shr:154515// W32: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x1f,0x01,0xff]4516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4517 4518v_cmp_ne_u16 vcc_lo, v1, v2 row_ror:14519// W32: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x21,0x01,0xff]4520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4521 4522v_cmp_ne_u16 vcc_lo, v1, v2 row_ror:154523// W32: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x2f,0x01,0xff]4524// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4525 4526v_cmp_ne_u16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf4527// W32: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x50,0x01,0xff]4528// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4529 4530v_cmp_ne_u16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x14531// W32: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x5f,0x01,0x01]4532// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4533 4534v_cmp_ne_u16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:04535// W32: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x60,0x09,0x13]4536// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4537 4538v_cmp_ne_u16 vcc_lo, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:14539// W32: encoding: [0xfa,0xfe,0x7a,0x7c,0x7f,0x6f,0x05,0x30]4540// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4541 4542v_cmp_ne_u16 vcc, v1, v2 quad_perm:[3,2,1,0]4543// W64: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x1b,0x00,0xff]4544// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4545 4546v_cmp_ne_u16 vcc, v1, v2 quad_perm:[0,1,2,3]4547// W64: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0xe4,0x00,0xff]4548// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4549 4550v_cmp_ne_u16 vcc, v1, v2 row_mirror4551// W64: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x40,0x01,0xff]4552// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4553 4554v_cmp_ne_u16 vcc, v1, v2 row_half_mirror4555// W64: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x41,0x01,0xff]4556// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4557 4558v_cmp_ne_u16 vcc, v1, v2 row_shl:14559// W64: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x01,0x01,0xff]4560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4561 4562v_cmp_ne_u16 vcc, v1, v2 row_shl:154563// W64: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x0f,0x01,0xff]4564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4565 4566v_cmp_ne_u16 vcc, v1, v2 row_shr:14567// W64: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x11,0x01,0xff]4568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4569 4570v_cmp_ne_u16 vcc, v1, v2 row_shr:154571// W64: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x1f,0x01,0xff]4572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4573 4574v_cmp_ne_u16 vcc, v1, v2 row_ror:14575// W64: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x21,0x01,0xff]4576// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4577 4578v_cmp_ne_u16 vcc, v1, v2 row_ror:154579// W64: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x2f,0x01,0xff]4580// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4581 4582v_cmp_ne_u16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf4583// W64: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x50,0x01,0xff]4584// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4585 4586v_cmp_ne_u16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x14587// W64: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x5f,0x01,0x01]4588// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4589 4590v_cmp_ne_u16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:04591// W64: encoding: [0xfa,0x04,0x7a,0x7c,0x01,0x60,0x09,0x13]4592// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4593 4594v_cmp_ne_u16 vcc, v127, v127 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:14595// W64: encoding: [0xfa,0xfe,0x7a,0x7c,0x7f,0x6f,0x05,0x30]4596// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4597 4598v_cmp_ne_u32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]4599// W32: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x1b,0x00,0xff]4600// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4601 4602v_cmp_ne_u32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]4603// W32: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0xe4,0x00,0xff]4604// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4605 4606v_cmp_ne_u32 vcc_lo, v1, v2 row_mirror4607// W32: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x40,0x01,0xff]4608// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4609 4610v_cmp_ne_u32 vcc_lo, v1, v2 row_half_mirror4611// W32: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x41,0x01,0xff]4612// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4613 4614v_cmp_ne_u32 vcc_lo, v1, v2 row_shl:14615// W32: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x01,0x01,0xff]4616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4617 4618v_cmp_ne_u32 vcc_lo, v1, v2 row_shl:154619// W32: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x0f,0x01,0xff]4620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4621 4622v_cmp_ne_u32 vcc_lo, v1, v2 row_shr:14623// W32: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x11,0x01,0xff]4624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4625 4626v_cmp_ne_u32 vcc_lo, v1, v2 row_shr:154627// W32: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x1f,0x01,0xff]4628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4629 4630v_cmp_ne_u32 vcc_lo, v1, v2 row_ror:14631// W32: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x21,0x01,0xff]4632// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4633 4634v_cmp_ne_u32 vcc_lo, v1, v2 row_ror:154635// W32: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x2f,0x01,0xff]4636// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4637 4638v_cmp_ne_u32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf4639// W32: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x50,0x01,0xff]4640// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4641 4642v_cmp_ne_u32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x14643// W32: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x5f,0x01,0x01]4644// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4645 4646v_cmp_ne_u32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:04647// W32: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x60,0x09,0x13]4648// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4649 4650v_cmp_ne_u32 vcc_lo, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:14651// W32: encoding: [0xfa,0xfe,0x9b,0x7c,0xff,0x6f,0x05,0x30]4652// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4653 4654v_cmp_ne_u32 vcc, v1, v2 quad_perm:[3,2,1,0]4655// W64: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x1b,0x00,0xff]4656// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4657 4658v_cmp_ne_u32 vcc, v1, v2 quad_perm:[0,1,2,3]4659// W64: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0xe4,0x00,0xff]4660// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4661 4662v_cmp_ne_u32 vcc, v1, v2 row_mirror4663// W64: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x40,0x01,0xff]4664// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4665 4666v_cmp_ne_u32 vcc, v1, v2 row_half_mirror4667// W64: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x41,0x01,0xff]4668// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4669 4670v_cmp_ne_u32 vcc, v1, v2 row_shl:14671// W64: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x01,0x01,0xff]4672// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4673 4674v_cmp_ne_u32 vcc, v1, v2 row_shl:154675// W64: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x0f,0x01,0xff]4676// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4677 4678v_cmp_ne_u32 vcc, v1, v2 row_shr:14679// W64: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x11,0x01,0xff]4680// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4681 4682v_cmp_ne_u32 vcc, v1, v2 row_shr:154683// W64: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x1f,0x01,0xff]4684// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4685 4686v_cmp_ne_u32 vcc, v1, v2 row_ror:14687// W64: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x21,0x01,0xff]4688// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4689 4690v_cmp_ne_u32 vcc, v1, v2 row_ror:154691// W64: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x2f,0x01,0xff]4692// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4693 4694v_cmp_ne_u32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf4695// W64: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x50,0x01,0xff]4696// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4697 4698v_cmp_ne_u32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x14699// W64: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x5f,0x01,0x01]4700// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4701 4702v_cmp_ne_u32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:04703// W64: encoding: [0xfa,0x04,0x9a,0x7c,0x01,0x60,0x09,0x13]4704// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4705 4706v_cmp_ne_u32 vcc, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:14707// W64: encoding: [0xfa,0xfe,0x9b,0x7c,0xff,0x6f,0x05,0x30]4708// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4709 4710v_cmp_neq_f16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]4711// W32: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x1b,0x00,0xff]4712// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4713 4714v_cmp_neq_f16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]4715// W32: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0xe4,0x00,0xff]4716// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4717 4718v_cmp_neq_f16 vcc_lo, v1, v2 row_mirror4719// W32: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x40,0x01,0xff]4720// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4721 4722v_cmp_neq_f16 vcc_lo, v1, v2 row_half_mirror4723// W32: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x41,0x01,0xff]4724// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4725 4726v_cmp_neq_f16 vcc_lo, v1, v2 row_shl:14727// W32: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x01,0x01,0xff]4728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4729 4730v_cmp_neq_f16 vcc_lo, v1, v2 row_shl:154731// W32: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x0f,0x01,0xff]4732// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4733 4734v_cmp_neq_f16 vcc_lo, v1, v2 row_shr:14735// W32: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x11,0x01,0xff]4736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4737 4738v_cmp_neq_f16 vcc_lo, v1, v2 row_shr:154739// W32: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x1f,0x01,0xff]4740// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4741 4742v_cmp_neq_f16 vcc_lo, v1, v2 row_ror:14743// W32: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x21,0x01,0xff]4744// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4745 4746v_cmp_neq_f16 vcc_lo, v1, v2 row_ror:154747// W32: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x2f,0x01,0xff]4748// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4749 4750v_cmp_neq_f16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf4751// W32: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x50,0x01,0xff]4752// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4753 4754v_cmp_neq_f16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x14755// W32: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x5f,0x01,0x01]4756// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4757 4758v_cmp_neq_f16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:04759// W32: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x60,0x09,0x13]4760// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4761 4762v_cmp_neq_f16 vcc_lo, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:14763// W32: encoding: [0xfa,0xfe,0x1a,0x7c,0x7f,0x6f,0xf5,0x30]4764// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4765 4766v_cmp_neq_f16 vcc, v1, v2 quad_perm:[3,2,1,0]4767// W64: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x1b,0x00,0xff]4768// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4769 4770v_cmp_neq_f16 vcc, v1, v2 quad_perm:[0,1,2,3]4771// W64: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0xe4,0x00,0xff]4772// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4773 4774v_cmp_neq_f16 vcc, v1, v2 row_mirror4775// W64: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x40,0x01,0xff]4776// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4777 4778v_cmp_neq_f16 vcc, v1, v2 row_half_mirror4779// W64: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x41,0x01,0xff]4780// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4781 4782v_cmp_neq_f16 vcc, v1, v2 row_shl:14783// W64: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x01,0x01,0xff]4784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4785 4786v_cmp_neq_f16 vcc, v1, v2 row_shl:154787// W64: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x0f,0x01,0xff]4788// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4789 4790v_cmp_neq_f16 vcc, v1, v2 row_shr:14791// W64: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x11,0x01,0xff]4792// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4793 4794v_cmp_neq_f16 vcc, v1, v2 row_shr:154795// W64: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x1f,0x01,0xff]4796// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4797 4798v_cmp_neq_f16 vcc, v1, v2 row_ror:14799// W64: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x21,0x01,0xff]4800// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4801 4802v_cmp_neq_f16 vcc, v1, v2 row_ror:154803// W64: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x2f,0x01,0xff]4804// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4805 4806v_cmp_neq_f16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf4807// W64: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x50,0x01,0xff]4808// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4809 4810v_cmp_neq_f16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x14811// W64: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x5f,0x01,0x01]4812// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4813 4814v_cmp_neq_f16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:04815// W64: encoding: [0xfa,0x04,0x1a,0x7c,0x01,0x60,0x09,0x13]4816// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4817 4818v_cmp_neq_f16 vcc, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:14819// W64: encoding: [0xfa,0xfe,0x1a,0x7c,0x7f,0x6f,0xf5,0x30]4820// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4821 4822v_cmp_neq_f32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]4823// W32: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x1b,0x00,0xff]4824// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4825 4826v_cmp_neq_f32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]4827// W32: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0xe4,0x00,0xff]4828// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4829 4830v_cmp_neq_f32 vcc_lo, v1, v2 row_mirror4831// W32: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x40,0x01,0xff]4832// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4833 4834v_cmp_neq_f32 vcc_lo, v1, v2 row_half_mirror4835// W32: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x41,0x01,0xff]4836// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4837 4838v_cmp_neq_f32 vcc_lo, v1, v2 row_shl:14839// W32: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x01,0x01,0xff]4840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4841 4842v_cmp_neq_f32 vcc_lo, v1, v2 row_shl:154843// W32: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x0f,0x01,0xff]4844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4845 4846v_cmp_neq_f32 vcc_lo, v1, v2 row_shr:14847// W32: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x11,0x01,0xff]4848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4849 4850v_cmp_neq_f32 vcc_lo, v1, v2 row_shr:154851// W32: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x1f,0x01,0xff]4852// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4853 4854v_cmp_neq_f32 vcc_lo, v1, v2 row_ror:14855// W32: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x21,0x01,0xff]4856// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4857 4858v_cmp_neq_f32 vcc_lo, v1, v2 row_ror:154859// W32: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x2f,0x01,0xff]4860// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4861 4862v_cmp_neq_f32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf4863// W32: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x50,0x01,0xff]4864// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4865 4866v_cmp_neq_f32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x14867// W32: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x5f,0x01,0x01]4868// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4869 4870v_cmp_neq_f32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:04871// W32: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x60,0x09,0x13]4872// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4873 4874v_cmp_neq_f32 vcc_lo, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:14875// W32: encoding: [0xfa,0xfe,0x3b,0x7c,0xff,0x6f,0xf5,0x30]4876// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4877 4878v_cmp_neq_f32 vcc, v1, v2 quad_perm:[3,2,1,0]4879// W64: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x1b,0x00,0xff]4880// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4881 4882v_cmp_neq_f32 vcc, v1, v2 quad_perm:[0,1,2,3]4883// W64: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0xe4,0x00,0xff]4884// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4885 4886v_cmp_neq_f32 vcc, v1, v2 row_mirror4887// W64: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x40,0x01,0xff]4888// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4889 4890v_cmp_neq_f32 vcc, v1, v2 row_half_mirror4891// W64: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x41,0x01,0xff]4892// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4893 4894v_cmp_neq_f32 vcc, v1, v2 row_shl:14895// W64: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x01,0x01,0xff]4896// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4897 4898v_cmp_neq_f32 vcc, v1, v2 row_shl:154899// W64: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x0f,0x01,0xff]4900// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4901 4902v_cmp_neq_f32 vcc, v1, v2 row_shr:14903// W64: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x11,0x01,0xff]4904// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4905 4906v_cmp_neq_f32 vcc, v1, v2 row_shr:154907// W64: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x1f,0x01,0xff]4908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4909 4910v_cmp_neq_f32 vcc, v1, v2 row_ror:14911// W64: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x21,0x01,0xff]4912// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4913 4914v_cmp_neq_f32 vcc, v1, v2 row_ror:154915// W64: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x2f,0x01,0xff]4916// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4917 4918v_cmp_neq_f32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf4919// W64: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x50,0x01,0xff]4920// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4921 4922v_cmp_neq_f32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x14923// W64: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x5f,0x01,0x01]4924// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4925 4926v_cmp_neq_f32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:04927// W64: encoding: [0xfa,0x04,0x3a,0x7c,0x01,0x60,0x09,0x13]4928// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4929 4930v_cmp_neq_f32 vcc, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:14931// W64: encoding: [0xfa,0xfe,0x3b,0x7c,0xff,0x6f,0xf5,0x30]4932// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4933 4934v_cmp_nge_f16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]4935// W32: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x1b,0x00,0xff]4936// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4937 4938v_cmp_nge_f16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]4939// W32: encoding: [0xfa,0x04,0x12,0x7c,0x01,0xe4,0x00,0xff]4940// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4941 4942v_cmp_nge_f16 vcc_lo, v1, v2 row_mirror4943// W32: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x40,0x01,0xff]4944// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4945 4946v_cmp_nge_f16 vcc_lo, v1, v2 row_half_mirror4947// W32: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x41,0x01,0xff]4948// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4949 4950v_cmp_nge_f16 vcc_lo, v1, v2 row_shl:14951// W32: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x01,0x01,0xff]4952// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4953 4954v_cmp_nge_f16 vcc_lo, v1, v2 row_shl:154955// W32: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x0f,0x01,0xff]4956// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4957 4958v_cmp_nge_f16 vcc_lo, v1, v2 row_shr:14959// W32: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x11,0x01,0xff]4960// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4961 4962v_cmp_nge_f16 vcc_lo, v1, v2 row_shr:154963// W32: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x1f,0x01,0xff]4964// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4965 4966v_cmp_nge_f16 vcc_lo, v1, v2 row_ror:14967// W32: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x21,0x01,0xff]4968// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4969 4970v_cmp_nge_f16 vcc_lo, v1, v2 row_ror:154971// W32: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x2f,0x01,0xff]4972// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4973 4974v_cmp_nge_f16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf4975// W32: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x50,0x01,0xff]4976// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4977 4978v_cmp_nge_f16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x14979// W32: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x5f,0x01,0x01]4980// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4981 4982v_cmp_nge_f16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:04983// W32: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x60,0x09,0x13]4984// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4985 4986v_cmp_nge_f16 vcc_lo, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:14987// W32: encoding: [0xfa,0xfe,0x12,0x7c,0x7f,0x6f,0xf5,0x30]4988// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4989 4990v_cmp_nge_f16 vcc, v1, v2 quad_perm:[3,2,1,0]4991// W64: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x1b,0x00,0xff]4992// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4993 4994v_cmp_nge_f16 vcc, v1, v2 quad_perm:[0,1,2,3]4995// W64: encoding: [0xfa,0x04,0x12,0x7c,0x01,0xe4,0x00,0xff]4996// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode4997 4998v_cmp_nge_f16 vcc, v1, v2 row_mirror4999// W64: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x40,0x01,0xff]5000// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5001 5002v_cmp_nge_f16 vcc, v1, v2 row_half_mirror5003// W64: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x41,0x01,0xff]5004// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5005 5006v_cmp_nge_f16 vcc, v1, v2 row_shl:15007// W64: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x01,0x01,0xff]5008// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5009 5010v_cmp_nge_f16 vcc, v1, v2 row_shl:155011// W64: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x0f,0x01,0xff]5012// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5013 5014v_cmp_nge_f16 vcc, v1, v2 row_shr:15015// W64: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x11,0x01,0xff]5016// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5017 5018v_cmp_nge_f16 vcc, v1, v2 row_shr:155019// W64: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x1f,0x01,0xff]5020// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5021 5022v_cmp_nge_f16 vcc, v1, v2 row_ror:15023// W64: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x21,0x01,0xff]5024// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5025 5026v_cmp_nge_f16 vcc, v1, v2 row_ror:155027// W64: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x2f,0x01,0xff]5028// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5029 5030v_cmp_nge_f16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf5031// W64: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x50,0x01,0xff]5032// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5033 5034v_cmp_nge_f16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x15035// W64: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x5f,0x01,0x01]5036// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5037 5038v_cmp_nge_f16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:05039// W64: encoding: [0xfa,0x04,0x12,0x7c,0x01,0x60,0x09,0x13]5040// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5041 5042v_cmp_nge_f16 vcc, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:15043// W64: encoding: [0xfa,0xfe,0x12,0x7c,0x7f,0x6f,0xf5,0x30]5044// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5045 5046v_cmp_nge_f32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]5047// W32: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x1b,0x00,0xff]5048// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5049 5050v_cmp_nge_f32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]5051// W32: encoding: [0xfa,0x04,0x32,0x7c,0x01,0xe4,0x00,0xff]5052// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5053 5054v_cmp_nge_f32 vcc_lo, v1, v2 row_mirror5055// W32: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x40,0x01,0xff]5056// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5057 5058v_cmp_nge_f32 vcc_lo, v1, v2 row_half_mirror5059// W32: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x41,0x01,0xff]5060// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5061 5062v_cmp_nge_f32 vcc_lo, v1, v2 row_shl:15063// W32: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x01,0x01,0xff]5064// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5065 5066v_cmp_nge_f32 vcc_lo, v1, v2 row_shl:155067// W32: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x0f,0x01,0xff]5068// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5069 5070v_cmp_nge_f32 vcc_lo, v1, v2 row_shr:15071// W32: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x11,0x01,0xff]5072// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5073 5074v_cmp_nge_f32 vcc_lo, v1, v2 row_shr:155075// W32: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x1f,0x01,0xff]5076// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5077 5078v_cmp_nge_f32 vcc_lo, v1, v2 row_ror:15079// W32: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x21,0x01,0xff]5080// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5081 5082v_cmp_nge_f32 vcc_lo, v1, v2 row_ror:155083// W32: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x2f,0x01,0xff]5084// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5085 5086v_cmp_nge_f32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf5087// W32: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x50,0x01,0xff]5088// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5089 5090v_cmp_nge_f32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x15091// W32: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x5f,0x01,0x01]5092// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5093 5094v_cmp_nge_f32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:05095// W32: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x60,0x09,0x13]5096// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5097 5098v_cmp_nge_f32 vcc_lo, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:15099// W32: encoding: [0xfa,0xfe,0x33,0x7c,0xff,0x6f,0xf5,0x30]5100// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5101 5102v_cmp_nge_f32 vcc, v1, v2 quad_perm:[3,2,1,0]5103// W64: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x1b,0x00,0xff]5104// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5105 5106v_cmp_nge_f32 vcc, v1, v2 quad_perm:[0,1,2,3]5107// W64: encoding: [0xfa,0x04,0x32,0x7c,0x01,0xe4,0x00,0xff]5108// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5109 5110v_cmp_nge_f32 vcc, v1, v2 row_mirror5111// W64: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x40,0x01,0xff]5112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5113 5114v_cmp_nge_f32 vcc, v1, v2 row_half_mirror5115// W64: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x41,0x01,0xff]5116// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5117 5118v_cmp_nge_f32 vcc, v1, v2 row_shl:15119// W64: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x01,0x01,0xff]5120// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5121 5122v_cmp_nge_f32 vcc, v1, v2 row_shl:155123// W64: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x0f,0x01,0xff]5124// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5125 5126v_cmp_nge_f32 vcc, v1, v2 row_shr:15127// W64: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x11,0x01,0xff]5128// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5129 5130v_cmp_nge_f32 vcc, v1, v2 row_shr:155131// W64: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x1f,0x01,0xff]5132// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5133 5134v_cmp_nge_f32 vcc, v1, v2 row_ror:15135// W64: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x21,0x01,0xff]5136// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5137 5138v_cmp_nge_f32 vcc, v1, v2 row_ror:155139// W64: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x2f,0x01,0xff]5140// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5141 5142v_cmp_nge_f32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf5143// W64: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x50,0x01,0xff]5144// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5145 5146v_cmp_nge_f32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x15147// W64: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x5f,0x01,0x01]5148// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5149 5150v_cmp_nge_f32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:05151// W64: encoding: [0xfa,0x04,0x32,0x7c,0x01,0x60,0x09,0x13]5152// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5153 5154v_cmp_nge_f32 vcc, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:15155// W64: encoding: [0xfa,0xfe,0x33,0x7c,0xff,0x6f,0xf5,0x30]5156// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5157 5158v_cmp_ngt_f16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]5159// W32: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x1b,0x00,0xff]5160// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5161 5162v_cmp_ngt_f16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]5163// W32: encoding: [0xfa,0x04,0x16,0x7c,0x01,0xe4,0x00,0xff]5164// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5165 5166v_cmp_ngt_f16 vcc_lo, v1, v2 row_mirror5167// W32: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x40,0x01,0xff]5168// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5169 5170v_cmp_ngt_f16 vcc_lo, v1, v2 row_half_mirror5171// W32: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x41,0x01,0xff]5172// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5173 5174v_cmp_ngt_f16 vcc_lo, v1, v2 row_shl:15175// W32: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x01,0x01,0xff]5176// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5177 5178v_cmp_ngt_f16 vcc_lo, v1, v2 row_shl:155179// W32: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x0f,0x01,0xff]5180// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5181 5182v_cmp_ngt_f16 vcc_lo, v1, v2 row_shr:15183// W32: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x11,0x01,0xff]5184// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5185 5186v_cmp_ngt_f16 vcc_lo, v1, v2 row_shr:155187// W32: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x1f,0x01,0xff]5188// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5189 5190v_cmp_ngt_f16 vcc_lo, v1, v2 row_ror:15191// W32: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x21,0x01,0xff]5192// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5193 5194v_cmp_ngt_f16 vcc_lo, v1, v2 row_ror:155195// W32: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x2f,0x01,0xff]5196// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5197 5198v_cmp_ngt_f16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf5199// W32: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x50,0x01,0xff]5200// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5201 5202v_cmp_ngt_f16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x15203// W32: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x5f,0x01,0x01]5204// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5205 5206v_cmp_ngt_f16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:05207// W32: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x60,0x09,0x13]5208// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5209 5210v_cmp_ngt_f16 vcc_lo, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:15211// W32: encoding: [0xfa,0xfe,0x16,0x7c,0x7f,0x6f,0xf5,0x30]5212// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5213 5214v_cmp_ngt_f16 vcc, v1, v2 quad_perm:[3,2,1,0]5215// W64: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x1b,0x00,0xff]5216// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5217 5218v_cmp_ngt_f16 vcc, v1, v2 quad_perm:[0,1,2,3]5219// W64: encoding: [0xfa,0x04,0x16,0x7c,0x01,0xe4,0x00,0xff]5220// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5221 5222v_cmp_ngt_f16 vcc, v1, v2 row_mirror5223// W64: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x40,0x01,0xff]5224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5225 5226v_cmp_ngt_f16 vcc, v1, v2 row_half_mirror5227// W64: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x41,0x01,0xff]5228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5229 5230v_cmp_ngt_f16 vcc, v1, v2 row_shl:15231// W64: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x01,0x01,0xff]5232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5233 5234v_cmp_ngt_f16 vcc, v1, v2 row_shl:155235// W64: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x0f,0x01,0xff]5236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5237 5238v_cmp_ngt_f16 vcc, v1, v2 row_shr:15239// W64: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x11,0x01,0xff]5240// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5241 5242v_cmp_ngt_f16 vcc, v1, v2 row_shr:155243// W64: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x1f,0x01,0xff]5244// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5245 5246v_cmp_ngt_f16 vcc, v1, v2 row_ror:15247// W64: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x21,0x01,0xff]5248// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5249 5250v_cmp_ngt_f16 vcc, v1, v2 row_ror:155251// W64: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x2f,0x01,0xff]5252// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5253 5254v_cmp_ngt_f16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf5255// W64: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x50,0x01,0xff]5256// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5257 5258v_cmp_ngt_f16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x15259// W64: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x5f,0x01,0x01]5260// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5261 5262v_cmp_ngt_f16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:05263// W64: encoding: [0xfa,0x04,0x16,0x7c,0x01,0x60,0x09,0x13]5264// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5265 5266v_cmp_ngt_f16 vcc, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:15267// W64: encoding: [0xfa,0xfe,0x16,0x7c,0x7f,0x6f,0xf5,0x30]5268// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5269 5270v_cmp_ngt_f32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]5271// W32: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x1b,0x00,0xff]5272// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5273 5274v_cmp_ngt_f32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]5275// W32: encoding: [0xfa,0x04,0x36,0x7c,0x01,0xe4,0x00,0xff]5276// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5277 5278v_cmp_ngt_f32 vcc_lo, v1, v2 row_mirror5279// W32: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x40,0x01,0xff]5280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5281 5282v_cmp_ngt_f32 vcc_lo, v1, v2 row_half_mirror5283// W32: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x41,0x01,0xff]5284// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5285 5286v_cmp_ngt_f32 vcc_lo, v1, v2 row_shl:15287// W32: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x01,0x01,0xff]5288// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5289 5290v_cmp_ngt_f32 vcc_lo, v1, v2 row_shl:155291// W32: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x0f,0x01,0xff]5292// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5293 5294v_cmp_ngt_f32 vcc_lo, v1, v2 row_shr:15295// W32: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x11,0x01,0xff]5296// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5297 5298v_cmp_ngt_f32 vcc_lo, v1, v2 row_shr:155299// W32: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x1f,0x01,0xff]5300// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5301 5302v_cmp_ngt_f32 vcc_lo, v1, v2 row_ror:15303// W32: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x21,0x01,0xff]5304// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5305 5306v_cmp_ngt_f32 vcc_lo, v1, v2 row_ror:155307// W32: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x2f,0x01,0xff]5308// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5309 5310v_cmp_ngt_f32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf5311// W32: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x50,0x01,0xff]5312// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5313 5314v_cmp_ngt_f32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x15315// W32: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x5f,0x01,0x01]5316// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5317 5318v_cmp_ngt_f32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:05319// W32: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x60,0x09,0x13]5320// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5321 5322v_cmp_ngt_f32 vcc_lo, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:15323// W32: encoding: [0xfa,0xfe,0x37,0x7c,0xff,0x6f,0xf5,0x30]5324// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5325 5326v_cmp_ngt_f32 vcc, v1, v2 quad_perm:[3,2,1,0]5327// W64: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x1b,0x00,0xff]5328// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5329 5330v_cmp_ngt_f32 vcc, v1, v2 quad_perm:[0,1,2,3]5331// W64: encoding: [0xfa,0x04,0x36,0x7c,0x01,0xe4,0x00,0xff]5332// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5333 5334v_cmp_ngt_f32 vcc, v1, v2 row_mirror5335// W64: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x40,0x01,0xff]5336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5337 5338v_cmp_ngt_f32 vcc, v1, v2 row_half_mirror5339// W64: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x41,0x01,0xff]5340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5341 5342v_cmp_ngt_f32 vcc, v1, v2 row_shl:15343// W64: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x01,0x01,0xff]5344// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5345 5346v_cmp_ngt_f32 vcc, v1, v2 row_shl:155347// W64: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x0f,0x01,0xff]5348// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5349 5350v_cmp_ngt_f32 vcc, v1, v2 row_shr:15351// W64: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x11,0x01,0xff]5352// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5353 5354v_cmp_ngt_f32 vcc, v1, v2 row_shr:155355// W64: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x1f,0x01,0xff]5356// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5357 5358v_cmp_ngt_f32 vcc, v1, v2 row_ror:15359// W64: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x21,0x01,0xff]5360// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5361 5362v_cmp_ngt_f32 vcc, v1, v2 row_ror:155363// W64: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x2f,0x01,0xff]5364// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5365 5366v_cmp_ngt_f32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf5367// W64: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x50,0x01,0xff]5368// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5369 5370v_cmp_ngt_f32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x15371// W64: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x5f,0x01,0x01]5372// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5373 5374v_cmp_ngt_f32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:05375// W64: encoding: [0xfa,0x04,0x36,0x7c,0x01,0x60,0x09,0x13]5376// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5377 5378v_cmp_ngt_f32 vcc, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:15379// W64: encoding: [0xfa,0xfe,0x37,0x7c,0xff,0x6f,0xf5,0x30]5380// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5381 5382v_cmp_nle_f16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]5383// W32: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x1b,0x00,0xff]5384// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5385 5386v_cmp_nle_f16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]5387// W32: encoding: [0xfa,0x04,0x18,0x7c,0x01,0xe4,0x00,0xff]5388// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5389 5390v_cmp_nle_f16 vcc_lo, v1, v2 row_mirror5391// W32: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x40,0x01,0xff]5392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5393 5394v_cmp_nle_f16 vcc_lo, v1, v2 row_half_mirror5395// W32: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x41,0x01,0xff]5396// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5397 5398v_cmp_nle_f16 vcc_lo, v1, v2 row_shl:15399// W32: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x01,0x01,0xff]5400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5401 5402v_cmp_nle_f16 vcc_lo, v1, v2 row_shl:155403// W32: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x0f,0x01,0xff]5404// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5405 5406v_cmp_nle_f16 vcc_lo, v1, v2 row_shr:15407// W32: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x11,0x01,0xff]5408// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5409 5410v_cmp_nle_f16 vcc_lo, v1, v2 row_shr:155411// W32: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x1f,0x01,0xff]5412// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5413 5414v_cmp_nle_f16 vcc_lo, v1, v2 row_ror:15415// W32: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x21,0x01,0xff]5416// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5417 5418v_cmp_nle_f16 vcc_lo, v1, v2 row_ror:155419// W32: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x2f,0x01,0xff]5420// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5421 5422v_cmp_nle_f16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf5423// W32: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x50,0x01,0xff]5424// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5425 5426v_cmp_nle_f16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x15427// W32: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x5f,0x01,0x01]5428// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5429 5430v_cmp_nle_f16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:05431// W32: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x60,0x09,0x13]5432// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5433 5434v_cmp_nle_f16 vcc_lo, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:15435// W32: encoding: [0xfa,0xfe,0x18,0x7c,0x7f,0x6f,0xf5,0x30]5436// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5437 5438v_cmp_nle_f16 vcc, v1, v2 quad_perm:[3,2,1,0]5439// W64: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x1b,0x00,0xff]5440// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5441 5442v_cmp_nle_f16 vcc, v1, v2 quad_perm:[0,1,2,3]5443// W64: encoding: [0xfa,0x04,0x18,0x7c,0x01,0xe4,0x00,0xff]5444// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5445 5446v_cmp_nle_f16 vcc, v1, v2 row_mirror5447// W64: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x40,0x01,0xff]5448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5449 5450v_cmp_nle_f16 vcc, v1, v2 row_half_mirror5451// W64: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x41,0x01,0xff]5452// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5453 5454v_cmp_nle_f16 vcc, v1, v2 row_shl:15455// W64: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x01,0x01,0xff]5456// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5457 5458v_cmp_nle_f16 vcc, v1, v2 row_shl:155459// W64: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x0f,0x01,0xff]5460// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5461 5462v_cmp_nle_f16 vcc, v1, v2 row_shr:15463// W64: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x11,0x01,0xff]5464// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5465 5466v_cmp_nle_f16 vcc, v1, v2 row_shr:155467// W64: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x1f,0x01,0xff]5468// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5469 5470v_cmp_nle_f16 vcc, v1, v2 row_ror:15471// W64: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x21,0x01,0xff]5472// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5473 5474v_cmp_nle_f16 vcc, v1, v2 row_ror:155475// W64: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x2f,0x01,0xff]5476// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5477 5478v_cmp_nle_f16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf5479// W64: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x50,0x01,0xff]5480// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5481 5482v_cmp_nle_f16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x15483// W64: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x5f,0x01,0x01]5484// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5485 5486v_cmp_nle_f16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:05487// W64: encoding: [0xfa,0x04,0x18,0x7c,0x01,0x60,0x09,0x13]5488// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5489 5490v_cmp_nle_f16 vcc, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:15491// W64: encoding: [0xfa,0xfe,0x18,0x7c,0x7f,0x6f,0xf5,0x30]5492// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5493 5494v_cmp_nle_f32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]5495// W32: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x1b,0x00,0xff]5496// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5497 5498v_cmp_nle_f32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]5499// W32: encoding: [0xfa,0x04,0x38,0x7c,0x01,0xe4,0x00,0xff]5500// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5501 5502v_cmp_nle_f32 vcc_lo, v1, v2 row_mirror5503// W32: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x40,0x01,0xff]5504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5505 5506v_cmp_nle_f32 vcc_lo, v1, v2 row_half_mirror5507// W32: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x41,0x01,0xff]5508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5509 5510v_cmp_nle_f32 vcc_lo, v1, v2 row_shl:15511// W32: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x01,0x01,0xff]5512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5513 5514v_cmp_nle_f32 vcc_lo, v1, v2 row_shl:155515// W32: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x0f,0x01,0xff]5516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5517 5518v_cmp_nle_f32 vcc_lo, v1, v2 row_shr:15519// W32: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x11,0x01,0xff]5520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5521 5522v_cmp_nle_f32 vcc_lo, v1, v2 row_shr:155523// W32: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x1f,0x01,0xff]5524// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5525 5526v_cmp_nle_f32 vcc_lo, v1, v2 row_ror:15527// W32: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x21,0x01,0xff]5528// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5529 5530v_cmp_nle_f32 vcc_lo, v1, v2 row_ror:155531// W32: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x2f,0x01,0xff]5532// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5533 5534v_cmp_nle_f32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf5535// W32: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x50,0x01,0xff]5536// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5537 5538v_cmp_nle_f32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x15539// W32: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x5f,0x01,0x01]5540// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5541 5542v_cmp_nle_f32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:05543// W32: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x60,0x09,0x13]5544// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5545 5546v_cmp_nle_f32 vcc_lo, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:15547// W32: encoding: [0xfa,0xfe,0x39,0x7c,0xff,0x6f,0xf5,0x30]5548// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5549 5550v_cmp_nle_f32 vcc, v1, v2 quad_perm:[3,2,1,0]5551// W64: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x1b,0x00,0xff]5552// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5553 5554v_cmp_nle_f32 vcc, v1, v2 quad_perm:[0,1,2,3]5555// W64: encoding: [0xfa,0x04,0x38,0x7c,0x01,0xe4,0x00,0xff]5556// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5557 5558v_cmp_nle_f32 vcc, v1, v2 row_mirror5559// W64: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x40,0x01,0xff]5560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5561 5562v_cmp_nle_f32 vcc, v1, v2 row_half_mirror5563// W64: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x41,0x01,0xff]5564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5565 5566v_cmp_nle_f32 vcc, v1, v2 row_shl:15567// W64: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x01,0x01,0xff]5568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5569 5570v_cmp_nle_f32 vcc, v1, v2 row_shl:155571// W64: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x0f,0x01,0xff]5572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5573 5574v_cmp_nle_f32 vcc, v1, v2 row_shr:15575// W64: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x11,0x01,0xff]5576// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5577 5578v_cmp_nle_f32 vcc, v1, v2 row_shr:155579// W64: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x1f,0x01,0xff]5580// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5581 5582v_cmp_nle_f32 vcc, v1, v2 row_ror:15583// W64: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x21,0x01,0xff]5584// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5585 5586v_cmp_nle_f32 vcc, v1, v2 row_ror:155587// W64: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x2f,0x01,0xff]5588// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5589 5590v_cmp_nle_f32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf5591// W64: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x50,0x01,0xff]5592// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5593 5594v_cmp_nle_f32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x15595// W64: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x5f,0x01,0x01]5596// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5597 5598v_cmp_nle_f32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:05599// W64: encoding: [0xfa,0x04,0x38,0x7c,0x01,0x60,0x09,0x13]5600// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5601 5602v_cmp_nle_f32 vcc, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:15603// W64: encoding: [0xfa,0xfe,0x39,0x7c,0xff,0x6f,0xf5,0x30]5604// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5605 5606v_cmp_nlg_f16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]5607// W32: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x1b,0x00,0xff]5608// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5609 5610v_cmp_nlg_f16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]5611// W32: encoding: [0xfa,0x04,0x14,0x7c,0x01,0xe4,0x00,0xff]5612// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5613 5614v_cmp_nlg_f16 vcc_lo, v1, v2 row_mirror5615// W32: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x40,0x01,0xff]5616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5617 5618v_cmp_nlg_f16 vcc_lo, v1, v2 row_half_mirror5619// W32: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x41,0x01,0xff]5620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5621 5622v_cmp_nlg_f16 vcc_lo, v1, v2 row_shl:15623// W32: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x01,0x01,0xff]5624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5625 5626v_cmp_nlg_f16 vcc_lo, v1, v2 row_shl:155627// W32: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x0f,0x01,0xff]5628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5629 5630v_cmp_nlg_f16 vcc_lo, v1, v2 row_shr:15631// W32: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x11,0x01,0xff]5632// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5633 5634v_cmp_nlg_f16 vcc_lo, v1, v2 row_shr:155635// W32: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x1f,0x01,0xff]5636// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5637 5638v_cmp_nlg_f16 vcc_lo, v1, v2 row_ror:15639// W32: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x21,0x01,0xff]5640// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5641 5642v_cmp_nlg_f16 vcc_lo, v1, v2 row_ror:155643// W32: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x2f,0x01,0xff]5644// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5645 5646v_cmp_nlg_f16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf5647// W32: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x50,0x01,0xff]5648// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5649 5650v_cmp_nlg_f16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x15651// W32: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x5f,0x01,0x01]5652// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5653 5654v_cmp_nlg_f16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:05655// W32: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x60,0x09,0x13]5656// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5657 5658v_cmp_nlg_f16 vcc_lo, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:15659// W32: encoding: [0xfa,0xfe,0x14,0x7c,0x7f,0x6f,0xf5,0x30]5660// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5661 5662v_cmp_nlg_f16 vcc, v1, v2 quad_perm:[3,2,1,0]5663// W64: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x1b,0x00,0xff]5664// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5665 5666v_cmp_nlg_f16 vcc, v1, v2 quad_perm:[0,1,2,3]5667// W64: encoding: [0xfa,0x04,0x14,0x7c,0x01,0xe4,0x00,0xff]5668// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5669 5670v_cmp_nlg_f16 vcc, v1, v2 row_mirror5671// W64: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x40,0x01,0xff]5672// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5673 5674v_cmp_nlg_f16 vcc, v1, v2 row_half_mirror5675// W64: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x41,0x01,0xff]5676// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5677 5678v_cmp_nlg_f16 vcc, v1, v2 row_shl:15679// W64: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x01,0x01,0xff]5680// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5681 5682v_cmp_nlg_f16 vcc, v1, v2 row_shl:155683// W64: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x0f,0x01,0xff]5684// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5685 5686v_cmp_nlg_f16 vcc, v1, v2 row_shr:15687// W64: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x11,0x01,0xff]5688// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5689 5690v_cmp_nlg_f16 vcc, v1, v2 row_shr:155691// W64: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x1f,0x01,0xff]5692// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5693 5694v_cmp_nlg_f16 vcc, v1, v2 row_ror:15695// W64: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x21,0x01,0xff]5696// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5697 5698v_cmp_nlg_f16 vcc, v1, v2 row_ror:155699// W64: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x2f,0x01,0xff]5700// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5701 5702v_cmp_nlg_f16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf5703// W64: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x50,0x01,0xff]5704// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5705 5706v_cmp_nlg_f16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x15707// W64: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x5f,0x01,0x01]5708// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5709 5710v_cmp_nlg_f16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:05711// W64: encoding: [0xfa,0x04,0x14,0x7c,0x01,0x60,0x09,0x13]5712// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5713 5714v_cmp_nlg_f16 vcc, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:15715// W64: encoding: [0xfa,0xfe,0x14,0x7c,0x7f,0x6f,0xf5,0x30]5716// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5717 5718v_cmp_nlg_f32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]5719// W32: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x1b,0x00,0xff]5720// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5721 5722v_cmp_nlg_f32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]5723// W32: encoding: [0xfa,0x04,0x34,0x7c,0x01,0xe4,0x00,0xff]5724// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5725 5726v_cmp_nlg_f32 vcc_lo, v1, v2 row_mirror5727// W32: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x40,0x01,0xff]5728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5729 5730v_cmp_nlg_f32 vcc_lo, v1, v2 row_half_mirror5731// W32: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x41,0x01,0xff]5732// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5733 5734v_cmp_nlg_f32 vcc_lo, v1, v2 row_shl:15735// W32: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x01,0x01,0xff]5736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5737 5738v_cmp_nlg_f32 vcc_lo, v1, v2 row_shl:155739// W32: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x0f,0x01,0xff]5740// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5741 5742v_cmp_nlg_f32 vcc_lo, v1, v2 row_shr:15743// W32: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x11,0x01,0xff]5744// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5745 5746v_cmp_nlg_f32 vcc_lo, v1, v2 row_shr:155747// W32: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x1f,0x01,0xff]5748// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5749 5750v_cmp_nlg_f32 vcc_lo, v1, v2 row_ror:15751// W32: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x21,0x01,0xff]5752// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5753 5754v_cmp_nlg_f32 vcc_lo, v1, v2 row_ror:155755// W32: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x2f,0x01,0xff]5756// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5757 5758v_cmp_nlg_f32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf5759// W32: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x50,0x01,0xff]5760// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5761 5762v_cmp_nlg_f32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x15763// W32: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x5f,0x01,0x01]5764// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5765 5766v_cmp_nlg_f32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:05767// W32: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x60,0x09,0x13]5768// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5769 5770v_cmp_nlg_f32 vcc_lo, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:15771// W32: encoding: [0xfa,0xfe,0x35,0x7c,0xff,0x6f,0xf5,0x30]5772// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5773 5774v_cmp_nlg_f32 vcc, v1, v2 quad_perm:[3,2,1,0]5775// W64: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x1b,0x00,0xff]5776// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5777 5778v_cmp_nlg_f32 vcc, v1, v2 quad_perm:[0,1,2,3]5779// W64: encoding: [0xfa,0x04,0x34,0x7c,0x01,0xe4,0x00,0xff]5780// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5781 5782v_cmp_nlg_f32 vcc, v1, v2 row_mirror5783// W64: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x40,0x01,0xff]5784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5785 5786v_cmp_nlg_f32 vcc, v1, v2 row_half_mirror5787// W64: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x41,0x01,0xff]5788// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5789 5790v_cmp_nlg_f32 vcc, v1, v2 row_shl:15791// W64: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x01,0x01,0xff]5792// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5793 5794v_cmp_nlg_f32 vcc, v1, v2 row_shl:155795// W64: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x0f,0x01,0xff]5796// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5797 5798v_cmp_nlg_f32 vcc, v1, v2 row_shr:15799// W64: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x11,0x01,0xff]5800// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5801 5802v_cmp_nlg_f32 vcc, v1, v2 row_shr:155803// W64: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x1f,0x01,0xff]5804// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5805 5806v_cmp_nlg_f32 vcc, v1, v2 row_ror:15807// W64: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x21,0x01,0xff]5808// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5809 5810v_cmp_nlg_f32 vcc, v1, v2 row_ror:155811// W64: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x2f,0x01,0xff]5812// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5813 5814v_cmp_nlg_f32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf5815// W64: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x50,0x01,0xff]5816// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5817 5818v_cmp_nlg_f32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x15819// W64: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x5f,0x01,0x01]5820// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5821 5822v_cmp_nlg_f32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:05823// W64: encoding: [0xfa,0x04,0x34,0x7c,0x01,0x60,0x09,0x13]5824// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5825 5826v_cmp_nlg_f32 vcc, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:15827// W64: encoding: [0xfa,0xfe,0x35,0x7c,0xff,0x6f,0xf5,0x30]5828// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5829 5830v_cmp_nlt_f16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]5831// W32: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x1b,0x00,0xff]5832// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5833 5834v_cmp_nlt_f16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]5835// W32: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0xe4,0x00,0xff]5836// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5837 5838v_cmp_nlt_f16 vcc_lo, v1, v2 row_mirror5839// W32: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x40,0x01,0xff]5840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5841 5842v_cmp_nlt_f16 vcc_lo, v1, v2 row_half_mirror5843// W32: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x41,0x01,0xff]5844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5845 5846v_cmp_nlt_f16 vcc_lo, v1, v2 row_shl:15847// W32: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x01,0x01,0xff]5848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5849 5850v_cmp_nlt_f16 vcc_lo, v1, v2 row_shl:155851// W32: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x0f,0x01,0xff]5852// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5853 5854v_cmp_nlt_f16 vcc_lo, v1, v2 row_shr:15855// W32: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x11,0x01,0xff]5856// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5857 5858v_cmp_nlt_f16 vcc_lo, v1, v2 row_shr:155859// W32: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x1f,0x01,0xff]5860// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5861 5862v_cmp_nlt_f16 vcc_lo, v1, v2 row_ror:15863// W32: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x21,0x01,0xff]5864// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5865 5866v_cmp_nlt_f16 vcc_lo, v1, v2 row_ror:155867// W32: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x2f,0x01,0xff]5868// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5869 5870v_cmp_nlt_f16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf5871// W32: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x50,0x01,0xff]5872// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5873 5874v_cmp_nlt_f16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x15875// W32: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x5f,0x01,0x01]5876// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5877 5878v_cmp_nlt_f16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:05879// W32: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x60,0x09,0x13]5880// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5881 5882v_cmp_nlt_f16 vcc_lo, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:15883// W32: encoding: [0xfa,0xfe,0x1c,0x7c,0x7f,0x6f,0xf5,0x30]5884// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5885 5886v_cmp_nlt_f16 vcc, v1, v2 quad_perm:[3,2,1,0]5887// W64: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x1b,0x00,0xff]5888// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5889 5890v_cmp_nlt_f16 vcc, v1, v2 quad_perm:[0,1,2,3]5891// W64: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0xe4,0x00,0xff]5892// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5893 5894v_cmp_nlt_f16 vcc, v1, v2 row_mirror5895// W64: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x40,0x01,0xff]5896// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5897 5898v_cmp_nlt_f16 vcc, v1, v2 row_half_mirror5899// W64: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x41,0x01,0xff]5900// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5901 5902v_cmp_nlt_f16 vcc, v1, v2 row_shl:15903// W64: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x01,0x01,0xff]5904// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5905 5906v_cmp_nlt_f16 vcc, v1, v2 row_shl:155907// W64: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x0f,0x01,0xff]5908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5909 5910v_cmp_nlt_f16 vcc, v1, v2 row_shr:15911// W64: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x11,0x01,0xff]5912// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5913 5914v_cmp_nlt_f16 vcc, v1, v2 row_shr:155915// W64: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x1f,0x01,0xff]5916// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5917 5918v_cmp_nlt_f16 vcc, v1, v2 row_ror:15919// W64: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x21,0x01,0xff]5920// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5921 5922v_cmp_nlt_f16 vcc, v1, v2 row_ror:155923// W64: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x2f,0x01,0xff]5924// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5925 5926v_cmp_nlt_f16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf5927// W64: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x50,0x01,0xff]5928// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5929 5930v_cmp_nlt_f16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x15931// W64: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x5f,0x01,0x01]5932// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5933 5934v_cmp_nlt_f16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:05935// W64: encoding: [0xfa,0x04,0x1c,0x7c,0x01,0x60,0x09,0x13]5936// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5937 5938v_cmp_nlt_f16 vcc, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:15939// W64: encoding: [0xfa,0xfe,0x1c,0x7c,0x7f,0x6f,0xf5,0x30]5940// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5941 5942v_cmp_nlt_f32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]5943// W32: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x1b,0x00,0xff]5944// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5945 5946v_cmp_nlt_f32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]5947// W32: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0xe4,0x00,0xff]5948// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5949 5950v_cmp_nlt_f32 vcc_lo, v1, v2 row_mirror5951// W32: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x40,0x01,0xff]5952// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5953 5954v_cmp_nlt_f32 vcc_lo, v1, v2 row_half_mirror5955// W32: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x41,0x01,0xff]5956// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5957 5958v_cmp_nlt_f32 vcc_lo, v1, v2 row_shl:15959// W32: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x01,0x01,0xff]5960// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5961 5962v_cmp_nlt_f32 vcc_lo, v1, v2 row_shl:155963// W32: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x0f,0x01,0xff]5964// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5965 5966v_cmp_nlt_f32 vcc_lo, v1, v2 row_shr:15967// W32: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x11,0x01,0xff]5968// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5969 5970v_cmp_nlt_f32 vcc_lo, v1, v2 row_shr:155971// W32: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x1f,0x01,0xff]5972// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5973 5974v_cmp_nlt_f32 vcc_lo, v1, v2 row_ror:15975// W32: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x21,0x01,0xff]5976// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5977 5978v_cmp_nlt_f32 vcc_lo, v1, v2 row_ror:155979// W32: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x2f,0x01,0xff]5980// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5981 5982v_cmp_nlt_f32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf5983// W32: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x50,0x01,0xff]5984// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5985 5986v_cmp_nlt_f32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x15987// W32: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x5f,0x01,0x01]5988// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5989 5990v_cmp_nlt_f32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:05991// W32: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x60,0x09,0x13]5992// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5993 5994v_cmp_nlt_f32 vcc_lo, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:15995// W32: encoding: [0xfa,0xfe,0x3d,0x7c,0xff,0x6f,0xf5,0x30]5996// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode5997 5998v_cmp_nlt_f32 vcc, v1, v2 quad_perm:[3,2,1,0]5999// W64: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x1b,0x00,0xff]6000// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6001 6002v_cmp_nlt_f32 vcc, v1, v2 quad_perm:[0,1,2,3]6003// W64: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0xe4,0x00,0xff]6004// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6005 6006v_cmp_nlt_f32 vcc, v1, v2 row_mirror6007// W64: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x40,0x01,0xff]6008// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6009 6010v_cmp_nlt_f32 vcc, v1, v2 row_half_mirror6011// W64: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x41,0x01,0xff]6012// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6013 6014v_cmp_nlt_f32 vcc, v1, v2 row_shl:16015// W64: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x01,0x01,0xff]6016// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6017 6018v_cmp_nlt_f32 vcc, v1, v2 row_shl:156019// W64: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x0f,0x01,0xff]6020// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6021 6022v_cmp_nlt_f32 vcc, v1, v2 row_shr:16023// W64: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x11,0x01,0xff]6024// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6025 6026v_cmp_nlt_f32 vcc, v1, v2 row_shr:156027// W64: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x1f,0x01,0xff]6028// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6029 6030v_cmp_nlt_f32 vcc, v1, v2 row_ror:16031// W64: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x21,0x01,0xff]6032// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6033 6034v_cmp_nlt_f32 vcc, v1, v2 row_ror:156035// W64: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x2f,0x01,0xff]6036// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6037 6038v_cmp_nlt_f32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf6039// W64: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x50,0x01,0xff]6040// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6041 6042v_cmp_nlt_f32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x16043// W64: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x5f,0x01,0x01]6044// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6045 6046v_cmp_nlt_f32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:06047// W64: encoding: [0xfa,0x04,0x3c,0x7c,0x01,0x60,0x09,0x13]6048// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6049 6050v_cmp_nlt_f32 vcc, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:16051// W64: encoding: [0xfa,0xfe,0x3d,0x7c,0xff,0x6f,0xf5,0x30]6052// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6053 6054v_cmp_o_f16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]6055// W32: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x1b,0x00,0xff]6056// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6057 6058v_cmp_o_f16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]6059// W32: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0xe4,0x00,0xff]6060// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6061 6062v_cmp_o_f16 vcc_lo, v1, v2 row_mirror6063// W32: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x40,0x01,0xff]6064// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6065 6066v_cmp_o_f16 vcc_lo, v1, v2 row_half_mirror6067// W32: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x41,0x01,0xff]6068// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6069 6070v_cmp_o_f16 vcc_lo, v1, v2 row_shl:16071// W32: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x01,0x01,0xff]6072// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6073 6074v_cmp_o_f16 vcc_lo, v1, v2 row_shl:156075// W32: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x0f,0x01,0xff]6076// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6077 6078v_cmp_o_f16 vcc_lo, v1, v2 row_shr:16079// W32: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x11,0x01,0xff]6080// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6081 6082v_cmp_o_f16 vcc_lo, v1, v2 row_shr:156083// W32: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x1f,0x01,0xff]6084// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6085 6086v_cmp_o_f16 vcc_lo, v1, v2 row_ror:16087// W32: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x21,0x01,0xff]6088// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6089 6090v_cmp_o_f16 vcc_lo, v1, v2 row_ror:156091// W32: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x2f,0x01,0xff]6092// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6093 6094v_cmp_o_f16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf6095// W32: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x50,0x01,0xff]6096// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6097 6098v_cmp_o_f16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x16099// W32: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x5f,0x01,0x01]6100// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6101 6102v_cmp_o_f16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:06103// W32: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x60,0x09,0x13]6104// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6105 6106v_cmp_o_f16 vcc_lo, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:16107// W32: encoding: [0xfa,0xfe,0x0e,0x7c,0x7f,0x6f,0xf5,0x30]6108// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6109 6110v_cmp_o_f16 vcc, v1, v2 quad_perm:[3,2,1,0]6111// W64: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x1b,0x00,0xff]6112// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6113 6114v_cmp_o_f16 vcc, v1, v2 quad_perm:[0,1,2,3]6115// W64: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0xe4,0x00,0xff]6116// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6117 6118v_cmp_o_f16 vcc, v1, v2 row_mirror6119// W64: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x40,0x01,0xff]6120// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6121 6122v_cmp_o_f16 vcc, v1, v2 row_half_mirror6123// W64: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x41,0x01,0xff]6124// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6125 6126v_cmp_o_f16 vcc, v1, v2 row_shl:16127// W64: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x01,0x01,0xff]6128// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6129 6130v_cmp_o_f16 vcc, v1, v2 row_shl:156131// W64: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x0f,0x01,0xff]6132// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6133 6134v_cmp_o_f16 vcc, v1, v2 row_shr:16135// W64: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x11,0x01,0xff]6136// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6137 6138v_cmp_o_f16 vcc, v1, v2 row_shr:156139// W64: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x1f,0x01,0xff]6140// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6141 6142v_cmp_o_f16 vcc, v1, v2 row_ror:16143// W64: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x21,0x01,0xff]6144// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6145 6146v_cmp_o_f16 vcc, v1, v2 row_ror:156147// W64: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x2f,0x01,0xff]6148// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6149 6150v_cmp_o_f16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf6151// W64: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x50,0x01,0xff]6152// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6153 6154v_cmp_o_f16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x16155// W64: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x5f,0x01,0x01]6156// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6157 6158v_cmp_o_f16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:06159// W64: encoding: [0xfa,0x04,0x0e,0x7c,0x01,0x60,0x09,0x13]6160// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6161 6162v_cmp_o_f16 vcc, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:16163// W64: encoding: [0xfa,0xfe,0x0e,0x7c,0x7f,0x6f,0xf5,0x30]6164// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6165 6166v_cmp_o_f32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]6167// W32: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x1b,0x00,0xff]6168// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6169 6170v_cmp_o_f32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]6171// W32: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0xe4,0x00,0xff]6172// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6173 6174v_cmp_o_f32 vcc_lo, v1, v2 row_mirror6175// W32: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x40,0x01,0xff]6176// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6177 6178v_cmp_o_f32 vcc_lo, v1, v2 row_half_mirror6179// W32: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x41,0x01,0xff]6180// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6181 6182v_cmp_o_f32 vcc_lo, v1, v2 row_shl:16183// W32: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x01,0x01,0xff]6184// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6185 6186v_cmp_o_f32 vcc_lo, v1, v2 row_shl:156187// W32: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x0f,0x01,0xff]6188// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6189 6190v_cmp_o_f32 vcc_lo, v1, v2 row_shr:16191// W32: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x11,0x01,0xff]6192// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6193 6194v_cmp_o_f32 vcc_lo, v1, v2 row_shr:156195// W32: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x1f,0x01,0xff]6196// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6197 6198v_cmp_o_f32 vcc_lo, v1, v2 row_ror:16199// W32: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x21,0x01,0xff]6200// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6201 6202v_cmp_o_f32 vcc_lo, v1, v2 row_ror:156203// W32: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x2f,0x01,0xff]6204// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6205 6206v_cmp_o_f32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf6207// W32: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x50,0x01,0xff]6208// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6209 6210v_cmp_o_f32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x16211// W32: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x5f,0x01,0x01]6212// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6213 6214v_cmp_o_f32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:06215// W32: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x60,0x09,0x13]6216// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6217 6218v_cmp_o_f32 vcc_lo, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:16219// W32: encoding: [0xfa,0xfe,0x2f,0x7c,0xff,0x6f,0xf5,0x30]6220// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6221 6222v_cmp_o_f32 vcc, v1, v2 quad_perm:[3,2,1,0]6223// W64: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x1b,0x00,0xff]6224// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6225 6226v_cmp_o_f32 vcc, v1, v2 quad_perm:[0,1,2,3]6227// W64: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0xe4,0x00,0xff]6228// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6229 6230v_cmp_o_f32 vcc, v1, v2 row_mirror6231// W64: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x40,0x01,0xff]6232// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6233 6234v_cmp_o_f32 vcc, v1, v2 row_half_mirror6235// W64: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x41,0x01,0xff]6236// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6237 6238v_cmp_o_f32 vcc, v1, v2 row_shl:16239// W64: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x01,0x01,0xff]6240// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6241 6242v_cmp_o_f32 vcc, v1, v2 row_shl:156243// W64: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x0f,0x01,0xff]6244// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6245 6246v_cmp_o_f32 vcc, v1, v2 row_shr:16247// W64: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x11,0x01,0xff]6248// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6249 6250v_cmp_o_f32 vcc, v1, v2 row_shr:156251// W64: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x1f,0x01,0xff]6252// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6253 6254v_cmp_o_f32 vcc, v1, v2 row_ror:16255// W64: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x21,0x01,0xff]6256// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6257 6258v_cmp_o_f32 vcc, v1, v2 row_ror:156259// W64: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x2f,0x01,0xff]6260// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6261 6262v_cmp_o_f32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf6263// W64: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x50,0x01,0xff]6264// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6265 6266v_cmp_o_f32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x16267// W64: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x5f,0x01,0x01]6268// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6269 6270v_cmp_o_f32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:06271// W64: encoding: [0xfa,0x04,0x2e,0x7c,0x01,0x60,0x09,0x13]6272// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6273 6274v_cmp_o_f32 vcc, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:16275// W64: encoding: [0xfa,0xfe,0x2f,0x7c,0xff,0x6f,0xf5,0x30]6276// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6277 6278v_cmp_t_f16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]6279// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x1b,0x00,0xff]6280// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6281 6282v_cmp_t_f16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]6283// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0xe4,0x00,0xff]6284// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6285 6286v_cmp_t_f16 vcc_lo, v1, v2 row_mirror6287// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x40,0x01,0xff]6288// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6289 6290v_cmp_t_f16 vcc_lo, v1, v2 row_half_mirror6291// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x41,0x01,0xff]6292// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6293 6294v_cmp_t_f16 vcc_lo, v1, v2 row_shl:16295// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x01,0x01,0xff]6296// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6297 6298v_cmp_t_f16 vcc_lo, v1, v2 row_shl:156299// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x0f,0x01,0xff]6300// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6301 6302v_cmp_t_f16 vcc_lo, v1, v2 row_shr:16303// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x11,0x01,0xff]6304// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6305 6306v_cmp_t_f16 vcc_lo, v1, v2 row_shr:156307// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x1f,0x01,0xff]6308// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6309 6310v_cmp_t_f16 vcc_lo, v1, v2 row_ror:16311// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x21,0x01,0xff]6312// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6313 6314v_cmp_t_f16 vcc_lo, v1, v2 row_ror:156315// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x2f,0x01,0xff]6316// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6317 6318v_cmp_t_f16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf6319// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x50,0x01,0xff]6320// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6321 6322v_cmp_t_f16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x16323// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x5f,0x01,0x01]6324// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6325 6326v_cmp_t_f16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:06327// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x60,0x09,0x13]6328// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6329 6330v_cmp_t_f16 vcc_lo, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:16331// W32: encoding: [0xfa,0xfe,0x1e,0x7c,0x7f,0x6f,0xf5,0x30]6332// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6333 6334v_cmp_t_f16 vcc, v1, v2 quad_perm:[3,2,1,0]6335// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x1b,0x00,0xff]6336// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6337 6338v_cmp_t_f16 vcc, v1, v2 quad_perm:[0,1,2,3]6339// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0xe4,0x00,0xff]6340// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6341 6342v_cmp_t_f16 vcc, v1, v2 row_mirror6343// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x40,0x01,0xff]6344// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6345 6346v_cmp_t_f16 vcc, v1, v2 row_half_mirror6347// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x41,0x01,0xff]6348// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6349 6350v_cmp_t_f16 vcc, v1, v2 row_shl:16351// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x01,0x01,0xff]6352// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6353 6354v_cmp_t_f16 vcc, v1, v2 row_shl:156355// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x0f,0x01,0xff]6356// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6357 6358v_cmp_t_f16 vcc, v1, v2 row_shr:16359// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x11,0x01,0xff]6360// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6361 6362v_cmp_t_f16 vcc, v1, v2 row_shr:156363// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x1f,0x01,0xff]6364// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6365 6366v_cmp_t_f16 vcc, v1, v2 row_ror:16367// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x21,0x01,0xff]6368// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6369 6370v_cmp_t_f16 vcc, v1, v2 row_ror:156371// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x2f,0x01,0xff]6372// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6373 6374v_cmp_t_f16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf6375// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x50,0x01,0xff]6376// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6377 6378v_cmp_t_f16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x16379// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x5f,0x01,0x01]6380// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6381 6382v_cmp_t_f16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:06383// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x60,0x09,0x13]6384// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6385 6386v_cmp_t_f16 vcc, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:16387// W64: encoding: [0xfa,0xfe,0x1e,0x7c,0x7f,0x6f,0xf5,0x30]6388// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6389 6390v_cmp_t_f32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]6391// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x1b,0x00,0xff]6392// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6393 6394v_cmp_t_f32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]6395// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0xe4,0x00,0xff]6396// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6397 6398v_cmp_t_f32 vcc_lo, v1, v2 row_mirror6399// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x40,0x01,0xff]6400// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6401 6402v_cmp_t_f32 vcc_lo, v1, v2 row_half_mirror6403// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x41,0x01,0xff]6404// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6405 6406v_cmp_t_f32 vcc_lo, v1, v2 row_shl:16407// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x01,0x01,0xff]6408// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6409 6410v_cmp_t_f32 vcc_lo, v1, v2 row_shl:156411// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x0f,0x01,0xff]6412// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6413 6414v_cmp_t_f32 vcc_lo, v1, v2 row_shr:16415// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x11,0x01,0xff]6416// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6417 6418v_cmp_t_f32 vcc_lo, v1, v2 row_shr:156419// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x1f,0x01,0xff]6420// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6421 6422v_cmp_t_f32 vcc_lo, v1, v2 row_ror:16423// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x21,0x01,0xff]6424// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6425 6426v_cmp_t_f32 vcc_lo, v1, v2 row_ror:156427// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x2f,0x01,0xff]6428// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6429 6430v_cmp_t_f32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf6431// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x50,0x01,0xff]6432// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6433 6434v_cmp_t_f32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x16435// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x5f,0x01,0x01]6436// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6437 6438v_cmp_t_f32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:06439// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x60,0x09,0x13]6440// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6441 6442v_cmp_t_f32 vcc_lo, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:16443// W32: encoding: [0xfa,0xfe,0x3f,0x7c,0xff,0x6f,0xf5,0x30]6444// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6445 6446v_cmp_t_f32 vcc, v1, v2 quad_perm:[3,2,1,0]6447// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x1b,0x00,0xff]6448// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6449 6450v_cmp_t_f32 vcc, v1, v2 quad_perm:[0,1,2,3]6451// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0xe4,0x00,0xff]6452// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6453 6454v_cmp_t_f32 vcc, v1, v2 row_mirror6455// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x40,0x01,0xff]6456// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6457 6458v_cmp_t_f32 vcc, v1, v2 row_half_mirror6459// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x41,0x01,0xff]6460// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6461 6462v_cmp_t_f32 vcc, v1, v2 row_shl:16463// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x01,0x01,0xff]6464// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6465 6466v_cmp_t_f32 vcc, v1, v2 row_shl:156467// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x0f,0x01,0xff]6468// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6469 6470v_cmp_t_f32 vcc, v1, v2 row_shr:16471// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x11,0x01,0xff]6472// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6473 6474v_cmp_t_f32 vcc, v1, v2 row_shr:156475// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x1f,0x01,0xff]6476// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6477 6478v_cmp_t_f32 vcc, v1, v2 row_ror:16479// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x21,0x01,0xff]6480// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6481 6482v_cmp_t_f32 vcc, v1, v2 row_ror:156483// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x2f,0x01,0xff]6484// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6485 6486v_cmp_t_f32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf6487// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x50,0x01,0xff]6488// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6489 6490v_cmp_t_f32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x16491// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x5f,0x01,0x01]6492// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6493 6494v_cmp_t_f32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:06495// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x60,0x09,0x13]6496// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6497 6498v_cmp_t_f32 vcc, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:16499// W64: encoding: [0xfa,0xfe,0x3f,0x7c,0xff,0x6f,0xf5,0x30]6500// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6501 6502v_cmp_t_i32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]6503// W32: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x1b,0x00,0xff]6504// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6505 6506v_cmp_t_i32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]6507// W32: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0xe4,0x00,0xff]6508// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6509 6510v_cmp_t_i32 vcc_lo, v1, v2 row_mirror6511// W32: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x40,0x01,0xff]6512// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6513 6514v_cmp_t_i32 vcc_lo, v1, v2 row_half_mirror6515// W32: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x41,0x01,0xff]6516// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6517 6518v_cmp_t_i32 vcc_lo, v1, v2 row_shl:16519// W32: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x01,0x01,0xff]6520// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6521 6522v_cmp_t_i32 vcc_lo, v1, v2 row_shl:156523// W32: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x0f,0x01,0xff]6524// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6525 6526v_cmp_t_i32 vcc_lo, v1, v2 row_shr:16527// W32: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x11,0x01,0xff]6528// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6529 6530v_cmp_t_i32 vcc_lo, v1, v2 row_shr:156531// W32: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x1f,0x01,0xff]6532// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6533 6534v_cmp_t_i32 vcc_lo, v1, v2 row_ror:16535// W32: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x21,0x01,0xff]6536// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6537 6538v_cmp_t_i32 vcc_lo, v1, v2 row_ror:156539// W32: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x2f,0x01,0xff]6540// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6541 6542v_cmp_t_i32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf6543// W32: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x50,0x01,0xff]6544// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6545 6546v_cmp_t_i32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x16547// W32: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x5f,0x01,0x01]6548// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6549 6550v_cmp_t_i32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:06551// W32: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x60,0x09,0x13]6552// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6553 6554v_cmp_t_i32 vcc_lo, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:16555// W32: encoding: [0xfa,0xfe,0x8f,0x7c,0xff,0x6f,0x05,0x30]6556// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6557 6558v_cmp_t_i32 vcc, v1, v2 quad_perm:[3,2,1,0]6559// W64: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x1b,0x00,0xff]6560// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6561 6562v_cmp_t_i32 vcc, v1, v2 quad_perm:[0,1,2,3]6563// W64: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0xe4,0x00,0xff]6564// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6565 6566v_cmp_t_i32 vcc, v1, v2 row_mirror6567// W64: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x40,0x01,0xff]6568// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6569 6570v_cmp_t_i32 vcc, v1, v2 row_half_mirror6571// W64: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x41,0x01,0xff]6572// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6573 6574v_cmp_t_i32 vcc, v1, v2 row_shl:16575// W64: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x01,0x01,0xff]6576// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6577 6578v_cmp_t_i32 vcc, v1, v2 row_shl:156579// W64: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x0f,0x01,0xff]6580// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6581 6582v_cmp_t_i32 vcc, v1, v2 row_shr:16583// W64: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x11,0x01,0xff]6584// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6585 6586v_cmp_t_i32 vcc, v1, v2 row_shr:156587// W64: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x1f,0x01,0xff]6588// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6589 6590v_cmp_t_i32 vcc, v1, v2 row_ror:16591// W64: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x21,0x01,0xff]6592// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6593 6594v_cmp_t_i32 vcc, v1, v2 row_ror:156595// W64: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x2f,0x01,0xff]6596// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6597 6598v_cmp_t_i32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf6599// W64: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x50,0x01,0xff]6600// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6601 6602v_cmp_t_i32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x16603// W64: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x5f,0x01,0x01]6604// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6605 6606v_cmp_t_i32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:06607// W64: encoding: [0xfa,0x04,0x8e,0x7c,0x01,0x60,0x09,0x13]6608// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6609 6610v_cmp_t_i32 vcc, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:16611// W64: encoding: [0xfa,0xfe,0x8f,0x7c,0xff,0x6f,0x05,0x30]6612// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6613 6614v_cmp_t_u32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]6615// W32: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x1b,0x00,0xff]6616// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6617 6618v_cmp_t_u32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]6619// W32: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0xe4,0x00,0xff]6620// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6621 6622v_cmp_t_u32 vcc_lo, v1, v2 row_mirror6623// W32: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x40,0x01,0xff]6624// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6625 6626v_cmp_t_u32 vcc_lo, v1, v2 row_half_mirror6627// W32: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x41,0x01,0xff]6628// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6629 6630v_cmp_t_u32 vcc_lo, v1, v2 row_shl:16631// W32: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x01,0x01,0xff]6632// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6633 6634v_cmp_t_u32 vcc_lo, v1, v2 row_shl:156635// W32: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x0f,0x01,0xff]6636// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6637 6638v_cmp_t_u32 vcc_lo, v1, v2 row_shr:16639// W32: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x11,0x01,0xff]6640// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6641 6642v_cmp_t_u32 vcc_lo, v1, v2 row_shr:156643// W32: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x1f,0x01,0xff]6644// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6645 6646v_cmp_t_u32 vcc_lo, v1, v2 row_ror:16647// W32: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x21,0x01,0xff]6648// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6649 6650v_cmp_t_u32 vcc_lo, v1, v2 row_ror:156651// W32: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x2f,0x01,0xff]6652// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6653 6654v_cmp_t_u32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf6655// W32: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x50,0x01,0xff]6656// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6657 6658v_cmp_t_u32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x16659// W32: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x5f,0x01,0x01]6660// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6661 6662v_cmp_t_u32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:06663// W32: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x60,0x09,0x13]6664// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6665 6666v_cmp_t_u32 vcc_lo, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:16667// W32: encoding: [0xfa,0xfe,0x9f,0x7c,0xff,0x6f,0x05,0x30]6668// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6669 6670v_cmp_t_u32 vcc, v1, v2 quad_perm:[3,2,1,0]6671// W64: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x1b,0x00,0xff]6672// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6673 6674v_cmp_t_u32 vcc, v1, v2 quad_perm:[0,1,2,3]6675// W64: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0xe4,0x00,0xff]6676// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6677 6678v_cmp_t_u32 vcc, v1, v2 row_mirror6679// W64: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x40,0x01,0xff]6680// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6681 6682v_cmp_t_u32 vcc, v1, v2 row_half_mirror6683// W64: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x41,0x01,0xff]6684// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6685 6686v_cmp_t_u32 vcc, v1, v2 row_shl:16687// W64: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x01,0x01,0xff]6688// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6689 6690v_cmp_t_u32 vcc, v1, v2 row_shl:156691// W64: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x0f,0x01,0xff]6692// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6693 6694v_cmp_t_u32 vcc, v1, v2 row_shr:16695// W64: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x11,0x01,0xff]6696// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6697 6698v_cmp_t_u32 vcc, v1, v2 row_shr:156699// W64: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x1f,0x01,0xff]6700// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6701 6702v_cmp_t_u32 vcc, v1, v2 row_ror:16703// W64: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x21,0x01,0xff]6704// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6705 6706v_cmp_t_u32 vcc, v1, v2 row_ror:156707// W64: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x2f,0x01,0xff]6708// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6709 6710v_cmp_t_u32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf6711// W64: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x50,0x01,0xff]6712// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6713 6714v_cmp_t_u32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x16715// W64: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x5f,0x01,0x01]6716// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6717 6718v_cmp_t_u32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:06719// W64: encoding: [0xfa,0x04,0x9e,0x7c,0x01,0x60,0x09,0x13]6720// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6721 6722v_cmp_t_u32 vcc, v255, v255 row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:16723// W64: encoding: [0xfa,0xfe,0x9f,0x7c,0xff,0x6f,0x05,0x30]6724// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6725 6726v_cmp_tru_f16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]6727// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x1b,0x00,0xff]6728// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6729 6730v_cmp_tru_f16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]6731// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0xe4,0x00,0xff]6732// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6733 6734v_cmp_tru_f16 vcc_lo, v1, v2 row_mirror6735// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x40,0x01,0xff]6736// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6737 6738v_cmp_tru_f16 vcc_lo, v1, v2 row_half_mirror6739// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x41,0x01,0xff]6740// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6741 6742v_cmp_tru_f16 vcc_lo, v1, v2 row_shl:16743// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x01,0x01,0xff]6744// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6745 6746v_cmp_tru_f16 vcc_lo, v1, v2 row_shl:156747// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x0f,0x01,0xff]6748// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6749 6750v_cmp_tru_f16 vcc_lo, v1, v2 row_shr:16751// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x11,0x01,0xff]6752// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6753 6754v_cmp_tru_f16 vcc_lo, v1, v2 row_shr:156755// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x1f,0x01,0xff]6756// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6757 6758v_cmp_tru_f16 vcc_lo, v1, v2 row_ror:16759// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x21,0x01,0xff]6760// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6761 6762v_cmp_tru_f16 vcc_lo, v1, v2 row_ror:156763// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x2f,0x01,0xff]6764// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6765 6766v_cmp_tru_f16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf6767// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x50,0x01,0xff]6768// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6769 6770v_cmp_tru_f16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x16771// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x5f,0x01,0x01]6772// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6773 6774v_cmp_tru_f16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:06775// W32: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x60,0x09,0x13]6776// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6777 6778v_cmp_tru_f16 vcc_lo, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:16779// W32: encoding: [0xfa,0xfe,0x1e,0x7c,0x7f,0x6f,0xf5,0x30]6780// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6781 6782v_cmp_tru_f16 vcc, v1, v2 quad_perm:[3,2,1,0]6783// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x1b,0x00,0xff]6784// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6785 6786v_cmp_tru_f16 vcc, v1, v2 quad_perm:[0,1,2,3]6787// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0xe4,0x00,0xff]6788// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6789 6790v_cmp_tru_f16 vcc, v1, v2 row_mirror6791// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x40,0x01,0xff]6792// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6793 6794v_cmp_tru_f16 vcc, v1, v2 row_half_mirror6795// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x41,0x01,0xff]6796// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6797 6798v_cmp_tru_f16 vcc, v1, v2 row_shl:16799// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x01,0x01,0xff]6800// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6801 6802v_cmp_tru_f16 vcc, v1, v2 row_shl:156803// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x0f,0x01,0xff]6804// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6805 6806v_cmp_tru_f16 vcc, v1, v2 row_shr:16807// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x11,0x01,0xff]6808// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6809 6810v_cmp_tru_f16 vcc, v1, v2 row_shr:156811// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x1f,0x01,0xff]6812// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6813 6814v_cmp_tru_f16 vcc, v1, v2 row_ror:16815// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x21,0x01,0xff]6816// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6817 6818v_cmp_tru_f16 vcc, v1, v2 row_ror:156819// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x2f,0x01,0xff]6820// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6821 6822v_cmp_tru_f16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf6823// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x50,0x01,0xff]6824// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6825 6826v_cmp_tru_f16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x16827// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x5f,0x01,0x01]6828// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6829 6830v_cmp_tru_f16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:06831// W64: encoding: [0xfa,0x04,0x1e,0x7c,0x01,0x60,0x09,0x13]6832// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6833 6834v_cmp_tru_f16 vcc, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:16835// W64: encoding: [0xfa,0xfe,0x1e,0x7c,0x7f,0x6f,0xf5,0x30]6836// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6837 6838v_cmp_tru_f32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]6839// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x1b,0x00,0xff]6840// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6841 6842v_cmp_tru_f32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]6843// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0xe4,0x00,0xff]6844// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6845 6846v_cmp_tru_f32 vcc_lo, v1, v2 row_mirror6847// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x40,0x01,0xff]6848// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6849 6850v_cmp_tru_f32 vcc_lo, v1, v2 row_half_mirror6851// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x41,0x01,0xff]6852// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6853 6854v_cmp_tru_f32 vcc_lo, v1, v2 row_shl:16855// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x01,0x01,0xff]6856// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6857 6858v_cmp_tru_f32 vcc_lo, v1, v2 row_shl:156859// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x0f,0x01,0xff]6860// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6861 6862v_cmp_tru_f32 vcc_lo, v1, v2 row_shr:16863// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x11,0x01,0xff]6864// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6865 6866v_cmp_tru_f32 vcc_lo, v1, v2 row_shr:156867// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x1f,0x01,0xff]6868// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6869 6870v_cmp_tru_f32 vcc_lo, v1, v2 row_ror:16871// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x21,0x01,0xff]6872// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6873 6874v_cmp_tru_f32 vcc_lo, v1, v2 row_ror:156875// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x2f,0x01,0xff]6876// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6877 6878v_cmp_tru_f32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf6879// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x50,0x01,0xff]6880// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6881 6882v_cmp_tru_f32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x16883// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x5f,0x01,0x01]6884// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6885 6886v_cmp_tru_f32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:06887// W32: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x60,0x09,0x13]6888// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6889 6890v_cmp_tru_f32 vcc_lo, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:16891// W32: encoding: [0xfa,0xfe,0x3f,0x7c,0xff,0x6f,0xf5,0x30]6892// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6893 6894v_cmp_tru_f32 vcc, v1, v2 quad_perm:[3,2,1,0]6895// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x1b,0x00,0xff]6896// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6897 6898v_cmp_tru_f32 vcc, v1, v2 quad_perm:[0,1,2,3]6899// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0xe4,0x00,0xff]6900// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6901 6902v_cmp_tru_f32 vcc, v1, v2 row_mirror6903// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x40,0x01,0xff]6904// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6905 6906v_cmp_tru_f32 vcc, v1, v2 row_half_mirror6907// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x41,0x01,0xff]6908// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6909 6910v_cmp_tru_f32 vcc, v1, v2 row_shl:16911// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x01,0x01,0xff]6912// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6913 6914v_cmp_tru_f32 vcc, v1, v2 row_shl:156915// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x0f,0x01,0xff]6916// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6917 6918v_cmp_tru_f32 vcc, v1, v2 row_shr:16919// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x11,0x01,0xff]6920// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6921 6922v_cmp_tru_f32 vcc, v1, v2 row_shr:156923// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x1f,0x01,0xff]6924// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6925 6926v_cmp_tru_f32 vcc, v1, v2 row_ror:16927// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x21,0x01,0xff]6928// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6929 6930v_cmp_tru_f32 vcc, v1, v2 row_ror:156931// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x2f,0x01,0xff]6932// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6933 6934v_cmp_tru_f32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf6935// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x50,0x01,0xff]6936// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6937 6938v_cmp_tru_f32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x16939// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x5f,0x01,0x01]6940// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6941 6942v_cmp_tru_f32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:06943// W64: encoding: [0xfa,0x04,0x3e,0x7c,0x01,0x60,0x09,0x13]6944// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6945 6946v_cmp_tru_f32 vcc, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:16947// W64: encoding: [0xfa,0xfe,0x3f,0x7c,0xff,0x6f,0xf5,0x30]6948// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6949 6950v_cmp_u_f16 vcc_lo, v1, v2 quad_perm:[3,2,1,0]6951// W32: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x1b,0x00,0xff]6952// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6953 6954v_cmp_u_f16 vcc_lo, v1, v2 quad_perm:[0,1,2,3]6955// W32: encoding: [0xfa,0x04,0x10,0x7c,0x01,0xe4,0x00,0xff]6956// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6957 6958v_cmp_u_f16 vcc_lo, v1, v2 row_mirror6959// W32: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x40,0x01,0xff]6960// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6961 6962v_cmp_u_f16 vcc_lo, v1, v2 row_half_mirror6963// W32: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x41,0x01,0xff]6964// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6965 6966v_cmp_u_f16 vcc_lo, v1, v2 row_shl:16967// W32: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x01,0x01,0xff]6968// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6969 6970v_cmp_u_f16 vcc_lo, v1, v2 row_shl:156971// W32: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x0f,0x01,0xff]6972// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6973 6974v_cmp_u_f16 vcc_lo, v1, v2 row_shr:16975// W32: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x11,0x01,0xff]6976// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6977 6978v_cmp_u_f16 vcc_lo, v1, v2 row_shr:156979// W32: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x1f,0x01,0xff]6980// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6981 6982v_cmp_u_f16 vcc_lo, v1, v2 row_ror:16983// W32: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x21,0x01,0xff]6984// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6985 6986v_cmp_u_f16 vcc_lo, v1, v2 row_ror:156987// W32: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x2f,0x01,0xff]6988// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6989 6990v_cmp_u_f16 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf6991// W32: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x50,0x01,0xff]6992// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6993 6994v_cmp_u_f16 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x16995// W32: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x5f,0x01,0x01]6996// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode6997 6998v_cmp_u_f16 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:06999// W32: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x60,0x09,0x13]7000// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7001 7002v_cmp_u_f16 vcc_lo, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:17003// W32: encoding: [0xfa,0xfe,0x10,0x7c,0x7f,0x6f,0xf5,0x30]7004// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7005 7006v_cmp_u_f16 vcc, v1, v2 quad_perm:[3,2,1,0]7007// W64: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x1b,0x00,0xff]7008// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7009 7010v_cmp_u_f16 vcc, v1, v2 quad_perm:[0,1,2,3]7011// W64: encoding: [0xfa,0x04,0x10,0x7c,0x01,0xe4,0x00,0xff]7012// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7013 7014v_cmp_u_f16 vcc, v1, v2 row_mirror7015// W64: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x40,0x01,0xff]7016// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7017 7018v_cmp_u_f16 vcc, v1, v2 row_half_mirror7019// W64: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x41,0x01,0xff]7020// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7021 7022v_cmp_u_f16 vcc, v1, v2 row_shl:17023// W64: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x01,0x01,0xff]7024// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7025 7026v_cmp_u_f16 vcc, v1, v2 row_shl:157027// W64: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x0f,0x01,0xff]7028// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7029 7030v_cmp_u_f16 vcc, v1, v2 row_shr:17031// W64: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x11,0x01,0xff]7032// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7033 7034v_cmp_u_f16 vcc, v1, v2 row_shr:157035// W64: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x1f,0x01,0xff]7036// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7037 7038v_cmp_u_f16 vcc, v1, v2 row_ror:17039// W64: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x21,0x01,0xff]7040// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7041 7042v_cmp_u_f16 vcc, v1, v2 row_ror:157043// W64: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x2f,0x01,0xff]7044// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7045 7046v_cmp_u_f16 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf7047// W64: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x50,0x01,0xff]7048// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7049 7050v_cmp_u_f16 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x17051// W64: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x5f,0x01,0x01]7052// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7053 7054v_cmp_u_f16 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:07055// W64: encoding: [0xfa,0x04,0x10,0x7c,0x01,0x60,0x09,0x13]7056// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7057 7058v_cmp_u_f16 vcc, -|v127|, -|v127| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:17059// W64: encoding: [0xfa,0xfe,0x10,0x7c,0x7f,0x6f,0xf5,0x30]7060// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7061 7062v_cmp_u_f32 vcc_lo, v1, v2 quad_perm:[3,2,1,0]7063// W32: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x1b,0x00,0xff]7064// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7065 7066v_cmp_u_f32 vcc_lo, v1, v2 quad_perm:[0,1,2,3]7067// W32: encoding: [0xfa,0x04,0x30,0x7c,0x01,0xe4,0x00,0xff]7068// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7069 7070v_cmp_u_f32 vcc_lo, v1, v2 row_mirror7071// W32: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x40,0x01,0xff]7072// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7073 7074v_cmp_u_f32 vcc_lo, v1, v2 row_half_mirror7075// W32: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x41,0x01,0xff]7076// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7077 7078v_cmp_u_f32 vcc_lo, v1, v2 row_shl:17079// W32: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x01,0x01,0xff]7080// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7081 7082v_cmp_u_f32 vcc_lo, v1, v2 row_shl:157083// W32: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x0f,0x01,0xff]7084// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7085 7086v_cmp_u_f32 vcc_lo, v1, v2 row_shr:17087// W32: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x11,0x01,0xff]7088// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7089 7090v_cmp_u_f32 vcc_lo, v1, v2 row_shr:157091// W32: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x1f,0x01,0xff]7092// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7093 7094v_cmp_u_f32 vcc_lo, v1, v2 row_ror:17095// W32: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x21,0x01,0xff]7096// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7097 7098v_cmp_u_f32 vcc_lo, v1, v2 row_ror:157099// W32: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x2f,0x01,0xff]7100// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7101 7102v_cmp_u_f32 vcc_lo, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf7103// W32: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x50,0x01,0xff]7104// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7105 7106v_cmp_u_f32 vcc_lo, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x17107// W32: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x5f,0x01,0x01]7108// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7109 7110v_cmp_u_f32 vcc_lo, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:07111// W32: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x60,0x09,0x13]7112// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7113 7114v_cmp_u_f32 vcc_lo, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:17115// W32: encoding: [0xfa,0xfe,0x31,0x7c,0xff,0x6f,0xf5,0x30]7116// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7117 7118v_cmp_u_f32 vcc, v1, v2 quad_perm:[3,2,1,0]7119// W64: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x1b,0x00,0xff]7120// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7121 7122v_cmp_u_f32 vcc, v1, v2 quad_perm:[0,1,2,3]7123// W64: encoding: [0xfa,0x04,0x30,0x7c,0x01,0xe4,0x00,0xff]7124// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7125 7126v_cmp_u_f32 vcc, v1, v2 row_mirror7127// W64: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x40,0x01,0xff]7128// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7129 7130v_cmp_u_f32 vcc, v1, v2 row_half_mirror7131// W64: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x41,0x01,0xff]7132// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7133 7134v_cmp_u_f32 vcc, v1, v2 row_shl:17135// W64: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x01,0x01,0xff]7136// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7137 7138v_cmp_u_f32 vcc, v1, v2 row_shl:157139// W64: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x0f,0x01,0xff]7140// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7141 7142v_cmp_u_f32 vcc, v1, v2 row_shr:17143// W64: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x11,0x01,0xff]7144// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7145 7146v_cmp_u_f32 vcc, v1, v2 row_shr:157147// W64: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x1f,0x01,0xff]7148// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7149 7150v_cmp_u_f32 vcc, v1, v2 row_ror:17151// W64: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x21,0x01,0xff]7152// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7153 7154v_cmp_u_f32 vcc, v1, v2 row_ror:157155// W64: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x2f,0x01,0xff]7156// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7157 7158v_cmp_u_f32 vcc, v1, v2 row_share:0 row_mask:0xf bank_mask:0xf7159// W64: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x50,0x01,0xff]7160// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7161 7162v_cmp_u_f32 vcc, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x17163// W64: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x5f,0x01,0x01]7164// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7165 7166v_cmp_u_f32 vcc, v1, v2 row_xmask:0 row_mask:0x1 bank_mask:0x3 bound_ctrl:1 fi:07167// W64: encoding: [0xfa,0x04,0x30,0x7c,0x01,0x60,0x09,0x13]7168// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7169 7170v_cmp_u_f32 vcc, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:17171// W64: encoding: [0xfa,0xfe,0x31,0x7c,0xff,0x6f,0xf5,0x30]7172// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode7173