brintos

brintos / llvm-project-archived public Read only

0
0
Text · 472.5 KiB · 54b9470 Raw
9850 lines · plain
1// NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --unique --version 52// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1200 -mattr=+wavefrontsize32,+real-true16 -show-encoding %s | FileCheck --check-prefix=W32 %s3// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1200 -mattr=+wavefrontsize64,+real-true16 -show-encoding %s | FileCheck --check-prefix=W64 %s4// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1200 -mattr=+wavefrontsize32,+real-true16 -filetype=null %s 2>&1 | FileCheck --check-prefix=W32-ERR --implicit-check-not=error: %s5// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1200 -mattr=+wavefrontsize64,+real-true16 -filetype=null %s 2>&1 | FileCheck --check-prefix=W64-ERR --implicit-check-not=error: %s6 7v_cmp_class_f16 vcc_lo, v1.l, v2.l8// W32: v_cmp_class_f16_e32 vcc_lo, v1.l, v2.l  ; encoding: [0x01,0x05,0xfa,0x7c]9// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode10 11v_cmp_class_f16 vcc_lo, v127.l, v2.l12// W32: v_cmp_class_f16_e32 vcc_lo, v127.l, v2.l ; encoding: [0x7f,0x05,0xfa,0x7c]13// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode14 15v_cmp_class_f16 vcc_lo, s1, v2.l16// W32: v_cmp_class_f16_e32 vcc_lo, s1, v2.l    ; encoding: [0x01,0x04,0xfa,0x7c]17// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode18 19v_cmp_class_f16 vcc_lo, s105, v2.l20// W32: v_cmp_class_f16_e32 vcc_lo, s105, v2.l  ; encoding: [0x69,0x04,0xfa,0x7c]21// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode22 23v_cmp_class_f16 vcc_lo, vcc_lo, v2.l24// W32: v_cmp_class_f16_e32 vcc_lo, vcc_lo, v2.l ; encoding: [0x6a,0x04,0xfa,0x7c]25// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode26 27v_cmp_class_f16 vcc_lo, vcc_hi, v2.l28// W32: v_cmp_class_f16_e32 vcc_lo, vcc_hi, v2.l ; encoding: [0x6b,0x04,0xfa,0x7c]29// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode30 31v_cmp_class_f16 vcc_lo, ttmp15, v2.l32// W32: v_cmp_class_f16_e32 vcc_lo, ttmp15, v2.l ; encoding: [0x7b,0x04,0xfa,0x7c]33// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode34 35v_cmp_class_f16 vcc_lo, m0, v2.l36// W32: v_cmp_class_f16_e32 vcc_lo, m0, v2.l    ; encoding: [0x7d,0x04,0xfa,0x7c]37// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode38 39v_cmp_class_f16 vcc_lo, exec_lo, v2.l40// W32: v_cmp_class_f16_e32 vcc_lo, exec_lo, v2.l ; encoding: [0x7e,0x04,0xfa,0x7c]41// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode42 43v_cmp_class_f16 vcc_lo, exec_hi, v2.l44// W32: v_cmp_class_f16_e32 vcc_lo, exec_hi, v2.l ; encoding: [0x7f,0x04,0xfa,0x7c]45// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode46 47v_cmp_class_f16 vcc_lo, null, v2.l48// W32: v_cmp_class_f16_e32 vcc_lo, null, v2.l  ; encoding: [0x7c,0x04,0xfa,0x7c]49// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode50 51v_cmp_class_f16 vcc_lo, -1, v2.l52// W32: v_cmp_class_f16_e32 vcc_lo, -1, v2.l    ; encoding: [0xc1,0x04,0xfa,0x7c]53// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode54 55v_cmp_class_f16 vcc_lo, 0.5, v2.l56// W32: v_cmp_class_f16_e32 vcc_lo, 0.5, v2.l   ; encoding: [0xf0,0x04,0xfa,0x7c]57// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode58 59v_cmp_class_f16 vcc_lo, src_scc, v2.l60// W32: v_cmp_class_f16_e32 vcc_lo, src_scc, v2.l ; encoding: [0xfd,0x04,0xfa,0x7c]61// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode62 63v_cmp_class_f16 vcc_lo, 0xfe0b, v127.l64// W32: v_cmp_class_f16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0xfa,0x7c,0x0b,0xfe,0x00,0x00]65// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode66 67v_cmp_class_f16 vcc, v1.l, v2.l68// W64: v_cmp_class_f16_e32 vcc, v1.l, v2.l     ; encoding: [0x01,0x05,0xfa,0x7c]69// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode70 71v_cmp_class_f16 vcc, v127.l, v2.l72// W64: v_cmp_class_f16_e32 vcc, v127.l, v2.l   ; encoding: [0x7f,0x05,0xfa,0x7c]73// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode74 75v_cmp_class_f16 vcc, s1, v2.l76// W64: v_cmp_class_f16_e32 vcc, s1, v2.l       ; encoding: [0x01,0x04,0xfa,0x7c]77// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode78 79v_cmp_class_f16 vcc, s105, v2.l80// W64: v_cmp_class_f16_e32 vcc, s105, v2.l     ; encoding: [0x69,0x04,0xfa,0x7c]81// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode82 83v_cmp_class_f16 vcc, vcc_lo, v2.l84// W64: v_cmp_class_f16_e32 vcc, vcc_lo, v2.l   ; encoding: [0x6a,0x04,0xfa,0x7c]85// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode86 87v_cmp_class_f16 vcc, vcc_hi, v2.l88// W64: v_cmp_class_f16_e32 vcc, vcc_hi, v2.l   ; encoding: [0x6b,0x04,0xfa,0x7c]89// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode90 91v_cmp_class_f16 vcc, ttmp15, v2.l92// W64: v_cmp_class_f16_e32 vcc, ttmp15, v2.l   ; encoding: [0x7b,0x04,0xfa,0x7c]93// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode94 95v_cmp_class_f16 vcc, m0, v2.l96// W64: v_cmp_class_f16_e32 vcc, m0, v2.l       ; encoding: [0x7d,0x04,0xfa,0x7c]97// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode98 99v_cmp_class_f16 vcc, exec_lo, v2.l100// W64: v_cmp_class_f16_e32 vcc, exec_lo, v2.l  ; encoding: [0x7e,0x04,0xfa,0x7c]101// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode102 103v_cmp_class_f16 vcc, exec_hi, v2.l104// W64: v_cmp_class_f16_e32 vcc, exec_hi, v2.l  ; encoding: [0x7f,0x04,0xfa,0x7c]105// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode106 107v_cmp_class_f16 vcc, null, v2.l108// W64: v_cmp_class_f16_e32 vcc, null, v2.l     ; encoding: [0x7c,0x04,0xfa,0x7c]109// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode110 111v_cmp_class_f16 vcc, -1, v2.l112// W64: v_cmp_class_f16_e32 vcc, -1, v2.l       ; encoding: [0xc1,0x04,0xfa,0x7c]113// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode114 115v_cmp_class_f16 vcc, 0.5, v2.l116// W64: v_cmp_class_f16_e32 vcc, 0.5, v2.l      ; encoding: [0xf0,0x04,0xfa,0x7c]117// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode118 119v_cmp_class_f16 vcc, src_scc, v2.l120// W64: v_cmp_class_f16_e32 vcc, src_scc, v2.l  ; encoding: [0xfd,0x04,0xfa,0x7c]121// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode122 123v_cmp_class_f16 vcc, 0xfe0b, v127.l124// W64: v_cmp_class_f16_e32 vcc, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0xfa,0x7c,0x0b,0xfe,0x00,0x00]125// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode126 127v_cmp_class_f16 vcc_lo, v1.h, v2.l128// W32: v_cmp_class_f16_e32 vcc_lo, v1.h, v2.l  ; encoding: [0x81,0x05,0xfa,0x7c]129// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode130 131v_cmp_class_f16 vcc, v1.h, v2.l132// W64: v_cmp_class_f16_e32 vcc, v1.h, v2.l     ; encoding: [0x81,0x05,0xfa,0x7c]133// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode134 135v_cmp_class_f16 vcc_lo, v127.h, v2.l136// W32: v_cmp_class_f16_e32 vcc_lo, v127.h, v2.l ; encoding: [0xff,0x05,0xfa,0x7c]137// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode138 139v_cmp_class_f16 vcc, v127.h, v2.l140// W64: v_cmp_class_f16_e32 vcc, v127.h, v2.l   ; encoding: [0xff,0x05,0xfa,0x7c]141// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode142 143v_cmp_class_f16 vcc_lo, src_scc, v2.h144// W32: v_cmp_class_f16_e32 vcc_lo, src_scc, v2.h ; encoding: [0xfd,0x04,0xfb,0x7c]145// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode146 147v_cmp_class_f16 vcc, src_scc, v2.h148// W64: v_cmp_class_f16_e32 vcc, src_scc, v2.h  ; encoding: [0xfd,0x04,0xfb,0x7c]149// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode150 151v_cmp_class_f16 vcc_lo, 0xfe0b, v127.h152// W32: v_cmp_class_f16_e32 vcc_lo, 0xfe0b, v127.h ; encoding: [0xff,0xfe,0xfb,0x7c,0x0b,0xfe,0x00,0x00]153// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode154 155v_cmp_class_f16 vcc, 0xfe0b, v127.h156// W64: v_cmp_class_f16_e32 vcc, 0xfe0b, v127.h ; encoding: [0xff,0xfe,0xfb,0x7c,0x0b,0xfe,0x00,0x00]157// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode158 159v_cmp_class_f32 vcc_lo, v1, v2160// W32: v_cmp_class_f32_e32 vcc_lo, v1, v2      ; encoding: [0x01,0x05,0xfc,0x7c]161// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode162 163v_cmp_class_f32 vcc_lo, v255, v2164// W32: v_cmp_class_f32_e32 vcc_lo, v255, v2    ; encoding: [0xff,0x05,0xfc,0x7c]165// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode166 167v_cmp_class_f32 vcc_lo, s1, v2168// W32: v_cmp_class_f32_e32 vcc_lo, s1, v2      ; encoding: [0x01,0x04,0xfc,0x7c]169// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode170 171v_cmp_class_f32 vcc_lo, s105, v2172// W32: v_cmp_class_f32_e32 vcc_lo, s105, v2    ; encoding: [0x69,0x04,0xfc,0x7c]173// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode174 175v_cmp_class_f32 vcc_lo, vcc_lo, v2176// W32: v_cmp_class_f32_e32 vcc_lo, vcc_lo, v2  ; encoding: [0x6a,0x04,0xfc,0x7c]177// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode178 179v_cmp_class_f32 vcc_lo, vcc_hi, v2180// W32: v_cmp_class_f32_e32 vcc_lo, vcc_hi, v2  ; encoding: [0x6b,0x04,0xfc,0x7c]181// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode182 183v_cmp_class_f32 vcc_lo, ttmp15, v2184// W32: v_cmp_class_f32_e32 vcc_lo, ttmp15, v2  ; encoding: [0x7b,0x04,0xfc,0x7c]185// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode186 187v_cmp_class_f32 vcc_lo, m0, v2188// W32: v_cmp_class_f32_e32 vcc_lo, m0, v2      ; encoding: [0x7d,0x04,0xfc,0x7c]189// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode190 191v_cmp_class_f32 vcc_lo, exec_lo, v2192// W32: v_cmp_class_f32_e32 vcc_lo, exec_lo, v2 ; encoding: [0x7e,0x04,0xfc,0x7c]193// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode194 195v_cmp_class_f32 vcc_lo, exec_hi, v2196// W32: v_cmp_class_f32_e32 vcc_lo, exec_hi, v2 ; encoding: [0x7f,0x04,0xfc,0x7c]197// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode198 199v_cmp_class_f32 vcc_lo, null, v2200// W32: v_cmp_class_f32_e32 vcc_lo, null, v2    ; encoding: [0x7c,0x04,0xfc,0x7c]201// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode202 203v_cmp_class_f32 vcc_lo, -1, v2204// W32: v_cmp_class_f32_e32 vcc_lo, -1, v2      ; encoding: [0xc1,0x04,0xfc,0x7c]205// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode206 207v_cmp_class_f32 vcc_lo, 0.5, v2208// W32: v_cmp_class_f32_e32 vcc_lo, 0.5, v2     ; encoding: [0xf0,0x04,0xfc,0x7c]209// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode210 211v_cmp_class_f32 vcc_lo, src_scc, v2212// W32: v_cmp_class_f32_e32 vcc_lo, src_scc, v2 ; encoding: [0xfd,0x04,0xfc,0x7c]213// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode214 215v_cmp_class_f32 vcc_lo, 0xaf123456, v255216// W32: v_cmp_class_f32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0xfd,0x7c,0x56,0x34,0x12,0xaf]217// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode218 219v_cmp_class_f32 vcc, v1, v2220// W64: v_cmp_class_f32_e32 vcc, v1, v2         ; encoding: [0x01,0x05,0xfc,0x7c]221// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode222 223v_cmp_class_f32 vcc, v255, v2224// W64: v_cmp_class_f32_e32 vcc, v255, v2       ; encoding: [0xff,0x05,0xfc,0x7c]225// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode226 227v_cmp_class_f32 vcc, s1, v2228// W64: v_cmp_class_f32_e32 vcc, s1, v2         ; encoding: [0x01,0x04,0xfc,0x7c]229// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode230 231v_cmp_class_f32 vcc, s105, v2232// W64: v_cmp_class_f32_e32 vcc, s105, v2       ; encoding: [0x69,0x04,0xfc,0x7c]233// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode234 235v_cmp_class_f32 vcc, vcc_lo, v2236// W64: v_cmp_class_f32_e32 vcc, vcc_lo, v2     ; encoding: [0x6a,0x04,0xfc,0x7c]237// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode238 239v_cmp_class_f32 vcc, vcc_hi, v2240// W64: v_cmp_class_f32_e32 vcc, vcc_hi, v2     ; encoding: [0x6b,0x04,0xfc,0x7c]241// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode242 243v_cmp_class_f32 vcc, ttmp15, v2244// W64: v_cmp_class_f32_e32 vcc, ttmp15, v2     ; encoding: [0x7b,0x04,0xfc,0x7c]245// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode246 247v_cmp_class_f32 vcc, m0, v2248// W64: v_cmp_class_f32_e32 vcc, m0, v2         ; encoding: [0x7d,0x04,0xfc,0x7c]249// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode250 251v_cmp_class_f32 vcc, exec_lo, v2252// W64: v_cmp_class_f32_e32 vcc, exec_lo, v2    ; encoding: [0x7e,0x04,0xfc,0x7c]253// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode254 255v_cmp_class_f32 vcc, exec_hi, v2256// W64: v_cmp_class_f32_e32 vcc, exec_hi, v2    ; encoding: [0x7f,0x04,0xfc,0x7c]257// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode258 259v_cmp_class_f32 vcc, null, v2260// W64: v_cmp_class_f32_e32 vcc, null, v2       ; encoding: [0x7c,0x04,0xfc,0x7c]261// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode262 263v_cmp_class_f32 vcc, -1, v2264// W64: v_cmp_class_f32_e32 vcc, -1, v2         ; encoding: [0xc1,0x04,0xfc,0x7c]265// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode266 267v_cmp_class_f32 vcc, 0.5, v2268// W64: v_cmp_class_f32_e32 vcc, 0.5, v2        ; encoding: [0xf0,0x04,0xfc,0x7c]269// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode270 271v_cmp_class_f32 vcc, src_scc, v2272// W64: v_cmp_class_f32_e32 vcc, src_scc, v2    ; encoding: [0xfd,0x04,0xfc,0x7c]273// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode274 275v_cmp_class_f32 vcc, 0xaf123456, v255276// W64: v_cmp_class_f32_e32 vcc, 0xaf123456, v255 ; encoding: [0xff,0xfe,0xfd,0x7c,0x56,0x34,0x12,0xaf]277// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode278 279v_cmp_class_f64 vcc_lo, v[1:2], v2280// W32: v_cmp_class_f64_e32 vcc_lo, v[1:2], v2  ; encoding: [0x01,0x05,0xfe,0x7c]281// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode282 283v_cmp_class_f64 vcc_lo, v[254:255], v2284// W32: v_cmp_class_f64_e32 vcc_lo, v[254:255], v2 ; encoding: [0xfe,0x05,0xfe,0x7c]285// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode286 287v_cmp_class_f64 vcc_lo, s[2:3], v2288// W32: v_cmp_class_f64_e32 vcc_lo, s[2:3], v2  ; encoding: [0x02,0x04,0xfe,0x7c]289// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode290 291v_cmp_class_f64 vcc_lo, s[104:105], v2292// W32: v_cmp_class_f64_e32 vcc_lo, s[104:105], v2 ; encoding: [0x68,0x04,0xfe,0x7c]293// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode294 295v_cmp_class_f64 vcc_lo, vcc, v2296// W32: v_cmp_class_f64_e32 vcc_lo, vcc, v2     ; encoding: [0x6a,0x04,0xfe,0x7c]297// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode298 299v_cmp_class_f64 vcc_lo, ttmp[14:15], v2300// W32: v_cmp_class_f64_e32 vcc_lo, ttmp[14:15], v2 ; encoding: [0x7a,0x04,0xfe,0x7c]301// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode302 303v_cmp_class_f64 vcc_lo, exec, v2304// W32: v_cmp_class_f64_e32 vcc_lo, exec, v2    ; encoding: [0x7e,0x04,0xfe,0x7c]305// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode306 307v_cmp_class_f64 vcc_lo, null, v2308// W32: v_cmp_class_f64_e32 vcc_lo, null, v2    ; encoding: [0x7c,0x04,0xfe,0x7c]309// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode310 311v_cmp_class_f64 vcc_lo, -1, v2312// W32: v_cmp_class_f64_e32 vcc_lo, -1, v2      ; encoding: [0xc1,0x04,0xfe,0x7c]313// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode314 315v_cmp_class_f64 vcc_lo, 0.5, v2316// W32: v_cmp_class_f64_e32 vcc_lo, 0.5, v2     ; encoding: [0xf0,0x04,0xfe,0x7c]317// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode318 319v_cmp_class_f64 vcc_lo, src_scc, v2320// W32: v_cmp_class_f64_e32 vcc_lo, src_scc, v2 ; encoding: [0xfd,0x04,0xfe,0x7c]321// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode322 323v_cmp_class_f64 vcc_lo, 0xaf123456, v255324// W32: v_cmp_class_f64_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0xff,0x7c,0x56,0x34,0x12,0xaf]325// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode326 327v_cmp_class_f64 vcc, v[1:2], v2328// W64: v_cmp_class_f64_e32 vcc, v[1:2], v2     ; encoding: [0x01,0x05,0xfe,0x7c]329// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode330 331v_cmp_class_f64 vcc, v[254:255], v2332// W64: v_cmp_class_f64_e32 vcc, v[254:255], v2 ; encoding: [0xfe,0x05,0xfe,0x7c]333// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode334 335v_cmp_class_f64 vcc, s[2:3], v2336// W64: v_cmp_class_f64_e32 vcc, s[2:3], v2     ; encoding: [0x02,0x04,0xfe,0x7c]337// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode338 339v_cmp_class_f64 vcc, s[104:105], v2340// W64: v_cmp_class_f64_e32 vcc, s[104:105], v2 ; encoding: [0x68,0x04,0xfe,0x7c]341// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode342 343v_cmp_class_f64 vcc, vcc, v2344// W64: v_cmp_class_f64_e32 vcc, vcc, v2        ; encoding: [0x6a,0x04,0xfe,0x7c]345// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode346 347v_cmp_class_f64 vcc, ttmp[14:15], v2348// W64: v_cmp_class_f64_e32 vcc, ttmp[14:15], v2 ; encoding: [0x7a,0x04,0xfe,0x7c]349// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode350 351v_cmp_class_f64 vcc, exec, v2352// W64: v_cmp_class_f64_e32 vcc, exec, v2       ; encoding: [0x7e,0x04,0xfe,0x7c]353// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode354 355v_cmp_class_f64 vcc, null, v2356// W64: v_cmp_class_f64_e32 vcc, null, v2       ; encoding: [0x7c,0x04,0xfe,0x7c]357// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode358 359v_cmp_class_f64 vcc, -1, v2360// W64: v_cmp_class_f64_e32 vcc, -1, v2         ; encoding: [0xc1,0x04,0xfe,0x7c]361// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode362 363v_cmp_class_f64 vcc, 0.5, v2364// W64: v_cmp_class_f64_e32 vcc, 0.5, v2        ; encoding: [0xf0,0x04,0xfe,0x7c]365// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode366 367v_cmp_class_f64 vcc, src_scc, v2368// W64: v_cmp_class_f64_e32 vcc, src_scc, v2    ; encoding: [0xfd,0x04,0xfe,0x7c]369// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode370 371v_cmp_class_f64 vcc, 0xaf123456, v255372// W64: v_cmp_class_f64_e32 vcc, 0xaf123456, v255 ; encoding: [0xff,0xfe,0xff,0x7c,0x56,0x34,0x12,0xaf]373// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode374 375v_cmp_eq_f16 vcc_lo, v1.l, v2.l376// W32: v_cmp_eq_f16_e32 vcc_lo, v1.l, v2.l     ; encoding: [0x01,0x05,0x04,0x7c]377// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode378 379v_cmp_eq_f16 vcc_lo, v127.l, v2.l380// W32: v_cmp_eq_f16_e32 vcc_lo, v127.l, v2.l   ; encoding: [0x7f,0x05,0x04,0x7c]381// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode382 383v_cmp_eq_f16 vcc_lo, s1, v2.l384// W32: v_cmp_eq_f16_e32 vcc_lo, s1, v2.l       ; encoding: [0x01,0x04,0x04,0x7c]385// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode386 387v_cmp_eq_f16 vcc_lo, s105, v2.l388// W32: v_cmp_eq_f16_e32 vcc_lo, s105, v2.l     ; encoding: [0x69,0x04,0x04,0x7c]389// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode390 391v_cmp_eq_f16 vcc_lo, vcc_lo, v2.l392// W32: v_cmp_eq_f16_e32 vcc_lo, vcc_lo, v2.l   ; encoding: [0x6a,0x04,0x04,0x7c]393// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode394 395v_cmp_eq_f16 vcc_lo, vcc_hi, v2.l396// W32: v_cmp_eq_f16_e32 vcc_lo, vcc_hi, v2.l   ; encoding: [0x6b,0x04,0x04,0x7c]397// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode398 399v_cmp_eq_f16 vcc_lo, ttmp15, v2.l400// W32: v_cmp_eq_f16_e32 vcc_lo, ttmp15, v2.l   ; encoding: [0x7b,0x04,0x04,0x7c]401// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode402 403v_cmp_eq_f16 vcc_lo, m0, v2.l404// W32: v_cmp_eq_f16_e32 vcc_lo, m0, v2.l       ; encoding: [0x7d,0x04,0x04,0x7c]405// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode406 407v_cmp_eq_f16 vcc_lo, exec_lo, v2.l408// W32: v_cmp_eq_f16_e32 vcc_lo, exec_lo, v2.l  ; encoding: [0x7e,0x04,0x04,0x7c]409// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode410 411v_cmp_eq_f16 vcc_lo, exec_hi, v2.l412// W32: v_cmp_eq_f16_e32 vcc_lo, exec_hi, v2.l  ; encoding: [0x7f,0x04,0x04,0x7c]413// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode414 415v_cmp_eq_f16 vcc_lo, null, v2.l416// W32: v_cmp_eq_f16_e32 vcc_lo, null, v2.l     ; encoding: [0x7c,0x04,0x04,0x7c]417// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode418 419v_cmp_eq_f16 vcc_lo, -1, v2.l420// W32: v_cmp_eq_f16_e32 vcc_lo, -1, v2.l       ; encoding: [0xc1,0x04,0x04,0x7c]421// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode422 423v_cmp_eq_f16 vcc_lo, 0.5, v2.l424// W32: v_cmp_eq_f16_e32 vcc_lo, 0.5, v2.l      ; encoding: [0xf0,0x04,0x04,0x7c]425// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode426 427v_cmp_eq_f16 vcc_lo, src_scc, v2.l428// W32: v_cmp_eq_f16_e32 vcc_lo, src_scc, v2.l  ; encoding: [0xfd,0x04,0x04,0x7c]429// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode430 431v_cmp_eq_f16 vcc_lo, 0xfe0b, v127.l432// W32: v_cmp_eq_f16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x04,0x7c,0x0b,0xfe,0x00,0x00]433// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode434 435v_cmp_eq_f16 vcc, v1.l, v2.l436// W64: v_cmp_eq_f16_e32 vcc, v1.l, v2.l        ; encoding: [0x01,0x05,0x04,0x7c]437// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode438 439v_cmp_eq_f16 vcc, v127.l, v2.l440// W64: v_cmp_eq_f16_e32 vcc, v127.l, v2.l      ; encoding: [0x7f,0x05,0x04,0x7c]441// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode442 443v_cmp_eq_f16 vcc, s1, v2.l444// W64: v_cmp_eq_f16_e32 vcc, s1, v2.l          ; encoding: [0x01,0x04,0x04,0x7c]445// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode446 447v_cmp_eq_f16 vcc, s105, v2.l448// W64: v_cmp_eq_f16_e32 vcc, s105, v2.l        ; encoding: [0x69,0x04,0x04,0x7c]449// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode450 451v_cmp_eq_f16 vcc, vcc_lo, v2.l452// W64: v_cmp_eq_f16_e32 vcc, vcc_lo, v2.l      ; encoding: [0x6a,0x04,0x04,0x7c]453// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode454 455v_cmp_eq_f16 vcc, vcc_hi, v2.l456// W64: v_cmp_eq_f16_e32 vcc, vcc_hi, v2.l      ; encoding: [0x6b,0x04,0x04,0x7c]457// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode458 459v_cmp_eq_f16 vcc, ttmp15, v2.l460// W64: v_cmp_eq_f16_e32 vcc, ttmp15, v2.l      ; encoding: [0x7b,0x04,0x04,0x7c]461// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode462 463v_cmp_eq_f16 vcc, m0, v2.l464// W64: v_cmp_eq_f16_e32 vcc, m0, v2.l          ; encoding: [0x7d,0x04,0x04,0x7c]465// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode466 467v_cmp_eq_f16 vcc, exec_lo, v2.l468// W64: v_cmp_eq_f16_e32 vcc, exec_lo, v2.l     ; encoding: [0x7e,0x04,0x04,0x7c]469// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode470 471v_cmp_eq_f16 vcc, exec_hi, v2.l472// W64: v_cmp_eq_f16_e32 vcc, exec_hi, v2.l     ; encoding: [0x7f,0x04,0x04,0x7c]473// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode474 475v_cmp_eq_f16 vcc, null, v2.l476// W64: v_cmp_eq_f16_e32 vcc, null, v2.l        ; encoding: [0x7c,0x04,0x04,0x7c]477// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode478 479v_cmp_eq_f16 vcc, -1, v2.l480// W64: v_cmp_eq_f16_e32 vcc, -1, v2.l          ; encoding: [0xc1,0x04,0x04,0x7c]481// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode482 483v_cmp_eq_f16 vcc, 0.5, v2.l484// W64: v_cmp_eq_f16_e32 vcc, 0.5, v2.l         ; encoding: [0xf0,0x04,0x04,0x7c]485// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode486 487v_cmp_eq_f16 vcc, src_scc, v2.l488// W64: v_cmp_eq_f16_e32 vcc, src_scc, v2.l     ; encoding: [0xfd,0x04,0x04,0x7c]489// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode490 491v_cmp_eq_f16 vcc, 0xfe0b, v127.l492// W64: v_cmp_eq_f16_e32 vcc, 0xfe0b, v127.l    ; encoding: [0xff,0xfe,0x04,0x7c,0x0b,0xfe,0x00,0x00]493// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode494 495v_cmp_eq_f16 vcc_lo, v1.h, v2.l496// W32: v_cmp_eq_f16_e32 vcc_lo, v1.h, v2.l     ; encoding: [0x81,0x05,0x04,0x7c]497// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode498 499v_cmp_eq_f16 vcc, v1.h, v2.l500// W64: v_cmp_eq_f16_e32 vcc, v1.h, v2.l        ; encoding: [0x81,0x05,0x04,0x7c]501// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode502 503v_cmp_eq_f16 vcc_lo, v127.h, v2.l504// W32: v_cmp_eq_f16_e32 vcc_lo, v127.h, v2.l   ; encoding: [0xff,0x05,0x04,0x7c]505// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode506 507v_cmp_eq_f16 vcc, v127.h, v2.l508// W64: v_cmp_eq_f16_e32 vcc, v127.h, v2.l      ; encoding: [0xff,0x05,0x04,0x7c]509// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode510 511v_cmp_eq_f16 vcc_lo, src_scc, v2.h512// W32: v_cmp_eq_f16_e32 vcc_lo, src_scc, v2.h  ; encoding: [0xfd,0x04,0x05,0x7c]513// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode514 515v_cmp_eq_f16 vcc, src_scc, v2.h516// W64: v_cmp_eq_f16_e32 vcc, src_scc, v2.h     ; encoding: [0xfd,0x04,0x05,0x7c]517// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode518 519v_cmp_eq_f16 vcc_lo, 0xfe0b, v127.h520// W32: v_cmp_eq_f16_e32 vcc_lo, 0xfe0b, v127.h ; encoding: [0xff,0xfe,0x05,0x7c,0x0b,0xfe,0x00,0x00]521// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode522 523v_cmp_eq_f16 vcc, 0xfe0b, v127.h524// W64: v_cmp_eq_f16_e32 vcc, 0xfe0b, v127.h    ; encoding: [0xff,0xfe,0x05,0x7c,0x0b,0xfe,0x00,0x00]525// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode526 527v_cmp_eq_f32 vcc_lo, v1, v2528// W32: v_cmp_eq_f32_e32 vcc_lo, v1, v2         ; encoding: [0x01,0x05,0x24,0x7c]529// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode530 531v_cmp_eq_f32 vcc_lo, v255, v2532// W32: v_cmp_eq_f32_e32 vcc_lo, v255, v2       ; encoding: [0xff,0x05,0x24,0x7c]533// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode534 535v_cmp_eq_f32 vcc_lo, s1, v2536// W32: v_cmp_eq_f32_e32 vcc_lo, s1, v2         ; encoding: [0x01,0x04,0x24,0x7c]537// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode538 539v_cmp_eq_f32 vcc_lo, s105, v2540// W32: v_cmp_eq_f32_e32 vcc_lo, s105, v2       ; encoding: [0x69,0x04,0x24,0x7c]541// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode542 543v_cmp_eq_f32 vcc_lo, vcc_lo, v2544// W32: v_cmp_eq_f32_e32 vcc_lo, vcc_lo, v2     ; encoding: [0x6a,0x04,0x24,0x7c]545// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode546 547v_cmp_eq_f32 vcc_lo, vcc_hi, v2548// W32: v_cmp_eq_f32_e32 vcc_lo, vcc_hi, v2     ; encoding: [0x6b,0x04,0x24,0x7c]549// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode550 551v_cmp_eq_f32 vcc_lo, ttmp15, v2552// W32: v_cmp_eq_f32_e32 vcc_lo, ttmp15, v2     ; encoding: [0x7b,0x04,0x24,0x7c]553// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode554 555v_cmp_eq_f32 vcc_lo, m0, v2556// W32: v_cmp_eq_f32_e32 vcc_lo, m0, v2         ; encoding: [0x7d,0x04,0x24,0x7c]557// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode558 559v_cmp_eq_f32 vcc_lo, exec_lo, v2560// W32: v_cmp_eq_f32_e32 vcc_lo, exec_lo, v2    ; encoding: [0x7e,0x04,0x24,0x7c]561// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode562 563v_cmp_eq_f32 vcc_lo, exec_hi, v2564// W32: v_cmp_eq_f32_e32 vcc_lo, exec_hi, v2    ; encoding: [0x7f,0x04,0x24,0x7c]565// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode566 567v_cmp_eq_f32 vcc_lo, null, v2568// W32: v_cmp_eq_f32_e32 vcc_lo, null, v2       ; encoding: [0x7c,0x04,0x24,0x7c]569// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode570 571v_cmp_eq_f32 vcc_lo, -1, v2572// W32: v_cmp_eq_f32_e32 vcc_lo, -1, v2         ; encoding: [0xc1,0x04,0x24,0x7c]573// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode574 575v_cmp_eq_f32 vcc_lo, 0.5, v2576// W32: v_cmp_eq_f32_e32 vcc_lo, 0.5, v2        ; encoding: [0xf0,0x04,0x24,0x7c]577// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode578 579v_cmp_eq_f32 vcc_lo, src_scc, v2580// W32: v_cmp_eq_f32_e32 vcc_lo, src_scc, v2    ; encoding: [0xfd,0x04,0x24,0x7c]581// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode582 583v_cmp_eq_f32 vcc_lo, 0xaf123456, v255584// W32: v_cmp_eq_f32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x25,0x7c,0x56,0x34,0x12,0xaf]585// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode586 587v_cmp_eq_f32 vcc, v1, v2588// W64: v_cmp_eq_f32_e32 vcc, v1, v2            ; encoding: [0x01,0x05,0x24,0x7c]589// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode590 591v_cmp_eq_f32 vcc, v255, v2592// W64: v_cmp_eq_f32_e32 vcc, v255, v2          ; encoding: [0xff,0x05,0x24,0x7c]593// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode594 595v_cmp_eq_f32 vcc, s1, v2596// W64: v_cmp_eq_f32_e32 vcc, s1, v2            ; encoding: [0x01,0x04,0x24,0x7c]597// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode598 599v_cmp_eq_f32 vcc, s105, v2600// W64: v_cmp_eq_f32_e32 vcc, s105, v2          ; encoding: [0x69,0x04,0x24,0x7c]601// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode602 603v_cmp_eq_f32 vcc, vcc_lo, v2604// W64: v_cmp_eq_f32_e32 vcc, vcc_lo, v2        ; encoding: [0x6a,0x04,0x24,0x7c]605// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode606 607v_cmp_eq_f32 vcc, vcc_hi, v2608// W64: v_cmp_eq_f32_e32 vcc, vcc_hi, v2        ; encoding: [0x6b,0x04,0x24,0x7c]609// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode610 611v_cmp_eq_f32 vcc, ttmp15, v2612// W64: v_cmp_eq_f32_e32 vcc, ttmp15, v2        ; encoding: [0x7b,0x04,0x24,0x7c]613// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode614 615v_cmp_eq_f32 vcc, m0, v2616// W64: v_cmp_eq_f32_e32 vcc, m0, v2            ; encoding: [0x7d,0x04,0x24,0x7c]617// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode618 619v_cmp_eq_f32 vcc, exec_lo, v2620// W64: v_cmp_eq_f32_e32 vcc, exec_lo, v2       ; encoding: [0x7e,0x04,0x24,0x7c]621// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode622 623v_cmp_eq_f32 vcc, exec_hi, v2624// W64: v_cmp_eq_f32_e32 vcc, exec_hi, v2       ; encoding: [0x7f,0x04,0x24,0x7c]625// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode626 627v_cmp_eq_f32 vcc, null, v2628// W64: v_cmp_eq_f32_e32 vcc, null, v2          ; encoding: [0x7c,0x04,0x24,0x7c]629// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode630 631v_cmp_eq_f32 vcc, -1, v2632// W64: v_cmp_eq_f32_e32 vcc, -1, v2            ; encoding: [0xc1,0x04,0x24,0x7c]633// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode634 635v_cmp_eq_f32 vcc, 0.5, v2636// W64: v_cmp_eq_f32_e32 vcc, 0.5, v2           ; encoding: [0xf0,0x04,0x24,0x7c]637// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode638 639v_cmp_eq_f32 vcc, src_scc, v2640// W64: v_cmp_eq_f32_e32 vcc, src_scc, v2       ; encoding: [0xfd,0x04,0x24,0x7c]641// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode642 643v_cmp_eq_f32 vcc, 0xaf123456, v255644// W64: v_cmp_eq_f32_e32 vcc, 0xaf123456, v255  ; encoding: [0xff,0xfe,0x25,0x7c,0x56,0x34,0x12,0xaf]645// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode646 647v_cmp_eq_f64 vcc_lo, v[1:2], v[2:3]648// W32: v_cmp_eq_f64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0x44,0x7c]649// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode650 651v_cmp_eq_f64 vcc_lo, v[254:255], v[2:3]652// W32: v_cmp_eq_f64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x44,0x7c]653// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode654 655v_cmp_eq_f64 vcc_lo, s[2:3], v[2:3]656// W32: v_cmp_eq_f64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0x44,0x7c]657// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode658 659v_cmp_eq_f64 vcc_lo, s[104:105], v[2:3]660// W32: v_cmp_eq_f64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x44,0x7c]661// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode662 663v_cmp_eq_f64 vcc_lo, vcc, v[2:3]664// W32: v_cmp_eq_f64_e32 vcc_lo, vcc, v[2:3]    ; encoding: [0x6a,0x04,0x44,0x7c]665// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode666 667v_cmp_eq_f64 vcc_lo, ttmp[14:15], v[2:3]668// W32: v_cmp_eq_f64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x44,0x7c]669// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode670 671v_cmp_eq_f64 vcc_lo, exec, v[2:3]672// W32: v_cmp_eq_f64_e32 vcc_lo, exec, v[2:3]   ; encoding: [0x7e,0x04,0x44,0x7c]673// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode674 675v_cmp_eq_f64 vcc_lo, null, v[2:3]676// W32: v_cmp_eq_f64_e32 vcc_lo, null, v[2:3]   ; encoding: [0x7c,0x04,0x44,0x7c]677// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode678 679v_cmp_eq_f64 vcc_lo, -1, v[2:3]680// W32: v_cmp_eq_f64_e32 vcc_lo, -1, v[2:3]     ; encoding: [0xc1,0x04,0x44,0x7c]681// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode682 683v_cmp_eq_f64 vcc_lo, 0.5, v[2:3]684// W32: v_cmp_eq_f64_e32 vcc_lo, 0.5, v[2:3]    ; encoding: [0xf0,0x04,0x44,0x7c]685// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode686 687v_cmp_eq_f64 vcc_lo, src_scc, v[2:3]688// W32: v_cmp_eq_f64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0x44,0x7c]689// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode690 691v_cmp_eq_f64 vcc_lo, 0xaf123456, v[254:255]692// W32: v_cmp_eq_f64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x45,0x7c,0x56,0x34,0x12,0xaf]693// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode694 695v_cmp_eq_f64 vcc, v[1:2], v[2:3]696// W64: v_cmp_eq_f64_e32 vcc, v[1:2], v[2:3]    ; encoding: [0x01,0x05,0x44,0x7c]697// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode698 699v_cmp_eq_f64 vcc, v[254:255], v[2:3]700// W64: v_cmp_eq_f64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x44,0x7c]701// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode702 703v_cmp_eq_f64 vcc, s[2:3], v[2:3]704// W64: v_cmp_eq_f64_e32 vcc, s[2:3], v[2:3]    ; encoding: [0x02,0x04,0x44,0x7c]705// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode706 707v_cmp_eq_f64 vcc, s[104:105], v[2:3]708// W64: v_cmp_eq_f64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x44,0x7c]709// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode710 711v_cmp_eq_f64 vcc, vcc, v[2:3]712// W64: v_cmp_eq_f64_e32 vcc, vcc, v[2:3]       ; encoding: [0x6a,0x04,0x44,0x7c]713// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode714 715v_cmp_eq_f64 vcc, ttmp[14:15], v[2:3]716// W64: v_cmp_eq_f64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x44,0x7c]717// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode718 719v_cmp_eq_f64 vcc, exec, v[2:3]720// W64: v_cmp_eq_f64_e32 vcc, exec, v[2:3]      ; encoding: [0x7e,0x04,0x44,0x7c]721// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode722 723v_cmp_eq_f64 vcc, null, v[2:3]724// W64: v_cmp_eq_f64_e32 vcc, null, v[2:3]      ; encoding: [0x7c,0x04,0x44,0x7c]725// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode726 727v_cmp_eq_f64 vcc, -1, v[2:3]728// W64: v_cmp_eq_f64_e32 vcc, -1, v[2:3]        ; encoding: [0xc1,0x04,0x44,0x7c]729// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode730 731v_cmp_eq_f64 vcc, 0.5, v[2:3]732// W64: v_cmp_eq_f64_e32 vcc, 0.5, v[2:3]       ; encoding: [0xf0,0x04,0x44,0x7c]733// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode734 735v_cmp_eq_f64 vcc, src_scc, v[2:3]736// W64: v_cmp_eq_f64_e32 vcc, src_scc, v[2:3]   ; encoding: [0xfd,0x04,0x44,0x7c]737// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode738 739v_cmp_eq_f64 vcc, 0xaf123456, v[254:255]740// W64: v_cmp_eq_f64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x45,0x7c,0x56,0x34,0x12,0xaf]741// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode742 743v_cmp_eq_i16 vcc_lo, v1.l, v2.l744// W32: v_cmp_eq_i16_e32 vcc_lo, v1.l, v2.l     ; encoding: [0x01,0x05,0x64,0x7c]745// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode746 747v_cmp_eq_i16 vcc_lo, v127.l, v2.l748// W32: v_cmp_eq_i16_e32 vcc_lo, v127.l, v2.l   ; encoding: [0x7f,0x05,0x64,0x7c]749// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode750 751v_cmp_eq_i16 vcc_lo, s1, v2.l752// W32: v_cmp_eq_i16_e32 vcc_lo, s1, v2.l       ; encoding: [0x01,0x04,0x64,0x7c]753// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode754 755v_cmp_eq_i16 vcc_lo, s105, v2.l756// W32: v_cmp_eq_i16_e32 vcc_lo, s105, v2.l     ; encoding: [0x69,0x04,0x64,0x7c]757// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode758 759v_cmp_eq_i16 vcc_lo, vcc_lo, v2.l760// W32: v_cmp_eq_i16_e32 vcc_lo, vcc_lo, v2.l   ; encoding: [0x6a,0x04,0x64,0x7c]761// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode762 763v_cmp_eq_i16 vcc_lo, vcc_hi, v2.l764// W32: v_cmp_eq_i16_e32 vcc_lo, vcc_hi, v2.l   ; encoding: [0x6b,0x04,0x64,0x7c]765// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode766 767v_cmp_eq_i16 vcc_lo, ttmp15, v2.l768// W32: v_cmp_eq_i16_e32 vcc_lo, ttmp15, v2.l   ; encoding: [0x7b,0x04,0x64,0x7c]769// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode770 771v_cmp_eq_i16 vcc_lo, m0, v2.l772// W32: v_cmp_eq_i16_e32 vcc_lo, m0, v2.l       ; encoding: [0x7d,0x04,0x64,0x7c]773// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode774 775v_cmp_eq_i16 vcc_lo, exec_lo, v2.l776// W32: v_cmp_eq_i16_e32 vcc_lo, exec_lo, v2.l  ; encoding: [0x7e,0x04,0x64,0x7c]777// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode778 779v_cmp_eq_i16 vcc_lo, exec_hi, v2.l780// W32: v_cmp_eq_i16_e32 vcc_lo, exec_hi, v2.l  ; encoding: [0x7f,0x04,0x64,0x7c]781// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode782 783v_cmp_eq_i16 vcc_lo, null, v2.l784// W32: v_cmp_eq_i16_e32 vcc_lo, null, v2.l     ; encoding: [0x7c,0x04,0x64,0x7c]785// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode786 787v_cmp_eq_i16 vcc_lo, -1, v2.l788// W32: v_cmp_eq_i16_e32 vcc_lo, -1, v2.l       ; encoding: [0xc1,0x04,0x64,0x7c]789// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode790 791v_cmp_eq_i16 vcc_lo, 0.5, v2.l792// W32: v_cmp_eq_i16_e32 vcc_lo, 0.5, v2.l      ; encoding: [0xf0,0x04,0x64,0x7c]793// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode794 795v_cmp_eq_i16 vcc_lo, src_scc, v2.l796// W32: v_cmp_eq_i16_e32 vcc_lo, src_scc, v2.l  ; encoding: [0xfd,0x04,0x64,0x7c]797// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode798 799v_cmp_eq_i16 vcc_lo, 0xfe0b, v127.l800// W32: v_cmp_eq_i16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x64,0x7c,0x0b,0xfe,0x00,0x00]801// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode802 803v_cmp_eq_i16 vcc, v1.l, v2.l804// W64: v_cmp_eq_i16_e32 vcc, v1.l, v2.l        ; encoding: [0x01,0x05,0x64,0x7c]805// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode806 807v_cmp_eq_i16 vcc, v127.l, v2.l808// W64: v_cmp_eq_i16_e32 vcc, v127.l, v2.l      ; encoding: [0x7f,0x05,0x64,0x7c]809// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode810 811v_cmp_eq_i16 vcc, s1, v2.l812// W64: v_cmp_eq_i16_e32 vcc, s1, v2.l          ; encoding: [0x01,0x04,0x64,0x7c]813// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode814 815v_cmp_eq_i16 vcc, s105, v2.l816// W64: v_cmp_eq_i16_e32 vcc, s105, v2.l        ; encoding: [0x69,0x04,0x64,0x7c]817// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode818 819v_cmp_eq_i16 vcc, vcc_lo, v2.l820// W64: v_cmp_eq_i16_e32 vcc, vcc_lo, v2.l      ; encoding: [0x6a,0x04,0x64,0x7c]821// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode822 823v_cmp_eq_i16 vcc, vcc_hi, v2.l824// W64: v_cmp_eq_i16_e32 vcc, vcc_hi, v2.l      ; encoding: [0x6b,0x04,0x64,0x7c]825// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode826 827v_cmp_eq_i16 vcc, ttmp15, v2.l828// W64: v_cmp_eq_i16_e32 vcc, ttmp15, v2.l      ; encoding: [0x7b,0x04,0x64,0x7c]829// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode830 831v_cmp_eq_i16 vcc, m0, v2.l832// W64: v_cmp_eq_i16_e32 vcc, m0, v2.l          ; encoding: [0x7d,0x04,0x64,0x7c]833// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode834 835v_cmp_eq_i16 vcc, exec_lo, v2.l836// W64: v_cmp_eq_i16_e32 vcc, exec_lo, v2.l     ; encoding: [0x7e,0x04,0x64,0x7c]837// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode838 839v_cmp_eq_i16 vcc, exec_hi, v2.l840// W64: v_cmp_eq_i16_e32 vcc, exec_hi, v2.l     ; encoding: [0x7f,0x04,0x64,0x7c]841// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode842 843v_cmp_eq_i16 vcc, null, v2.l844// W64: v_cmp_eq_i16_e32 vcc, null, v2.l        ; encoding: [0x7c,0x04,0x64,0x7c]845// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode846 847v_cmp_eq_i16 vcc, -1, v2.l848// W64: v_cmp_eq_i16_e32 vcc, -1, v2.l          ; encoding: [0xc1,0x04,0x64,0x7c]849// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode850 851v_cmp_eq_i16 vcc, 0.5, v2.l852// W64: v_cmp_eq_i16_e32 vcc, 0.5, v2.l         ; encoding: [0xf0,0x04,0x64,0x7c]853// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode854 855v_cmp_eq_i16 vcc, src_scc, v2.l856// W64: v_cmp_eq_i16_e32 vcc, src_scc, v2.l     ; encoding: [0xfd,0x04,0x64,0x7c]857// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode858 859v_cmp_eq_i16 vcc, 0xfe0b, v127.l860// W64: v_cmp_eq_i16_e32 vcc, 0xfe0b, v127.l    ; encoding: [0xff,0xfe,0x64,0x7c,0x0b,0xfe,0x00,0x00]861// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode862 863v_cmp_eq_i16 vcc_lo, v1.h, v2.l864// W32: v_cmp_eq_i16_e32 vcc_lo, v1.h, v2.l     ; encoding: [0x81,0x05,0x64,0x7c]865// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode866 867v_cmp_eq_i16 vcc, v1.h, v2.l868// W64: v_cmp_eq_i16_e32 vcc, v1.h, v2.l        ; encoding: [0x81,0x05,0x64,0x7c]869// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode870 871v_cmp_eq_i16 vcc_lo, v127.h, v2.l872// W32: v_cmp_eq_i16_e32 vcc_lo, v127.h, v2.l   ; encoding: [0xff,0x05,0x64,0x7c]873// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode874 875v_cmp_eq_i16 vcc, v127.h, v2.l876// W64: v_cmp_eq_i16_e32 vcc, v127.h, v2.l      ; encoding: [0xff,0x05,0x64,0x7c]877// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode878 879v_cmp_eq_i16 vcc_lo, 0x3800, v2.l880// W32: v_cmp_eq_i16_e32 vcc_lo, 0x3800, v2.l   ; encoding: [0xff,0x04,0x64,0x7c,0x00,0x38,0x00,0x00]881// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode882 883v_cmp_eq_i16 vcc, 0x3800, v2.l884// W64: v_cmp_eq_i16_e32 vcc, 0x3800, v2.l      ; encoding: [0xff,0x04,0x64,0x7c,0x00,0x38,0x00,0x00]885// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode886 887v_cmp_eq_i16 vcc_lo, src_scc, v2.h888// W32: v_cmp_eq_i16_e32 vcc_lo, src_scc, v2.h  ; encoding: [0xfd,0x04,0x65,0x7c]889// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode890 891v_cmp_eq_i16 vcc, src_scc, v2.h892// W64: v_cmp_eq_i16_e32 vcc, src_scc, v2.h     ; encoding: [0xfd,0x04,0x65,0x7c]893// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode894 895v_cmp_eq_i16 vcc_lo, 0xfe0b, v127.h896// W32: v_cmp_eq_i16_e32 vcc_lo, 0xfe0b, v127.h ; encoding: [0xff,0xfe,0x65,0x7c,0x0b,0xfe,0x00,0x00]897// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode898 899v_cmp_eq_i16 vcc, 0xfe0b, v127.h900// W64: v_cmp_eq_i16_e32 vcc, 0xfe0b, v127.h    ; encoding: [0xff,0xfe,0x65,0x7c,0x0b,0xfe,0x00,0x00]901// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode902 903v_cmp_eq_i32 vcc_lo, v1, v2904// W32: v_cmp_eq_i32_e32 vcc_lo, v1, v2         ; encoding: [0x01,0x05,0x84,0x7c]905// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode906 907v_cmp_eq_i32 vcc_lo, v255, v2908// W32: v_cmp_eq_i32_e32 vcc_lo, v255, v2       ; encoding: [0xff,0x05,0x84,0x7c]909// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode910 911v_cmp_eq_i32 vcc_lo, s1, v2912// W32: v_cmp_eq_i32_e32 vcc_lo, s1, v2         ; encoding: [0x01,0x04,0x84,0x7c]913// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode914 915v_cmp_eq_i32 vcc_lo, s105, v2916// W32: v_cmp_eq_i32_e32 vcc_lo, s105, v2       ; encoding: [0x69,0x04,0x84,0x7c]917// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode918 919v_cmp_eq_i32 vcc_lo, vcc_lo, v2920// W32: v_cmp_eq_i32_e32 vcc_lo, vcc_lo, v2     ; encoding: [0x6a,0x04,0x84,0x7c]921// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode922 923v_cmp_eq_i32 vcc_lo, vcc_hi, v2924// W32: v_cmp_eq_i32_e32 vcc_lo, vcc_hi, v2     ; encoding: [0x6b,0x04,0x84,0x7c]925// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode926 927v_cmp_eq_i32 vcc_lo, ttmp15, v2928// W32: v_cmp_eq_i32_e32 vcc_lo, ttmp15, v2     ; encoding: [0x7b,0x04,0x84,0x7c]929// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode930 931v_cmp_eq_i32 vcc_lo, m0, v2932// W32: v_cmp_eq_i32_e32 vcc_lo, m0, v2         ; encoding: [0x7d,0x04,0x84,0x7c]933// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode934 935v_cmp_eq_i32 vcc_lo, exec_lo, v2936// W32: v_cmp_eq_i32_e32 vcc_lo, exec_lo, v2    ; encoding: [0x7e,0x04,0x84,0x7c]937// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode938 939v_cmp_eq_i32 vcc_lo, exec_hi, v2940// W32: v_cmp_eq_i32_e32 vcc_lo, exec_hi, v2    ; encoding: [0x7f,0x04,0x84,0x7c]941// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode942 943v_cmp_eq_i32 vcc_lo, null, v2944// W32: v_cmp_eq_i32_e32 vcc_lo, null, v2       ; encoding: [0x7c,0x04,0x84,0x7c]945// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode946 947v_cmp_eq_i32 vcc_lo, -1, v2948// W32: v_cmp_eq_i32_e32 vcc_lo, -1, v2         ; encoding: [0xc1,0x04,0x84,0x7c]949// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode950 951v_cmp_eq_i32 vcc_lo, 0.5, v2952// W32: v_cmp_eq_i32_e32 vcc_lo, 0.5, v2        ; encoding: [0xf0,0x04,0x84,0x7c]953// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode954 955v_cmp_eq_i32 vcc_lo, src_scc, v2956// W32: v_cmp_eq_i32_e32 vcc_lo, src_scc, v2    ; encoding: [0xfd,0x04,0x84,0x7c]957// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode958 959v_cmp_eq_i32 vcc_lo, 0xaf123456, v255960// W32: v_cmp_eq_i32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x85,0x7c,0x56,0x34,0x12,0xaf]961// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode962 963v_cmp_eq_i32 vcc, v1, v2964// W64: v_cmp_eq_i32_e32 vcc, v1, v2            ; encoding: [0x01,0x05,0x84,0x7c]965// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode966 967v_cmp_eq_i32 vcc, v255, v2968// W64: v_cmp_eq_i32_e32 vcc, v255, v2          ; encoding: [0xff,0x05,0x84,0x7c]969// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode970 971v_cmp_eq_i32 vcc, s1, v2972// W64: v_cmp_eq_i32_e32 vcc, s1, v2            ; encoding: [0x01,0x04,0x84,0x7c]973// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode974 975v_cmp_eq_i32 vcc, s105, v2976// W64: v_cmp_eq_i32_e32 vcc, s105, v2          ; encoding: [0x69,0x04,0x84,0x7c]977// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode978 979v_cmp_eq_i32 vcc, vcc_lo, v2980// W64: v_cmp_eq_i32_e32 vcc, vcc_lo, v2        ; encoding: [0x6a,0x04,0x84,0x7c]981// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode982 983v_cmp_eq_i32 vcc, vcc_hi, v2984// W64: v_cmp_eq_i32_e32 vcc, vcc_hi, v2        ; encoding: [0x6b,0x04,0x84,0x7c]985// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode986 987v_cmp_eq_i32 vcc, ttmp15, v2988// W64: v_cmp_eq_i32_e32 vcc, ttmp15, v2        ; encoding: [0x7b,0x04,0x84,0x7c]989// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode990 991v_cmp_eq_i32 vcc, m0, v2992// W64: v_cmp_eq_i32_e32 vcc, m0, v2            ; encoding: [0x7d,0x04,0x84,0x7c]993// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode994 995v_cmp_eq_i32 vcc, exec_lo, v2996// W64: v_cmp_eq_i32_e32 vcc, exec_lo, v2       ; encoding: [0x7e,0x04,0x84,0x7c]997// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode998 999v_cmp_eq_i32 vcc, exec_hi, v21000// W64: v_cmp_eq_i32_e32 vcc, exec_hi, v2       ; encoding: [0x7f,0x04,0x84,0x7c]1001// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1002 1003v_cmp_eq_i32 vcc, null, v21004// W64: v_cmp_eq_i32_e32 vcc, null, v2          ; encoding: [0x7c,0x04,0x84,0x7c]1005// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1006 1007v_cmp_eq_i32 vcc, -1, v21008// W64: v_cmp_eq_i32_e32 vcc, -1, v2            ; encoding: [0xc1,0x04,0x84,0x7c]1009// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1010 1011v_cmp_eq_i32 vcc, 0.5, v21012// W64: v_cmp_eq_i32_e32 vcc, 0.5, v2           ; encoding: [0xf0,0x04,0x84,0x7c]1013// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1014 1015v_cmp_eq_i32 vcc, src_scc, v21016// W64: v_cmp_eq_i32_e32 vcc, src_scc, v2       ; encoding: [0xfd,0x04,0x84,0x7c]1017// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1018 1019v_cmp_eq_i32 vcc, 0xaf123456, v2551020// W64: v_cmp_eq_i32_e32 vcc, 0xaf123456, v255  ; encoding: [0xff,0xfe,0x85,0x7c,0x56,0x34,0x12,0xaf]1021// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1022 1023v_cmp_eq_i64 vcc_lo, v[1:2], v[2:3]1024// W32: v_cmp_eq_i64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0xa4,0x7c]1025// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1026 1027v_cmp_eq_i64 vcc_lo, v[254:255], v[2:3]1028// W32: v_cmp_eq_i64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xa4,0x7c]1029// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1030 1031v_cmp_eq_i64 vcc_lo, s[2:3], v[2:3]1032// W32: v_cmp_eq_i64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0xa4,0x7c]1033// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1034 1035v_cmp_eq_i64 vcc_lo, s[104:105], v[2:3]1036// W32: v_cmp_eq_i64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xa4,0x7c]1037// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1038 1039v_cmp_eq_i64 vcc_lo, vcc, v[2:3]1040// W32: v_cmp_eq_i64_e32 vcc_lo, vcc, v[2:3]    ; encoding: [0x6a,0x04,0xa4,0x7c]1041// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1042 1043v_cmp_eq_i64 vcc_lo, ttmp[14:15], v[2:3]1044// W32: v_cmp_eq_i64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xa4,0x7c]1045// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1046 1047v_cmp_eq_i64 vcc_lo, exec, v[2:3]1048// W32: v_cmp_eq_i64_e32 vcc_lo, exec, v[2:3]   ; encoding: [0x7e,0x04,0xa4,0x7c]1049// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1050 1051v_cmp_eq_i64 vcc_lo, null, v[2:3]1052// W32: v_cmp_eq_i64_e32 vcc_lo, null, v[2:3]   ; encoding: [0x7c,0x04,0xa4,0x7c]1053// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1054 1055v_cmp_eq_i64 vcc_lo, -1, v[2:3]1056// W32: v_cmp_eq_i64_e32 vcc_lo, -1, v[2:3]     ; encoding: [0xc1,0x04,0xa4,0x7c]1057// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1058 1059v_cmp_eq_i64 vcc_lo, 0.5, v[2:3]1060// W32: v_cmp_eq_i64_e32 vcc_lo, 0.5, v[2:3]    ; encoding: [0xf0,0x04,0xa4,0x7c]1061// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1062 1063v_cmp_eq_i64 vcc_lo, src_scc, v[2:3]1064// W32: v_cmp_eq_i64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0xa4,0x7c]1065// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1066 1067v_cmp_eq_i64 vcc_lo, 0xaf123456, v[254:255]1068// W32: v_cmp_eq_i64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xa5,0x7c,0x56,0x34,0x12,0xaf]1069// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1070 1071v_cmp_eq_i64 vcc, v[1:2], v[2:3]1072// W64: v_cmp_eq_i64_e32 vcc, v[1:2], v[2:3]    ; encoding: [0x01,0x05,0xa4,0x7c]1073// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1074 1075v_cmp_eq_i64 vcc, v[254:255], v[2:3]1076// W64: v_cmp_eq_i64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xa4,0x7c]1077// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1078 1079v_cmp_eq_i64 vcc, s[2:3], v[2:3]1080// W64: v_cmp_eq_i64_e32 vcc, s[2:3], v[2:3]    ; encoding: [0x02,0x04,0xa4,0x7c]1081// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1082 1083v_cmp_eq_i64 vcc, s[104:105], v[2:3]1084// W64: v_cmp_eq_i64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xa4,0x7c]1085// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1086 1087v_cmp_eq_i64 vcc, vcc, v[2:3]1088// W64: v_cmp_eq_i64_e32 vcc, vcc, v[2:3]       ; encoding: [0x6a,0x04,0xa4,0x7c]1089// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1090 1091v_cmp_eq_i64 vcc, ttmp[14:15], v[2:3]1092// W64: v_cmp_eq_i64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xa4,0x7c]1093// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1094 1095v_cmp_eq_i64 vcc, exec, v[2:3]1096// W64: v_cmp_eq_i64_e32 vcc, exec, v[2:3]      ; encoding: [0x7e,0x04,0xa4,0x7c]1097// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1098 1099v_cmp_eq_i64 vcc, null, v[2:3]1100// W64: v_cmp_eq_i64_e32 vcc, null, v[2:3]      ; encoding: [0x7c,0x04,0xa4,0x7c]1101// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1102 1103v_cmp_eq_i64 vcc, -1, v[2:3]1104// W64: v_cmp_eq_i64_e32 vcc, -1, v[2:3]        ; encoding: [0xc1,0x04,0xa4,0x7c]1105// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1106 1107v_cmp_eq_i64 vcc, 0.5, v[2:3]1108// W64: v_cmp_eq_i64_e32 vcc, 0.5, v[2:3]       ; encoding: [0xf0,0x04,0xa4,0x7c]1109// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1110 1111v_cmp_eq_i64 vcc, src_scc, v[2:3]1112// W64: v_cmp_eq_i64_e32 vcc, src_scc, v[2:3]   ; encoding: [0xfd,0x04,0xa4,0x7c]1113// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1114 1115v_cmp_eq_i64 vcc, 0xaf123456, v[254:255]1116// W64: v_cmp_eq_i64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xa5,0x7c,0x56,0x34,0x12,0xaf]1117// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1118 1119v_cmp_eq_u16 vcc_lo, v1.l, v2.l1120// W32: v_cmp_eq_u16_e32 vcc_lo, v1.l, v2.l     ; encoding: [0x01,0x05,0x74,0x7c]1121// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1122 1123v_cmp_eq_u16 vcc_lo, v127.l, v2.l1124// W32: v_cmp_eq_u16_e32 vcc_lo, v127.l, v2.l   ; encoding: [0x7f,0x05,0x74,0x7c]1125// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1126 1127v_cmp_eq_u16 vcc_lo, s1, v2.l1128// W32: v_cmp_eq_u16_e32 vcc_lo, s1, v2.l       ; encoding: [0x01,0x04,0x74,0x7c]1129// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1130 1131v_cmp_eq_u16 vcc_lo, s105, v2.l1132// W32: v_cmp_eq_u16_e32 vcc_lo, s105, v2.l     ; encoding: [0x69,0x04,0x74,0x7c]1133// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1134 1135v_cmp_eq_u16 vcc_lo, vcc_lo, v2.l1136// W32: v_cmp_eq_u16_e32 vcc_lo, vcc_lo, v2.l   ; encoding: [0x6a,0x04,0x74,0x7c]1137// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1138 1139v_cmp_eq_u16 vcc_lo, vcc_hi, v2.l1140// W32: v_cmp_eq_u16_e32 vcc_lo, vcc_hi, v2.l   ; encoding: [0x6b,0x04,0x74,0x7c]1141// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1142 1143v_cmp_eq_u16 vcc_lo, ttmp15, v2.l1144// W32: v_cmp_eq_u16_e32 vcc_lo, ttmp15, v2.l   ; encoding: [0x7b,0x04,0x74,0x7c]1145// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1146 1147v_cmp_eq_u16 vcc_lo, m0, v2.l1148// W32: v_cmp_eq_u16_e32 vcc_lo, m0, v2.l       ; encoding: [0x7d,0x04,0x74,0x7c]1149// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1150 1151v_cmp_eq_u16 vcc_lo, exec_lo, v2.l1152// W32: v_cmp_eq_u16_e32 vcc_lo, exec_lo, v2.l  ; encoding: [0x7e,0x04,0x74,0x7c]1153// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1154 1155v_cmp_eq_u16 vcc_lo, exec_hi, v2.l1156// W32: v_cmp_eq_u16_e32 vcc_lo, exec_hi, v2.l  ; encoding: [0x7f,0x04,0x74,0x7c]1157// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1158 1159v_cmp_eq_u16 vcc_lo, null, v2.l1160// W32: v_cmp_eq_u16_e32 vcc_lo, null, v2.l     ; encoding: [0x7c,0x04,0x74,0x7c]1161// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1162 1163v_cmp_eq_u16 vcc_lo, -1, v2.l1164// W32: v_cmp_eq_u16_e32 vcc_lo, -1, v2.l       ; encoding: [0xc1,0x04,0x74,0x7c]1165// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1166 1167v_cmp_eq_u16 vcc_lo, 0.5, v2.l1168// W32: v_cmp_eq_u16_e32 vcc_lo, 0.5, v2.l      ; encoding: [0xf0,0x04,0x74,0x7c]1169// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1170 1171v_cmp_eq_u16 vcc_lo, src_scc, v2.l1172// W32: v_cmp_eq_u16_e32 vcc_lo, src_scc, v2.l  ; encoding: [0xfd,0x04,0x74,0x7c]1173// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1174 1175v_cmp_eq_u16 vcc_lo, 0xfe0b, v127.l1176// W32: v_cmp_eq_u16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x74,0x7c,0x0b,0xfe,0x00,0x00]1177// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1178 1179v_cmp_eq_u16 vcc, v1.l, v2.l1180// W64: v_cmp_eq_u16_e32 vcc, v1.l, v2.l        ; encoding: [0x01,0x05,0x74,0x7c]1181// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1182 1183v_cmp_eq_u16 vcc, v127.l, v2.l1184// W64: v_cmp_eq_u16_e32 vcc, v127.l, v2.l      ; encoding: [0x7f,0x05,0x74,0x7c]1185// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1186 1187v_cmp_eq_u16 vcc, s1, v2.l1188// W64: v_cmp_eq_u16_e32 vcc, s1, v2.l          ; encoding: [0x01,0x04,0x74,0x7c]1189// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1190 1191v_cmp_eq_u16 vcc, s105, v2.l1192// W64: v_cmp_eq_u16_e32 vcc, s105, v2.l        ; encoding: [0x69,0x04,0x74,0x7c]1193// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1194 1195v_cmp_eq_u16 vcc, vcc_lo, v2.l1196// W64: v_cmp_eq_u16_e32 vcc, vcc_lo, v2.l      ; encoding: [0x6a,0x04,0x74,0x7c]1197// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1198 1199v_cmp_eq_u16 vcc, vcc_hi, v2.l1200// W64: v_cmp_eq_u16_e32 vcc, vcc_hi, v2.l      ; encoding: [0x6b,0x04,0x74,0x7c]1201// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1202 1203v_cmp_eq_u16 vcc, ttmp15, v2.l1204// W64: v_cmp_eq_u16_e32 vcc, ttmp15, v2.l      ; encoding: [0x7b,0x04,0x74,0x7c]1205// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1206 1207v_cmp_eq_u16 vcc, m0, v2.l1208// W64: v_cmp_eq_u16_e32 vcc, m0, v2.l          ; encoding: [0x7d,0x04,0x74,0x7c]1209// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1210 1211v_cmp_eq_u16 vcc, exec_lo, v2.l1212// W64: v_cmp_eq_u16_e32 vcc, exec_lo, v2.l     ; encoding: [0x7e,0x04,0x74,0x7c]1213// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1214 1215v_cmp_eq_u16 vcc, exec_hi, v2.l1216// W64: v_cmp_eq_u16_e32 vcc, exec_hi, v2.l     ; encoding: [0x7f,0x04,0x74,0x7c]1217// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1218 1219v_cmp_eq_u16 vcc, null, v2.l1220// W64: v_cmp_eq_u16_e32 vcc, null, v2.l        ; encoding: [0x7c,0x04,0x74,0x7c]1221// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1222 1223v_cmp_eq_u16 vcc, -1, v2.l1224// W64: v_cmp_eq_u16_e32 vcc, -1, v2.l          ; encoding: [0xc1,0x04,0x74,0x7c]1225// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1226 1227v_cmp_eq_u16 vcc, 0.5, v2.l1228// W64: v_cmp_eq_u16_e32 vcc, 0.5, v2.l         ; encoding: [0xf0,0x04,0x74,0x7c]1229// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1230 1231v_cmp_eq_u16 vcc, src_scc, v2.l1232// W64: v_cmp_eq_u16_e32 vcc, src_scc, v2.l     ; encoding: [0xfd,0x04,0x74,0x7c]1233// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1234 1235v_cmp_eq_u16 vcc, 0xfe0b, v127.l1236// W64: v_cmp_eq_u16_e32 vcc, 0xfe0b, v127.l    ; encoding: [0xff,0xfe,0x74,0x7c,0x0b,0xfe,0x00,0x00]1237// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1238 1239v_cmp_eq_u16 vcc_lo, v1.h, v2.l1240// W32: v_cmp_eq_u16_e32 vcc_lo, v1.h, v2.l     ; encoding: [0x81,0x05,0x74,0x7c]1241// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1242 1243v_cmp_eq_u16 vcc, v1.h, v2.l1244// W64: v_cmp_eq_u16_e32 vcc, v1.h, v2.l        ; encoding: [0x81,0x05,0x74,0x7c]1245// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1246 1247v_cmp_eq_u16 vcc_lo, v127.h, v2.l1248// W32: v_cmp_eq_u16_e32 vcc_lo, v127.h, v2.l   ; encoding: [0xff,0x05,0x74,0x7c]1249// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1250 1251v_cmp_eq_u16 vcc, v127.h, v2.l1252// W64: v_cmp_eq_u16_e32 vcc, v127.h, v2.l      ; encoding: [0xff,0x05,0x74,0x7c]1253// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1254 1255v_cmp_eq_u16 vcc_lo, 0x3800, v2.l1256// W32: v_cmp_eq_u16_e32 vcc_lo, 0x3800, v2.l   ; encoding: [0xff,0x04,0x74,0x7c,0x00,0x38,0x00,0x00]1257// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1258 1259v_cmp_eq_u16 vcc, 0x3800, v2.l1260// W64: v_cmp_eq_u16_e32 vcc, 0x3800, v2.l      ; encoding: [0xff,0x04,0x74,0x7c,0x00,0x38,0x00,0x00]1261// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1262 1263v_cmp_eq_u16 vcc_lo, src_scc, v2.h1264// W32: v_cmp_eq_u16_e32 vcc_lo, src_scc, v2.h  ; encoding: [0xfd,0x04,0x75,0x7c]1265// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1266 1267v_cmp_eq_u16 vcc, src_scc, v2.h1268// W64: v_cmp_eq_u16_e32 vcc, src_scc, v2.h     ; encoding: [0xfd,0x04,0x75,0x7c]1269// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1270 1271v_cmp_eq_u16 vcc_lo, 0xfe0b, v127.h1272// W32: v_cmp_eq_u16_e32 vcc_lo, 0xfe0b, v127.h ; encoding: [0xff,0xfe,0x75,0x7c,0x0b,0xfe,0x00,0x00]1273// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1274 1275v_cmp_eq_u16 vcc, 0xfe0b, v127.h1276// W64: v_cmp_eq_u16_e32 vcc, 0xfe0b, v127.h    ; encoding: [0xff,0xfe,0x75,0x7c,0x0b,0xfe,0x00,0x00]1277// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1278 1279v_cmp_eq_u32 vcc_lo, v1, v21280// W32: v_cmp_eq_u32_e32 vcc_lo, v1, v2         ; encoding: [0x01,0x05,0x94,0x7c]1281// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1282 1283v_cmp_eq_u32 vcc_lo, v255, v21284// W32: v_cmp_eq_u32_e32 vcc_lo, v255, v2       ; encoding: [0xff,0x05,0x94,0x7c]1285// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1286 1287v_cmp_eq_u32 vcc_lo, s1, v21288// W32: v_cmp_eq_u32_e32 vcc_lo, s1, v2         ; encoding: [0x01,0x04,0x94,0x7c]1289// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1290 1291v_cmp_eq_u32 vcc_lo, s105, v21292// W32: v_cmp_eq_u32_e32 vcc_lo, s105, v2       ; encoding: [0x69,0x04,0x94,0x7c]1293// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1294 1295v_cmp_eq_u32 vcc_lo, vcc_lo, v21296// W32: v_cmp_eq_u32_e32 vcc_lo, vcc_lo, v2     ; encoding: [0x6a,0x04,0x94,0x7c]1297// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1298 1299v_cmp_eq_u32 vcc_lo, vcc_hi, v21300// W32: v_cmp_eq_u32_e32 vcc_lo, vcc_hi, v2     ; encoding: [0x6b,0x04,0x94,0x7c]1301// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1302 1303v_cmp_eq_u32 vcc_lo, ttmp15, v21304// W32: v_cmp_eq_u32_e32 vcc_lo, ttmp15, v2     ; encoding: [0x7b,0x04,0x94,0x7c]1305// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1306 1307v_cmp_eq_u32 vcc_lo, m0, v21308// W32: v_cmp_eq_u32_e32 vcc_lo, m0, v2         ; encoding: [0x7d,0x04,0x94,0x7c]1309// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1310 1311v_cmp_eq_u32 vcc_lo, exec_lo, v21312// W32: v_cmp_eq_u32_e32 vcc_lo, exec_lo, v2    ; encoding: [0x7e,0x04,0x94,0x7c]1313// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1314 1315v_cmp_eq_u32 vcc_lo, exec_hi, v21316// W32: v_cmp_eq_u32_e32 vcc_lo, exec_hi, v2    ; encoding: [0x7f,0x04,0x94,0x7c]1317// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1318 1319v_cmp_eq_u32 vcc_lo, null, v21320// W32: v_cmp_eq_u32_e32 vcc_lo, null, v2       ; encoding: [0x7c,0x04,0x94,0x7c]1321// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1322 1323v_cmp_eq_u32 vcc_lo, -1, v21324// W32: v_cmp_eq_u32_e32 vcc_lo, -1, v2         ; encoding: [0xc1,0x04,0x94,0x7c]1325// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1326 1327v_cmp_eq_u32 vcc_lo, 0.5, v21328// W32: v_cmp_eq_u32_e32 vcc_lo, 0.5, v2        ; encoding: [0xf0,0x04,0x94,0x7c]1329// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1330 1331v_cmp_eq_u32 vcc_lo, src_scc, v21332// W32: v_cmp_eq_u32_e32 vcc_lo, src_scc, v2    ; encoding: [0xfd,0x04,0x94,0x7c]1333// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1334 1335v_cmp_eq_u32 vcc_lo, 0xaf123456, v2551336// W32: v_cmp_eq_u32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x95,0x7c,0x56,0x34,0x12,0xaf]1337// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1338 1339v_cmp_eq_u32 vcc, v1, v21340// W64: v_cmp_eq_u32_e32 vcc, v1, v2            ; encoding: [0x01,0x05,0x94,0x7c]1341// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1342 1343v_cmp_eq_u32 vcc, v255, v21344// W64: v_cmp_eq_u32_e32 vcc, v255, v2          ; encoding: [0xff,0x05,0x94,0x7c]1345// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1346 1347v_cmp_eq_u32 vcc, s1, v21348// W64: v_cmp_eq_u32_e32 vcc, s1, v2            ; encoding: [0x01,0x04,0x94,0x7c]1349// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1350 1351v_cmp_eq_u32 vcc, s105, v21352// W64: v_cmp_eq_u32_e32 vcc, s105, v2          ; encoding: [0x69,0x04,0x94,0x7c]1353// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1354 1355v_cmp_eq_u32 vcc, vcc_lo, v21356// W64: v_cmp_eq_u32_e32 vcc, vcc_lo, v2        ; encoding: [0x6a,0x04,0x94,0x7c]1357// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1358 1359v_cmp_eq_u32 vcc, vcc_hi, v21360// W64: v_cmp_eq_u32_e32 vcc, vcc_hi, v2        ; encoding: [0x6b,0x04,0x94,0x7c]1361// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1362 1363v_cmp_eq_u32 vcc, ttmp15, v21364// W64: v_cmp_eq_u32_e32 vcc, ttmp15, v2        ; encoding: [0x7b,0x04,0x94,0x7c]1365// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1366 1367v_cmp_eq_u32 vcc, m0, v21368// W64: v_cmp_eq_u32_e32 vcc, m0, v2            ; encoding: [0x7d,0x04,0x94,0x7c]1369// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1370 1371v_cmp_eq_u32 vcc, exec_lo, v21372// W64: v_cmp_eq_u32_e32 vcc, exec_lo, v2       ; encoding: [0x7e,0x04,0x94,0x7c]1373// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1374 1375v_cmp_eq_u32 vcc, exec_hi, v21376// W64: v_cmp_eq_u32_e32 vcc, exec_hi, v2       ; encoding: [0x7f,0x04,0x94,0x7c]1377// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1378 1379v_cmp_eq_u32 vcc, null, v21380// W64: v_cmp_eq_u32_e32 vcc, null, v2          ; encoding: [0x7c,0x04,0x94,0x7c]1381// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1382 1383v_cmp_eq_u32 vcc, -1, v21384// W64: v_cmp_eq_u32_e32 vcc, -1, v2            ; encoding: [0xc1,0x04,0x94,0x7c]1385// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1386 1387v_cmp_eq_u32 vcc, 0.5, v21388// W64: v_cmp_eq_u32_e32 vcc, 0.5, v2           ; encoding: [0xf0,0x04,0x94,0x7c]1389// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1390 1391v_cmp_eq_u32 vcc, src_scc, v21392// W64: v_cmp_eq_u32_e32 vcc, src_scc, v2       ; encoding: [0xfd,0x04,0x94,0x7c]1393// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1394 1395v_cmp_eq_u32 vcc, 0xaf123456, v2551396// W64: v_cmp_eq_u32_e32 vcc, 0xaf123456, v255  ; encoding: [0xff,0xfe,0x95,0x7c,0x56,0x34,0x12,0xaf]1397// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1398 1399v_cmp_eq_u64 vcc_lo, v[1:2], v[2:3]1400// W32: v_cmp_eq_u64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0xb4,0x7c]1401// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1402 1403v_cmp_eq_u64 vcc_lo, v[254:255], v[2:3]1404// W32: v_cmp_eq_u64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xb4,0x7c]1405// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1406 1407v_cmp_eq_u64 vcc_lo, s[2:3], v[2:3]1408// W32: v_cmp_eq_u64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0xb4,0x7c]1409// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1410 1411v_cmp_eq_u64 vcc_lo, s[104:105], v[2:3]1412// W32: v_cmp_eq_u64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xb4,0x7c]1413// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1414 1415v_cmp_eq_u64 vcc_lo, vcc, v[2:3]1416// W32: v_cmp_eq_u64_e32 vcc_lo, vcc, v[2:3]    ; encoding: [0x6a,0x04,0xb4,0x7c]1417// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1418 1419v_cmp_eq_u64 vcc_lo, ttmp[14:15], v[2:3]1420// W32: v_cmp_eq_u64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xb4,0x7c]1421// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1422 1423v_cmp_eq_u64 vcc_lo, exec, v[2:3]1424// W32: v_cmp_eq_u64_e32 vcc_lo, exec, v[2:3]   ; encoding: [0x7e,0x04,0xb4,0x7c]1425// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1426 1427v_cmp_eq_u64 vcc_lo, null, v[2:3]1428// W32: v_cmp_eq_u64_e32 vcc_lo, null, v[2:3]   ; encoding: [0x7c,0x04,0xb4,0x7c]1429// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1430 1431v_cmp_eq_u64 vcc_lo, -1, v[2:3]1432// W32: v_cmp_eq_u64_e32 vcc_lo, -1, v[2:3]     ; encoding: [0xc1,0x04,0xb4,0x7c]1433// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1434 1435v_cmp_eq_u64 vcc_lo, 0.5, v[2:3]1436// W32: v_cmp_eq_u64_e32 vcc_lo, 0.5, v[2:3]    ; encoding: [0xf0,0x04,0xb4,0x7c]1437// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1438 1439v_cmp_eq_u64 vcc_lo, src_scc, v[2:3]1440// W32: v_cmp_eq_u64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0xb4,0x7c]1441// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1442 1443v_cmp_eq_u64 vcc_lo, 0xaf123456, v[254:255]1444// W32: v_cmp_eq_u64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xb5,0x7c,0x56,0x34,0x12,0xaf]1445// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1446 1447v_cmp_eq_u64 vcc, v[1:2], v[2:3]1448// W64: v_cmp_eq_u64_e32 vcc, v[1:2], v[2:3]    ; encoding: [0x01,0x05,0xb4,0x7c]1449// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1450 1451v_cmp_eq_u64 vcc, v[254:255], v[2:3]1452// W64: v_cmp_eq_u64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xb4,0x7c]1453// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1454 1455v_cmp_eq_u64 vcc, s[2:3], v[2:3]1456// W64: v_cmp_eq_u64_e32 vcc, s[2:3], v[2:3]    ; encoding: [0x02,0x04,0xb4,0x7c]1457// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1458 1459v_cmp_eq_u64 vcc, s[104:105], v[2:3]1460// W64: v_cmp_eq_u64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xb4,0x7c]1461// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1462 1463v_cmp_eq_u64 vcc, vcc, v[2:3]1464// W64: v_cmp_eq_u64_e32 vcc, vcc, v[2:3]       ; encoding: [0x6a,0x04,0xb4,0x7c]1465// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1466 1467v_cmp_eq_u64 vcc, ttmp[14:15], v[2:3]1468// W64: v_cmp_eq_u64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xb4,0x7c]1469// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1470 1471v_cmp_eq_u64 vcc, exec, v[2:3]1472// W64: v_cmp_eq_u64_e32 vcc, exec, v[2:3]      ; encoding: [0x7e,0x04,0xb4,0x7c]1473// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1474 1475v_cmp_eq_u64 vcc, null, v[2:3]1476// W64: v_cmp_eq_u64_e32 vcc, null, v[2:3]      ; encoding: [0x7c,0x04,0xb4,0x7c]1477// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1478 1479v_cmp_eq_u64 vcc, -1, v[2:3]1480// W64: v_cmp_eq_u64_e32 vcc, -1, v[2:3]        ; encoding: [0xc1,0x04,0xb4,0x7c]1481// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1482 1483v_cmp_eq_u64 vcc, 0.5, v[2:3]1484// W64: v_cmp_eq_u64_e32 vcc, 0.5, v[2:3]       ; encoding: [0xf0,0x04,0xb4,0x7c]1485// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1486 1487v_cmp_eq_u64 vcc, src_scc, v[2:3]1488// W64: v_cmp_eq_u64_e32 vcc, src_scc, v[2:3]   ; encoding: [0xfd,0x04,0xb4,0x7c]1489// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1490 1491v_cmp_eq_u64 vcc, 0xaf123456, v[254:255]1492// W64: v_cmp_eq_u64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xb5,0x7c,0x56,0x34,0x12,0xaf]1493// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1494 1495v_cmp_ge_f16 vcc_lo, v1.l, v2.l1496// W32: v_cmp_ge_f16_e32 vcc_lo, v1.l, v2.l     ; encoding: [0x01,0x05,0x0c,0x7c]1497// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1498 1499v_cmp_ge_f16 vcc_lo, v127.l, v2.l1500// W32: v_cmp_ge_f16_e32 vcc_lo, v127.l, v2.l   ; encoding: [0x7f,0x05,0x0c,0x7c]1501// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1502 1503v_cmp_ge_f16 vcc_lo, s1, v2.l1504// W32: v_cmp_ge_f16_e32 vcc_lo, s1, v2.l       ; encoding: [0x01,0x04,0x0c,0x7c]1505// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1506 1507v_cmp_ge_f16 vcc_lo, s105, v2.l1508// W32: v_cmp_ge_f16_e32 vcc_lo, s105, v2.l     ; encoding: [0x69,0x04,0x0c,0x7c]1509// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1510 1511v_cmp_ge_f16 vcc_lo, vcc_lo, v2.l1512// W32: v_cmp_ge_f16_e32 vcc_lo, vcc_lo, v2.l   ; encoding: [0x6a,0x04,0x0c,0x7c]1513// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1514 1515v_cmp_ge_f16 vcc_lo, vcc_hi, v2.l1516// W32: v_cmp_ge_f16_e32 vcc_lo, vcc_hi, v2.l   ; encoding: [0x6b,0x04,0x0c,0x7c]1517// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1518 1519v_cmp_ge_f16 vcc_lo, ttmp15, v2.l1520// W32: v_cmp_ge_f16_e32 vcc_lo, ttmp15, v2.l   ; encoding: [0x7b,0x04,0x0c,0x7c]1521// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1522 1523v_cmp_ge_f16 vcc_lo, m0, v2.l1524// W32: v_cmp_ge_f16_e32 vcc_lo, m0, v2.l       ; encoding: [0x7d,0x04,0x0c,0x7c]1525// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1526 1527v_cmp_ge_f16 vcc_lo, exec_lo, v2.l1528// W32: v_cmp_ge_f16_e32 vcc_lo, exec_lo, v2.l  ; encoding: [0x7e,0x04,0x0c,0x7c]1529// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1530 1531v_cmp_ge_f16 vcc_lo, exec_hi, v2.l1532// W32: v_cmp_ge_f16_e32 vcc_lo, exec_hi, v2.l  ; encoding: [0x7f,0x04,0x0c,0x7c]1533// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1534 1535v_cmp_ge_f16 vcc_lo, null, v2.l1536// W32: v_cmp_ge_f16_e32 vcc_lo, null, v2.l     ; encoding: [0x7c,0x04,0x0c,0x7c]1537// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1538 1539v_cmp_ge_f16 vcc_lo, -1, v2.l1540// W32: v_cmp_ge_f16_e32 vcc_lo, -1, v2.l       ; encoding: [0xc1,0x04,0x0c,0x7c]1541// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1542 1543v_cmp_ge_f16 vcc_lo, 0.5, v2.l1544// W32: v_cmp_ge_f16_e32 vcc_lo, 0.5, v2.l      ; encoding: [0xf0,0x04,0x0c,0x7c]1545// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1546 1547v_cmp_ge_f16 vcc_lo, src_scc, v2.l1548// W32: v_cmp_ge_f16_e32 vcc_lo, src_scc, v2.l  ; encoding: [0xfd,0x04,0x0c,0x7c]1549// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1550 1551v_cmp_ge_f16 vcc_lo, 0xfe0b, v127.l1552// W32: v_cmp_ge_f16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x0c,0x7c,0x0b,0xfe,0x00,0x00]1553// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1554 1555v_cmp_ge_f16 vcc, v1.l, v2.l1556// W64: v_cmp_ge_f16_e32 vcc, v1.l, v2.l        ; encoding: [0x01,0x05,0x0c,0x7c]1557// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1558 1559v_cmp_ge_f16 vcc, v127.l, v2.l1560// W64: v_cmp_ge_f16_e32 vcc, v127.l, v2.l      ; encoding: [0x7f,0x05,0x0c,0x7c]1561// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1562 1563v_cmp_ge_f16 vcc, s1, v2.l1564// W64: v_cmp_ge_f16_e32 vcc, s1, v2.l          ; encoding: [0x01,0x04,0x0c,0x7c]1565// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1566 1567v_cmp_ge_f16 vcc, s105, v2.l1568// W64: v_cmp_ge_f16_e32 vcc, s105, v2.l        ; encoding: [0x69,0x04,0x0c,0x7c]1569// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1570 1571v_cmp_ge_f16 vcc, vcc_lo, v2.l1572// W64: v_cmp_ge_f16_e32 vcc, vcc_lo, v2.l      ; encoding: [0x6a,0x04,0x0c,0x7c]1573// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1574 1575v_cmp_ge_f16 vcc, vcc_hi, v2.l1576// W64: v_cmp_ge_f16_e32 vcc, vcc_hi, v2.l      ; encoding: [0x6b,0x04,0x0c,0x7c]1577// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1578 1579v_cmp_ge_f16 vcc, ttmp15, v2.l1580// W64: v_cmp_ge_f16_e32 vcc, ttmp15, v2.l      ; encoding: [0x7b,0x04,0x0c,0x7c]1581// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1582 1583v_cmp_ge_f16 vcc, m0, v2.l1584// W64: v_cmp_ge_f16_e32 vcc, m0, v2.l          ; encoding: [0x7d,0x04,0x0c,0x7c]1585// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1586 1587v_cmp_ge_f16 vcc, exec_lo, v2.l1588// W64: v_cmp_ge_f16_e32 vcc, exec_lo, v2.l     ; encoding: [0x7e,0x04,0x0c,0x7c]1589// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1590 1591v_cmp_ge_f16 vcc, exec_hi, v2.l1592// W64: v_cmp_ge_f16_e32 vcc, exec_hi, v2.l     ; encoding: [0x7f,0x04,0x0c,0x7c]1593// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1594 1595v_cmp_ge_f16 vcc, null, v2.l1596// W64: v_cmp_ge_f16_e32 vcc, null, v2.l        ; encoding: [0x7c,0x04,0x0c,0x7c]1597// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1598 1599v_cmp_ge_f16 vcc, -1, v2.l1600// W64: v_cmp_ge_f16_e32 vcc, -1, v2.l          ; encoding: [0xc1,0x04,0x0c,0x7c]1601// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1602 1603v_cmp_ge_f16 vcc, 0.5, v2.l1604// W64: v_cmp_ge_f16_e32 vcc, 0.5, v2.l         ; encoding: [0xf0,0x04,0x0c,0x7c]1605// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1606 1607v_cmp_ge_f16 vcc, src_scc, v2.l1608// W64: v_cmp_ge_f16_e32 vcc, src_scc, v2.l     ; encoding: [0xfd,0x04,0x0c,0x7c]1609// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1610 1611v_cmp_ge_f16 vcc, 0xfe0b, v127.l1612// W64: v_cmp_ge_f16_e32 vcc, 0xfe0b, v127.l    ; encoding: [0xff,0xfe,0x0c,0x7c,0x0b,0xfe,0x00,0x00]1613// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1614 1615v_cmp_ge_f16 vcc, v1.h, v2.l1616// W64: v_cmp_ge_f16_e32 vcc, v1.h, v2.l        ; encoding: [0x81,0x05,0x0c,0x7c]1617// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1618 1619v_cmp_ge_f16 vcc_lo, v1.h, v2.l1620// W32: v_cmp_ge_f16_e32 vcc_lo, v1.h, v2.l     ; encoding: [0x81,0x05,0x0c,0x7c]1621// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1622 1623v_cmp_ge_f16 vcc, v127.h, v2.l1624// W64: v_cmp_ge_f16_e32 vcc, v127.h, v2.l      ; encoding: [0xff,0x05,0x0c,0x7c]1625// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1626 1627v_cmp_ge_f16 vcc_lo, v127.h, v2.l1628// W32: v_cmp_ge_f16_e32 vcc_lo, v127.h, v2.l   ; encoding: [0xff,0x05,0x0c,0x7c]1629// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1630 1631v_cmp_ge_f16 vcc_lo, src_scc, v2.h1632// W32: v_cmp_ge_f16_e32 vcc_lo, src_scc, v2.h  ; encoding: [0xfd,0x04,0x0d,0x7c]1633// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1634 1635v_cmp_ge_f16 vcc, src_scc, v2.h1636// W64: v_cmp_ge_f16_e32 vcc, src_scc, v2.h     ; encoding: [0xfd,0x04,0x0d,0x7c]1637// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1638 1639v_cmp_ge_f16 vcc_lo, 0xfe0b, v127.h1640// W32: v_cmp_ge_f16_e32 vcc_lo, 0xfe0b, v127.h ; encoding: [0xff,0xfe,0x0d,0x7c,0x0b,0xfe,0x00,0x00]1641// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1642 1643v_cmp_ge_f16 vcc, 0xfe0b, v127.h1644// W64: v_cmp_ge_f16_e32 vcc, 0xfe0b, v127.h    ; encoding: [0xff,0xfe,0x0d,0x7c,0x0b,0xfe,0x00,0x00]1645// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1646 1647v_cmp_ge_f32 vcc_lo, v1, v21648// W32: v_cmp_ge_f32_e32 vcc_lo, v1, v2         ; encoding: [0x01,0x05,0x2c,0x7c]1649// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1650 1651v_cmp_ge_f32 vcc_lo, v255, v21652// W32: v_cmp_ge_f32_e32 vcc_lo, v255, v2       ; encoding: [0xff,0x05,0x2c,0x7c]1653// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1654 1655v_cmp_ge_f32 vcc_lo, s1, v21656// W32: v_cmp_ge_f32_e32 vcc_lo, s1, v2         ; encoding: [0x01,0x04,0x2c,0x7c]1657// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1658 1659v_cmp_ge_f32 vcc_lo, s105, v21660// W32: v_cmp_ge_f32_e32 vcc_lo, s105, v2       ; encoding: [0x69,0x04,0x2c,0x7c]1661// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1662 1663v_cmp_ge_f32 vcc_lo, vcc_lo, v21664// W32: v_cmp_ge_f32_e32 vcc_lo, vcc_lo, v2     ; encoding: [0x6a,0x04,0x2c,0x7c]1665// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1666 1667v_cmp_ge_f32 vcc_lo, vcc_hi, v21668// W32: v_cmp_ge_f32_e32 vcc_lo, vcc_hi, v2     ; encoding: [0x6b,0x04,0x2c,0x7c]1669// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1670 1671v_cmp_ge_f32 vcc_lo, ttmp15, v21672// W32: v_cmp_ge_f32_e32 vcc_lo, ttmp15, v2     ; encoding: [0x7b,0x04,0x2c,0x7c]1673// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1674 1675v_cmp_ge_f32 vcc_lo, m0, v21676// W32: v_cmp_ge_f32_e32 vcc_lo, m0, v2         ; encoding: [0x7d,0x04,0x2c,0x7c]1677// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1678 1679v_cmp_ge_f32 vcc_lo, exec_lo, v21680// W32: v_cmp_ge_f32_e32 vcc_lo, exec_lo, v2    ; encoding: [0x7e,0x04,0x2c,0x7c]1681// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1682 1683v_cmp_ge_f32 vcc_lo, exec_hi, v21684// W32: v_cmp_ge_f32_e32 vcc_lo, exec_hi, v2    ; encoding: [0x7f,0x04,0x2c,0x7c]1685// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1686 1687v_cmp_ge_f32 vcc_lo, null, v21688// W32: v_cmp_ge_f32_e32 vcc_lo, null, v2       ; encoding: [0x7c,0x04,0x2c,0x7c]1689// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1690 1691v_cmp_ge_f32 vcc_lo, -1, v21692// W32: v_cmp_ge_f32_e32 vcc_lo, -1, v2         ; encoding: [0xc1,0x04,0x2c,0x7c]1693// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1694 1695v_cmp_ge_f32 vcc_lo, 0.5, v21696// W32: v_cmp_ge_f32_e32 vcc_lo, 0.5, v2        ; encoding: [0xf0,0x04,0x2c,0x7c]1697// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1698 1699v_cmp_ge_f32 vcc_lo, src_scc, v21700// W32: v_cmp_ge_f32_e32 vcc_lo, src_scc, v2    ; encoding: [0xfd,0x04,0x2c,0x7c]1701// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1702 1703v_cmp_ge_f32 vcc_lo, 0xaf123456, v2551704// W32: v_cmp_ge_f32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x2d,0x7c,0x56,0x34,0x12,0xaf]1705// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1706 1707v_cmp_ge_f32 vcc, v1, v21708// W64: v_cmp_ge_f32_e32 vcc, v1, v2            ; encoding: [0x01,0x05,0x2c,0x7c]1709// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1710 1711v_cmp_ge_f32 vcc, v255, v21712// W64: v_cmp_ge_f32_e32 vcc, v255, v2          ; encoding: [0xff,0x05,0x2c,0x7c]1713// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1714 1715v_cmp_ge_f32 vcc, s1, v21716// W64: v_cmp_ge_f32_e32 vcc, s1, v2            ; encoding: [0x01,0x04,0x2c,0x7c]1717// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1718 1719v_cmp_ge_f32 vcc, s105, v21720// W64: v_cmp_ge_f32_e32 vcc, s105, v2          ; encoding: [0x69,0x04,0x2c,0x7c]1721// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1722 1723v_cmp_ge_f32 vcc, vcc_lo, v21724// W64: v_cmp_ge_f32_e32 vcc, vcc_lo, v2        ; encoding: [0x6a,0x04,0x2c,0x7c]1725// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1726 1727v_cmp_ge_f32 vcc, vcc_hi, v21728// W64: v_cmp_ge_f32_e32 vcc, vcc_hi, v2        ; encoding: [0x6b,0x04,0x2c,0x7c]1729// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1730 1731v_cmp_ge_f32 vcc, ttmp15, v21732// W64: v_cmp_ge_f32_e32 vcc, ttmp15, v2        ; encoding: [0x7b,0x04,0x2c,0x7c]1733// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1734 1735v_cmp_ge_f32 vcc, m0, v21736// W64: v_cmp_ge_f32_e32 vcc, m0, v2            ; encoding: [0x7d,0x04,0x2c,0x7c]1737// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1738 1739v_cmp_ge_f32 vcc, exec_lo, v21740// W64: v_cmp_ge_f32_e32 vcc, exec_lo, v2       ; encoding: [0x7e,0x04,0x2c,0x7c]1741// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1742 1743v_cmp_ge_f32 vcc, exec_hi, v21744// W64: v_cmp_ge_f32_e32 vcc, exec_hi, v2       ; encoding: [0x7f,0x04,0x2c,0x7c]1745// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1746 1747v_cmp_ge_f32 vcc, null, v21748// W64: v_cmp_ge_f32_e32 vcc, null, v2          ; encoding: [0x7c,0x04,0x2c,0x7c]1749// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1750 1751v_cmp_ge_f32 vcc, -1, v21752// W64: v_cmp_ge_f32_e32 vcc, -1, v2            ; encoding: [0xc1,0x04,0x2c,0x7c]1753// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1754 1755v_cmp_ge_f32 vcc, 0.5, v21756// W64: v_cmp_ge_f32_e32 vcc, 0.5, v2           ; encoding: [0xf0,0x04,0x2c,0x7c]1757// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1758 1759v_cmp_ge_f32 vcc, src_scc, v21760// W64: v_cmp_ge_f32_e32 vcc, src_scc, v2       ; encoding: [0xfd,0x04,0x2c,0x7c]1761// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1762 1763v_cmp_ge_f32 vcc, 0xaf123456, v2551764// W64: v_cmp_ge_f32_e32 vcc, 0xaf123456, v255  ; encoding: [0xff,0xfe,0x2d,0x7c,0x56,0x34,0x12,0xaf]1765// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1766 1767v_cmp_ge_f64 vcc_lo, v[1:2], v[2:3]1768// W32: v_cmp_ge_f64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0x4c,0x7c]1769// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1770 1771v_cmp_ge_f64 vcc_lo, v[254:255], v[2:3]1772// W32: v_cmp_ge_f64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x4c,0x7c]1773// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1774 1775v_cmp_ge_f64 vcc_lo, s[2:3], v[2:3]1776// W32: v_cmp_ge_f64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0x4c,0x7c]1777// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1778 1779v_cmp_ge_f64 vcc_lo, s[104:105], v[2:3]1780// W32: v_cmp_ge_f64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x4c,0x7c]1781// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1782 1783v_cmp_ge_f64 vcc_lo, vcc, v[2:3]1784// W32: v_cmp_ge_f64_e32 vcc_lo, vcc, v[2:3]    ; encoding: [0x6a,0x04,0x4c,0x7c]1785// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1786 1787v_cmp_ge_f64 vcc_lo, ttmp[14:15], v[2:3]1788// W32: v_cmp_ge_f64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x4c,0x7c]1789// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1790 1791v_cmp_ge_f64 vcc_lo, exec, v[2:3]1792// W32: v_cmp_ge_f64_e32 vcc_lo, exec, v[2:3]   ; encoding: [0x7e,0x04,0x4c,0x7c]1793// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1794 1795v_cmp_ge_f64 vcc_lo, null, v[2:3]1796// W32: v_cmp_ge_f64_e32 vcc_lo, null, v[2:3]   ; encoding: [0x7c,0x04,0x4c,0x7c]1797// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1798 1799v_cmp_ge_f64 vcc_lo, -1, v[2:3]1800// W32: v_cmp_ge_f64_e32 vcc_lo, -1, v[2:3]     ; encoding: [0xc1,0x04,0x4c,0x7c]1801// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1802 1803v_cmp_ge_f64 vcc_lo, 0.5, v[2:3]1804// W32: v_cmp_ge_f64_e32 vcc_lo, 0.5, v[2:3]    ; encoding: [0xf0,0x04,0x4c,0x7c]1805// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1806 1807v_cmp_ge_f64 vcc_lo, src_scc, v[2:3]1808// W32: v_cmp_ge_f64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0x4c,0x7c]1809// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1810 1811v_cmp_ge_f64 vcc_lo, 0xaf123456, v[254:255]1812// W32: v_cmp_ge_f64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x4d,0x7c,0x56,0x34,0x12,0xaf]1813// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1814 1815v_cmp_ge_f64 vcc, v[1:2], v[2:3]1816// W64: v_cmp_ge_f64_e32 vcc, v[1:2], v[2:3]    ; encoding: [0x01,0x05,0x4c,0x7c]1817// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1818 1819v_cmp_ge_f64 vcc, v[254:255], v[2:3]1820// W64: v_cmp_ge_f64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x4c,0x7c]1821// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1822 1823v_cmp_ge_f64 vcc, s[2:3], v[2:3]1824// W64: v_cmp_ge_f64_e32 vcc, s[2:3], v[2:3]    ; encoding: [0x02,0x04,0x4c,0x7c]1825// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1826 1827v_cmp_ge_f64 vcc, s[104:105], v[2:3]1828// W64: v_cmp_ge_f64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x4c,0x7c]1829// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1830 1831v_cmp_ge_f64 vcc, vcc, v[2:3]1832// W64: v_cmp_ge_f64_e32 vcc, vcc, v[2:3]       ; encoding: [0x6a,0x04,0x4c,0x7c]1833// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1834 1835v_cmp_ge_f64 vcc, ttmp[14:15], v[2:3]1836// W64: v_cmp_ge_f64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x4c,0x7c]1837// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1838 1839v_cmp_ge_f64 vcc, exec, v[2:3]1840// W64: v_cmp_ge_f64_e32 vcc, exec, v[2:3]      ; encoding: [0x7e,0x04,0x4c,0x7c]1841// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1842 1843v_cmp_ge_f64 vcc, null, v[2:3]1844// W64: v_cmp_ge_f64_e32 vcc, null, v[2:3]      ; encoding: [0x7c,0x04,0x4c,0x7c]1845// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1846 1847v_cmp_ge_f64 vcc, -1, v[2:3]1848// W64: v_cmp_ge_f64_e32 vcc, -1, v[2:3]        ; encoding: [0xc1,0x04,0x4c,0x7c]1849// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1850 1851v_cmp_ge_f64 vcc, 0.5, v[2:3]1852// W64: v_cmp_ge_f64_e32 vcc, 0.5, v[2:3]       ; encoding: [0xf0,0x04,0x4c,0x7c]1853// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1854 1855v_cmp_ge_f64 vcc, src_scc, v[2:3]1856// W64: v_cmp_ge_f64_e32 vcc, src_scc, v[2:3]   ; encoding: [0xfd,0x04,0x4c,0x7c]1857// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1858 1859v_cmp_ge_f64 vcc, 0xaf123456, v[254:255]1860// W64: v_cmp_ge_f64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x4d,0x7c,0x56,0x34,0x12,0xaf]1861// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1862 1863v_cmp_ge_i16 vcc_lo, v1.l, v2.l1864// W32: v_cmp_ge_i16_e32 vcc_lo, v1.l, v2.l     ; encoding: [0x01,0x05,0x6c,0x7c]1865// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1866 1867v_cmp_ge_i16 vcc_lo, v127.l, v2.l1868// W32: v_cmp_ge_i16_e32 vcc_lo, v127.l, v2.l   ; encoding: [0x7f,0x05,0x6c,0x7c]1869// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1870 1871v_cmp_ge_i16 vcc_lo, s1, v2.l1872// W32: v_cmp_ge_i16_e32 vcc_lo, s1, v2.l       ; encoding: [0x01,0x04,0x6c,0x7c]1873// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1874 1875v_cmp_ge_i16 vcc_lo, s105, v2.l1876// W32: v_cmp_ge_i16_e32 vcc_lo, s105, v2.l     ; encoding: [0x69,0x04,0x6c,0x7c]1877// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1878 1879v_cmp_ge_i16 vcc_lo, vcc_lo, v2.l1880// W32: v_cmp_ge_i16_e32 vcc_lo, vcc_lo, v2.l   ; encoding: [0x6a,0x04,0x6c,0x7c]1881// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1882 1883v_cmp_ge_i16 vcc_lo, vcc_hi, v2.l1884// W32: v_cmp_ge_i16_e32 vcc_lo, vcc_hi, v2.l   ; encoding: [0x6b,0x04,0x6c,0x7c]1885// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1886 1887v_cmp_ge_i16 vcc_lo, ttmp15, v2.l1888// W32: v_cmp_ge_i16_e32 vcc_lo, ttmp15, v2.l   ; encoding: [0x7b,0x04,0x6c,0x7c]1889// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1890 1891v_cmp_ge_i16 vcc_lo, m0, v2.l1892// W32: v_cmp_ge_i16_e32 vcc_lo, m0, v2.l       ; encoding: [0x7d,0x04,0x6c,0x7c]1893// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1894 1895v_cmp_ge_i16 vcc_lo, exec_lo, v2.l1896// W32: v_cmp_ge_i16_e32 vcc_lo, exec_lo, v2.l  ; encoding: [0x7e,0x04,0x6c,0x7c]1897// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1898 1899v_cmp_ge_i16 vcc_lo, exec_hi, v2.l1900// W32: v_cmp_ge_i16_e32 vcc_lo, exec_hi, v2.l  ; encoding: [0x7f,0x04,0x6c,0x7c]1901// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1902 1903v_cmp_ge_i16 vcc_lo, null, v2.l1904// W32: v_cmp_ge_i16_e32 vcc_lo, null, v2.l     ; encoding: [0x7c,0x04,0x6c,0x7c]1905// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1906 1907v_cmp_ge_i16 vcc_lo, -1, v2.l1908// W32: v_cmp_ge_i16_e32 vcc_lo, -1, v2.l       ; encoding: [0xc1,0x04,0x6c,0x7c]1909// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1910 1911v_cmp_ge_i16 vcc_lo, 0.5, v2.l1912// W32: v_cmp_ge_i16_e32 vcc_lo, 0.5, v2.l      ; encoding: [0xf0,0x04,0x6c,0x7c]1913// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1914 1915v_cmp_ge_i16 vcc_lo, src_scc, v2.l1916// W32: v_cmp_ge_i16_e32 vcc_lo, src_scc, v2.l  ; encoding: [0xfd,0x04,0x6c,0x7c]1917// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1918 1919v_cmp_ge_i16 vcc_lo, 0xfe0b, v127.l1920// W32: v_cmp_ge_i16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x6c,0x7c,0x0b,0xfe,0x00,0x00]1921// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1922 1923v_cmp_ge_i16 vcc, v1.l, v2.l1924// W64: v_cmp_ge_i16_e32 vcc, v1.l, v2.l        ; encoding: [0x01,0x05,0x6c,0x7c]1925// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1926 1927v_cmp_ge_i16 vcc, v127.l, v2.l1928// W64: v_cmp_ge_i16_e32 vcc, v127.l, v2.l      ; encoding: [0x7f,0x05,0x6c,0x7c]1929// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1930 1931v_cmp_ge_i16 vcc, s1, v2.l1932// W64: v_cmp_ge_i16_e32 vcc, s1, v2.l          ; encoding: [0x01,0x04,0x6c,0x7c]1933// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1934 1935v_cmp_ge_i16 vcc, s105, v2.l1936// W64: v_cmp_ge_i16_e32 vcc, s105, v2.l        ; encoding: [0x69,0x04,0x6c,0x7c]1937// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1938 1939v_cmp_ge_i16 vcc, vcc_lo, v2.l1940// W64: v_cmp_ge_i16_e32 vcc, vcc_lo, v2.l      ; encoding: [0x6a,0x04,0x6c,0x7c]1941// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1942 1943v_cmp_ge_i16 vcc, vcc_hi, v2.l1944// W64: v_cmp_ge_i16_e32 vcc, vcc_hi, v2.l      ; encoding: [0x6b,0x04,0x6c,0x7c]1945// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1946 1947v_cmp_ge_i16 vcc, ttmp15, v2.l1948// W64: v_cmp_ge_i16_e32 vcc, ttmp15, v2.l      ; encoding: [0x7b,0x04,0x6c,0x7c]1949// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1950 1951v_cmp_ge_i16 vcc, m0, v2.l1952// W64: v_cmp_ge_i16_e32 vcc, m0, v2.l          ; encoding: [0x7d,0x04,0x6c,0x7c]1953// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1954 1955v_cmp_ge_i16 vcc, exec_lo, v2.l1956// W64: v_cmp_ge_i16_e32 vcc, exec_lo, v2.l     ; encoding: [0x7e,0x04,0x6c,0x7c]1957// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1958 1959v_cmp_ge_i16 vcc, exec_hi, v2.l1960// W64: v_cmp_ge_i16_e32 vcc, exec_hi, v2.l     ; encoding: [0x7f,0x04,0x6c,0x7c]1961// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1962 1963v_cmp_ge_i16 vcc, null, v2.l1964// W64: v_cmp_ge_i16_e32 vcc, null, v2.l        ; encoding: [0x7c,0x04,0x6c,0x7c]1965// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1966 1967v_cmp_ge_i16 vcc, -1, v2.l1968// W64: v_cmp_ge_i16_e32 vcc, -1, v2.l          ; encoding: [0xc1,0x04,0x6c,0x7c]1969// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1970 1971v_cmp_ge_i16 vcc, 0.5, v2.l1972// W64: v_cmp_ge_i16_e32 vcc, 0.5, v2.l         ; encoding: [0xf0,0x04,0x6c,0x7c]1973// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1974 1975v_cmp_ge_i16 vcc, src_scc, v2.l1976// W64: v_cmp_ge_i16_e32 vcc, src_scc, v2.l     ; encoding: [0xfd,0x04,0x6c,0x7c]1977// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1978 1979v_cmp_ge_i16 vcc, 0xfe0b, v127.l1980// W64: v_cmp_ge_i16_e32 vcc, 0xfe0b, v127.l    ; encoding: [0xff,0xfe,0x6c,0x7c,0x0b,0xfe,0x00,0x00]1981// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1982 1983v_cmp_ge_i16 vcc_lo, 0x3800, v2.l1984// W32: v_cmp_ge_i16_e32 vcc_lo, 0x3800, v2.l   ; encoding: [0xff,0x04,0x6c,0x7c,0x00,0x38,0x00,0x00]1985// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1986 1987v_cmp_ge_i16 vcc, 0x3800, v2.l1988// W64: v_cmp_ge_i16_e32 vcc, 0x3800, v2.l      ; encoding: [0xff,0x04,0x6c,0x7c,0x00,0x38,0x00,0x00]1989// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1990 1991v_cmp_ge_i16 vcc_lo, v1.h, v2.l1992// W32: v_cmp_ge_i16_e32 vcc_lo, v1.h, v2.l     ; encoding: [0x81,0x05,0x6c,0x7c]1993// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1994 1995v_cmp_ge_i16 vcc, v1.h, v2.l1996// W64: v_cmp_ge_i16_e32 vcc, v1.h, v2.l        ; encoding: [0x81,0x05,0x6c,0x7c]1997// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode1998 1999v_cmp_ge_i16 vcc_lo, v127.h, v2.l2000// W32: v_cmp_ge_i16_e32 vcc_lo, v127.h, v2.l   ; encoding: [0xff,0x05,0x6c,0x7c]2001// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2002 2003v_cmp_ge_i16 vcc, v127.h, v2.l2004// W64: v_cmp_ge_i16_e32 vcc, v127.h, v2.l      ; encoding: [0xff,0x05,0x6c,0x7c]2005// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2006 2007v_cmp_ge_i16 vcc_lo, src_scc, v2.h2008// W32: v_cmp_ge_i16_e32 vcc_lo, src_scc, v2.h  ; encoding: [0xfd,0x04,0x6d,0x7c]2009// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2010 2011v_cmp_ge_i16 vcc, src_scc, v2.h2012// W64: v_cmp_ge_i16_e32 vcc, src_scc, v2.h     ; encoding: [0xfd,0x04,0x6d,0x7c]2013// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2014 2015v_cmp_ge_i16 vcc_lo, 0xfe0b, v127.h2016// W32: v_cmp_ge_i16_e32 vcc_lo, 0xfe0b, v127.h ; encoding: [0xff,0xfe,0x6d,0x7c,0x0b,0xfe,0x00,0x00]2017// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2018 2019v_cmp_ge_i16 vcc, 0xfe0b, v127.h2020// W64: v_cmp_ge_i16_e32 vcc, 0xfe0b, v127.h    ; encoding: [0xff,0xfe,0x6d,0x7c,0x0b,0xfe,0x00,0x00]2021// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2022 2023v_cmp_ge_i32 vcc_lo, v1, v22024// W32: v_cmp_ge_i32_e32 vcc_lo, v1, v2         ; encoding: [0x01,0x05,0x8c,0x7c]2025// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2026 2027v_cmp_ge_i32 vcc_lo, v255, v22028// W32: v_cmp_ge_i32_e32 vcc_lo, v255, v2       ; encoding: [0xff,0x05,0x8c,0x7c]2029// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2030 2031v_cmp_ge_i32 vcc_lo, s1, v22032// W32: v_cmp_ge_i32_e32 vcc_lo, s1, v2         ; encoding: [0x01,0x04,0x8c,0x7c]2033// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2034 2035v_cmp_ge_i32 vcc_lo, s105, v22036// W32: v_cmp_ge_i32_e32 vcc_lo, s105, v2       ; encoding: [0x69,0x04,0x8c,0x7c]2037// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2038 2039v_cmp_ge_i32 vcc_lo, vcc_lo, v22040// W32: v_cmp_ge_i32_e32 vcc_lo, vcc_lo, v2     ; encoding: [0x6a,0x04,0x8c,0x7c]2041// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2042 2043v_cmp_ge_i32 vcc_lo, vcc_hi, v22044// W32: v_cmp_ge_i32_e32 vcc_lo, vcc_hi, v2     ; encoding: [0x6b,0x04,0x8c,0x7c]2045// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2046 2047v_cmp_ge_i32 vcc_lo, ttmp15, v22048// W32: v_cmp_ge_i32_e32 vcc_lo, ttmp15, v2     ; encoding: [0x7b,0x04,0x8c,0x7c]2049// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2050 2051v_cmp_ge_i32 vcc_lo, m0, v22052// W32: v_cmp_ge_i32_e32 vcc_lo, m0, v2         ; encoding: [0x7d,0x04,0x8c,0x7c]2053// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2054 2055v_cmp_ge_i32 vcc_lo, exec_lo, v22056// W32: v_cmp_ge_i32_e32 vcc_lo, exec_lo, v2    ; encoding: [0x7e,0x04,0x8c,0x7c]2057// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2058 2059v_cmp_ge_i32 vcc_lo, exec_hi, v22060// W32: v_cmp_ge_i32_e32 vcc_lo, exec_hi, v2    ; encoding: [0x7f,0x04,0x8c,0x7c]2061// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2062 2063v_cmp_ge_i32 vcc_lo, null, v22064// W32: v_cmp_ge_i32_e32 vcc_lo, null, v2       ; encoding: [0x7c,0x04,0x8c,0x7c]2065// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2066 2067v_cmp_ge_i32 vcc_lo, -1, v22068// W32: v_cmp_ge_i32_e32 vcc_lo, -1, v2         ; encoding: [0xc1,0x04,0x8c,0x7c]2069// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2070 2071v_cmp_ge_i32 vcc_lo, 0.5, v22072// W32: v_cmp_ge_i32_e32 vcc_lo, 0.5, v2        ; encoding: [0xf0,0x04,0x8c,0x7c]2073// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2074 2075v_cmp_ge_i32 vcc_lo, src_scc, v22076// W32: v_cmp_ge_i32_e32 vcc_lo, src_scc, v2    ; encoding: [0xfd,0x04,0x8c,0x7c]2077// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2078 2079v_cmp_ge_i32 vcc_lo, 0xaf123456, v2552080// W32: v_cmp_ge_i32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x8d,0x7c,0x56,0x34,0x12,0xaf]2081// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2082 2083v_cmp_ge_i32 vcc, v1, v22084// W64: v_cmp_ge_i32_e32 vcc, v1, v2            ; encoding: [0x01,0x05,0x8c,0x7c]2085// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2086 2087v_cmp_ge_i32 vcc, v255, v22088// W64: v_cmp_ge_i32_e32 vcc, v255, v2          ; encoding: [0xff,0x05,0x8c,0x7c]2089// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2090 2091v_cmp_ge_i32 vcc, s1, v22092// W64: v_cmp_ge_i32_e32 vcc, s1, v2            ; encoding: [0x01,0x04,0x8c,0x7c]2093// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2094 2095v_cmp_ge_i32 vcc, s105, v22096// W64: v_cmp_ge_i32_e32 vcc, s105, v2          ; encoding: [0x69,0x04,0x8c,0x7c]2097// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2098 2099v_cmp_ge_i32 vcc, vcc_lo, v22100// W64: v_cmp_ge_i32_e32 vcc, vcc_lo, v2        ; encoding: [0x6a,0x04,0x8c,0x7c]2101// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2102 2103v_cmp_ge_i32 vcc, vcc_hi, v22104// W64: v_cmp_ge_i32_e32 vcc, vcc_hi, v2        ; encoding: [0x6b,0x04,0x8c,0x7c]2105// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2106 2107v_cmp_ge_i32 vcc, ttmp15, v22108// W64: v_cmp_ge_i32_e32 vcc, ttmp15, v2        ; encoding: [0x7b,0x04,0x8c,0x7c]2109// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2110 2111v_cmp_ge_i32 vcc, m0, v22112// W64: v_cmp_ge_i32_e32 vcc, m0, v2            ; encoding: [0x7d,0x04,0x8c,0x7c]2113// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2114 2115v_cmp_ge_i32 vcc, exec_lo, v22116// W64: v_cmp_ge_i32_e32 vcc, exec_lo, v2       ; encoding: [0x7e,0x04,0x8c,0x7c]2117// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2118 2119v_cmp_ge_i32 vcc, exec_hi, v22120// W64: v_cmp_ge_i32_e32 vcc, exec_hi, v2       ; encoding: [0x7f,0x04,0x8c,0x7c]2121// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2122 2123v_cmp_ge_i32 vcc, null, v22124// W64: v_cmp_ge_i32_e32 vcc, null, v2          ; encoding: [0x7c,0x04,0x8c,0x7c]2125// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2126 2127v_cmp_ge_i32 vcc, -1, v22128// W64: v_cmp_ge_i32_e32 vcc, -1, v2            ; encoding: [0xc1,0x04,0x8c,0x7c]2129// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2130 2131v_cmp_ge_i32 vcc, 0.5, v22132// W64: v_cmp_ge_i32_e32 vcc, 0.5, v2           ; encoding: [0xf0,0x04,0x8c,0x7c]2133// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2134 2135v_cmp_ge_i32 vcc, src_scc, v22136// W64: v_cmp_ge_i32_e32 vcc, src_scc, v2       ; encoding: [0xfd,0x04,0x8c,0x7c]2137// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2138 2139v_cmp_ge_i32 vcc, 0xaf123456, v2552140// W64: v_cmp_ge_i32_e32 vcc, 0xaf123456, v255  ; encoding: [0xff,0xfe,0x8d,0x7c,0x56,0x34,0x12,0xaf]2141// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2142 2143v_cmp_ge_i64 vcc_lo, v[1:2], v[2:3]2144// W32: v_cmp_ge_i64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0xac,0x7c]2145// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2146 2147v_cmp_ge_i64 vcc_lo, v[254:255], v[2:3]2148// W32: v_cmp_ge_i64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xac,0x7c]2149// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2150 2151v_cmp_ge_i64 vcc_lo, s[2:3], v[2:3]2152// W32: v_cmp_ge_i64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0xac,0x7c]2153// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2154 2155v_cmp_ge_i64 vcc_lo, s[104:105], v[2:3]2156// W32: v_cmp_ge_i64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xac,0x7c]2157// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2158 2159v_cmp_ge_i64 vcc_lo, vcc, v[2:3]2160// W32: v_cmp_ge_i64_e32 vcc_lo, vcc, v[2:3]    ; encoding: [0x6a,0x04,0xac,0x7c]2161// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2162 2163v_cmp_ge_i64 vcc_lo, ttmp[14:15], v[2:3]2164// W32: v_cmp_ge_i64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xac,0x7c]2165// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2166 2167v_cmp_ge_i64 vcc_lo, exec, v[2:3]2168// W32: v_cmp_ge_i64_e32 vcc_lo, exec, v[2:3]   ; encoding: [0x7e,0x04,0xac,0x7c]2169// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2170 2171v_cmp_ge_i64 vcc_lo, null, v[2:3]2172// W32: v_cmp_ge_i64_e32 vcc_lo, null, v[2:3]   ; encoding: [0x7c,0x04,0xac,0x7c]2173// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2174 2175v_cmp_ge_i64 vcc_lo, -1, v[2:3]2176// W32: v_cmp_ge_i64_e32 vcc_lo, -1, v[2:3]     ; encoding: [0xc1,0x04,0xac,0x7c]2177// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2178 2179v_cmp_ge_i64 vcc_lo, 0.5, v[2:3]2180// W32: v_cmp_ge_i64_e32 vcc_lo, 0.5, v[2:3]    ; encoding: [0xf0,0x04,0xac,0x7c]2181// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2182 2183v_cmp_ge_i64 vcc_lo, src_scc, v[2:3]2184// W32: v_cmp_ge_i64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0xac,0x7c]2185// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2186 2187v_cmp_ge_i64 vcc_lo, 0xaf123456, v[254:255]2188// W32: v_cmp_ge_i64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xad,0x7c,0x56,0x34,0x12,0xaf]2189// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2190 2191v_cmp_ge_i64 vcc, v[1:2], v[2:3]2192// W64: v_cmp_ge_i64_e32 vcc, v[1:2], v[2:3]    ; encoding: [0x01,0x05,0xac,0x7c]2193// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2194 2195v_cmp_ge_i64 vcc, v[254:255], v[2:3]2196// W64: v_cmp_ge_i64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xac,0x7c]2197// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2198 2199v_cmp_ge_i64 vcc, s[2:3], v[2:3]2200// W64: v_cmp_ge_i64_e32 vcc, s[2:3], v[2:3]    ; encoding: [0x02,0x04,0xac,0x7c]2201// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2202 2203v_cmp_ge_i64 vcc, s[104:105], v[2:3]2204// W64: v_cmp_ge_i64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xac,0x7c]2205// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2206 2207v_cmp_ge_i64 vcc, vcc, v[2:3]2208// W64: v_cmp_ge_i64_e32 vcc, vcc, v[2:3]       ; encoding: [0x6a,0x04,0xac,0x7c]2209// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2210 2211v_cmp_ge_i64 vcc, ttmp[14:15], v[2:3]2212// W64: v_cmp_ge_i64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xac,0x7c]2213// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2214 2215v_cmp_ge_i64 vcc, exec, v[2:3]2216// W64: v_cmp_ge_i64_e32 vcc, exec, v[2:3]      ; encoding: [0x7e,0x04,0xac,0x7c]2217// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2218 2219v_cmp_ge_i64 vcc, null, v[2:3]2220// W64: v_cmp_ge_i64_e32 vcc, null, v[2:3]      ; encoding: [0x7c,0x04,0xac,0x7c]2221// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2222 2223v_cmp_ge_i64 vcc, -1, v[2:3]2224// W64: v_cmp_ge_i64_e32 vcc, -1, v[2:3]        ; encoding: [0xc1,0x04,0xac,0x7c]2225// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2226 2227v_cmp_ge_i64 vcc, 0.5, v[2:3]2228// W64: v_cmp_ge_i64_e32 vcc, 0.5, v[2:3]       ; encoding: [0xf0,0x04,0xac,0x7c]2229// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2230 2231v_cmp_ge_i64 vcc, src_scc, v[2:3]2232// W64: v_cmp_ge_i64_e32 vcc, src_scc, v[2:3]   ; encoding: [0xfd,0x04,0xac,0x7c]2233// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2234 2235v_cmp_ge_i64 vcc, 0xaf123456, v[254:255]2236// W64: v_cmp_ge_i64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xad,0x7c,0x56,0x34,0x12,0xaf]2237// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2238 2239v_cmp_ge_u16 vcc_lo, v1.l, v2.l2240// W32: v_cmp_ge_u16_e32 vcc_lo, v1.l, v2.l     ; encoding: [0x01,0x05,0x7c,0x7c]2241// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2242 2243v_cmp_ge_u16 vcc_lo, v127.l, v2.l2244// W32: v_cmp_ge_u16_e32 vcc_lo, v127.l, v2.l   ; encoding: [0x7f,0x05,0x7c,0x7c]2245// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2246 2247v_cmp_ge_u16 vcc_lo, s1, v2.l2248// W32: v_cmp_ge_u16_e32 vcc_lo, s1, v2.l       ; encoding: [0x01,0x04,0x7c,0x7c]2249// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2250 2251v_cmp_ge_u16 vcc_lo, s105, v2.l2252// W32: v_cmp_ge_u16_e32 vcc_lo, s105, v2.l     ; encoding: [0x69,0x04,0x7c,0x7c]2253// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2254 2255v_cmp_ge_u16 vcc_lo, vcc_lo, v2.l2256// W32: v_cmp_ge_u16_e32 vcc_lo, vcc_lo, v2.l   ; encoding: [0x6a,0x04,0x7c,0x7c]2257// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2258 2259v_cmp_ge_u16 vcc_lo, vcc_hi, v2.l2260// W32: v_cmp_ge_u16_e32 vcc_lo, vcc_hi, v2.l   ; encoding: [0x6b,0x04,0x7c,0x7c]2261// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2262 2263v_cmp_ge_u16 vcc_lo, ttmp15, v2.l2264// W32: v_cmp_ge_u16_e32 vcc_lo, ttmp15, v2.l   ; encoding: [0x7b,0x04,0x7c,0x7c]2265// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2266 2267v_cmp_ge_u16 vcc_lo, m0, v2.l2268// W32: v_cmp_ge_u16_e32 vcc_lo, m0, v2.l       ; encoding: [0x7d,0x04,0x7c,0x7c]2269// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2270 2271v_cmp_ge_u16 vcc_lo, exec_lo, v2.l2272// W32: v_cmp_ge_u16_e32 vcc_lo, exec_lo, v2.l  ; encoding: [0x7e,0x04,0x7c,0x7c]2273// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2274 2275v_cmp_ge_u16 vcc_lo, exec_hi, v2.l2276// W32: v_cmp_ge_u16_e32 vcc_lo, exec_hi, v2.l  ; encoding: [0x7f,0x04,0x7c,0x7c]2277// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2278 2279v_cmp_ge_u16 vcc_lo, null, v2.l2280// W32: v_cmp_ge_u16_e32 vcc_lo, null, v2.l     ; encoding: [0x7c,0x04,0x7c,0x7c]2281// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2282 2283v_cmp_ge_u16 vcc_lo, -1, v2.l2284// W32: v_cmp_ge_u16_e32 vcc_lo, -1, v2.l       ; encoding: [0xc1,0x04,0x7c,0x7c]2285// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2286 2287v_cmp_ge_u16 vcc_lo, 0.5, v2.l2288// W32: v_cmp_ge_u16_e32 vcc_lo, 0.5, v2.l      ; encoding: [0xf0,0x04,0x7c,0x7c]2289// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2290 2291v_cmp_ge_u16 vcc_lo, src_scc, v2.l2292// W32: v_cmp_ge_u16_e32 vcc_lo, src_scc, v2.l  ; encoding: [0xfd,0x04,0x7c,0x7c]2293// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2294 2295v_cmp_ge_u16 vcc_lo, 0xfe0b, v127.l2296// W32: v_cmp_ge_u16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x7c,0x7c,0x0b,0xfe,0x00,0x00]2297// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2298 2299v_cmp_ge_u16 vcc, v1.l, v2.l2300// W64: v_cmp_ge_u16_e32 vcc, v1.l, v2.l        ; encoding: [0x01,0x05,0x7c,0x7c]2301// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2302 2303v_cmp_ge_u16 vcc, v127.l, v2.l2304// W64: v_cmp_ge_u16_e32 vcc, v127.l, v2.l      ; encoding: [0x7f,0x05,0x7c,0x7c]2305// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2306 2307v_cmp_ge_u16 vcc, s1, v2.l2308// W64: v_cmp_ge_u16_e32 vcc, s1, v2.l          ; encoding: [0x01,0x04,0x7c,0x7c]2309// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2310 2311v_cmp_ge_u16 vcc, s105, v2.l2312// W64: v_cmp_ge_u16_e32 vcc, s105, v2.l        ; encoding: [0x69,0x04,0x7c,0x7c]2313// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2314 2315v_cmp_ge_u16 vcc, vcc_lo, v2.l2316// W64: v_cmp_ge_u16_e32 vcc, vcc_lo, v2.l      ; encoding: [0x6a,0x04,0x7c,0x7c]2317// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2318 2319v_cmp_ge_u16 vcc, vcc_hi, v2.l2320// W64: v_cmp_ge_u16_e32 vcc, vcc_hi, v2.l      ; encoding: [0x6b,0x04,0x7c,0x7c]2321// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2322 2323v_cmp_ge_u16 vcc, ttmp15, v2.l2324// W64: v_cmp_ge_u16_e32 vcc, ttmp15, v2.l      ; encoding: [0x7b,0x04,0x7c,0x7c]2325// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2326 2327v_cmp_ge_u16 vcc, m0, v2.l2328// W64: v_cmp_ge_u16_e32 vcc, m0, v2.l          ; encoding: [0x7d,0x04,0x7c,0x7c]2329// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2330 2331v_cmp_ge_u16 vcc, exec_lo, v2.l2332// W64: v_cmp_ge_u16_e32 vcc, exec_lo, v2.l     ; encoding: [0x7e,0x04,0x7c,0x7c]2333// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2334 2335v_cmp_ge_u16 vcc, exec_hi, v2.l2336// W64: v_cmp_ge_u16_e32 vcc, exec_hi, v2.l     ; encoding: [0x7f,0x04,0x7c,0x7c]2337// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2338 2339v_cmp_ge_u16 vcc, null, v2.l2340// W64: v_cmp_ge_u16_e32 vcc, null, v2.l        ; encoding: [0x7c,0x04,0x7c,0x7c]2341// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2342 2343v_cmp_ge_u16 vcc, -1, v2.l2344// W64: v_cmp_ge_u16_e32 vcc, -1, v2.l          ; encoding: [0xc1,0x04,0x7c,0x7c]2345// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2346 2347v_cmp_ge_u16 vcc, 0.5, v2.l2348// W64: v_cmp_ge_u16_e32 vcc, 0.5, v2.l         ; encoding: [0xf0,0x04,0x7c,0x7c]2349// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2350 2351v_cmp_ge_u16 vcc, src_scc, v2.l2352// W64: v_cmp_ge_u16_e32 vcc, src_scc, v2.l     ; encoding: [0xfd,0x04,0x7c,0x7c]2353// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2354 2355v_cmp_ge_u16 vcc, 0xfe0b, v127.l2356// W64: v_cmp_ge_u16_e32 vcc, 0xfe0b, v127.l    ; encoding: [0xff,0xfe,0x7c,0x7c,0x0b,0xfe,0x00,0x00]2357// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2358 2359v_cmp_ge_u16 vcc_lo, 0x3800, v2.l2360// W32: v_cmp_ge_u16_e32 vcc_lo, 0x3800, v2.l   ; encoding: [0xff,0x04,0x7c,0x7c,0x00,0x38,0x00,0x00]2361// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2362 2363v_cmp_ge_u16 vcc, 0x3800, v2.l2364// W64: v_cmp_ge_u16_e32 vcc, 0x3800, v2.l      ; encoding: [0xff,0x04,0x7c,0x7c,0x00,0x38,0x00,0x00]2365// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2366 2367v_cmp_ge_u16 vcc_lo, v1.h, v2.l2368// W32: v_cmp_ge_u16_e32 vcc_lo, v1.h, v2.l     ; encoding: [0x81,0x05,0x7c,0x7c]2369// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2370 2371v_cmp_ge_u16 vcc, v1.h, v2.l2372// W64: v_cmp_ge_u16_e32 vcc, v1.h, v2.l        ; encoding: [0x81,0x05,0x7c,0x7c]2373// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2374 2375v_cmp_ge_u16 vcc_lo, v127.h, v2.l2376// W32: v_cmp_ge_u16_e32 vcc_lo, v127.h, v2.l   ; encoding: [0xff,0x05,0x7c,0x7c]2377// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2378 2379v_cmp_ge_u16 vcc, v127.h, v2.l2380// W64: v_cmp_ge_u16_e32 vcc, v127.h, v2.l      ; encoding: [0xff,0x05,0x7c,0x7c]2381// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2382 2383v_cmp_ge_u16 vcc_lo, src_scc, v2.h2384// W32: v_cmp_ge_u16_e32 vcc_lo, src_scc, v2.h  ; encoding: [0xfd,0x04,0x7d,0x7c]2385// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2386 2387v_cmp_ge_u16 vcc, src_scc, v2.h2388// W64: v_cmp_ge_u16_e32 vcc, src_scc, v2.h     ; encoding: [0xfd,0x04,0x7d,0x7c]2389// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2390 2391v_cmp_ge_u16 vcc_lo, 0xfe0b, v127.h2392// W32: v_cmp_ge_u16_e32 vcc_lo, 0xfe0b, v127.h ; encoding: [0xff,0xfe,0x7d,0x7c,0x0b,0xfe,0x00,0x00]2393// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2394 2395v_cmp_ge_u16 vcc, 0xfe0b, v127.h2396// W64: v_cmp_ge_u16_e32 vcc, 0xfe0b, v127.h    ; encoding: [0xff,0xfe,0x7d,0x7c,0x0b,0xfe,0x00,0x00]2397// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2398 2399v_cmp_ge_u32 vcc_lo, v1, v22400// W32: v_cmp_ge_u32_e32 vcc_lo, v1, v2         ; encoding: [0x01,0x05,0x9c,0x7c]2401// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2402 2403v_cmp_ge_u32 vcc_lo, v255, v22404// W32: v_cmp_ge_u32_e32 vcc_lo, v255, v2       ; encoding: [0xff,0x05,0x9c,0x7c]2405// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2406 2407v_cmp_ge_u32 vcc_lo, s1, v22408// W32: v_cmp_ge_u32_e32 vcc_lo, s1, v2         ; encoding: [0x01,0x04,0x9c,0x7c]2409// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2410 2411v_cmp_ge_u32 vcc_lo, s105, v22412// W32: v_cmp_ge_u32_e32 vcc_lo, s105, v2       ; encoding: [0x69,0x04,0x9c,0x7c]2413// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2414 2415v_cmp_ge_u32 vcc_lo, vcc_lo, v22416// W32: v_cmp_ge_u32_e32 vcc_lo, vcc_lo, v2     ; encoding: [0x6a,0x04,0x9c,0x7c]2417// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2418 2419v_cmp_ge_u32 vcc_lo, vcc_hi, v22420// W32: v_cmp_ge_u32_e32 vcc_lo, vcc_hi, v2     ; encoding: [0x6b,0x04,0x9c,0x7c]2421// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2422 2423v_cmp_ge_u32 vcc_lo, ttmp15, v22424// W32: v_cmp_ge_u32_e32 vcc_lo, ttmp15, v2     ; encoding: [0x7b,0x04,0x9c,0x7c]2425// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2426 2427v_cmp_ge_u32 vcc_lo, m0, v22428// W32: v_cmp_ge_u32_e32 vcc_lo, m0, v2         ; encoding: [0x7d,0x04,0x9c,0x7c]2429// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2430 2431v_cmp_ge_u32 vcc_lo, exec_lo, v22432// W32: v_cmp_ge_u32_e32 vcc_lo, exec_lo, v2    ; encoding: [0x7e,0x04,0x9c,0x7c]2433// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2434 2435v_cmp_ge_u32 vcc_lo, exec_hi, v22436// W32: v_cmp_ge_u32_e32 vcc_lo, exec_hi, v2    ; encoding: [0x7f,0x04,0x9c,0x7c]2437// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2438 2439v_cmp_ge_u32 vcc_lo, null, v22440// W32: v_cmp_ge_u32_e32 vcc_lo, null, v2       ; encoding: [0x7c,0x04,0x9c,0x7c]2441// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2442 2443v_cmp_ge_u32 vcc_lo, -1, v22444// W32: v_cmp_ge_u32_e32 vcc_lo, -1, v2         ; encoding: [0xc1,0x04,0x9c,0x7c]2445// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2446 2447v_cmp_ge_u32 vcc_lo, 0.5, v22448// W32: v_cmp_ge_u32_e32 vcc_lo, 0.5, v2        ; encoding: [0xf0,0x04,0x9c,0x7c]2449// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2450 2451v_cmp_ge_u32 vcc_lo, src_scc, v22452// W32: v_cmp_ge_u32_e32 vcc_lo, src_scc, v2    ; encoding: [0xfd,0x04,0x9c,0x7c]2453// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2454 2455v_cmp_ge_u32 vcc_lo, 0xaf123456, v2552456// W32: v_cmp_ge_u32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x9d,0x7c,0x56,0x34,0x12,0xaf]2457// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2458 2459v_cmp_ge_u32 vcc, v1, v22460// W64: v_cmp_ge_u32_e32 vcc, v1, v2            ; encoding: [0x01,0x05,0x9c,0x7c]2461// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2462 2463v_cmp_ge_u32 vcc, v255, v22464// W64: v_cmp_ge_u32_e32 vcc, v255, v2          ; encoding: [0xff,0x05,0x9c,0x7c]2465// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2466 2467v_cmp_ge_u32 vcc, s1, v22468// W64: v_cmp_ge_u32_e32 vcc, s1, v2            ; encoding: [0x01,0x04,0x9c,0x7c]2469// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2470 2471v_cmp_ge_u32 vcc, s105, v22472// W64: v_cmp_ge_u32_e32 vcc, s105, v2          ; encoding: [0x69,0x04,0x9c,0x7c]2473// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2474 2475v_cmp_ge_u32 vcc, vcc_lo, v22476// W64: v_cmp_ge_u32_e32 vcc, vcc_lo, v2        ; encoding: [0x6a,0x04,0x9c,0x7c]2477// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2478 2479v_cmp_ge_u32 vcc, vcc_hi, v22480// W64: v_cmp_ge_u32_e32 vcc, vcc_hi, v2        ; encoding: [0x6b,0x04,0x9c,0x7c]2481// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2482 2483v_cmp_ge_u32 vcc, ttmp15, v22484// W64: v_cmp_ge_u32_e32 vcc, ttmp15, v2        ; encoding: [0x7b,0x04,0x9c,0x7c]2485// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2486 2487v_cmp_ge_u32 vcc, m0, v22488// W64: v_cmp_ge_u32_e32 vcc, m0, v2            ; encoding: [0x7d,0x04,0x9c,0x7c]2489// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2490 2491v_cmp_ge_u32 vcc, exec_lo, v22492// W64: v_cmp_ge_u32_e32 vcc, exec_lo, v2       ; encoding: [0x7e,0x04,0x9c,0x7c]2493// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2494 2495v_cmp_ge_u32 vcc, exec_hi, v22496// W64: v_cmp_ge_u32_e32 vcc, exec_hi, v2       ; encoding: [0x7f,0x04,0x9c,0x7c]2497// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2498 2499v_cmp_ge_u32 vcc, null, v22500// W64: v_cmp_ge_u32_e32 vcc, null, v2          ; encoding: [0x7c,0x04,0x9c,0x7c]2501// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2502 2503v_cmp_ge_u32 vcc, -1, v22504// W64: v_cmp_ge_u32_e32 vcc, -1, v2            ; encoding: [0xc1,0x04,0x9c,0x7c]2505// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2506 2507v_cmp_ge_u32 vcc, 0.5, v22508// W64: v_cmp_ge_u32_e32 vcc, 0.5, v2           ; encoding: [0xf0,0x04,0x9c,0x7c]2509// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2510 2511v_cmp_ge_u32 vcc, src_scc, v22512// W64: v_cmp_ge_u32_e32 vcc, src_scc, v2       ; encoding: [0xfd,0x04,0x9c,0x7c]2513// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2514 2515v_cmp_ge_u32 vcc, 0xaf123456, v2552516// W64: v_cmp_ge_u32_e32 vcc, 0xaf123456, v255  ; encoding: [0xff,0xfe,0x9d,0x7c,0x56,0x34,0x12,0xaf]2517// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2518 2519v_cmp_ge_u64 vcc_lo, v[1:2], v[2:3]2520// W32: v_cmp_ge_u64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0xbc,0x7c]2521// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2522 2523v_cmp_ge_u64 vcc_lo, v[254:255], v[2:3]2524// W32: v_cmp_ge_u64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xbc,0x7c]2525// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2526 2527v_cmp_ge_u64 vcc_lo, s[2:3], v[2:3]2528// W32: v_cmp_ge_u64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0xbc,0x7c]2529// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2530 2531v_cmp_ge_u64 vcc_lo, s[104:105], v[2:3]2532// W32: v_cmp_ge_u64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xbc,0x7c]2533// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2534 2535v_cmp_ge_u64 vcc_lo, vcc, v[2:3]2536// W32: v_cmp_ge_u64_e32 vcc_lo, vcc, v[2:3]    ; encoding: [0x6a,0x04,0xbc,0x7c]2537// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2538 2539v_cmp_ge_u64 vcc_lo, ttmp[14:15], v[2:3]2540// W32: v_cmp_ge_u64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xbc,0x7c]2541// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2542 2543v_cmp_ge_u64 vcc_lo, exec, v[2:3]2544// W32: v_cmp_ge_u64_e32 vcc_lo, exec, v[2:3]   ; encoding: [0x7e,0x04,0xbc,0x7c]2545// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2546 2547v_cmp_ge_u64 vcc_lo, null, v[2:3]2548// W32: v_cmp_ge_u64_e32 vcc_lo, null, v[2:3]   ; encoding: [0x7c,0x04,0xbc,0x7c]2549// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2550 2551v_cmp_ge_u64 vcc_lo, -1, v[2:3]2552// W32: v_cmp_ge_u64_e32 vcc_lo, -1, v[2:3]     ; encoding: [0xc1,0x04,0xbc,0x7c]2553// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2554 2555v_cmp_ge_u64 vcc_lo, 0.5, v[2:3]2556// W32: v_cmp_ge_u64_e32 vcc_lo, 0.5, v[2:3]    ; encoding: [0xf0,0x04,0xbc,0x7c]2557// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2558 2559v_cmp_ge_u64 vcc_lo, src_scc, v[2:3]2560// W32: v_cmp_ge_u64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0xbc,0x7c]2561// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2562 2563v_cmp_ge_u64 vcc_lo, 0xaf123456, v[254:255]2564// W32: v_cmp_ge_u64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xbd,0x7c,0x56,0x34,0x12,0xaf]2565// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2566 2567v_cmp_ge_u64 vcc, v[1:2], v[2:3]2568// W64: v_cmp_ge_u64_e32 vcc, v[1:2], v[2:3]    ; encoding: [0x01,0x05,0xbc,0x7c]2569// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2570 2571v_cmp_ge_u64 vcc, v[254:255], v[2:3]2572// W64: v_cmp_ge_u64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xbc,0x7c]2573// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2574 2575v_cmp_ge_u64 vcc, s[2:3], v[2:3]2576// W64: v_cmp_ge_u64_e32 vcc, s[2:3], v[2:3]    ; encoding: [0x02,0x04,0xbc,0x7c]2577// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2578 2579v_cmp_ge_u64 vcc, s[104:105], v[2:3]2580// W64: v_cmp_ge_u64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xbc,0x7c]2581// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2582 2583v_cmp_ge_u64 vcc, vcc, v[2:3]2584// W64: v_cmp_ge_u64_e32 vcc, vcc, v[2:3]       ; encoding: [0x6a,0x04,0xbc,0x7c]2585// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2586 2587v_cmp_ge_u64 vcc, ttmp[14:15], v[2:3]2588// W64: v_cmp_ge_u64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xbc,0x7c]2589// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2590 2591v_cmp_ge_u64 vcc, exec, v[2:3]2592// W64: v_cmp_ge_u64_e32 vcc, exec, v[2:3]      ; encoding: [0x7e,0x04,0xbc,0x7c]2593// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2594 2595v_cmp_ge_u64 vcc, null, v[2:3]2596// W64: v_cmp_ge_u64_e32 vcc, null, v[2:3]      ; encoding: [0x7c,0x04,0xbc,0x7c]2597// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2598 2599v_cmp_ge_u64 vcc, -1, v[2:3]2600// W64: v_cmp_ge_u64_e32 vcc, -1, v[2:3]        ; encoding: [0xc1,0x04,0xbc,0x7c]2601// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2602 2603v_cmp_ge_u64 vcc, 0.5, v[2:3]2604// W64: v_cmp_ge_u64_e32 vcc, 0.5, v[2:3]       ; encoding: [0xf0,0x04,0xbc,0x7c]2605// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2606 2607v_cmp_ge_u64 vcc, src_scc, v[2:3]2608// W64: v_cmp_ge_u64_e32 vcc, src_scc, v[2:3]   ; encoding: [0xfd,0x04,0xbc,0x7c]2609// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2610 2611v_cmp_ge_u64 vcc, 0xaf123456, v[254:255]2612// W64: v_cmp_ge_u64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xbd,0x7c,0x56,0x34,0x12,0xaf]2613// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2614 2615v_cmp_gt_f16 vcc_lo, v1.l, v2.l2616// W32: v_cmp_gt_f16_e32 vcc_lo, v1.l, v2.l     ; encoding: [0x01,0x05,0x08,0x7c]2617// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2618 2619v_cmp_gt_f16 vcc_lo, v127.l, v2.l2620// W32: v_cmp_gt_f16_e32 vcc_lo, v127.l, v2.l   ; encoding: [0x7f,0x05,0x08,0x7c]2621// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2622 2623v_cmp_gt_f16 vcc_lo, s1, v2.l2624// W32: v_cmp_gt_f16_e32 vcc_lo, s1, v2.l       ; encoding: [0x01,0x04,0x08,0x7c]2625// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2626 2627v_cmp_gt_f16 vcc_lo, s105, v2.l2628// W32: v_cmp_gt_f16_e32 vcc_lo, s105, v2.l     ; encoding: [0x69,0x04,0x08,0x7c]2629// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2630 2631v_cmp_gt_f16 vcc_lo, vcc_lo, v2.l2632// W32: v_cmp_gt_f16_e32 vcc_lo, vcc_lo, v2.l   ; encoding: [0x6a,0x04,0x08,0x7c]2633// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2634 2635v_cmp_gt_f16 vcc_lo, vcc_hi, v2.l2636// W32: v_cmp_gt_f16_e32 vcc_lo, vcc_hi, v2.l   ; encoding: [0x6b,0x04,0x08,0x7c]2637// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2638 2639v_cmp_gt_f16 vcc_lo, ttmp15, v2.l2640// W32: v_cmp_gt_f16_e32 vcc_lo, ttmp15, v2.l   ; encoding: [0x7b,0x04,0x08,0x7c]2641// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2642 2643v_cmp_gt_f16 vcc_lo, m0, v2.l2644// W32: v_cmp_gt_f16_e32 vcc_lo, m0, v2.l       ; encoding: [0x7d,0x04,0x08,0x7c]2645// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2646 2647v_cmp_gt_f16 vcc_lo, exec_lo, v2.l2648// W32: v_cmp_gt_f16_e32 vcc_lo, exec_lo, v2.l  ; encoding: [0x7e,0x04,0x08,0x7c]2649// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2650 2651v_cmp_gt_f16 vcc_lo, exec_hi, v2.l2652// W32: v_cmp_gt_f16_e32 vcc_lo, exec_hi, v2.l  ; encoding: [0x7f,0x04,0x08,0x7c]2653// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2654 2655v_cmp_gt_f16 vcc_lo, null, v2.l2656// W32: v_cmp_gt_f16_e32 vcc_lo, null, v2.l     ; encoding: [0x7c,0x04,0x08,0x7c]2657// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2658 2659v_cmp_gt_f16 vcc_lo, -1, v2.l2660// W32: v_cmp_gt_f16_e32 vcc_lo, -1, v2.l       ; encoding: [0xc1,0x04,0x08,0x7c]2661// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2662 2663v_cmp_gt_f16 vcc_lo, 0.5, v2.l2664// W32: v_cmp_gt_f16_e32 vcc_lo, 0.5, v2.l      ; encoding: [0xf0,0x04,0x08,0x7c]2665// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2666 2667v_cmp_gt_f16 vcc_lo, src_scc, v2.l2668// W32: v_cmp_gt_f16_e32 vcc_lo, src_scc, v2.l  ; encoding: [0xfd,0x04,0x08,0x7c]2669// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2670 2671v_cmp_gt_f16 vcc_lo, 0xfe0b, v127.l2672// W32: v_cmp_gt_f16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x08,0x7c,0x0b,0xfe,0x00,0x00]2673// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2674 2675v_cmp_gt_f16 vcc, v1.l, v2.l2676// W64: v_cmp_gt_f16_e32 vcc, v1.l, v2.l        ; encoding: [0x01,0x05,0x08,0x7c]2677// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2678 2679v_cmp_gt_f16 vcc, v127.l, v2.l2680// W64: v_cmp_gt_f16_e32 vcc, v127.l, v2.l      ; encoding: [0x7f,0x05,0x08,0x7c]2681// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2682 2683v_cmp_gt_f16 vcc, s1, v2.l2684// W64: v_cmp_gt_f16_e32 vcc, s1, v2.l          ; encoding: [0x01,0x04,0x08,0x7c]2685// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2686 2687v_cmp_gt_f16 vcc, s105, v2.l2688// W64: v_cmp_gt_f16_e32 vcc, s105, v2.l        ; encoding: [0x69,0x04,0x08,0x7c]2689// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2690 2691v_cmp_gt_f16 vcc, vcc_lo, v2.l2692// W64: v_cmp_gt_f16_e32 vcc, vcc_lo, v2.l      ; encoding: [0x6a,0x04,0x08,0x7c]2693// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2694 2695v_cmp_gt_f16 vcc, vcc_hi, v2.l2696// W64: v_cmp_gt_f16_e32 vcc, vcc_hi, v2.l      ; encoding: [0x6b,0x04,0x08,0x7c]2697// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2698 2699v_cmp_gt_f16 vcc, ttmp15, v2.l2700// W64: v_cmp_gt_f16_e32 vcc, ttmp15, v2.l      ; encoding: [0x7b,0x04,0x08,0x7c]2701// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2702 2703v_cmp_gt_f16 vcc, m0, v2.l2704// W64: v_cmp_gt_f16_e32 vcc, m0, v2.l          ; encoding: [0x7d,0x04,0x08,0x7c]2705// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2706 2707v_cmp_gt_f16 vcc, exec_lo, v2.l2708// W64: v_cmp_gt_f16_e32 vcc, exec_lo, v2.l     ; encoding: [0x7e,0x04,0x08,0x7c]2709// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2710 2711v_cmp_gt_f16 vcc, exec_hi, v2.l2712// W64: v_cmp_gt_f16_e32 vcc, exec_hi, v2.l     ; encoding: [0x7f,0x04,0x08,0x7c]2713// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2714 2715v_cmp_gt_f16 vcc, null, v2.l2716// W64: v_cmp_gt_f16_e32 vcc, null, v2.l        ; encoding: [0x7c,0x04,0x08,0x7c]2717// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2718 2719v_cmp_gt_f16 vcc, -1, v2.l2720// W64: v_cmp_gt_f16_e32 vcc, -1, v2.l          ; encoding: [0xc1,0x04,0x08,0x7c]2721// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2722 2723v_cmp_gt_f16 vcc, 0.5, v2.l2724// W64: v_cmp_gt_f16_e32 vcc, 0.5, v2.l         ; encoding: [0xf0,0x04,0x08,0x7c]2725// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2726 2727v_cmp_gt_f16 vcc, src_scc, v2.l2728// W64: v_cmp_gt_f16_e32 vcc, src_scc, v2.l     ; encoding: [0xfd,0x04,0x08,0x7c]2729// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2730 2731v_cmp_gt_f16 vcc, 0xfe0b, v127.l2732// W64: v_cmp_gt_f16_e32 vcc, 0xfe0b, v127.l    ; encoding: [0xff,0xfe,0x08,0x7c,0x0b,0xfe,0x00,0x00]2733// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2734 2735v_cmp_gt_f16 vcc_lo, v1.h, v2.l2736// W32: v_cmp_gt_f16_e32 vcc_lo, v1.h, v2.l     ; encoding: [0x81,0x05,0x08,0x7c]2737// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2738 2739v_cmp_gt_f16 vcc, v1.h, v2.l2740// W64: v_cmp_gt_f16_e32 vcc, v1.h, v2.l        ; encoding: [0x81,0x05,0x08,0x7c]2741// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2742 2743v_cmp_gt_f16 vcc_lo, v127.h, v2.l2744// W32: v_cmp_gt_f16_e32 vcc_lo, v127.h, v2.l   ; encoding: [0xff,0x05,0x08,0x7c]2745// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2746 2747v_cmp_gt_f16 vcc, v127.h, v2.l2748// W64: v_cmp_gt_f16_e32 vcc, v127.h, v2.l      ; encoding: [0xff,0x05,0x08,0x7c]2749// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2750 2751v_cmp_gt_f16 vcc_lo, src_scc, v2.h2752// W32: v_cmp_gt_f16_e32 vcc_lo, src_scc, v2.h  ; encoding: [0xfd,0x04,0x09,0x7c]2753// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2754 2755v_cmp_gt_f16 vcc, src_scc, v2.h2756// W64: v_cmp_gt_f16_e32 vcc, src_scc, v2.h     ; encoding: [0xfd,0x04,0x09,0x7c]2757// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2758 2759v_cmp_gt_f16 vcc_lo, 0xfe0b, v127.h2760// W32: v_cmp_gt_f16_e32 vcc_lo, 0xfe0b, v127.h ; encoding: [0xff,0xfe,0x09,0x7c,0x0b,0xfe,0x00,0x00]2761// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2762 2763v_cmp_gt_f16 vcc, 0xfe0b, v127.h2764// W64: v_cmp_gt_f16_e32 vcc, 0xfe0b, v127.h    ; encoding: [0xff,0xfe,0x09,0x7c,0x0b,0xfe,0x00,0x00]2765// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2766 2767v_cmp_gt_f32 vcc_lo, v1, v22768// W32: v_cmp_gt_f32_e32 vcc_lo, v1, v2         ; encoding: [0x01,0x05,0x28,0x7c]2769// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2770 2771v_cmp_gt_f32 vcc_lo, v255, v22772// W32: v_cmp_gt_f32_e32 vcc_lo, v255, v2       ; encoding: [0xff,0x05,0x28,0x7c]2773// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2774 2775v_cmp_gt_f32 vcc_lo, s1, v22776// W32: v_cmp_gt_f32_e32 vcc_lo, s1, v2         ; encoding: [0x01,0x04,0x28,0x7c]2777// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2778 2779v_cmp_gt_f32 vcc_lo, s105, v22780// W32: v_cmp_gt_f32_e32 vcc_lo, s105, v2       ; encoding: [0x69,0x04,0x28,0x7c]2781// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2782 2783v_cmp_gt_f32 vcc_lo, vcc_lo, v22784// W32: v_cmp_gt_f32_e32 vcc_lo, vcc_lo, v2     ; encoding: [0x6a,0x04,0x28,0x7c]2785// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2786 2787v_cmp_gt_f32 vcc_lo, vcc_hi, v22788// W32: v_cmp_gt_f32_e32 vcc_lo, vcc_hi, v2     ; encoding: [0x6b,0x04,0x28,0x7c]2789// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2790 2791v_cmp_gt_f32 vcc_lo, ttmp15, v22792// W32: v_cmp_gt_f32_e32 vcc_lo, ttmp15, v2     ; encoding: [0x7b,0x04,0x28,0x7c]2793// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2794 2795v_cmp_gt_f32 vcc_lo, m0, v22796// W32: v_cmp_gt_f32_e32 vcc_lo, m0, v2         ; encoding: [0x7d,0x04,0x28,0x7c]2797// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2798 2799v_cmp_gt_f32 vcc_lo, exec_lo, v22800// W32: v_cmp_gt_f32_e32 vcc_lo, exec_lo, v2    ; encoding: [0x7e,0x04,0x28,0x7c]2801// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2802 2803v_cmp_gt_f32 vcc_lo, exec_hi, v22804// W32: v_cmp_gt_f32_e32 vcc_lo, exec_hi, v2    ; encoding: [0x7f,0x04,0x28,0x7c]2805// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2806 2807v_cmp_gt_f32 vcc_lo, null, v22808// W32: v_cmp_gt_f32_e32 vcc_lo, null, v2       ; encoding: [0x7c,0x04,0x28,0x7c]2809// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2810 2811v_cmp_gt_f32 vcc_lo, -1, v22812// W32: v_cmp_gt_f32_e32 vcc_lo, -1, v2         ; encoding: [0xc1,0x04,0x28,0x7c]2813// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2814 2815v_cmp_gt_f32 vcc_lo, 0.5, v22816// W32: v_cmp_gt_f32_e32 vcc_lo, 0.5, v2        ; encoding: [0xf0,0x04,0x28,0x7c]2817// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2818 2819v_cmp_gt_f32 vcc_lo, src_scc, v22820// W32: v_cmp_gt_f32_e32 vcc_lo, src_scc, v2    ; encoding: [0xfd,0x04,0x28,0x7c]2821// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2822 2823v_cmp_gt_f32 vcc_lo, 0xaf123456, v2552824// W32: v_cmp_gt_f32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x29,0x7c,0x56,0x34,0x12,0xaf]2825// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2826 2827v_cmp_gt_f32 vcc, v1, v22828// W64: v_cmp_gt_f32_e32 vcc, v1, v2            ; encoding: [0x01,0x05,0x28,0x7c]2829// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2830 2831v_cmp_gt_f32 vcc, v255, v22832// W64: v_cmp_gt_f32_e32 vcc, v255, v2          ; encoding: [0xff,0x05,0x28,0x7c]2833// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2834 2835v_cmp_gt_f32 vcc, s1, v22836// W64: v_cmp_gt_f32_e32 vcc, s1, v2            ; encoding: [0x01,0x04,0x28,0x7c]2837// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2838 2839v_cmp_gt_f32 vcc, s105, v22840// W64: v_cmp_gt_f32_e32 vcc, s105, v2          ; encoding: [0x69,0x04,0x28,0x7c]2841// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2842 2843v_cmp_gt_f32 vcc, vcc_lo, v22844// W64: v_cmp_gt_f32_e32 vcc, vcc_lo, v2        ; encoding: [0x6a,0x04,0x28,0x7c]2845// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2846 2847v_cmp_gt_f32 vcc, vcc_hi, v22848// W64: v_cmp_gt_f32_e32 vcc, vcc_hi, v2        ; encoding: [0x6b,0x04,0x28,0x7c]2849// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2850 2851v_cmp_gt_f32 vcc, ttmp15, v22852// W64: v_cmp_gt_f32_e32 vcc, ttmp15, v2        ; encoding: [0x7b,0x04,0x28,0x7c]2853// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2854 2855v_cmp_gt_f32 vcc, m0, v22856// W64: v_cmp_gt_f32_e32 vcc, m0, v2            ; encoding: [0x7d,0x04,0x28,0x7c]2857// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2858 2859v_cmp_gt_f32 vcc, exec_lo, v22860// W64: v_cmp_gt_f32_e32 vcc, exec_lo, v2       ; encoding: [0x7e,0x04,0x28,0x7c]2861// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2862 2863v_cmp_gt_f32 vcc, exec_hi, v22864// W64: v_cmp_gt_f32_e32 vcc, exec_hi, v2       ; encoding: [0x7f,0x04,0x28,0x7c]2865// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2866 2867v_cmp_gt_f32 vcc, null, v22868// W64: v_cmp_gt_f32_e32 vcc, null, v2          ; encoding: [0x7c,0x04,0x28,0x7c]2869// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2870 2871v_cmp_gt_f32 vcc, -1, v22872// W64: v_cmp_gt_f32_e32 vcc, -1, v2            ; encoding: [0xc1,0x04,0x28,0x7c]2873// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2874 2875v_cmp_gt_f32 vcc, 0.5, v22876// W64: v_cmp_gt_f32_e32 vcc, 0.5, v2           ; encoding: [0xf0,0x04,0x28,0x7c]2877// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2878 2879v_cmp_gt_f32 vcc, src_scc, v22880// W64: v_cmp_gt_f32_e32 vcc, src_scc, v2       ; encoding: [0xfd,0x04,0x28,0x7c]2881// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2882 2883v_cmp_gt_f32 vcc, 0xaf123456, v2552884// W64: v_cmp_gt_f32_e32 vcc, 0xaf123456, v255  ; encoding: [0xff,0xfe,0x29,0x7c,0x56,0x34,0x12,0xaf]2885// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2886 2887v_cmp_gt_f64 vcc_lo, v[1:2], v[2:3]2888// W32: v_cmp_gt_f64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0x48,0x7c]2889// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2890 2891v_cmp_gt_f64 vcc_lo, v[254:255], v[2:3]2892// W32: v_cmp_gt_f64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x48,0x7c]2893// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2894 2895v_cmp_gt_f64 vcc_lo, s[2:3], v[2:3]2896// W32: v_cmp_gt_f64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0x48,0x7c]2897// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2898 2899v_cmp_gt_f64 vcc_lo, s[104:105], v[2:3]2900// W32: v_cmp_gt_f64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x48,0x7c]2901// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2902 2903v_cmp_gt_f64 vcc_lo, vcc, v[2:3]2904// W32: v_cmp_gt_f64_e32 vcc_lo, vcc, v[2:3]    ; encoding: [0x6a,0x04,0x48,0x7c]2905// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2906 2907v_cmp_gt_f64 vcc_lo, ttmp[14:15], v[2:3]2908// W32: v_cmp_gt_f64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x48,0x7c]2909// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2910 2911v_cmp_gt_f64 vcc_lo, exec, v[2:3]2912// W32: v_cmp_gt_f64_e32 vcc_lo, exec, v[2:3]   ; encoding: [0x7e,0x04,0x48,0x7c]2913// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2914 2915v_cmp_gt_f64 vcc_lo, null, v[2:3]2916// W32: v_cmp_gt_f64_e32 vcc_lo, null, v[2:3]   ; encoding: [0x7c,0x04,0x48,0x7c]2917// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2918 2919v_cmp_gt_f64 vcc_lo, -1, v[2:3]2920// W32: v_cmp_gt_f64_e32 vcc_lo, -1, v[2:3]     ; encoding: [0xc1,0x04,0x48,0x7c]2921// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2922 2923v_cmp_gt_f64 vcc_lo, 0.5, v[2:3]2924// W32: v_cmp_gt_f64_e32 vcc_lo, 0.5, v[2:3]    ; encoding: [0xf0,0x04,0x48,0x7c]2925// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2926 2927v_cmp_gt_f64 vcc_lo, src_scc, v[2:3]2928// W32: v_cmp_gt_f64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0x48,0x7c]2929// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2930 2931v_cmp_gt_f64 vcc_lo, 0xaf123456, v[254:255]2932// W32: v_cmp_gt_f64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x49,0x7c,0x56,0x34,0x12,0xaf]2933// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2934 2935v_cmp_gt_f64 vcc, v[1:2], v[2:3]2936// W64: v_cmp_gt_f64_e32 vcc, v[1:2], v[2:3]    ; encoding: [0x01,0x05,0x48,0x7c]2937// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2938 2939v_cmp_gt_f64 vcc, v[254:255], v[2:3]2940// W64: v_cmp_gt_f64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x48,0x7c]2941// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2942 2943v_cmp_gt_f64 vcc, s[2:3], v[2:3]2944// W64: v_cmp_gt_f64_e32 vcc, s[2:3], v[2:3]    ; encoding: [0x02,0x04,0x48,0x7c]2945// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2946 2947v_cmp_gt_f64 vcc, s[104:105], v[2:3]2948// W64: v_cmp_gt_f64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x48,0x7c]2949// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2950 2951v_cmp_gt_f64 vcc, vcc, v[2:3]2952// W64: v_cmp_gt_f64_e32 vcc, vcc, v[2:3]       ; encoding: [0x6a,0x04,0x48,0x7c]2953// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2954 2955v_cmp_gt_f64 vcc, ttmp[14:15], v[2:3]2956// W64: v_cmp_gt_f64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x48,0x7c]2957// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2958 2959v_cmp_gt_f64 vcc, exec, v[2:3]2960// W64: v_cmp_gt_f64_e32 vcc, exec, v[2:3]      ; encoding: [0x7e,0x04,0x48,0x7c]2961// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2962 2963v_cmp_gt_f64 vcc, null, v[2:3]2964// W64: v_cmp_gt_f64_e32 vcc, null, v[2:3]      ; encoding: [0x7c,0x04,0x48,0x7c]2965// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2966 2967v_cmp_gt_f64 vcc, -1, v[2:3]2968// W64: v_cmp_gt_f64_e32 vcc, -1, v[2:3]        ; encoding: [0xc1,0x04,0x48,0x7c]2969// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2970 2971v_cmp_gt_f64 vcc, 0.5, v[2:3]2972// W64: v_cmp_gt_f64_e32 vcc, 0.5, v[2:3]       ; encoding: [0xf0,0x04,0x48,0x7c]2973// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2974 2975v_cmp_gt_f64 vcc, src_scc, v[2:3]2976// W64: v_cmp_gt_f64_e32 vcc, src_scc, v[2:3]   ; encoding: [0xfd,0x04,0x48,0x7c]2977// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2978 2979v_cmp_gt_f64 vcc, 0xaf123456, v[254:255]2980// W64: v_cmp_gt_f64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x49,0x7c,0x56,0x34,0x12,0xaf]2981// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2982 2983v_cmp_gt_i16 vcc_lo, v1.l, v2.l2984// W32: v_cmp_gt_i16_e32 vcc_lo, v1.l, v2.l     ; encoding: [0x01,0x05,0x68,0x7c]2985// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2986 2987v_cmp_gt_i16 vcc_lo, v127.l, v2.l2988// W32: v_cmp_gt_i16_e32 vcc_lo, v127.l, v2.l   ; encoding: [0x7f,0x05,0x68,0x7c]2989// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2990 2991v_cmp_gt_i16 vcc_lo, s1, v2.l2992// W32: v_cmp_gt_i16_e32 vcc_lo, s1, v2.l       ; encoding: [0x01,0x04,0x68,0x7c]2993// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2994 2995v_cmp_gt_i16 vcc_lo, s105, v2.l2996// W32: v_cmp_gt_i16_e32 vcc_lo, s105, v2.l     ; encoding: [0x69,0x04,0x68,0x7c]2997// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode2998 2999v_cmp_gt_i16 vcc_lo, vcc_lo, v2.l3000// W32: v_cmp_gt_i16_e32 vcc_lo, vcc_lo, v2.l   ; encoding: [0x6a,0x04,0x68,0x7c]3001// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3002 3003v_cmp_gt_i16 vcc_lo, vcc_hi, v2.l3004// W32: v_cmp_gt_i16_e32 vcc_lo, vcc_hi, v2.l   ; encoding: [0x6b,0x04,0x68,0x7c]3005// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3006 3007v_cmp_gt_i16 vcc_lo, ttmp15, v2.l3008// W32: v_cmp_gt_i16_e32 vcc_lo, ttmp15, v2.l   ; encoding: [0x7b,0x04,0x68,0x7c]3009// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3010 3011v_cmp_gt_i16 vcc_lo, m0, v2.l3012// W32: v_cmp_gt_i16_e32 vcc_lo, m0, v2.l       ; encoding: [0x7d,0x04,0x68,0x7c]3013// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3014 3015v_cmp_gt_i16 vcc_lo, exec_lo, v2.l3016// W32: v_cmp_gt_i16_e32 vcc_lo, exec_lo, v2.l  ; encoding: [0x7e,0x04,0x68,0x7c]3017// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3018 3019v_cmp_gt_i16 vcc_lo, exec_hi, v2.l3020// W32: v_cmp_gt_i16_e32 vcc_lo, exec_hi, v2.l  ; encoding: [0x7f,0x04,0x68,0x7c]3021// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3022 3023v_cmp_gt_i16 vcc_lo, null, v2.l3024// W32: v_cmp_gt_i16_e32 vcc_lo, null, v2.l     ; encoding: [0x7c,0x04,0x68,0x7c]3025// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3026 3027v_cmp_gt_i16 vcc_lo, -1, v2.l3028// W32: v_cmp_gt_i16_e32 vcc_lo, -1, v2.l       ; encoding: [0xc1,0x04,0x68,0x7c]3029// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3030 3031v_cmp_gt_i16 vcc_lo, 0.5, v2.l3032// W32: v_cmp_gt_i16_e32 vcc_lo, 0.5, v2.l      ; encoding: [0xf0,0x04,0x68,0x7c]3033// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3034 3035v_cmp_gt_i16 vcc_lo, src_scc, v2.l3036// W32: v_cmp_gt_i16_e32 vcc_lo, src_scc, v2.l  ; encoding: [0xfd,0x04,0x68,0x7c]3037// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3038 3039v_cmp_gt_i16 vcc_lo, 0xfe0b, v127.l3040// W32: v_cmp_gt_i16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x68,0x7c,0x0b,0xfe,0x00,0x00]3041// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3042 3043v_cmp_gt_i16 vcc, v1.l, v2.l3044// W64: v_cmp_gt_i16_e32 vcc, v1.l, v2.l        ; encoding: [0x01,0x05,0x68,0x7c]3045// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3046 3047v_cmp_gt_i16 vcc, v127.l, v2.l3048// W64: v_cmp_gt_i16_e32 vcc, v127.l, v2.l      ; encoding: [0x7f,0x05,0x68,0x7c]3049// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3050 3051v_cmp_gt_i16 vcc, s1, v2.l3052// W64: v_cmp_gt_i16_e32 vcc, s1, v2.l          ; encoding: [0x01,0x04,0x68,0x7c]3053// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3054 3055v_cmp_gt_i16 vcc, s105, v2.l3056// W64: v_cmp_gt_i16_e32 vcc, s105, v2.l        ; encoding: [0x69,0x04,0x68,0x7c]3057// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3058 3059v_cmp_gt_i16 vcc, vcc_lo, v2.l3060// W64: v_cmp_gt_i16_e32 vcc, vcc_lo, v2.l      ; encoding: [0x6a,0x04,0x68,0x7c]3061// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3062 3063v_cmp_gt_i16 vcc, vcc_hi, v2.l3064// W64: v_cmp_gt_i16_e32 vcc, vcc_hi, v2.l      ; encoding: [0x6b,0x04,0x68,0x7c]3065// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3066 3067v_cmp_gt_i16 vcc, ttmp15, v2.l3068// W64: v_cmp_gt_i16_e32 vcc, ttmp15, v2.l      ; encoding: [0x7b,0x04,0x68,0x7c]3069// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3070 3071v_cmp_gt_i16 vcc, m0, v2.l3072// W64: v_cmp_gt_i16_e32 vcc, m0, v2.l          ; encoding: [0x7d,0x04,0x68,0x7c]3073// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3074 3075v_cmp_gt_i16 vcc, exec_lo, v2.l3076// W64: v_cmp_gt_i16_e32 vcc, exec_lo, v2.l     ; encoding: [0x7e,0x04,0x68,0x7c]3077// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3078 3079v_cmp_gt_i16 vcc, exec_hi, v2.l3080// W64: v_cmp_gt_i16_e32 vcc, exec_hi, v2.l     ; encoding: [0x7f,0x04,0x68,0x7c]3081// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3082 3083v_cmp_gt_i16 vcc, null, v2.l3084// W64: v_cmp_gt_i16_e32 vcc, null, v2.l        ; encoding: [0x7c,0x04,0x68,0x7c]3085// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3086 3087v_cmp_gt_i16 vcc, -1, v2.l3088// W64: v_cmp_gt_i16_e32 vcc, -1, v2.l          ; encoding: [0xc1,0x04,0x68,0x7c]3089// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3090 3091v_cmp_gt_i16 vcc, 0.5, v2.l3092// W64: v_cmp_gt_i16_e32 vcc, 0.5, v2.l         ; encoding: [0xf0,0x04,0x68,0x7c]3093// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3094 3095v_cmp_gt_i16 vcc, src_scc, v2.l3096// W64: v_cmp_gt_i16_e32 vcc, src_scc, v2.l     ; encoding: [0xfd,0x04,0x68,0x7c]3097// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3098 3099v_cmp_gt_i16 vcc, 0xfe0b, v127.l3100// W64: v_cmp_gt_i16_e32 vcc, 0xfe0b, v127.l    ; encoding: [0xff,0xfe,0x68,0x7c,0x0b,0xfe,0x00,0x00]3101// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3102 3103v_cmp_gt_i16 vcc_lo, 0x3800, v2.l3104// W32: v_cmp_gt_i16_e32 vcc_lo, 0x3800, v2.l   ; encoding: [0xff,0x04,0x68,0x7c,0x00,0x38,0x00,0x00]3105// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3106 3107v_cmp_gt_i16 vcc, 0x3800, v2.l3108// W64: v_cmp_gt_i16_e32 vcc, 0x3800, v2.l      ; encoding: [0xff,0x04,0x68,0x7c,0x00,0x38,0x00,0x00]3109// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3110 3111v_cmp_gt_i16 vcc_lo, v1.h, v2.l3112// W32: v_cmp_gt_i16_e32 vcc_lo, v1.h, v2.l     ; encoding: [0x81,0x05,0x68,0x7c]3113// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3114 3115v_cmp_gt_i16 vcc, v1.h, v2.l3116// W64: v_cmp_gt_i16_e32 vcc, v1.h, v2.l        ; encoding: [0x81,0x05,0x68,0x7c]3117// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3118 3119v_cmp_gt_i16 vcc_lo, v127.h, v2.l3120// W32: v_cmp_gt_i16_e32 vcc_lo, v127.h, v2.l   ; encoding: [0xff,0x05,0x68,0x7c]3121// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3122 3123v_cmp_gt_i16 vcc, v127.h, v2.l3124// W64: v_cmp_gt_i16_e32 vcc, v127.h, v2.l      ; encoding: [0xff,0x05,0x68,0x7c]3125// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3126 3127v_cmp_gt_i16 vcc_lo, src_scc, v2.h3128// W32: v_cmp_gt_i16_e32 vcc_lo, src_scc, v2.h  ; encoding: [0xfd,0x04,0x69,0x7c]3129// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3130 3131v_cmp_gt_i16 vcc, src_scc, v2.h3132// W64: v_cmp_gt_i16_e32 vcc, src_scc, v2.h     ; encoding: [0xfd,0x04,0x69,0x7c]3133// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3134 3135v_cmp_gt_i16 vcc_lo, 0xfe0b, v127.h3136// W32: v_cmp_gt_i16_e32 vcc_lo, 0xfe0b, v127.h ; encoding: [0xff,0xfe,0x69,0x7c,0x0b,0xfe,0x00,0x00]3137// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3138 3139v_cmp_gt_i16 vcc, 0xfe0b, v127.h3140// W64: v_cmp_gt_i16_e32 vcc, 0xfe0b, v127.h    ; encoding: [0xff,0xfe,0x69,0x7c,0x0b,0xfe,0x00,0x00]3141// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3142 3143v_cmp_gt_i32 vcc_lo, v1, v23144// W32: v_cmp_gt_i32_e32 vcc_lo, v1, v2         ; encoding: [0x01,0x05,0x88,0x7c]3145// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3146 3147v_cmp_gt_i32 vcc_lo, v255, v23148// W32: v_cmp_gt_i32_e32 vcc_lo, v255, v2       ; encoding: [0xff,0x05,0x88,0x7c]3149// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3150 3151v_cmp_gt_i32 vcc_lo, s1, v23152// W32: v_cmp_gt_i32_e32 vcc_lo, s1, v2         ; encoding: [0x01,0x04,0x88,0x7c]3153// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3154 3155v_cmp_gt_i32 vcc_lo, s105, v23156// W32: v_cmp_gt_i32_e32 vcc_lo, s105, v2       ; encoding: [0x69,0x04,0x88,0x7c]3157// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3158 3159v_cmp_gt_i32 vcc_lo, vcc_lo, v23160// W32: v_cmp_gt_i32_e32 vcc_lo, vcc_lo, v2     ; encoding: [0x6a,0x04,0x88,0x7c]3161// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3162 3163v_cmp_gt_i32 vcc_lo, vcc_hi, v23164// W32: v_cmp_gt_i32_e32 vcc_lo, vcc_hi, v2     ; encoding: [0x6b,0x04,0x88,0x7c]3165// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3166 3167v_cmp_gt_i32 vcc_lo, ttmp15, v23168// W32: v_cmp_gt_i32_e32 vcc_lo, ttmp15, v2     ; encoding: [0x7b,0x04,0x88,0x7c]3169// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3170 3171v_cmp_gt_i32 vcc_lo, m0, v23172// W32: v_cmp_gt_i32_e32 vcc_lo, m0, v2         ; encoding: [0x7d,0x04,0x88,0x7c]3173// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3174 3175v_cmp_gt_i32 vcc_lo, exec_lo, v23176// W32: v_cmp_gt_i32_e32 vcc_lo, exec_lo, v2    ; encoding: [0x7e,0x04,0x88,0x7c]3177// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3178 3179v_cmp_gt_i32 vcc_lo, exec_hi, v23180// W32: v_cmp_gt_i32_e32 vcc_lo, exec_hi, v2    ; encoding: [0x7f,0x04,0x88,0x7c]3181// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3182 3183v_cmp_gt_i32 vcc_lo, null, v23184// W32: v_cmp_gt_i32_e32 vcc_lo, null, v2       ; encoding: [0x7c,0x04,0x88,0x7c]3185// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3186 3187v_cmp_gt_i32 vcc_lo, -1, v23188// W32: v_cmp_gt_i32_e32 vcc_lo, -1, v2         ; encoding: [0xc1,0x04,0x88,0x7c]3189// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3190 3191v_cmp_gt_i32 vcc_lo, 0.5, v23192// W32: v_cmp_gt_i32_e32 vcc_lo, 0.5, v2        ; encoding: [0xf0,0x04,0x88,0x7c]3193// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3194 3195v_cmp_gt_i32 vcc_lo, src_scc, v23196// W32: v_cmp_gt_i32_e32 vcc_lo, src_scc, v2    ; encoding: [0xfd,0x04,0x88,0x7c]3197// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3198 3199v_cmp_gt_i32 vcc_lo, 0xaf123456, v2553200// W32: v_cmp_gt_i32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x89,0x7c,0x56,0x34,0x12,0xaf]3201// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3202 3203v_cmp_gt_i32 vcc, v1, v23204// W64: v_cmp_gt_i32_e32 vcc, v1, v2            ; encoding: [0x01,0x05,0x88,0x7c]3205// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3206 3207v_cmp_gt_i32 vcc, v255, v23208// W64: v_cmp_gt_i32_e32 vcc, v255, v2          ; encoding: [0xff,0x05,0x88,0x7c]3209// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3210 3211v_cmp_gt_i32 vcc, s1, v23212// W64: v_cmp_gt_i32_e32 vcc, s1, v2            ; encoding: [0x01,0x04,0x88,0x7c]3213// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3214 3215v_cmp_gt_i32 vcc, s105, v23216// W64: v_cmp_gt_i32_e32 vcc, s105, v2          ; encoding: [0x69,0x04,0x88,0x7c]3217// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3218 3219v_cmp_gt_i32 vcc, vcc_lo, v23220// W64: v_cmp_gt_i32_e32 vcc, vcc_lo, v2        ; encoding: [0x6a,0x04,0x88,0x7c]3221// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3222 3223v_cmp_gt_i32 vcc, vcc_hi, v23224// W64: v_cmp_gt_i32_e32 vcc, vcc_hi, v2        ; encoding: [0x6b,0x04,0x88,0x7c]3225// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3226 3227v_cmp_gt_i32 vcc, ttmp15, v23228// W64: v_cmp_gt_i32_e32 vcc, ttmp15, v2        ; encoding: [0x7b,0x04,0x88,0x7c]3229// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3230 3231v_cmp_gt_i32 vcc, m0, v23232// W64: v_cmp_gt_i32_e32 vcc, m0, v2            ; encoding: [0x7d,0x04,0x88,0x7c]3233// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3234 3235v_cmp_gt_i32 vcc, exec_lo, v23236// W64: v_cmp_gt_i32_e32 vcc, exec_lo, v2       ; encoding: [0x7e,0x04,0x88,0x7c]3237// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3238 3239v_cmp_gt_i32 vcc, exec_hi, v23240// W64: v_cmp_gt_i32_e32 vcc, exec_hi, v2       ; encoding: [0x7f,0x04,0x88,0x7c]3241// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3242 3243v_cmp_gt_i32 vcc, null, v23244// W64: v_cmp_gt_i32_e32 vcc, null, v2          ; encoding: [0x7c,0x04,0x88,0x7c]3245// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3246 3247v_cmp_gt_i32 vcc, -1, v23248// W64: v_cmp_gt_i32_e32 vcc, -1, v2            ; encoding: [0xc1,0x04,0x88,0x7c]3249// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3250 3251v_cmp_gt_i32 vcc, 0.5, v23252// W64: v_cmp_gt_i32_e32 vcc, 0.5, v2           ; encoding: [0xf0,0x04,0x88,0x7c]3253// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3254 3255v_cmp_gt_i32 vcc, src_scc, v23256// W64: v_cmp_gt_i32_e32 vcc, src_scc, v2       ; encoding: [0xfd,0x04,0x88,0x7c]3257// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3258 3259v_cmp_gt_i32 vcc, 0xaf123456, v2553260// W64: v_cmp_gt_i32_e32 vcc, 0xaf123456, v255  ; encoding: [0xff,0xfe,0x89,0x7c,0x56,0x34,0x12,0xaf]3261// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3262 3263v_cmp_gt_i64 vcc_lo, v[1:2], v[2:3]3264// W32: v_cmp_gt_i64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0xa8,0x7c]3265// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3266 3267v_cmp_gt_i64 vcc_lo, v[254:255], v[2:3]3268// W32: v_cmp_gt_i64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xa8,0x7c]3269// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3270 3271v_cmp_gt_i64 vcc_lo, s[2:3], v[2:3]3272// W32: v_cmp_gt_i64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0xa8,0x7c]3273// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3274 3275v_cmp_gt_i64 vcc_lo, s[104:105], v[2:3]3276// W32: v_cmp_gt_i64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xa8,0x7c]3277// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3278 3279v_cmp_gt_i64 vcc_lo, vcc, v[2:3]3280// W32: v_cmp_gt_i64_e32 vcc_lo, vcc, v[2:3]    ; encoding: [0x6a,0x04,0xa8,0x7c]3281// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3282 3283v_cmp_gt_i64 vcc_lo, ttmp[14:15], v[2:3]3284// W32: v_cmp_gt_i64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xa8,0x7c]3285// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3286 3287v_cmp_gt_i64 vcc_lo, exec, v[2:3]3288// W32: v_cmp_gt_i64_e32 vcc_lo, exec, v[2:3]   ; encoding: [0x7e,0x04,0xa8,0x7c]3289// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3290 3291v_cmp_gt_i64 vcc_lo, null, v[2:3]3292// W32: v_cmp_gt_i64_e32 vcc_lo, null, v[2:3]   ; encoding: [0x7c,0x04,0xa8,0x7c]3293// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3294 3295v_cmp_gt_i64 vcc_lo, -1, v[2:3]3296// W32: v_cmp_gt_i64_e32 vcc_lo, -1, v[2:3]     ; encoding: [0xc1,0x04,0xa8,0x7c]3297// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3298 3299v_cmp_gt_i64 vcc_lo, 0.5, v[2:3]3300// W32: v_cmp_gt_i64_e32 vcc_lo, 0.5, v[2:3]    ; encoding: [0xf0,0x04,0xa8,0x7c]3301// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3302 3303v_cmp_gt_i64 vcc_lo, src_scc, v[2:3]3304// W32: v_cmp_gt_i64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0xa8,0x7c]3305// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3306 3307v_cmp_gt_i64 vcc_lo, 0xaf123456, v[254:255]3308// W32: v_cmp_gt_i64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xa9,0x7c,0x56,0x34,0x12,0xaf]3309// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3310 3311v_cmp_gt_i64 vcc, v[1:2], v[2:3]3312// W64: v_cmp_gt_i64_e32 vcc, v[1:2], v[2:3]    ; encoding: [0x01,0x05,0xa8,0x7c]3313// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3314 3315v_cmp_gt_i64 vcc, v[254:255], v[2:3]3316// W64: v_cmp_gt_i64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xa8,0x7c]3317// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3318 3319v_cmp_gt_i64 vcc, s[2:3], v[2:3]3320// W64: v_cmp_gt_i64_e32 vcc, s[2:3], v[2:3]    ; encoding: [0x02,0x04,0xa8,0x7c]3321// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3322 3323v_cmp_gt_i64 vcc, s[104:105], v[2:3]3324// W64: v_cmp_gt_i64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xa8,0x7c]3325// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3326 3327v_cmp_gt_i64 vcc, vcc, v[2:3]3328// W64: v_cmp_gt_i64_e32 vcc, vcc, v[2:3]       ; encoding: [0x6a,0x04,0xa8,0x7c]3329// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3330 3331v_cmp_gt_i64 vcc, ttmp[14:15], v[2:3]3332// W64: v_cmp_gt_i64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xa8,0x7c]3333// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3334 3335v_cmp_gt_i64 vcc, exec, v[2:3]3336// W64: v_cmp_gt_i64_e32 vcc, exec, v[2:3]      ; encoding: [0x7e,0x04,0xa8,0x7c]3337// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3338 3339v_cmp_gt_i64 vcc, null, v[2:3]3340// W64: v_cmp_gt_i64_e32 vcc, null, v[2:3]      ; encoding: [0x7c,0x04,0xa8,0x7c]3341// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3342 3343v_cmp_gt_i64 vcc, -1, v[2:3]3344// W64: v_cmp_gt_i64_e32 vcc, -1, v[2:3]        ; encoding: [0xc1,0x04,0xa8,0x7c]3345// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3346 3347v_cmp_gt_i64 vcc, 0.5, v[2:3]3348// W64: v_cmp_gt_i64_e32 vcc, 0.5, v[2:3]       ; encoding: [0xf0,0x04,0xa8,0x7c]3349// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3350 3351v_cmp_gt_i64 vcc, src_scc, v[2:3]3352// W64: v_cmp_gt_i64_e32 vcc, src_scc, v[2:3]   ; encoding: [0xfd,0x04,0xa8,0x7c]3353// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3354 3355v_cmp_gt_i64 vcc, 0xaf123456, v[254:255]3356// W64: v_cmp_gt_i64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xa9,0x7c,0x56,0x34,0x12,0xaf]3357// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3358 3359v_cmp_gt_u16 vcc_lo, v1.l, v2.l3360// W32: v_cmp_gt_u16_e32 vcc_lo, v1.l, v2.l     ; encoding: [0x01,0x05,0x78,0x7c]3361// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3362 3363v_cmp_gt_u16 vcc_lo, v127.l, v2.l3364// W32: v_cmp_gt_u16_e32 vcc_lo, v127.l, v2.l   ; encoding: [0x7f,0x05,0x78,0x7c]3365// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3366 3367v_cmp_gt_u16 vcc_lo, s1, v2.l3368// W32: v_cmp_gt_u16_e32 vcc_lo, s1, v2.l       ; encoding: [0x01,0x04,0x78,0x7c]3369// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3370 3371v_cmp_gt_u16 vcc_lo, s105, v2.l3372// W32: v_cmp_gt_u16_e32 vcc_lo, s105, v2.l     ; encoding: [0x69,0x04,0x78,0x7c]3373// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3374 3375v_cmp_gt_u16 vcc_lo, vcc_lo, v2.l3376// W32: v_cmp_gt_u16_e32 vcc_lo, vcc_lo, v2.l   ; encoding: [0x6a,0x04,0x78,0x7c]3377// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3378 3379v_cmp_gt_u16 vcc_lo, vcc_hi, v2.l3380// W32: v_cmp_gt_u16_e32 vcc_lo, vcc_hi, v2.l   ; encoding: [0x6b,0x04,0x78,0x7c]3381// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3382 3383v_cmp_gt_u16 vcc_lo, ttmp15, v2.l3384// W32: v_cmp_gt_u16_e32 vcc_lo, ttmp15, v2.l   ; encoding: [0x7b,0x04,0x78,0x7c]3385// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3386 3387v_cmp_gt_u16 vcc_lo, m0, v2.l3388// W32: v_cmp_gt_u16_e32 vcc_lo, m0, v2.l       ; encoding: [0x7d,0x04,0x78,0x7c]3389// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3390 3391v_cmp_gt_u16 vcc_lo, exec_lo, v2.l3392// W32: v_cmp_gt_u16_e32 vcc_lo, exec_lo, v2.l  ; encoding: [0x7e,0x04,0x78,0x7c]3393// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3394 3395v_cmp_gt_u16 vcc_lo, exec_hi, v2.l3396// W32: v_cmp_gt_u16_e32 vcc_lo, exec_hi, v2.l  ; encoding: [0x7f,0x04,0x78,0x7c]3397// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3398 3399v_cmp_gt_u16 vcc_lo, null, v2.l3400// W32: v_cmp_gt_u16_e32 vcc_lo, null, v2.l     ; encoding: [0x7c,0x04,0x78,0x7c]3401// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3402 3403v_cmp_gt_u16 vcc_lo, -1, v2.l3404// W32: v_cmp_gt_u16_e32 vcc_lo, -1, v2.l       ; encoding: [0xc1,0x04,0x78,0x7c]3405// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3406 3407v_cmp_gt_u16 vcc_lo, 0.5, v2.l3408// W32: v_cmp_gt_u16_e32 vcc_lo, 0.5, v2.l      ; encoding: [0xf0,0x04,0x78,0x7c]3409// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3410 3411v_cmp_gt_u16 vcc_lo, src_scc, v2.l3412// W32: v_cmp_gt_u16_e32 vcc_lo, src_scc, v2.l  ; encoding: [0xfd,0x04,0x78,0x7c]3413// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3414 3415v_cmp_gt_u16 vcc_lo, 0xfe0b, v127.l3416// W32: v_cmp_gt_u16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x78,0x7c,0x0b,0xfe,0x00,0x00]3417// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3418 3419v_cmp_gt_u16 vcc, v1.l, v2.l3420// W64: v_cmp_gt_u16_e32 vcc, v1.l, v2.l        ; encoding: [0x01,0x05,0x78,0x7c]3421// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3422 3423v_cmp_gt_u16 vcc, v127.l, v2.l3424// W64: v_cmp_gt_u16_e32 vcc, v127.l, v2.l      ; encoding: [0x7f,0x05,0x78,0x7c]3425// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3426 3427v_cmp_gt_u16 vcc, s1, v2.l3428// W64: v_cmp_gt_u16_e32 vcc, s1, v2.l          ; encoding: [0x01,0x04,0x78,0x7c]3429// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3430 3431v_cmp_gt_u16 vcc, s105, v2.l3432// W64: v_cmp_gt_u16_e32 vcc, s105, v2.l        ; encoding: [0x69,0x04,0x78,0x7c]3433// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3434 3435v_cmp_gt_u16 vcc, vcc_lo, v2.l3436// W64: v_cmp_gt_u16_e32 vcc, vcc_lo, v2.l      ; encoding: [0x6a,0x04,0x78,0x7c]3437// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3438 3439v_cmp_gt_u16 vcc, vcc_hi, v2.l3440// W64: v_cmp_gt_u16_e32 vcc, vcc_hi, v2.l      ; encoding: [0x6b,0x04,0x78,0x7c]3441// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3442 3443v_cmp_gt_u16 vcc, ttmp15, v2.l3444// W64: v_cmp_gt_u16_e32 vcc, ttmp15, v2.l      ; encoding: [0x7b,0x04,0x78,0x7c]3445// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3446 3447v_cmp_gt_u16 vcc, m0, v2.l3448// W64: v_cmp_gt_u16_e32 vcc, m0, v2.l          ; encoding: [0x7d,0x04,0x78,0x7c]3449// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3450 3451v_cmp_gt_u16 vcc, exec_lo, v2.l3452// W64: v_cmp_gt_u16_e32 vcc, exec_lo, v2.l     ; encoding: [0x7e,0x04,0x78,0x7c]3453// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3454 3455v_cmp_gt_u16 vcc, exec_hi, v2.l3456// W64: v_cmp_gt_u16_e32 vcc, exec_hi, v2.l     ; encoding: [0x7f,0x04,0x78,0x7c]3457// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3458 3459v_cmp_gt_u16 vcc, null, v2.l3460// W64: v_cmp_gt_u16_e32 vcc, null, v2.l        ; encoding: [0x7c,0x04,0x78,0x7c]3461// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3462 3463v_cmp_gt_u16 vcc, -1, v2.l3464// W64: v_cmp_gt_u16_e32 vcc, -1, v2.l          ; encoding: [0xc1,0x04,0x78,0x7c]3465// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3466 3467v_cmp_gt_u16 vcc, 0.5, v2.l3468// W64: v_cmp_gt_u16_e32 vcc, 0.5, v2.l         ; encoding: [0xf0,0x04,0x78,0x7c]3469// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3470 3471v_cmp_gt_u16 vcc, src_scc, v2.l3472// W64: v_cmp_gt_u16_e32 vcc, src_scc, v2.l     ; encoding: [0xfd,0x04,0x78,0x7c]3473// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3474 3475v_cmp_gt_u16 vcc, 0xfe0b, v127.l3476// W64: v_cmp_gt_u16_e32 vcc, 0xfe0b, v127.l    ; encoding: [0xff,0xfe,0x78,0x7c,0x0b,0xfe,0x00,0x00]3477// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3478 3479v_cmp_gt_u16 vcc_lo, 0x3800, v2.l3480// W32: v_cmp_gt_u16_e32 vcc_lo, 0x3800, v2.l   ; encoding: [0xff,0x04,0x78,0x7c,0x00,0x38,0x00,0x00]3481// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3482 3483v_cmp_gt_u16 vcc, 0x3800, v2.l3484// W64: v_cmp_gt_u16_e32 vcc, 0x3800, v2.l      ; encoding: [0xff,0x04,0x78,0x7c,0x00,0x38,0x00,0x00]3485// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3486 3487v_cmp_gt_u16 vcc_lo, v1.h, v2.l3488// W32: v_cmp_gt_u16_e32 vcc_lo, v1.h, v2.l     ; encoding: [0x81,0x05,0x78,0x7c]3489// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3490 3491v_cmp_gt_u16 vcc, v1.h, v2.l3492// W64: v_cmp_gt_u16_e32 vcc, v1.h, v2.l        ; encoding: [0x81,0x05,0x78,0x7c]3493// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3494 3495v_cmp_gt_u16 vcc_lo, v127.h, v2.l3496// W32: v_cmp_gt_u16_e32 vcc_lo, v127.h, v2.l   ; encoding: [0xff,0x05,0x78,0x7c]3497// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3498 3499v_cmp_gt_u16 vcc, v127.h, v2.l3500// W64: v_cmp_gt_u16_e32 vcc, v127.h, v2.l      ; encoding: [0xff,0x05,0x78,0x7c]3501// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3502 3503v_cmp_gt_u16 vcc_lo, src_scc, v2.h3504// W32: v_cmp_gt_u16_e32 vcc_lo, src_scc, v2.h  ; encoding: [0xfd,0x04,0x79,0x7c]3505// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3506 3507v_cmp_gt_u16 vcc, src_scc, v2.h3508// W64: v_cmp_gt_u16_e32 vcc, src_scc, v2.h     ; encoding: [0xfd,0x04,0x79,0x7c]3509// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3510 3511v_cmp_gt_u16 vcc_lo, 0xfe0b, v127.h3512// W32: v_cmp_gt_u16_e32 vcc_lo, 0xfe0b, v127.h ; encoding: [0xff,0xfe,0x79,0x7c,0x0b,0xfe,0x00,0x00]3513// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3514 3515v_cmp_gt_u16 vcc, 0xfe0b, v127.h3516// W64: v_cmp_gt_u16_e32 vcc, 0xfe0b, v127.h    ; encoding: [0xff,0xfe,0x79,0x7c,0x0b,0xfe,0x00,0x00]3517// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3518 3519v_cmp_gt_u32 vcc_lo, v1, v23520// W32: v_cmp_gt_u32_e32 vcc_lo, v1, v2         ; encoding: [0x01,0x05,0x98,0x7c]3521// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3522 3523v_cmp_gt_u32 vcc_lo, v255, v23524// W32: v_cmp_gt_u32_e32 vcc_lo, v255, v2       ; encoding: [0xff,0x05,0x98,0x7c]3525// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3526 3527v_cmp_gt_u32 vcc_lo, s1, v23528// W32: v_cmp_gt_u32_e32 vcc_lo, s1, v2         ; encoding: [0x01,0x04,0x98,0x7c]3529// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3530 3531v_cmp_gt_u32 vcc_lo, s105, v23532// W32: v_cmp_gt_u32_e32 vcc_lo, s105, v2       ; encoding: [0x69,0x04,0x98,0x7c]3533// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3534 3535v_cmp_gt_u32 vcc_lo, vcc_lo, v23536// W32: v_cmp_gt_u32_e32 vcc_lo, vcc_lo, v2     ; encoding: [0x6a,0x04,0x98,0x7c]3537// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3538 3539v_cmp_gt_u32 vcc_lo, vcc_hi, v23540// W32: v_cmp_gt_u32_e32 vcc_lo, vcc_hi, v2     ; encoding: [0x6b,0x04,0x98,0x7c]3541// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3542 3543v_cmp_gt_u32 vcc_lo, ttmp15, v23544// W32: v_cmp_gt_u32_e32 vcc_lo, ttmp15, v2     ; encoding: [0x7b,0x04,0x98,0x7c]3545// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3546 3547v_cmp_gt_u32 vcc_lo, m0, v23548// W32: v_cmp_gt_u32_e32 vcc_lo, m0, v2         ; encoding: [0x7d,0x04,0x98,0x7c]3549// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3550 3551v_cmp_gt_u32 vcc_lo, exec_lo, v23552// W32: v_cmp_gt_u32_e32 vcc_lo, exec_lo, v2    ; encoding: [0x7e,0x04,0x98,0x7c]3553// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3554 3555v_cmp_gt_u32 vcc_lo, exec_hi, v23556// W32: v_cmp_gt_u32_e32 vcc_lo, exec_hi, v2    ; encoding: [0x7f,0x04,0x98,0x7c]3557// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3558 3559v_cmp_gt_u32 vcc_lo, null, v23560// W32: v_cmp_gt_u32_e32 vcc_lo, null, v2       ; encoding: [0x7c,0x04,0x98,0x7c]3561// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3562 3563v_cmp_gt_u32 vcc_lo, -1, v23564// W32: v_cmp_gt_u32_e32 vcc_lo, -1, v2         ; encoding: [0xc1,0x04,0x98,0x7c]3565// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3566 3567v_cmp_gt_u32 vcc_lo, 0.5, v23568// W32: v_cmp_gt_u32_e32 vcc_lo, 0.5, v2        ; encoding: [0xf0,0x04,0x98,0x7c]3569// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3570 3571v_cmp_gt_u32 vcc_lo, src_scc, v23572// W32: v_cmp_gt_u32_e32 vcc_lo, src_scc, v2    ; encoding: [0xfd,0x04,0x98,0x7c]3573// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3574 3575v_cmp_gt_u32 vcc_lo, 0xaf123456, v2553576// W32: v_cmp_gt_u32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x99,0x7c,0x56,0x34,0x12,0xaf]3577// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3578 3579v_cmp_gt_u32 vcc, v1, v23580// W64: v_cmp_gt_u32_e32 vcc, v1, v2            ; encoding: [0x01,0x05,0x98,0x7c]3581// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3582 3583v_cmp_gt_u32 vcc, v255, v23584// W64: v_cmp_gt_u32_e32 vcc, v255, v2          ; encoding: [0xff,0x05,0x98,0x7c]3585// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3586 3587v_cmp_gt_u32 vcc, s1, v23588// W64: v_cmp_gt_u32_e32 vcc, s1, v2            ; encoding: [0x01,0x04,0x98,0x7c]3589// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3590 3591v_cmp_gt_u32 vcc, s105, v23592// W64: v_cmp_gt_u32_e32 vcc, s105, v2          ; encoding: [0x69,0x04,0x98,0x7c]3593// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3594 3595v_cmp_gt_u32 vcc, vcc_lo, v23596// W64: v_cmp_gt_u32_e32 vcc, vcc_lo, v2        ; encoding: [0x6a,0x04,0x98,0x7c]3597// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3598 3599v_cmp_gt_u32 vcc, vcc_hi, v23600// W64: v_cmp_gt_u32_e32 vcc, vcc_hi, v2        ; encoding: [0x6b,0x04,0x98,0x7c]3601// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3602 3603v_cmp_gt_u32 vcc, ttmp15, v23604// W64: v_cmp_gt_u32_e32 vcc, ttmp15, v2        ; encoding: [0x7b,0x04,0x98,0x7c]3605// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3606 3607v_cmp_gt_u32 vcc, m0, v23608// W64: v_cmp_gt_u32_e32 vcc, m0, v2            ; encoding: [0x7d,0x04,0x98,0x7c]3609// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3610 3611v_cmp_gt_u32 vcc, exec_lo, v23612// W64: v_cmp_gt_u32_e32 vcc, exec_lo, v2       ; encoding: [0x7e,0x04,0x98,0x7c]3613// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3614 3615v_cmp_gt_u32 vcc, exec_hi, v23616// W64: v_cmp_gt_u32_e32 vcc, exec_hi, v2       ; encoding: [0x7f,0x04,0x98,0x7c]3617// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3618 3619v_cmp_gt_u32 vcc, null, v23620// W64: v_cmp_gt_u32_e32 vcc, null, v2          ; encoding: [0x7c,0x04,0x98,0x7c]3621// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3622 3623v_cmp_gt_u32 vcc, -1, v23624// W64: v_cmp_gt_u32_e32 vcc, -1, v2            ; encoding: [0xc1,0x04,0x98,0x7c]3625// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3626 3627v_cmp_gt_u32 vcc, 0.5, v23628// W64: v_cmp_gt_u32_e32 vcc, 0.5, v2           ; encoding: [0xf0,0x04,0x98,0x7c]3629// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3630 3631v_cmp_gt_u32 vcc, src_scc, v23632// W64: v_cmp_gt_u32_e32 vcc, src_scc, v2       ; encoding: [0xfd,0x04,0x98,0x7c]3633// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3634 3635v_cmp_gt_u32 vcc, 0xaf123456, v2553636// W64: v_cmp_gt_u32_e32 vcc, 0xaf123456, v255  ; encoding: [0xff,0xfe,0x99,0x7c,0x56,0x34,0x12,0xaf]3637// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3638 3639v_cmp_gt_u64 vcc_lo, v[1:2], v[2:3]3640// W32: v_cmp_gt_u64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0xb8,0x7c]3641// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3642 3643v_cmp_gt_u64 vcc_lo, v[254:255], v[2:3]3644// W32: v_cmp_gt_u64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xb8,0x7c]3645// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3646 3647v_cmp_gt_u64 vcc_lo, s[2:3], v[2:3]3648// W32: v_cmp_gt_u64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0xb8,0x7c]3649// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3650 3651v_cmp_gt_u64 vcc_lo, s[104:105], v[2:3]3652// W32: v_cmp_gt_u64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xb8,0x7c]3653// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3654 3655v_cmp_gt_u64 vcc_lo, vcc, v[2:3]3656// W32: v_cmp_gt_u64_e32 vcc_lo, vcc, v[2:3]    ; encoding: [0x6a,0x04,0xb8,0x7c]3657// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3658 3659v_cmp_gt_u64 vcc_lo, ttmp[14:15], v[2:3]3660// W32: v_cmp_gt_u64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xb8,0x7c]3661// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3662 3663v_cmp_gt_u64 vcc_lo, exec, v[2:3]3664// W32: v_cmp_gt_u64_e32 vcc_lo, exec, v[2:3]   ; encoding: [0x7e,0x04,0xb8,0x7c]3665// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3666 3667v_cmp_gt_u64 vcc_lo, null, v[2:3]3668// W32: v_cmp_gt_u64_e32 vcc_lo, null, v[2:3]   ; encoding: [0x7c,0x04,0xb8,0x7c]3669// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3670 3671v_cmp_gt_u64 vcc_lo, -1, v[2:3]3672// W32: v_cmp_gt_u64_e32 vcc_lo, -1, v[2:3]     ; encoding: [0xc1,0x04,0xb8,0x7c]3673// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3674 3675v_cmp_gt_u64 vcc_lo, 0.5, v[2:3]3676// W32: v_cmp_gt_u64_e32 vcc_lo, 0.5, v[2:3]    ; encoding: [0xf0,0x04,0xb8,0x7c]3677// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3678 3679v_cmp_gt_u64 vcc_lo, src_scc, v[2:3]3680// W32: v_cmp_gt_u64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0xb8,0x7c]3681// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3682 3683v_cmp_gt_u64 vcc_lo, 0xaf123456, v[254:255]3684// W32: v_cmp_gt_u64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xb9,0x7c,0x56,0x34,0x12,0xaf]3685// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3686 3687v_cmp_gt_u64 vcc, v[1:2], v[2:3]3688// W64: v_cmp_gt_u64_e32 vcc, v[1:2], v[2:3]    ; encoding: [0x01,0x05,0xb8,0x7c]3689// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3690 3691v_cmp_gt_u64 vcc, v[254:255], v[2:3]3692// W64: v_cmp_gt_u64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xb8,0x7c]3693// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3694 3695v_cmp_gt_u64 vcc, s[2:3], v[2:3]3696// W64: v_cmp_gt_u64_e32 vcc, s[2:3], v[2:3]    ; encoding: [0x02,0x04,0xb8,0x7c]3697// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3698 3699v_cmp_gt_u64 vcc, s[104:105], v[2:3]3700// W64: v_cmp_gt_u64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xb8,0x7c]3701// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3702 3703v_cmp_gt_u64 vcc, vcc, v[2:3]3704// W64: v_cmp_gt_u64_e32 vcc, vcc, v[2:3]       ; encoding: [0x6a,0x04,0xb8,0x7c]3705// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3706 3707v_cmp_gt_u64 vcc, ttmp[14:15], v[2:3]3708// W64: v_cmp_gt_u64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xb8,0x7c]3709// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3710 3711v_cmp_gt_u64 vcc, exec, v[2:3]3712// W64: v_cmp_gt_u64_e32 vcc, exec, v[2:3]      ; encoding: [0x7e,0x04,0xb8,0x7c]3713// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3714 3715v_cmp_gt_u64 vcc, null, v[2:3]3716// W64: v_cmp_gt_u64_e32 vcc, null, v[2:3]      ; encoding: [0x7c,0x04,0xb8,0x7c]3717// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3718 3719v_cmp_gt_u64 vcc, -1, v[2:3]3720// W64: v_cmp_gt_u64_e32 vcc, -1, v[2:3]        ; encoding: [0xc1,0x04,0xb8,0x7c]3721// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3722 3723v_cmp_gt_u64 vcc, 0.5, v[2:3]3724// W64: v_cmp_gt_u64_e32 vcc, 0.5, v[2:3]       ; encoding: [0xf0,0x04,0xb8,0x7c]3725// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3726 3727v_cmp_gt_u64 vcc, src_scc, v[2:3]3728// W64: v_cmp_gt_u64_e32 vcc, src_scc, v[2:3]   ; encoding: [0xfd,0x04,0xb8,0x7c]3729// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3730 3731v_cmp_gt_u64 vcc, 0xaf123456, v[254:255]3732// W64: v_cmp_gt_u64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xb9,0x7c,0x56,0x34,0x12,0xaf]3733// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3734 3735v_cmp_le_f16 vcc_lo, v1.l, v2.l3736// W32: v_cmp_le_f16_e32 vcc_lo, v1.l, v2.l     ; encoding: [0x01,0x05,0x06,0x7c]3737// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3738 3739v_cmp_le_f16 vcc_lo, v127.l, v2.l3740// W32: v_cmp_le_f16_e32 vcc_lo, v127.l, v2.l   ; encoding: [0x7f,0x05,0x06,0x7c]3741// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3742 3743v_cmp_le_f16 vcc_lo, s1, v2.l3744// W32: v_cmp_le_f16_e32 vcc_lo, s1, v2.l       ; encoding: [0x01,0x04,0x06,0x7c]3745// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3746 3747v_cmp_le_f16 vcc_lo, s105, v2.l3748// W32: v_cmp_le_f16_e32 vcc_lo, s105, v2.l     ; encoding: [0x69,0x04,0x06,0x7c]3749// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3750 3751v_cmp_le_f16 vcc_lo, vcc_lo, v2.l3752// W32: v_cmp_le_f16_e32 vcc_lo, vcc_lo, v2.l   ; encoding: [0x6a,0x04,0x06,0x7c]3753// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3754 3755v_cmp_le_f16 vcc_lo, vcc_hi, v2.l3756// W32: v_cmp_le_f16_e32 vcc_lo, vcc_hi, v2.l   ; encoding: [0x6b,0x04,0x06,0x7c]3757// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3758 3759v_cmp_le_f16 vcc_lo, ttmp15, v2.l3760// W32: v_cmp_le_f16_e32 vcc_lo, ttmp15, v2.l   ; encoding: [0x7b,0x04,0x06,0x7c]3761// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3762 3763v_cmp_le_f16 vcc_lo, m0, v2.l3764// W32: v_cmp_le_f16_e32 vcc_lo, m0, v2.l       ; encoding: [0x7d,0x04,0x06,0x7c]3765// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3766 3767v_cmp_le_f16 vcc_lo, exec_lo, v2.l3768// W32: v_cmp_le_f16_e32 vcc_lo, exec_lo, v2.l  ; encoding: [0x7e,0x04,0x06,0x7c]3769// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3770 3771v_cmp_le_f16 vcc_lo, exec_hi, v2.l3772// W32: v_cmp_le_f16_e32 vcc_lo, exec_hi, v2.l  ; encoding: [0x7f,0x04,0x06,0x7c]3773// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3774 3775v_cmp_le_f16 vcc_lo, null, v2.l3776// W32: v_cmp_le_f16_e32 vcc_lo, null, v2.l     ; encoding: [0x7c,0x04,0x06,0x7c]3777// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3778 3779v_cmp_le_f16 vcc_lo, -1, v2.l3780// W32: v_cmp_le_f16_e32 vcc_lo, -1, v2.l       ; encoding: [0xc1,0x04,0x06,0x7c]3781// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3782 3783v_cmp_le_f16 vcc_lo, 0.5, v2.l3784// W32: v_cmp_le_f16_e32 vcc_lo, 0.5, v2.l      ; encoding: [0xf0,0x04,0x06,0x7c]3785// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3786 3787v_cmp_le_f16 vcc_lo, src_scc, v2.l3788// W32: v_cmp_le_f16_e32 vcc_lo, src_scc, v2.l  ; encoding: [0xfd,0x04,0x06,0x7c]3789// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3790 3791v_cmp_le_f16 vcc_lo, 0xfe0b, v127.l3792// W32: v_cmp_le_f16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x06,0x7c,0x0b,0xfe,0x00,0x00]3793// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3794 3795v_cmp_le_f16 vcc, v1.l, v2.l3796// W64: v_cmp_le_f16_e32 vcc, v1.l, v2.l        ; encoding: [0x01,0x05,0x06,0x7c]3797// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3798 3799v_cmp_le_f16 vcc, v127.l, v2.l3800// W64: v_cmp_le_f16_e32 vcc, v127.l, v2.l      ; encoding: [0x7f,0x05,0x06,0x7c]3801// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3802 3803v_cmp_le_f16 vcc, s1, v2.l3804// W64: v_cmp_le_f16_e32 vcc, s1, v2.l          ; encoding: [0x01,0x04,0x06,0x7c]3805// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3806 3807v_cmp_le_f16 vcc, s105, v2.l3808// W64: v_cmp_le_f16_e32 vcc, s105, v2.l        ; encoding: [0x69,0x04,0x06,0x7c]3809// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3810 3811v_cmp_le_f16 vcc, vcc_lo, v2.l3812// W64: v_cmp_le_f16_e32 vcc, vcc_lo, v2.l      ; encoding: [0x6a,0x04,0x06,0x7c]3813// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3814 3815v_cmp_le_f16 vcc, vcc_hi, v2.l3816// W64: v_cmp_le_f16_e32 vcc, vcc_hi, v2.l      ; encoding: [0x6b,0x04,0x06,0x7c]3817// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3818 3819v_cmp_le_f16 vcc, ttmp15, v2.l3820// W64: v_cmp_le_f16_e32 vcc, ttmp15, v2.l      ; encoding: [0x7b,0x04,0x06,0x7c]3821// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3822 3823v_cmp_le_f16 vcc, m0, v2.l3824// W64: v_cmp_le_f16_e32 vcc, m0, v2.l          ; encoding: [0x7d,0x04,0x06,0x7c]3825// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3826 3827v_cmp_le_f16 vcc, exec_lo, v2.l3828// W64: v_cmp_le_f16_e32 vcc, exec_lo, v2.l     ; encoding: [0x7e,0x04,0x06,0x7c]3829// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3830 3831v_cmp_le_f16 vcc, exec_hi, v2.l3832// W64: v_cmp_le_f16_e32 vcc, exec_hi, v2.l     ; encoding: [0x7f,0x04,0x06,0x7c]3833// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3834 3835v_cmp_le_f16 vcc, null, v2.l3836// W64: v_cmp_le_f16_e32 vcc, null, v2.l        ; encoding: [0x7c,0x04,0x06,0x7c]3837// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3838 3839v_cmp_le_f16 vcc, -1, v2.l3840// W64: v_cmp_le_f16_e32 vcc, -1, v2.l          ; encoding: [0xc1,0x04,0x06,0x7c]3841// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3842 3843v_cmp_le_f16 vcc, 0.5, v2.l3844// W64: v_cmp_le_f16_e32 vcc, 0.5, v2.l         ; encoding: [0xf0,0x04,0x06,0x7c]3845// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3846 3847v_cmp_le_f16 vcc, src_scc, v2.l3848// W64: v_cmp_le_f16_e32 vcc, src_scc, v2.l     ; encoding: [0xfd,0x04,0x06,0x7c]3849// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3850 3851v_cmp_le_f16 vcc, 0xfe0b, v127.l3852// W64: v_cmp_le_f16_e32 vcc, 0xfe0b, v127.l    ; encoding: [0xff,0xfe,0x06,0x7c,0x0b,0xfe,0x00,0x00]3853// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3854 3855v_cmp_le_f16 vcc_lo, v1.h, v2.l3856// W32: v_cmp_le_f16_e32 vcc_lo, v1.h, v2.l     ; encoding: [0x81,0x05,0x06,0x7c]3857// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3858 3859v_cmp_le_f16 vcc, v1.h, v2.l3860// W64: v_cmp_le_f16_e32 vcc, v1.h, v2.l        ; encoding: [0x81,0x05,0x06,0x7c]3861// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3862 3863v_cmp_le_f16 vcc_lo, v127.h, v2.l3864// W32: v_cmp_le_f16_e32 vcc_lo, v127.h, v2.l   ; encoding: [0xff,0x05,0x06,0x7c]3865// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3866 3867v_cmp_le_f16 vcc, v127.h, v2.l3868// W64: v_cmp_le_f16_e32 vcc, v127.h, v2.l      ; encoding: [0xff,0x05,0x06,0x7c]3869// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3870 3871v_cmp_le_f16 vcc_lo, src_scc, v2.h3872// W32: v_cmp_le_f16_e32 vcc_lo, src_scc, v2.h  ; encoding: [0xfd,0x04,0x07,0x7c]3873// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3874 3875v_cmp_le_f16 vcc, src_scc, v2.h3876// W64: v_cmp_le_f16_e32 vcc, src_scc, v2.h     ; encoding: [0xfd,0x04,0x07,0x7c]3877// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3878 3879v_cmp_le_f16 vcc_lo, 0xfe0b, v127.h3880// W32: v_cmp_le_f16_e32 vcc_lo, 0xfe0b, v127.h ; encoding: [0xff,0xfe,0x07,0x7c,0x0b,0xfe,0x00,0x00]3881// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3882 3883v_cmp_le_f16 vcc, 0xfe0b, v127.h3884// W64: v_cmp_le_f16_e32 vcc, 0xfe0b, v127.h    ; encoding: [0xff,0xfe,0x07,0x7c,0x0b,0xfe,0x00,0x00]3885// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3886 3887v_cmp_le_f32 vcc_lo, v1, v23888// W32: v_cmp_le_f32_e32 vcc_lo, v1, v2         ; encoding: [0x01,0x05,0x26,0x7c]3889// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3890 3891v_cmp_le_f32 vcc_lo, v255, v23892// W32: v_cmp_le_f32_e32 vcc_lo, v255, v2       ; encoding: [0xff,0x05,0x26,0x7c]3893// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3894 3895v_cmp_le_f32 vcc_lo, s1, v23896// W32: v_cmp_le_f32_e32 vcc_lo, s1, v2         ; encoding: [0x01,0x04,0x26,0x7c]3897// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3898 3899v_cmp_le_f32 vcc_lo, s105, v23900// W32: v_cmp_le_f32_e32 vcc_lo, s105, v2       ; encoding: [0x69,0x04,0x26,0x7c]3901// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3902 3903v_cmp_le_f32 vcc_lo, vcc_lo, v23904// W32: v_cmp_le_f32_e32 vcc_lo, vcc_lo, v2     ; encoding: [0x6a,0x04,0x26,0x7c]3905// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3906 3907v_cmp_le_f32 vcc_lo, vcc_hi, v23908// W32: v_cmp_le_f32_e32 vcc_lo, vcc_hi, v2     ; encoding: [0x6b,0x04,0x26,0x7c]3909// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3910 3911v_cmp_le_f32 vcc_lo, ttmp15, v23912// W32: v_cmp_le_f32_e32 vcc_lo, ttmp15, v2     ; encoding: [0x7b,0x04,0x26,0x7c]3913// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3914 3915v_cmp_le_f32 vcc_lo, m0, v23916// W32: v_cmp_le_f32_e32 vcc_lo, m0, v2         ; encoding: [0x7d,0x04,0x26,0x7c]3917// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3918 3919v_cmp_le_f32 vcc_lo, exec_lo, v23920// W32: v_cmp_le_f32_e32 vcc_lo, exec_lo, v2    ; encoding: [0x7e,0x04,0x26,0x7c]3921// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3922 3923v_cmp_le_f32 vcc_lo, exec_hi, v23924// W32: v_cmp_le_f32_e32 vcc_lo, exec_hi, v2    ; encoding: [0x7f,0x04,0x26,0x7c]3925// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3926 3927v_cmp_le_f32 vcc_lo, null, v23928// W32: v_cmp_le_f32_e32 vcc_lo, null, v2       ; encoding: [0x7c,0x04,0x26,0x7c]3929// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3930 3931v_cmp_le_f32 vcc_lo, -1, v23932// W32: v_cmp_le_f32_e32 vcc_lo, -1, v2         ; encoding: [0xc1,0x04,0x26,0x7c]3933// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3934 3935v_cmp_le_f32 vcc_lo, 0.5, v23936// W32: v_cmp_le_f32_e32 vcc_lo, 0.5, v2        ; encoding: [0xf0,0x04,0x26,0x7c]3937// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3938 3939v_cmp_le_f32 vcc_lo, src_scc, v23940// W32: v_cmp_le_f32_e32 vcc_lo, src_scc, v2    ; encoding: [0xfd,0x04,0x26,0x7c]3941// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3942 3943v_cmp_le_f32 vcc_lo, 0xaf123456, v2553944// W32: v_cmp_le_f32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x27,0x7c,0x56,0x34,0x12,0xaf]3945// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3946 3947v_cmp_le_f32 vcc, v1, v23948// W64: v_cmp_le_f32_e32 vcc, v1, v2            ; encoding: [0x01,0x05,0x26,0x7c]3949// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3950 3951v_cmp_le_f32 vcc, v255, v23952// W64: v_cmp_le_f32_e32 vcc, v255, v2          ; encoding: [0xff,0x05,0x26,0x7c]3953// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3954 3955v_cmp_le_f32 vcc, s1, v23956// W64: v_cmp_le_f32_e32 vcc, s1, v2            ; encoding: [0x01,0x04,0x26,0x7c]3957// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3958 3959v_cmp_le_f32 vcc, s105, v23960// W64: v_cmp_le_f32_e32 vcc, s105, v2          ; encoding: [0x69,0x04,0x26,0x7c]3961// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3962 3963v_cmp_le_f32 vcc, vcc_lo, v23964// W64: v_cmp_le_f32_e32 vcc, vcc_lo, v2        ; encoding: [0x6a,0x04,0x26,0x7c]3965// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3966 3967v_cmp_le_f32 vcc, vcc_hi, v23968// W64: v_cmp_le_f32_e32 vcc, vcc_hi, v2        ; encoding: [0x6b,0x04,0x26,0x7c]3969// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3970 3971v_cmp_le_f32 vcc, ttmp15, v23972// W64: v_cmp_le_f32_e32 vcc, ttmp15, v2        ; encoding: [0x7b,0x04,0x26,0x7c]3973// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3974 3975v_cmp_le_f32 vcc, m0, v23976// W64: v_cmp_le_f32_e32 vcc, m0, v2            ; encoding: [0x7d,0x04,0x26,0x7c]3977// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3978 3979v_cmp_le_f32 vcc, exec_lo, v23980// W64: v_cmp_le_f32_e32 vcc, exec_lo, v2       ; encoding: [0x7e,0x04,0x26,0x7c]3981// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3982 3983v_cmp_le_f32 vcc, exec_hi, v23984// W64: v_cmp_le_f32_e32 vcc, exec_hi, v2       ; encoding: [0x7f,0x04,0x26,0x7c]3985// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3986 3987v_cmp_le_f32 vcc, null, v23988// W64: v_cmp_le_f32_e32 vcc, null, v2          ; encoding: [0x7c,0x04,0x26,0x7c]3989// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3990 3991v_cmp_le_f32 vcc, -1, v23992// W64: v_cmp_le_f32_e32 vcc, -1, v2            ; encoding: [0xc1,0x04,0x26,0x7c]3993// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3994 3995v_cmp_le_f32 vcc, 0.5, v23996// W64: v_cmp_le_f32_e32 vcc, 0.5, v2           ; encoding: [0xf0,0x04,0x26,0x7c]3997// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode3998 3999v_cmp_le_f32 vcc, src_scc, v24000// W64: v_cmp_le_f32_e32 vcc, src_scc, v2       ; encoding: [0xfd,0x04,0x26,0x7c]4001// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4002 4003v_cmp_le_f32 vcc, 0xaf123456, v2554004// W64: v_cmp_le_f32_e32 vcc, 0xaf123456, v255  ; encoding: [0xff,0xfe,0x27,0x7c,0x56,0x34,0x12,0xaf]4005// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4006 4007v_cmp_le_f64 vcc_lo, v[1:2], v[2:3]4008// W32: v_cmp_le_f64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0x46,0x7c]4009// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4010 4011v_cmp_le_f64 vcc_lo, v[254:255], v[2:3]4012// W32: v_cmp_le_f64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x46,0x7c]4013// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4014 4015v_cmp_le_f64 vcc_lo, s[2:3], v[2:3]4016// W32: v_cmp_le_f64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0x46,0x7c]4017// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4018 4019v_cmp_le_f64 vcc_lo, s[104:105], v[2:3]4020// W32: v_cmp_le_f64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x46,0x7c]4021// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4022 4023v_cmp_le_f64 vcc_lo, vcc, v[2:3]4024// W32: v_cmp_le_f64_e32 vcc_lo, vcc, v[2:3]    ; encoding: [0x6a,0x04,0x46,0x7c]4025// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4026 4027v_cmp_le_f64 vcc_lo, ttmp[14:15], v[2:3]4028// W32: v_cmp_le_f64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x46,0x7c]4029// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4030 4031v_cmp_le_f64 vcc_lo, exec, v[2:3]4032// W32: v_cmp_le_f64_e32 vcc_lo, exec, v[2:3]   ; encoding: [0x7e,0x04,0x46,0x7c]4033// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4034 4035v_cmp_le_f64 vcc_lo, null, v[2:3]4036// W32: v_cmp_le_f64_e32 vcc_lo, null, v[2:3]   ; encoding: [0x7c,0x04,0x46,0x7c]4037// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4038 4039v_cmp_le_f64 vcc_lo, -1, v[2:3]4040// W32: v_cmp_le_f64_e32 vcc_lo, -1, v[2:3]     ; encoding: [0xc1,0x04,0x46,0x7c]4041// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4042 4043v_cmp_le_f64 vcc_lo, 0.5, v[2:3]4044// W32: v_cmp_le_f64_e32 vcc_lo, 0.5, v[2:3]    ; encoding: [0xf0,0x04,0x46,0x7c]4045// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4046 4047v_cmp_le_f64 vcc_lo, src_scc, v[2:3]4048// W32: v_cmp_le_f64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0x46,0x7c]4049// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4050 4051v_cmp_le_f64 vcc_lo, 0xaf123456, v[254:255]4052// W32: v_cmp_le_f64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x47,0x7c,0x56,0x34,0x12,0xaf]4053// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4054 4055v_cmp_le_f64 vcc, v[1:2], v[2:3]4056// W64: v_cmp_le_f64_e32 vcc, v[1:2], v[2:3]    ; encoding: [0x01,0x05,0x46,0x7c]4057// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4058 4059v_cmp_le_f64 vcc, v[254:255], v[2:3]4060// W64: v_cmp_le_f64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x46,0x7c]4061// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4062 4063v_cmp_le_f64 vcc, s[2:3], v[2:3]4064// W64: v_cmp_le_f64_e32 vcc, s[2:3], v[2:3]    ; encoding: [0x02,0x04,0x46,0x7c]4065// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4066 4067v_cmp_le_f64 vcc, s[104:105], v[2:3]4068// W64: v_cmp_le_f64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x46,0x7c]4069// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4070 4071v_cmp_le_f64 vcc, vcc, v[2:3]4072// W64: v_cmp_le_f64_e32 vcc, vcc, v[2:3]       ; encoding: [0x6a,0x04,0x46,0x7c]4073// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4074 4075v_cmp_le_f64 vcc, ttmp[14:15], v[2:3]4076// W64: v_cmp_le_f64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x46,0x7c]4077// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4078 4079v_cmp_le_f64 vcc, exec, v[2:3]4080// W64: v_cmp_le_f64_e32 vcc, exec, v[2:3]      ; encoding: [0x7e,0x04,0x46,0x7c]4081// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4082 4083v_cmp_le_f64 vcc, null, v[2:3]4084// W64: v_cmp_le_f64_e32 vcc, null, v[2:3]      ; encoding: [0x7c,0x04,0x46,0x7c]4085// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4086 4087v_cmp_le_f64 vcc, -1, v[2:3]4088// W64: v_cmp_le_f64_e32 vcc, -1, v[2:3]        ; encoding: [0xc1,0x04,0x46,0x7c]4089// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4090 4091v_cmp_le_f64 vcc, 0.5, v[2:3]4092// W64: v_cmp_le_f64_e32 vcc, 0.5, v[2:3]       ; encoding: [0xf0,0x04,0x46,0x7c]4093// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4094 4095v_cmp_le_f64 vcc, src_scc, v[2:3]4096// W64: v_cmp_le_f64_e32 vcc, src_scc, v[2:3]   ; encoding: [0xfd,0x04,0x46,0x7c]4097// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4098 4099v_cmp_le_f64 vcc, 0xaf123456, v[254:255]4100// W64: v_cmp_le_f64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x47,0x7c,0x56,0x34,0x12,0xaf]4101// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4102 4103v_cmp_le_i16 vcc_lo, v1.l, v2.l4104// W32: v_cmp_le_i16_e32 vcc_lo, v1.l, v2.l     ; encoding: [0x01,0x05,0x66,0x7c]4105// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4106 4107v_cmp_le_i16 vcc_lo, v127.l, v2.l4108// W32: v_cmp_le_i16_e32 vcc_lo, v127.l, v2.l   ; encoding: [0x7f,0x05,0x66,0x7c]4109// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4110 4111v_cmp_le_i16 vcc_lo, s1, v2.l4112// W32: v_cmp_le_i16_e32 vcc_lo, s1, v2.l       ; encoding: [0x01,0x04,0x66,0x7c]4113// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4114 4115v_cmp_le_i16 vcc_lo, s105, v2.l4116// W32: v_cmp_le_i16_e32 vcc_lo, s105, v2.l     ; encoding: [0x69,0x04,0x66,0x7c]4117// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4118 4119v_cmp_le_i16 vcc_lo, vcc_lo, v2.l4120// W32: v_cmp_le_i16_e32 vcc_lo, vcc_lo, v2.l   ; encoding: [0x6a,0x04,0x66,0x7c]4121// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4122 4123v_cmp_le_i16 vcc_lo, vcc_hi, v2.l4124// W32: v_cmp_le_i16_e32 vcc_lo, vcc_hi, v2.l   ; encoding: [0x6b,0x04,0x66,0x7c]4125// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4126 4127v_cmp_le_i16 vcc_lo, ttmp15, v2.l4128// W32: v_cmp_le_i16_e32 vcc_lo, ttmp15, v2.l   ; encoding: [0x7b,0x04,0x66,0x7c]4129// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4130 4131v_cmp_le_i16 vcc_lo, m0, v2.l4132// W32: v_cmp_le_i16_e32 vcc_lo, m0, v2.l       ; encoding: [0x7d,0x04,0x66,0x7c]4133// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4134 4135v_cmp_le_i16 vcc_lo, exec_lo, v2.l4136// W32: v_cmp_le_i16_e32 vcc_lo, exec_lo, v2.l  ; encoding: [0x7e,0x04,0x66,0x7c]4137// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4138 4139v_cmp_le_i16 vcc_lo, exec_hi, v2.l4140// W32: v_cmp_le_i16_e32 vcc_lo, exec_hi, v2.l  ; encoding: [0x7f,0x04,0x66,0x7c]4141// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4142 4143v_cmp_le_i16 vcc_lo, null, v2.l4144// W32: v_cmp_le_i16_e32 vcc_lo, null, v2.l     ; encoding: [0x7c,0x04,0x66,0x7c]4145// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4146 4147v_cmp_le_i16 vcc_lo, -1, v2.l4148// W32: v_cmp_le_i16_e32 vcc_lo, -1, v2.l       ; encoding: [0xc1,0x04,0x66,0x7c]4149// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4150 4151v_cmp_le_i16 vcc_lo, 0.5, v2.l4152// W32: v_cmp_le_i16_e32 vcc_lo, 0.5, v2.l      ; encoding: [0xf0,0x04,0x66,0x7c]4153// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4154 4155v_cmp_le_i16 vcc_lo, src_scc, v2.l4156// W32: v_cmp_le_i16_e32 vcc_lo, src_scc, v2.l  ; encoding: [0xfd,0x04,0x66,0x7c]4157// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4158 4159v_cmp_le_i16 vcc_lo, 0xfe0b, v127.l4160// W32: v_cmp_le_i16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x66,0x7c,0x0b,0xfe,0x00,0x00]4161// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4162 4163v_cmp_le_i16 vcc, v1.l, v2.l4164// W64: v_cmp_le_i16_e32 vcc, v1.l, v2.l        ; encoding: [0x01,0x05,0x66,0x7c]4165// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4166 4167v_cmp_le_i16 vcc, v127.l, v2.l4168// W64: v_cmp_le_i16_e32 vcc, v127.l, v2.l      ; encoding: [0x7f,0x05,0x66,0x7c]4169// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4170 4171v_cmp_le_i16 vcc, s1, v2.l4172// W64: v_cmp_le_i16_e32 vcc, s1, v2.l          ; encoding: [0x01,0x04,0x66,0x7c]4173// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4174 4175v_cmp_le_i16 vcc, s105, v2.l4176// W64: v_cmp_le_i16_e32 vcc, s105, v2.l        ; encoding: [0x69,0x04,0x66,0x7c]4177// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4178 4179v_cmp_le_i16 vcc, vcc_lo, v2.l4180// W64: v_cmp_le_i16_e32 vcc, vcc_lo, v2.l      ; encoding: [0x6a,0x04,0x66,0x7c]4181// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4182 4183v_cmp_le_i16 vcc, vcc_hi, v2.l4184// W64: v_cmp_le_i16_e32 vcc, vcc_hi, v2.l      ; encoding: [0x6b,0x04,0x66,0x7c]4185// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4186 4187v_cmp_le_i16 vcc, ttmp15, v2.l4188// W64: v_cmp_le_i16_e32 vcc, ttmp15, v2.l      ; encoding: [0x7b,0x04,0x66,0x7c]4189// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4190 4191v_cmp_le_i16 vcc, m0, v2.l4192// W64: v_cmp_le_i16_e32 vcc, m0, v2.l          ; encoding: [0x7d,0x04,0x66,0x7c]4193// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4194 4195v_cmp_le_i16 vcc, exec_lo, v2.l4196// W64: v_cmp_le_i16_e32 vcc, exec_lo, v2.l     ; encoding: [0x7e,0x04,0x66,0x7c]4197// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4198 4199v_cmp_le_i16 vcc, exec_hi, v2.l4200// W64: v_cmp_le_i16_e32 vcc, exec_hi, v2.l     ; encoding: [0x7f,0x04,0x66,0x7c]4201// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4202 4203v_cmp_le_i16 vcc, null, v2.l4204// W64: v_cmp_le_i16_e32 vcc, null, v2.l        ; encoding: [0x7c,0x04,0x66,0x7c]4205// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4206 4207v_cmp_le_i16 vcc, -1, v2.l4208// W64: v_cmp_le_i16_e32 vcc, -1, v2.l          ; encoding: [0xc1,0x04,0x66,0x7c]4209// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4210 4211v_cmp_le_i16 vcc, 0.5, v2.l4212// W64: v_cmp_le_i16_e32 vcc, 0.5, v2.l         ; encoding: [0xf0,0x04,0x66,0x7c]4213// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4214 4215v_cmp_le_i16 vcc, src_scc, v2.l4216// W64: v_cmp_le_i16_e32 vcc, src_scc, v2.l     ; encoding: [0xfd,0x04,0x66,0x7c]4217// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4218 4219v_cmp_le_i16 vcc, 0xfe0b, v127.l4220// W64: v_cmp_le_i16_e32 vcc, 0xfe0b, v127.l    ; encoding: [0xff,0xfe,0x66,0x7c,0x0b,0xfe,0x00,0x00]4221// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4222 4223v_cmp_le_i16 vcc_lo, 0x3800, v2.l4224// W32: v_cmp_le_i16_e32 vcc_lo, 0x3800, v2.l   ; encoding: [0xff,0x04,0x66,0x7c,0x00,0x38,0x00,0x00]4225// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4226 4227v_cmp_le_i16 vcc, 0x3800, v2.l4228// W64: v_cmp_le_i16_e32 vcc, 0x3800, v2.l      ; encoding: [0xff,0x04,0x66,0x7c,0x00,0x38,0x00,0x00]4229// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4230 4231v_cmp_le_i16 vcc_lo, v1.h, v2.l4232// W32: v_cmp_le_i16_e32 vcc_lo, v1.h, v2.l     ; encoding: [0x81,0x05,0x66,0x7c]4233// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4234 4235v_cmp_le_i16 vcc, v1.h, v2.l4236// W64: v_cmp_le_i16_e32 vcc, v1.h, v2.l        ; encoding: [0x81,0x05,0x66,0x7c]4237// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4238 4239v_cmp_le_i16 vcc_lo, v127.h, v2.l4240// W32: v_cmp_le_i16_e32 vcc_lo, v127.h, v2.l   ; encoding: [0xff,0x05,0x66,0x7c]4241// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4242 4243v_cmp_le_i16 vcc, v127.h, v2.l4244// W64: v_cmp_le_i16_e32 vcc, v127.h, v2.l      ; encoding: [0xff,0x05,0x66,0x7c]4245// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4246 4247v_cmp_le_i16 vcc_lo, src_scc, v2.h4248// W32: v_cmp_le_i16_e32 vcc_lo, src_scc, v2.h  ; encoding: [0xfd,0x04,0x67,0x7c]4249// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4250 4251v_cmp_le_i16 vcc, src_scc, v2.h4252// W64: v_cmp_le_i16_e32 vcc, src_scc, v2.h     ; encoding: [0xfd,0x04,0x67,0x7c]4253// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4254 4255v_cmp_le_i16 vcc_lo, 0xfe0b, v127.h4256// W32: v_cmp_le_i16_e32 vcc_lo, 0xfe0b, v127.h ; encoding: [0xff,0xfe,0x67,0x7c,0x0b,0xfe,0x00,0x00]4257// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4258 4259v_cmp_le_i16 vcc, 0xfe0b, v127.h4260// W64: v_cmp_le_i16_e32 vcc, 0xfe0b, v127.h    ; encoding: [0xff,0xfe,0x67,0x7c,0x0b,0xfe,0x00,0x00]4261// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4262 4263v_cmp_le_i32 vcc_lo, v1, v24264// W32: v_cmp_le_i32_e32 vcc_lo, v1, v2         ; encoding: [0x01,0x05,0x86,0x7c]4265// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4266 4267v_cmp_le_i32 vcc_lo, v255, v24268// W32: v_cmp_le_i32_e32 vcc_lo, v255, v2       ; encoding: [0xff,0x05,0x86,0x7c]4269// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4270 4271v_cmp_le_i32 vcc_lo, s1, v24272// W32: v_cmp_le_i32_e32 vcc_lo, s1, v2         ; encoding: [0x01,0x04,0x86,0x7c]4273// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4274 4275v_cmp_le_i32 vcc_lo, s105, v24276// W32: v_cmp_le_i32_e32 vcc_lo, s105, v2       ; encoding: [0x69,0x04,0x86,0x7c]4277// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4278 4279v_cmp_le_i32 vcc_lo, vcc_lo, v24280// W32: v_cmp_le_i32_e32 vcc_lo, vcc_lo, v2     ; encoding: [0x6a,0x04,0x86,0x7c]4281// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4282 4283v_cmp_le_i32 vcc_lo, vcc_hi, v24284// W32: v_cmp_le_i32_e32 vcc_lo, vcc_hi, v2     ; encoding: [0x6b,0x04,0x86,0x7c]4285// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4286 4287v_cmp_le_i32 vcc_lo, ttmp15, v24288// W32: v_cmp_le_i32_e32 vcc_lo, ttmp15, v2     ; encoding: [0x7b,0x04,0x86,0x7c]4289// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4290 4291v_cmp_le_i32 vcc_lo, m0, v24292// W32: v_cmp_le_i32_e32 vcc_lo, m0, v2         ; encoding: [0x7d,0x04,0x86,0x7c]4293// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4294 4295v_cmp_le_i32 vcc_lo, exec_lo, v24296// W32: v_cmp_le_i32_e32 vcc_lo, exec_lo, v2    ; encoding: [0x7e,0x04,0x86,0x7c]4297// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4298 4299v_cmp_le_i32 vcc_lo, exec_hi, v24300// W32: v_cmp_le_i32_e32 vcc_lo, exec_hi, v2    ; encoding: [0x7f,0x04,0x86,0x7c]4301// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4302 4303v_cmp_le_i32 vcc_lo, null, v24304// W32: v_cmp_le_i32_e32 vcc_lo, null, v2       ; encoding: [0x7c,0x04,0x86,0x7c]4305// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4306 4307v_cmp_le_i32 vcc_lo, -1, v24308// W32: v_cmp_le_i32_e32 vcc_lo, -1, v2         ; encoding: [0xc1,0x04,0x86,0x7c]4309// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4310 4311v_cmp_le_i32 vcc_lo, 0.5, v24312// W32: v_cmp_le_i32_e32 vcc_lo, 0.5, v2        ; encoding: [0xf0,0x04,0x86,0x7c]4313// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4314 4315v_cmp_le_i32 vcc_lo, src_scc, v24316// W32: v_cmp_le_i32_e32 vcc_lo, src_scc, v2    ; encoding: [0xfd,0x04,0x86,0x7c]4317// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4318 4319v_cmp_le_i32 vcc_lo, 0xaf123456, v2554320// W32: v_cmp_le_i32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x87,0x7c,0x56,0x34,0x12,0xaf]4321// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4322 4323v_cmp_le_i32 vcc, v1, v24324// W64: v_cmp_le_i32_e32 vcc, v1, v2            ; encoding: [0x01,0x05,0x86,0x7c]4325// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4326 4327v_cmp_le_i32 vcc, v255, v24328// W64: v_cmp_le_i32_e32 vcc, v255, v2          ; encoding: [0xff,0x05,0x86,0x7c]4329// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4330 4331v_cmp_le_i32 vcc, s1, v24332// W64: v_cmp_le_i32_e32 vcc, s1, v2            ; encoding: [0x01,0x04,0x86,0x7c]4333// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4334 4335v_cmp_le_i32 vcc, s105, v24336// W64: v_cmp_le_i32_e32 vcc, s105, v2          ; encoding: [0x69,0x04,0x86,0x7c]4337// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4338 4339v_cmp_le_i32 vcc, vcc_lo, v24340// W64: v_cmp_le_i32_e32 vcc, vcc_lo, v2        ; encoding: [0x6a,0x04,0x86,0x7c]4341// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4342 4343v_cmp_le_i32 vcc, vcc_hi, v24344// W64: v_cmp_le_i32_e32 vcc, vcc_hi, v2        ; encoding: [0x6b,0x04,0x86,0x7c]4345// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4346 4347v_cmp_le_i32 vcc, ttmp15, v24348// W64: v_cmp_le_i32_e32 vcc, ttmp15, v2        ; encoding: [0x7b,0x04,0x86,0x7c]4349// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4350 4351v_cmp_le_i32 vcc, m0, v24352// W64: v_cmp_le_i32_e32 vcc, m0, v2            ; encoding: [0x7d,0x04,0x86,0x7c]4353// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4354 4355v_cmp_le_i32 vcc, exec_lo, v24356// W64: v_cmp_le_i32_e32 vcc, exec_lo, v2       ; encoding: [0x7e,0x04,0x86,0x7c]4357// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4358 4359v_cmp_le_i32 vcc, exec_hi, v24360// W64: v_cmp_le_i32_e32 vcc, exec_hi, v2       ; encoding: [0x7f,0x04,0x86,0x7c]4361// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4362 4363v_cmp_le_i32 vcc, null, v24364// W64: v_cmp_le_i32_e32 vcc, null, v2          ; encoding: [0x7c,0x04,0x86,0x7c]4365// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4366 4367v_cmp_le_i32 vcc, -1, v24368// W64: v_cmp_le_i32_e32 vcc, -1, v2            ; encoding: [0xc1,0x04,0x86,0x7c]4369// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4370 4371v_cmp_le_i32 vcc, 0.5, v24372// W64: v_cmp_le_i32_e32 vcc, 0.5, v2           ; encoding: [0xf0,0x04,0x86,0x7c]4373// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4374 4375v_cmp_le_i32 vcc, src_scc, v24376// W64: v_cmp_le_i32_e32 vcc, src_scc, v2       ; encoding: [0xfd,0x04,0x86,0x7c]4377// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4378 4379v_cmp_le_i32 vcc, 0xaf123456, v2554380// W64: v_cmp_le_i32_e32 vcc, 0xaf123456, v255  ; encoding: [0xff,0xfe,0x87,0x7c,0x56,0x34,0x12,0xaf]4381// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4382 4383v_cmp_le_i64 vcc_lo, v[1:2], v[2:3]4384// W32: v_cmp_le_i64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0xa6,0x7c]4385// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4386 4387v_cmp_le_i64 vcc_lo, v[254:255], v[2:3]4388// W32: v_cmp_le_i64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xa6,0x7c]4389// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4390 4391v_cmp_le_i64 vcc_lo, s[2:3], v[2:3]4392// W32: v_cmp_le_i64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0xa6,0x7c]4393// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4394 4395v_cmp_le_i64 vcc_lo, s[104:105], v[2:3]4396// W32: v_cmp_le_i64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xa6,0x7c]4397// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4398 4399v_cmp_le_i64 vcc_lo, vcc, v[2:3]4400// W32: v_cmp_le_i64_e32 vcc_lo, vcc, v[2:3]    ; encoding: [0x6a,0x04,0xa6,0x7c]4401// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4402 4403v_cmp_le_i64 vcc_lo, ttmp[14:15], v[2:3]4404// W32: v_cmp_le_i64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xa6,0x7c]4405// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4406 4407v_cmp_le_i64 vcc_lo, exec, v[2:3]4408// W32: v_cmp_le_i64_e32 vcc_lo, exec, v[2:3]   ; encoding: [0x7e,0x04,0xa6,0x7c]4409// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4410 4411v_cmp_le_i64 vcc_lo, null, v[2:3]4412// W32: v_cmp_le_i64_e32 vcc_lo, null, v[2:3]   ; encoding: [0x7c,0x04,0xa6,0x7c]4413// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4414 4415v_cmp_le_i64 vcc_lo, -1, v[2:3]4416// W32: v_cmp_le_i64_e32 vcc_lo, -1, v[2:3]     ; encoding: [0xc1,0x04,0xa6,0x7c]4417// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4418 4419v_cmp_le_i64 vcc_lo, 0.5, v[2:3]4420// W32: v_cmp_le_i64_e32 vcc_lo, 0.5, v[2:3]    ; encoding: [0xf0,0x04,0xa6,0x7c]4421// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4422 4423v_cmp_le_i64 vcc_lo, src_scc, v[2:3]4424// W32: v_cmp_le_i64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0xa6,0x7c]4425// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4426 4427v_cmp_le_i64 vcc_lo, 0xaf123456, v[254:255]4428// W32: v_cmp_le_i64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xa7,0x7c,0x56,0x34,0x12,0xaf]4429// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4430 4431v_cmp_le_i64 vcc, v[1:2], v[2:3]4432// W64: v_cmp_le_i64_e32 vcc, v[1:2], v[2:3]    ; encoding: [0x01,0x05,0xa6,0x7c]4433// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4434 4435v_cmp_le_i64 vcc, v[254:255], v[2:3]4436// W64: v_cmp_le_i64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xa6,0x7c]4437// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4438 4439v_cmp_le_i64 vcc, s[2:3], v[2:3]4440// W64: v_cmp_le_i64_e32 vcc, s[2:3], v[2:3]    ; encoding: [0x02,0x04,0xa6,0x7c]4441// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4442 4443v_cmp_le_i64 vcc, s[104:105], v[2:3]4444// W64: v_cmp_le_i64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xa6,0x7c]4445// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4446 4447v_cmp_le_i64 vcc, vcc, v[2:3]4448// W64: v_cmp_le_i64_e32 vcc, vcc, v[2:3]       ; encoding: [0x6a,0x04,0xa6,0x7c]4449// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4450 4451v_cmp_le_i64 vcc, ttmp[14:15], v[2:3]4452// W64: v_cmp_le_i64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xa6,0x7c]4453// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4454 4455v_cmp_le_i64 vcc, exec, v[2:3]4456// W64: v_cmp_le_i64_e32 vcc, exec, v[2:3]      ; encoding: [0x7e,0x04,0xa6,0x7c]4457// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4458 4459v_cmp_le_i64 vcc, null, v[2:3]4460// W64: v_cmp_le_i64_e32 vcc, null, v[2:3]      ; encoding: [0x7c,0x04,0xa6,0x7c]4461// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4462 4463v_cmp_le_i64 vcc, -1, v[2:3]4464// W64: v_cmp_le_i64_e32 vcc, -1, v[2:3]        ; encoding: [0xc1,0x04,0xa6,0x7c]4465// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4466 4467v_cmp_le_i64 vcc, 0.5, v[2:3]4468// W64: v_cmp_le_i64_e32 vcc, 0.5, v[2:3]       ; encoding: [0xf0,0x04,0xa6,0x7c]4469// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4470 4471v_cmp_le_i64 vcc, src_scc, v[2:3]4472// W64: v_cmp_le_i64_e32 vcc, src_scc, v[2:3]   ; encoding: [0xfd,0x04,0xa6,0x7c]4473// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4474 4475v_cmp_le_i64 vcc, 0xaf123456, v[254:255]4476// W64: v_cmp_le_i64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xa7,0x7c,0x56,0x34,0x12,0xaf]4477// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4478 4479v_cmp_le_u16 vcc_lo, v1.l, v2.l4480// W32: v_cmp_le_u16_e32 vcc_lo, v1.l, v2.l     ; encoding: [0x01,0x05,0x76,0x7c]4481// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4482 4483v_cmp_le_u16 vcc_lo, v127.l, v2.l4484// W32: v_cmp_le_u16_e32 vcc_lo, v127.l, v2.l   ; encoding: [0x7f,0x05,0x76,0x7c]4485// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4486 4487v_cmp_le_u16 vcc_lo, s1, v2.l4488// W32: v_cmp_le_u16_e32 vcc_lo, s1, v2.l       ; encoding: [0x01,0x04,0x76,0x7c]4489// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4490 4491v_cmp_le_u16 vcc_lo, s105, v2.l4492// W32: v_cmp_le_u16_e32 vcc_lo, s105, v2.l     ; encoding: [0x69,0x04,0x76,0x7c]4493// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4494 4495v_cmp_le_u16 vcc_lo, vcc_lo, v2.l4496// W32: v_cmp_le_u16_e32 vcc_lo, vcc_lo, v2.l   ; encoding: [0x6a,0x04,0x76,0x7c]4497// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4498 4499v_cmp_le_u16 vcc_lo, vcc_hi, v2.l4500// W32: v_cmp_le_u16_e32 vcc_lo, vcc_hi, v2.l   ; encoding: [0x6b,0x04,0x76,0x7c]4501// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4502 4503v_cmp_le_u16 vcc_lo, ttmp15, v2.l4504// W32: v_cmp_le_u16_e32 vcc_lo, ttmp15, v2.l   ; encoding: [0x7b,0x04,0x76,0x7c]4505// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4506 4507v_cmp_le_u16 vcc_lo, m0, v2.l4508// W32: v_cmp_le_u16_e32 vcc_lo, m0, v2.l       ; encoding: [0x7d,0x04,0x76,0x7c]4509// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4510 4511v_cmp_le_u16 vcc_lo, exec_lo, v2.l4512// W32: v_cmp_le_u16_e32 vcc_lo, exec_lo, v2.l  ; encoding: [0x7e,0x04,0x76,0x7c]4513// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4514 4515v_cmp_le_u16 vcc_lo, exec_hi, v2.l4516// W32: v_cmp_le_u16_e32 vcc_lo, exec_hi, v2.l  ; encoding: [0x7f,0x04,0x76,0x7c]4517// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4518 4519v_cmp_le_u16 vcc_lo, null, v2.l4520// W32: v_cmp_le_u16_e32 vcc_lo, null, v2.l     ; encoding: [0x7c,0x04,0x76,0x7c]4521// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4522 4523v_cmp_le_u16 vcc_lo, -1, v2.l4524// W32: v_cmp_le_u16_e32 vcc_lo, -1, v2.l       ; encoding: [0xc1,0x04,0x76,0x7c]4525// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4526 4527v_cmp_le_u16 vcc_lo, 0.5, v2.l4528// W32: v_cmp_le_u16_e32 vcc_lo, 0.5, v2.l      ; encoding: [0xf0,0x04,0x76,0x7c]4529// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4530 4531v_cmp_le_u16 vcc_lo, src_scc, v2.l4532// W32: v_cmp_le_u16_e32 vcc_lo, src_scc, v2.l  ; encoding: [0xfd,0x04,0x76,0x7c]4533// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4534 4535v_cmp_le_u16 vcc_lo, 0xfe0b, v127.l4536// W32: v_cmp_le_u16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x76,0x7c,0x0b,0xfe,0x00,0x00]4537// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4538 4539v_cmp_le_u16 vcc, v1.l, v2.l4540// W64: v_cmp_le_u16_e32 vcc, v1.l, v2.l        ; encoding: [0x01,0x05,0x76,0x7c]4541// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4542 4543v_cmp_le_u16 vcc, v127.l, v2.l4544// W64: v_cmp_le_u16_e32 vcc, v127.l, v2.l      ; encoding: [0x7f,0x05,0x76,0x7c]4545// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4546 4547v_cmp_le_u16 vcc, s1, v2.l4548// W64: v_cmp_le_u16_e32 vcc, s1, v2.l          ; encoding: [0x01,0x04,0x76,0x7c]4549// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4550 4551v_cmp_le_u16 vcc, s105, v2.l4552// W64: v_cmp_le_u16_e32 vcc, s105, v2.l        ; encoding: [0x69,0x04,0x76,0x7c]4553// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4554 4555v_cmp_le_u16 vcc, vcc_lo, v2.l4556// W64: v_cmp_le_u16_e32 vcc, vcc_lo, v2.l      ; encoding: [0x6a,0x04,0x76,0x7c]4557// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4558 4559v_cmp_le_u16 vcc, vcc_hi, v2.l4560// W64: v_cmp_le_u16_e32 vcc, vcc_hi, v2.l      ; encoding: [0x6b,0x04,0x76,0x7c]4561// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4562 4563v_cmp_le_u16 vcc, ttmp15, v2.l4564// W64: v_cmp_le_u16_e32 vcc, ttmp15, v2.l      ; encoding: [0x7b,0x04,0x76,0x7c]4565// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4566 4567v_cmp_le_u16 vcc, m0, v2.l4568// W64: v_cmp_le_u16_e32 vcc, m0, v2.l          ; encoding: [0x7d,0x04,0x76,0x7c]4569// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4570 4571v_cmp_le_u16 vcc, exec_lo, v2.l4572// W64: v_cmp_le_u16_e32 vcc, exec_lo, v2.l     ; encoding: [0x7e,0x04,0x76,0x7c]4573// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4574 4575v_cmp_le_u16 vcc, exec_hi, v2.l4576// W64: v_cmp_le_u16_e32 vcc, exec_hi, v2.l     ; encoding: [0x7f,0x04,0x76,0x7c]4577// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4578 4579v_cmp_le_u16 vcc, null, v2.l4580// W64: v_cmp_le_u16_e32 vcc, null, v2.l        ; encoding: [0x7c,0x04,0x76,0x7c]4581// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4582 4583v_cmp_le_u16 vcc, -1, v2.l4584// W64: v_cmp_le_u16_e32 vcc, -1, v2.l          ; encoding: [0xc1,0x04,0x76,0x7c]4585// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4586 4587v_cmp_le_u16 vcc, 0.5, v2.l4588// W64: v_cmp_le_u16_e32 vcc, 0.5, v2.l         ; encoding: [0xf0,0x04,0x76,0x7c]4589// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4590 4591v_cmp_le_u16 vcc, src_scc, v2.l4592// W64: v_cmp_le_u16_e32 vcc, src_scc, v2.l     ; encoding: [0xfd,0x04,0x76,0x7c]4593// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4594 4595v_cmp_le_u16 vcc, 0xfe0b, v127.l4596// W64: v_cmp_le_u16_e32 vcc, 0xfe0b, v127.l    ; encoding: [0xff,0xfe,0x76,0x7c,0x0b,0xfe,0x00,0x00]4597// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4598 4599v_cmp_le_u16 vcc_lo, 0x3800, v2.l4600// W32: v_cmp_le_u16_e32 vcc_lo, 0x3800, v2.l   ; encoding: [0xff,0x04,0x76,0x7c,0x00,0x38,0x00,0x00]4601// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4602 4603v_cmp_le_u16 vcc, 0x3800, v2.l4604// W64: v_cmp_le_u16_e32 vcc, 0x3800, v2.l      ; encoding: [0xff,0x04,0x76,0x7c,0x00,0x38,0x00,0x00]4605// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4606 4607v_cmp_le_u16 vcc_lo, v1.h, v2.l4608// W32: v_cmp_le_u16_e32 vcc_lo, v1.h, v2.l     ; encoding: [0x81,0x05,0x76,0x7c]4609// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4610 4611v_cmp_le_u16 vcc, v1.h, v2.l4612// W64: v_cmp_le_u16_e32 vcc, v1.h, v2.l        ; encoding: [0x81,0x05,0x76,0x7c]4613// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4614 4615v_cmp_le_u16 vcc_lo, v127.h, v2.l4616// W32: v_cmp_le_u16_e32 vcc_lo, v127.h, v2.l   ; encoding: [0xff,0x05,0x76,0x7c]4617// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4618 4619v_cmp_le_u16 vcc, v127.h, v2.l4620// W64: v_cmp_le_u16_e32 vcc, v127.h, v2.l      ; encoding: [0xff,0x05,0x76,0x7c]4621// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4622 4623v_cmp_le_u16 vcc_lo, src_scc, v2.h4624// W32: v_cmp_le_u16_e32 vcc_lo, src_scc, v2.h  ; encoding: [0xfd,0x04,0x77,0x7c]4625// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4626 4627v_cmp_le_u16 vcc, src_scc, v2.h4628// W64: v_cmp_le_u16_e32 vcc, src_scc, v2.h     ; encoding: [0xfd,0x04,0x77,0x7c]4629// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4630 4631v_cmp_le_u16 vcc_lo, 0xfe0b, v127.h4632// W32: v_cmp_le_u16_e32 vcc_lo, 0xfe0b, v127.h ; encoding: [0xff,0xfe,0x77,0x7c,0x0b,0xfe,0x00,0x00]4633// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4634 4635v_cmp_le_u16 vcc, 0xfe0b, v127.h4636// W64: v_cmp_le_u16_e32 vcc, 0xfe0b, v127.h    ; encoding: [0xff,0xfe,0x77,0x7c,0x0b,0xfe,0x00,0x00]4637// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4638 4639v_cmp_le_u32 vcc_lo, v1, v24640// W32: v_cmp_le_u32_e32 vcc_lo, v1, v2         ; encoding: [0x01,0x05,0x96,0x7c]4641// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4642 4643v_cmp_le_u32 vcc_lo, v255, v24644// W32: v_cmp_le_u32_e32 vcc_lo, v255, v2       ; encoding: [0xff,0x05,0x96,0x7c]4645// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4646 4647v_cmp_le_u32 vcc_lo, s1, v24648// W32: v_cmp_le_u32_e32 vcc_lo, s1, v2         ; encoding: [0x01,0x04,0x96,0x7c]4649// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4650 4651v_cmp_le_u32 vcc_lo, s105, v24652// W32: v_cmp_le_u32_e32 vcc_lo, s105, v2       ; encoding: [0x69,0x04,0x96,0x7c]4653// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4654 4655v_cmp_le_u32 vcc_lo, vcc_lo, v24656// W32: v_cmp_le_u32_e32 vcc_lo, vcc_lo, v2     ; encoding: [0x6a,0x04,0x96,0x7c]4657// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4658 4659v_cmp_le_u32 vcc_lo, vcc_hi, v24660// W32: v_cmp_le_u32_e32 vcc_lo, vcc_hi, v2     ; encoding: [0x6b,0x04,0x96,0x7c]4661// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4662 4663v_cmp_le_u32 vcc_lo, ttmp15, v24664// W32: v_cmp_le_u32_e32 vcc_lo, ttmp15, v2     ; encoding: [0x7b,0x04,0x96,0x7c]4665// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4666 4667v_cmp_le_u32 vcc_lo, m0, v24668// W32: v_cmp_le_u32_e32 vcc_lo, m0, v2         ; encoding: [0x7d,0x04,0x96,0x7c]4669// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4670 4671v_cmp_le_u32 vcc_lo, exec_lo, v24672// W32: v_cmp_le_u32_e32 vcc_lo, exec_lo, v2    ; encoding: [0x7e,0x04,0x96,0x7c]4673// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4674 4675v_cmp_le_u32 vcc_lo, exec_hi, v24676// W32: v_cmp_le_u32_e32 vcc_lo, exec_hi, v2    ; encoding: [0x7f,0x04,0x96,0x7c]4677// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4678 4679v_cmp_le_u32 vcc_lo, null, v24680// W32: v_cmp_le_u32_e32 vcc_lo, null, v2       ; encoding: [0x7c,0x04,0x96,0x7c]4681// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4682 4683v_cmp_le_u32 vcc_lo, -1, v24684// W32: v_cmp_le_u32_e32 vcc_lo, -1, v2         ; encoding: [0xc1,0x04,0x96,0x7c]4685// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4686 4687v_cmp_le_u32 vcc_lo, 0.5, v24688// W32: v_cmp_le_u32_e32 vcc_lo, 0.5, v2        ; encoding: [0xf0,0x04,0x96,0x7c]4689// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4690 4691v_cmp_le_u32 vcc_lo, src_scc, v24692// W32: v_cmp_le_u32_e32 vcc_lo, src_scc, v2    ; encoding: [0xfd,0x04,0x96,0x7c]4693// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4694 4695v_cmp_le_u32 vcc_lo, 0xaf123456, v2554696// W32: v_cmp_le_u32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x97,0x7c,0x56,0x34,0x12,0xaf]4697// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4698 4699v_cmp_le_u32 vcc, v1, v24700// W64: v_cmp_le_u32_e32 vcc, v1, v2            ; encoding: [0x01,0x05,0x96,0x7c]4701// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4702 4703v_cmp_le_u32 vcc, v255, v24704// W64: v_cmp_le_u32_e32 vcc, v255, v2          ; encoding: [0xff,0x05,0x96,0x7c]4705// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4706 4707v_cmp_le_u32 vcc, s1, v24708// W64: v_cmp_le_u32_e32 vcc, s1, v2            ; encoding: [0x01,0x04,0x96,0x7c]4709// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4710 4711v_cmp_le_u32 vcc, s105, v24712// W64: v_cmp_le_u32_e32 vcc, s105, v2          ; encoding: [0x69,0x04,0x96,0x7c]4713// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4714 4715v_cmp_le_u32 vcc, vcc_lo, v24716// W64: v_cmp_le_u32_e32 vcc, vcc_lo, v2        ; encoding: [0x6a,0x04,0x96,0x7c]4717// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4718 4719v_cmp_le_u32 vcc, vcc_hi, v24720// W64: v_cmp_le_u32_e32 vcc, vcc_hi, v2        ; encoding: [0x6b,0x04,0x96,0x7c]4721// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4722 4723v_cmp_le_u32 vcc, ttmp15, v24724// W64: v_cmp_le_u32_e32 vcc, ttmp15, v2        ; encoding: [0x7b,0x04,0x96,0x7c]4725// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4726 4727v_cmp_le_u32 vcc, m0, v24728// W64: v_cmp_le_u32_e32 vcc, m0, v2            ; encoding: [0x7d,0x04,0x96,0x7c]4729// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4730 4731v_cmp_le_u32 vcc, exec_lo, v24732// W64: v_cmp_le_u32_e32 vcc, exec_lo, v2       ; encoding: [0x7e,0x04,0x96,0x7c]4733// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4734 4735v_cmp_le_u32 vcc, exec_hi, v24736// W64: v_cmp_le_u32_e32 vcc, exec_hi, v2       ; encoding: [0x7f,0x04,0x96,0x7c]4737// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4738 4739v_cmp_le_u32 vcc, null, v24740// W64: v_cmp_le_u32_e32 vcc, null, v2          ; encoding: [0x7c,0x04,0x96,0x7c]4741// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4742 4743v_cmp_le_u32 vcc, -1, v24744// W64: v_cmp_le_u32_e32 vcc, -1, v2            ; encoding: [0xc1,0x04,0x96,0x7c]4745// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4746 4747v_cmp_le_u32 vcc, 0.5, v24748// W64: v_cmp_le_u32_e32 vcc, 0.5, v2           ; encoding: [0xf0,0x04,0x96,0x7c]4749// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4750 4751v_cmp_le_u32 vcc, src_scc, v24752// W64: v_cmp_le_u32_e32 vcc, src_scc, v2       ; encoding: [0xfd,0x04,0x96,0x7c]4753// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4754 4755v_cmp_le_u32 vcc, 0xaf123456, v2554756// W64: v_cmp_le_u32_e32 vcc, 0xaf123456, v255  ; encoding: [0xff,0xfe,0x97,0x7c,0x56,0x34,0x12,0xaf]4757// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4758 4759v_cmp_le_u64 vcc_lo, v[1:2], v[2:3]4760// W32: v_cmp_le_u64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0xb6,0x7c]4761// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4762 4763v_cmp_le_u64 vcc_lo, v[254:255], v[2:3]4764// W32: v_cmp_le_u64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xb6,0x7c]4765// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4766 4767v_cmp_le_u64 vcc_lo, s[2:3], v[2:3]4768// W32: v_cmp_le_u64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0xb6,0x7c]4769// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4770 4771v_cmp_le_u64 vcc_lo, s[104:105], v[2:3]4772// W32: v_cmp_le_u64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xb6,0x7c]4773// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4774 4775v_cmp_le_u64 vcc_lo, vcc, v[2:3]4776// W32: v_cmp_le_u64_e32 vcc_lo, vcc, v[2:3]    ; encoding: [0x6a,0x04,0xb6,0x7c]4777// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4778 4779v_cmp_le_u64 vcc_lo, ttmp[14:15], v[2:3]4780// W32: v_cmp_le_u64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xb6,0x7c]4781// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4782 4783v_cmp_le_u64 vcc_lo, exec, v[2:3]4784// W32: v_cmp_le_u64_e32 vcc_lo, exec, v[2:3]   ; encoding: [0x7e,0x04,0xb6,0x7c]4785// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4786 4787v_cmp_le_u64 vcc_lo, null, v[2:3]4788// W32: v_cmp_le_u64_e32 vcc_lo, null, v[2:3]   ; encoding: [0x7c,0x04,0xb6,0x7c]4789// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4790 4791v_cmp_le_u64 vcc_lo, -1, v[2:3]4792// W32: v_cmp_le_u64_e32 vcc_lo, -1, v[2:3]     ; encoding: [0xc1,0x04,0xb6,0x7c]4793// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4794 4795v_cmp_le_u64 vcc_lo, 0.5, v[2:3]4796// W32: v_cmp_le_u64_e32 vcc_lo, 0.5, v[2:3]    ; encoding: [0xf0,0x04,0xb6,0x7c]4797// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4798 4799v_cmp_le_u64 vcc_lo, src_scc, v[2:3]4800// W32: v_cmp_le_u64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0xb6,0x7c]4801// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4802 4803v_cmp_le_u64 vcc_lo, 0xaf123456, v[254:255]4804// W32: v_cmp_le_u64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xb7,0x7c,0x56,0x34,0x12,0xaf]4805// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4806 4807v_cmp_le_u64 vcc, v[1:2], v[2:3]4808// W64: v_cmp_le_u64_e32 vcc, v[1:2], v[2:3]    ; encoding: [0x01,0x05,0xb6,0x7c]4809// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4810 4811v_cmp_le_u64 vcc, v[254:255], v[2:3]4812// W64: v_cmp_le_u64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xb6,0x7c]4813// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4814 4815v_cmp_le_u64 vcc, s[2:3], v[2:3]4816// W64: v_cmp_le_u64_e32 vcc, s[2:3], v[2:3]    ; encoding: [0x02,0x04,0xb6,0x7c]4817// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4818 4819v_cmp_le_u64 vcc, s[104:105], v[2:3]4820// W64: v_cmp_le_u64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xb6,0x7c]4821// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4822 4823v_cmp_le_u64 vcc, vcc, v[2:3]4824// W64: v_cmp_le_u64_e32 vcc, vcc, v[2:3]       ; encoding: [0x6a,0x04,0xb6,0x7c]4825// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4826 4827v_cmp_le_u64 vcc, ttmp[14:15], v[2:3]4828// W64: v_cmp_le_u64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xb6,0x7c]4829// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4830 4831v_cmp_le_u64 vcc, exec, v[2:3]4832// W64: v_cmp_le_u64_e32 vcc, exec, v[2:3]      ; encoding: [0x7e,0x04,0xb6,0x7c]4833// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4834 4835v_cmp_le_u64 vcc, null, v[2:3]4836// W64: v_cmp_le_u64_e32 vcc, null, v[2:3]      ; encoding: [0x7c,0x04,0xb6,0x7c]4837// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4838 4839v_cmp_le_u64 vcc, -1, v[2:3]4840// W64: v_cmp_le_u64_e32 vcc, -1, v[2:3]        ; encoding: [0xc1,0x04,0xb6,0x7c]4841// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4842 4843v_cmp_le_u64 vcc, 0.5, v[2:3]4844// W64: v_cmp_le_u64_e32 vcc, 0.5, v[2:3]       ; encoding: [0xf0,0x04,0xb6,0x7c]4845// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4846 4847v_cmp_le_u64 vcc, src_scc, v[2:3]4848// W64: v_cmp_le_u64_e32 vcc, src_scc, v[2:3]   ; encoding: [0xfd,0x04,0xb6,0x7c]4849// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4850 4851v_cmp_le_u64 vcc, 0xaf123456, v[254:255]4852// W64: v_cmp_le_u64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xb7,0x7c,0x56,0x34,0x12,0xaf]4853// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4854 4855v_cmp_lg_f16 vcc_lo, v1.l, v2.l4856// W32: v_cmp_lg_f16_e32 vcc_lo, v1.l, v2.l     ; encoding: [0x01,0x05,0x0a,0x7c]4857// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4858 4859v_cmp_lg_f16 vcc_lo, v127.l, v2.l4860// W32: v_cmp_lg_f16_e32 vcc_lo, v127.l, v2.l   ; encoding: [0x7f,0x05,0x0a,0x7c]4861// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4862 4863v_cmp_lg_f16 vcc_lo, s1, v2.l4864// W32: v_cmp_lg_f16_e32 vcc_lo, s1, v2.l       ; encoding: [0x01,0x04,0x0a,0x7c]4865// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4866 4867v_cmp_lg_f16 vcc_lo, s105, v2.l4868// W32: v_cmp_lg_f16_e32 vcc_lo, s105, v2.l     ; encoding: [0x69,0x04,0x0a,0x7c]4869// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4870 4871v_cmp_lg_f16 vcc_lo, vcc_lo, v2.l4872// W32: v_cmp_lg_f16_e32 vcc_lo, vcc_lo, v2.l   ; encoding: [0x6a,0x04,0x0a,0x7c]4873// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4874 4875v_cmp_lg_f16 vcc_lo, vcc_hi, v2.l4876// W32: v_cmp_lg_f16_e32 vcc_lo, vcc_hi, v2.l   ; encoding: [0x6b,0x04,0x0a,0x7c]4877// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4878 4879v_cmp_lg_f16 vcc_lo, ttmp15, v2.l4880// W32: v_cmp_lg_f16_e32 vcc_lo, ttmp15, v2.l   ; encoding: [0x7b,0x04,0x0a,0x7c]4881// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4882 4883v_cmp_lg_f16 vcc_lo, m0, v2.l4884// W32: v_cmp_lg_f16_e32 vcc_lo, m0, v2.l       ; encoding: [0x7d,0x04,0x0a,0x7c]4885// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4886 4887v_cmp_lg_f16 vcc_lo, exec_lo, v2.l4888// W32: v_cmp_lg_f16_e32 vcc_lo, exec_lo, v2.l  ; encoding: [0x7e,0x04,0x0a,0x7c]4889// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4890 4891v_cmp_lg_f16 vcc_lo, exec_hi, v2.l4892// W32: v_cmp_lg_f16_e32 vcc_lo, exec_hi, v2.l  ; encoding: [0x7f,0x04,0x0a,0x7c]4893// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4894 4895v_cmp_lg_f16 vcc_lo, null, v2.l4896// W32: v_cmp_lg_f16_e32 vcc_lo, null, v2.l     ; encoding: [0x7c,0x04,0x0a,0x7c]4897// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4898 4899v_cmp_lg_f16 vcc_lo, -1, v2.l4900// W32: v_cmp_lg_f16_e32 vcc_lo, -1, v2.l       ; encoding: [0xc1,0x04,0x0a,0x7c]4901// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4902 4903v_cmp_lg_f16 vcc_lo, 0.5, v2.l4904// W32: v_cmp_lg_f16_e32 vcc_lo, 0.5, v2.l      ; encoding: [0xf0,0x04,0x0a,0x7c]4905// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4906 4907v_cmp_lg_f16 vcc_lo, src_scc, v2.l4908// W32: v_cmp_lg_f16_e32 vcc_lo, src_scc, v2.l  ; encoding: [0xfd,0x04,0x0a,0x7c]4909// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4910 4911v_cmp_lg_f16 vcc_lo, 0xfe0b, v127.l4912// W32: v_cmp_lg_f16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x0a,0x7c,0x0b,0xfe,0x00,0x00]4913// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4914 4915v_cmp_lg_f16 vcc, v1.l, v2.l4916// W64: v_cmp_lg_f16_e32 vcc, v1.l, v2.l        ; encoding: [0x01,0x05,0x0a,0x7c]4917// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4918 4919v_cmp_lg_f16 vcc, v127.l, v2.l4920// W64: v_cmp_lg_f16_e32 vcc, v127.l, v2.l      ; encoding: [0x7f,0x05,0x0a,0x7c]4921// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4922 4923v_cmp_lg_f16 vcc, s1, v2.l4924// W64: v_cmp_lg_f16_e32 vcc, s1, v2.l          ; encoding: [0x01,0x04,0x0a,0x7c]4925// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4926 4927v_cmp_lg_f16 vcc, s105, v2.l4928// W64: v_cmp_lg_f16_e32 vcc, s105, v2.l        ; encoding: [0x69,0x04,0x0a,0x7c]4929// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4930 4931v_cmp_lg_f16 vcc, vcc_lo, v2.l4932// W64: v_cmp_lg_f16_e32 vcc, vcc_lo, v2.l      ; encoding: [0x6a,0x04,0x0a,0x7c]4933// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4934 4935v_cmp_lg_f16 vcc, vcc_hi, v2.l4936// W64: v_cmp_lg_f16_e32 vcc, vcc_hi, v2.l      ; encoding: [0x6b,0x04,0x0a,0x7c]4937// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4938 4939v_cmp_lg_f16 vcc, ttmp15, v2.l4940// W64: v_cmp_lg_f16_e32 vcc, ttmp15, v2.l      ; encoding: [0x7b,0x04,0x0a,0x7c]4941// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4942 4943v_cmp_lg_f16 vcc, m0, v2.l4944// W64: v_cmp_lg_f16_e32 vcc, m0, v2.l          ; encoding: [0x7d,0x04,0x0a,0x7c]4945// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4946 4947v_cmp_lg_f16 vcc, exec_lo, v2.l4948// W64: v_cmp_lg_f16_e32 vcc, exec_lo, v2.l     ; encoding: [0x7e,0x04,0x0a,0x7c]4949// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4950 4951v_cmp_lg_f16 vcc, exec_hi, v2.l4952// W64: v_cmp_lg_f16_e32 vcc, exec_hi, v2.l     ; encoding: [0x7f,0x04,0x0a,0x7c]4953// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4954 4955v_cmp_lg_f16 vcc, null, v2.l4956// W64: v_cmp_lg_f16_e32 vcc, null, v2.l        ; encoding: [0x7c,0x04,0x0a,0x7c]4957// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4958 4959v_cmp_lg_f16 vcc, -1, v2.l4960// W64: v_cmp_lg_f16_e32 vcc, -1, v2.l          ; encoding: [0xc1,0x04,0x0a,0x7c]4961// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4962 4963v_cmp_lg_f16 vcc, 0.5, v2.l4964// W64: v_cmp_lg_f16_e32 vcc, 0.5, v2.l         ; encoding: [0xf0,0x04,0x0a,0x7c]4965// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4966 4967v_cmp_lg_f16 vcc, src_scc, v2.l4968// W64: v_cmp_lg_f16_e32 vcc, src_scc, v2.l     ; encoding: [0xfd,0x04,0x0a,0x7c]4969// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4970 4971v_cmp_lg_f16 vcc, 0xfe0b, v127.l4972// W64: v_cmp_lg_f16_e32 vcc, 0xfe0b, v127.l    ; encoding: [0xff,0xfe,0x0a,0x7c,0x0b,0xfe,0x00,0x00]4973// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4974 4975v_cmp_lg_f16 vcc_lo, v1.h, v2.l4976// W32: v_cmp_lg_f16_e32 vcc_lo, v1.h, v2.l     ; encoding: [0x81,0x05,0x0a,0x7c]4977// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4978 4979v_cmp_lg_f16 vcc, v1.h, v2.l4980// W64: v_cmp_lg_f16_e32 vcc, v1.h, v2.l        ; encoding: [0x81,0x05,0x0a,0x7c]4981// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4982 4983v_cmp_lg_f16 vcc_lo, v127.h, v2.l4984// W32: v_cmp_lg_f16_e32 vcc_lo, v127.h, v2.l   ; encoding: [0xff,0x05,0x0a,0x7c]4985// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4986 4987v_cmp_lg_f16 vcc, v127.h, v2.l4988// W64: v_cmp_lg_f16_e32 vcc, v127.h, v2.l      ; encoding: [0xff,0x05,0x0a,0x7c]4989// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4990 4991v_cmp_lg_f16 vcc_lo, src_scc, v2.h4992// W32: v_cmp_lg_f16_e32 vcc_lo, src_scc, v2.h  ; encoding: [0xfd,0x04,0x0b,0x7c]4993// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4994 4995v_cmp_lg_f16 vcc, src_scc, v2.h4996// W64: v_cmp_lg_f16_e32 vcc, src_scc, v2.h     ; encoding: [0xfd,0x04,0x0b,0x7c]4997// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode4998 4999v_cmp_lg_f16 vcc_lo, 0xfe0b, v127.h5000// W32: v_cmp_lg_f16_e32 vcc_lo, 0xfe0b, v127.h ; encoding: [0xff,0xfe,0x0b,0x7c,0x0b,0xfe,0x00,0x00]5001// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5002 5003v_cmp_lg_f16 vcc, 0xfe0b, v127.h5004// W64: v_cmp_lg_f16_e32 vcc, 0xfe0b, v127.h    ; encoding: [0xff,0xfe,0x0b,0x7c,0x0b,0xfe,0x00,0x00]5005// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5006 5007v_cmp_lg_f32 vcc_lo, v1, v25008// W32: v_cmp_lg_f32_e32 vcc_lo, v1, v2         ; encoding: [0x01,0x05,0x2a,0x7c]5009// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5010 5011v_cmp_lg_f32 vcc_lo, v255, v25012// W32: v_cmp_lg_f32_e32 vcc_lo, v255, v2       ; encoding: [0xff,0x05,0x2a,0x7c]5013// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5014 5015v_cmp_lg_f32 vcc_lo, s1, v25016// W32: v_cmp_lg_f32_e32 vcc_lo, s1, v2         ; encoding: [0x01,0x04,0x2a,0x7c]5017// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5018 5019v_cmp_lg_f32 vcc_lo, s105, v25020// W32: v_cmp_lg_f32_e32 vcc_lo, s105, v2       ; encoding: [0x69,0x04,0x2a,0x7c]5021// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5022 5023v_cmp_lg_f32 vcc_lo, vcc_lo, v25024// W32: v_cmp_lg_f32_e32 vcc_lo, vcc_lo, v2     ; encoding: [0x6a,0x04,0x2a,0x7c]5025// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5026 5027v_cmp_lg_f32 vcc_lo, vcc_hi, v25028// W32: v_cmp_lg_f32_e32 vcc_lo, vcc_hi, v2     ; encoding: [0x6b,0x04,0x2a,0x7c]5029// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5030 5031v_cmp_lg_f32 vcc_lo, ttmp15, v25032// W32: v_cmp_lg_f32_e32 vcc_lo, ttmp15, v2     ; encoding: [0x7b,0x04,0x2a,0x7c]5033// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5034 5035v_cmp_lg_f32 vcc_lo, m0, v25036// W32: v_cmp_lg_f32_e32 vcc_lo, m0, v2         ; encoding: [0x7d,0x04,0x2a,0x7c]5037// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5038 5039v_cmp_lg_f32 vcc_lo, exec_lo, v25040// W32: v_cmp_lg_f32_e32 vcc_lo, exec_lo, v2    ; encoding: [0x7e,0x04,0x2a,0x7c]5041// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5042 5043v_cmp_lg_f32 vcc_lo, exec_hi, v25044// W32: v_cmp_lg_f32_e32 vcc_lo, exec_hi, v2    ; encoding: [0x7f,0x04,0x2a,0x7c]5045// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5046 5047v_cmp_lg_f32 vcc_lo, null, v25048// W32: v_cmp_lg_f32_e32 vcc_lo, null, v2       ; encoding: [0x7c,0x04,0x2a,0x7c]5049// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5050 5051v_cmp_lg_f32 vcc_lo, -1, v25052// W32: v_cmp_lg_f32_e32 vcc_lo, -1, v2         ; encoding: [0xc1,0x04,0x2a,0x7c]5053// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5054 5055v_cmp_lg_f32 vcc_lo, 0.5, v25056// W32: v_cmp_lg_f32_e32 vcc_lo, 0.5, v2        ; encoding: [0xf0,0x04,0x2a,0x7c]5057// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5058 5059v_cmp_lg_f32 vcc_lo, src_scc, v25060// W32: v_cmp_lg_f32_e32 vcc_lo, src_scc, v2    ; encoding: [0xfd,0x04,0x2a,0x7c]5061// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5062 5063v_cmp_lg_f32 vcc_lo, 0xaf123456, v2555064// W32: v_cmp_lg_f32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x2b,0x7c,0x56,0x34,0x12,0xaf]5065// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5066 5067v_cmp_lg_f32 vcc, v1, v25068// W64: v_cmp_lg_f32_e32 vcc, v1, v2            ; encoding: [0x01,0x05,0x2a,0x7c]5069// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5070 5071v_cmp_lg_f32 vcc, v255, v25072// W64: v_cmp_lg_f32_e32 vcc, v255, v2          ; encoding: [0xff,0x05,0x2a,0x7c]5073// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5074 5075v_cmp_lg_f32 vcc, s1, v25076// W64: v_cmp_lg_f32_e32 vcc, s1, v2            ; encoding: [0x01,0x04,0x2a,0x7c]5077// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5078 5079v_cmp_lg_f32 vcc, s105, v25080// W64: v_cmp_lg_f32_e32 vcc, s105, v2          ; encoding: [0x69,0x04,0x2a,0x7c]5081// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5082 5083v_cmp_lg_f32 vcc, vcc_lo, v25084// W64: v_cmp_lg_f32_e32 vcc, vcc_lo, v2        ; encoding: [0x6a,0x04,0x2a,0x7c]5085// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5086 5087v_cmp_lg_f32 vcc, vcc_hi, v25088// W64: v_cmp_lg_f32_e32 vcc, vcc_hi, v2        ; encoding: [0x6b,0x04,0x2a,0x7c]5089// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5090 5091v_cmp_lg_f32 vcc, ttmp15, v25092// W64: v_cmp_lg_f32_e32 vcc, ttmp15, v2        ; encoding: [0x7b,0x04,0x2a,0x7c]5093// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5094 5095v_cmp_lg_f32 vcc, m0, v25096// W64: v_cmp_lg_f32_e32 vcc, m0, v2            ; encoding: [0x7d,0x04,0x2a,0x7c]5097// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5098 5099v_cmp_lg_f32 vcc, exec_lo, v25100// W64: v_cmp_lg_f32_e32 vcc, exec_lo, v2       ; encoding: [0x7e,0x04,0x2a,0x7c]5101// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5102 5103v_cmp_lg_f32 vcc, exec_hi, v25104// W64: v_cmp_lg_f32_e32 vcc, exec_hi, v2       ; encoding: [0x7f,0x04,0x2a,0x7c]5105// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5106 5107v_cmp_lg_f32 vcc, null, v25108// W64: v_cmp_lg_f32_e32 vcc, null, v2          ; encoding: [0x7c,0x04,0x2a,0x7c]5109// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5110 5111v_cmp_lg_f32 vcc, -1, v25112// W64: v_cmp_lg_f32_e32 vcc, -1, v2            ; encoding: [0xc1,0x04,0x2a,0x7c]5113// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5114 5115v_cmp_lg_f32 vcc, 0.5, v25116// W64: v_cmp_lg_f32_e32 vcc, 0.5, v2           ; encoding: [0xf0,0x04,0x2a,0x7c]5117// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5118 5119v_cmp_lg_f32 vcc, src_scc, v25120// W64: v_cmp_lg_f32_e32 vcc, src_scc, v2       ; encoding: [0xfd,0x04,0x2a,0x7c]5121// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5122 5123v_cmp_lg_f32 vcc, 0xaf123456, v2555124// W64: v_cmp_lg_f32_e32 vcc, 0xaf123456, v255  ; encoding: [0xff,0xfe,0x2b,0x7c,0x56,0x34,0x12,0xaf]5125// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5126 5127v_cmp_lg_f64 vcc_lo, v[1:2], v[2:3]5128// W32: v_cmp_lg_f64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0x4a,0x7c]5129// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5130 5131v_cmp_lg_f64 vcc_lo, v[254:255], v[2:3]5132// W32: v_cmp_lg_f64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x4a,0x7c]5133// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5134 5135v_cmp_lg_f64 vcc_lo, s[2:3], v[2:3]5136// W32: v_cmp_lg_f64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0x4a,0x7c]5137// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5138 5139v_cmp_lg_f64 vcc_lo, s[104:105], v[2:3]5140// W32: v_cmp_lg_f64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x4a,0x7c]5141// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5142 5143v_cmp_lg_f64 vcc_lo, vcc, v[2:3]5144// W32: v_cmp_lg_f64_e32 vcc_lo, vcc, v[2:3]    ; encoding: [0x6a,0x04,0x4a,0x7c]5145// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5146 5147v_cmp_lg_f64 vcc_lo, ttmp[14:15], v[2:3]5148// W32: v_cmp_lg_f64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x4a,0x7c]5149// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5150 5151v_cmp_lg_f64 vcc_lo, exec, v[2:3]5152// W32: v_cmp_lg_f64_e32 vcc_lo, exec, v[2:3]   ; encoding: [0x7e,0x04,0x4a,0x7c]5153// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5154 5155v_cmp_lg_f64 vcc_lo, null, v[2:3]5156// W32: v_cmp_lg_f64_e32 vcc_lo, null, v[2:3]   ; encoding: [0x7c,0x04,0x4a,0x7c]5157// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5158 5159v_cmp_lg_f64 vcc_lo, -1, v[2:3]5160// W32: v_cmp_lg_f64_e32 vcc_lo, -1, v[2:3]     ; encoding: [0xc1,0x04,0x4a,0x7c]5161// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5162 5163v_cmp_lg_f64 vcc_lo, 0.5, v[2:3]5164// W32: v_cmp_lg_f64_e32 vcc_lo, 0.5, v[2:3]    ; encoding: [0xf0,0x04,0x4a,0x7c]5165// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5166 5167v_cmp_lg_f64 vcc_lo, src_scc, v[2:3]5168// W32: v_cmp_lg_f64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0x4a,0x7c]5169// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5170 5171v_cmp_lg_f64 vcc_lo, 0xaf123456, v[254:255]5172// W32: v_cmp_lg_f64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x4b,0x7c,0x56,0x34,0x12,0xaf]5173// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5174 5175v_cmp_lg_f64 vcc, v[1:2], v[2:3]5176// W64: v_cmp_lg_f64_e32 vcc, v[1:2], v[2:3]    ; encoding: [0x01,0x05,0x4a,0x7c]5177// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5178 5179v_cmp_lg_f64 vcc, v[254:255], v[2:3]5180// W64: v_cmp_lg_f64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x4a,0x7c]5181// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5182 5183v_cmp_lg_f64 vcc, s[2:3], v[2:3]5184// W64: v_cmp_lg_f64_e32 vcc, s[2:3], v[2:3]    ; encoding: [0x02,0x04,0x4a,0x7c]5185// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5186 5187v_cmp_lg_f64 vcc, s[104:105], v[2:3]5188// W64: v_cmp_lg_f64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x4a,0x7c]5189// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5190 5191v_cmp_lg_f64 vcc, vcc, v[2:3]5192// W64: v_cmp_lg_f64_e32 vcc, vcc, v[2:3]       ; encoding: [0x6a,0x04,0x4a,0x7c]5193// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5194 5195v_cmp_lg_f64 vcc, ttmp[14:15], v[2:3]5196// W64: v_cmp_lg_f64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x4a,0x7c]5197// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5198 5199v_cmp_lg_f64 vcc, exec, v[2:3]5200// W64: v_cmp_lg_f64_e32 vcc, exec, v[2:3]      ; encoding: [0x7e,0x04,0x4a,0x7c]5201// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5202 5203v_cmp_lg_f64 vcc, null, v[2:3]5204// W64: v_cmp_lg_f64_e32 vcc, null, v[2:3]      ; encoding: [0x7c,0x04,0x4a,0x7c]5205// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5206 5207v_cmp_lg_f64 vcc, -1, v[2:3]5208// W64: v_cmp_lg_f64_e32 vcc, -1, v[2:3]        ; encoding: [0xc1,0x04,0x4a,0x7c]5209// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5210 5211v_cmp_lg_f64 vcc, 0.5, v[2:3]5212// W64: v_cmp_lg_f64_e32 vcc, 0.5, v[2:3]       ; encoding: [0xf0,0x04,0x4a,0x7c]5213// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5214 5215v_cmp_lg_f64 vcc, src_scc, v[2:3]5216// W64: v_cmp_lg_f64_e32 vcc, src_scc, v[2:3]   ; encoding: [0xfd,0x04,0x4a,0x7c]5217// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5218 5219v_cmp_lg_f64 vcc, 0xaf123456, v[254:255]5220// W64: v_cmp_lg_f64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x4b,0x7c,0x56,0x34,0x12,0xaf]5221// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5222 5223v_cmp_lt_f16 vcc_lo, v1.l, v2.l5224// W32: v_cmp_lt_f16_e32 vcc_lo, v1.l, v2.l     ; encoding: [0x01,0x05,0x02,0x7c]5225// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5226 5227v_cmp_lt_f16 vcc_lo, v127.l, v2.l5228// W32: v_cmp_lt_f16_e32 vcc_lo, v127.l, v2.l   ; encoding: [0x7f,0x05,0x02,0x7c]5229// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5230 5231v_cmp_lt_f16 vcc_lo, s1, v2.l5232// W32: v_cmp_lt_f16_e32 vcc_lo, s1, v2.l       ; encoding: [0x01,0x04,0x02,0x7c]5233// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5234 5235v_cmp_lt_f16 vcc_lo, s105, v2.l5236// W32: v_cmp_lt_f16_e32 vcc_lo, s105, v2.l     ; encoding: [0x69,0x04,0x02,0x7c]5237// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5238 5239v_cmp_lt_f16 vcc_lo, vcc_lo, v2.l5240// W32: v_cmp_lt_f16_e32 vcc_lo, vcc_lo, v2.l   ; encoding: [0x6a,0x04,0x02,0x7c]5241// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5242 5243v_cmp_lt_f16 vcc_lo, vcc_hi, v2.l5244// W32: v_cmp_lt_f16_e32 vcc_lo, vcc_hi, v2.l   ; encoding: [0x6b,0x04,0x02,0x7c]5245// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5246 5247v_cmp_lt_f16 vcc_lo, ttmp15, v2.l5248// W32: v_cmp_lt_f16_e32 vcc_lo, ttmp15, v2.l   ; encoding: [0x7b,0x04,0x02,0x7c]5249// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5250 5251v_cmp_lt_f16 vcc_lo, m0, v2.l5252// W32: v_cmp_lt_f16_e32 vcc_lo, m0, v2.l       ; encoding: [0x7d,0x04,0x02,0x7c]5253// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5254 5255v_cmp_lt_f16 vcc_lo, exec_lo, v2.l5256// W32: v_cmp_lt_f16_e32 vcc_lo, exec_lo, v2.l  ; encoding: [0x7e,0x04,0x02,0x7c]5257// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5258 5259v_cmp_lt_f16 vcc_lo, exec_hi, v2.l5260// W32: v_cmp_lt_f16_e32 vcc_lo, exec_hi, v2.l  ; encoding: [0x7f,0x04,0x02,0x7c]5261// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5262 5263v_cmp_lt_f16 vcc_lo, null, v2.l5264// W32: v_cmp_lt_f16_e32 vcc_lo, null, v2.l     ; encoding: [0x7c,0x04,0x02,0x7c]5265// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5266 5267v_cmp_lt_f16 vcc_lo, -1, v2.l5268// W32: v_cmp_lt_f16_e32 vcc_lo, -1, v2.l       ; encoding: [0xc1,0x04,0x02,0x7c]5269// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5270 5271v_cmp_lt_f16 vcc_lo, 0.5, v2.l5272// W32: v_cmp_lt_f16_e32 vcc_lo, 0.5, v2.l      ; encoding: [0xf0,0x04,0x02,0x7c]5273// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5274 5275v_cmp_lt_f16 vcc_lo, src_scc, v2.l5276// W32: v_cmp_lt_f16_e32 vcc_lo, src_scc, v2.l  ; encoding: [0xfd,0x04,0x02,0x7c]5277// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5278 5279v_cmp_lt_f16 vcc_lo, 0xfe0b, v127.l5280// W32: v_cmp_lt_f16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x02,0x7c,0x0b,0xfe,0x00,0x00]5281// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5282 5283v_cmp_lt_f16 vcc, v1.l, v2.l5284// W64: v_cmp_lt_f16_e32 vcc, v1.l, v2.l        ; encoding: [0x01,0x05,0x02,0x7c]5285// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5286 5287v_cmp_lt_f16 vcc, v127.l, v2.l5288// W64: v_cmp_lt_f16_e32 vcc, v127.l, v2.l      ; encoding: [0x7f,0x05,0x02,0x7c]5289// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5290 5291v_cmp_lt_f16 vcc, s1, v2.l5292// W64: v_cmp_lt_f16_e32 vcc, s1, v2.l          ; encoding: [0x01,0x04,0x02,0x7c]5293// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5294 5295v_cmp_lt_f16 vcc, s105, v2.l5296// W64: v_cmp_lt_f16_e32 vcc, s105, v2.l        ; encoding: [0x69,0x04,0x02,0x7c]5297// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5298 5299v_cmp_lt_f16 vcc, vcc_lo, v2.l5300// W64: v_cmp_lt_f16_e32 vcc, vcc_lo, v2.l      ; encoding: [0x6a,0x04,0x02,0x7c]5301// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5302 5303v_cmp_lt_f16 vcc, vcc_hi, v2.l5304// W64: v_cmp_lt_f16_e32 vcc, vcc_hi, v2.l      ; encoding: [0x6b,0x04,0x02,0x7c]5305// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5306 5307v_cmp_lt_f16 vcc, ttmp15, v2.l5308// W64: v_cmp_lt_f16_e32 vcc, ttmp15, v2.l      ; encoding: [0x7b,0x04,0x02,0x7c]5309// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5310 5311v_cmp_lt_f16 vcc, m0, v2.l5312// W64: v_cmp_lt_f16_e32 vcc, m0, v2.l          ; encoding: [0x7d,0x04,0x02,0x7c]5313// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5314 5315v_cmp_lt_f16 vcc, exec_lo, v2.l5316// W64: v_cmp_lt_f16_e32 vcc, exec_lo, v2.l     ; encoding: [0x7e,0x04,0x02,0x7c]5317// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5318 5319v_cmp_lt_f16 vcc, exec_hi, v2.l5320// W64: v_cmp_lt_f16_e32 vcc, exec_hi, v2.l     ; encoding: [0x7f,0x04,0x02,0x7c]5321// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5322 5323v_cmp_lt_f16 vcc, null, v2.l5324// W64: v_cmp_lt_f16_e32 vcc, null, v2.l        ; encoding: [0x7c,0x04,0x02,0x7c]5325// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5326 5327v_cmp_lt_f16 vcc, -1, v2.l5328// W64: v_cmp_lt_f16_e32 vcc, -1, v2.l          ; encoding: [0xc1,0x04,0x02,0x7c]5329// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5330 5331v_cmp_lt_f16 vcc, 0.5, v2.l5332// W64: v_cmp_lt_f16_e32 vcc, 0.5, v2.l         ; encoding: [0xf0,0x04,0x02,0x7c]5333// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5334 5335v_cmp_lt_f16 vcc, src_scc, v2.l5336// W64: v_cmp_lt_f16_e32 vcc, src_scc, v2.l     ; encoding: [0xfd,0x04,0x02,0x7c]5337// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5338 5339v_cmp_lt_f16 vcc, 0xfe0b, v127.l5340// W64: v_cmp_lt_f16_e32 vcc, 0xfe0b, v127.l    ; encoding: [0xff,0xfe,0x02,0x7c,0x0b,0xfe,0x00,0x00]5341// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5342 5343v_cmp_lt_f16 vcc_lo, v1.h, v2.l5344// W32: v_cmp_lt_f16_e32 vcc_lo, v1.h, v2.l     ; encoding: [0x81,0x05,0x02,0x7c]5345// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5346 5347v_cmp_lt_f16 vcc, v1.h, v2.l5348// W64: v_cmp_lt_f16_e32 vcc, v1.h, v2.l        ; encoding: [0x81,0x05,0x02,0x7c]5349// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5350 5351v_cmp_lt_f16 vcc_lo, v127.h, v2.l5352// W32: v_cmp_lt_f16_e32 vcc_lo, v127.h, v2.l   ; encoding: [0xff,0x05,0x02,0x7c]5353// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5354 5355v_cmp_lt_f16 vcc, v127.h, v2.l5356// W64: v_cmp_lt_f16_e32 vcc, v127.h, v2.l      ; encoding: [0xff,0x05,0x02,0x7c]5357// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5358 5359v_cmp_lt_f16 vcc_lo, src_scc, v2.h5360// W32: v_cmp_lt_f16_e32 vcc_lo, src_scc, v2.h  ; encoding: [0xfd,0x04,0x03,0x7c]5361// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5362 5363v_cmp_lt_f16 vcc, src_scc, v2.h5364// W64: v_cmp_lt_f16_e32 vcc, src_scc, v2.h     ; encoding: [0xfd,0x04,0x03,0x7c]5365// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5366 5367v_cmp_lt_f16 vcc_lo, 0xfe0b, v127.h5368// W32: v_cmp_lt_f16_e32 vcc_lo, 0xfe0b, v127.h ; encoding: [0xff,0xfe,0x03,0x7c,0x0b,0xfe,0x00,0x00]5369// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5370 5371v_cmp_lt_f16 vcc, 0xfe0b, v127.h5372// W64: v_cmp_lt_f16_e32 vcc, 0xfe0b, v127.h    ; encoding: [0xff,0xfe,0x03,0x7c,0x0b,0xfe,0x00,0x00]5373// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5374 5375v_cmp_lt_f32 vcc_lo, v1, v25376// W32: v_cmp_lt_f32_e32 vcc_lo, v1, v2         ; encoding: [0x01,0x05,0x22,0x7c]5377// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5378 5379v_cmp_lt_f32 vcc_lo, v255, v25380// W32: v_cmp_lt_f32_e32 vcc_lo, v255, v2       ; encoding: [0xff,0x05,0x22,0x7c]5381// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5382 5383v_cmp_lt_f32 vcc_lo, s1, v25384// W32: v_cmp_lt_f32_e32 vcc_lo, s1, v2         ; encoding: [0x01,0x04,0x22,0x7c]5385// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5386 5387v_cmp_lt_f32 vcc_lo, s105, v25388// W32: v_cmp_lt_f32_e32 vcc_lo, s105, v2       ; encoding: [0x69,0x04,0x22,0x7c]5389// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5390 5391v_cmp_lt_f32 vcc_lo, vcc_lo, v25392// W32: v_cmp_lt_f32_e32 vcc_lo, vcc_lo, v2     ; encoding: [0x6a,0x04,0x22,0x7c]5393// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5394 5395v_cmp_lt_f32 vcc_lo, vcc_hi, v25396// W32: v_cmp_lt_f32_e32 vcc_lo, vcc_hi, v2     ; encoding: [0x6b,0x04,0x22,0x7c]5397// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5398 5399v_cmp_lt_f32 vcc_lo, ttmp15, v25400// W32: v_cmp_lt_f32_e32 vcc_lo, ttmp15, v2     ; encoding: [0x7b,0x04,0x22,0x7c]5401// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5402 5403v_cmp_lt_f32 vcc_lo, m0, v25404// W32: v_cmp_lt_f32_e32 vcc_lo, m0, v2         ; encoding: [0x7d,0x04,0x22,0x7c]5405// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5406 5407v_cmp_lt_f32 vcc_lo, exec_lo, v25408// W32: v_cmp_lt_f32_e32 vcc_lo, exec_lo, v2    ; encoding: [0x7e,0x04,0x22,0x7c]5409// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5410 5411v_cmp_lt_f32 vcc_lo, exec_hi, v25412// W32: v_cmp_lt_f32_e32 vcc_lo, exec_hi, v2    ; encoding: [0x7f,0x04,0x22,0x7c]5413// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5414 5415v_cmp_lt_f32 vcc_lo, null, v25416// W32: v_cmp_lt_f32_e32 vcc_lo, null, v2       ; encoding: [0x7c,0x04,0x22,0x7c]5417// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5418 5419v_cmp_lt_f32 vcc_lo, -1, v25420// W32: v_cmp_lt_f32_e32 vcc_lo, -1, v2         ; encoding: [0xc1,0x04,0x22,0x7c]5421// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5422 5423v_cmp_lt_f32 vcc_lo, 0.5, v25424// W32: v_cmp_lt_f32_e32 vcc_lo, 0.5, v2        ; encoding: [0xf0,0x04,0x22,0x7c]5425// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5426 5427v_cmp_lt_f32 vcc_lo, src_scc, v25428// W32: v_cmp_lt_f32_e32 vcc_lo, src_scc, v2    ; encoding: [0xfd,0x04,0x22,0x7c]5429// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5430 5431v_cmp_lt_f32 vcc_lo, 0xaf123456, v2555432// W32: v_cmp_lt_f32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x23,0x7c,0x56,0x34,0x12,0xaf]5433// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5434 5435v_cmp_lt_f32 vcc, v1, v25436// W64: v_cmp_lt_f32_e32 vcc, v1, v2            ; encoding: [0x01,0x05,0x22,0x7c]5437// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5438 5439v_cmp_lt_f32 vcc, v255, v25440// W64: v_cmp_lt_f32_e32 vcc, v255, v2          ; encoding: [0xff,0x05,0x22,0x7c]5441// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5442 5443v_cmp_lt_f32 vcc, s1, v25444// W64: v_cmp_lt_f32_e32 vcc, s1, v2            ; encoding: [0x01,0x04,0x22,0x7c]5445// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5446 5447v_cmp_lt_f32 vcc, s105, v25448// W64: v_cmp_lt_f32_e32 vcc, s105, v2          ; encoding: [0x69,0x04,0x22,0x7c]5449// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5450 5451v_cmp_lt_f32 vcc, vcc_lo, v25452// W64: v_cmp_lt_f32_e32 vcc, vcc_lo, v2        ; encoding: [0x6a,0x04,0x22,0x7c]5453// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5454 5455v_cmp_lt_f32 vcc, vcc_hi, v25456// W64: v_cmp_lt_f32_e32 vcc, vcc_hi, v2        ; encoding: [0x6b,0x04,0x22,0x7c]5457// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5458 5459v_cmp_lt_f32 vcc, ttmp15, v25460// W64: v_cmp_lt_f32_e32 vcc, ttmp15, v2        ; encoding: [0x7b,0x04,0x22,0x7c]5461// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5462 5463v_cmp_lt_f32 vcc, m0, v25464// W64: v_cmp_lt_f32_e32 vcc, m0, v2            ; encoding: [0x7d,0x04,0x22,0x7c]5465// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5466 5467v_cmp_lt_f32 vcc, exec_lo, v25468// W64: v_cmp_lt_f32_e32 vcc, exec_lo, v2       ; encoding: [0x7e,0x04,0x22,0x7c]5469// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5470 5471v_cmp_lt_f32 vcc, exec_hi, v25472// W64: v_cmp_lt_f32_e32 vcc, exec_hi, v2       ; encoding: [0x7f,0x04,0x22,0x7c]5473// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5474 5475v_cmp_lt_f32 vcc, null, v25476// W64: v_cmp_lt_f32_e32 vcc, null, v2          ; encoding: [0x7c,0x04,0x22,0x7c]5477// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5478 5479v_cmp_lt_f32 vcc, -1, v25480// W64: v_cmp_lt_f32_e32 vcc, -1, v2            ; encoding: [0xc1,0x04,0x22,0x7c]5481// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5482 5483v_cmp_lt_f32 vcc, 0.5, v25484// W64: v_cmp_lt_f32_e32 vcc, 0.5, v2           ; encoding: [0xf0,0x04,0x22,0x7c]5485// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5486 5487v_cmp_lt_f32 vcc, src_scc, v25488// W64: v_cmp_lt_f32_e32 vcc, src_scc, v2       ; encoding: [0xfd,0x04,0x22,0x7c]5489// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5490 5491v_cmp_lt_f32 vcc, 0xaf123456, v2555492// W64: v_cmp_lt_f32_e32 vcc, 0xaf123456, v255  ; encoding: [0xff,0xfe,0x23,0x7c,0x56,0x34,0x12,0xaf]5493// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5494 5495v_cmp_lt_f64 vcc_lo, v[1:2], v[2:3]5496// W32: v_cmp_lt_f64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0x42,0x7c]5497// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5498 5499v_cmp_lt_f64 vcc_lo, v[254:255], v[2:3]5500// W32: v_cmp_lt_f64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x42,0x7c]5501// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5502 5503v_cmp_lt_f64 vcc_lo, s[2:3], v[2:3]5504// W32: v_cmp_lt_f64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0x42,0x7c]5505// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5506 5507v_cmp_lt_f64 vcc_lo, s[104:105], v[2:3]5508// W32: v_cmp_lt_f64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x42,0x7c]5509// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5510 5511v_cmp_lt_f64 vcc_lo, vcc, v[2:3]5512// W32: v_cmp_lt_f64_e32 vcc_lo, vcc, v[2:3]    ; encoding: [0x6a,0x04,0x42,0x7c]5513// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5514 5515v_cmp_lt_f64 vcc_lo, ttmp[14:15], v[2:3]5516// W32: v_cmp_lt_f64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x42,0x7c]5517// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5518 5519v_cmp_lt_f64 vcc_lo, exec, v[2:3]5520// W32: v_cmp_lt_f64_e32 vcc_lo, exec, v[2:3]   ; encoding: [0x7e,0x04,0x42,0x7c]5521// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5522 5523v_cmp_lt_f64 vcc_lo, null, v[2:3]5524// W32: v_cmp_lt_f64_e32 vcc_lo, null, v[2:3]   ; encoding: [0x7c,0x04,0x42,0x7c]5525// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5526 5527v_cmp_lt_f64 vcc_lo, -1, v[2:3]5528// W32: v_cmp_lt_f64_e32 vcc_lo, -1, v[2:3]     ; encoding: [0xc1,0x04,0x42,0x7c]5529// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5530 5531v_cmp_lt_f64 vcc_lo, 0.5, v[2:3]5532// W32: v_cmp_lt_f64_e32 vcc_lo, 0.5, v[2:3]    ; encoding: [0xf0,0x04,0x42,0x7c]5533// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5534 5535v_cmp_lt_f64 vcc_lo, src_scc, v[2:3]5536// W32: v_cmp_lt_f64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0x42,0x7c]5537// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5538 5539v_cmp_lt_f64 vcc_lo, 0xaf123456, v[254:255]5540// W32: v_cmp_lt_f64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x43,0x7c,0x56,0x34,0x12,0xaf]5541// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5542 5543v_cmp_lt_f64 vcc, v[1:2], v[2:3]5544// W64: v_cmp_lt_f64_e32 vcc, v[1:2], v[2:3]    ; encoding: [0x01,0x05,0x42,0x7c]5545// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5546 5547v_cmp_lt_f64 vcc, v[254:255], v[2:3]5548// W64: v_cmp_lt_f64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x42,0x7c]5549// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5550 5551v_cmp_lt_f64 vcc, s[2:3], v[2:3]5552// W64: v_cmp_lt_f64_e32 vcc, s[2:3], v[2:3]    ; encoding: [0x02,0x04,0x42,0x7c]5553// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5554 5555v_cmp_lt_f64 vcc, s[104:105], v[2:3]5556// W64: v_cmp_lt_f64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x42,0x7c]5557// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5558 5559v_cmp_lt_f64 vcc, vcc, v[2:3]5560// W64: v_cmp_lt_f64_e32 vcc, vcc, v[2:3]       ; encoding: [0x6a,0x04,0x42,0x7c]5561// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5562 5563v_cmp_lt_f64 vcc, ttmp[14:15], v[2:3]5564// W64: v_cmp_lt_f64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x42,0x7c]5565// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5566 5567v_cmp_lt_f64 vcc, exec, v[2:3]5568// W64: v_cmp_lt_f64_e32 vcc, exec, v[2:3]      ; encoding: [0x7e,0x04,0x42,0x7c]5569// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5570 5571v_cmp_lt_f64 vcc, null, v[2:3]5572// W64: v_cmp_lt_f64_e32 vcc, null, v[2:3]      ; encoding: [0x7c,0x04,0x42,0x7c]5573// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5574 5575v_cmp_lt_f64 vcc, -1, v[2:3]5576// W64: v_cmp_lt_f64_e32 vcc, -1, v[2:3]        ; encoding: [0xc1,0x04,0x42,0x7c]5577// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5578 5579v_cmp_lt_f64 vcc, 0.5, v[2:3]5580// W64: v_cmp_lt_f64_e32 vcc, 0.5, v[2:3]       ; encoding: [0xf0,0x04,0x42,0x7c]5581// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5582 5583v_cmp_lt_f64 vcc, src_scc, v[2:3]5584// W64: v_cmp_lt_f64_e32 vcc, src_scc, v[2:3]   ; encoding: [0xfd,0x04,0x42,0x7c]5585// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5586 5587v_cmp_lt_f64 vcc, 0xaf123456, v[254:255]5588// W64: v_cmp_lt_f64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x43,0x7c,0x56,0x34,0x12,0xaf]5589// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5590 5591v_cmp_lt_i16 vcc_lo, v1.l, v2.l5592// W32: v_cmp_lt_i16_e32 vcc_lo, v1.l, v2.l     ; encoding: [0x01,0x05,0x62,0x7c]5593// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5594 5595v_cmp_lt_i16 vcc_lo, v127.l, v2.l5596// W32: v_cmp_lt_i16_e32 vcc_lo, v127.l, v2.l   ; encoding: [0x7f,0x05,0x62,0x7c]5597// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5598 5599v_cmp_lt_i16 vcc_lo, s1, v2.l5600// W32: v_cmp_lt_i16_e32 vcc_lo, s1, v2.l       ; encoding: [0x01,0x04,0x62,0x7c]5601// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5602 5603v_cmp_lt_i16 vcc_lo, s105, v2.l5604// W32: v_cmp_lt_i16_e32 vcc_lo, s105, v2.l     ; encoding: [0x69,0x04,0x62,0x7c]5605// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5606 5607v_cmp_lt_i16 vcc_lo, vcc_lo, v2.l5608// W32: v_cmp_lt_i16_e32 vcc_lo, vcc_lo, v2.l   ; encoding: [0x6a,0x04,0x62,0x7c]5609// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5610 5611v_cmp_lt_i16 vcc_lo, vcc_hi, v2.l5612// W32: v_cmp_lt_i16_e32 vcc_lo, vcc_hi, v2.l   ; encoding: [0x6b,0x04,0x62,0x7c]5613// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5614 5615v_cmp_lt_i16 vcc_lo, ttmp15, v2.l5616// W32: v_cmp_lt_i16_e32 vcc_lo, ttmp15, v2.l   ; encoding: [0x7b,0x04,0x62,0x7c]5617// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5618 5619v_cmp_lt_i16 vcc_lo, m0, v2.l5620// W32: v_cmp_lt_i16_e32 vcc_lo, m0, v2.l       ; encoding: [0x7d,0x04,0x62,0x7c]5621// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5622 5623v_cmp_lt_i16 vcc_lo, exec_lo, v2.l5624// W32: v_cmp_lt_i16_e32 vcc_lo, exec_lo, v2.l  ; encoding: [0x7e,0x04,0x62,0x7c]5625// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5626 5627v_cmp_lt_i16 vcc_lo, exec_hi, v2.l5628// W32: v_cmp_lt_i16_e32 vcc_lo, exec_hi, v2.l  ; encoding: [0x7f,0x04,0x62,0x7c]5629// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5630 5631v_cmp_lt_i16 vcc_lo, null, v2.l5632// W32: v_cmp_lt_i16_e32 vcc_lo, null, v2.l     ; encoding: [0x7c,0x04,0x62,0x7c]5633// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5634 5635v_cmp_lt_i16 vcc_lo, -1, v2.l5636// W32: v_cmp_lt_i16_e32 vcc_lo, -1, v2.l       ; encoding: [0xc1,0x04,0x62,0x7c]5637// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5638 5639v_cmp_lt_i16 vcc_lo, 0.5, v2.l5640// W32: v_cmp_lt_i16_e32 vcc_lo, 0.5, v2.l      ; encoding: [0xf0,0x04,0x62,0x7c]5641// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5642 5643v_cmp_lt_i16 vcc_lo, src_scc, v2.l5644// W32: v_cmp_lt_i16_e32 vcc_lo, src_scc, v2.l  ; encoding: [0xfd,0x04,0x62,0x7c]5645// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5646 5647v_cmp_lt_i16 vcc_lo, 0xfe0b, v127.l5648// W32: v_cmp_lt_i16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x62,0x7c,0x0b,0xfe,0x00,0x00]5649// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5650 5651v_cmp_lt_i16 vcc, v1.l, v2.l5652// W64: v_cmp_lt_i16_e32 vcc, v1.l, v2.l        ; encoding: [0x01,0x05,0x62,0x7c]5653// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5654 5655v_cmp_lt_i16 vcc, v127.l, v2.l5656// W64: v_cmp_lt_i16_e32 vcc, v127.l, v2.l      ; encoding: [0x7f,0x05,0x62,0x7c]5657// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5658 5659v_cmp_lt_i16 vcc, s1, v2.l5660// W64: v_cmp_lt_i16_e32 vcc, s1, v2.l          ; encoding: [0x01,0x04,0x62,0x7c]5661// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5662 5663v_cmp_lt_i16 vcc, s105, v2.l5664// W64: v_cmp_lt_i16_e32 vcc, s105, v2.l        ; encoding: [0x69,0x04,0x62,0x7c]5665// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5666 5667v_cmp_lt_i16 vcc, vcc_lo, v2.l5668// W64: v_cmp_lt_i16_e32 vcc, vcc_lo, v2.l      ; encoding: [0x6a,0x04,0x62,0x7c]5669// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5670 5671v_cmp_lt_i16 vcc, vcc_hi, v2.l5672// W64: v_cmp_lt_i16_e32 vcc, vcc_hi, v2.l      ; encoding: [0x6b,0x04,0x62,0x7c]5673// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5674 5675v_cmp_lt_i16 vcc, ttmp15, v2.l5676// W64: v_cmp_lt_i16_e32 vcc, ttmp15, v2.l      ; encoding: [0x7b,0x04,0x62,0x7c]5677// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5678 5679v_cmp_lt_i16 vcc, m0, v2.l5680// W64: v_cmp_lt_i16_e32 vcc, m0, v2.l          ; encoding: [0x7d,0x04,0x62,0x7c]5681// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5682 5683v_cmp_lt_i16 vcc, exec_lo, v2.l5684// W64: v_cmp_lt_i16_e32 vcc, exec_lo, v2.l     ; encoding: [0x7e,0x04,0x62,0x7c]5685// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5686 5687v_cmp_lt_i16 vcc, exec_hi, v2.l5688// W64: v_cmp_lt_i16_e32 vcc, exec_hi, v2.l     ; encoding: [0x7f,0x04,0x62,0x7c]5689// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5690 5691v_cmp_lt_i16 vcc, null, v2.l5692// W64: v_cmp_lt_i16_e32 vcc, null, v2.l        ; encoding: [0x7c,0x04,0x62,0x7c]5693// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5694 5695v_cmp_lt_i16 vcc, -1, v2.l5696// W64: v_cmp_lt_i16_e32 vcc, -1, v2.l          ; encoding: [0xc1,0x04,0x62,0x7c]5697// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5698 5699v_cmp_lt_i16 vcc, 0.5, v2.l5700// W64: v_cmp_lt_i16_e32 vcc, 0.5, v2.l         ; encoding: [0xf0,0x04,0x62,0x7c]5701// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5702 5703v_cmp_lt_i16 vcc, src_scc, v2.l5704// W64: v_cmp_lt_i16_e32 vcc, src_scc, v2.l     ; encoding: [0xfd,0x04,0x62,0x7c]5705// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5706 5707v_cmp_lt_i16 vcc, 0xfe0b, v127.l5708// W64: v_cmp_lt_i16_e32 vcc, 0xfe0b, v127.l    ; encoding: [0xff,0xfe,0x62,0x7c,0x0b,0xfe,0x00,0x00]5709// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5710 5711v_cmp_lt_i16 vcc_lo, 0x3800, v2.l5712// W32: v_cmp_lt_i16_e32 vcc_lo, 0x3800, v2.l   ; encoding: [0xff,0x04,0x62,0x7c,0x00,0x38,0x00,0x00]5713// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5714 5715v_cmp_lt_i16 vcc, 0x3800, v2.l5716// W64: v_cmp_lt_i16_e32 vcc, 0x3800, v2.l      ; encoding: [0xff,0x04,0x62,0x7c,0x00,0x38,0x00,0x00]5717// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5718 5719v_cmp_lt_i16 vcc_lo, v1.h, v2.l5720// W32: v_cmp_lt_i16_e32 vcc_lo, v1.h, v2.l     ; encoding: [0x81,0x05,0x62,0x7c]5721// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5722 5723v_cmp_lt_i16 vcc, v1.h, v2.l5724// W64: v_cmp_lt_i16_e32 vcc, v1.h, v2.l        ; encoding: [0x81,0x05,0x62,0x7c]5725// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5726 5727v_cmp_lt_i16 vcc_lo, v127.h, v2.l5728// W32: v_cmp_lt_i16_e32 vcc_lo, v127.h, v2.l   ; encoding: [0xff,0x05,0x62,0x7c]5729// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5730 5731v_cmp_lt_i16 vcc, v127.h, v2.l5732// W64: v_cmp_lt_i16_e32 vcc, v127.h, v2.l      ; encoding: [0xff,0x05,0x62,0x7c]5733// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5734 5735v_cmp_lt_i16 vcc_lo, src_scc, v2.h5736// W32: v_cmp_lt_i16_e32 vcc_lo, src_scc, v2.h  ; encoding: [0xfd,0x04,0x63,0x7c]5737// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5738 5739v_cmp_lt_i16 vcc, src_scc, v2.h5740// W64: v_cmp_lt_i16_e32 vcc, src_scc, v2.h     ; encoding: [0xfd,0x04,0x63,0x7c]5741// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5742 5743v_cmp_lt_i16 vcc_lo, 0xfe0b, v127.h5744// W32: v_cmp_lt_i16_e32 vcc_lo, 0xfe0b, v127.h ; encoding: [0xff,0xfe,0x63,0x7c,0x0b,0xfe,0x00,0x00]5745// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5746 5747v_cmp_lt_i16 vcc, 0xfe0b, v127.h5748// W64: v_cmp_lt_i16_e32 vcc, 0xfe0b, v127.h    ; encoding: [0xff,0xfe,0x63,0x7c,0x0b,0xfe,0x00,0x00]5749// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5750 5751v_cmp_lt_i32 vcc_lo, v1, v25752// W32: v_cmp_lt_i32_e32 vcc_lo, v1, v2         ; encoding: [0x01,0x05,0x82,0x7c]5753// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5754 5755v_cmp_lt_i32 vcc_lo, v255, v25756// W32: v_cmp_lt_i32_e32 vcc_lo, v255, v2       ; encoding: [0xff,0x05,0x82,0x7c]5757// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5758 5759v_cmp_lt_i32 vcc_lo, s1, v25760// W32: v_cmp_lt_i32_e32 vcc_lo, s1, v2         ; encoding: [0x01,0x04,0x82,0x7c]5761// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5762 5763v_cmp_lt_i32 vcc_lo, s105, v25764// W32: v_cmp_lt_i32_e32 vcc_lo, s105, v2       ; encoding: [0x69,0x04,0x82,0x7c]5765// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5766 5767v_cmp_lt_i32 vcc_lo, vcc_lo, v25768// W32: v_cmp_lt_i32_e32 vcc_lo, vcc_lo, v2     ; encoding: [0x6a,0x04,0x82,0x7c]5769// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5770 5771v_cmp_lt_i32 vcc_lo, vcc_hi, v25772// W32: v_cmp_lt_i32_e32 vcc_lo, vcc_hi, v2     ; encoding: [0x6b,0x04,0x82,0x7c]5773// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5774 5775v_cmp_lt_i32 vcc_lo, ttmp15, v25776// W32: v_cmp_lt_i32_e32 vcc_lo, ttmp15, v2     ; encoding: [0x7b,0x04,0x82,0x7c]5777// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5778 5779v_cmp_lt_i32 vcc_lo, m0, v25780// W32: v_cmp_lt_i32_e32 vcc_lo, m0, v2         ; encoding: [0x7d,0x04,0x82,0x7c]5781// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5782 5783v_cmp_lt_i32 vcc_lo, exec_lo, v25784// W32: v_cmp_lt_i32_e32 vcc_lo, exec_lo, v2    ; encoding: [0x7e,0x04,0x82,0x7c]5785// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5786 5787v_cmp_lt_i32 vcc_lo, exec_hi, v25788// W32: v_cmp_lt_i32_e32 vcc_lo, exec_hi, v2    ; encoding: [0x7f,0x04,0x82,0x7c]5789// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5790 5791v_cmp_lt_i32 vcc_lo, null, v25792// W32: v_cmp_lt_i32_e32 vcc_lo, null, v2       ; encoding: [0x7c,0x04,0x82,0x7c]5793// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5794 5795v_cmp_lt_i32 vcc_lo, -1, v25796// W32: v_cmp_lt_i32_e32 vcc_lo, -1, v2         ; encoding: [0xc1,0x04,0x82,0x7c]5797// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5798 5799v_cmp_lt_i32 vcc_lo, 0.5, v25800// W32: v_cmp_lt_i32_e32 vcc_lo, 0.5, v2        ; encoding: [0xf0,0x04,0x82,0x7c]5801// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5802 5803v_cmp_lt_i32 vcc_lo, src_scc, v25804// W32: v_cmp_lt_i32_e32 vcc_lo, src_scc, v2    ; encoding: [0xfd,0x04,0x82,0x7c]5805// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5806 5807v_cmp_lt_i32 vcc_lo, 0xaf123456, v2555808// W32: v_cmp_lt_i32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x83,0x7c,0x56,0x34,0x12,0xaf]5809// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5810 5811v_cmp_lt_i32 vcc, v1, v25812// W64: v_cmp_lt_i32_e32 vcc, v1, v2            ; encoding: [0x01,0x05,0x82,0x7c]5813// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5814 5815v_cmp_lt_i32 vcc, v255, v25816// W64: v_cmp_lt_i32_e32 vcc, v255, v2          ; encoding: [0xff,0x05,0x82,0x7c]5817// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5818 5819v_cmp_lt_i32 vcc, s1, v25820// W64: v_cmp_lt_i32_e32 vcc, s1, v2            ; encoding: [0x01,0x04,0x82,0x7c]5821// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5822 5823v_cmp_lt_i32 vcc, s105, v25824// W64: v_cmp_lt_i32_e32 vcc, s105, v2          ; encoding: [0x69,0x04,0x82,0x7c]5825// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5826 5827v_cmp_lt_i32 vcc, vcc_lo, v25828// W64: v_cmp_lt_i32_e32 vcc, vcc_lo, v2        ; encoding: [0x6a,0x04,0x82,0x7c]5829// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5830 5831v_cmp_lt_i32 vcc, vcc_hi, v25832// W64: v_cmp_lt_i32_e32 vcc, vcc_hi, v2        ; encoding: [0x6b,0x04,0x82,0x7c]5833// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5834 5835v_cmp_lt_i32 vcc, ttmp15, v25836// W64: v_cmp_lt_i32_e32 vcc, ttmp15, v2        ; encoding: [0x7b,0x04,0x82,0x7c]5837// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5838 5839v_cmp_lt_i32 vcc, m0, v25840// W64: v_cmp_lt_i32_e32 vcc, m0, v2            ; encoding: [0x7d,0x04,0x82,0x7c]5841// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5842 5843v_cmp_lt_i32 vcc, exec_lo, v25844// W64: v_cmp_lt_i32_e32 vcc, exec_lo, v2       ; encoding: [0x7e,0x04,0x82,0x7c]5845// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5846 5847v_cmp_lt_i32 vcc, exec_hi, v25848// W64: v_cmp_lt_i32_e32 vcc, exec_hi, v2       ; encoding: [0x7f,0x04,0x82,0x7c]5849// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5850 5851v_cmp_lt_i32 vcc, null, v25852// W64: v_cmp_lt_i32_e32 vcc, null, v2          ; encoding: [0x7c,0x04,0x82,0x7c]5853// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5854 5855v_cmp_lt_i32 vcc, -1, v25856// W64: v_cmp_lt_i32_e32 vcc, -1, v2            ; encoding: [0xc1,0x04,0x82,0x7c]5857// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5858 5859v_cmp_lt_i32 vcc, 0.5, v25860// W64: v_cmp_lt_i32_e32 vcc, 0.5, v2           ; encoding: [0xf0,0x04,0x82,0x7c]5861// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5862 5863v_cmp_lt_i32 vcc, src_scc, v25864// W64: v_cmp_lt_i32_e32 vcc, src_scc, v2       ; encoding: [0xfd,0x04,0x82,0x7c]5865// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5866 5867v_cmp_lt_i32 vcc, 0xaf123456, v2555868// W64: v_cmp_lt_i32_e32 vcc, 0xaf123456, v255  ; encoding: [0xff,0xfe,0x83,0x7c,0x56,0x34,0x12,0xaf]5869// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5870 5871v_cmp_lt_i64 vcc_lo, v[1:2], v[2:3]5872// W32: v_cmp_lt_i64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0xa2,0x7c]5873// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5874 5875v_cmp_lt_i64 vcc_lo, v[254:255], v[2:3]5876// W32: v_cmp_lt_i64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xa2,0x7c]5877// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5878 5879v_cmp_lt_i64 vcc_lo, s[2:3], v[2:3]5880// W32: v_cmp_lt_i64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0xa2,0x7c]5881// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5882 5883v_cmp_lt_i64 vcc_lo, s[104:105], v[2:3]5884// W32: v_cmp_lt_i64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xa2,0x7c]5885// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5886 5887v_cmp_lt_i64 vcc_lo, vcc, v[2:3]5888// W32: v_cmp_lt_i64_e32 vcc_lo, vcc, v[2:3]    ; encoding: [0x6a,0x04,0xa2,0x7c]5889// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5890 5891v_cmp_lt_i64 vcc_lo, ttmp[14:15], v[2:3]5892// W32: v_cmp_lt_i64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xa2,0x7c]5893// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5894 5895v_cmp_lt_i64 vcc_lo, exec, v[2:3]5896// W32: v_cmp_lt_i64_e32 vcc_lo, exec, v[2:3]   ; encoding: [0x7e,0x04,0xa2,0x7c]5897// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5898 5899v_cmp_lt_i64 vcc_lo, null, v[2:3]5900// W32: v_cmp_lt_i64_e32 vcc_lo, null, v[2:3]   ; encoding: [0x7c,0x04,0xa2,0x7c]5901// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5902 5903v_cmp_lt_i64 vcc_lo, -1, v[2:3]5904// W32: v_cmp_lt_i64_e32 vcc_lo, -1, v[2:3]     ; encoding: [0xc1,0x04,0xa2,0x7c]5905// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5906 5907v_cmp_lt_i64 vcc_lo, 0.5, v[2:3]5908// W32: v_cmp_lt_i64_e32 vcc_lo, 0.5, v[2:3]    ; encoding: [0xf0,0x04,0xa2,0x7c]5909// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5910 5911v_cmp_lt_i64 vcc_lo, src_scc, v[2:3]5912// W32: v_cmp_lt_i64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0xa2,0x7c]5913// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5914 5915v_cmp_lt_i64 vcc_lo, 0xaf123456, v[254:255]5916// W32: v_cmp_lt_i64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xa3,0x7c,0x56,0x34,0x12,0xaf]5917// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5918 5919v_cmp_lt_i64 vcc, v[1:2], v[2:3]5920// W64: v_cmp_lt_i64_e32 vcc, v[1:2], v[2:3]    ; encoding: [0x01,0x05,0xa2,0x7c]5921// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5922 5923v_cmp_lt_i64 vcc, v[254:255], v[2:3]5924// W64: v_cmp_lt_i64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xa2,0x7c]5925// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5926 5927v_cmp_lt_i64 vcc, s[2:3], v[2:3]5928// W64: v_cmp_lt_i64_e32 vcc, s[2:3], v[2:3]    ; encoding: [0x02,0x04,0xa2,0x7c]5929// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5930 5931v_cmp_lt_i64 vcc, s[104:105], v[2:3]5932// W64: v_cmp_lt_i64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xa2,0x7c]5933// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5934 5935v_cmp_lt_i64 vcc, vcc, v[2:3]5936// W64: v_cmp_lt_i64_e32 vcc, vcc, v[2:3]       ; encoding: [0x6a,0x04,0xa2,0x7c]5937// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5938 5939v_cmp_lt_i64 vcc, ttmp[14:15], v[2:3]5940// W64: v_cmp_lt_i64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xa2,0x7c]5941// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5942 5943v_cmp_lt_i64 vcc, exec, v[2:3]5944// W64: v_cmp_lt_i64_e32 vcc, exec, v[2:3]      ; encoding: [0x7e,0x04,0xa2,0x7c]5945// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5946 5947v_cmp_lt_i64 vcc, null, v[2:3]5948// W64: v_cmp_lt_i64_e32 vcc, null, v[2:3]      ; encoding: [0x7c,0x04,0xa2,0x7c]5949// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5950 5951v_cmp_lt_i64 vcc, -1, v[2:3]5952// W64: v_cmp_lt_i64_e32 vcc, -1, v[2:3]        ; encoding: [0xc1,0x04,0xa2,0x7c]5953// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5954 5955v_cmp_lt_i64 vcc, 0.5, v[2:3]5956// W64: v_cmp_lt_i64_e32 vcc, 0.5, v[2:3]       ; encoding: [0xf0,0x04,0xa2,0x7c]5957// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5958 5959v_cmp_lt_i64 vcc, src_scc, v[2:3]5960// W64: v_cmp_lt_i64_e32 vcc, src_scc, v[2:3]   ; encoding: [0xfd,0x04,0xa2,0x7c]5961// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5962 5963v_cmp_lt_i64 vcc, 0xaf123456, v[254:255]5964// W64: v_cmp_lt_i64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xa3,0x7c,0x56,0x34,0x12,0xaf]5965// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5966 5967v_cmp_lt_u16 vcc_lo, v1.l, v2.l5968// W32: v_cmp_lt_u16_e32 vcc_lo, v1.l, v2.l     ; encoding: [0x01,0x05,0x72,0x7c]5969// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5970 5971v_cmp_lt_u16 vcc_lo, v127.l, v2.l5972// W32: v_cmp_lt_u16_e32 vcc_lo, v127.l, v2.l   ; encoding: [0x7f,0x05,0x72,0x7c]5973// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5974 5975v_cmp_lt_u16 vcc_lo, s1, v2.l5976// W32: v_cmp_lt_u16_e32 vcc_lo, s1, v2.l       ; encoding: [0x01,0x04,0x72,0x7c]5977// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5978 5979v_cmp_lt_u16 vcc_lo, s105, v2.l5980// W32: v_cmp_lt_u16_e32 vcc_lo, s105, v2.l     ; encoding: [0x69,0x04,0x72,0x7c]5981// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5982 5983v_cmp_lt_u16 vcc_lo, vcc_lo, v2.l5984// W32: v_cmp_lt_u16_e32 vcc_lo, vcc_lo, v2.l   ; encoding: [0x6a,0x04,0x72,0x7c]5985// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5986 5987v_cmp_lt_u16 vcc_lo, vcc_hi, v2.l5988// W32: v_cmp_lt_u16_e32 vcc_lo, vcc_hi, v2.l   ; encoding: [0x6b,0x04,0x72,0x7c]5989// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5990 5991v_cmp_lt_u16 vcc_lo, ttmp15, v2.l5992// W32: v_cmp_lt_u16_e32 vcc_lo, ttmp15, v2.l   ; encoding: [0x7b,0x04,0x72,0x7c]5993// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5994 5995v_cmp_lt_u16 vcc_lo, m0, v2.l5996// W32: v_cmp_lt_u16_e32 vcc_lo, m0, v2.l       ; encoding: [0x7d,0x04,0x72,0x7c]5997// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode5998 5999v_cmp_lt_u16 vcc_lo, exec_lo, v2.l6000// W32: v_cmp_lt_u16_e32 vcc_lo, exec_lo, v2.l  ; encoding: [0x7e,0x04,0x72,0x7c]6001// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6002 6003v_cmp_lt_u16 vcc_lo, exec_hi, v2.l6004// W32: v_cmp_lt_u16_e32 vcc_lo, exec_hi, v2.l  ; encoding: [0x7f,0x04,0x72,0x7c]6005// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6006 6007v_cmp_lt_u16 vcc_lo, null, v2.l6008// W32: v_cmp_lt_u16_e32 vcc_lo, null, v2.l     ; encoding: [0x7c,0x04,0x72,0x7c]6009// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6010 6011v_cmp_lt_u16 vcc_lo, -1, v2.l6012// W32: v_cmp_lt_u16_e32 vcc_lo, -1, v2.l       ; encoding: [0xc1,0x04,0x72,0x7c]6013// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6014 6015v_cmp_lt_u16 vcc_lo, 0.5, v2.l6016// W32: v_cmp_lt_u16_e32 vcc_lo, 0.5, v2.l      ; encoding: [0xf0,0x04,0x72,0x7c]6017// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6018 6019v_cmp_lt_u16 vcc_lo, src_scc, v2.l6020// W32: v_cmp_lt_u16_e32 vcc_lo, src_scc, v2.l  ; encoding: [0xfd,0x04,0x72,0x7c]6021// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6022 6023v_cmp_lt_u16 vcc_lo, 0xfe0b, v127.l6024// W32: v_cmp_lt_u16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x72,0x7c,0x0b,0xfe,0x00,0x00]6025// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6026 6027v_cmp_lt_u16 vcc, v1.l, v2.l6028// W64: v_cmp_lt_u16_e32 vcc, v1.l, v2.l        ; encoding: [0x01,0x05,0x72,0x7c]6029// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6030 6031v_cmp_lt_u16 vcc, v127.l, v2.l6032// W64: v_cmp_lt_u16_e32 vcc, v127.l, v2.l      ; encoding: [0x7f,0x05,0x72,0x7c]6033// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6034 6035v_cmp_lt_u16 vcc, s1, v2.l6036// W64: v_cmp_lt_u16_e32 vcc, s1, v2.l          ; encoding: [0x01,0x04,0x72,0x7c]6037// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6038 6039v_cmp_lt_u16 vcc, s105, v2.l6040// W64: v_cmp_lt_u16_e32 vcc, s105, v2.l        ; encoding: [0x69,0x04,0x72,0x7c]6041// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6042 6043v_cmp_lt_u16 vcc, vcc_lo, v2.l6044// W64: v_cmp_lt_u16_e32 vcc, vcc_lo, v2.l      ; encoding: [0x6a,0x04,0x72,0x7c]6045// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6046 6047v_cmp_lt_u16 vcc, vcc_hi, v2.l6048// W64: v_cmp_lt_u16_e32 vcc, vcc_hi, v2.l      ; encoding: [0x6b,0x04,0x72,0x7c]6049// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6050 6051v_cmp_lt_u16 vcc, ttmp15, v2.l6052// W64: v_cmp_lt_u16_e32 vcc, ttmp15, v2.l      ; encoding: [0x7b,0x04,0x72,0x7c]6053// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6054 6055v_cmp_lt_u16 vcc, m0, v2.l6056// W64: v_cmp_lt_u16_e32 vcc, m0, v2.l          ; encoding: [0x7d,0x04,0x72,0x7c]6057// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6058 6059v_cmp_lt_u16 vcc, exec_lo, v2.l6060// W64: v_cmp_lt_u16_e32 vcc, exec_lo, v2.l     ; encoding: [0x7e,0x04,0x72,0x7c]6061// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6062 6063v_cmp_lt_u16 vcc, exec_hi, v2.l6064// W64: v_cmp_lt_u16_e32 vcc, exec_hi, v2.l     ; encoding: [0x7f,0x04,0x72,0x7c]6065// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6066 6067v_cmp_lt_u16 vcc, null, v2.l6068// W64: v_cmp_lt_u16_e32 vcc, null, v2.l        ; encoding: [0x7c,0x04,0x72,0x7c]6069// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6070 6071v_cmp_lt_u16 vcc, -1, v2.l6072// W64: v_cmp_lt_u16_e32 vcc, -1, v2.l          ; encoding: [0xc1,0x04,0x72,0x7c]6073// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6074 6075v_cmp_lt_u16 vcc, 0.5, v2.l6076// W64: v_cmp_lt_u16_e32 vcc, 0.5, v2.l         ; encoding: [0xf0,0x04,0x72,0x7c]6077// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6078 6079v_cmp_lt_u16 vcc, src_scc, v2.l6080// W64: v_cmp_lt_u16_e32 vcc, src_scc, v2.l     ; encoding: [0xfd,0x04,0x72,0x7c]6081// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6082 6083v_cmp_lt_u16 vcc, 0xfe0b, v127.l6084// W64: v_cmp_lt_u16_e32 vcc, 0xfe0b, v127.l    ; encoding: [0xff,0xfe,0x72,0x7c,0x0b,0xfe,0x00,0x00]6085// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6086 6087v_cmp_lt_u16 vcc_lo, 0x3800, v2.l6088// W32: v_cmp_lt_u16_e32 vcc_lo, 0x3800, v2.l   ; encoding: [0xff,0x04,0x72,0x7c,0x00,0x38,0x00,0x00]6089// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6090 6091v_cmp_lt_u16 vcc, 0x3800, v2.l6092// W64: v_cmp_lt_u16_e32 vcc, 0x3800, v2.l      ; encoding: [0xff,0x04,0x72,0x7c,0x00,0x38,0x00,0x00]6093// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6094 6095v_cmp_lt_u16 vcc_lo, v1.h, v2.l6096// W32: v_cmp_lt_u16_e32 vcc_lo, v1.h, v2.l     ; encoding: [0x81,0x05,0x72,0x7c]6097// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6098 6099v_cmp_lt_u16 vcc, v1.h, v2.l6100// W64: v_cmp_lt_u16_e32 vcc, v1.h, v2.l        ; encoding: [0x81,0x05,0x72,0x7c]6101// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6102 6103v_cmp_lt_u16 vcc_lo, v127.h, v2.l6104// W32: v_cmp_lt_u16_e32 vcc_lo, v127.h, v2.l   ; encoding: [0xff,0x05,0x72,0x7c]6105// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6106 6107v_cmp_lt_u16 vcc, v127.h, v2.l6108// W64: v_cmp_lt_u16_e32 vcc, v127.h, v2.l      ; encoding: [0xff,0x05,0x72,0x7c]6109// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6110 6111v_cmp_lt_u16 vcc_lo, src_scc, v2.h6112// W32: v_cmp_lt_u16_e32 vcc_lo, src_scc, v2.h  ; encoding: [0xfd,0x04,0x73,0x7c]6113// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6114 6115v_cmp_lt_u16 vcc, src_scc, v2.h6116// W64: v_cmp_lt_u16_e32 vcc, src_scc, v2.h     ; encoding: [0xfd,0x04,0x73,0x7c]6117// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6118 6119v_cmp_lt_u16 vcc_lo, 0xfe0b, v127.h6120// W32: v_cmp_lt_u16_e32 vcc_lo, 0xfe0b, v127.h ; encoding: [0xff,0xfe,0x73,0x7c,0x0b,0xfe,0x00,0x00]6121// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6122 6123v_cmp_lt_u16 vcc, 0xfe0b, v127.h6124// W64: v_cmp_lt_u16_e32 vcc, 0xfe0b, v127.h    ; encoding: [0xff,0xfe,0x73,0x7c,0x0b,0xfe,0x00,0x00]6125// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6126 6127v_cmp_lt_u32 vcc_lo, v1, v26128// W32: v_cmp_lt_u32_e32 vcc_lo, v1, v2         ; encoding: [0x01,0x05,0x92,0x7c]6129// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6130 6131v_cmp_lt_u32 vcc_lo, v255, v26132// W32: v_cmp_lt_u32_e32 vcc_lo, v255, v2       ; encoding: [0xff,0x05,0x92,0x7c]6133// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6134 6135v_cmp_lt_u32 vcc_lo, s1, v26136// W32: v_cmp_lt_u32_e32 vcc_lo, s1, v2         ; encoding: [0x01,0x04,0x92,0x7c]6137// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6138 6139v_cmp_lt_u32 vcc_lo, s105, v26140// W32: v_cmp_lt_u32_e32 vcc_lo, s105, v2       ; encoding: [0x69,0x04,0x92,0x7c]6141// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6142 6143v_cmp_lt_u32 vcc_lo, vcc_lo, v26144// W32: v_cmp_lt_u32_e32 vcc_lo, vcc_lo, v2     ; encoding: [0x6a,0x04,0x92,0x7c]6145// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6146 6147v_cmp_lt_u32 vcc_lo, vcc_hi, v26148// W32: v_cmp_lt_u32_e32 vcc_lo, vcc_hi, v2     ; encoding: [0x6b,0x04,0x92,0x7c]6149// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6150 6151v_cmp_lt_u32 vcc_lo, ttmp15, v26152// W32: v_cmp_lt_u32_e32 vcc_lo, ttmp15, v2     ; encoding: [0x7b,0x04,0x92,0x7c]6153// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6154 6155v_cmp_lt_u32 vcc_lo, m0, v26156// W32: v_cmp_lt_u32_e32 vcc_lo, m0, v2         ; encoding: [0x7d,0x04,0x92,0x7c]6157// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6158 6159v_cmp_lt_u32 vcc_lo, exec_lo, v26160// W32: v_cmp_lt_u32_e32 vcc_lo, exec_lo, v2    ; encoding: [0x7e,0x04,0x92,0x7c]6161// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6162 6163v_cmp_lt_u32 vcc_lo, exec_hi, v26164// W32: v_cmp_lt_u32_e32 vcc_lo, exec_hi, v2    ; encoding: [0x7f,0x04,0x92,0x7c]6165// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6166 6167v_cmp_lt_u32 vcc_lo, null, v26168// W32: v_cmp_lt_u32_e32 vcc_lo, null, v2       ; encoding: [0x7c,0x04,0x92,0x7c]6169// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6170 6171v_cmp_lt_u32 vcc_lo, -1, v26172// W32: v_cmp_lt_u32_e32 vcc_lo, -1, v2         ; encoding: [0xc1,0x04,0x92,0x7c]6173// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6174 6175v_cmp_lt_u32 vcc_lo, 0.5, v26176// W32: v_cmp_lt_u32_e32 vcc_lo, 0.5, v2        ; encoding: [0xf0,0x04,0x92,0x7c]6177// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6178 6179v_cmp_lt_u32 vcc_lo, src_scc, v26180// W32: v_cmp_lt_u32_e32 vcc_lo, src_scc, v2    ; encoding: [0xfd,0x04,0x92,0x7c]6181// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6182 6183v_cmp_lt_u32 vcc_lo, 0xaf123456, v2556184// W32: v_cmp_lt_u32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x93,0x7c,0x56,0x34,0x12,0xaf]6185// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6186 6187v_cmp_lt_u32 vcc, v1, v26188// W64: v_cmp_lt_u32_e32 vcc, v1, v2            ; encoding: [0x01,0x05,0x92,0x7c]6189// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6190 6191v_cmp_lt_u32 vcc, v255, v26192// W64: v_cmp_lt_u32_e32 vcc, v255, v2          ; encoding: [0xff,0x05,0x92,0x7c]6193// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6194 6195v_cmp_lt_u32 vcc, s1, v26196// W64: v_cmp_lt_u32_e32 vcc, s1, v2            ; encoding: [0x01,0x04,0x92,0x7c]6197// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6198 6199v_cmp_lt_u32 vcc, s105, v26200// W64: v_cmp_lt_u32_e32 vcc, s105, v2          ; encoding: [0x69,0x04,0x92,0x7c]6201// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6202 6203v_cmp_lt_u32 vcc, vcc_lo, v26204// W64: v_cmp_lt_u32_e32 vcc, vcc_lo, v2        ; encoding: [0x6a,0x04,0x92,0x7c]6205// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6206 6207v_cmp_lt_u32 vcc, vcc_hi, v26208// W64: v_cmp_lt_u32_e32 vcc, vcc_hi, v2        ; encoding: [0x6b,0x04,0x92,0x7c]6209// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6210 6211v_cmp_lt_u32 vcc, ttmp15, v26212// W64: v_cmp_lt_u32_e32 vcc, ttmp15, v2        ; encoding: [0x7b,0x04,0x92,0x7c]6213// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6214 6215v_cmp_lt_u32 vcc, m0, v26216// W64: v_cmp_lt_u32_e32 vcc, m0, v2            ; encoding: [0x7d,0x04,0x92,0x7c]6217// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6218 6219v_cmp_lt_u32 vcc, exec_lo, v26220// W64: v_cmp_lt_u32_e32 vcc, exec_lo, v2       ; encoding: [0x7e,0x04,0x92,0x7c]6221// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6222 6223v_cmp_lt_u32 vcc, exec_hi, v26224// W64: v_cmp_lt_u32_e32 vcc, exec_hi, v2       ; encoding: [0x7f,0x04,0x92,0x7c]6225// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6226 6227v_cmp_lt_u32 vcc, null, v26228// W64: v_cmp_lt_u32_e32 vcc, null, v2          ; encoding: [0x7c,0x04,0x92,0x7c]6229// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6230 6231v_cmp_lt_u32 vcc, -1, v26232// W64: v_cmp_lt_u32_e32 vcc, -1, v2            ; encoding: [0xc1,0x04,0x92,0x7c]6233// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6234 6235v_cmp_lt_u32 vcc, 0.5, v26236// W64: v_cmp_lt_u32_e32 vcc, 0.5, v2           ; encoding: [0xf0,0x04,0x92,0x7c]6237// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6238 6239v_cmp_lt_u32 vcc, src_scc, v26240// W64: v_cmp_lt_u32_e32 vcc, src_scc, v2       ; encoding: [0xfd,0x04,0x92,0x7c]6241// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6242 6243v_cmp_lt_u32 vcc, 0xaf123456, v2556244// W64: v_cmp_lt_u32_e32 vcc, 0xaf123456, v255  ; encoding: [0xff,0xfe,0x93,0x7c,0x56,0x34,0x12,0xaf]6245// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6246 6247v_cmp_lt_u64 vcc_lo, v[1:2], v[2:3]6248// W32: v_cmp_lt_u64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0xb2,0x7c]6249// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6250 6251v_cmp_lt_u64 vcc_lo, v[254:255], v[2:3]6252// W32: v_cmp_lt_u64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xb2,0x7c]6253// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6254 6255v_cmp_lt_u64 vcc_lo, s[2:3], v[2:3]6256// W32: v_cmp_lt_u64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0xb2,0x7c]6257// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6258 6259v_cmp_lt_u64 vcc_lo, s[104:105], v[2:3]6260// W32: v_cmp_lt_u64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xb2,0x7c]6261// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6262 6263v_cmp_lt_u64 vcc_lo, vcc, v[2:3]6264// W32: v_cmp_lt_u64_e32 vcc_lo, vcc, v[2:3]    ; encoding: [0x6a,0x04,0xb2,0x7c]6265// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6266 6267v_cmp_lt_u64 vcc_lo, ttmp[14:15], v[2:3]6268// W32: v_cmp_lt_u64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xb2,0x7c]6269// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6270 6271v_cmp_lt_u64 vcc_lo, exec, v[2:3]6272// W32: v_cmp_lt_u64_e32 vcc_lo, exec, v[2:3]   ; encoding: [0x7e,0x04,0xb2,0x7c]6273// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6274 6275v_cmp_lt_u64 vcc_lo, null, v[2:3]6276// W32: v_cmp_lt_u64_e32 vcc_lo, null, v[2:3]   ; encoding: [0x7c,0x04,0xb2,0x7c]6277// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6278 6279v_cmp_lt_u64 vcc_lo, -1, v[2:3]6280// W32: v_cmp_lt_u64_e32 vcc_lo, -1, v[2:3]     ; encoding: [0xc1,0x04,0xb2,0x7c]6281// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6282 6283v_cmp_lt_u64 vcc_lo, 0.5, v[2:3]6284// W32: v_cmp_lt_u64_e32 vcc_lo, 0.5, v[2:3]    ; encoding: [0xf0,0x04,0xb2,0x7c]6285// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6286 6287v_cmp_lt_u64 vcc_lo, src_scc, v[2:3]6288// W32: v_cmp_lt_u64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0xb2,0x7c]6289// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6290 6291v_cmp_lt_u64 vcc_lo, 0xaf123456, v[254:255]6292// W32: v_cmp_lt_u64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xb3,0x7c,0x56,0x34,0x12,0xaf]6293// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6294 6295v_cmp_lt_u64 vcc, v[1:2], v[2:3]6296// W64: v_cmp_lt_u64_e32 vcc, v[1:2], v[2:3]    ; encoding: [0x01,0x05,0xb2,0x7c]6297// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6298 6299v_cmp_lt_u64 vcc, v[254:255], v[2:3]6300// W64: v_cmp_lt_u64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xb2,0x7c]6301// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6302 6303v_cmp_lt_u64 vcc, s[2:3], v[2:3]6304// W64: v_cmp_lt_u64_e32 vcc, s[2:3], v[2:3]    ; encoding: [0x02,0x04,0xb2,0x7c]6305// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6306 6307v_cmp_lt_u64 vcc, s[104:105], v[2:3]6308// W64: v_cmp_lt_u64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xb2,0x7c]6309// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6310 6311v_cmp_lt_u64 vcc, vcc, v[2:3]6312// W64: v_cmp_lt_u64_e32 vcc, vcc, v[2:3]       ; encoding: [0x6a,0x04,0xb2,0x7c]6313// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6314 6315v_cmp_lt_u64 vcc, ttmp[14:15], v[2:3]6316// W64: v_cmp_lt_u64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xb2,0x7c]6317// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6318 6319v_cmp_lt_u64 vcc, exec, v[2:3]6320// W64: v_cmp_lt_u64_e32 vcc, exec, v[2:3]      ; encoding: [0x7e,0x04,0xb2,0x7c]6321// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6322 6323v_cmp_lt_u64 vcc, null, v[2:3]6324// W64: v_cmp_lt_u64_e32 vcc, null, v[2:3]      ; encoding: [0x7c,0x04,0xb2,0x7c]6325// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6326 6327v_cmp_lt_u64 vcc, -1, v[2:3]6328// W64: v_cmp_lt_u64_e32 vcc, -1, v[2:3]        ; encoding: [0xc1,0x04,0xb2,0x7c]6329// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6330 6331v_cmp_lt_u64 vcc, 0.5, v[2:3]6332// W64: v_cmp_lt_u64_e32 vcc, 0.5, v[2:3]       ; encoding: [0xf0,0x04,0xb2,0x7c]6333// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6334 6335v_cmp_lt_u64 vcc, src_scc, v[2:3]6336// W64: v_cmp_lt_u64_e32 vcc, src_scc, v[2:3]   ; encoding: [0xfd,0x04,0xb2,0x7c]6337// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6338 6339v_cmp_lt_u64 vcc, 0xaf123456, v[254:255]6340// W64: v_cmp_lt_u64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xb3,0x7c,0x56,0x34,0x12,0xaf]6341// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6342 6343v_cmp_ne_i16 vcc_lo, v1.l, v2.l6344// W32: v_cmp_ne_i16_e32 vcc_lo, v1.l, v2.l     ; encoding: [0x01,0x05,0x6a,0x7c]6345// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6346 6347v_cmp_ne_i16 vcc_lo, v127.l, v2.l6348// W32: v_cmp_ne_i16_e32 vcc_lo, v127.l, v2.l   ; encoding: [0x7f,0x05,0x6a,0x7c]6349// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6350 6351v_cmp_ne_i16 vcc_lo, s1, v2.l6352// W32: v_cmp_ne_i16_e32 vcc_lo, s1, v2.l       ; encoding: [0x01,0x04,0x6a,0x7c]6353// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6354 6355v_cmp_ne_i16 vcc_lo, s105, v2.l6356// W32: v_cmp_ne_i16_e32 vcc_lo, s105, v2.l     ; encoding: [0x69,0x04,0x6a,0x7c]6357// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6358 6359v_cmp_ne_i16 vcc_lo, vcc_lo, v2.l6360// W32: v_cmp_ne_i16_e32 vcc_lo, vcc_lo, v2.l   ; encoding: [0x6a,0x04,0x6a,0x7c]6361// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6362 6363v_cmp_ne_i16 vcc_lo, vcc_hi, v2.l6364// W32: v_cmp_ne_i16_e32 vcc_lo, vcc_hi, v2.l   ; encoding: [0x6b,0x04,0x6a,0x7c]6365// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6366 6367v_cmp_ne_i16 vcc_lo, ttmp15, v2.l6368// W32: v_cmp_ne_i16_e32 vcc_lo, ttmp15, v2.l   ; encoding: [0x7b,0x04,0x6a,0x7c]6369// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6370 6371v_cmp_ne_i16 vcc_lo, m0, v2.l6372// W32: v_cmp_ne_i16_e32 vcc_lo, m0, v2.l       ; encoding: [0x7d,0x04,0x6a,0x7c]6373// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6374 6375v_cmp_ne_i16 vcc_lo, exec_lo, v2.l6376// W32: v_cmp_ne_i16_e32 vcc_lo, exec_lo, v2.l  ; encoding: [0x7e,0x04,0x6a,0x7c]6377// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6378 6379v_cmp_ne_i16 vcc_lo, exec_hi, v2.l6380// W32: v_cmp_ne_i16_e32 vcc_lo, exec_hi, v2.l  ; encoding: [0x7f,0x04,0x6a,0x7c]6381// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6382 6383v_cmp_ne_i16 vcc_lo, null, v2.l6384// W32: v_cmp_ne_i16_e32 vcc_lo, null, v2.l     ; encoding: [0x7c,0x04,0x6a,0x7c]6385// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6386 6387v_cmp_ne_i16 vcc_lo, -1, v2.l6388// W32: v_cmp_ne_i16_e32 vcc_lo, -1, v2.l       ; encoding: [0xc1,0x04,0x6a,0x7c]6389// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6390 6391v_cmp_ne_i16 vcc_lo, 0.5, v2.l6392// W32: v_cmp_ne_i16_e32 vcc_lo, 0.5, v2.l      ; encoding: [0xf0,0x04,0x6a,0x7c]6393// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6394 6395v_cmp_ne_i16 vcc_lo, src_scc, v2.l6396// W32: v_cmp_ne_i16_e32 vcc_lo, src_scc, v2.l  ; encoding: [0xfd,0x04,0x6a,0x7c]6397// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6398 6399v_cmp_ne_i16 vcc_lo, 0xfe0b, v127.l6400// W32: v_cmp_ne_i16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x6a,0x7c,0x0b,0xfe,0x00,0x00]6401// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6402 6403v_cmp_ne_i16 vcc, v1.l, v2.l6404// W64: v_cmp_ne_i16_e32 vcc, v1.l, v2.l        ; encoding: [0x01,0x05,0x6a,0x7c]6405// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6406 6407v_cmp_ne_i16 vcc, v127.l, v2.l6408// W64: v_cmp_ne_i16_e32 vcc, v127.l, v2.l      ; encoding: [0x7f,0x05,0x6a,0x7c]6409// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6410 6411v_cmp_ne_i16 vcc, s1, v2.l6412// W64: v_cmp_ne_i16_e32 vcc, s1, v2.l          ; encoding: [0x01,0x04,0x6a,0x7c]6413// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6414 6415v_cmp_ne_i16 vcc, s105, v2.l6416// W64: v_cmp_ne_i16_e32 vcc, s105, v2.l        ; encoding: [0x69,0x04,0x6a,0x7c]6417// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6418 6419v_cmp_ne_i16 vcc, vcc_lo, v2.l6420// W64: v_cmp_ne_i16_e32 vcc, vcc_lo, v2.l      ; encoding: [0x6a,0x04,0x6a,0x7c]6421// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6422 6423v_cmp_ne_i16 vcc, vcc_hi, v2.l6424// W64: v_cmp_ne_i16_e32 vcc, vcc_hi, v2.l      ; encoding: [0x6b,0x04,0x6a,0x7c]6425// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6426 6427v_cmp_ne_i16 vcc, ttmp15, v2.l6428// W64: v_cmp_ne_i16_e32 vcc, ttmp15, v2.l      ; encoding: [0x7b,0x04,0x6a,0x7c]6429// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6430 6431v_cmp_ne_i16 vcc, m0, v2.l6432// W64: v_cmp_ne_i16_e32 vcc, m0, v2.l          ; encoding: [0x7d,0x04,0x6a,0x7c]6433// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6434 6435v_cmp_ne_i16 vcc, exec_lo, v2.l6436// W64: v_cmp_ne_i16_e32 vcc, exec_lo, v2.l     ; encoding: [0x7e,0x04,0x6a,0x7c]6437// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6438 6439v_cmp_ne_i16 vcc, exec_hi, v2.l6440// W64: v_cmp_ne_i16_e32 vcc, exec_hi, v2.l     ; encoding: [0x7f,0x04,0x6a,0x7c]6441// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6442 6443v_cmp_ne_i16 vcc, null, v2.l6444// W64: v_cmp_ne_i16_e32 vcc, null, v2.l        ; encoding: [0x7c,0x04,0x6a,0x7c]6445// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6446 6447v_cmp_ne_i16 vcc, -1, v2.l6448// W64: v_cmp_ne_i16_e32 vcc, -1, v2.l          ; encoding: [0xc1,0x04,0x6a,0x7c]6449// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6450 6451v_cmp_ne_i16 vcc, 0.5, v2.l6452// W64: v_cmp_ne_i16_e32 vcc, 0.5, v2.l         ; encoding: [0xf0,0x04,0x6a,0x7c]6453// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6454 6455v_cmp_ne_i16 vcc, src_scc, v2.l6456// W64: v_cmp_ne_i16_e32 vcc, src_scc, v2.l     ; encoding: [0xfd,0x04,0x6a,0x7c]6457// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6458 6459v_cmp_ne_i16 vcc, 0xfe0b, v127.l6460// W64: v_cmp_ne_i16_e32 vcc, 0xfe0b, v127.l    ; encoding: [0xff,0xfe,0x6a,0x7c,0x0b,0xfe,0x00,0x00]6461// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6462 6463v_cmp_ne_i16 vcc_lo, 0x3800, v2.l6464// W32: v_cmp_ne_i16_e32 vcc_lo, 0x3800, v2.l   ; encoding: [0xff,0x04,0x6a,0x7c,0x00,0x38,0x00,0x00]6465// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6466 6467v_cmp_ne_i16 vcc, 0x3800, v2.l6468// W64: v_cmp_ne_i16_e32 vcc, 0x3800, v2.l      ; encoding: [0xff,0x04,0x6a,0x7c,0x00,0x38,0x00,0x00]6469// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6470 6471v_cmp_ne_i16 vcc_lo, v1.h, v2.l6472// W32: v_cmp_ne_i16_e32 vcc_lo, v1.h, v2.l     ; encoding: [0x81,0x05,0x6a,0x7c]6473// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6474 6475v_cmp_ne_i16 vcc, v1.h, v2.l6476// W64: v_cmp_ne_i16_e32 vcc, v1.h, v2.l        ; encoding: [0x81,0x05,0x6a,0x7c]6477// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6478 6479v_cmp_ne_i16 vcc_lo, v127.h, v2.l6480// W32: v_cmp_ne_i16_e32 vcc_lo, v127.h, v2.l   ; encoding: [0xff,0x05,0x6a,0x7c]6481// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6482 6483v_cmp_ne_i16 vcc, v127.h, v2.l6484// W64: v_cmp_ne_i16_e32 vcc, v127.h, v2.l      ; encoding: [0xff,0x05,0x6a,0x7c]6485// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6486 6487v_cmp_ne_i16 vcc_lo, src_scc, v2.h6488// W32: v_cmp_ne_i16_e32 vcc_lo, src_scc, v2.h  ; encoding: [0xfd,0x04,0x6b,0x7c]6489// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6490 6491v_cmp_ne_i16 vcc, src_scc, v2.h6492// W64: v_cmp_ne_i16_e32 vcc, src_scc, v2.h     ; encoding: [0xfd,0x04,0x6b,0x7c]6493// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6494 6495v_cmp_ne_i16 vcc_lo, 0xfe0b, v127.h6496// W32: v_cmp_ne_i16_e32 vcc_lo, 0xfe0b, v127.h ; encoding: [0xff,0xfe,0x6b,0x7c,0x0b,0xfe,0x00,0x00]6497// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6498 6499v_cmp_ne_i16 vcc, 0xfe0b, v127.h6500// W64: v_cmp_ne_i16_e32 vcc, 0xfe0b, v127.h    ; encoding: [0xff,0xfe,0x6b,0x7c,0x0b,0xfe,0x00,0x00]6501// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6502 6503v_cmp_ne_i32 vcc_lo, v1, v26504// W32: v_cmp_ne_i32_e32 vcc_lo, v1, v2         ; encoding: [0x01,0x05,0x8a,0x7c]6505// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6506 6507v_cmp_ne_i32 vcc_lo, v255, v26508// W32: v_cmp_ne_i32_e32 vcc_lo, v255, v2       ; encoding: [0xff,0x05,0x8a,0x7c]6509// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6510 6511v_cmp_ne_i32 vcc_lo, s1, v26512// W32: v_cmp_ne_i32_e32 vcc_lo, s1, v2         ; encoding: [0x01,0x04,0x8a,0x7c]6513// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6514 6515v_cmp_ne_i32 vcc_lo, s105, v26516// W32: v_cmp_ne_i32_e32 vcc_lo, s105, v2       ; encoding: [0x69,0x04,0x8a,0x7c]6517// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6518 6519v_cmp_ne_i32 vcc_lo, vcc_lo, v26520// W32: v_cmp_ne_i32_e32 vcc_lo, vcc_lo, v2     ; encoding: [0x6a,0x04,0x8a,0x7c]6521// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6522 6523v_cmp_ne_i32 vcc_lo, vcc_hi, v26524// W32: v_cmp_ne_i32_e32 vcc_lo, vcc_hi, v2     ; encoding: [0x6b,0x04,0x8a,0x7c]6525// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6526 6527v_cmp_ne_i32 vcc_lo, ttmp15, v26528// W32: v_cmp_ne_i32_e32 vcc_lo, ttmp15, v2     ; encoding: [0x7b,0x04,0x8a,0x7c]6529// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6530 6531v_cmp_ne_i32 vcc_lo, m0, v26532// W32: v_cmp_ne_i32_e32 vcc_lo, m0, v2         ; encoding: [0x7d,0x04,0x8a,0x7c]6533// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6534 6535v_cmp_ne_i32 vcc_lo, exec_lo, v26536// W32: v_cmp_ne_i32_e32 vcc_lo, exec_lo, v2    ; encoding: [0x7e,0x04,0x8a,0x7c]6537// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6538 6539v_cmp_ne_i32 vcc_lo, exec_hi, v26540// W32: v_cmp_ne_i32_e32 vcc_lo, exec_hi, v2    ; encoding: [0x7f,0x04,0x8a,0x7c]6541// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6542 6543v_cmp_ne_i32 vcc_lo, null, v26544// W32: v_cmp_ne_i32_e32 vcc_lo, null, v2       ; encoding: [0x7c,0x04,0x8a,0x7c]6545// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6546 6547v_cmp_ne_i32 vcc_lo, -1, v26548// W32: v_cmp_ne_i32_e32 vcc_lo, -1, v2         ; encoding: [0xc1,0x04,0x8a,0x7c]6549// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6550 6551v_cmp_ne_i32 vcc_lo, 0.5, v26552// W32: v_cmp_ne_i32_e32 vcc_lo, 0.5, v2        ; encoding: [0xf0,0x04,0x8a,0x7c]6553// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6554 6555v_cmp_ne_i32 vcc_lo, src_scc, v26556// W32: v_cmp_ne_i32_e32 vcc_lo, src_scc, v2    ; encoding: [0xfd,0x04,0x8a,0x7c]6557// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6558 6559v_cmp_ne_i32 vcc_lo, 0xaf123456, v2556560// W32: v_cmp_ne_i32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x8b,0x7c,0x56,0x34,0x12,0xaf]6561// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6562 6563v_cmp_ne_i32 vcc, v1, v26564// W64: v_cmp_ne_i32_e32 vcc, v1, v2            ; encoding: [0x01,0x05,0x8a,0x7c]6565// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6566 6567v_cmp_ne_i32 vcc, v255, v26568// W64: v_cmp_ne_i32_e32 vcc, v255, v2          ; encoding: [0xff,0x05,0x8a,0x7c]6569// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6570 6571v_cmp_ne_i32 vcc, s1, v26572// W64: v_cmp_ne_i32_e32 vcc, s1, v2            ; encoding: [0x01,0x04,0x8a,0x7c]6573// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6574 6575v_cmp_ne_i32 vcc, s105, v26576// W64: v_cmp_ne_i32_e32 vcc, s105, v2          ; encoding: [0x69,0x04,0x8a,0x7c]6577// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6578 6579v_cmp_ne_i32 vcc, vcc_lo, v26580// W64: v_cmp_ne_i32_e32 vcc, vcc_lo, v2        ; encoding: [0x6a,0x04,0x8a,0x7c]6581// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6582 6583v_cmp_ne_i32 vcc, vcc_hi, v26584// W64: v_cmp_ne_i32_e32 vcc, vcc_hi, v2        ; encoding: [0x6b,0x04,0x8a,0x7c]6585// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6586 6587v_cmp_ne_i32 vcc, ttmp15, v26588// W64: v_cmp_ne_i32_e32 vcc, ttmp15, v2        ; encoding: [0x7b,0x04,0x8a,0x7c]6589// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6590 6591v_cmp_ne_i32 vcc, m0, v26592// W64: v_cmp_ne_i32_e32 vcc, m0, v2            ; encoding: [0x7d,0x04,0x8a,0x7c]6593// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6594 6595v_cmp_ne_i32 vcc, exec_lo, v26596// W64: v_cmp_ne_i32_e32 vcc, exec_lo, v2       ; encoding: [0x7e,0x04,0x8a,0x7c]6597// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6598 6599v_cmp_ne_i32 vcc, exec_hi, v26600// W64: v_cmp_ne_i32_e32 vcc, exec_hi, v2       ; encoding: [0x7f,0x04,0x8a,0x7c]6601// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6602 6603v_cmp_ne_i32 vcc, null, v26604// W64: v_cmp_ne_i32_e32 vcc, null, v2          ; encoding: [0x7c,0x04,0x8a,0x7c]6605// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6606 6607v_cmp_ne_i32 vcc, -1, v26608// W64: v_cmp_ne_i32_e32 vcc, -1, v2            ; encoding: [0xc1,0x04,0x8a,0x7c]6609// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6610 6611v_cmp_ne_i32 vcc, 0.5, v26612// W64: v_cmp_ne_i32_e32 vcc, 0.5, v2           ; encoding: [0xf0,0x04,0x8a,0x7c]6613// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6614 6615v_cmp_ne_i32 vcc, src_scc, v26616// W64: v_cmp_ne_i32_e32 vcc, src_scc, v2       ; encoding: [0xfd,0x04,0x8a,0x7c]6617// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6618 6619v_cmp_ne_i32 vcc, 0xaf123456, v2556620// W64: v_cmp_ne_i32_e32 vcc, 0xaf123456, v255  ; encoding: [0xff,0xfe,0x8b,0x7c,0x56,0x34,0x12,0xaf]6621// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6622 6623v_cmp_ne_i64 vcc_lo, v[1:2], v[2:3]6624// W32: v_cmp_ne_i64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0xaa,0x7c]6625// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6626 6627v_cmp_ne_i64 vcc_lo, v[254:255], v[2:3]6628// W32: v_cmp_ne_i64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xaa,0x7c]6629// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6630 6631v_cmp_ne_i64 vcc_lo, s[2:3], v[2:3]6632// W32: v_cmp_ne_i64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0xaa,0x7c]6633// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6634 6635v_cmp_ne_i64 vcc_lo, s[104:105], v[2:3]6636// W32: v_cmp_ne_i64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xaa,0x7c]6637// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6638 6639v_cmp_ne_i64 vcc_lo, vcc, v[2:3]6640// W32: v_cmp_ne_i64_e32 vcc_lo, vcc, v[2:3]    ; encoding: [0x6a,0x04,0xaa,0x7c]6641// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6642 6643v_cmp_ne_i64 vcc_lo, ttmp[14:15], v[2:3]6644// W32: v_cmp_ne_i64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xaa,0x7c]6645// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6646 6647v_cmp_ne_i64 vcc_lo, exec, v[2:3]6648// W32: v_cmp_ne_i64_e32 vcc_lo, exec, v[2:3]   ; encoding: [0x7e,0x04,0xaa,0x7c]6649// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6650 6651v_cmp_ne_i64 vcc_lo, null, v[2:3]6652// W32: v_cmp_ne_i64_e32 vcc_lo, null, v[2:3]   ; encoding: [0x7c,0x04,0xaa,0x7c]6653// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6654 6655v_cmp_ne_i64 vcc_lo, -1, v[2:3]6656// W32: v_cmp_ne_i64_e32 vcc_lo, -1, v[2:3]     ; encoding: [0xc1,0x04,0xaa,0x7c]6657// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6658 6659v_cmp_ne_i64 vcc_lo, 0.5, v[2:3]6660// W32: v_cmp_ne_i64_e32 vcc_lo, 0.5, v[2:3]    ; encoding: [0xf0,0x04,0xaa,0x7c]6661// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6662 6663v_cmp_ne_i64 vcc_lo, src_scc, v[2:3]6664// W32: v_cmp_ne_i64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0xaa,0x7c]6665// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6666 6667v_cmp_ne_i64 vcc_lo, 0xaf123456, v[254:255]6668// W32: v_cmp_ne_i64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xab,0x7c,0x56,0x34,0x12,0xaf]6669// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6670 6671v_cmp_ne_i64 vcc, v[1:2], v[2:3]6672// W64: v_cmp_ne_i64_e32 vcc, v[1:2], v[2:3]    ; encoding: [0x01,0x05,0xaa,0x7c]6673// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6674 6675v_cmp_ne_i64 vcc, v[254:255], v[2:3]6676// W64: v_cmp_ne_i64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xaa,0x7c]6677// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6678 6679v_cmp_ne_i64 vcc, s[2:3], v[2:3]6680// W64: v_cmp_ne_i64_e32 vcc, s[2:3], v[2:3]    ; encoding: [0x02,0x04,0xaa,0x7c]6681// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6682 6683v_cmp_ne_i64 vcc, s[104:105], v[2:3]6684// W64: v_cmp_ne_i64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xaa,0x7c]6685// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6686 6687v_cmp_ne_i64 vcc, vcc, v[2:3]6688// W64: v_cmp_ne_i64_e32 vcc, vcc, v[2:3]       ; encoding: [0x6a,0x04,0xaa,0x7c]6689// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6690 6691v_cmp_ne_i64 vcc, ttmp[14:15], v[2:3]6692// W64: v_cmp_ne_i64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xaa,0x7c]6693// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6694 6695v_cmp_ne_i64 vcc, exec, v[2:3]6696// W64: v_cmp_ne_i64_e32 vcc, exec, v[2:3]      ; encoding: [0x7e,0x04,0xaa,0x7c]6697// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6698 6699v_cmp_ne_i64 vcc, null, v[2:3]6700// W64: v_cmp_ne_i64_e32 vcc, null, v[2:3]      ; encoding: [0x7c,0x04,0xaa,0x7c]6701// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6702 6703v_cmp_ne_i64 vcc, -1, v[2:3]6704// W64: v_cmp_ne_i64_e32 vcc, -1, v[2:3]        ; encoding: [0xc1,0x04,0xaa,0x7c]6705// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6706 6707v_cmp_ne_i64 vcc, 0.5, v[2:3]6708// W64: v_cmp_ne_i64_e32 vcc, 0.5, v[2:3]       ; encoding: [0xf0,0x04,0xaa,0x7c]6709// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6710 6711v_cmp_ne_i64 vcc, src_scc, v[2:3]6712// W64: v_cmp_ne_i64_e32 vcc, src_scc, v[2:3]   ; encoding: [0xfd,0x04,0xaa,0x7c]6713// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6714 6715v_cmp_ne_i64 vcc, 0xaf123456, v[254:255]6716// W64: v_cmp_ne_i64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xab,0x7c,0x56,0x34,0x12,0xaf]6717// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6718 6719v_cmp_ne_u16 vcc_lo, v1.l, v2.l6720// W32: v_cmp_ne_u16_e32 vcc_lo, v1.l, v2.l     ; encoding: [0x01,0x05,0x7a,0x7c]6721// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6722 6723v_cmp_ne_u16 vcc_lo, v127.l, v2.l6724// W32: v_cmp_ne_u16_e32 vcc_lo, v127.l, v2.l   ; encoding: [0x7f,0x05,0x7a,0x7c]6725// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6726 6727v_cmp_ne_u16 vcc_lo, s1, v2.l6728// W32: v_cmp_ne_u16_e32 vcc_lo, s1, v2.l       ; encoding: [0x01,0x04,0x7a,0x7c]6729// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6730 6731v_cmp_ne_u16 vcc_lo, s105, v2.l6732// W32: v_cmp_ne_u16_e32 vcc_lo, s105, v2.l     ; encoding: [0x69,0x04,0x7a,0x7c]6733// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6734 6735v_cmp_ne_u16 vcc_lo, vcc_lo, v2.l6736// W32: v_cmp_ne_u16_e32 vcc_lo, vcc_lo, v2.l   ; encoding: [0x6a,0x04,0x7a,0x7c]6737// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6738 6739v_cmp_ne_u16 vcc_lo, vcc_hi, v2.l6740// W32: v_cmp_ne_u16_e32 vcc_lo, vcc_hi, v2.l   ; encoding: [0x6b,0x04,0x7a,0x7c]6741// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6742 6743v_cmp_ne_u16 vcc_lo, ttmp15, v2.l6744// W32: v_cmp_ne_u16_e32 vcc_lo, ttmp15, v2.l   ; encoding: [0x7b,0x04,0x7a,0x7c]6745// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6746 6747v_cmp_ne_u16 vcc_lo, m0, v2.l6748// W32: v_cmp_ne_u16_e32 vcc_lo, m0, v2.l       ; encoding: [0x7d,0x04,0x7a,0x7c]6749// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6750 6751v_cmp_ne_u16 vcc_lo, exec_lo, v2.l6752// W32: v_cmp_ne_u16_e32 vcc_lo, exec_lo, v2.l  ; encoding: [0x7e,0x04,0x7a,0x7c]6753// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6754 6755v_cmp_ne_u16 vcc_lo, exec_hi, v2.l6756// W32: v_cmp_ne_u16_e32 vcc_lo, exec_hi, v2.l  ; encoding: [0x7f,0x04,0x7a,0x7c]6757// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6758 6759v_cmp_ne_u16 vcc_lo, null, v2.l6760// W32: v_cmp_ne_u16_e32 vcc_lo, null, v2.l     ; encoding: [0x7c,0x04,0x7a,0x7c]6761// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6762 6763v_cmp_ne_u16 vcc_lo, -1, v2.l6764// W32: v_cmp_ne_u16_e32 vcc_lo, -1, v2.l       ; encoding: [0xc1,0x04,0x7a,0x7c]6765// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6766 6767v_cmp_ne_u16 vcc_lo, 0.5, v2.l6768// W32: v_cmp_ne_u16_e32 vcc_lo, 0.5, v2.l      ; encoding: [0xf0,0x04,0x7a,0x7c]6769// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6770 6771v_cmp_ne_u16 vcc_lo, src_scc, v2.l6772// W32: v_cmp_ne_u16_e32 vcc_lo, src_scc, v2.l  ; encoding: [0xfd,0x04,0x7a,0x7c]6773// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6774 6775v_cmp_ne_u16 vcc_lo, 0xfe0b, v127.l6776// W32: v_cmp_ne_u16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x7a,0x7c,0x0b,0xfe,0x00,0x00]6777// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6778 6779v_cmp_ne_u16 vcc, v1.l, v2.l6780// W64: v_cmp_ne_u16_e32 vcc, v1.l, v2.l        ; encoding: [0x01,0x05,0x7a,0x7c]6781// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6782 6783v_cmp_ne_u16 vcc, v127.l, v2.l6784// W64: v_cmp_ne_u16_e32 vcc, v127.l, v2.l      ; encoding: [0x7f,0x05,0x7a,0x7c]6785// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6786 6787v_cmp_ne_u16 vcc, s1, v2.l6788// W64: v_cmp_ne_u16_e32 vcc, s1, v2.l          ; encoding: [0x01,0x04,0x7a,0x7c]6789// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6790 6791v_cmp_ne_u16 vcc, s105, v2.l6792// W64: v_cmp_ne_u16_e32 vcc, s105, v2.l        ; encoding: [0x69,0x04,0x7a,0x7c]6793// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6794 6795v_cmp_ne_u16 vcc, vcc_lo, v2.l6796// W64: v_cmp_ne_u16_e32 vcc, vcc_lo, v2.l      ; encoding: [0x6a,0x04,0x7a,0x7c]6797// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6798 6799v_cmp_ne_u16 vcc, vcc_hi, v2.l6800// W64: v_cmp_ne_u16_e32 vcc, vcc_hi, v2.l      ; encoding: [0x6b,0x04,0x7a,0x7c]6801// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6802 6803v_cmp_ne_u16 vcc, ttmp15, v2.l6804// W64: v_cmp_ne_u16_e32 vcc, ttmp15, v2.l      ; encoding: [0x7b,0x04,0x7a,0x7c]6805// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6806 6807v_cmp_ne_u16 vcc, m0, v2.l6808// W64: v_cmp_ne_u16_e32 vcc, m0, v2.l          ; encoding: [0x7d,0x04,0x7a,0x7c]6809// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6810 6811v_cmp_ne_u16 vcc, exec_lo, v2.l6812// W64: v_cmp_ne_u16_e32 vcc, exec_lo, v2.l     ; encoding: [0x7e,0x04,0x7a,0x7c]6813// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6814 6815v_cmp_ne_u16 vcc, exec_hi, v2.l6816// W64: v_cmp_ne_u16_e32 vcc, exec_hi, v2.l     ; encoding: [0x7f,0x04,0x7a,0x7c]6817// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6818 6819v_cmp_ne_u16 vcc, null, v2.l6820// W64: v_cmp_ne_u16_e32 vcc, null, v2.l        ; encoding: [0x7c,0x04,0x7a,0x7c]6821// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6822 6823v_cmp_ne_u16 vcc, -1, v2.l6824// W64: v_cmp_ne_u16_e32 vcc, -1, v2.l          ; encoding: [0xc1,0x04,0x7a,0x7c]6825// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6826 6827v_cmp_ne_u16 vcc, 0.5, v2.l6828// W64: v_cmp_ne_u16_e32 vcc, 0.5, v2.l         ; encoding: [0xf0,0x04,0x7a,0x7c]6829// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6830 6831v_cmp_ne_u16 vcc, src_scc, v2.l6832// W64: v_cmp_ne_u16_e32 vcc, src_scc, v2.l     ; encoding: [0xfd,0x04,0x7a,0x7c]6833// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6834 6835v_cmp_ne_u16 vcc, 0xfe0b, v127.l6836// W64: v_cmp_ne_u16_e32 vcc, 0xfe0b, v127.l    ; encoding: [0xff,0xfe,0x7a,0x7c,0x0b,0xfe,0x00,0x00]6837// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6838 6839v_cmp_ne_u16 vcc_lo, 0x3800, v2.l6840// W32: v_cmp_ne_u16_e32 vcc_lo, 0x3800, v2.l   ; encoding: [0xff,0x04,0x7a,0x7c,0x00,0x38,0x00,0x00]6841// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6842 6843v_cmp_ne_u16 vcc, 0x3800, v2.l6844// W64: v_cmp_ne_u16_e32 vcc, 0x3800, v2.l      ; encoding: [0xff,0x04,0x7a,0x7c,0x00,0x38,0x00,0x00]6845// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6846 6847v_cmp_ne_u16 vcc_lo, v1.h, v2.l6848// W32: v_cmp_ne_u16_e32 vcc_lo, v1.h, v2.l     ; encoding: [0x81,0x05,0x7a,0x7c]6849// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6850 6851v_cmp_ne_u16 vcc, v1.h, v2.l6852// W64: v_cmp_ne_u16_e32 vcc, v1.h, v2.l        ; encoding: [0x81,0x05,0x7a,0x7c]6853// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6854 6855v_cmp_ne_u16 vcc_lo, v127.h, v2.l6856// W32: v_cmp_ne_u16_e32 vcc_lo, v127.h, v2.l   ; encoding: [0xff,0x05,0x7a,0x7c]6857// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6858 6859v_cmp_ne_u16 vcc, v127.h, v2.l6860// W64: v_cmp_ne_u16_e32 vcc, v127.h, v2.l      ; encoding: [0xff,0x05,0x7a,0x7c]6861// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6862 6863v_cmp_ne_u16 vcc_lo, src_scc, v2.h6864// W32: v_cmp_ne_u16_e32 vcc_lo, src_scc, v2.h  ; encoding: [0xfd,0x04,0x7b,0x7c]6865// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6866 6867v_cmp_ne_u16 vcc, src_scc, v2.h6868// W64: v_cmp_ne_u16_e32 vcc, src_scc, v2.h     ; encoding: [0xfd,0x04,0x7b,0x7c]6869// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6870 6871v_cmp_ne_u16 vcc_lo, 0xfe0b, v127.h6872// W32: v_cmp_ne_u16_e32 vcc_lo, 0xfe0b, v127.h ; encoding: [0xff,0xfe,0x7b,0x7c,0x0b,0xfe,0x00,0x00]6873// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6874 6875v_cmp_ne_u16 vcc, 0xfe0b, v127.h6876// W64: v_cmp_ne_u16_e32 vcc, 0xfe0b, v127.h    ; encoding: [0xff,0xfe,0x7b,0x7c,0x0b,0xfe,0x00,0x00]6877// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6878 6879v_cmp_ne_u32 vcc_lo, v1, v26880// W32: v_cmp_ne_u32_e32 vcc_lo, v1, v2         ; encoding: [0x01,0x05,0x9a,0x7c]6881// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6882 6883v_cmp_ne_u32 vcc_lo, v255, v26884// W32: v_cmp_ne_u32_e32 vcc_lo, v255, v2       ; encoding: [0xff,0x05,0x9a,0x7c]6885// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6886 6887v_cmp_ne_u32 vcc_lo, s1, v26888// W32: v_cmp_ne_u32_e32 vcc_lo, s1, v2         ; encoding: [0x01,0x04,0x9a,0x7c]6889// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6890 6891v_cmp_ne_u32 vcc_lo, s105, v26892// W32: v_cmp_ne_u32_e32 vcc_lo, s105, v2       ; encoding: [0x69,0x04,0x9a,0x7c]6893// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6894 6895v_cmp_ne_u32 vcc_lo, vcc_lo, v26896// W32: v_cmp_ne_u32_e32 vcc_lo, vcc_lo, v2     ; encoding: [0x6a,0x04,0x9a,0x7c]6897// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6898 6899v_cmp_ne_u32 vcc_lo, vcc_hi, v26900// W32: v_cmp_ne_u32_e32 vcc_lo, vcc_hi, v2     ; encoding: [0x6b,0x04,0x9a,0x7c]6901// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6902 6903v_cmp_ne_u32 vcc_lo, ttmp15, v26904// W32: v_cmp_ne_u32_e32 vcc_lo, ttmp15, v2     ; encoding: [0x7b,0x04,0x9a,0x7c]6905// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6906 6907v_cmp_ne_u32 vcc_lo, m0, v26908// W32: v_cmp_ne_u32_e32 vcc_lo, m0, v2         ; encoding: [0x7d,0x04,0x9a,0x7c]6909// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6910 6911v_cmp_ne_u32 vcc_lo, exec_lo, v26912// W32: v_cmp_ne_u32_e32 vcc_lo, exec_lo, v2    ; encoding: [0x7e,0x04,0x9a,0x7c]6913// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6914 6915v_cmp_ne_u32 vcc_lo, exec_hi, v26916// W32: v_cmp_ne_u32_e32 vcc_lo, exec_hi, v2    ; encoding: [0x7f,0x04,0x9a,0x7c]6917// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6918 6919v_cmp_ne_u32 vcc_lo, null, v26920// W32: v_cmp_ne_u32_e32 vcc_lo, null, v2       ; encoding: [0x7c,0x04,0x9a,0x7c]6921// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6922 6923v_cmp_ne_u32 vcc_lo, -1, v26924// W32: v_cmp_ne_u32_e32 vcc_lo, -1, v2         ; encoding: [0xc1,0x04,0x9a,0x7c]6925// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6926 6927v_cmp_ne_u32 vcc_lo, 0.5, v26928// W32: v_cmp_ne_u32_e32 vcc_lo, 0.5, v2        ; encoding: [0xf0,0x04,0x9a,0x7c]6929// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6930 6931v_cmp_ne_u32 vcc_lo, src_scc, v26932// W32: v_cmp_ne_u32_e32 vcc_lo, src_scc, v2    ; encoding: [0xfd,0x04,0x9a,0x7c]6933// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6934 6935v_cmp_ne_u32 vcc_lo, 0xaf123456, v2556936// W32: v_cmp_ne_u32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x9b,0x7c,0x56,0x34,0x12,0xaf]6937// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6938 6939v_cmp_ne_u32 vcc, v1, v26940// W64: v_cmp_ne_u32_e32 vcc, v1, v2            ; encoding: [0x01,0x05,0x9a,0x7c]6941// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6942 6943v_cmp_ne_u32 vcc, v255, v26944// W64: v_cmp_ne_u32_e32 vcc, v255, v2          ; encoding: [0xff,0x05,0x9a,0x7c]6945// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6946 6947v_cmp_ne_u32 vcc, s1, v26948// W64: v_cmp_ne_u32_e32 vcc, s1, v2            ; encoding: [0x01,0x04,0x9a,0x7c]6949// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6950 6951v_cmp_ne_u32 vcc, s105, v26952// W64: v_cmp_ne_u32_e32 vcc, s105, v2          ; encoding: [0x69,0x04,0x9a,0x7c]6953// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6954 6955v_cmp_ne_u32 vcc, vcc_lo, v26956// W64: v_cmp_ne_u32_e32 vcc, vcc_lo, v2        ; encoding: [0x6a,0x04,0x9a,0x7c]6957// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6958 6959v_cmp_ne_u32 vcc, vcc_hi, v26960// W64: v_cmp_ne_u32_e32 vcc, vcc_hi, v2        ; encoding: [0x6b,0x04,0x9a,0x7c]6961// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6962 6963v_cmp_ne_u32 vcc, ttmp15, v26964// W64: v_cmp_ne_u32_e32 vcc, ttmp15, v2        ; encoding: [0x7b,0x04,0x9a,0x7c]6965// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6966 6967v_cmp_ne_u32 vcc, m0, v26968// W64: v_cmp_ne_u32_e32 vcc, m0, v2            ; encoding: [0x7d,0x04,0x9a,0x7c]6969// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6970 6971v_cmp_ne_u32 vcc, exec_lo, v26972// W64: v_cmp_ne_u32_e32 vcc, exec_lo, v2       ; encoding: [0x7e,0x04,0x9a,0x7c]6973// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6974 6975v_cmp_ne_u32 vcc, exec_hi, v26976// W64: v_cmp_ne_u32_e32 vcc, exec_hi, v2       ; encoding: [0x7f,0x04,0x9a,0x7c]6977// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6978 6979v_cmp_ne_u32 vcc, null, v26980// W64: v_cmp_ne_u32_e32 vcc, null, v2          ; encoding: [0x7c,0x04,0x9a,0x7c]6981// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6982 6983v_cmp_ne_u32 vcc, -1, v26984// W64: v_cmp_ne_u32_e32 vcc, -1, v2            ; encoding: [0xc1,0x04,0x9a,0x7c]6985// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6986 6987v_cmp_ne_u32 vcc, 0.5, v26988// W64: v_cmp_ne_u32_e32 vcc, 0.5, v2           ; encoding: [0xf0,0x04,0x9a,0x7c]6989// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6990 6991v_cmp_ne_u32 vcc, src_scc, v26992// W64: v_cmp_ne_u32_e32 vcc, src_scc, v2       ; encoding: [0xfd,0x04,0x9a,0x7c]6993// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6994 6995v_cmp_ne_u32 vcc, 0xaf123456, v2556996// W64: v_cmp_ne_u32_e32 vcc, 0xaf123456, v255  ; encoding: [0xff,0xfe,0x9b,0x7c,0x56,0x34,0x12,0xaf]6997// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode6998 6999v_cmp_ne_u64 vcc_lo, v[1:2], v[2:3]7000// W32: v_cmp_ne_u64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0xba,0x7c]7001// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7002 7003v_cmp_ne_u64 vcc_lo, v[254:255], v[2:3]7004// W32: v_cmp_ne_u64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xba,0x7c]7005// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7006 7007v_cmp_ne_u64 vcc_lo, s[2:3], v[2:3]7008// W32: v_cmp_ne_u64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0xba,0x7c]7009// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7010 7011v_cmp_ne_u64 vcc_lo, s[104:105], v[2:3]7012// W32: v_cmp_ne_u64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xba,0x7c]7013// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7014 7015v_cmp_ne_u64 vcc_lo, vcc, v[2:3]7016// W32: v_cmp_ne_u64_e32 vcc_lo, vcc, v[2:3]    ; encoding: [0x6a,0x04,0xba,0x7c]7017// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7018 7019v_cmp_ne_u64 vcc_lo, ttmp[14:15], v[2:3]7020// W32: v_cmp_ne_u64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xba,0x7c]7021// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7022 7023v_cmp_ne_u64 vcc_lo, exec, v[2:3]7024// W32: v_cmp_ne_u64_e32 vcc_lo, exec, v[2:3]   ; encoding: [0x7e,0x04,0xba,0x7c]7025// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7026 7027v_cmp_ne_u64 vcc_lo, null, v[2:3]7028// W32: v_cmp_ne_u64_e32 vcc_lo, null, v[2:3]   ; encoding: [0x7c,0x04,0xba,0x7c]7029// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7030 7031v_cmp_ne_u64 vcc_lo, -1, v[2:3]7032// W32: v_cmp_ne_u64_e32 vcc_lo, -1, v[2:3]     ; encoding: [0xc1,0x04,0xba,0x7c]7033// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7034 7035v_cmp_ne_u64 vcc_lo, 0.5, v[2:3]7036// W32: v_cmp_ne_u64_e32 vcc_lo, 0.5, v[2:3]    ; encoding: [0xf0,0x04,0xba,0x7c]7037// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7038 7039v_cmp_ne_u64 vcc_lo, src_scc, v[2:3]7040// W32: v_cmp_ne_u64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0xba,0x7c]7041// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7042 7043v_cmp_ne_u64 vcc_lo, 0xaf123456, v[254:255]7044// W32: v_cmp_ne_u64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xbb,0x7c,0x56,0x34,0x12,0xaf]7045// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7046 7047v_cmp_ne_u64 vcc, v[1:2], v[2:3]7048// W64: v_cmp_ne_u64_e32 vcc, v[1:2], v[2:3]    ; encoding: [0x01,0x05,0xba,0x7c]7049// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7050 7051v_cmp_ne_u64 vcc, v[254:255], v[2:3]7052// W64: v_cmp_ne_u64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0xba,0x7c]7053// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7054 7055v_cmp_ne_u64 vcc, s[2:3], v[2:3]7056// W64: v_cmp_ne_u64_e32 vcc, s[2:3], v[2:3]    ; encoding: [0x02,0x04,0xba,0x7c]7057// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7058 7059v_cmp_ne_u64 vcc, s[104:105], v[2:3]7060// W64: v_cmp_ne_u64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0xba,0x7c]7061// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7062 7063v_cmp_ne_u64 vcc, vcc, v[2:3]7064// W64: v_cmp_ne_u64_e32 vcc, vcc, v[2:3]       ; encoding: [0x6a,0x04,0xba,0x7c]7065// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7066 7067v_cmp_ne_u64 vcc, ttmp[14:15], v[2:3]7068// W64: v_cmp_ne_u64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0xba,0x7c]7069// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7070 7071v_cmp_ne_u64 vcc, exec, v[2:3]7072// W64: v_cmp_ne_u64_e32 vcc, exec, v[2:3]      ; encoding: [0x7e,0x04,0xba,0x7c]7073// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7074 7075v_cmp_ne_u64 vcc, null, v[2:3]7076// W64: v_cmp_ne_u64_e32 vcc, null, v[2:3]      ; encoding: [0x7c,0x04,0xba,0x7c]7077// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7078 7079v_cmp_ne_u64 vcc, -1, v[2:3]7080// W64: v_cmp_ne_u64_e32 vcc, -1, v[2:3]        ; encoding: [0xc1,0x04,0xba,0x7c]7081// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7082 7083v_cmp_ne_u64 vcc, 0.5, v[2:3]7084// W64: v_cmp_ne_u64_e32 vcc, 0.5, v[2:3]       ; encoding: [0xf0,0x04,0xba,0x7c]7085// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7086 7087v_cmp_ne_u64 vcc, src_scc, v[2:3]7088// W64: v_cmp_ne_u64_e32 vcc, src_scc, v[2:3]   ; encoding: [0xfd,0x04,0xba,0x7c]7089// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7090 7091v_cmp_ne_u64 vcc, 0xaf123456, v[254:255]7092// W64: v_cmp_ne_u64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0xbb,0x7c,0x56,0x34,0x12,0xaf]7093// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7094 7095v_cmp_neq_f16 vcc_lo, v1.l, v2.l7096// W32: v_cmp_neq_f16_e32 vcc_lo, v1.l, v2.l    ; encoding: [0x01,0x05,0x1a,0x7c]7097// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7098 7099v_cmp_neq_f16 vcc_lo, v127.l, v2.l7100// W32: v_cmp_neq_f16_e32 vcc_lo, v127.l, v2.l  ; encoding: [0x7f,0x05,0x1a,0x7c]7101// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7102 7103v_cmp_neq_f16 vcc_lo, s1, v2.l7104// W32: v_cmp_neq_f16_e32 vcc_lo, s1, v2.l      ; encoding: [0x01,0x04,0x1a,0x7c]7105// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7106 7107v_cmp_neq_f16 vcc_lo, s105, v2.l7108// W32: v_cmp_neq_f16_e32 vcc_lo, s105, v2.l    ; encoding: [0x69,0x04,0x1a,0x7c]7109// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7110 7111v_cmp_neq_f16 vcc_lo, vcc_lo, v2.l7112// W32: v_cmp_neq_f16_e32 vcc_lo, vcc_lo, v2.l  ; encoding: [0x6a,0x04,0x1a,0x7c]7113// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7114 7115v_cmp_neq_f16 vcc_lo, vcc_hi, v2.l7116// W32: v_cmp_neq_f16_e32 vcc_lo, vcc_hi, v2.l  ; encoding: [0x6b,0x04,0x1a,0x7c]7117// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7118 7119v_cmp_neq_f16 vcc_lo, ttmp15, v2.l7120// W32: v_cmp_neq_f16_e32 vcc_lo, ttmp15, v2.l  ; encoding: [0x7b,0x04,0x1a,0x7c]7121// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7122 7123v_cmp_neq_f16 vcc_lo, m0, v2.l7124// W32: v_cmp_neq_f16_e32 vcc_lo, m0, v2.l      ; encoding: [0x7d,0x04,0x1a,0x7c]7125// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7126 7127v_cmp_neq_f16 vcc_lo, exec_lo, v2.l7128// W32: v_cmp_neq_f16_e32 vcc_lo, exec_lo, v2.l ; encoding: [0x7e,0x04,0x1a,0x7c]7129// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7130 7131v_cmp_neq_f16 vcc_lo, exec_hi, v2.l7132// W32: v_cmp_neq_f16_e32 vcc_lo, exec_hi, v2.l ; encoding: [0x7f,0x04,0x1a,0x7c]7133// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7134 7135v_cmp_neq_f16 vcc_lo, null, v2.l7136// W32: v_cmp_neq_f16_e32 vcc_lo, null, v2.l    ; encoding: [0x7c,0x04,0x1a,0x7c]7137// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7138 7139v_cmp_neq_f16 vcc_lo, -1, v2.l7140// W32: v_cmp_neq_f16_e32 vcc_lo, -1, v2.l      ; encoding: [0xc1,0x04,0x1a,0x7c]7141// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7142 7143v_cmp_neq_f16 vcc_lo, 0.5, v2.l7144// W32: v_cmp_neq_f16_e32 vcc_lo, 0.5, v2.l     ; encoding: [0xf0,0x04,0x1a,0x7c]7145// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7146 7147v_cmp_neq_f16 vcc_lo, src_scc, v2.l7148// W32: v_cmp_neq_f16_e32 vcc_lo, src_scc, v2.l ; encoding: [0xfd,0x04,0x1a,0x7c]7149// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7150 7151v_cmp_neq_f16 vcc_lo, 0xfe0b, v127.l7152// W32: v_cmp_neq_f16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x1a,0x7c,0x0b,0xfe,0x00,0x00]7153// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7154 7155v_cmp_neq_f16 vcc, v1.l, v2.l7156// W64: v_cmp_neq_f16_e32 vcc, v1.l, v2.l       ; encoding: [0x01,0x05,0x1a,0x7c]7157// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7158 7159v_cmp_neq_f16 vcc, v127.l, v2.l7160// W64: v_cmp_neq_f16_e32 vcc, v127.l, v2.l     ; encoding: [0x7f,0x05,0x1a,0x7c]7161// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7162 7163v_cmp_neq_f16 vcc, s1, v2.l7164// W64: v_cmp_neq_f16_e32 vcc, s1, v2.l         ; encoding: [0x01,0x04,0x1a,0x7c]7165// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7166 7167v_cmp_neq_f16 vcc, s105, v2.l7168// W64: v_cmp_neq_f16_e32 vcc, s105, v2.l       ; encoding: [0x69,0x04,0x1a,0x7c]7169// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7170 7171v_cmp_neq_f16 vcc, vcc_lo, v2.l7172// W64: v_cmp_neq_f16_e32 vcc, vcc_lo, v2.l     ; encoding: [0x6a,0x04,0x1a,0x7c]7173// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7174 7175v_cmp_neq_f16 vcc, vcc_hi, v2.l7176// W64: v_cmp_neq_f16_e32 vcc, vcc_hi, v2.l     ; encoding: [0x6b,0x04,0x1a,0x7c]7177// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7178 7179v_cmp_neq_f16 vcc, ttmp15, v2.l7180// W64: v_cmp_neq_f16_e32 vcc, ttmp15, v2.l     ; encoding: [0x7b,0x04,0x1a,0x7c]7181// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7182 7183v_cmp_neq_f16 vcc, m0, v2.l7184// W64: v_cmp_neq_f16_e32 vcc, m0, v2.l         ; encoding: [0x7d,0x04,0x1a,0x7c]7185// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7186 7187v_cmp_neq_f16 vcc, exec_lo, v2.l7188// W64: v_cmp_neq_f16_e32 vcc, exec_lo, v2.l    ; encoding: [0x7e,0x04,0x1a,0x7c]7189// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7190 7191v_cmp_neq_f16 vcc, exec_hi, v2.l7192// W64: v_cmp_neq_f16_e32 vcc, exec_hi, v2.l    ; encoding: [0x7f,0x04,0x1a,0x7c]7193// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7194 7195v_cmp_neq_f16 vcc, null, v2.l7196// W64: v_cmp_neq_f16_e32 vcc, null, v2.l       ; encoding: [0x7c,0x04,0x1a,0x7c]7197// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7198 7199v_cmp_neq_f16 vcc, -1, v2.l7200// W64: v_cmp_neq_f16_e32 vcc, -1, v2.l         ; encoding: [0xc1,0x04,0x1a,0x7c]7201// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7202 7203v_cmp_neq_f16 vcc, 0.5, v2.l7204// W64: v_cmp_neq_f16_e32 vcc, 0.5, v2.l        ; encoding: [0xf0,0x04,0x1a,0x7c]7205// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7206 7207v_cmp_neq_f16 vcc, src_scc, v2.l7208// W64: v_cmp_neq_f16_e32 vcc, src_scc, v2.l    ; encoding: [0xfd,0x04,0x1a,0x7c]7209// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7210 7211v_cmp_neq_f16 vcc, 0xfe0b, v127.l7212// W64: v_cmp_neq_f16_e32 vcc, 0xfe0b, v127.l   ; encoding: [0xff,0xfe,0x1a,0x7c,0x0b,0xfe,0x00,0x00]7213// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7214 7215v_cmp_neq_f16 vcc_lo, v1.h, v2.l7216// W32: v_cmp_neq_f16_e32 vcc_lo, v1.h, v2.l    ; encoding: [0x81,0x05,0x1a,0x7c]7217// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7218 7219v_cmp_neq_f16 vcc, v1.h, v2.l7220// W64: v_cmp_neq_f16_e32 vcc, v1.h, v2.l       ; encoding: [0x81,0x05,0x1a,0x7c]7221// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7222 7223v_cmp_neq_f16 vcc_lo, v127.h, v2.l7224// W32: v_cmp_neq_f16_e32 vcc_lo, v127.h, v2.l  ; encoding: [0xff,0x05,0x1a,0x7c]7225// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7226 7227v_cmp_neq_f16 vcc, v127.h, v2.l7228// W64: v_cmp_neq_f16_e32 vcc, v127.h, v2.l     ; encoding: [0xff,0x05,0x1a,0x7c]7229// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7230 7231v_cmp_neq_f16 vcc_lo, src_scc, v2.h7232// W32: v_cmp_neq_f16_e32 vcc_lo, src_scc, v2.h ; encoding: [0xfd,0x04,0x1b,0x7c]7233// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7234 7235v_cmp_neq_f16 vcc, src_scc, v2.h7236// W64: v_cmp_neq_f16_e32 vcc, src_scc, v2.h    ; encoding: [0xfd,0x04,0x1b,0x7c]7237// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7238 7239v_cmp_neq_f16 vcc_lo, 0xfe0b, v127.h7240// W32: v_cmp_neq_f16_e32 vcc_lo, 0xfe0b, v127.h ; encoding: [0xff,0xfe,0x1b,0x7c,0x0b,0xfe,0x00,0x00]7241// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7242 7243v_cmp_neq_f16 vcc, 0xfe0b, v127.h7244// W64: v_cmp_neq_f16_e32 vcc, 0xfe0b, v127.h   ; encoding: [0xff,0xfe,0x1b,0x7c,0x0b,0xfe,0x00,0x00]7245// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7246 7247v_cmp_neq_f16 vcc, 0.5, v127.l7248// W64: v_cmp_neq_f16_e32 vcc, 0.5, v127.l      ; encoding: [0xf0,0xfe,0x1a,0x7c]7249// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7250 7251v_cmp_neq_f32 vcc_lo, v1, v27252// W32: v_cmp_neq_f32_e32 vcc_lo, v1, v2        ; encoding: [0x01,0x05,0x3a,0x7c]7253// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7254 7255v_cmp_neq_f32 vcc_lo, v255, v27256// W32: v_cmp_neq_f32_e32 vcc_lo, v255, v2      ; encoding: [0xff,0x05,0x3a,0x7c]7257// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7258 7259v_cmp_neq_f32 vcc_lo, s1, v27260// W32: v_cmp_neq_f32_e32 vcc_lo, s1, v2        ; encoding: [0x01,0x04,0x3a,0x7c]7261// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7262 7263v_cmp_neq_f32 vcc_lo, s105, v27264// W32: v_cmp_neq_f32_e32 vcc_lo, s105, v2      ; encoding: [0x69,0x04,0x3a,0x7c]7265// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7266 7267v_cmp_neq_f32 vcc_lo, vcc_lo, v27268// W32: v_cmp_neq_f32_e32 vcc_lo, vcc_lo, v2    ; encoding: [0x6a,0x04,0x3a,0x7c]7269// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7270 7271v_cmp_neq_f32 vcc_lo, vcc_hi, v27272// W32: v_cmp_neq_f32_e32 vcc_lo, vcc_hi, v2    ; encoding: [0x6b,0x04,0x3a,0x7c]7273// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7274 7275v_cmp_neq_f32 vcc_lo, ttmp15, v27276// W32: v_cmp_neq_f32_e32 vcc_lo, ttmp15, v2    ; encoding: [0x7b,0x04,0x3a,0x7c]7277// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7278 7279v_cmp_neq_f32 vcc_lo, m0, v27280// W32: v_cmp_neq_f32_e32 vcc_lo, m0, v2        ; encoding: [0x7d,0x04,0x3a,0x7c]7281// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7282 7283v_cmp_neq_f32 vcc_lo, exec_lo, v27284// W32: v_cmp_neq_f32_e32 vcc_lo, exec_lo, v2   ; encoding: [0x7e,0x04,0x3a,0x7c]7285// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7286 7287v_cmp_neq_f32 vcc_lo, exec_hi, v27288// W32: v_cmp_neq_f32_e32 vcc_lo, exec_hi, v2   ; encoding: [0x7f,0x04,0x3a,0x7c]7289// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7290 7291v_cmp_neq_f32 vcc_lo, null, v27292// W32: v_cmp_neq_f32_e32 vcc_lo, null, v2      ; encoding: [0x7c,0x04,0x3a,0x7c]7293// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7294 7295v_cmp_neq_f32 vcc_lo, -1, v27296// W32: v_cmp_neq_f32_e32 vcc_lo, -1, v2        ; encoding: [0xc1,0x04,0x3a,0x7c]7297// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7298 7299v_cmp_neq_f32 vcc_lo, 0.5, v27300// W32: v_cmp_neq_f32_e32 vcc_lo, 0.5, v2       ; encoding: [0xf0,0x04,0x3a,0x7c]7301// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7302 7303v_cmp_neq_f32 vcc_lo, src_scc, v27304// W32: v_cmp_neq_f32_e32 vcc_lo, src_scc, v2   ; encoding: [0xfd,0x04,0x3a,0x7c]7305// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7306 7307v_cmp_neq_f32 vcc_lo, 0xaf123456, v2557308// W32: v_cmp_neq_f32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x3b,0x7c,0x56,0x34,0x12,0xaf]7309// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7310 7311v_cmp_neq_f32 vcc, v1, v27312// W64: v_cmp_neq_f32_e32 vcc, v1, v2           ; encoding: [0x01,0x05,0x3a,0x7c]7313// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7314 7315v_cmp_neq_f32 vcc, v255, v27316// W64: v_cmp_neq_f32_e32 vcc, v255, v2         ; encoding: [0xff,0x05,0x3a,0x7c]7317// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7318 7319v_cmp_neq_f32 vcc, s1, v27320// W64: v_cmp_neq_f32_e32 vcc, s1, v2           ; encoding: [0x01,0x04,0x3a,0x7c]7321// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7322 7323v_cmp_neq_f32 vcc, s105, v27324// W64: v_cmp_neq_f32_e32 vcc, s105, v2         ; encoding: [0x69,0x04,0x3a,0x7c]7325// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7326 7327v_cmp_neq_f32 vcc, vcc_lo, v27328// W64: v_cmp_neq_f32_e32 vcc, vcc_lo, v2       ; encoding: [0x6a,0x04,0x3a,0x7c]7329// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7330 7331v_cmp_neq_f32 vcc, vcc_hi, v27332// W64: v_cmp_neq_f32_e32 vcc, vcc_hi, v2       ; encoding: [0x6b,0x04,0x3a,0x7c]7333// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7334 7335v_cmp_neq_f32 vcc, ttmp15, v27336// W64: v_cmp_neq_f32_e32 vcc, ttmp15, v2       ; encoding: [0x7b,0x04,0x3a,0x7c]7337// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7338 7339v_cmp_neq_f32 vcc, m0, v27340// W64: v_cmp_neq_f32_e32 vcc, m0, v2           ; encoding: [0x7d,0x04,0x3a,0x7c]7341// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7342 7343v_cmp_neq_f32 vcc, exec_lo, v27344// W64: v_cmp_neq_f32_e32 vcc, exec_lo, v2      ; encoding: [0x7e,0x04,0x3a,0x7c]7345// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7346 7347v_cmp_neq_f32 vcc, exec_hi, v27348// W64: v_cmp_neq_f32_e32 vcc, exec_hi, v2      ; encoding: [0x7f,0x04,0x3a,0x7c]7349// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7350 7351v_cmp_neq_f32 vcc, null, v27352// W64: v_cmp_neq_f32_e32 vcc, null, v2         ; encoding: [0x7c,0x04,0x3a,0x7c]7353// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7354 7355v_cmp_neq_f32 vcc, -1, v27356// W64: v_cmp_neq_f32_e32 vcc, -1, v2           ; encoding: [0xc1,0x04,0x3a,0x7c]7357// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7358 7359v_cmp_neq_f32 vcc, 0.5, v27360// W64: v_cmp_neq_f32_e32 vcc, 0.5, v2          ; encoding: [0xf0,0x04,0x3a,0x7c]7361// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7362 7363v_cmp_neq_f32 vcc, src_scc, v27364// W64: v_cmp_neq_f32_e32 vcc, src_scc, v2      ; encoding: [0xfd,0x04,0x3a,0x7c]7365// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7366 7367v_cmp_neq_f32 vcc, 0xaf123456, v2557368// W64: v_cmp_neq_f32_e32 vcc, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x3b,0x7c,0x56,0x34,0x12,0xaf]7369// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7370 7371v_cmp_neq_f64 vcc_lo, v[1:2], v[2:3]7372// W32: v_cmp_neq_f64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0x5a,0x7c]7373// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7374 7375v_cmp_neq_f64 vcc_lo, v[254:255], v[2:3]7376// W32: v_cmp_neq_f64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x5a,0x7c]7377// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7378 7379v_cmp_neq_f64 vcc_lo, s[2:3], v[2:3]7380// W32: v_cmp_neq_f64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0x5a,0x7c]7381// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7382 7383v_cmp_neq_f64 vcc_lo, s[104:105], v[2:3]7384// W32: v_cmp_neq_f64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x5a,0x7c]7385// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7386 7387v_cmp_neq_f64 vcc_lo, vcc, v[2:3]7388// W32: v_cmp_neq_f64_e32 vcc_lo, vcc, v[2:3]   ; encoding: [0x6a,0x04,0x5a,0x7c]7389// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7390 7391v_cmp_neq_f64 vcc_lo, ttmp[14:15], v[2:3]7392// W32: v_cmp_neq_f64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x5a,0x7c]7393// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7394 7395v_cmp_neq_f64 vcc_lo, exec, v[2:3]7396// W32: v_cmp_neq_f64_e32 vcc_lo, exec, v[2:3]  ; encoding: [0x7e,0x04,0x5a,0x7c]7397// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7398 7399v_cmp_neq_f64 vcc_lo, null, v[2:3]7400// W32: v_cmp_neq_f64_e32 vcc_lo, null, v[2:3]  ; encoding: [0x7c,0x04,0x5a,0x7c]7401// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7402 7403v_cmp_neq_f64 vcc_lo, -1, v[2:3]7404// W32: v_cmp_neq_f64_e32 vcc_lo, -1, v[2:3]    ; encoding: [0xc1,0x04,0x5a,0x7c]7405// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7406 7407v_cmp_neq_f64 vcc_lo, 0.5, v[2:3]7408// W32: v_cmp_neq_f64_e32 vcc_lo, 0.5, v[2:3]   ; encoding: [0xf0,0x04,0x5a,0x7c]7409// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7410 7411v_cmp_neq_f64 vcc_lo, src_scc, v[2:3]7412// W32: v_cmp_neq_f64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0x5a,0x7c]7413// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7414 7415v_cmp_neq_f64 vcc_lo, 0xaf123456, v[254:255]7416// W32: v_cmp_neq_f64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x5b,0x7c,0x56,0x34,0x12,0xaf]7417// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7418 7419v_cmp_neq_f64 vcc, v[1:2], v[2:3]7420// W64: v_cmp_neq_f64_e32 vcc, v[1:2], v[2:3]   ; encoding: [0x01,0x05,0x5a,0x7c]7421// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7422 7423v_cmp_neq_f64 vcc, v[254:255], v[2:3]7424// W64: v_cmp_neq_f64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x5a,0x7c]7425// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7426 7427v_cmp_neq_f64 vcc, s[2:3], v[2:3]7428// W64: v_cmp_neq_f64_e32 vcc, s[2:3], v[2:3]   ; encoding: [0x02,0x04,0x5a,0x7c]7429// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7430 7431v_cmp_neq_f64 vcc, s[104:105], v[2:3]7432// W64: v_cmp_neq_f64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x5a,0x7c]7433// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7434 7435v_cmp_neq_f64 vcc, vcc, v[2:3]7436// W64: v_cmp_neq_f64_e32 vcc, vcc, v[2:3]      ; encoding: [0x6a,0x04,0x5a,0x7c]7437// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7438 7439v_cmp_neq_f64 vcc, ttmp[14:15], v[2:3]7440// W64: v_cmp_neq_f64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x5a,0x7c]7441// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7442 7443v_cmp_neq_f64 vcc, exec, v[2:3]7444// W64: v_cmp_neq_f64_e32 vcc, exec, v[2:3]     ; encoding: [0x7e,0x04,0x5a,0x7c]7445// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7446 7447v_cmp_neq_f64 vcc, null, v[2:3]7448// W64: v_cmp_neq_f64_e32 vcc, null, v[2:3]     ; encoding: [0x7c,0x04,0x5a,0x7c]7449// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7450 7451v_cmp_neq_f64 vcc, -1, v[2:3]7452// W64: v_cmp_neq_f64_e32 vcc, -1, v[2:3]       ; encoding: [0xc1,0x04,0x5a,0x7c]7453// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7454 7455v_cmp_neq_f64 vcc, 0.5, v[2:3]7456// W64: v_cmp_neq_f64_e32 vcc, 0.5, v[2:3]      ; encoding: [0xf0,0x04,0x5a,0x7c]7457// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7458 7459v_cmp_neq_f64 vcc, src_scc, v[2:3]7460// W64: v_cmp_neq_f64_e32 vcc, src_scc, v[2:3]  ; encoding: [0xfd,0x04,0x5a,0x7c]7461// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7462 7463v_cmp_neq_f64 vcc, 0xaf123456, v[254:255]7464// W64: v_cmp_neq_f64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x5b,0x7c,0x56,0x34,0x12,0xaf]7465// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7466 7467v_cmp_nge_f16 vcc_lo, v1.l, v2.l7468// W32: v_cmp_nge_f16_e32 vcc_lo, v1.l, v2.l    ; encoding: [0x01,0x05,0x12,0x7c]7469// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7470 7471v_cmp_nge_f16 vcc_lo, v127.l, v2.l7472// W32: v_cmp_nge_f16_e32 vcc_lo, v127.l, v2.l  ; encoding: [0x7f,0x05,0x12,0x7c]7473// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7474 7475v_cmp_nge_f16 vcc_lo, s1, v2.l7476// W32: v_cmp_nge_f16_e32 vcc_lo, s1, v2.l      ; encoding: [0x01,0x04,0x12,0x7c]7477// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7478 7479v_cmp_nge_f16 vcc_lo, s105, v2.l7480// W32: v_cmp_nge_f16_e32 vcc_lo, s105, v2.l    ; encoding: [0x69,0x04,0x12,0x7c]7481// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7482 7483v_cmp_nge_f16 vcc_lo, vcc_lo, v2.l7484// W32: v_cmp_nge_f16_e32 vcc_lo, vcc_lo, v2.l  ; encoding: [0x6a,0x04,0x12,0x7c]7485// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7486 7487v_cmp_nge_f16 vcc_lo, vcc_hi, v2.l7488// W32: v_cmp_nge_f16_e32 vcc_lo, vcc_hi, v2.l  ; encoding: [0x6b,0x04,0x12,0x7c]7489// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7490 7491v_cmp_nge_f16 vcc_lo, ttmp15, v2.l7492// W32: v_cmp_nge_f16_e32 vcc_lo, ttmp15, v2.l  ; encoding: [0x7b,0x04,0x12,0x7c]7493// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7494 7495v_cmp_nge_f16 vcc_lo, m0, v2.l7496// W32: v_cmp_nge_f16_e32 vcc_lo, m0, v2.l      ; encoding: [0x7d,0x04,0x12,0x7c]7497// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7498 7499v_cmp_nge_f16 vcc_lo, exec_lo, v2.l7500// W32: v_cmp_nge_f16_e32 vcc_lo, exec_lo, v2.l ; encoding: [0x7e,0x04,0x12,0x7c]7501// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7502 7503v_cmp_nge_f16 vcc_lo, exec_hi, v2.l7504// W32: v_cmp_nge_f16_e32 vcc_lo, exec_hi, v2.l ; encoding: [0x7f,0x04,0x12,0x7c]7505// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7506 7507v_cmp_nge_f16 vcc_lo, null, v2.l7508// W32: v_cmp_nge_f16_e32 vcc_lo, null, v2.l    ; encoding: [0x7c,0x04,0x12,0x7c]7509// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7510 7511v_cmp_nge_f16 vcc_lo, -1, v2.l7512// W32: v_cmp_nge_f16_e32 vcc_lo, -1, v2.l      ; encoding: [0xc1,0x04,0x12,0x7c]7513// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7514 7515v_cmp_nge_f16 vcc_lo, 0.5, v2.l7516// W32: v_cmp_nge_f16_e32 vcc_lo, 0.5, v2.l     ; encoding: [0xf0,0x04,0x12,0x7c]7517// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7518 7519v_cmp_nge_f16 vcc_lo, src_scc, v2.l7520// W32: v_cmp_nge_f16_e32 vcc_lo, src_scc, v2.l ; encoding: [0xfd,0x04,0x12,0x7c]7521// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7522 7523v_cmp_nge_f16 vcc_lo, 0xfe0b, v127.l7524// W32: v_cmp_nge_f16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x12,0x7c,0x0b,0xfe,0x00,0x00]7525// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7526 7527v_cmp_nge_f16 vcc, v1.l, v2.l7528// W64: v_cmp_nge_f16_e32 vcc, v1.l, v2.l       ; encoding: [0x01,0x05,0x12,0x7c]7529// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7530 7531v_cmp_nge_f16 vcc, v127.l, v2.l7532// W64: v_cmp_nge_f16_e32 vcc, v127.l, v2.l     ; encoding: [0x7f,0x05,0x12,0x7c]7533// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7534 7535v_cmp_nge_f16 vcc, s1, v2.l7536// W64: v_cmp_nge_f16_e32 vcc, s1, v2.l         ; encoding: [0x01,0x04,0x12,0x7c]7537// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7538 7539v_cmp_nge_f16 vcc, s105, v2.l7540// W64: v_cmp_nge_f16_e32 vcc, s105, v2.l       ; encoding: [0x69,0x04,0x12,0x7c]7541// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7542 7543v_cmp_nge_f16 vcc, vcc_lo, v2.l7544// W64: v_cmp_nge_f16_e32 vcc, vcc_lo, v2.l     ; encoding: [0x6a,0x04,0x12,0x7c]7545// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7546 7547v_cmp_nge_f16 vcc, vcc_hi, v2.l7548// W64: v_cmp_nge_f16_e32 vcc, vcc_hi, v2.l     ; encoding: [0x6b,0x04,0x12,0x7c]7549// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7550 7551v_cmp_nge_f16 vcc, ttmp15, v2.l7552// W64: v_cmp_nge_f16_e32 vcc, ttmp15, v2.l     ; encoding: [0x7b,0x04,0x12,0x7c]7553// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7554 7555v_cmp_nge_f16 vcc, m0, v2.l7556// W64: v_cmp_nge_f16_e32 vcc, m0, v2.l         ; encoding: [0x7d,0x04,0x12,0x7c]7557// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7558 7559v_cmp_nge_f16 vcc, exec_lo, v2.l7560// W64: v_cmp_nge_f16_e32 vcc, exec_lo, v2.l    ; encoding: [0x7e,0x04,0x12,0x7c]7561// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7562 7563v_cmp_nge_f16 vcc, exec_hi, v2.l7564// W64: v_cmp_nge_f16_e32 vcc, exec_hi, v2.l    ; encoding: [0x7f,0x04,0x12,0x7c]7565// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7566 7567v_cmp_nge_f16 vcc, null, v2.l7568// W64: v_cmp_nge_f16_e32 vcc, null, v2.l       ; encoding: [0x7c,0x04,0x12,0x7c]7569// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7570 7571v_cmp_nge_f16 vcc, -1, v2.l7572// W64: v_cmp_nge_f16_e32 vcc, -1, v2.l         ; encoding: [0xc1,0x04,0x12,0x7c]7573// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7574 7575v_cmp_nge_f16 vcc, 0.5, v2.l7576// W64: v_cmp_nge_f16_e32 vcc, 0.5, v2.l        ; encoding: [0xf0,0x04,0x12,0x7c]7577// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7578 7579v_cmp_nge_f16 vcc, src_scc, v2.l7580// W64: v_cmp_nge_f16_e32 vcc, src_scc, v2.l    ; encoding: [0xfd,0x04,0x12,0x7c]7581// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7582 7583v_cmp_nge_f16 vcc, 0xfe0b, v127.l7584// W64: v_cmp_nge_f16_e32 vcc, 0xfe0b, v127.l   ; encoding: [0xff,0xfe,0x12,0x7c,0x0b,0xfe,0x00,0x00]7585// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7586 7587v_cmp_nge_f32 vcc_lo, v1, v27588// W32: v_cmp_nge_f32_e32 vcc_lo, v1, v2        ; encoding: [0x01,0x05,0x32,0x7c]7589// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7590 7591v_cmp_nge_f32 vcc_lo, v255, v27592// W32: v_cmp_nge_f32_e32 vcc_lo, v255, v2      ; encoding: [0xff,0x05,0x32,0x7c]7593// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7594 7595v_cmp_nge_f32 vcc_lo, s1, v27596// W32: v_cmp_nge_f32_e32 vcc_lo, s1, v2        ; encoding: [0x01,0x04,0x32,0x7c]7597// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7598 7599v_cmp_nge_f32 vcc_lo, s105, v27600// W32: v_cmp_nge_f32_e32 vcc_lo, s105, v2      ; encoding: [0x69,0x04,0x32,0x7c]7601// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7602 7603v_cmp_nge_f32 vcc_lo, vcc_lo, v27604// W32: v_cmp_nge_f32_e32 vcc_lo, vcc_lo, v2    ; encoding: [0x6a,0x04,0x32,0x7c]7605// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7606 7607v_cmp_nge_f32 vcc_lo, vcc_hi, v27608// W32: v_cmp_nge_f32_e32 vcc_lo, vcc_hi, v2    ; encoding: [0x6b,0x04,0x32,0x7c]7609// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7610 7611v_cmp_nge_f32 vcc_lo, ttmp15, v27612// W32: v_cmp_nge_f32_e32 vcc_lo, ttmp15, v2    ; encoding: [0x7b,0x04,0x32,0x7c]7613// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7614 7615v_cmp_nge_f32 vcc_lo, m0, v27616// W32: v_cmp_nge_f32_e32 vcc_lo, m0, v2        ; encoding: [0x7d,0x04,0x32,0x7c]7617// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7618 7619v_cmp_nge_f32 vcc_lo, exec_lo, v27620// W32: v_cmp_nge_f32_e32 vcc_lo, exec_lo, v2   ; encoding: [0x7e,0x04,0x32,0x7c]7621// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7622 7623v_cmp_nge_f32 vcc_lo, exec_hi, v27624// W32: v_cmp_nge_f32_e32 vcc_lo, exec_hi, v2   ; encoding: [0x7f,0x04,0x32,0x7c]7625// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7626 7627v_cmp_nge_f32 vcc_lo, null, v27628// W32: v_cmp_nge_f32_e32 vcc_lo, null, v2      ; encoding: [0x7c,0x04,0x32,0x7c]7629// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7630 7631v_cmp_nge_f32 vcc_lo, -1, v27632// W32: v_cmp_nge_f32_e32 vcc_lo, -1, v2        ; encoding: [0xc1,0x04,0x32,0x7c]7633// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7634 7635v_cmp_nge_f32 vcc_lo, 0.5, v27636// W32: v_cmp_nge_f32_e32 vcc_lo, 0.5, v2       ; encoding: [0xf0,0x04,0x32,0x7c]7637// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7638 7639v_cmp_nge_f32 vcc_lo, src_scc, v27640// W32: v_cmp_nge_f32_e32 vcc_lo, src_scc, v2   ; encoding: [0xfd,0x04,0x32,0x7c]7641// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7642 7643v_cmp_nge_f32 vcc_lo, 0xaf123456, v2557644// W32: v_cmp_nge_f32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x33,0x7c,0x56,0x34,0x12,0xaf]7645// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7646 7647v_cmp_nge_f32 vcc, v1, v27648// W64: v_cmp_nge_f32_e32 vcc, v1, v2           ; encoding: [0x01,0x05,0x32,0x7c]7649// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7650 7651v_cmp_nge_f32 vcc, v255, v27652// W64: v_cmp_nge_f32_e32 vcc, v255, v2         ; encoding: [0xff,0x05,0x32,0x7c]7653// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7654 7655v_cmp_nge_f32 vcc, s1, v27656// W64: v_cmp_nge_f32_e32 vcc, s1, v2           ; encoding: [0x01,0x04,0x32,0x7c]7657// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7658 7659v_cmp_nge_f32 vcc, s105, v27660// W64: v_cmp_nge_f32_e32 vcc, s105, v2         ; encoding: [0x69,0x04,0x32,0x7c]7661// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7662 7663v_cmp_nge_f32 vcc, vcc_lo, v27664// W64: v_cmp_nge_f32_e32 vcc, vcc_lo, v2       ; encoding: [0x6a,0x04,0x32,0x7c]7665// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7666 7667v_cmp_nge_f32 vcc, vcc_hi, v27668// W64: v_cmp_nge_f32_e32 vcc, vcc_hi, v2       ; encoding: [0x6b,0x04,0x32,0x7c]7669// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7670 7671v_cmp_nge_f32 vcc, ttmp15, v27672// W64: v_cmp_nge_f32_e32 vcc, ttmp15, v2       ; encoding: [0x7b,0x04,0x32,0x7c]7673// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7674 7675v_cmp_nge_f32 vcc, m0, v27676// W64: v_cmp_nge_f32_e32 vcc, m0, v2           ; encoding: [0x7d,0x04,0x32,0x7c]7677// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7678 7679v_cmp_nge_f32 vcc, exec_lo, v27680// W64: v_cmp_nge_f32_e32 vcc, exec_lo, v2      ; encoding: [0x7e,0x04,0x32,0x7c]7681// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7682 7683v_cmp_nge_f32 vcc, exec_hi, v27684// W64: v_cmp_nge_f32_e32 vcc, exec_hi, v2      ; encoding: [0x7f,0x04,0x32,0x7c]7685// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7686 7687v_cmp_nge_f32 vcc, null, v27688// W64: v_cmp_nge_f32_e32 vcc, null, v2         ; encoding: [0x7c,0x04,0x32,0x7c]7689// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7690 7691v_cmp_nge_f32 vcc, -1, v27692// W64: v_cmp_nge_f32_e32 vcc, -1, v2           ; encoding: [0xc1,0x04,0x32,0x7c]7693// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7694 7695v_cmp_nge_f32 vcc, 0.5, v27696// W64: v_cmp_nge_f32_e32 vcc, 0.5, v2          ; encoding: [0xf0,0x04,0x32,0x7c]7697// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7698 7699v_cmp_nge_f32 vcc, src_scc, v27700// W64: v_cmp_nge_f32_e32 vcc, src_scc, v2      ; encoding: [0xfd,0x04,0x32,0x7c]7701// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7702 7703v_cmp_nge_f32 vcc, 0xaf123456, v2557704// W64: v_cmp_nge_f32_e32 vcc, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x33,0x7c,0x56,0x34,0x12,0xaf]7705// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7706 7707v_cmp_nge_f64 vcc_lo, v[1:2], v[2:3]7708// W32: v_cmp_nge_f64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0x52,0x7c]7709// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7710 7711v_cmp_nge_f64 vcc_lo, v[254:255], v[2:3]7712// W32: v_cmp_nge_f64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x52,0x7c]7713// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7714 7715v_cmp_nge_f64 vcc_lo, s[2:3], v[2:3]7716// W32: v_cmp_nge_f64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0x52,0x7c]7717// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7718 7719v_cmp_nge_f64 vcc_lo, s[104:105], v[2:3]7720// W32: v_cmp_nge_f64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x52,0x7c]7721// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7722 7723v_cmp_nge_f64 vcc_lo, vcc, v[2:3]7724// W32: v_cmp_nge_f64_e32 vcc_lo, vcc, v[2:3]   ; encoding: [0x6a,0x04,0x52,0x7c]7725// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7726 7727v_cmp_nge_f64 vcc_lo, ttmp[14:15], v[2:3]7728// W32: v_cmp_nge_f64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x52,0x7c]7729// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7730 7731v_cmp_nge_f64 vcc_lo, exec, v[2:3]7732// W32: v_cmp_nge_f64_e32 vcc_lo, exec, v[2:3]  ; encoding: [0x7e,0x04,0x52,0x7c]7733// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7734 7735v_cmp_nge_f64 vcc_lo, null, v[2:3]7736// W32: v_cmp_nge_f64_e32 vcc_lo, null, v[2:3]  ; encoding: [0x7c,0x04,0x52,0x7c]7737// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7738 7739v_cmp_nge_f64 vcc_lo, -1, v[2:3]7740// W32: v_cmp_nge_f64_e32 vcc_lo, -1, v[2:3]    ; encoding: [0xc1,0x04,0x52,0x7c]7741// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7742 7743v_cmp_nge_f64 vcc_lo, 0.5, v[2:3]7744// W32: v_cmp_nge_f64_e32 vcc_lo, 0.5, v[2:3]   ; encoding: [0xf0,0x04,0x52,0x7c]7745// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7746 7747v_cmp_nge_f64 vcc_lo, src_scc, v[2:3]7748// W32: v_cmp_nge_f64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0x52,0x7c]7749// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7750 7751v_cmp_nge_f64 vcc_lo, 0xaf123456, v[254:255]7752// W32: v_cmp_nge_f64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x53,0x7c,0x56,0x34,0x12,0xaf]7753// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7754 7755v_cmp_nge_f64 vcc, v[1:2], v[2:3]7756// W64: v_cmp_nge_f64_e32 vcc, v[1:2], v[2:3]   ; encoding: [0x01,0x05,0x52,0x7c]7757// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7758 7759v_cmp_nge_f64 vcc, v[254:255], v[2:3]7760// W64: v_cmp_nge_f64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x52,0x7c]7761// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7762 7763v_cmp_nge_f64 vcc, s[2:3], v[2:3]7764// W64: v_cmp_nge_f64_e32 vcc, s[2:3], v[2:3]   ; encoding: [0x02,0x04,0x52,0x7c]7765// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7766 7767v_cmp_nge_f64 vcc, s[104:105], v[2:3]7768// W64: v_cmp_nge_f64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x52,0x7c]7769// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7770 7771v_cmp_nge_f64 vcc, vcc, v[2:3]7772// W64: v_cmp_nge_f64_e32 vcc, vcc, v[2:3]      ; encoding: [0x6a,0x04,0x52,0x7c]7773// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7774 7775v_cmp_nge_f64 vcc, ttmp[14:15], v[2:3]7776// W64: v_cmp_nge_f64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x52,0x7c]7777// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7778 7779v_cmp_nge_f64 vcc, exec, v[2:3]7780// W64: v_cmp_nge_f64_e32 vcc, exec, v[2:3]     ; encoding: [0x7e,0x04,0x52,0x7c]7781// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7782 7783v_cmp_nge_f64 vcc, null, v[2:3]7784// W64: v_cmp_nge_f64_e32 vcc, null, v[2:3]     ; encoding: [0x7c,0x04,0x52,0x7c]7785// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7786 7787v_cmp_nge_f64 vcc, -1, v[2:3]7788// W64: v_cmp_nge_f64_e32 vcc, -1, v[2:3]       ; encoding: [0xc1,0x04,0x52,0x7c]7789// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7790 7791v_cmp_nge_f64 vcc, 0.5, v[2:3]7792// W64: v_cmp_nge_f64_e32 vcc, 0.5, v[2:3]      ; encoding: [0xf0,0x04,0x52,0x7c]7793// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7794 7795v_cmp_nge_f64 vcc, src_scc, v[2:3]7796// W64: v_cmp_nge_f64_e32 vcc, src_scc, v[2:3]  ; encoding: [0xfd,0x04,0x52,0x7c]7797// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7798 7799v_cmp_nge_f64 vcc, 0xaf123456, v[254:255]7800// W64: v_cmp_nge_f64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x53,0x7c,0x56,0x34,0x12,0xaf]7801// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7802 7803v_cmp_ngt_f16 vcc_lo, v1.l, v2.l7804// W32: v_cmp_ngt_f16_e32 vcc_lo, v1.l, v2.l    ; encoding: [0x01,0x05,0x16,0x7c]7805// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7806 7807v_cmp_ngt_f16 vcc_lo, v127.l, v2.l7808// W32: v_cmp_ngt_f16_e32 vcc_lo, v127.l, v2.l  ; encoding: [0x7f,0x05,0x16,0x7c]7809// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7810 7811v_cmp_ngt_f16 vcc_lo, s1, v2.l7812// W32: v_cmp_ngt_f16_e32 vcc_lo, s1, v2.l      ; encoding: [0x01,0x04,0x16,0x7c]7813// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7814 7815v_cmp_ngt_f16 vcc_lo, s105, v2.l7816// W32: v_cmp_ngt_f16_e32 vcc_lo, s105, v2.l    ; encoding: [0x69,0x04,0x16,0x7c]7817// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7818 7819v_cmp_ngt_f16 vcc_lo, vcc_lo, v2.l7820// W32: v_cmp_ngt_f16_e32 vcc_lo, vcc_lo, v2.l  ; encoding: [0x6a,0x04,0x16,0x7c]7821// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7822 7823v_cmp_ngt_f16 vcc_lo, vcc_hi, v2.l7824// W32: v_cmp_ngt_f16_e32 vcc_lo, vcc_hi, v2.l  ; encoding: [0x6b,0x04,0x16,0x7c]7825// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7826 7827v_cmp_ngt_f16 vcc_lo, ttmp15, v2.l7828// W32: v_cmp_ngt_f16_e32 vcc_lo, ttmp15, v2.l  ; encoding: [0x7b,0x04,0x16,0x7c]7829// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7830 7831v_cmp_ngt_f16 vcc_lo, m0, v2.l7832// W32: v_cmp_ngt_f16_e32 vcc_lo, m0, v2.l      ; encoding: [0x7d,0x04,0x16,0x7c]7833// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7834 7835v_cmp_ngt_f16 vcc_lo, exec_lo, v2.l7836// W32: v_cmp_ngt_f16_e32 vcc_lo, exec_lo, v2.l ; encoding: [0x7e,0x04,0x16,0x7c]7837// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7838 7839v_cmp_ngt_f16 vcc_lo, exec_hi, v2.l7840// W32: v_cmp_ngt_f16_e32 vcc_lo, exec_hi, v2.l ; encoding: [0x7f,0x04,0x16,0x7c]7841// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7842 7843v_cmp_ngt_f16 vcc_lo, null, v2.l7844// W32: v_cmp_ngt_f16_e32 vcc_lo, null, v2.l    ; encoding: [0x7c,0x04,0x16,0x7c]7845// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7846 7847v_cmp_ngt_f16 vcc_lo, -1, v2.l7848// W32: v_cmp_ngt_f16_e32 vcc_lo, -1, v2.l      ; encoding: [0xc1,0x04,0x16,0x7c]7849// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7850 7851v_cmp_ngt_f16 vcc_lo, 0.5, v2.l7852// W32: v_cmp_ngt_f16_e32 vcc_lo, 0.5, v2.l     ; encoding: [0xf0,0x04,0x16,0x7c]7853// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7854 7855v_cmp_ngt_f16 vcc_lo, src_scc, v2.l7856// W32: v_cmp_ngt_f16_e32 vcc_lo, src_scc, v2.l ; encoding: [0xfd,0x04,0x16,0x7c]7857// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7858 7859v_cmp_ngt_f16 vcc_lo, 0xfe0b, v127.l7860// W32: v_cmp_ngt_f16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x16,0x7c,0x0b,0xfe,0x00,0x00]7861// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7862 7863v_cmp_ngt_f16 vcc, v1.l, v2.l7864// W64: v_cmp_ngt_f16_e32 vcc, v1.l, v2.l       ; encoding: [0x01,0x05,0x16,0x7c]7865// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7866 7867v_cmp_ngt_f16 vcc, v127.l, v2.l7868// W64: v_cmp_ngt_f16_e32 vcc, v127.l, v2.l     ; encoding: [0x7f,0x05,0x16,0x7c]7869// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7870 7871v_cmp_ngt_f16 vcc, s1, v2.l7872// W64: v_cmp_ngt_f16_e32 vcc, s1, v2.l         ; encoding: [0x01,0x04,0x16,0x7c]7873// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7874 7875v_cmp_ngt_f16 vcc, s105, v2.l7876// W64: v_cmp_ngt_f16_e32 vcc, s105, v2.l       ; encoding: [0x69,0x04,0x16,0x7c]7877// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7878 7879v_cmp_ngt_f16 vcc, vcc_lo, v2.l7880// W64: v_cmp_ngt_f16_e32 vcc, vcc_lo, v2.l     ; encoding: [0x6a,0x04,0x16,0x7c]7881// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7882 7883v_cmp_ngt_f16 vcc, vcc_hi, v2.l7884// W64: v_cmp_ngt_f16_e32 vcc, vcc_hi, v2.l     ; encoding: [0x6b,0x04,0x16,0x7c]7885// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7886 7887v_cmp_ngt_f16 vcc, ttmp15, v2.l7888// W64: v_cmp_ngt_f16_e32 vcc, ttmp15, v2.l     ; encoding: [0x7b,0x04,0x16,0x7c]7889// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7890 7891v_cmp_ngt_f16 vcc, m0, v2.l7892// W64: v_cmp_ngt_f16_e32 vcc, m0, v2.l         ; encoding: [0x7d,0x04,0x16,0x7c]7893// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7894 7895v_cmp_ngt_f16 vcc, exec_lo, v2.l7896// W64: v_cmp_ngt_f16_e32 vcc, exec_lo, v2.l    ; encoding: [0x7e,0x04,0x16,0x7c]7897// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7898 7899v_cmp_ngt_f16 vcc, exec_hi, v2.l7900// W64: v_cmp_ngt_f16_e32 vcc, exec_hi, v2.l    ; encoding: [0x7f,0x04,0x16,0x7c]7901// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7902 7903v_cmp_ngt_f16 vcc, null, v2.l7904// W64: v_cmp_ngt_f16_e32 vcc, null, v2.l       ; encoding: [0x7c,0x04,0x16,0x7c]7905// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7906 7907v_cmp_ngt_f16 vcc, -1, v2.l7908// W64: v_cmp_ngt_f16_e32 vcc, -1, v2.l         ; encoding: [0xc1,0x04,0x16,0x7c]7909// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7910 7911v_cmp_ngt_f16 vcc, 0.5, v2.l7912// W64: v_cmp_ngt_f16_e32 vcc, 0.5, v2.l        ; encoding: [0xf0,0x04,0x16,0x7c]7913// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7914 7915v_cmp_ngt_f16 vcc, src_scc, v2.l7916// W64: v_cmp_ngt_f16_e32 vcc, src_scc, v2.l    ; encoding: [0xfd,0x04,0x16,0x7c]7917// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7918 7919v_cmp_ngt_f16 vcc, 0xfe0b, v127.l7920// W64: v_cmp_ngt_f16_e32 vcc, 0xfe0b, v127.l   ; encoding: [0xff,0xfe,0x16,0x7c,0x0b,0xfe,0x00,0x00]7921// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7922 7923v_cmp_ngt_f32 vcc_lo, v1, v27924// W32: v_cmp_ngt_f32_e32 vcc_lo, v1, v2        ; encoding: [0x01,0x05,0x36,0x7c]7925// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7926 7927v_cmp_ngt_f32 vcc_lo, v255, v27928// W32: v_cmp_ngt_f32_e32 vcc_lo, v255, v2      ; encoding: [0xff,0x05,0x36,0x7c]7929// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7930 7931v_cmp_ngt_f32 vcc_lo, s1, v27932// W32: v_cmp_ngt_f32_e32 vcc_lo, s1, v2        ; encoding: [0x01,0x04,0x36,0x7c]7933// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7934 7935v_cmp_ngt_f32 vcc_lo, s105, v27936// W32: v_cmp_ngt_f32_e32 vcc_lo, s105, v2      ; encoding: [0x69,0x04,0x36,0x7c]7937// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7938 7939v_cmp_ngt_f32 vcc_lo, vcc_lo, v27940// W32: v_cmp_ngt_f32_e32 vcc_lo, vcc_lo, v2    ; encoding: [0x6a,0x04,0x36,0x7c]7941// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7942 7943v_cmp_ngt_f32 vcc_lo, vcc_hi, v27944// W32: v_cmp_ngt_f32_e32 vcc_lo, vcc_hi, v2    ; encoding: [0x6b,0x04,0x36,0x7c]7945// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7946 7947v_cmp_ngt_f32 vcc_lo, ttmp15, v27948// W32: v_cmp_ngt_f32_e32 vcc_lo, ttmp15, v2    ; encoding: [0x7b,0x04,0x36,0x7c]7949// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7950 7951v_cmp_ngt_f32 vcc_lo, m0, v27952// W32: v_cmp_ngt_f32_e32 vcc_lo, m0, v2        ; encoding: [0x7d,0x04,0x36,0x7c]7953// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7954 7955v_cmp_ngt_f32 vcc_lo, exec_lo, v27956// W32: v_cmp_ngt_f32_e32 vcc_lo, exec_lo, v2   ; encoding: [0x7e,0x04,0x36,0x7c]7957// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7958 7959v_cmp_ngt_f32 vcc_lo, exec_hi, v27960// W32: v_cmp_ngt_f32_e32 vcc_lo, exec_hi, v2   ; encoding: [0x7f,0x04,0x36,0x7c]7961// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7962 7963v_cmp_ngt_f32 vcc_lo, null, v27964// W32: v_cmp_ngt_f32_e32 vcc_lo, null, v2      ; encoding: [0x7c,0x04,0x36,0x7c]7965// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7966 7967v_cmp_ngt_f32 vcc_lo, -1, v27968// W32: v_cmp_ngt_f32_e32 vcc_lo, -1, v2        ; encoding: [0xc1,0x04,0x36,0x7c]7969// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7970 7971v_cmp_ngt_f32 vcc_lo, 0.5, v27972// W32: v_cmp_ngt_f32_e32 vcc_lo, 0.5, v2       ; encoding: [0xf0,0x04,0x36,0x7c]7973// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7974 7975v_cmp_ngt_f32 vcc_lo, src_scc, v27976// W32: v_cmp_ngt_f32_e32 vcc_lo, src_scc, v2   ; encoding: [0xfd,0x04,0x36,0x7c]7977// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7978 7979v_cmp_ngt_f32 vcc_lo, 0xaf123456, v2557980// W32: v_cmp_ngt_f32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x37,0x7c,0x56,0x34,0x12,0xaf]7981// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7982 7983v_cmp_ngt_f32 vcc, v1, v27984// W64: v_cmp_ngt_f32_e32 vcc, v1, v2           ; encoding: [0x01,0x05,0x36,0x7c]7985// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7986 7987v_cmp_ngt_f32 vcc, v255, v27988// W64: v_cmp_ngt_f32_e32 vcc, v255, v2         ; encoding: [0xff,0x05,0x36,0x7c]7989// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7990 7991v_cmp_ngt_f32 vcc, s1, v27992// W64: v_cmp_ngt_f32_e32 vcc, s1, v2           ; encoding: [0x01,0x04,0x36,0x7c]7993// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7994 7995v_cmp_ngt_f32 vcc, s105, v27996// W64: v_cmp_ngt_f32_e32 vcc, s105, v2         ; encoding: [0x69,0x04,0x36,0x7c]7997// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode7998 7999v_cmp_ngt_f32 vcc, vcc_lo, v28000// W64: v_cmp_ngt_f32_e32 vcc, vcc_lo, v2       ; encoding: [0x6a,0x04,0x36,0x7c]8001// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8002 8003v_cmp_ngt_f32 vcc, vcc_hi, v28004// W64: v_cmp_ngt_f32_e32 vcc, vcc_hi, v2       ; encoding: [0x6b,0x04,0x36,0x7c]8005// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8006 8007v_cmp_ngt_f32 vcc, ttmp15, v28008// W64: v_cmp_ngt_f32_e32 vcc, ttmp15, v2       ; encoding: [0x7b,0x04,0x36,0x7c]8009// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8010 8011v_cmp_ngt_f32 vcc, m0, v28012// W64: v_cmp_ngt_f32_e32 vcc, m0, v2           ; encoding: [0x7d,0x04,0x36,0x7c]8013// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8014 8015v_cmp_ngt_f32 vcc, exec_lo, v28016// W64: v_cmp_ngt_f32_e32 vcc, exec_lo, v2      ; encoding: [0x7e,0x04,0x36,0x7c]8017// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8018 8019v_cmp_ngt_f32 vcc, exec_hi, v28020// W64: v_cmp_ngt_f32_e32 vcc, exec_hi, v2      ; encoding: [0x7f,0x04,0x36,0x7c]8021// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8022 8023v_cmp_ngt_f32 vcc, null, v28024// W64: v_cmp_ngt_f32_e32 vcc, null, v2         ; encoding: [0x7c,0x04,0x36,0x7c]8025// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8026 8027v_cmp_ngt_f32 vcc, -1, v28028// W64: v_cmp_ngt_f32_e32 vcc, -1, v2           ; encoding: [0xc1,0x04,0x36,0x7c]8029// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8030 8031v_cmp_ngt_f32 vcc, 0.5, v28032// W64: v_cmp_ngt_f32_e32 vcc, 0.5, v2          ; encoding: [0xf0,0x04,0x36,0x7c]8033// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8034 8035v_cmp_ngt_f32 vcc, src_scc, v28036// W64: v_cmp_ngt_f32_e32 vcc, src_scc, v2      ; encoding: [0xfd,0x04,0x36,0x7c]8037// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8038 8039v_cmp_ngt_f32 vcc, 0xaf123456, v2558040// W64: v_cmp_ngt_f32_e32 vcc, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x37,0x7c,0x56,0x34,0x12,0xaf]8041// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8042 8043v_cmp_ngt_f64 vcc_lo, v[1:2], v[2:3]8044// W32: v_cmp_ngt_f64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0x56,0x7c]8045// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8046 8047v_cmp_ngt_f64 vcc_lo, v[254:255], v[2:3]8048// W32: v_cmp_ngt_f64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x56,0x7c]8049// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8050 8051v_cmp_ngt_f64 vcc_lo, s[2:3], v[2:3]8052// W32: v_cmp_ngt_f64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0x56,0x7c]8053// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8054 8055v_cmp_ngt_f64 vcc_lo, s[104:105], v[2:3]8056// W32: v_cmp_ngt_f64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x56,0x7c]8057// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8058 8059v_cmp_ngt_f64 vcc_lo, vcc, v[2:3]8060// W32: v_cmp_ngt_f64_e32 vcc_lo, vcc, v[2:3]   ; encoding: [0x6a,0x04,0x56,0x7c]8061// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8062 8063v_cmp_ngt_f64 vcc_lo, ttmp[14:15], v[2:3]8064// W32: v_cmp_ngt_f64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x56,0x7c]8065// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8066 8067v_cmp_ngt_f64 vcc_lo, exec, v[2:3]8068// W32: v_cmp_ngt_f64_e32 vcc_lo, exec, v[2:3]  ; encoding: [0x7e,0x04,0x56,0x7c]8069// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8070 8071v_cmp_ngt_f64 vcc_lo, null, v[2:3]8072// W32: v_cmp_ngt_f64_e32 vcc_lo, null, v[2:3]  ; encoding: [0x7c,0x04,0x56,0x7c]8073// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8074 8075v_cmp_ngt_f64 vcc_lo, -1, v[2:3]8076// W32: v_cmp_ngt_f64_e32 vcc_lo, -1, v[2:3]    ; encoding: [0xc1,0x04,0x56,0x7c]8077// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8078 8079v_cmp_ngt_f64 vcc_lo, 0.5, v[2:3]8080// W32: v_cmp_ngt_f64_e32 vcc_lo, 0.5, v[2:3]   ; encoding: [0xf0,0x04,0x56,0x7c]8081// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8082 8083v_cmp_ngt_f64 vcc_lo, src_scc, v[2:3]8084// W32: v_cmp_ngt_f64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0x56,0x7c]8085// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8086 8087v_cmp_ngt_f64 vcc_lo, 0xaf123456, v[254:255]8088// W32: v_cmp_ngt_f64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x57,0x7c,0x56,0x34,0x12,0xaf]8089// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8090 8091v_cmp_ngt_f64 vcc, v[1:2], v[2:3]8092// W64: v_cmp_ngt_f64_e32 vcc, v[1:2], v[2:3]   ; encoding: [0x01,0x05,0x56,0x7c]8093// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8094 8095v_cmp_ngt_f64 vcc, v[254:255], v[2:3]8096// W64: v_cmp_ngt_f64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x56,0x7c]8097// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8098 8099v_cmp_ngt_f64 vcc, s[2:3], v[2:3]8100// W64: v_cmp_ngt_f64_e32 vcc, s[2:3], v[2:3]   ; encoding: [0x02,0x04,0x56,0x7c]8101// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8102 8103v_cmp_ngt_f64 vcc, s[104:105], v[2:3]8104// W64: v_cmp_ngt_f64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x56,0x7c]8105// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8106 8107v_cmp_ngt_f64 vcc, vcc, v[2:3]8108// W64: v_cmp_ngt_f64_e32 vcc, vcc, v[2:3]      ; encoding: [0x6a,0x04,0x56,0x7c]8109// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8110 8111v_cmp_ngt_f64 vcc, ttmp[14:15], v[2:3]8112// W64: v_cmp_ngt_f64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x56,0x7c]8113// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8114 8115v_cmp_ngt_f64 vcc, exec, v[2:3]8116// W64: v_cmp_ngt_f64_e32 vcc, exec, v[2:3]     ; encoding: [0x7e,0x04,0x56,0x7c]8117// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8118 8119v_cmp_ngt_f64 vcc, null, v[2:3]8120// W64: v_cmp_ngt_f64_e32 vcc, null, v[2:3]     ; encoding: [0x7c,0x04,0x56,0x7c]8121// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8122 8123v_cmp_ngt_f64 vcc, -1, v[2:3]8124// W64: v_cmp_ngt_f64_e32 vcc, -1, v[2:3]       ; encoding: [0xc1,0x04,0x56,0x7c]8125// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8126 8127v_cmp_ngt_f64 vcc, 0.5, v[2:3]8128// W64: v_cmp_ngt_f64_e32 vcc, 0.5, v[2:3]      ; encoding: [0xf0,0x04,0x56,0x7c]8129// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8130 8131v_cmp_ngt_f64 vcc, src_scc, v[2:3]8132// W64: v_cmp_ngt_f64_e32 vcc, src_scc, v[2:3]  ; encoding: [0xfd,0x04,0x56,0x7c]8133// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8134 8135v_cmp_ngt_f64 vcc, 0xaf123456, v[254:255]8136// W64: v_cmp_ngt_f64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x57,0x7c,0x56,0x34,0x12,0xaf]8137// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8138 8139v_cmp_nle_f16 vcc_lo, v1.l, v2.l8140// W32: v_cmp_nle_f16_e32 vcc_lo, v1.l, v2.l    ; encoding: [0x01,0x05,0x18,0x7c]8141// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8142 8143v_cmp_nle_f16 vcc_lo, v127.l, v2.l8144// W32: v_cmp_nle_f16_e32 vcc_lo, v127.l, v2.l  ; encoding: [0x7f,0x05,0x18,0x7c]8145// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8146 8147v_cmp_nle_f16 vcc_lo, s1, v2.l8148// W32: v_cmp_nle_f16_e32 vcc_lo, s1, v2.l      ; encoding: [0x01,0x04,0x18,0x7c]8149// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8150 8151v_cmp_nle_f16 vcc_lo, s105, v2.l8152// W32: v_cmp_nle_f16_e32 vcc_lo, s105, v2.l    ; encoding: [0x69,0x04,0x18,0x7c]8153// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8154 8155v_cmp_nle_f16 vcc_lo, vcc_lo, v2.l8156// W32: v_cmp_nle_f16_e32 vcc_lo, vcc_lo, v2.l  ; encoding: [0x6a,0x04,0x18,0x7c]8157// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8158 8159v_cmp_nle_f16 vcc_lo, vcc_hi, v2.l8160// W32: v_cmp_nle_f16_e32 vcc_lo, vcc_hi, v2.l  ; encoding: [0x6b,0x04,0x18,0x7c]8161// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8162 8163v_cmp_nle_f16 vcc_lo, ttmp15, v2.l8164// W32: v_cmp_nle_f16_e32 vcc_lo, ttmp15, v2.l  ; encoding: [0x7b,0x04,0x18,0x7c]8165// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8166 8167v_cmp_nle_f16 vcc_lo, m0, v2.l8168// W32: v_cmp_nle_f16_e32 vcc_lo, m0, v2.l      ; encoding: [0x7d,0x04,0x18,0x7c]8169// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8170 8171v_cmp_nle_f16 vcc_lo, exec_lo, v2.l8172// W32: v_cmp_nle_f16_e32 vcc_lo, exec_lo, v2.l ; encoding: [0x7e,0x04,0x18,0x7c]8173// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8174 8175v_cmp_nle_f16 vcc_lo, exec_hi, v2.l8176// W32: v_cmp_nle_f16_e32 vcc_lo, exec_hi, v2.l ; encoding: [0x7f,0x04,0x18,0x7c]8177// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8178 8179v_cmp_nle_f16 vcc_lo, null, v2.l8180// W32: v_cmp_nle_f16_e32 vcc_lo, null, v2.l    ; encoding: [0x7c,0x04,0x18,0x7c]8181// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8182 8183v_cmp_nle_f16 vcc_lo, -1, v2.l8184// W32: v_cmp_nle_f16_e32 vcc_lo, -1, v2.l      ; encoding: [0xc1,0x04,0x18,0x7c]8185// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8186 8187v_cmp_nle_f16 vcc_lo, 0.5, v2.l8188// W32: v_cmp_nle_f16_e32 vcc_lo, 0.5, v2.l     ; encoding: [0xf0,0x04,0x18,0x7c]8189// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8190 8191v_cmp_nle_f16 vcc_lo, src_scc, v2.l8192// W32: v_cmp_nle_f16_e32 vcc_lo, src_scc, v2.l ; encoding: [0xfd,0x04,0x18,0x7c]8193// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8194 8195v_cmp_nle_f16 vcc_lo, 0xfe0b, v127.l8196// W32: v_cmp_nle_f16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x18,0x7c,0x0b,0xfe,0x00,0x00]8197// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8198 8199v_cmp_nle_f16 vcc, v1.l, v2.l8200// W64: v_cmp_nle_f16_e32 vcc, v1.l, v2.l       ; encoding: [0x01,0x05,0x18,0x7c]8201// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8202 8203v_cmp_nle_f16 vcc, v127.l, v2.l8204// W64: v_cmp_nle_f16_e32 vcc, v127.l, v2.l     ; encoding: [0x7f,0x05,0x18,0x7c]8205// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8206 8207v_cmp_nle_f16 vcc, s1, v2.l8208// W64: v_cmp_nle_f16_e32 vcc, s1, v2.l         ; encoding: [0x01,0x04,0x18,0x7c]8209// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8210 8211v_cmp_nle_f16 vcc, s105, v2.l8212// W64: v_cmp_nle_f16_e32 vcc, s105, v2.l       ; encoding: [0x69,0x04,0x18,0x7c]8213// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8214 8215v_cmp_nle_f16 vcc, vcc_lo, v2.l8216// W64: v_cmp_nle_f16_e32 vcc, vcc_lo, v2.l     ; encoding: [0x6a,0x04,0x18,0x7c]8217// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8218 8219v_cmp_nle_f16 vcc, vcc_hi, v2.l8220// W64: v_cmp_nle_f16_e32 vcc, vcc_hi, v2.l     ; encoding: [0x6b,0x04,0x18,0x7c]8221// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8222 8223v_cmp_nle_f16 vcc, ttmp15, v2.l8224// W64: v_cmp_nle_f16_e32 vcc, ttmp15, v2.l     ; encoding: [0x7b,0x04,0x18,0x7c]8225// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8226 8227v_cmp_nle_f16 vcc, m0, v2.l8228// W64: v_cmp_nle_f16_e32 vcc, m0, v2.l         ; encoding: [0x7d,0x04,0x18,0x7c]8229// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8230 8231v_cmp_nle_f16 vcc, exec_lo, v2.l8232// W64: v_cmp_nle_f16_e32 vcc, exec_lo, v2.l    ; encoding: [0x7e,0x04,0x18,0x7c]8233// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8234 8235v_cmp_nle_f16 vcc, exec_hi, v2.l8236// W64: v_cmp_nle_f16_e32 vcc, exec_hi, v2.l    ; encoding: [0x7f,0x04,0x18,0x7c]8237// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8238 8239v_cmp_nle_f16 vcc, null, v2.l8240// W64: v_cmp_nle_f16_e32 vcc, null, v2.l       ; encoding: [0x7c,0x04,0x18,0x7c]8241// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8242 8243v_cmp_nle_f16 vcc, -1, v2.l8244// W64: v_cmp_nle_f16_e32 vcc, -1, v2.l         ; encoding: [0xc1,0x04,0x18,0x7c]8245// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8246 8247v_cmp_nle_f16 vcc, 0.5, v2.l8248// W64: v_cmp_nle_f16_e32 vcc, 0.5, v2.l        ; encoding: [0xf0,0x04,0x18,0x7c]8249// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8250 8251v_cmp_nle_f16 vcc, src_scc, v2.l8252// W64: v_cmp_nle_f16_e32 vcc, src_scc, v2.l    ; encoding: [0xfd,0x04,0x18,0x7c]8253// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8254 8255v_cmp_nle_f16 vcc, 0xfe0b, v127.l8256// W64: v_cmp_nle_f16_e32 vcc, 0xfe0b, v127.l   ; encoding: [0xff,0xfe,0x18,0x7c,0x0b,0xfe,0x00,0x00]8257// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8258 8259v_cmp_nle_f32 vcc_lo, v1, v28260// W32: v_cmp_nle_f32_e32 vcc_lo, v1, v2        ; encoding: [0x01,0x05,0x38,0x7c]8261// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8262 8263v_cmp_nle_f32 vcc_lo, v255, v28264// W32: v_cmp_nle_f32_e32 vcc_lo, v255, v2      ; encoding: [0xff,0x05,0x38,0x7c]8265// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8266 8267v_cmp_nle_f32 vcc_lo, s1, v28268// W32: v_cmp_nle_f32_e32 vcc_lo, s1, v2        ; encoding: [0x01,0x04,0x38,0x7c]8269// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8270 8271v_cmp_nle_f32 vcc_lo, s105, v28272// W32: v_cmp_nle_f32_e32 vcc_lo, s105, v2      ; encoding: [0x69,0x04,0x38,0x7c]8273// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8274 8275v_cmp_nle_f32 vcc_lo, vcc_lo, v28276// W32: v_cmp_nle_f32_e32 vcc_lo, vcc_lo, v2    ; encoding: [0x6a,0x04,0x38,0x7c]8277// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8278 8279v_cmp_nle_f32 vcc_lo, vcc_hi, v28280// W32: v_cmp_nle_f32_e32 vcc_lo, vcc_hi, v2    ; encoding: [0x6b,0x04,0x38,0x7c]8281// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8282 8283v_cmp_nle_f32 vcc_lo, ttmp15, v28284// W32: v_cmp_nle_f32_e32 vcc_lo, ttmp15, v2    ; encoding: [0x7b,0x04,0x38,0x7c]8285// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8286 8287v_cmp_nle_f32 vcc_lo, m0, v28288// W32: v_cmp_nle_f32_e32 vcc_lo, m0, v2        ; encoding: [0x7d,0x04,0x38,0x7c]8289// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8290 8291v_cmp_nle_f32 vcc_lo, exec_lo, v28292// W32: v_cmp_nle_f32_e32 vcc_lo, exec_lo, v2   ; encoding: [0x7e,0x04,0x38,0x7c]8293// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8294 8295v_cmp_nle_f32 vcc_lo, exec_hi, v28296// W32: v_cmp_nle_f32_e32 vcc_lo, exec_hi, v2   ; encoding: [0x7f,0x04,0x38,0x7c]8297// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8298 8299v_cmp_nle_f32 vcc_lo, null, v28300// W32: v_cmp_nle_f32_e32 vcc_lo, null, v2      ; encoding: [0x7c,0x04,0x38,0x7c]8301// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8302 8303v_cmp_nle_f32 vcc_lo, -1, v28304// W32: v_cmp_nle_f32_e32 vcc_lo, -1, v2        ; encoding: [0xc1,0x04,0x38,0x7c]8305// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8306 8307v_cmp_nle_f32 vcc_lo, 0.5, v28308// W32: v_cmp_nle_f32_e32 vcc_lo, 0.5, v2       ; encoding: [0xf0,0x04,0x38,0x7c]8309// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8310 8311v_cmp_nle_f32 vcc_lo, src_scc, v28312// W32: v_cmp_nle_f32_e32 vcc_lo, src_scc, v2   ; encoding: [0xfd,0x04,0x38,0x7c]8313// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8314 8315v_cmp_nle_f32 vcc_lo, 0xaf123456, v2558316// W32: v_cmp_nle_f32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x39,0x7c,0x56,0x34,0x12,0xaf]8317// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8318 8319v_cmp_nle_f32 vcc, v1, v28320// W64: v_cmp_nle_f32_e32 vcc, v1, v2           ; encoding: [0x01,0x05,0x38,0x7c]8321// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8322 8323v_cmp_nle_f32 vcc, v255, v28324// W64: v_cmp_nle_f32_e32 vcc, v255, v2         ; encoding: [0xff,0x05,0x38,0x7c]8325// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8326 8327v_cmp_nle_f32 vcc, s1, v28328// W64: v_cmp_nle_f32_e32 vcc, s1, v2           ; encoding: [0x01,0x04,0x38,0x7c]8329// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8330 8331v_cmp_nle_f32 vcc, s105, v28332// W64: v_cmp_nle_f32_e32 vcc, s105, v2         ; encoding: [0x69,0x04,0x38,0x7c]8333// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8334 8335v_cmp_nle_f32 vcc, vcc_lo, v28336// W64: v_cmp_nle_f32_e32 vcc, vcc_lo, v2       ; encoding: [0x6a,0x04,0x38,0x7c]8337// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8338 8339v_cmp_nle_f32 vcc, vcc_hi, v28340// W64: v_cmp_nle_f32_e32 vcc, vcc_hi, v2       ; encoding: [0x6b,0x04,0x38,0x7c]8341// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8342 8343v_cmp_nle_f32 vcc, ttmp15, v28344// W64: v_cmp_nle_f32_e32 vcc, ttmp15, v2       ; encoding: [0x7b,0x04,0x38,0x7c]8345// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8346 8347v_cmp_nle_f32 vcc, m0, v28348// W64: v_cmp_nle_f32_e32 vcc, m0, v2           ; encoding: [0x7d,0x04,0x38,0x7c]8349// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8350 8351v_cmp_nle_f32 vcc, exec_lo, v28352// W64: v_cmp_nle_f32_e32 vcc, exec_lo, v2      ; encoding: [0x7e,0x04,0x38,0x7c]8353// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8354 8355v_cmp_nle_f32 vcc, exec_hi, v28356// W64: v_cmp_nle_f32_e32 vcc, exec_hi, v2      ; encoding: [0x7f,0x04,0x38,0x7c]8357// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8358 8359v_cmp_nle_f32 vcc, null, v28360// W64: v_cmp_nle_f32_e32 vcc, null, v2         ; encoding: [0x7c,0x04,0x38,0x7c]8361// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8362 8363v_cmp_nle_f32 vcc, -1, v28364// W64: v_cmp_nle_f32_e32 vcc, -1, v2           ; encoding: [0xc1,0x04,0x38,0x7c]8365// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8366 8367v_cmp_nle_f32 vcc, 0.5, v28368// W64: v_cmp_nle_f32_e32 vcc, 0.5, v2          ; encoding: [0xf0,0x04,0x38,0x7c]8369// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8370 8371v_cmp_nle_f32 vcc, src_scc, v28372// W64: v_cmp_nle_f32_e32 vcc, src_scc, v2      ; encoding: [0xfd,0x04,0x38,0x7c]8373// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8374 8375v_cmp_nle_f32 vcc, 0xaf123456, v2558376// W64: v_cmp_nle_f32_e32 vcc, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x39,0x7c,0x56,0x34,0x12,0xaf]8377// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8378 8379v_cmp_nle_f64 vcc_lo, v[1:2], v[2:3]8380// W32: v_cmp_nle_f64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0x58,0x7c]8381// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8382 8383v_cmp_nle_f64 vcc_lo, v[254:255], v[2:3]8384// W32: v_cmp_nle_f64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x58,0x7c]8385// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8386 8387v_cmp_nle_f64 vcc_lo, s[2:3], v[2:3]8388// W32: v_cmp_nle_f64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0x58,0x7c]8389// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8390 8391v_cmp_nle_f64 vcc_lo, s[104:105], v[2:3]8392// W32: v_cmp_nle_f64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x58,0x7c]8393// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8394 8395v_cmp_nle_f64 vcc_lo, vcc, v[2:3]8396// W32: v_cmp_nle_f64_e32 vcc_lo, vcc, v[2:3]   ; encoding: [0x6a,0x04,0x58,0x7c]8397// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8398 8399v_cmp_nle_f64 vcc_lo, ttmp[14:15], v[2:3]8400// W32: v_cmp_nle_f64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x58,0x7c]8401// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8402 8403v_cmp_nle_f64 vcc_lo, exec, v[2:3]8404// W32: v_cmp_nle_f64_e32 vcc_lo, exec, v[2:3]  ; encoding: [0x7e,0x04,0x58,0x7c]8405// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8406 8407v_cmp_nle_f64 vcc_lo, null, v[2:3]8408// W32: v_cmp_nle_f64_e32 vcc_lo, null, v[2:3]  ; encoding: [0x7c,0x04,0x58,0x7c]8409// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8410 8411v_cmp_nle_f64 vcc_lo, -1, v[2:3]8412// W32: v_cmp_nle_f64_e32 vcc_lo, -1, v[2:3]    ; encoding: [0xc1,0x04,0x58,0x7c]8413// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8414 8415v_cmp_nle_f64 vcc_lo, 0.5, v[2:3]8416// W32: v_cmp_nle_f64_e32 vcc_lo, 0.5, v[2:3]   ; encoding: [0xf0,0x04,0x58,0x7c]8417// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8418 8419v_cmp_nle_f64 vcc_lo, src_scc, v[2:3]8420// W32: v_cmp_nle_f64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0x58,0x7c]8421// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8422 8423v_cmp_nle_f64 vcc_lo, 0xaf123456, v[254:255]8424// W32: v_cmp_nle_f64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x59,0x7c,0x56,0x34,0x12,0xaf]8425// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8426 8427v_cmp_nle_f64 vcc, v[1:2], v[2:3]8428// W64: v_cmp_nle_f64_e32 vcc, v[1:2], v[2:3]   ; encoding: [0x01,0x05,0x58,0x7c]8429// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8430 8431v_cmp_nle_f64 vcc, v[254:255], v[2:3]8432// W64: v_cmp_nle_f64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x58,0x7c]8433// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8434 8435v_cmp_nle_f64 vcc, s[2:3], v[2:3]8436// W64: v_cmp_nle_f64_e32 vcc, s[2:3], v[2:3]   ; encoding: [0x02,0x04,0x58,0x7c]8437// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8438 8439v_cmp_nle_f64 vcc, s[104:105], v[2:3]8440// W64: v_cmp_nle_f64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x58,0x7c]8441// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8442 8443v_cmp_nle_f64 vcc, vcc, v[2:3]8444// W64: v_cmp_nle_f64_e32 vcc, vcc, v[2:3]      ; encoding: [0x6a,0x04,0x58,0x7c]8445// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8446 8447v_cmp_nle_f64 vcc, ttmp[14:15], v[2:3]8448// W64: v_cmp_nle_f64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x58,0x7c]8449// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8450 8451v_cmp_nle_f64 vcc, exec, v[2:3]8452// W64: v_cmp_nle_f64_e32 vcc, exec, v[2:3]     ; encoding: [0x7e,0x04,0x58,0x7c]8453// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8454 8455v_cmp_nle_f64 vcc, null, v[2:3]8456// W64: v_cmp_nle_f64_e32 vcc, null, v[2:3]     ; encoding: [0x7c,0x04,0x58,0x7c]8457// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8458 8459v_cmp_nle_f64 vcc, -1, v[2:3]8460// W64: v_cmp_nle_f64_e32 vcc, -1, v[2:3]       ; encoding: [0xc1,0x04,0x58,0x7c]8461// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8462 8463v_cmp_nle_f64 vcc, 0.5, v[2:3]8464// W64: v_cmp_nle_f64_e32 vcc, 0.5, v[2:3]      ; encoding: [0xf0,0x04,0x58,0x7c]8465// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8466 8467v_cmp_nle_f64 vcc, src_scc, v[2:3]8468// W64: v_cmp_nle_f64_e32 vcc, src_scc, v[2:3]  ; encoding: [0xfd,0x04,0x58,0x7c]8469// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8470 8471v_cmp_nle_f64 vcc, 0xaf123456, v[254:255]8472// W64: v_cmp_nle_f64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x59,0x7c,0x56,0x34,0x12,0xaf]8473// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8474 8475v_cmp_nlg_f16 vcc_lo, v1.l, v2.l8476// W32: v_cmp_nlg_f16_e32 vcc_lo, v1.l, v2.l    ; encoding: [0x01,0x05,0x14,0x7c]8477// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8478 8479v_cmp_nlg_f16 vcc_lo, v127.l, v2.l8480// W32: v_cmp_nlg_f16_e32 vcc_lo, v127.l, v2.l  ; encoding: [0x7f,0x05,0x14,0x7c]8481// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8482 8483v_cmp_nlg_f16 vcc_lo, s1, v2.l8484// W32: v_cmp_nlg_f16_e32 vcc_lo, s1, v2.l      ; encoding: [0x01,0x04,0x14,0x7c]8485// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8486 8487v_cmp_nlg_f16 vcc_lo, s105, v2.l8488// W32: v_cmp_nlg_f16_e32 vcc_lo, s105, v2.l    ; encoding: [0x69,0x04,0x14,0x7c]8489// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8490 8491v_cmp_nlg_f16 vcc_lo, vcc_lo, v2.l8492// W32: v_cmp_nlg_f16_e32 vcc_lo, vcc_lo, v2.l  ; encoding: [0x6a,0x04,0x14,0x7c]8493// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8494 8495v_cmp_nlg_f16 vcc_lo, vcc_hi, v2.l8496// W32: v_cmp_nlg_f16_e32 vcc_lo, vcc_hi, v2.l  ; encoding: [0x6b,0x04,0x14,0x7c]8497// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8498 8499v_cmp_nlg_f16 vcc_lo, ttmp15, v2.l8500// W32: v_cmp_nlg_f16_e32 vcc_lo, ttmp15, v2.l  ; encoding: [0x7b,0x04,0x14,0x7c]8501// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8502 8503v_cmp_nlg_f16 vcc_lo, m0, v2.l8504// W32: v_cmp_nlg_f16_e32 vcc_lo, m0, v2.l      ; encoding: [0x7d,0x04,0x14,0x7c]8505// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8506 8507v_cmp_nlg_f16 vcc_lo, exec_lo, v2.l8508// W32: v_cmp_nlg_f16_e32 vcc_lo, exec_lo, v2.l ; encoding: [0x7e,0x04,0x14,0x7c]8509// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8510 8511v_cmp_nlg_f16 vcc_lo, exec_hi, v2.l8512// W32: v_cmp_nlg_f16_e32 vcc_lo, exec_hi, v2.l ; encoding: [0x7f,0x04,0x14,0x7c]8513// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8514 8515v_cmp_nlg_f16 vcc_lo, null, v2.l8516// W32: v_cmp_nlg_f16_e32 vcc_lo, null, v2.l    ; encoding: [0x7c,0x04,0x14,0x7c]8517// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8518 8519v_cmp_nlg_f16 vcc_lo, -1, v2.l8520// W32: v_cmp_nlg_f16_e32 vcc_lo, -1, v2.l      ; encoding: [0xc1,0x04,0x14,0x7c]8521// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8522 8523v_cmp_nlg_f16 vcc_lo, 0.5, v2.l8524// W32: v_cmp_nlg_f16_e32 vcc_lo, 0.5, v2.l     ; encoding: [0xf0,0x04,0x14,0x7c]8525// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8526 8527v_cmp_nlg_f16 vcc_lo, src_scc, v2.l8528// W32: v_cmp_nlg_f16_e32 vcc_lo, src_scc, v2.l ; encoding: [0xfd,0x04,0x14,0x7c]8529// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8530 8531v_cmp_nlg_f16 vcc_lo, 0xfe0b, v127.l8532// W32: v_cmp_nlg_f16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x14,0x7c,0x0b,0xfe,0x00,0x00]8533// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8534 8535v_cmp_nlg_f16 vcc, v1.l, v2.l8536// W64: v_cmp_nlg_f16_e32 vcc, v1.l, v2.l       ; encoding: [0x01,0x05,0x14,0x7c]8537// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8538 8539v_cmp_nlg_f16 vcc, v127.l, v2.l8540// W64: v_cmp_nlg_f16_e32 vcc, v127.l, v2.l     ; encoding: [0x7f,0x05,0x14,0x7c]8541// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8542 8543v_cmp_nlg_f16 vcc, s1, v2.l8544// W64: v_cmp_nlg_f16_e32 vcc, s1, v2.l         ; encoding: [0x01,0x04,0x14,0x7c]8545// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8546 8547v_cmp_nlg_f16 vcc, s105, v2.l8548// W64: v_cmp_nlg_f16_e32 vcc, s105, v2.l       ; encoding: [0x69,0x04,0x14,0x7c]8549// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8550 8551v_cmp_nlg_f16 vcc, vcc_lo, v2.l8552// W64: v_cmp_nlg_f16_e32 vcc, vcc_lo, v2.l     ; encoding: [0x6a,0x04,0x14,0x7c]8553// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8554 8555v_cmp_nlg_f16 vcc, vcc_hi, v2.l8556// W64: v_cmp_nlg_f16_e32 vcc, vcc_hi, v2.l     ; encoding: [0x6b,0x04,0x14,0x7c]8557// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8558 8559v_cmp_nlg_f16 vcc, ttmp15, v2.l8560// W64: v_cmp_nlg_f16_e32 vcc, ttmp15, v2.l     ; encoding: [0x7b,0x04,0x14,0x7c]8561// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8562 8563v_cmp_nlg_f16 vcc, m0, v2.l8564// W64: v_cmp_nlg_f16_e32 vcc, m0, v2.l         ; encoding: [0x7d,0x04,0x14,0x7c]8565// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8566 8567v_cmp_nlg_f16 vcc, exec_lo, v2.l8568// W64: v_cmp_nlg_f16_e32 vcc, exec_lo, v2.l    ; encoding: [0x7e,0x04,0x14,0x7c]8569// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8570 8571v_cmp_nlg_f16 vcc, exec_hi, v2.l8572// W64: v_cmp_nlg_f16_e32 vcc, exec_hi, v2.l    ; encoding: [0x7f,0x04,0x14,0x7c]8573// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8574 8575v_cmp_nlg_f16 vcc, null, v2.l8576// W64: v_cmp_nlg_f16_e32 vcc, null, v2.l       ; encoding: [0x7c,0x04,0x14,0x7c]8577// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8578 8579v_cmp_nlg_f16 vcc, -1, v2.l8580// W64: v_cmp_nlg_f16_e32 vcc, -1, v2.l         ; encoding: [0xc1,0x04,0x14,0x7c]8581// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8582 8583v_cmp_nlg_f16 vcc, 0.5, v2.l8584// W64: v_cmp_nlg_f16_e32 vcc, 0.5, v2.l        ; encoding: [0xf0,0x04,0x14,0x7c]8585// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8586 8587v_cmp_nlg_f16 vcc, src_scc, v2.l8588// W64: v_cmp_nlg_f16_e32 vcc, src_scc, v2.l    ; encoding: [0xfd,0x04,0x14,0x7c]8589// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8590 8591v_cmp_nlg_f16 vcc, 0xfe0b, v127.l8592// W64: v_cmp_nlg_f16_e32 vcc, 0xfe0b, v127.l   ; encoding: [0xff,0xfe,0x14,0x7c,0x0b,0xfe,0x00,0x00]8593// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8594 8595v_cmp_nlg_f32 vcc_lo, v1, v28596// W32: v_cmp_nlg_f32_e32 vcc_lo, v1, v2        ; encoding: [0x01,0x05,0x34,0x7c]8597// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8598 8599v_cmp_nlg_f32 vcc_lo, v255, v28600// W32: v_cmp_nlg_f32_e32 vcc_lo, v255, v2      ; encoding: [0xff,0x05,0x34,0x7c]8601// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8602 8603v_cmp_nlg_f32 vcc_lo, s1, v28604// W32: v_cmp_nlg_f32_e32 vcc_lo, s1, v2        ; encoding: [0x01,0x04,0x34,0x7c]8605// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8606 8607v_cmp_nlg_f32 vcc_lo, s105, v28608// W32: v_cmp_nlg_f32_e32 vcc_lo, s105, v2      ; encoding: [0x69,0x04,0x34,0x7c]8609// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8610 8611v_cmp_nlg_f32 vcc_lo, vcc_lo, v28612// W32: v_cmp_nlg_f32_e32 vcc_lo, vcc_lo, v2    ; encoding: [0x6a,0x04,0x34,0x7c]8613// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8614 8615v_cmp_nlg_f32 vcc_lo, vcc_hi, v28616// W32: v_cmp_nlg_f32_e32 vcc_lo, vcc_hi, v2    ; encoding: [0x6b,0x04,0x34,0x7c]8617// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8618 8619v_cmp_nlg_f32 vcc_lo, ttmp15, v28620// W32: v_cmp_nlg_f32_e32 vcc_lo, ttmp15, v2    ; encoding: [0x7b,0x04,0x34,0x7c]8621// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8622 8623v_cmp_nlg_f32 vcc_lo, m0, v28624// W32: v_cmp_nlg_f32_e32 vcc_lo, m0, v2        ; encoding: [0x7d,0x04,0x34,0x7c]8625// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8626 8627v_cmp_nlg_f32 vcc_lo, exec_lo, v28628// W32: v_cmp_nlg_f32_e32 vcc_lo, exec_lo, v2   ; encoding: [0x7e,0x04,0x34,0x7c]8629// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8630 8631v_cmp_nlg_f32 vcc_lo, exec_hi, v28632// W32: v_cmp_nlg_f32_e32 vcc_lo, exec_hi, v2   ; encoding: [0x7f,0x04,0x34,0x7c]8633// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8634 8635v_cmp_nlg_f32 vcc_lo, null, v28636// W32: v_cmp_nlg_f32_e32 vcc_lo, null, v2      ; encoding: [0x7c,0x04,0x34,0x7c]8637// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8638 8639v_cmp_nlg_f32 vcc_lo, -1, v28640// W32: v_cmp_nlg_f32_e32 vcc_lo, -1, v2        ; encoding: [0xc1,0x04,0x34,0x7c]8641// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8642 8643v_cmp_nlg_f32 vcc_lo, 0.5, v28644// W32: v_cmp_nlg_f32_e32 vcc_lo, 0.5, v2       ; encoding: [0xf0,0x04,0x34,0x7c]8645// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8646 8647v_cmp_nlg_f32 vcc_lo, src_scc, v28648// W32: v_cmp_nlg_f32_e32 vcc_lo, src_scc, v2   ; encoding: [0xfd,0x04,0x34,0x7c]8649// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8650 8651v_cmp_nlg_f32 vcc_lo, 0xaf123456, v2558652// W32: v_cmp_nlg_f32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x35,0x7c,0x56,0x34,0x12,0xaf]8653// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8654 8655v_cmp_nlg_f32 vcc, v1, v28656// W64: v_cmp_nlg_f32_e32 vcc, v1, v2           ; encoding: [0x01,0x05,0x34,0x7c]8657// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8658 8659v_cmp_nlg_f32 vcc, v255, v28660// W64: v_cmp_nlg_f32_e32 vcc, v255, v2         ; encoding: [0xff,0x05,0x34,0x7c]8661// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8662 8663v_cmp_nlg_f32 vcc, s1, v28664// W64: v_cmp_nlg_f32_e32 vcc, s1, v2           ; encoding: [0x01,0x04,0x34,0x7c]8665// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8666 8667v_cmp_nlg_f32 vcc, s105, v28668// W64: v_cmp_nlg_f32_e32 vcc, s105, v2         ; encoding: [0x69,0x04,0x34,0x7c]8669// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8670 8671v_cmp_nlg_f32 vcc, vcc_lo, v28672// W64: v_cmp_nlg_f32_e32 vcc, vcc_lo, v2       ; encoding: [0x6a,0x04,0x34,0x7c]8673// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8674 8675v_cmp_nlg_f32 vcc, vcc_hi, v28676// W64: v_cmp_nlg_f32_e32 vcc, vcc_hi, v2       ; encoding: [0x6b,0x04,0x34,0x7c]8677// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8678 8679v_cmp_nlg_f32 vcc, ttmp15, v28680// W64: v_cmp_nlg_f32_e32 vcc, ttmp15, v2       ; encoding: [0x7b,0x04,0x34,0x7c]8681// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8682 8683v_cmp_nlg_f32 vcc, m0, v28684// W64: v_cmp_nlg_f32_e32 vcc, m0, v2           ; encoding: [0x7d,0x04,0x34,0x7c]8685// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8686 8687v_cmp_nlg_f32 vcc, exec_lo, v28688// W64: v_cmp_nlg_f32_e32 vcc, exec_lo, v2      ; encoding: [0x7e,0x04,0x34,0x7c]8689// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8690 8691v_cmp_nlg_f32 vcc, exec_hi, v28692// W64: v_cmp_nlg_f32_e32 vcc, exec_hi, v2      ; encoding: [0x7f,0x04,0x34,0x7c]8693// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8694 8695v_cmp_nlg_f32 vcc, null, v28696// W64: v_cmp_nlg_f32_e32 vcc, null, v2         ; encoding: [0x7c,0x04,0x34,0x7c]8697// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8698 8699v_cmp_nlg_f32 vcc, -1, v28700// W64: v_cmp_nlg_f32_e32 vcc, -1, v2           ; encoding: [0xc1,0x04,0x34,0x7c]8701// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8702 8703v_cmp_nlg_f32 vcc, 0.5, v28704// W64: v_cmp_nlg_f32_e32 vcc, 0.5, v2          ; encoding: [0xf0,0x04,0x34,0x7c]8705// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8706 8707v_cmp_nlg_f32 vcc, src_scc, v28708// W64: v_cmp_nlg_f32_e32 vcc, src_scc, v2      ; encoding: [0xfd,0x04,0x34,0x7c]8709// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8710 8711v_cmp_nlg_f32 vcc, 0xaf123456, v2558712// W64: v_cmp_nlg_f32_e32 vcc, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x35,0x7c,0x56,0x34,0x12,0xaf]8713// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8714 8715v_cmp_nlg_f64 vcc_lo, v[1:2], v[2:3]8716// W32: v_cmp_nlg_f64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0x54,0x7c]8717// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8718 8719v_cmp_nlg_f64 vcc_lo, v[254:255], v[2:3]8720// W32: v_cmp_nlg_f64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x54,0x7c]8721// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8722 8723v_cmp_nlg_f64 vcc_lo, s[2:3], v[2:3]8724// W32: v_cmp_nlg_f64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0x54,0x7c]8725// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8726 8727v_cmp_nlg_f64 vcc_lo, s[104:105], v[2:3]8728// W32: v_cmp_nlg_f64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x54,0x7c]8729// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8730 8731v_cmp_nlg_f64 vcc_lo, vcc, v[2:3]8732// W32: v_cmp_nlg_f64_e32 vcc_lo, vcc, v[2:3]   ; encoding: [0x6a,0x04,0x54,0x7c]8733// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8734 8735v_cmp_nlg_f64 vcc_lo, ttmp[14:15], v[2:3]8736// W32: v_cmp_nlg_f64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x54,0x7c]8737// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8738 8739v_cmp_nlg_f64 vcc_lo, exec, v[2:3]8740// W32: v_cmp_nlg_f64_e32 vcc_lo, exec, v[2:3]  ; encoding: [0x7e,0x04,0x54,0x7c]8741// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8742 8743v_cmp_nlg_f64 vcc_lo, null, v[2:3]8744// W32: v_cmp_nlg_f64_e32 vcc_lo, null, v[2:3]  ; encoding: [0x7c,0x04,0x54,0x7c]8745// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8746 8747v_cmp_nlg_f64 vcc_lo, -1, v[2:3]8748// W32: v_cmp_nlg_f64_e32 vcc_lo, -1, v[2:3]    ; encoding: [0xc1,0x04,0x54,0x7c]8749// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8750 8751v_cmp_nlg_f64 vcc_lo, 0.5, v[2:3]8752// W32: v_cmp_nlg_f64_e32 vcc_lo, 0.5, v[2:3]   ; encoding: [0xf0,0x04,0x54,0x7c]8753// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8754 8755v_cmp_nlg_f64 vcc_lo, src_scc, v[2:3]8756// W32: v_cmp_nlg_f64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0x54,0x7c]8757// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8758 8759v_cmp_nlg_f64 vcc_lo, 0xaf123456, v[254:255]8760// W32: v_cmp_nlg_f64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x55,0x7c,0x56,0x34,0x12,0xaf]8761// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8762 8763v_cmp_nlg_f64 vcc, v[1:2], v[2:3]8764// W64: v_cmp_nlg_f64_e32 vcc, v[1:2], v[2:3]   ; encoding: [0x01,0x05,0x54,0x7c]8765// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8766 8767v_cmp_nlg_f64 vcc, v[254:255], v[2:3]8768// W64: v_cmp_nlg_f64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x54,0x7c]8769// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8770 8771v_cmp_nlg_f64 vcc, s[2:3], v[2:3]8772// W64: v_cmp_nlg_f64_e32 vcc, s[2:3], v[2:3]   ; encoding: [0x02,0x04,0x54,0x7c]8773// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8774 8775v_cmp_nlg_f64 vcc, s[104:105], v[2:3]8776// W64: v_cmp_nlg_f64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x54,0x7c]8777// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8778 8779v_cmp_nlg_f64 vcc, vcc, v[2:3]8780// W64: v_cmp_nlg_f64_e32 vcc, vcc, v[2:3]      ; encoding: [0x6a,0x04,0x54,0x7c]8781// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8782 8783v_cmp_nlg_f64 vcc, ttmp[14:15], v[2:3]8784// W64: v_cmp_nlg_f64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x54,0x7c]8785// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8786 8787v_cmp_nlg_f64 vcc, exec, v[2:3]8788// W64: v_cmp_nlg_f64_e32 vcc, exec, v[2:3]     ; encoding: [0x7e,0x04,0x54,0x7c]8789// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8790 8791v_cmp_nlg_f64 vcc, null, v[2:3]8792// W64: v_cmp_nlg_f64_e32 vcc, null, v[2:3]     ; encoding: [0x7c,0x04,0x54,0x7c]8793// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8794 8795v_cmp_nlg_f64 vcc, -1, v[2:3]8796// W64: v_cmp_nlg_f64_e32 vcc, -1, v[2:3]       ; encoding: [0xc1,0x04,0x54,0x7c]8797// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8798 8799v_cmp_nlg_f64 vcc, 0.5, v[2:3]8800// W64: v_cmp_nlg_f64_e32 vcc, 0.5, v[2:3]      ; encoding: [0xf0,0x04,0x54,0x7c]8801// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8802 8803v_cmp_nlg_f64 vcc, src_scc, v[2:3]8804// W64: v_cmp_nlg_f64_e32 vcc, src_scc, v[2:3]  ; encoding: [0xfd,0x04,0x54,0x7c]8805// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8806 8807v_cmp_nlg_f64 vcc, 0xaf123456, v[254:255]8808// W64: v_cmp_nlg_f64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x55,0x7c,0x56,0x34,0x12,0xaf]8809// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8810 8811v_cmp_nlt_f16 vcc_lo, v1.l, v2.l8812// W32: v_cmp_nlt_f16_e32 vcc_lo, v1.l, v2.l    ; encoding: [0x01,0x05,0x1c,0x7c]8813// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8814 8815v_cmp_nlt_f16 vcc_lo, v127.l, v2.l8816// W32: v_cmp_nlt_f16_e32 vcc_lo, v127.l, v2.l  ; encoding: [0x7f,0x05,0x1c,0x7c]8817// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8818 8819v_cmp_nlt_f16 vcc_lo, s1, v2.l8820// W32: v_cmp_nlt_f16_e32 vcc_lo, s1, v2.l      ; encoding: [0x01,0x04,0x1c,0x7c]8821// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8822 8823v_cmp_nlt_f16 vcc_lo, s105, v2.l8824// W32: v_cmp_nlt_f16_e32 vcc_lo, s105, v2.l    ; encoding: [0x69,0x04,0x1c,0x7c]8825// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8826 8827v_cmp_nlt_f16 vcc_lo, vcc_lo, v2.l8828// W32: v_cmp_nlt_f16_e32 vcc_lo, vcc_lo, v2.l  ; encoding: [0x6a,0x04,0x1c,0x7c]8829// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8830 8831v_cmp_nlt_f16 vcc_lo, vcc_hi, v2.l8832// W32: v_cmp_nlt_f16_e32 vcc_lo, vcc_hi, v2.l  ; encoding: [0x6b,0x04,0x1c,0x7c]8833// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8834 8835v_cmp_nlt_f16 vcc_lo, ttmp15, v2.l8836// W32: v_cmp_nlt_f16_e32 vcc_lo, ttmp15, v2.l  ; encoding: [0x7b,0x04,0x1c,0x7c]8837// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8838 8839v_cmp_nlt_f16 vcc_lo, m0, v2.l8840// W32: v_cmp_nlt_f16_e32 vcc_lo, m0, v2.l      ; encoding: [0x7d,0x04,0x1c,0x7c]8841// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8842 8843v_cmp_nlt_f16 vcc_lo, exec_lo, v2.l8844// W32: v_cmp_nlt_f16_e32 vcc_lo, exec_lo, v2.l ; encoding: [0x7e,0x04,0x1c,0x7c]8845// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8846 8847v_cmp_nlt_f16 vcc_lo, exec_hi, v2.l8848// W32: v_cmp_nlt_f16_e32 vcc_lo, exec_hi, v2.l ; encoding: [0x7f,0x04,0x1c,0x7c]8849// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8850 8851v_cmp_nlt_f16 vcc_lo, null, v2.l8852// W32: v_cmp_nlt_f16_e32 vcc_lo, null, v2.l    ; encoding: [0x7c,0x04,0x1c,0x7c]8853// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8854 8855v_cmp_nlt_f16 vcc_lo, -1, v2.l8856// W32: v_cmp_nlt_f16_e32 vcc_lo, -1, v2.l      ; encoding: [0xc1,0x04,0x1c,0x7c]8857// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8858 8859v_cmp_nlt_f16 vcc_lo, 0.5, v2.l8860// W32: v_cmp_nlt_f16_e32 vcc_lo, 0.5, v2.l     ; encoding: [0xf0,0x04,0x1c,0x7c]8861// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8862 8863v_cmp_nlt_f16 vcc_lo, src_scc, v2.l8864// W32: v_cmp_nlt_f16_e32 vcc_lo, src_scc, v2.l ; encoding: [0xfd,0x04,0x1c,0x7c]8865// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8866 8867v_cmp_nlt_f16 vcc_lo, 0xfe0b, v127.l8868// W32: v_cmp_nlt_f16_e32 vcc_lo, 0xfe0b, v127.l ; encoding: [0xff,0xfe,0x1c,0x7c,0x0b,0xfe,0x00,0x00]8869// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8870 8871v_cmp_nlt_f16 vcc, v1.l, v2.l8872// W64: v_cmp_nlt_f16_e32 vcc, v1.l, v2.l       ; encoding: [0x01,0x05,0x1c,0x7c]8873// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8874 8875v_cmp_nlt_f16 vcc, v127.l, v2.l8876// W64: v_cmp_nlt_f16_e32 vcc, v127.l, v2.l     ; encoding: [0x7f,0x05,0x1c,0x7c]8877// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8878 8879v_cmp_nlt_f16 vcc, s1, v2.l8880// W64: v_cmp_nlt_f16_e32 vcc, s1, v2.l         ; encoding: [0x01,0x04,0x1c,0x7c]8881// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8882 8883v_cmp_nlt_f16 vcc, s105, v2.l8884// W64: v_cmp_nlt_f16_e32 vcc, s105, v2.l       ; encoding: [0x69,0x04,0x1c,0x7c]8885// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8886 8887v_cmp_nlt_f16 vcc, vcc_lo, v2.l8888// W64: v_cmp_nlt_f16_e32 vcc, vcc_lo, v2.l     ; encoding: [0x6a,0x04,0x1c,0x7c]8889// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8890 8891v_cmp_nlt_f16 vcc, vcc_hi, v2.l8892// W64: v_cmp_nlt_f16_e32 vcc, vcc_hi, v2.l     ; encoding: [0x6b,0x04,0x1c,0x7c]8893// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8894 8895v_cmp_nlt_f16 vcc, ttmp15, v2.l8896// W64: v_cmp_nlt_f16_e32 vcc, ttmp15, v2.l     ; encoding: [0x7b,0x04,0x1c,0x7c]8897// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8898 8899v_cmp_nlt_f16 vcc, m0, v2.l8900// W64: v_cmp_nlt_f16_e32 vcc, m0, v2.l         ; encoding: [0x7d,0x04,0x1c,0x7c]8901// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8902 8903v_cmp_nlt_f16 vcc, exec_lo, v2.l8904// W64: v_cmp_nlt_f16_e32 vcc, exec_lo, v2.l    ; encoding: [0x7e,0x04,0x1c,0x7c]8905// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8906 8907v_cmp_nlt_f16 vcc, exec_hi, v2.l8908// W64: v_cmp_nlt_f16_e32 vcc, exec_hi, v2.l    ; encoding: [0x7f,0x04,0x1c,0x7c]8909// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8910 8911v_cmp_nlt_f16 vcc, null, v2.l8912// W64: v_cmp_nlt_f16_e32 vcc, null, v2.l       ; encoding: [0x7c,0x04,0x1c,0x7c]8913// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8914 8915v_cmp_nlt_f16 vcc, -1, v2.l8916// W64: v_cmp_nlt_f16_e32 vcc, -1, v2.l         ; encoding: [0xc1,0x04,0x1c,0x7c]8917// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8918 8919v_cmp_nlt_f16 vcc, 0.5, v2.l8920// W64: v_cmp_nlt_f16_e32 vcc, 0.5, v2.l        ; encoding: [0xf0,0x04,0x1c,0x7c]8921// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8922 8923v_cmp_nlt_f16 vcc, src_scc, v2.l8924// W64: v_cmp_nlt_f16_e32 vcc, src_scc, v2.l    ; encoding: [0xfd,0x04,0x1c,0x7c]8925// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8926 8927v_cmp_nlt_f16 vcc, 0xfe0b, v127.l8928// W64: v_cmp_nlt_f16_e32 vcc, 0xfe0b, v127.l   ; encoding: [0xff,0xfe,0x1c,0x7c,0x0b,0xfe,0x00,0x00]8929// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8930 8931v_cmp_nlt_f32 vcc_lo, v1, v28932// W32: v_cmp_nlt_f32_e32 vcc_lo, v1, v2        ; encoding: [0x01,0x05,0x3c,0x7c]8933// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8934 8935v_cmp_nlt_f32 vcc_lo, v255, v28936// W32: v_cmp_nlt_f32_e32 vcc_lo, v255, v2      ; encoding: [0xff,0x05,0x3c,0x7c]8937// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8938 8939v_cmp_nlt_f32 vcc_lo, s1, v28940// W32: v_cmp_nlt_f32_e32 vcc_lo, s1, v2        ; encoding: [0x01,0x04,0x3c,0x7c]8941// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8942 8943v_cmp_nlt_f32 vcc_lo, s105, v28944// W32: v_cmp_nlt_f32_e32 vcc_lo, s105, v2      ; encoding: [0x69,0x04,0x3c,0x7c]8945// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8946 8947v_cmp_nlt_f32 vcc_lo, vcc_lo, v28948// W32: v_cmp_nlt_f32_e32 vcc_lo, vcc_lo, v2    ; encoding: [0x6a,0x04,0x3c,0x7c]8949// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8950 8951v_cmp_nlt_f32 vcc_lo, vcc_hi, v28952// W32: v_cmp_nlt_f32_e32 vcc_lo, vcc_hi, v2    ; encoding: [0x6b,0x04,0x3c,0x7c]8953// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8954 8955v_cmp_nlt_f32 vcc_lo, ttmp15, v28956// W32: v_cmp_nlt_f32_e32 vcc_lo, ttmp15, v2    ; encoding: [0x7b,0x04,0x3c,0x7c]8957// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8958 8959v_cmp_nlt_f32 vcc_lo, m0, v28960// W32: v_cmp_nlt_f32_e32 vcc_lo, m0, v2        ; encoding: [0x7d,0x04,0x3c,0x7c]8961// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8962 8963v_cmp_nlt_f32 vcc_lo, exec_lo, v28964// W32: v_cmp_nlt_f32_e32 vcc_lo, exec_lo, v2   ; encoding: [0x7e,0x04,0x3c,0x7c]8965// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8966 8967v_cmp_nlt_f32 vcc_lo, exec_hi, v28968// W32: v_cmp_nlt_f32_e32 vcc_lo, exec_hi, v2   ; encoding: [0x7f,0x04,0x3c,0x7c]8969// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8970 8971v_cmp_nlt_f32 vcc_lo, null, v28972// W32: v_cmp_nlt_f32_e32 vcc_lo, null, v2      ; encoding: [0x7c,0x04,0x3c,0x7c]8973// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8974 8975v_cmp_nlt_f32 vcc_lo, -1, v28976// W32: v_cmp_nlt_f32_e32 vcc_lo, -1, v2        ; encoding: [0xc1,0x04,0x3c,0x7c]8977// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8978 8979v_cmp_nlt_f32 vcc_lo, 0.5, v28980// W32: v_cmp_nlt_f32_e32 vcc_lo, 0.5, v2       ; encoding: [0xf0,0x04,0x3c,0x7c]8981// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8982 8983v_cmp_nlt_f32 vcc_lo, src_scc, v28984// W32: v_cmp_nlt_f32_e32 vcc_lo, src_scc, v2   ; encoding: [0xfd,0x04,0x3c,0x7c]8985// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8986 8987v_cmp_nlt_f32 vcc_lo, 0xaf123456, v2558988// W32: v_cmp_nlt_f32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x3d,0x7c,0x56,0x34,0x12,0xaf]8989// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8990 8991v_cmp_nlt_f32 vcc, v1, v28992// W64: v_cmp_nlt_f32_e32 vcc, v1, v2           ; encoding: [0x01,0x05,0x3c,0x7c]8993// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8994 8995v_cmp_nlt_f32 vcc, v255, v28996// W64: v_cmp_nlt_f32_e32 vcc, v255, v2         ; encoding: [0xff,0x05,0x3c,0x7c]8997// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode8998 8999v_cmp_nlt_f32 vcc, s1, v29000// W64: v_cmp_nlt_f32_e32 vcc, s1, v2           ; encoding: [0x01,0x04,0x3c,0x7c]9001// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9002 9003v_cmp_nlt_f32 vcc, s105, v29004// W64: v_cmp_nlt_f32_e32 vcc, s105, v2         ; encoding: [0x69,0x04,0x3c,0x7c]9005// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9006 9007v_cmp_nlt_f32 vcc, vcc_lo, v29008// W64: v_cmp_nlt_f32_e32 vcc, vcc_lo, v2       ; encoding: [0x6a,0x04,0x3c,0x7c]9009// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9010 9011v_cmp_nlt_f32 vcc, vcc_hi, v29012// W64: v_cmp_nlt_f32_e32 vcc, vcc_hi, v2       ; encoding: [0x6b,0x04,0x3c,0x7c]9013// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9014 9015v_cmp_nlt_f32 vcc, ttmp15, v29016// W64: v_cmp_nlt_f32_e32 vcc, ttmp15, v2       ; encoding: [0x7b,0x04,0x3c,0x7c]9017// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9018 9019v_cmp_nlt_f32 vcc, m0, v29020// W64: v_cmp_nlt_f32_e32 vcc, m0, v2           ; encoding: [0x7d,0x04,0x3c,0x7c]9021// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9022 9023v_cmp_nlt_f32 vcc, exec_lo, v29024// W64: v_cmp_nlt_f32_e32 vcc, exec_lo, v2      ; encoding: [0x7e,0x04,0x3c,0x7c]9025// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9026 9027v_cmp_nlt_f32 vcc, exec_hi, v29028// W64: v_cmp_nlt_f32_e32 vcc, exec_hi, v2      ; encoding: [0x7f,0x04,0x3c,0x7c]9029// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9030 9031v_cmp_nlt_f32 vcc, null, v29032// W64: v_cmp_nlt_f32_e32 vcc, null, v2         ; encoding: [0x7c,0x04,0x3c,0x7c]9033// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9034 9035v_cmp_nlt_f32 vcc, -1, v29036// W64: v_cmp_nlt_f32_e32 vcc, -1, v2           ; encoding: [0xc1,0x04,0x3c,0x7c]9037// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9038 9039v_cmp_nlt_f32 vcc, 0.5, v29040// W64: v_cmp_nlt_f32_e32 vcc, 0.5, v2          ; encoding: [0xf0,0x04,0x3c,0x7c]9041// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9042 9043v_cmp_nlt_f32 vcc, src_scc, v29044// W64: v_cmp_nlt_f32_e32 vcc, src_scc, v2      ; encoding: [0xfd,0x04,0x3c,0x7c]9045// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9046 9047v_cmp_nlt_f32 vcc, 0xaf123456, v2559048// W64: v_cmp_nlt_f32_e32 vcc, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x3d,0x7c,0x56,0x34,0x12,0xaf]9049// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9050 9051v_cmp_nlt_f64 vcc_lo, v[1:2], v[2:3]9052// W32: v_cmp_nlt_f64_e32 vcc_lo, v[1:2], v[2:3] ; encoding: [0x01,0x05,0x5c,0x7c]9053// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9054 9055v_cmp_nlt_f64 vcc_lo, v[254:255], v[2:3]9056// W32: v_cmp_nlt_f64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x5c,0x7c]9057// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9058 9059v_cmp_nlt_f64 vcc_lo, s[2:3], v[2:3]9060// W32: v_cmp_nlt_f64_e32 vcc_lo, s[2:3], v[2:3] ; encoding: [0x02,0x04,0x5c,0x7c]9061// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9062 9063v_cmp_nlt_f64 vcc_lo, s[104:105], v[2:3]9064// W32: v_cmp_nlt_f64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x5c,0x7c]9065// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9066 9067v_cmp_nlt_f64 vcc_lo, vcc, v[2:3]9068// W32: v_cmp_nlt_f64_e32 vcc_lo, vcc, v[2:3]   ; encoding: [0x6a,0x04,0x5c,0x7c]9069// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9070 9071v_cmp_nlt_f64 vcc_lo, ttmp[14:15], v[2:3]9072// W32: v_cmp_nlt_f64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x5c,0x7c]9073// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9074 9075v_cmp_nlt_f64 vcc_lo, exec, v[2:3]9076// W32: v_cmp_nlt_f64_e32 vcc_lo, exec, v[2:3]  ; encoding: [0x7e,0x04,0x5c,0x7c]9077// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9078 9079v_cmp_nlt_f64 vcc_lo, null, v[2:3]9080// W32: v_cmp_nlt_f64_e32 vcc_lo, null, v[2:3]  ; encoding: [0x7c,0x04,0x5c,0x7c]9081// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9082 9083v_cmp_nlt_f64 vcc_lo, -1, v[2:3]9084// W32: v_cmp_nlt_f64_e32 vcc_lo, -1, v[2:3]    ; encoding: [0xc1,0x04,0x5c,0x7c]9085// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9086 9087v_cmp_nlt_f64 vcc_lo, 0.5, v[2:3]9088// W32: v_cmp_nlt_f64_e32 vcc_lo, 0.5, v[2:3]   ; encoding: [0xf0,0x04,0x5c,0x7c]9089// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9090 9091v_cmp_nlt_f64 vcc_lo, src_scc, v[2:3]9092// W32: v_cmp_nlt_f64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0x5c,0x7c]9093// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9094 9095v_cmp_nlt_f64 vcc_lo, 0xaf123456, v[254:255]9096// W32: v_cmp_nlt_f64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x5d,0x7c,0x56,0x34,0x12,0xaf]9097// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9098 9099v_cmp_nlt_f64 vcc, v[1:2], v[2:3]9100// W64: v_cmp_nlt_f64_e32 vcc, v[1:2], v[2:3]   ; encoding: [0x01,0x05,0x5c,0x7c]9101// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9102 9103v_cmp_nlt_f64 vcc, v[254:255], v[2:3]9104// W64: v_cmp_nlt_f64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x5c,0x7c]9105// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9106 9107v_cmp_nlt_f64 vcc, s[2:3], v[2:3]9108// W64: v_cmp_nlt_f64_e32 vcc, s[2:3], v[2:3]   ; encoding: [0x02,0x04,0x5c,0x7c]9109// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9110 9111v_cmp_nlt_f64 vcc, s[104:105], v[2:3]9112// W64: v_cmp_nlt_f64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x5c,0x7c]9113// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9114 9115v_cmp_nlt_f64 vcc, vcc, v[2:3]9116// W64: v_cmp_nlt_f64_e32 vcc, vcc, v[2:3]      ; encoding: [0x6a,0x04,0x5c,0x7c]9117// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9118 9119v_cmp_nlt_f64 vcc, ttmp[14:15], v[2:3]9120// W64: v_cmp_nlt_f64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x5c,0x7c]9121// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9122 9123v_cmp_nlt_f64 vcc, exec, v[2:3]9124// W64: v_cmp_nlt_f64_e32 vcc, exec, v[2:3]     ; encoding: [0x7e,0x04,0x5c,0x7c]9125// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9126 9127v_cmp_nlt_f64 vcc, null, v[2:3]9128// W64: v_cmp_nlt_f64_e32 vcc, null, v[2:3]     ; encoding: [0x7c,0x04,0x5c,0x7c]9129// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9130 9131v_cmp_nlt_f64 vcc, -1, v[2:3]9132// W64: v_cmp_nlt_f64_e32 vcc, -1, v[2:3]       ; encoding: [0xc1,0x04,0x5c,0x7c]9133// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9134 9135v_cmp_nlt_f64 vcc, 0.5, v[2:3]9136// W64: v_cmp_nlt_f64_e32 vcc, 0.5, v[2:3]      ; encoding: [0xf0,0x04,0x5c,0x7c]9137// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9138 9139v_cmp_nlt_f64 vcc, src_scc, v[2:3]9140// W64: v_cmp_nlt_f64_e32 vcc, src_scc, v[2:3]  ; encoding: [0xfd,0x04,0x5c,0x7c]9141// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9142 9143v_cmp_nlt_f64 vcc, 0xaf123456, v[254:255]9144// W64: v_cmp_nlt_f64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x5d,0x7c,0x56,0x34,0x12,0xaf]9145// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9146 9147v_cmp_o_f16 vcc_lo, v1.l, v2.l9148// W32: v_cmp_o_f16_e32 vcc_lo, v1.l, v2.l      ; encoding: [0x01,0x05,0x0e,0x7c]9149// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9150 9151v_cmp_o_f16 vcc_lo, v127.l, v2.l9152// W32: v_cmp_o_f16_e32 vcc_lo, v127.l, v2.l    ; encoding: [0x7f,0x05,0x0e,0x7c]9153// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9154 9155v_cmp_o_f16 vcc_lo, s1, v2.l9156// W32: v_cmp_o_f16_e32 vcc_lo, s1, v2.l        ; encoding: [0x01,0x04,0x0e,0x7c]9157// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9158 9159v_cmp_o_f16 vcc_lo, s105, v2.l9160// W32: v_cmp_o_f16_e32 vcc_lo, s105, v2.l      ; encoding: [0x69,0x04,0x0e,0x7c]9161// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9162 9163v_cmp_o_f16 vcc_lo, vcc_lo, v2.l9164// W32: v_cmp_o_f16_e32 vcc_lo, vcc_lo, v2.l    ; encoding: [0x6a,0x04,0x0e,0x7c]9165// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9166 9167v_cmp_o_f16 vcc_lo, vcc_hi, v2.l9168// W32: v_cmp_o_f16_e32 vcc_lo, vcc_hi, v2.l    ; encoding: [0x6b,0x04,0x0e,0x7c]9169// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9170 9171v_cmp_o_f16 vcc_lo, ttmp15, v2.l9172// W32: v_cmp_o_f16_e32 vcc_lo, ttmp15, v2.l    ; encoding: [0x7b,0x04,0x0e,0x7c]9173// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9174 9175v_cmp_o_f16 vcc_lo, m0, v2.l9176// W32: v_cmp_o_f16_e32 vcc_lo, m0, v2.l        ; encoding: [0x7d,0x04,0x0e,0x7c]9177// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9178 9179v_cmp_o_f16 vcc_lo, exec_lo, v2.l9180// W32: v_cmp_o_f16_e32 vcc_lo, exec_lo, v2.l   ; encoding: [0x7e,0x04,0x0e,0x7c]9181// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9182 9183v_cmp_o_f16 vcc_lo, exec_hi, v2.l9184// W32: v_cmp_o_f16_e32 vcc_lo, exec_hi, v2.l   ; encoding: [0x7f,0x04,0x0e,0x7c]9185// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9186 9187v_cmp_o_f16 vcc_lo, null, v2.l9188// W32: v_cmp_o_f16_e32 vcc_lo, null, v2.l      ; encoding: [0x7c,0x04,0x0e,0x7c]9189// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9190 9191v_cmp_o_f16 vcc_lo, -1, v2.l9192// W32: v_cmp_o_f16_e32 vcc_lo, -1, v2.l        ; encoding: [0xc1,0x04,0x0e,0x7c]9193// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9194 9195v_cmp_o_f16 vcc_lo, 0.5, v2.l9196// W32: v_cmp_o_f16_e32 vcc_lo, 0.5, v2.l       ; encoding: [0xf0,0x04,0x0e,0x7c]9197// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9198 9199v_cmp_o_f16 vcc_lo, src_scc, v2.l9200// W32: v_cmp_o_f16_e32 vcc_lo, src_scc, v2.l   ; encoding: [0xfd,0x04,0x0e,0x7c]9201// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9202 9203v_cmp_o_f16 vcc_lo, 0xfe0b, v127.l9204// W32: v_cmp_o_f16_e32 vcc_lo, 0xfe0b, v127.l  ; encoding: [0xff,0xfe,0x0e,0x7c,0x0b,0xfe,0x00,0x00]9205// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9206 9207v_cmp_o_f16 vcc, v1.l, v2.l9208// W64: v_cmp_o_f16_e32 vcc, v1.l, v2.l         ; encoding: [0x01,0x05,0x0e,0x7c]9209// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9210 9211v_cmp_o_f16 vcc, v127.l, v2.l9212// W64: v_cmp_o_f16_e32 vcc, v127.l, v2.l       ; encoding: [0x7f,0x05,0x0e,0x7c]9213// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9214 9215v_cmp_o_f16 vcc, s1, v2.l9216// W64: v_cmp_o_f16_e32 vcc, s1, v2.l           ; encoding: [0x01,0x04,0x0e,0x7c]9217// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9218 9219v_cmp_o_f16 vcc, s105, v2.l9220// W64: v_cmp_o_f16_e32 vcc, s105, v2.l         ; encoding: [0x69,0x04,0x0e,0x7c]9221// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9222 9223v_cmp_o_f16 vcc, vcc_lo, v2.l9224// W64: v_cmp_o_f16_e32 vcc, vcc_lo, v2.l       ; encoding: [0x6a,0x04,0x0e,0x7c]9225// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9226 9227v_cmp_o_f16 vcc, vcc_hi, v2.l9228// W64: v_cmp_o_f16_e32 vcc, vcc_hi, v2.l       ; encoding: [0x6b,0x04,0x0e,0x7c]9229// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9230 9231v_cmp_o_f16 vcc, ttmp15, v2.l9232// W64: v_cmp_o_f16_e32 vcc, ttmp15, v2.l       ; encoding: [0x7b,0x04,0x0e,0x7c]9233// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9234 9235v_cmp_o_f16 vcc, m0, v2.l9236// W64: v_cmp_o_f16_e32 vcc, m0, v2.l           ; encoding: [0x7d,0x04,0x0e,0x7c]9237// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9238 9239v_cmp_o_f16 vcc, exec_lo, v2.l9240// W64: v_cmp_o_f16_e32 vcc, exec_lo, v2.l      ; encoding: [0x7e,0x04,0x0e,0x7c]9241// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9242 9243v_cmp_o_f16 vcc, exec_hi, v2.l9244// W64: v_cmp_o_f16_e32 vcc, exec_hi, v2.l      ; encoding: [0x7f,0x04,0x0e,0x7c]9245// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9246 9247v_cmp_o_f16 vcc, null, v2.l9248// W64: v_cmp_o_f16_e32 vcc, null, v2.l         ; encoding: [0x7c,0x04,0x0e,0x7c]9249// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9250 9251v_cmp_o_f16 vcc, -1, v2.l9252// W64: v_cmp_o_f16_e32 vcc, -1, v2.l           ; encoding: [0xc1,0x04,0x0e,0x7c]9253// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9254 9255v_cmp_o_f16 vcc, 0.5, v2.l9256// W64: v_cmp_o_f16_e32 vcc, 0.5, v2.l          ; encoding: [0xf0,0x04,0x0e,0x7c]9257// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9258 9259v_cmp_o_f16 vcc, src_scc, v2.l9260// W64: v_cmp_o_f16_e32 vcc, src_scc, v2.l      ; encoding: [0xfd,0x04,0x0e,0x7c]9261// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9262 9263v_cmp_o_f16 vcc, 0xfe0b, v127.l9264// W64: v_cmp_o_f16_e32 vcc, 0xfe0b, v127.l     ; encoding: [0xff,0xfe,0x0e,0x7c,0x0b,0xfe,0x00,0x00]9265// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9266 9267v_cmp_o_f32 vcc_lo, v1, v29268// W32: v_cmp_o_f32_e32 vcc_lo, v1, v2          ; encoding: [0x01,0x05,0x2e,0x7c]9269// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9270 9271v_cmp_o_f32 vcc_lo, v255, v29272// W32: v_cmp_o_f32_e32 vcc_lo, v255, v2        ; encoding: [0xff,0x05,0x2e,0x7c]9273// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9274 9275v_cmp_o_f32 vcc_lo, s1, v29276// W32: v_cmp_o_f32_e32 vcc_lo, s1, v2          ; encoding: [0x01,0x04,0x2e,0x7c]9277// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9278 9279v_cmp_o_f32 vcc_lo, s105, v29280// W32: v_cmp_o_f32_e32 vcc_lo, s105, v2        ; encoding: [0x69,0x04,0x2e,0x7c]9281// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9282 9283v_cmp_o_f32 vcc_lo, vcc_lo, v29284// W32: v_cmp_o_f32_e32 vcc_lo, vcc_lo, v2      ; encoding: [0x6a,0x04,0x2e,0x7c]9285// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9286 9287v_cmp_o_f32 vcc_lo, vcc_hi, v29288// W32: v_cmp_o_f32_e32 vcc_lo, vcc_hi, v2      ; encoding: [0x6b,0x04,0x2e,0x7c]9289// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9290 9291v_cmp_o_f32 vcc_lo, ttmp15, v29292// W32: v_cmp_o_f32_e32 vcc_lo, ttmp15, v2      ; encoding: [0x7b,0x04,0x2e,0x7c]9293// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9294 9295v_cmp_o_f32 vcc_lo, m0, v29296// W32: v_cmp_o_f32_e32 vcc_lo, m0, v2          ; encoding: [0x7d,0x04,0x2e,0x7c]9297// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9298 9299v_cmp_o_f32 vcc_lo, exec_lo, v29300// W32: v_cmp_o_f32_e32 vcc_lo, exec_lo, v2     ; encoding: [0x7e,0x04,0x2e,0x7c]9301// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9302 9303v_cmp_o_f32 vcc_lo, exec_hi, v29304// W32: v_cmp_o_f32_e32 vcc_lo, exec_hi, v2     ; encoding: [0x7f,0x04,0x2e,0x7c]9305// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9306 9307v_cmp_o_f32 vcc_lo, null, v29308// W32: v_cmp_o_f32_e32 vcc_lo, null, v2        ; encoding: [0x7c,0x04,0x2e,0x7c]9309// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9310 9311v_cmp_o_f32 vcc_lo, -1, v29312// W32: v_cmp_o_f32_e32 vcc_lo, -1, v2          ; encoding: [0xc1,0x04,0x2e,0x7c]9313// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9314 9315v_cmp_o_f32 vcc_lo, 0.5, v29316// W32: v_cmp_o_f32_e32 vcc_lo, 0.5, v2         ; encoding: [0xf0,0x04,0x2e,0x7c]9317// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9318 9319v_cmp_o_f32 vcc_lo, src_scc, v29320// W32: v_cmp_o_f32_e32 vcc_lo, src_scc, v2     ; encoding: [0xfd,0x04,0x2e,0x7c]9321// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9322 9323v_cmp_o_f32 vcc_lo, 0xaf123456, v2559324// W32: v_cmp_o_f32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x2f,0x7c,0x56,0x34,0x12,0xaf]9325// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9326 9327v_cmp_o_f32 vcc, v1, v29328// W64: v_cmp_o_f32_e32 vcc, v1, v2             ; encoding: [0x01,0x05,0x2e,0x7c]9329// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9330 9331v_cmp_o_f32 vcc, v255, v29332// W64: v_cmp_o_f32_e32 vcc, v255, v2           ; encoding: [0xff,0x05,0x2e,0x7c]9333// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9334 9335v_cmp_o_f32 vcc, s1, v29336// W64: v_cmp_o_f32_e32 vcc, s1, v2             ; encoding: [0x01,0x04,0x2e,0x7c]9337// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9338 9339v_cmp_o_f32 vcc, s105, v29340// W64: v_cmp_o_f32_e32 vcc, s105, v2           ; encoding: [0x69,0x04,0x2e,0x7c]9341// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9342 9343v_cmp_o_f32 vcc, vcc_lo, v29344// W64: v_cmp_o_f32_e32 vcc, vcc_lo, v2         ; encoding: [0x6a,0x04,0x2e,0x7c]9345// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9346 9347v_cmp_o_f32 vcc, vcc_hi, v29348// W64: v_cmp_o_f32_e32 vcc, vcc_hi, v2         ; encoding: [0x6b,0x04,0x2e,0x7c]9349// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9350 9351v_cmp_o_f32 vcc, ttmp15, v29352// W64: v_cmp_o_f32_e32 vcc, ttmp15, v2         ; encoding: [0x7b,0x04,0x2e,0x7c]9353// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9354 9355v_cmp_o_f32 vcc, m0, v29356// W64: v_cmp_o_f32_e32 vcc, m0, v2             ; encoding: [0x7d,0x04,0x2e,0x7c]9357// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9358 9359v_cmp_o_f32 vcc, exec_lo, v29360// W64: v_cmp_o_f32_e32 vcc, exec_lo, v2        ; encoding: [0x7e,0x04,0x2e,0x7c]9361// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9362 9363v_cmp_o_f32 vcc, exec_hi, v29364// W64: v_cmp_o_f32_e32 vcc, exec_hi, v2        ; encoding: [0x7f,0x04,0x2e,0x7c]9365// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9366 9367v_cmp_o_f32 vcc, null, v29368// W64: v_cmp_o_f32_e32 vcc, null, v2           ; encoding: [0x7c,0x04,0x2e,0x7c]9369// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9370 9371v_cmp_o_f32 vcc, -1, v29372// W64: v_cmp_o_f32_e32 vcc, -1, v2             ; encoding: [0xc1,0x04,0x2e,0x7c]9373// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9374 9375v_cmp_o_f32 vcc, 0.5, v29376// W64: v_cmp_o_f32_e32 vcc, 0.5, v2            ; encoding: [0xf0,0x04,0x2e,0x7c]9377// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9378 9379v_cmp_o_f32 vcc, src_scc, v29380// W64: v_cmp_o_f32_e32 vcc, src_scc, v2        ; encoding: [0xfd,0x04,0x2e,0x7c]9381// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9382 9383v_cmp_o_f32 vcc, 0xaf123456, v2559384// W64: v_cmp_o_f32_e32 vcc, 0xaf123456, v255   ; encoding: [0xff,0xfe,0x2f,0x7c,0x56,0x34,0x12,0xaf]9385// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9386 9387v_cmp_o_f64 vcc_lo, v[1:2], v[2:3]9388// W32: v_cmp_o_f64_e32 vcc_lo, v[1:2], v[2:3]  ; encoding: [0x01,0x05,0x4e,0x7c]9389// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9390 9391v_cmp_o_f64 vcc_lo, v[254:255], v[2:3]9392// W32: v_cmp_o_f64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x4e,0x7c]9393// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9394 9395v_cmp_o_f64 vcc_lo, s[2:3], v[2:3]9396// W32: v_cmp_o_f64_e32 vcc_lo, s[2:3], v[2:3]  ; encoding: [0x02,0x04,0x4e,0x7c]9397// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9398 9399v_cmp_o_f64 vcc_lo, s[104:105], v[2:3]9400// W32: v_cmp_o_f64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x4e,0x7c]9401// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9402 9403v_cmp_o_f64 vcc_lo, vcc, v[2:3]9404// W32: v_cmp_o_f64_e32 vcc_lo, vcc, v[2:3]     ; encoding: [0x6a,0x04,0x4e,0x7c]9405// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9406 9407v_cmp_o_f64 vcc_lo, ttmp[14:15], v[2:3]9408// W32: v_cmp_o_f64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x4e,0x7c]9409// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9410 9411v_cmp_o_f64 vcc_lo, exec, v[2:3]9412// W32: v_cmp_o_f64_e32 vcc_lo, exec, v[2:3]    ; encoding: [0x7e,0x04,0x4e,0x7c]9413// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9414 9415v_cmp_o_f64 vcc_lo, null, v[2:3]9416// W32: v_cmp_o_f64_e32 vcc_lo, null, v[2:3]    ; encoding: [0x7c,0x04,0x4e,0x7c]9417// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9418 9419v_cmp_o_f64 vcc_lo, -1, v[2:3]9420// W32: v_cmp_o_f64_e32 vcc_lo, -1, v[2:3]      ; encoding: [0xc1,0x04,0x4e,0x7c]9421// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9422 9423v_cmp_o_f64 vcc_lo, 0.5, v[2:3]9424// W32: v_cmp_o_f64_e32 vcc_lo, 0.5, v[2:3]     ; encoding: [0xf0,0x04,0x4e,0x7c]9425// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9426 9427v_cmp_o_f64 vcc_lo, src_scc, v[2:3]9428// W32: v_cmp_o_f64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0x4e,0x7c]9429// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9430 9431v_cmp_o_f64 vcc_lo, 0xaf123456, v[254:255]9432// W32: v_cmp_o_f64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x4f,0x7c,0x56,0x34,0x12,0xaf]9433// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9434 9435v_cmp_o_f64 vcc, v[1:2], v[2:3]9436// W64: v_cmp_o_f64_e32 vcc, v[1:2], v[2:3]     ; encoding: [0x01,0x05,0x4e,0x7c]9437// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9438 9439v_cmp_o_f64 vcc, v[254:255], v[2:3]9440// W64: v_cmp_o_f64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x4e,0x7c]9441// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9442 9443v_cmp_o_f64 vcc, s[2:3], v[2:3]9444// W64: v_cmp_o_f64_e32 vcc, s[2:3], v[2:3]     ; encoding: [0x02,0x04,0x4e,0x7c]9445// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9446 9447v_cmp_o_f64 vcc, s[104:105], v[2:3]9448// W64: v_cmp_o_f64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x4e,0x7c]9449// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9450 9451v_cmp_o_f64 vcc, vcc, v[2:3]9452// W64: v_cmp_o_f64_e32 vcc, vcc, v[2:3]        ; encoding: [0x6a,0x04,0x4e,0x7c]9453// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9454 9455v_cmp_o_f64 vcc, ttmp[14:15], v[2:3]9456// W64: v_cmp_o_f64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x4e,0x7c]9457// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9458 9459v_cmp_o_f64 vcc, exec, v[2:3]9460// W64: v_cmp_o_f64_e32 vcc, exec, v[2:3]       ; encoding: [0x7e,0x04,0x4e,0x7c]9461// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9462 9463v_cmp_o_f64 vcc, null, v[2:3]9464// W64: v_cmp_o_f64_e32 vcc, null, v[2:3]       ; encoding: [0x7c,0x04,0x4e,0x7c]9465// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9466 9467v_cmp_o_f64 vcc, -1, v[2:3]9468// W64: v_cmp_o_f64_e32 vcc, -1, v[2:3]         ; encoding: [0xc1,0x04,0x4e,0x7c]9469// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9470 9471v_cmp_o_f64 vcc, 0.5, v[2:3]9472// W64: v_cmp_o_f64_e32 vcc, 0.5, v[2:3]        ; encoding: [0xf0,0x04,0x4e,0x7c]9473// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9474 9475v_cmp_o_f64 vcc, src_scc, v[2:3]9476// W64: v_cmp_o_f64_e32 vcc, src_scc, v[2:3]    ; encoding: [0xfd,0x04,0x4e,0x7c]9477// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9478 9479v_cmp_o_f64 vcc, 0xaf123456, v[254:255]9480// W64: v_cmp_o_f64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x4f,0x7c,0x56,0x34,0x12,0xaf]9481// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9482 9483v_cmp_u_f16 vcc_lo, v1.l, v2.l9484// W32: v_cmp_u_f16_e32 vcc_lo, v1.l, v2.l      ; encoding: [0x01,0x05,0x10,0x7c]9485// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9486 9487v_cmp_u_f16 vcc_lo, v127.l, v2.l9488// W32: v_cmp_u_f16_e32 vcc_lo, v127.l, v2.l    ; encoding: [0x7f,0x05,0x10,0x7c]9489// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9490 9491v_cmp_u_f16 vcc_lo, s1, v2.l9492// W32: v_cmp_u_f16_e32 vcc_lo, s1, v2.l        ; encoding: [0x01,0x04,0x10,0x7c]9493// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9494 9495v_cmp_u_f16 vcc_lo, s105, v2.l9496// W32: v_cmp_u_f16_e32 vcc_lo, s105, v2.l      ; encoding: [0x69,0x04,0x10,0x7c]9497// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9498 9499v_cmp_u_f16 vcc_lo, vcc_lo, v2.l9500// W32: v_cmp_u_f16_e32 vcc_lo, vcc_lo, v2.l    ; encoding: [0x6a,0x04,0x10,0x7c]9501// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9502 9503v_cmp_u_f16 vcc_lo, vcc_hi, v2.l9504// W32: v_cmp_u_f16_e32 vcc_lo, vcc_hi, v2.l    ; encoding: [0x6b,0x04,0x10,0x7c]9505// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9506 9507v_cmp_u_f16 vcc_lo, ttmp15, v2.l9508// W32: v_cmp_u_f16_e32 vcc_lo, ttmp15, v2.l    ; encoding: [0x7b,0x04,0x10,0x7c]9509// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9510 9511v_cmp_u_f16 vcc_lo, m0, v2.l9512// W32: v_cmp_u_f16_e32 vcc_lo, m0, v2.l        ; encoding: [0x7d,0x04,0x10,0x7c]9513// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9514 9515v_cmp_u_f16 vcc_lo, exec_lo, v2.l9516// W32: v_cmp_u_f16_e32 vcc_lo, exec_lo, v2.l   ; encoding: [0x7e,0x04,0x10,0x7c]9517// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9518 9519v_cmp_u_f16 vcc_lo, exec_hi, v2.l9520// W32: v_cmp_u_f16_e32 vcc_lo, exec_hi, v2.l   ; encoding: [0x7f,0x04,0x10,0x7c]9521// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9522 9523v_cmp_u_f16 vcc_lo, null, v2.l9524// W32: v_cmp_u_f16_e32 vcc_lo, null, v2.l      ; encoding: [0x7c,0x04,0x10,0x7c]9525// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9526 9527v_cmp_u_f16 vcc_lo, -1, v2.l9528// W32: v_cmp_u_f16_e32 vcc_lo, -1, v2.l        ; encoding: [0xc1,0x04,0x10,0x7c]9529// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9530 9531v_cmp_u_f16 vcc_lo, 0.5, v2.l9532// W32: v_cmp_u_f16_e32 vcc_lo, 0.5, v2.l       ; encoding: [0xf0,0x04,0x10,0x7c]9533// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9534 9535v_cmp_u_f16 vcc_lo, src_scc, v2.l9536// W32: v_cmp_u_f16_e32 vcc_lo, src_scc, v2.l   ; encoding: [0xfd,0x04,0x10,0x7c]9537// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9538 9539v_cmp_u_f16 vcc_lo, 0xfe0b, v127.l9540// W32: v_cmp_u_f16_e32 vcc_lo, 0xfe0b, v127.l  ; encoding: [0xff,0xfe,0x10,0x7c,0x0b,0xfe,0x00,0x00]9541// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9542 9543v_cmp_u_f16 vcc, v1.l, v2.l9544// W64: v_cmp_u_f16_e32 vcc, v1.l, v2.l         ; encoding: [0x01,0x05,0x10,0x7c]9545// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9546 9547v_cmp_u_f16 vcc, v127.l, v2.l9548// W64: v_cmp_u_f16_e32 vcc, v127.l, v2.l       ; encoding: [0x7f,0x05,0x10,0x7c]9549// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9550 9551v_cmp_u_f16 vcc, s1, v2.l9552// W64: v_cmp_u_f16_e32 vcc, s1, v2.l           ; encoding: [0x01,0x04,0x10,0x7c]9553// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9554 9555v_cmp_u_f16 vcc, s105, v2.l9556// W64: v_cmp_u_f16_e32 vcc, s105, v2.l         ; encoding: [0x69,0x04,0x10,0x7c]9557// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9558 9559v_cmp_u_f16 vcc, vcc_lo, v2.l9560// W64: v_cmp_u_f16_e32 vcc, vcc_lo, v2.l       ; encoding: [0x6a,0x04,0x10,0x7c]9561// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9562 9563v_cmp_u_f16 vcc, vcc_hi, v2.l9564// W64: v_cmp_u_f16_e32 vcc, vcc_hi, v2.l       ; encoding: [0x6b,0x04,0x10,0x7c]9565// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9566 9567v_cmp_u_f16 vcc, ttmp15, v2.l9568// W64: v_cmp_u_f16_e32 vcc, ttmp15, v2.l       ; encoding: [0x7b,0x04,0x10,0x7c]9569// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9570 9571v_cmp_u_f16 vcc, m0, v2.l9572// W64: v_cmp_u_f16_e32 vcc, m0, v2.l           ; encoding: [0x7d,0x04,0x10,0x7c]9573// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9574 9575v_cmp_u_f16 vcc, exec_lo, v2.l9576// W64: v_cmp_u_f16_e32 vcc, exec_lo, v2.l      ; encoding: [0x7e,0x04,0x10,0x7c]9577// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9578 9579v_cmp_u_f16 vcc, exec_hi, v2.l9580// W64: v_cmp_u_f16_e32 vcc, exec_hi, v2.l      ; encoding: [0x7f,0x04,0x10,0x7c]9581// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9582 9583v_cmp_u_f16 vcc, null, v2.l9584// W64: v_cmp_u_f16_e32 vcc, null, v2.l         ; encoding: [0x7c,0x04,0x10,0x7c]9585// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9586 9587v_cmp_u_f16 vcc, -1, v2.l9588// W64: v_cmp_u_f16_e32 vcc, -1, v2.l           ; encoding: [0xc1,0x04,0x10,0x7c]9589// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9590 9591v_cmp_u_f16 vcc, 0.5, v2.l9592// W64: v_cmp_u_f16_e32 vcc, 0.5, v2.l          ; encoding: [0xf0,0x04,0x10,0x7c]9593// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9594 9595v_cmp_u_f16 vcc, src_scc, v2.l9596// W64: v_cmp_u_f16_e32 vcc, src_scc, v2.l      ; encoding: [0xfd,0x04,0x10,0x7c]9597// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9598 9599v_cmp_u_f16 vcc, 0xfe0b, v127.l9600// W64: v_cmp_u_f16_e32 vcc, 0xfe0b, v127.l     ; encoding: [0xff,0xfe,0x10,0x7c,0x0b,0xfe,0x00,0x00]9601// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9602 9603v_cmp_u_f16 vcc_lo, v1.h, v2.l9604// W32: v_cmp_u_f16_e32 vcc_lo, v1.h, v2.l      ; encoding: [0x81,0x05,0x10,0x7c]9605// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9606 9607v_cmp_u_f16 vcc, v1.h, v2.l9608// W64: v_cmp_u_f16_e32 vcc, v1.h, v2.l         ; encoding: [0x81,0x05,0x10,0x7c]9609// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9610 9611v_cmp_u_f16 vcc_lo, v127.h, v2.l9612// W32: v_cmp_u_f16_e32 vcc_lo, v127.h, v2.l    ; encoding: [0xff,0x05,0x10,0x7c]9613// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9614 9615v_cmp_u_f16 vcc, v127.h, v2.l9616// W64: v_cmp_u_f16_e32 vcc, v127.h, v2.l       ; encoding: [0xff,0x05,0x10,0x7c]9617// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9618 9619v_cmp_u_f16 vcc_lo, src_scc, v2.h9620// W32: v_cmp_u_f16_e32 vcc_lo, src_scc, v2.h   ; encoding: [0xfd,0x04,0x11,0x7c]9621// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9622 9623v_cmp_u_f16 vcc, src_scc, v2.h9624// W64: v_cmp_u_f16_e32 vcc, src_scc, v2.h      ; encoding: [0xfd,0x04,0x11,0x7c]9625// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9626 9627v_cmp_u_f16 vcc_lo, 0xfe0b, v127.h9628// W32: v_cmp_u_f16_e32 vcc_lo, 0xfe0b, v127.h  ; encoding: [0xff,0xfe,0x11,0x7c,0x0b,0xfe,0x00,0x00]9629// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9630 9631v_cmp_u_f16 vcc, 0xfe0b, v127.h9632// W64: v_cmp_u_f16_e32 vcc, 0xfe0b, v127.h     ; encoding: [0xff,0xfe,0x11,0x7c,0x0b,0xfe,0x00,0x00]9633// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9634 9635v_cmp_u_f32 vcc_lo, v1, v29636// W32: v_cmp_u_f32_e32 vcc_lo, v1, v2          ; encoding: [0x01,0x05,0x30,0x7c]9637// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9638 9639v_cmp_u_f32 vcc_lo, v255, v29640// W32: v_cmp_u_f32_e32 vcc_lo, v255, v2        ; encoding: [0xff,0x05,0x30,0x7c]9641// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9642 9643v_cmp_u_f32 vcc_lo, s1, v29644// W32: v_cmp_u_f32_e32 vcc_lo, s1, v2          ; encoding: [0x01,0x04,0x30,0x7c]9645// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9646 9647v_cmp_u_f32 vcc_lo, s105, v29648// W32: v_cmp_u_f32_e32 vcc_lo, s105, v2        ; encoding: [0x69,0x04,0x30,0x7c]9649// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9650 9651v_cmp_u_f32 vcc_lo, vcc_lo, v29652// W32: v_cmp_u_f32_e32 vcc_lo, vcc_lo, v2      ; encoding: [0x6a,0x04,0x30,0x7c]9653// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9654 9655v_cmp_u_f32 vcc_lo, vcc_hi, v29656// W32: v_cmp_u_f32_e32 vcc_lo, vcc_hi, v2      ; encoding: [0x6b,0x04,0x30,0x7c]9657// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9658 9659v_cmp_u_f32 vcc_lo, ttmp15, v29660// W32: v_cmp_u_f32_e32 vcc_lo, ttmp15, v2      ; encoding: [0x7b,0x04,0x30,0x7c]9661// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9662 9663v_cmp_u_f32 vcc_lo, m0, v29664// W32: v_cmp_u_f32_e32 vcc_lo, m0, v2          ; encoding: [0x7d,0x04,0x30,0x7c]9665// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9666 9667v_cmp_u_f32 vcc_lo, exec_lo, v29668// W32: v_cmp_u_f32_e32 vcc_lo, exec_lo, v2     ; encoding: [0x7e,0x04,0x30,0x7c]9669// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9670 9671v_cmp_u_f32 vcc_lo, exec_hi, v29672// W32: v_cmp_u_f32_e32 vcc_lo, exec_hi, v2     ; encoding: [0x7f,0x04,0x30,0x7c]9673// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9674 9675v_cmp_u_f32 vcc_lo, null, v29676// W32: v_cmp_u_f32_e32 vcc_lo, null, v2        ; encoding: [0x7c,0x04,0x30,0x7c]9677// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9678 9679v_cmp_u_f32 vcc_lo, -1, v29680// W32: v_cmp_u_f32_e32 vcc_lo, -1, v2          ; encoding: [0xc1,0x04,0x30,0x7c]9681// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9682 9683v_cmp_u_f32 vcc_lo, 0.5, v29684// W32: v_cmp_u_f32_e32 vcc_lo, 0.5, v2         ; encoding: [0xf0,0x04,0x30,0x7c]9685// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9686 9687v_cmp_u_f32 vcc_lo, src_scc, v29688// W32: v_cmp_u_f32_e32 vcc_lo, src_scc, v2     ; encoding: [0xfd,0x04,0x30,0x7c]9689// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9690 9691v_cmp_u_f32 vcc_lo, 0xaf123456, v2559692// W32: v_cmp_u_f32_e32 vcc_lo, 0xaf123456, v255 ; encoding: [0xff,0xfe,0x31,0x7c,0x56,0x34,0x12,0xaf]9693// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9694 9695v_cmp_u_f32 vcc, v1, v29696// W64: v_cmp_u_f32_e32 vcc, v1, v2             ; encoding: [0x01,0x05,0x30,0x7c]9697// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9698 9699v_cmp_u_f32 vcc, v255, v29700// W64: v_cmp_u_f32_e32 vcc, v255, v2           ; encoding: [0xff,0x05,0x30,0x7c]9701// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9702 9703v_cmp_u_f32 vcc, s1, v29704// W64: v_cmp_u_f32_e32 vcc, s1, v2             ; encoding: [0x01,0x04,0x30,0x7c]9705// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9706 9707v_cmp_u_f32 vcc, s105, v29708// W64: v_cmp_u_f32_e32 vcc, s105, v2           ; encoding: [0x69,0x04,0x30,0x7c]9709// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9710 9711v_cmp_u_f32 vcc, vcc_lo, v29712// W64: v_cmp_u_f32_e32 vcc, vcc_lo, v2         ; encoding: [0x6a,0x04,0x30,0x7c]9713// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9714 9715v_cmp_u_f32 vcc, vcc_hi, v29716// W64: v_cmp_u_f32_e32 vcc, vcc_hi, v2         ; encoding: [0x6b,0x04,0x30,0x7c]9717// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9718 9719v_cmp_u_f32 vcc, ttmp15, v29720// W64: v_cmp_u_f32_e32 vcc, ttmp15, v2         ; encoding: [0x7b,0x04,0x30,0x7c]9721// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9722 9723v_cmp_u_f32 vcc, m0, v29724// W64: v_cmp_u_f32_e32 vcc, m0, v2             ; encoding: [0x7d,0x04,0x30,0x7c]9725// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9726 9727v_cmp_u_f32 vcc, exec_lo, v29728// W64: v_cmp_u_f32_e32 vcc, exec_lo, v2        ; encoding: [0x7e,0x04,0x30,0x7c]9729// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9730 9731v_cmp_u_f32 vcc, exec_hi, v29732// W64: v_cmp_u_f32_e32 vcc, exec_hi, v2        ; encoding: [0x7f,0x04,0x30,0x7c]9733// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9734 9735v_cmp_u_f32 vcc, null, v29736// W64: v_cmp_u_f32_e32 vcc, null, v2           ; encoding: [0x7c,0x04,0x30,0x7c]9737// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9738 9739v_cmp_u_f32 vcc, -1, v29740// W64: v_cmp_u_f32_e32 vcc, -1, v2             ; encoding: [0xc1,0x04,0x30,0x7c]9741// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9742 9743v_cmp_u_f32 vcc, 0.5, v29744// W64: v_cmp_u_f32_e32 vcc, 0.5, v2            ; encoding: [0xf0,0x04,0x30,0x7c]9745// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9746 9747v_cmp_u_f32 vcc, src_scc, v29748// W64: v_cmp_u_f32_e32 vcc, src_scc, v2        ; encoding: [0xfd,0x04,0x30,0x7c]9749// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9750 9751v_cmp_u_f32 vcc, 0xaf123456, v2559752// W64: v_cmp_u_f32_e32 vcc, 0xaf123456, v255   ; encoding: [0xff,0xfe,0x31,0x7c,0x56,0x34,0x12,0xaf]9753// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9754 9755v_cmp_u_f64 vcc_lo, v[1:2], v[2:3]9756// W32: v_cmp_u_f64_e32 vcc_lo, v[1:2], v[2:3]  ; encoding: [0x01,0x05,0x50,0x7c]9757// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9758 9759v_cmp_u_f64 vcc_lo, v[254:255], v[2:3]9760// W32: v_cmp_u_f64_e32 vcc_lo, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x50,0x7c]9761// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9762 9763v_cmp_u_f64 vcc_lo, s[2:3], v[2:3]9764// W32: v_cmp_u_f64_e32 vcc_lo, s[2:3], v[2:3]  ; encoding: [0x02,0x04,0x50,0x7c]9765// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9766 9767v_cmp_u_f64 vcc_lo, s[104:105], v[2:3]9768// W32: v_cmp_u_f64_e32 vcc_lo, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x50,0x7c]9769// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9770 9771v_cmp_u_f64 vcc_lo, vcc, v[2:3]9772// W32: v_cmp_u_f64_e32 vcc_lo, vcc, v[2:3]     ; encoding: [0x6a,0x04,0x50,0x7c]9773// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9774 9775v_cmp_u_f64 vcc_lo, ttmp[14:15], v[2:3]9776// W32: v_cmp_u_f64_e32 vcc_lo, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x50,0x7c]9777// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9778 9779v_cmp_u_f64 vcc_lo, exec, v[2:3]9780// W32: v_cmp_u_f64_e32 vcc_lo, exec, v[2:3]    ; encoding: [0x7e,0x04,0x50,0x7c]9781// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9782 9783v_cmp_u_f64 vcc_lo, null, v[2:3]9784// W32: v_cmp_u_f64_e32 vcc_lo, null, v[2:3]    ; encoding: [0x7c,0x04,0x50,0x7c]9785// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9786 9787v_cmp_u_f64 vcc_lo, -1, v[2:3]9788// W32: v_cmp_u_f64_e32 vcc_lo, -1, v[2:3]      ; encoding: [0xc1,0x04,0x50,0x7c]9789// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9790 9791v_cmp_u_f64 vcc_lo, 0.5, v[2:3]9792// W32: v_cmp_u_f64_e32 vcc_lo, 0.5, v[2:3]     ; encoding: [0xf0,0x04,0x50,0x7c]9793// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9794 9795v_cmp_u_f64 vcc_lo, src_scc, v[2:3]9796// W32: v_cmp_u_f64_e32 vcc_lo, src_scc, v[2:3] ; encoding: [0xfd,0x04,0x50,0x7c]9797// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9798 9799v_cmp_u_f64 vcc_lo, 0xaf123456, v[254:255]9800// W32: v_cmp_u_f64_e32 vcc_lo, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x51,0x7c,0x56,0x34,0x12,0xaf]9801// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9802 9803v_cmp_u_f64 vcc, v[1:2], v[2:3]9804// W64: v_cmp_u_f64_e32 vcc, v[1:2], v[2:3]     ; encoding: [0x01,0x05,0x50,0x7c]9805// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9806 9807v_cmp_u_f64 vcc, v[254:255], v[2:3]9808// W64: v_cmp_u_f64_e32 vcc, v[254:255], v[2:3] ; encoding: [0xfe,0x05,0x50,0x7c]9809// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9810 9811v_cmp_u_f64 vcc, s[2:3], v[2:3]9812// W64: v_cmp_u_f64_e32 vcc, s[2:3], v[2:3]     ; encoding: [0x02,0x04,0x50,0x7c]9813// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9814 9815v_cmp_u_f64 vcc, s[104:105], v[2:3]9816// W64: v_cmp_u_f64_e32 vcc, s[104:105], v[2:3] ; encoding: [0x68,0x04,0x50,0x7c]9817// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9818 9819v_cmp_u_f64 vcc, vcc, v[2:3]9820// W64: v_cmp_u_f64_e32 vcc, vcc, v[2:3]        ; encoding: [0x6a,0x04,0x50,0x7c]9821// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9822 9823v_cmp_u_f64 vcc, ttmp[14:15], v[2:3]9824// W64: v_cmp_u_f64_e32 vcc, ttmp[14:15], v[2:3] ; encoding: [0x7a,0x04,0x50,0x7c]9825// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9826 9827v_cmp_u_f64 vcc, exec, v[2:3]9828// W64: v_cmp_u_f64_e32 vcc, exec, v[2:3]       ; encoding: [0x7e,0x04,0x50,0x7c]9829// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9830 9831v_cmp_u_f64 vcc, null, v[2:3]9832// W64: v_cmp_u_f64_e32 vcc, null, v[2:3]       ; encoding: [0x7c,0x04,0x50,0x7c]9833// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9834 9835v_cmp_u_f64 vcc, -1, v[2:3]9836// W64: v_cmp_u_f64_e32 vcc, -1, v[2:3]         ; encoding: [0xc1,0x04,0x50,0x7c]9837// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9838 9839v_cmp_u_f64 vcc, 0.5, v[2:3]9840// W64: v_cmp_u_f64_e32 vcc, 0.5, v[2:3]        ; encoding: [0xf0,0x04,0x50,0x7c]9841// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9842 9843v_cmp_u_f64 vcc, src_scc, v[2:3]9844// W64: v_cmp_u_f64_e32 vcc, src_scc, v[2:3]    ; encoding: [0xfd,0x04,0x50,0x7c]9845// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9846 9847v_cmp_u_f64 vcc, 0xaf123456, v[254:255]9848// W64: v_cmp_u_f64_e32 vcc, 0xaf123456, v[254:255] ; encoding: [0xff,0xfc,0x51,0x7c,0x56,0x34,0x12,0xaf]9849// W32-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode9850