[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / MC / AMDGPU / gfx12_asm_vopc-fake16.s
blobebac9fed92503eeade00c3e9ad4c2a122bd68bc0
1 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1200 -mattr=+wavefrontsize32,-real-true16 -show-encoding %s | FileCheck --check-prefix=W32 %s
2 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1200 -mattr=+wavefrontsize64,-real-true16 -show-encoding %s | FileCheck --check-prefix=W64 %s
3 // 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: %s
4 // 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: %s
6 v_cmp_class_f16_e32 vcc_lo, v1, v2
7 // W32: encoding: [0x01,0x05,0xfa,0x7c]
8 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
10 v_cmp_class_f16 vcc_lo, v127, v2
11 // W32: encoding: [0x7f,0x05,0xfa,0x7c]
12 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
14 v_cmp_class_f16 vcc_lo, s1, v2
15 // W32: encoding: [0x01,0x04,0xfa,0x7c]
16 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
18 v_cmp_class_f16 vcc_lo, s105, v2
19 // W32: encoding: [0x69,0x04,0xfa,0x7c]
20 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
22 v_cmp_class_f16 vcc_lo, vcc_lo, v2
23 // W32: encoding: [0x6a,0x04,0xfa,0x7c]
24 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
26 v_cmp_class_f16 vcc_lo, vcc_hi, v2
27 // W32: encoding: [0x6b,0x04,0xfa,0x7c]
28 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
30 v_cmp_class_f16 vcc_lo, ttmp15, v2
31 // W32: encoding: [0x7b,0x04,0xfa,0x7c]
32 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
34 v_cmp_class_f16 vcc_lo, m0, v2
35 // W32: encoding: [0x7d,0x04,0xfa,0x7c]
36 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
38 v_cmp_class_f16 vcc_lo, exec_lo, v2
39 // W32: encoding: [0x7e,0x04,0xfa,0x7c]
40 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
42 v_cmp_class_f16 vcc_lo, exec_hi, v2
43 // W32: encoding: [0x7f,0x04,0xfa,0x7c]
44 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
46 v_cmp_class_f16 vcc_lo, null, v2
47 // W32: encoding: [0x7c,0x04,0xfa,0x7c]
48 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
50 v_cmp_class_f16 vcc_lo, -1, v2
51 // W32: encoding: [0xc1,0x04,0xfa,0x7c]
52 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
54 v_cmp_class_f16 vcc_lo, 0.5, v2
55 // W32: encoding: [0xf0,0x04,0xfa,0x7c]
56 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
58 v_cmp_class_f16 vcc_lo, src_scc, v2
59 // W32: encoding: [0xfd,0x04,0xfa,0x7c]
60 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
62 v_cmp_class_f16 vcc_lo, 0xfe0b, v127
63 // W32: encoding: [0xff,0xfe,0xfa,0x7c,0x0b,0xfe,0x00,0x00]
64 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
66 v_cmp_class_f16 vcc, v1, v2
67 // W64: encoding: [0x01,0x05,0xfa,0x7c]
68 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
70 v_cmp_class_f16 vcc, v127, v2
71 // W64: encoding: [0x7f,0x05,0xfa,0x7c]
72 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
74 v_cmp_class_f16 vcc, s1, v2
75 // W64: encoding: [0x01,0x04,0xfa,0x7c]
76 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
78 v_cmp_class_f16 vcc, s105, v2
79 // W64: encoding: [0x69,0x04,0xfa,0x7c]
80 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
82 v_cmp_class_f16 vcc, vcc_lo, v2
83 // W64: encoding: [0x6a,0x04,0xfa,0x7c]
84 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
86 v_cmp_class_f16 vcc, vcc_hi, v2
87 // W64: encoding: [0x6b,0x04,0xfa,0x7c]
88 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
90 v_cmp_class_f16 vcc, ttmp15, v2
91 // W64: encoding: [0x7b,0x04,0xfa,0x7c]
92 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
94 v_cmp_class_f16 vcc, m0, v2
95 // W64: encoding: [0x7d,0x04,0xfa,0x7c]
96 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
98 v_cmp_class_f16 vcc, exec_lo, v2
99 // W64: encoding: [0x7e,0x04,0xfa,0x7c]
100 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
102 v_cmp_class_f16 vcc, exec_hi, v2
103 // W64: encoding: [0x7f,0x04,0xfa,0x7c]
104 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
106 v_cmp_class_f16 vcc, null, v2
107 // W64: encoding: [0x7c,0x04,0xfa,0x7c]
108 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
110 v_cmp_class_f16 vcc, -1, v2
111 // W64: encoding: [0xc1,0x04,0xfa,0x7c]
112 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
114 v_cmp_class_f16 vcc, 0.5, v2
115 // W64: encoding: [0xf0,0x04,0xfa,0x7c]
116 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
118 v_cmp_class_f16 vcc, src_scc, v2
119 // W64: encoding: [0xfd,0x04,0xfa,0x7c]
120 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
122 v_cmp_class_f16 vcc, 0xfe0b, v127
123 // W64: encoding: [0xff,0xfe,0xfa,0x7c,0x0b,0xfe,0x00,0x00]
124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
126 v_cmp_class_f32 vcc_lo, v1, v2
127 // W32: encoding: [0x01,0x05,0xfc,0x7c]
128 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
130 v_cmp_class_f32 vcc_lo, v255, v2
131 // W32: encoding: [0xff,0x05,0xfc,0x7c]
132 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
134 v_cmp_class_f32 vcc_lo, s1, v2
135 // W32: encoding: [0x01,0x04,0xfc,0x7c]
136 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
138 v_cmp_class_f32 vcc_lo, s105, v2
139 // W32: encoding: [0x69,0x04,0xfc,0x7c]
140 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
142 v_cmp_class_f32 vcc_lo, vcc_lo, v2
143 // W32: encoding: [0x6a,0x04,0xfc,0x7c]
144 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
146 v_cmp_class_f32 vcc_lo, vcc_hi, v2
147 // W32: encoding: [0x6b,0x04,0xfc,0x7c]
148 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
150 v_cmp_class_f32 vcc_lo, ttmp15, v2
151 // W32: encoding: [0x7b,0x04,0xfc,0x7c]
152 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
154 v_cmp_class_f32 vcc_lo, m0, v2
155 // W32: encoding: [0x7d,0x04,0xfc,0x7c]
156 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
158 v_cmp_class_f32 vcc_lo, exec_lo, v2
159 // W32: encoding: [0x7e,0x04,0xfc,0x7c]
160 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
162 v_cmp_class_f32 vcc_lo, exec_hi, v2
163 // W32: encoding: [0x7f,0x04,0xfc,0x7c]
164 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
166 v_cmp_class_f32 vcc_lo, null, v2
167 // W32: encoding: [0x7c,0x04,0xfc,0x7c]
168 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
170 v_cmp_class_f32 vcc_lo, -1, v2
171 // W32: encoding: [0xc1,0x04,0xfc,0x7c]
172 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
174 v_cmp_class_f32 vcc_lo, 0.5, v2
175 // W32: encoding: [0xf0,0x04,0xfc,0x7c]
176 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
178 v_cmp_class_f32 vcc_lo, src_scc, v2
179 // W32: encoding: [0xfd,0x04,0xfc,0x7c]
180 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
182 v_cmp_class_f32 vcc_lo, 0xaf123456, v255
183 // W32: encoding: [0xff,0xfe,0xfd,0x7c,0x56,0x34,0x12,0xaf]
184 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
186 v_cmp_class_f32 vcc, v1, v2
187 // W64: encoding: [0x01,0x05,0xfc,0x7c]
188 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
190 v_cmp_class_f32 vcc, v255, v2
191 // W64: encoding: [0xff,0x05,0xfc,0x7c]
192 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
194 v_cmp_class_f32 vcc, s1, v2
195 // W64: encoding: [0x01,0x04,0xfc,0x7c]
196 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
198 v_cmp_class_f32 vcc, s105, v2
199 // W64: encoding: [0x69,0x04,0xfc,0x7c]
200 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
202 v_cmp_class_f32 vcc, vcc_lo, v2
203 // W64: encoding: [0x6a,0x04,0xfc,0x7c]
204 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
206 v_cmp_class_f32 vcc, vcc_hi, v2
207 // W64: encoding: [0x6b,0x04,0xfc,0x7c]
208 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
210 v_cmp_class_f32 vcc, ttmp15, v2
211 // W64: encoding: [0x7b,0x04,0xfc,0x7c]
212 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
214 v_cmp_class_f32 vcc, m0, v2
215 // W64: encoding: [0x7d,0x04,0xfc,0x7c]
216 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
218 v_cmp_class_f32 vcc, exec_lo, v2
219 // W64: encoding: [0x7e,0x04,0xfc,0x7c]
220 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
222 v_cmp_class_f32 vcc, exec_hi, v2
223 // W64: encoding: [0x7f,0x04,0xfc,0x7c]
224 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
226 v_cmp_class_f32 vcc, null, v2
227 // W64: encoding: [0x7c,0x04,0xfc,0x7c]
228 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
230 v_cmp_class_f32 vcc, -1, v2
231 // W64: encoding: [0xc1,0x04,0xfc,0x7c]
232 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
234 v_cmp_class_f32 vcc, 0.5, v2
235 // W64: encoding: [0xf0,0x04,0xfc,0x7c]
236 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
238 v_cmp_class_f32 vcc, src_scc, v2
239 // W64: encoding: [0xfd,0x04,0xfc,0x7c]
240 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
242 v_cmp_class_f32 vcc, 0xaf123456, v255
243 // W64: encoding: [0xff,0xfe,0xfd,0x7c,0x56,0x34,0x12,0xaf]
244 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
246 v_cmp_class_f64 vcc_lo, v[1:2], v2
247 // W32: encoding: [0x01,0x05,0xfe,0x7c]
248 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
250 v_cmp_class_f64 vcc_lo, v[254:255], v2
251 // W32: encoding: [0xfe,0x05,0xfe,0x7c]
252 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
254 v_cmp_class_f64 vcc_lo, s[2:3], v2
255 // W32: encoding: [0x02,0x04,0xfe,0x7c]
256 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
258 v_cmp_class_f64 vcc_lo, s[104:105], v2
259 // W32: encoding: [0x68,0x04,0xfe,0x7c]
260 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
262 v_cmp_class_f64 vcc_lo, vcc, v2
263 // W32: encoding: [0x6a,0x04,0xfe,0x7c]
264 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
266 v_cmp_class_f64 vcc_lo, ttmp[14:15], v2
267 // W32: encoding: [0x7a,0x04,0xfe,0x7c]
268 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
270 v_cmp_class_f64 vcc_lo, exec, v2
271 // W32: encoding: [0x7e,0x04,0xfe,0x7c]
272 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
274 v_cmp_class_f64 vcc_lo, null, v2
275 // W32: encoding: [0x7c,0x04,0xfe,0x7c]
276 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
278 v_cmp_class_f64 vcc_lo, -1, v2
279 // W32: encoding: [0xc1,0x04,0xfe,0x7c]
280 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
282 v_cmp_class_f64 vcc_lo, 0.5, v2
283 // W32: encoding: [0xf0,0x04,0xfe,0x7c]
284 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
286 v_cmp_class_f64 vcc_lo, src_scc, v2
287 // W32: encoding: [0xfd,0x04,0xfe,0x7c]
288 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
290 v_cmp_class_f64 vcc_lo, 0xaf123456, v255
291 // W32: encoding: [0xff,0xfe,0xff,0x7c,0x56,0x34,0x12,0xaf]
292 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
294 v_cmp_class_f64 vcc, v[1:2], v2
295 // W64: encoding: [0x01,0x05,0xfe,0x7c]
296 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
298 v_cmp_class_f64 vcc, v[254:255], v2
299 // W64: encoding: [0xfe,0x05,0xfe,0x7c]
300 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
302 v_cmp_class_f64 vcc, s[2:3], v2
303 // W64: encoding: [0x02,0x04,0xfe,0x7c]
304 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
306 v_cmp_class_f64 vcc, s[104:105], v2
307 // W64: encoding: [0x68,0x04,0xfe,0x7c]
308 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
310 v_cmp_class_f64 vcc, vcc, v2
311 // W64: encoding: [0x6a,0x04,0xfe,0x7c]
312 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
314 v_cmp_class_f64 vcc, ttmp[14:15], v2
315 // W64: encoding: [0x7a,0x04,0xfe,0x7c]
316 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
318 v_cmp_class_f64 vcc, exec, v2
319 // W64: encoding: [0x7e,0x04,0xfe,0x7c]
320 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
322 v_cmp_class_f64 vcc, null, v2
323 // W64: encoding: [0x7c,0x04,0xfe,0x7c]
324 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
326 v_cmp_class_f64 vcc, -1, v2
327 // W64: encoding: [0xc1,0x04,0xfe,0x7c]
328 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
330 v_cmp_class_f64 vcc, 0.5, v2
331 // W64: encoding: [0xf0,0x04,0xfe,0x7c]
332 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
334 v_cmp_class_f64 vcc, src_scc, v2
335 // W64: encoding: [0xfd,0x04,0xfe,0x7c]
336 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
338 v_cmp_class_f64 vcc, 0xaf123456, v255
339 // W64: encoding: [0xff,0xfe,0xff,0x7c,0x56,0x34,0x12,0xaf]
340 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
342 v_cmp_eq_f16 vcc_lo, v1, v2
343 // W32: encoding: [0x01,0x05,0x04,0x7c]
344 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
346 v_cmp_eq_f16 vcc_lo, v127, v2
347 // W32: encoding: [0x7f,0x05,0x04,0x7c]
348 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
350 v_cmp_eq_f16 vcc_lo, s1, v2
351 // W32: encoding: [0x01,0x04,0x04,0x7c]
352 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
354 v_cmp_eq_f16 vcc_lo, s105, v2
355 // W32: encoding: [0x69,0x04,0x04,0x7c]
356 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
358 v_cmp_eq_f16 vcc_lo, vcc_lo, v2
359 // W32: encoding: [0x6a,0x04,0x04,0x7c]
360 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
362 v_cmp_eq_f16 vcc_lo, vcc_hi, v2
363 // W32: encoding: [0x6b,0x04,0x04,0x7c]
364 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
366 v_cmp_eq_f16 vcc_lo, ttmp15, v2
367 // W32: encoding: [0x7b,0x04,0x04,0x7c]
368 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
370 v_cmp_eq_f16 vcc_lo, m0, v2
371 // W32: encoding: [0x7d,0x04,0x04,0x7c]
372 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
374 v_cmp_eq_f16 vcc_lo, exec_lo, v2
375 // W32: encoding: [0x7e,0x04,0x04,0x7c]
376 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
378 v_cmp_eq_f16 vcc_lo, exec_hi, v2
379 // W32: encoding: [0x7f,0x04,0x04,0x7c]
380 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
382 v_cmp_eq_f16 vcc_lo, null, v2
383 // W32: encoding: [0x7c,0x04,0x04,0x7c]
384 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
386 v_cmp_eq_f16 vcc_lo, -1, v2
387 // W32: encoding: [0xc1,0x04,0x04,0x7c]
388 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
390 v_cmp_eq_f16 vcc_lo, 0.5, v2
391 // W32: encoding: [0xf0,0x04,0x04,0x7c]
392 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
394 v_cmp_eq_f16 vcc_lo, src_scc, v2
395 // W32: encoding: [0xfd,0x04,0x04,0x7c]
396 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
398 v_cmp_eq_f16 vcc_lo, 0xfe0b, v127
399 // W32: encoding: [0xff,0xfe,0x04,0x7c,0x0b,0xfe,0x00,0x00]
400 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
402 v_cmp_eq_f16 vcc, v1, v2
403 // W64: encoding: [0x01,0x05,0x04,0x7c]
404 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
406 v_cmp_eq_f16 vcc, v127, v2
407 // W64: encoding: [0x7f,0x05,0x04,0x7c]
408 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
410 v_cmp_eq_f16 vcc, s1, v2
411 // W64: encoding: [0x01,0x04,0x04,0x7c]
412 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
414 v_cmp_eq_f16 vcc, s105, v2
415 // W64: encoding: [0x69,0x04,0x04,0x7c]
416 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
418 v_cmp_eq_f16 vcc, vcc_lo, v2
419 // W64: encoding: [0x6a,0x04,0x04,0x7c]
420 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
422 v_cmp_eq_f16 vcc, vcc_hi, v2
423 // W64: encoding: [0x6b,0x04,0x04,0x7c]
424 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
426 v_cmp_eq_f16 vcc, ttmp15, v2
427 // W64: encoding: [0x7b,0x04,0x04,0x7c]
428 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
430 v_cmp_eq_f16 vcc, m0, v2
431 // W64: encoding: [0x7d,0x04,0x04,0x7c]
432 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
434 v_cmp_eq_f16 vcc, exec_lo, v2
435 // W64: encoding: [0x7e,0x04,0x04,0x7c]
436 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
438 v_cmp_eq_f16 vcc, exec_hi, v2
439 // W64: encoding: [0x7f,0x04,0x04,0x7c]
440 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
442 v_cmp_eq_f16 vcc, null, v2
443 // W64: encoding: [0x7c,0x04,0x04,0x7c]
444 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
446 v_cmp_eq_f16 vcc, -1, v2
447 // W64: encoding: [0xc1,0x04,0x04,0x7c]
448 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
450 v_cmp_eq_f16 vcc, 0.5, v2
451 // W64: encoding: [0xf0,0x04,0x04,0x7c]
452 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
454 v_cmp_eq_f16 vcc, src_scc, v2
455 // W64: encoding: [0xfd,0x04,0x04,0x7c]
456 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
458 v_cmp_eq_f16 vcc, 0xfe0b, v127
459 // W64: encoding: [0xff,0xfe,0x04,0x7c,0x0b,0xfe,0x00,0x00]
460 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
462 v_cmp_eq_f32 vcc_lo, v1, v2
463 // W32: encoding: [0x01,0x05,0x24,0x7c]
464 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
466 v_cmp_eq_f32 vcc_lo, v255, v2
467 // W32: encoding: [0xff,0x05,0x24,0x7c]
468 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
470 v_cmp_eq_f32 vcc_lo, s1, v2
471 // W32: encoding: [0x01,0x04,0x24,0x7c]
472 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
474 v_cmp_eq_f32 vcc_lo, s105, v2
475 // W32: encoding: [0x69,0x04,0x24,0x7c]
476 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
478 v_cmp_eq_f32 vcc_lo, vcc_lo, v2
479 // W32: encoding: [0x6a,0x04,0x24,0x7c]
480 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
482 v_cmp_eq_f32 vcc_lo, vcc_hi, v2
483 // W32: encoding: [0x6b,0x04,0x24,0x7c]
484 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
486 v_cmp_eq_f32 vcc_lo, ttmp15, v2
487 // W32: encoding: [0x7b,0x04,0x24,0x7c]
488 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
490 v_cmp_eq_f32 vcc_lo, m0, v2
491 // W32: encoding: [0x7d,0x04,0x24,0x7c]
492 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
494 v_cmp_eq_f32 vcc_lo, exec_lo, v2
495 // W32: encoding: [0x7e,0x04,0x24,0x7c]
496 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
498 v_cmp_eq_f32 vcc_lo, exec_hi, v2
499 // W32: encoding: [0x7f,0x04,0x24,0x7c]
500 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
502 v_cmp_eq_f32 vcc_lo, null, v2
503 // W32: encoding: [0x7c,0x04,0x24,0x7c]
504 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
506 v_cmp_eq_f32 vcc_lo, -1, v2
507 // W32: encoding: [0xc1,0x04,0x24,0x7c]
508 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
510 v_cmp_eq_f32 vcc_lo, 0.5, v2
511 // W32: encoding: [0xf0,0x04,0x24,0x7c]
512 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
514 v_cmp_eq_f32 vcc_lo, src_scc, v2
515 // W32: encoding: [0xfd,0x04,0x24,0x7c]
516 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
518 v_cmp_eq_f32 vcc_lo, 0xaf123456, v255
519 // W32: encoding: [0xff,0xfe,0x25,0x7c,0x56,0x34,0x12,0xaf]
520 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
522 v_cmp_eq_f32 vcc, v1, v2
523 // W64: encoding: [0x01,0x05,0x24,0x7c]
524 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
526 v_cmp_eq_f32 vcc, v255, v2
527 // W64: encoding: [0xff,0x05,0x24,0x7c]
528 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
530 v_cmp_eq_f32 vcc, s1, v2
531 // W64: encoding: [0x01,0x04,0x24,0x7c]
532 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
534 v_cmp_eq_f32 vcc, s105, v2
535 // W64: encoding: [0x69,0x04,0x24,0x7c]
536 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
538 v_cmp_eq_f32 vcc, vcc_lo, v2
539 // W64: encoding: [0x6a,0x04,0x24,0x7c]
540 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
542 v_cmp_eq_f32 vcc, vcc_hi, v2
543 // W64: encoding: [0x6b,0x04,0x24,0x7c]
544 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
546 v_cmp_eq_f32 vcc, ttmp15, v2
547 // W64: encoding: [0x7b,0x04,0x24,0x7c]
548 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
550 v_cmp_eq_f32 vcc, m0, v2
551 // W64: encoding: [0x7d,0x04,0x24,0x7c]
552 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
554 v_cmp_eq_f32 vcc, exec_lo, v2
555 // W64: encoding: [0x7e,0x04,0x24,0x7c]
556 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
558 v_cmp_eq_f32 vcc, exec_hi, v2
559 // W64: encoding: [0x7f,0x04,0x24,0x7c]
560 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
562 v_cmp_eq_f32 vcc, null, v2
563 // W64: encoding: [0x7c,0x04,0x24,0x7c]
564 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
566 v_cmp_eq_f32 vcc, -1, v2
567 // W64: encoding: [0xc1,0x04,0x24,0x7c]
568 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
570 v_cmp_eq_f32 vcc, 0.5, v2
571 // W64: encoding: [0xf0,0x04,0x24,0x7c]
572 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
574 v_cmp_eq_f32 vcc, src_scc, v2
575 // W64: encoding: [0xfd,0x04,0x24,0x7c]
576 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
578 v_cmp_eq_f32 vcc, 0xaf123456, v255
579 // W64: encoding: [0xff,0xfe,0x25,0x7c,0x56,0x34,0x12,0xaf]
580 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
582 v_cmp_eq_f64 vcc_lo, v[1:2], v[2:3]
583 // W32: encoding: [0x01,0x05,0x44,0x7c]
584 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
586 v_cmp_eq_f64 vcc_lo, v[254:255], v[2:3]
587 // W32: encoding: [0xfe,0x05,0x44,0x7c]
588 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
590 v_cmp_eq_f64 vcc_lo, s[2:3], v[2:3]
591 // W32: encoding: [0x02,0x04,0x44,0x7c]
592 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
594 v_cmp_eq_f64 vcc_lo, s[104:105], v[2:3]
595 // W32: encoding: [0x68,0x04,0x44,0x7c]
596 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
598 v_cmp_eq_f64 vcc_lo, vcc, v[2:3]
599 // W32: encoding: [0x6a,0x04,0x44,0x7c]
600 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
602 v_cmp_eq_f64 vcc_lo, ttmp[14:15], v[2:3]
603 // W32: encoding: [0x7a,0x04,0x44,0x7c]
604 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
606 v_cmp_eq_f64 vcc_lo, exec, v[2:3]
607 // W32: encoding: [0x7e,0x04,0x44,0x7c]
608 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
610 v_cmp_eq_f64 vcc_lo, null, v[2:3]
611 // W32: encoding: [0x7c,0x04,0x44,0x7c]
612 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
614 v_cmp_eq_f64 vcc_lo, -1, v[2:3]
615 // W32: encoding: [0xc1,0x04,0x44,0x7c]
616 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
618 v_cmp_eq_f64 vcc_lo, 0.5, v[2:3]
619 // W32: encoding: [0xf0,0x04,0x44,0x7c]
620 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
622 v_cmp_eq_f64 vcc_lo, src_scc, v[2:3]
623 // W32: encoding: [0xfd,0x04,0x44,0x7c]
624 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
626 v_cmp_eq_f64 vcc_lo, 0xaf123456, v[254:255]
627 // W32: encoding: [0xff,0xfc,0x45,0x7c,0x56,0x34,0x12,0xaf]
628 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
630 v_cmp_eq_f64 vcc, v[1:2], v[2:3]
631 // W64: encoding: [0x01,0x05,0x44,0x7c]
632 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
634 v_cmp_eq_f64 vcc, v[254:255], v[2:3]
635 // W64: encoding: [0xfe,0x05,0x44,0x7c]
636 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
638 v_cmp_eq_f64 vcc, s[2:3], v[2:3]
639 // W64: encoding: [0x02,0x04,0x44,0x7c]
640 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
642 v_cmp_eq_f64 vcc, s[104:105], v[2:3]
643 // W64: encoding: [0x68,0x04,0x44,0x7c]
644 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
646 v_cmp_eq_f64 vcc, vcc, v[2:3]
647 // W64: encoding: [0x6a,0x04,0x44,0x7c]
648 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
650 v_cmp_eq_f64 vcc, ttmp[14:15], v[2:3]
651 // W64: encoding: [0x7a,0x04,0x44,0x7c]
652 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
654 v_cmp_eq_f64 vcc, exec, v[2:3]
655 // W64: encoding: [0x7e,0x04,0x44,0x7c]
656 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
658 v_cmp_eq_f64 vcc, null, v[2:3]
659 // W64: encoding: [0x7c,0x04,0x44,0x7c]
660 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
662 v_cmp_eq_f64 vcc, -1, v[2:3]
663 // W64: encoding: [0xc1,0x04,0x44,0x7c]
664 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
666 v_cmp_eq_f64 vcc, 0.5, v[2:3]
667 // W64: encoding: [0xf0,0x04,0x44,0x7c]
668 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
670 v_cmp_eq_f64 vcc, src_scc, v[2:3]
671 // W64: encoding: [0xfd,0x04,0x44,0x7c]
672 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
674 v_cmp_eq_f64 vcc, 0xaf123456, v[254:255]
675 // W64: encoding: [0xff,0xfc,0x45,0x7c,0x56,0x34,0x12,0xaf]
676 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
678 v_cmp_eq_i16 vcc_lo, v1, v2
679 // W32: encoding: [0x01,0x05,0x64,0x7c]
680 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
682 v_cmp_eq_i16 vcc_lo, v127, v2
683 // W32: encoding: [0x7f,0x05,0x64,0x7c]
684 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
686 v_cmp_eq_i16 vcc_lo, s1, v2
687 // W32: encoding: [0x01,0x04,0x64,0x7c]
688 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
690 v_cmp_eq_i16 vcc_lo, s105, v2
691 // W32: encoding: [0x69,0x04,0x64,0x7c]
692 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
694 v_cmp_eq_i16 vcc_lo, vcc_lo, v2
695 // W32: encoding: [0x6a,0x04,0x64,0x7c]
696 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
698 v_cmp_eq_i16 vcc_lo, vcc_hi, v2
699 // W32: encoding: [0x6b,0x04,0x64,0x7c]
700 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
702 v_cmp_eq_i16 vcc_lo, ttmp15, v2
703 // W32: encoding: [0x7b,0x04,0x64,0x7c]
704 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
706 v_cmp_eq_i16 vcc_lo, m0, v2
707 // W32: encoding: [0x7d,0x04,0x64,0x7c]
708 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
710 v_cmp_eq_i16 vcc_lo, exec_lo, v2
711 // W32: encoding: [0x7e,0x04,0x64,0x7c]
712 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
714 v_cmp_eq_i16 vcc_lo, exec_hi, v2
715 // W32: encoding: [0x7f,0x04,0x64,0x7c]
716 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
718 v_cmp_eq_i16 vcc_lo, null, v2
719 // W32: encoding: [0x7c,0x04,0x64,0x7c]
720 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
722 v_cmp_eq_i16 vcc_lo, -1, v2
723 // W32: encoding: [0xc1,0x04,0x64,0x7c]
724 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
726 v_cmp_eq_i16 vcc_lo, 0.5, v2
727 // W32: encoding: [0xf0,0x04,0x64,0x7c]
728 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
730 v_cmp_eq_i16 vcc_lo, src_scc, v2
731 // W32: encoding: [0xfd,0x04,0x64,0x7c]
732 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
734 v_cmp_eq_i16 vcc_lo, 0xfe0b, v127
735 // W32: encoding: [0xff,0xfe,0x64,0x7c,0x0b,0xfe,0x00,0x00]
736 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
738 v_cmp_eq_i16 vcc, v1, v2
739 // W64: encoding: [0x01,0x05,0x64,0x7c]
740 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
742 v_cmp_eq_i16 vcc, v127, v2
743 // W64: encoding: [0x7f,0x05,0x64,0x7c]
744 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
746 v_cmp_eq_i16 vcc, s1, v2
747 // W64: encoding: [0x01,0x04,0x64,0x7c]
748 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
750 v_cmp_eq_i16 vcc, s105, v2
751 // W64: encoding: [0x69,0x04,0x64,0x7c]
752 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
754 v_cmp_eq_i16 vcc, vcc_lo, v2
755 // W64: encoding: [0x6a,0x04,0x64,0x7c]
756 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
758 v_cmp_eq_i16 vcc, vcc_hi, v2
759 // W64: encoding: [0x6b,0x04,0x64,0x7c]
760 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
762 v_cmp_eq_i16 vcc, ttmp15, v2
763 // W64: encoding: [0x7b,0x04,0x64,0x7c]
764 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
766 v_cmp_eq_i16 vcc, m0, v2
767 // W64: encoding: [0x7d,0x04,0x64,0x7c]
768 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
770 v_cmp_eq_i16 vcc, exec_lo, v2
771 // W64: encoding: [0x7e,0x04,0x64,0x7c]
772 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
774 v_cmp_eq_i16 vcc, exec_hi, v2
775 // W64: encoding: [0x7f,0x04,0x64,0x7c]
776 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
778 v_cmp_eq_i16 vcc, null, v2
779 // W64: encoding: [0x7c,0x04,0x64,0x7c]
780 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
782 v_cmp_eq_i16 vcc, -1, v2
783 // W64: encoding: [0xc1,0x04,0x64,0x7c]
784 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
786 v_cmp_eq_i16 vcc, 0.5, v2
787 // W64: encoding: [0xf0,0x04,0x64,0x7c]
788 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
790 v_cmp_eq_i16 vcc, src_scc, v2
791 // W64: encoding: [0xfd,0x04,0x64,0x7c]
792 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
794 v_cmp_eq_i16 vcc, 0xfe0b, v127
795 // W64: encoding: [0xff,0xfe,0x64,0x7c,0x0b,0xfe,0x00,0x00]
796 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
798 v_cmp_eq_i32 vcc_lo, v1, v2
799 // W32: encoding: [0x01,0x05,0x84,0x7c]
800 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
802 v_cmp_eq_i32 vcc_lo, v255, v2
803 // W32: encoding: [0xff,0x05,0x84,0x7c]
804 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
806 v_cmp_eq_i32 vcc_lo, s1, v2
807 // W32: encoding: [0x01,0x04,0x84,0x7c]
808 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
810 v_cmp_eq_i32 vcc_lo, s105, v2
811 // W32: encoding: [0x69,0x04,0x84,0x7c]
812 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
814 v_cmp_eq_i32 vcc_lo, vcc_lo, v2
815 // W32: encoding: [0x6a,0x04,0x84,0x7c]
816 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
818 v_cmp_eq_i32 vcc_lo, vcc_hi, v2
819 // W32: encoding: [0x6b,0x04,0x84,0x7c]
820 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
822 v_cmp_eq_i32 vcc_lo, ttmp15, v2
823 // W32: encoding: [0x7b,0x04,0x84,0x7c]
824 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
826 v_cmp_eq_i32 vcc_lo, m0, v2
827 // W32: encoding: [0x7d,0x04,0x84,0x7c]
828 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
830 v_cmp_eq_i32 vcc_lo, exec_lo, v2
831 // W32: encoding: [0x7e,0x04,0x84,0x7c]
832 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
834 v_cmp_eq_i32 vcc_lo, exec_hi, v2
835 // W32: encoding: [0x7f,0x04,0x84,0x7c]
836 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
838 v_cmp_eq_i32 vcc_lo, null, v2
839 // W32: encoding: [0x7c,0x04,0x84,0x7c]
840 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
842 v_cmp_eq_i32 vcc_lo, -1, v2
843 // W32: encoding: [0xc1,0x04,0x84,0x7c]
844 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
846 v_cmp_eq_i32 vcc_lo, 0.5, v2
847 // W32: encoding: [0xf0,0x04,0x84,0x7c]
848 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
850 v_cmp_eq_i32 vcc_lo, src_scc, v2
851 // W32: encoding: [0xfd,0x04,0x84,0x7c]
852 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
854 v_cmp_eq_i32 vcc_lo, 0xaf123456, v255
855 // W32: encoding: [0xff,0xfe,0x85,0x7c,0x56,0x34,0x12,0xaf]
856 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
858 v_cmp_eq_i32 vcc, v1, v2
859 // W64: encoding: [0x01,0x05,0x84,0x7c]
860 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
862 v_cmp_eq_i32 vcc, v255, v2
863 // W64: encoding: [0xff,0x05,0x84,0x7c]
864 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
866 v_cmp_eq_i32 vcc, s1, v2
867 // W64: encoding: [0x01,0x04,0x84,0x7c]
868 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
870 v_cmp_eq_i32 vcc, s105, v2
871 // W64: encoding: [0x69,0x04,0x84,0x7c]
872 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
874 v_cmp_eq_i32 vcc, vcc_lo, v2
875 // W64: encoding: [0x6a,0x04,0x84,0x7c]
876 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
878 v_cmp_eq_i32 vcc, vcc_hi, v2
879 // W64: encoding: [0x6b,0x04,0x84,0x7c]
880 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
882 v_cmp_eq_i32 vcc, ttmp15, v2
883 // W64: encoding: [0x7b,0x04,0x84,0x7c]
884 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
886 v_cmp_eq_i32 vcc, m0, v2
887 // W64: encoding: [0x7d,0x04,0x84,0x7c]
888 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
890 v_cmp_eq_i32 vcc, exec_lo, v2
891 // W64: encoding: [0x7e,0x04,0x84,0x7c]
892 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
894 v_cmp_eq_i32 vcc, exec_hi, v2
895 // W64: encoding: [0x7f,0x04,0x84,0x7c]
896 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
898 v_cmp_eq_i32 vcc, null, v2
899 // W64: encoding: [0x7c,0x04,0x84,0x7c]
900 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
902 v_cmp_eq_i32 vcc, -1, v2
903 // W64: encoding: [0xc1,0x04,0x84,0x7c]
904 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
906 v_cmp_eq_i32 vcc, 0.5, v2
907 // W64: encoding: [0xf0,0x04,0x84,0x7c]
908 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
910 v_cmp_eq_i32 vcc, src_scc, v2
911 // W64: encoding: [0xfd,0x04,0x84,0x7c]
912 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
914 v_cmp_eq_i32 vcc, 0xaf123456, v255
915 // W64: encoding: [0xff,0xfe,0x85,0x7c,0x56,0x34,0x12,0xaf]
916 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
918 v_cmp_eq_i64 vcc_lo, v[1:2], v[2:3]
919 // W32: encoding: [0x01,0x05,0xa4,0x7c]
920 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
922 v_cmp_eq_i64 vcc_lo, v[254:255], v[2:3]
923 // W32: encoding: [0xfe,0x05,0xa4,0x7c]
924 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
926 v_cmp_eq_i64 vcc_lo, s[2:3], v[2:3]
927 // W32: encoding: [0x02,0x04,0xa4,0x7c]
928 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
930 v_cmp_eq_i64 vcc_lo, s[104:105], v[2:3]
931 // W32: encoding: [0x68,0x04,0xa4,0x7c]
932 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
934 v_cmp_eq_i64 vcc_lo, vcc, v[2:3]
935 // W32: encoding: [0x6a,0x04,0xa4,0x7c]
936 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
938 v_cmp_eq_i64 vcc_lo, ttmp[14:15], v[2:3]
939 // W32: encoding: [0x7a,0x04,0xa4,0x7c]
940 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
942 v_cmp_eq_i64 vcc_lo, exec, v[2:3]
943 // W32: encoding: [0x7e,0x04,0xa4,0x7c]
944 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
946 v_cmp_eq_i64 vcc_lo, null, v[2:3]
947 // W32: encoding: [0x7c,0x04,0xa4,0x7c]
948 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
950 v_cmp_eq_i64 vcc_lo, -1, v[2:3]
951 // W32: encoding: [0xc1,0x04,0xa4,0x7c]
952 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
954 v_cmp_eq_i64 vcc_lo, 0.5, v[2:3]
955 // W32: encoding: [0xf0,0x04,0xa4,0x7c]
956 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
958 v_cmp_eq_i64 vcc_lo, src_scc, v[2:3]
959 // W32: encoding: [0xfd,0x04,0xa4,0x7c]
960 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
962 v_cmp_eq_i64 vcc_lo, 0xaf123456, v[254:255]
963 // W32: encoding: [0xff,0xfc,0xa5,0x7c,0x56,0x34,0x12,0xaf]
964 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
966 v_cmp_eq_i64 vcc, v[1:2], v[2:3]
967 // W64: encoding: [0x01,0x05,0xa4,0x7c]
968 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
970 v_cmp_eq_i64 vcc, v[254:255], v[2:3]
971 // W64: encoding: [0xfe,0x05,0xa4,0x7c]
972 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
974 v_cmp_eq_i64 vcc, s[2:3], v[2:3]
975 // W64: encoding: [0x02,0x04,0xa4,0x7c]
976 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
978 v_cmp_eq_i64 vcc, s[104:105], v[2:3]
979 // W64: encoding: [0x68,0x04,0xa4,0x7c]
980 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
982 v_cmp_eq_i64 vcc, vcc, v[2:3]
983 // W64: encoding: [0x6a,0x04,0xa4,0x7c]
984 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
986 v_cmp_eq_i64 vcc, ttmp[14:15], v[2:3]
987 // W64: encoding: [0x7a,0x04,0xa4,0x7c]
988 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
990 v_cmp_eq_i64 vcc, exec, v[2:3]
991 // W64: encoding: [0x7e,0x04,0xa4,0x7c]
992 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
994 v_cmp_eq_i64 vcc, null, v[2:3]
995 // W64: encoding: [0x7c,0x04,0xa4,0x7c]
996 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
998 v_cmp_eq_i64 vcc, -1, v[2:3]
999 // W64: encoding: [0xc1,0x04,0xa4,0x7c]
1000 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1002 v_cmp_eq_i64 vcc, 0.5, v[2:3]
1003 // W64: encoding: [0xf0,0x04,0xa4,0x7c]
1004 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1006 v_cmp_eq_i64 vcc, src_scc, v[2:3]
1007 // W64: encoding: [0xfd,0x04,0xa4,0x7c]
1008 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1010 v_cmp_eq_i64 vcc, 0xaf123456, v[254:255]
1011 // W64: encoding: [0xff,0xfc,0xa5,0x7c,0x56,0x34,0x12,0xaf]
1012 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1014 v_cmp_eq_u16 vcc_lo, v1, v2
1015 // W32: encoding: [0x01,0x05,0x74,0x7c]
1016 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1018 v_cmp_eq_u16 vcc_lo, v127, v2
1019 // W32: encoding: [0x7f,0x05,0x74,0x7c]
1020 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1022 v_cmp_eq_u16 vcc_lo, s1, v2
1023 // W32: encoding: [0x01,0x04,0x74,0x7c]
1024 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1026 v_cmp_eq_u16 vcc_lo, s105, v2
1027 // W32: encoding: [0x69,0x04,0x74,0x7c]
1028 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1030 v_cmp_eq_u16 vcc_lo, vcc_lo, v2
1031 // W32: encoding: [0x6a,0x04,0x74,0x7c]
1032 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1034 v_cmp_eq_u16 vcc_lo, vcc_hi, v2
1035 // W32: encoding: [0x6b,0x04,0x74,0x7c]
1036 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1038 v_cmp_eq_u16 vcc_lo, ttmp15, v2
1039 // W32: encoding: [0x7b,0x04,0x74,0x7c]
1040 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1042 v_cmp_eq_u16 vcc_lo, m0, v2
1043 // W32: encoding: [0x7d,0x04,0x74,0x7c]
1044 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1046 v_cmp_eq_u16 vcc_lo, exec_lo, v2
1047 // W32: encoding: [0x7e,0x04,0x74,0x7c]
1048 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1050 v_cmp_eq_u16 vcc_lo, exec_hi, v2
1051 // W32: encoding: [0x7f,0x04,0x74,0x7c]
1052 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1054 v_cmp_eq_u16 vcc_lo, null, v2
1055 // W32: encoding: [0x7c,0x04,0x74,0x7c]
1056 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1058 v_cmp_eq_u16 vcc_lo, -1, v2
1059 // W32: encoding: [0xc1,0x04,0x74,0x7c]
1060 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1062 v_cmp_eq_u16 vcc_lo, 0.5, v2
1063 // W32: encoding: [0xf0,0x04,0x74,0x7c]
1064 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1066 v_cmp_eq_u16 vcc_lo, src_scc, v2
1067 // W32: encoding: [0xfd,0x04,0x74,0x7c]
1068 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1070 v_cmp_eq_u16 vcc_lo, 0xfe0b, v127
1071 // W32: encoding: [0xff,0xfe,0x74,0x7c,0x0b,0xfe,0x00,0x00]
1072 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1074 v_cmp_eq_u16 vcc, v1, v2
1075 // W64: encoding: [0x01,0x05,0x74,0x7c]
1076 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1078 v_cmp_eq_u16 vcc, v127, v2
1079 // W64: encoding: [0x7f,0x05,0x74,0x7c]
1080 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1082 v_cmp_eq_u16 vcc, s1, v2
1083 // W64: encoding: [0x01,0x04,0x74,0x7c]
1084 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1086 v_cmp_eq_u16 vcc, s105, v2
1087 // W64: encoding: [0x69,0x04,0x74,0x7c]
1088 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1090 v_cmp_eq_u16 vcc, vcc_lo, v2
1091 // W64: encoding: [0x6a,0x04,0x74,0x7c]
1092 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1094 v_cmp_eq_u16 vcc, vcc_hi, v2
1095 // W64: encoding: [0x6b,0x04,0x74,0x7c]
1096 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1098 v_cmp_eq_u16 vcc, ttmp15, v2
1099 // W64: encoding: [0x7b,0x04,0x74,0x7c]
1100 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1102 v_cmp_eq_u16 vcc, m0, v2
1103 // W64: encoding: [0x7d,0x04,0x74,0x7c]
1104 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1106 v_cmp_eq_u16 vcc, exec_lo, v2
1107 // W64: encoding: [0x7e,0x04,0x74,0x7c]
1108 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1110 v_cmp_eq_u16 vcc, exec_hi, v2
1111 // W64: encoding: [0x7f,0x04,0x74,0x7c]
1112 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1114 v_cmp_eq_u16 vcc, null, v2
1115 // W64: encoding: [0x7c,0x04,0x74,0x7c]
1116 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1118 v_cmp_eq_u16 vcc, -1, v2
1119 // W64: encoding: [0xc1,0x04,0x74,0x7c]
1120 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1122 v_cmp_eq_u16 vcc, 0.5, v2
1123 // W64: encoding: [0xf0,0x04,0x74,0x7c]
1124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1126 v_cmp_eq_u16 vcc, src_scc, v2
1127 // W64: encoding: [0xfd,0x04,0x74,0x7c]
1128 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1130 v_cmp_eq_u16 vcc, 0xfe0b, v127
1131 // W64: encoding: [0xff,0xfe,0x74,0x7c,0x0b,0xfe,0x00,0x00]
1132 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1134 v_cmp_eq_u32 vcc_lo, v1, v2
1135 // W32: encoding: [0x01,0x05,0x94,0x7c]
1136 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1138 v_cmp_eq_u32 vcc_lo, v255, v2
1139 // W32: encoding: [0xff,0x05,0x94,0x7c]
1140 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1142 v_cmp_eq_u32 vcc_lo, s1, v2
1143 // W32: encoding: [0x01,0x04,0x94,0x7c]
1144 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1146 v_cmp_eq_u32 vcc_lo, s105, v2
1147 // W32: encoding: [0x69,0x04,0x94,0x7c]
1148 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1150 v_cmp_eq_u32 vcc_lo, vcc_lo, v2
1151 // W32: encoding: [0x6a,0x04,0x94,0x7c]
1152 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1154 v_cmp_eq_u32 vcc_lo, vcc_hi, v2
1155 // W32: encoding: [0x6b,0x04,0x94,0x7c]
1156 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1158 v_cmp_eq_u32 vcc_lo, ttmp15, v2
1159 // W32: encoding: [0x7b,0x04,0x94,0x7c]
1160 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1162 v_cmp_eq_u32 vcc_lo, m0, v2
1163 // W32: encoding: [0x7d,0x04,0x94,0x7c]
1164 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1166 v_cmp_eq_u32 vcc_lo, exec_lo, v2
1167 // W32: encoding: [0x7e,0x04,0x94,0x7c]
1168 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1170 v_cmp_eq_u32 vcc_lo, exec_hi, v2
1171 // W32: encoding: [0x7f,0x04,0x94,0x7c]
1172 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1174 v_cmp_eq_u32 vcc_lo, null, v2
1175 // W32: encoding: [0x7c,0x04,0x94,0x7c]
1176 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1178 v_cmp_eq_u32 vcc_lo, -1, v2
1179 // W32: encoding: [0xc1,0x04,0x94,0x7c]
1180 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1182 v_cmp_eq_u32 vcc_lo, 0.5, v2
1183 // W32: encoding: [0xf0,0x04,0x94,0x7c]
1184 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1186 v_cmp_eq_u32 vcc_lo, src_scc, v2
1187 // W32: encoding: [0xfd,0x04,0x94,0x7c]
1188 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1190 v_cmp_eq_u32 vcc_lo, 0xaf123456, v255
1191 // W32: encoding: [0xff,0xfe,0x95,0x7c,0x56,0x34,0x12,0xaf]
1192 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1194 v_cmp_eq_u32 vcc, v1, v2
1195 // W64: encoding: [0x01,0x05,0x94,0x7c]
1196 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1198 v_cmp_eq_u32 vcc, v255, v2
1199 // W64: encoding: [0xff,0x05,0x94,0x7c]
1200 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1202 v_cmp_eq_u32 vcc, s1, v2
1203 // W64: encoding: [0x01,0x04,0x94,0x7c]
1204 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1206 v_cmp_eq_u32 vcc, s105, v2
1207 // W64: encoding: [0x69,0x04,0x94,0x7c]
1208 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1210 v_cmp_eq_u32 vcc, vcc_lo, v2
1211 // W64: encoding: [0x6a,0x04,0x94,0x7c]
1212 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1214 v_cmp_eq_u32 vcc, vcc_hi, v2
1215 // W64: encoding: [0x6b,0x04,0x94,0x7c]
1216 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1218 v_cmp_eq_u32 vcc, ttmp15, v2
1219 // W64: encoding: [0x7b,0x04,0x94,0x7c]
1220 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1222 v_cmp_eq_u32 vcc, m0, v2
1223 // W64: encoding: [0x7d,0x04,0x94,0x7c]
1224 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1226 v_cmp_eq_u32 vcc, exec_lo, v2
1227 // W64: encoding: [0x7e,0x04,0x94,0x7c]
1228 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1230 v_cmp_eq_u32 vcc, exec_hi, v2
1231 // W64: encoding: [0x7f,0x04,0x94,0x7c]
1232 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1234 v_cmp_eq_u32 vcc, null, v2
1235 // W64: encoding: [0x7c,0x04,0x94,0x7c]
1236 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1238 v_cmp_eq_u32 vcc, -1, v2
1239 // W64: encoding: [0xc1,0x04,0x94,0x7c]
1240 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1242 v_cmp_eq_u32 vcc, 0.5, v2
1243 // W64: encoding: [0xf0,0x04,0x94,0x7c]
1244 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1246 v_cmp_eq_u32 vcc, src_scc, v2
1247 // W64: encoding: [0xfd,0x04,0x94,0x7c]
1248 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1250 v_cmp_eq_u32 vcc, 0xaf123456, v255
1251 // W64: encoding: [0xff,0xfe,0x95,0x7c,0x56,0x34,0x12,0xaf]
1252 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1254 v_cmp_eq_u64 vcc_lo, v[1:2], v[2:3]
1255 // W32: encoding: [0x01,0x05,0xb4,0x7c]
1256 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1258 v_cmp_eq_u64 vcc_lo, v[254:255], v[2:3]
1259 // W32: encoding: [0xfe,0x05,0xb4,0x7c]
1260 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1262 v_cmp_eq_u64 vcc_lo, s[2:3], v[2:3]
1263 // W32: encoding: [0x02,0x04,0xb4,0x7c]
1264 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1266 v_cmp_eq_u64 vcc_lo, s[104:105], v[2:3]
1267 // W32: encoding: [0x68,0x04,0xb4,0x7c]
1268 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1270 v_cmp_eq_u64 vcc_lo, vcc, v[2:3]
1271 // W32: encoding: [0x6a,0x04,0xb4,0x7c]
1272 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1274 v_cmp_eq_u64 vcc_lo, ttmp[14:15], v[2:3]
1275 // W32: encoding: [0x7a,0x04,0xb4,0x7c]
1276 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1278 v_cmp_eq_u64 vcc_lo, exec, v[2:3]
1279 // W32: encoding: [0x7e,0x04,0xb4,0x7c]
1280 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1282 v_cmp_eq_u64 vcc_lo, null, v[2:3]
1283 // W32: encoding: [0x7c,0x04,0xb4,0x7c]
1284 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1286 v_cmp_eq_u64 vcc_lo, -1, v[2:3]
1287 // W32: encoding: [0xc1,0x04,0xb4,0x7c]
1288 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1290 v_cmp_eq_u64 vcc_lo, 0.5, v[2:3]
1291 // W32: encoding: [0xf0,0x04,0xb4,0x7c]
1292 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1294 v_cmp_eq_u64 vcc_lo, src_scc, v[2:3]
1295 // W32: encoding: [0xfd,0x04,0xb4,0x7c]
1296 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1298 v_cmp_eq_u64 vcc_lo, 0xaf123456, v[254:255]
1299 // W32: encoding: [0xff,0xfc,0xb5,0x7c,0x56,0x34,0x12,0xaf]
1300 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1302 v_cmp_eq_u64 vcc, v[1:2], v[2:3]
1303 // W64: encoding: [0x01,0x05,0xb4,0x7c]
1304 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1306 v_cmp_eq_u64 vcc, v[254:255], v[2:3]
1307 // W64: encoding: [0xfe,0x05,0xb4,0x7c]
1308 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1310 v_cmp_eq_u64 vcc, s[2:3], v[2:3]
1311 // W64: encoding: [0x02,0x04,0xb4,0x7c]
1312 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1314 v_cmp_eq_u64 vcc, s[104:105], v[2:3]
1315 // W64: encoding: [0x68,0x04,0xb4,0x7c]
1316 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1318 v_cmp_eq_u64 vcc, vcc, v[2:3]
1319 // W64: encoding: [0x6a,0x04,0xb4,0x7c]
1320 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1322 v_cmp_eq_u64 vcc, ttmp[14:15], v[2:3]
1323 // W64: encoding: [0x7a,0x04,0xb4,0x7c]
1324 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1326 v_cmp_eq_u64 vcc, exec, v[2:3]
1327 // W64: encoding: [0x7e,0x04,0xb4,0x7c]
1328 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1330 v_cmp_eq_u64 vcc, null, v[2:3]
1331 // W64: encoding: [0x7c,0x04,0xb4,0x7c]
1332 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1334 v_cmp_eq_u64 vcc, -1, v[2:3]
1335 // W64: encoding: [0xc1,0x04,0xb4,0x7c]
1336 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1338 v_cmp_eq_u64 vcc, 0.5, v[2:3]
1339 // W64: encoding: [0xf0,0x04,0xb4,0x7c]
1340 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1342 v_cmp_eq_u64 vcc, src_scc, v[2:3]
1343 // W64: encoding: [0xfd,0x04,0xb4,0x7c]
1344 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1346 v_cmp_eq_u64 vcc, 0xaf123456, v[254:255]
1347 // W64: encoding: [0xff,0xfc,0xb5,0x7c,0x56,0x34,0x12,0xaf]
1348 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1350 v_cmp_ge_f16 vcc_lo, v1, v2
1351 // W32: encoding: [0x01,0x05,0x0c,0x7c]
1352 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1354 v_cmp_ge_f16 vcc_lo, v127, v2
1355 // W32: encoding: [0x7f,0x05,0x0c,0x7c]
1356 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1358 v_cmp_ge_f16 vcc_lo, s1, v2
1359 // W32: encoding: [0x01,0x04,0x0c,0x7c]
1360 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1362 v_cmp_ge_f16 vcc_lo, s105, v2
1363 // W32: encoding: [0x69,0x04,0x0c,0x7c]
1364 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1366 v_cmp_ge_f16 vcc_lo, vcc_lo, v2
1367 // W32: encoding: [0x6a,0x04,0x0c,0x7c]
1368 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1370 v_cmp_ge_f16 vcc_lo, vcc_hi, v2
1371 // W32: encoding: [0x6b,0x04,0x0c,0x7c]
1372 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1374 v_cmp_ge_f16 vcc_lo, ttmp15, v2
1375 // W32: encoding: [0x7b,0x04,0x0c,0x7c]
1376 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1378 v_cmp_ge_f16 vcc_lo, m0, v2
1379 // W32: encoding: [0x7d,0x04,0x0c,0x7c]
1380 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1382 v_cmp_ge_f16 vcc_lo, exec_lo, v2
1383 // W32: encoding: [0x7e,0x04,0x0c,0x7c]
1384 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1386 v_cmp_ge_f16 vcc_lo, exec_hi, v2
1387 // W32: encoding: [0x7f,0x04,0x0c,0x7c]
1388 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1390 v_cmp_ge_f16 vcc_lo, null, v2
1391 // W32: encoding: [0x7c,0x04,0x0c,0x7c]
1392 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1394 v_cmp_ge_f16 vcc_lo, -1, v2
1395 // W32: encoding: [0xc1,0x04,0x0c,0x7c]
1396 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1398 v_cmp_ge_f16 vcc_lo, 0.5, v2
1399 // W32: encoding: [0xf0,0x04,0x0c,0x7c]
1400 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1402 v_cmp_ge_f16 vcc_lo, src_scc, v2
1403 // W32: encoding: [0xfd,0x04,0x0c,0x7c]
1404 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1406 v_cmp_ge_f16 vcc_lo, 0xfe0b, v127
1407 // W32: encoding: [0xff,0xfe,0x0c,0x7c,0x0b,0xfe,0x00,0x00]
1408 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1410 v_cmp_ge_f16 vcc, v1, v2
1411 // W64: encoding: [0x01,0x05,0x0c,0x7c]
1412 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1414 v_cmp_ge_f16 vcc, v127, v2
1415 // W64: encoding: [0x7f,0x05,0x0c,0x7c]
1416 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1418 v_cmp_ge_f16 vcc, s1, v2
1419 // W64: encoding: [0x01,0x04,0x0c,0x7c]
1420 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1422 v_cmp_ge_f16 vcc, s105, v2
1423 // W64: encoding: [0x69,0x04,0x0c,0x7c]
1424 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1426 v_cmp_ge_f16 vcc, vcc_lo, v2
1427 // W64: encoding: [0x6a,0x04,0x0c,0x7c]
1428 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1430 v_cmp_ge_f16 vcc, vcc_hi, v2
1431 // W64: encoding: [0x6b,0x04,0x0c,0x7c]
1432 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1434 v_cmp_ge_f16 vcc, ttmp15, v2
1435 // W64: encoding: [0x7b,0x04,0x0c,0x7c]
1436 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1438 v_cmp_ge_f16 vcc, m0, v2
1439 // W64: encoding: [0x7d,0x04,0x0c,0x7c]
1440 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1442 v_cmp_ge_f16 vcc, exec_lo, v2
1443 // W64: encoding: [0x7e,0x04,0x0c,0x7c]
1444 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1446 v_cmp_ge_f16 vcc, exec_hi, v2
1447 // W64: encoding: [0x7f,0x04,0x0c,0x7c]
1448 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1450 v_cmp_ge_f16 vcc, null, v2
1451 // W64: encoding: [0x7c,0x04,0x0c,0x7c]
1452 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1454 v_cmp_ge_f16 vcc, -1, v2
1455 // W64: encoding: [0xc1,0x04,0x0c,0x7c]
1456 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1458 v_cmp_ge_f16 vcc, 0.5, v2
1459 // W64: encoding: [0xf0,0x04,0x0c,0x7c]
1460 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1462 v_cmp_ge_f16 vcc, src_scc, v2
1463 // W64: encoding: [0xfd,0x04,0x0c,0x7c]
1464 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1466 v_cmp_ge_f16 vcc, 0xfe0b, v127
1467 // W64: encoding: [0xff,0xfe,0x0c,0x7c,0x0b,0xfe,0x00,0x00]
1468 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1470 v_cmp_ge_f32 vcc_lo, v1, v2
1471 // W32: encoding: [0x01,0x05,0x2c,0x7c]
1472 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1474 v_cmp_ge_f32 vcc_lo, v255, v2
1475 // W32: encoding: [0xff,0x05,0x2c,0x7c]
1476 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1478 v_cmp_ge_f32 vcc_lo, s1, v2
1479 // W32: encoding: [0x01,0x04,0x2c,0x7c]
1480 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1482 v_cmp_ge_f32 vcc_lo, s105, v2
1483 // W32: encoding: [0x69,0x04,0x2c,0x7c]
1484 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1486 v_cmp_ge_f32 vcc_lo, vcc_lo, v2
1487 // W32: encoding: [0x6a,0x04,0x2c,0x7c]
1488 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1490 v_cmp_ge_f32 vcc_lo, vcc_hi, v2
1491 // W32: encoding: [0x6b,0x04,0x2c,0x7c]
1492 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1494 v_cmp_ge_f32 vcc_lo, ttmp15, v2
1495 // W32: encoding: [0x7b,0x04,0x2c,0x7c]
1496 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1498 v_cmp_ge_f32 vcc_lo, m0, v2
1499 // W32: encoding: [0x7d,0x04,0x2c,0x7c]
1500 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1502 v_cmp_ge_f32 vcc_lo, exec_lo, v2
1503 // W32: encoding: [0x7e,0x04,0x2c,0x7c]
1504 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1506 v_cmp_ge_f32 vcc_lo, exec_hi, v2
1507 // W32: encoding: [0x7f,0x04,0x2c,0x7c]
1508 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1510 v_cmp_ge_f32 vcc_lo, null, v2
1511 // W32: encoding: [0x7c,0x04,0x2c,0x7c]
1512 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1514 v_cmp_ge_f32 vcc_lo, -1, v2
1515 // W32: encoding: [0xc1,0x04,0x2c,0x7c]
1516 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1518 v_cmp_ge_f32 vcc_lo, 0.5, v2
1519 // W32: encoding: [0xf0,0x04,0x2c,0x7c]
1520 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1522 v_cmp_ge_f32 vcc_lo, src_scc, v2
1523 // W32: encoding: [0xfd,0x04,0x2c,0x7c]
1524 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1526 v_cmp_ge_f32 vcc_lo, 0xaf123456, v255
1527 // W32: encoding: [0xff,0xfe,0x2d,0x7c,0x56,0x34,0x12,0xaf]
1528 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1530 v_cmp_ge_f32 vcc, v1, v2
1531 // W64: encoding: [0x01,0x05,0x2c,0x7c]
1532 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1534 v_cmp_ge_f32 vcc, v255, v2
1535 // W64: encoding: [0xff,0x05,0x2c,0x7c]
1536 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1538 v_cmp_ge_f32 vcc, s1, v2
1539 // W64: encoding: [0x01,0x04,0x2c,0x7c]
1540 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1542 v_cmp_ge_f32 vcc, s105, v2
1543 // W64: encoding: [0x69,0x04,0x2c,0x7c]
1544 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1546 v_cmp_ge_f32 vcc, vcc_lo, v2
1547 // W64: encoding: [0x6a,0x04,0x2c,0x7c]
1548 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1550 v_cmp_ge_f32 vcc, vcc_hi, v2
1551 // W64: encoding: [0x6b,0x04,0x2c,0x7c]
1552 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1554 v_cmp_ge_f32 vcc, ttmp15, v2
1555 // W64: encoding: [0x7b,0x04,0x2c,0x7c]
1556 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1558 v_cmp_ge_f32 vcc, m0, v2
1559 // W64: encoding: [0x7d,0x04,0x2c,0x7c]
1560 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1562 v_cmp_ge_f32 vcc, exec_lo, v2
1563 // W64: encoding: [0x7e,0x04,0x2c,0x7c]
1564 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1566 v_cmp_ge_f32 vcc, exec_hi, v2
1567 // W64: encoding: [0x7f,0x04,0x2c,0x7c]
1568 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1570 v_cmp_ge_f32 vcc, null, v2
1571 // W64: encoding: [0x7c,0x04,0x2c,0x7c]
1572 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1574 v_cmp_ge_f32 vcc, -1, v2
1575 // W64: encoding: [0xc1,0x04,0x2c,0x7c]
1576 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1578 v_cmp_ge_f32 vcc, 0.5, v2
1579 // W64: encoding: [0xf0,0x04,0x2c,0x7c]
1580 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1582 v_cmp_ge_f32 vcc, src_scc, v2
1583 // W64: encoding: [0xfd,0x04,0x2c,0x7c]
1584 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1586 v_cmp_ge_f32 vcc, 0xaf123456, v255
1587 // W64: encoding: [0xff,0xfe,0x2d,0x7c,0x56,0x34,0x12,0xaf]
1588 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1590 v_cmp_ge_f64 vcc_lo, v[1:2], v[2:3]
1591 // W32: encoding: [0x01,0x05,0x4c,0x7c]
1592 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1594 v_cmp_ge_f64 vcc_lo, v[254:255], v[2:3]
1595 // W32: encoding: [0xfe,0x05,0x4c,0x7c]
1596 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1598 v_cmp_ge_f64 vcc_lo, s[2:3], v[2:3]
1599 // W32: encoding: [0x02,0x04,0x4c,0x7c]
1600 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1602 v_cmp_ge_f64 vcc_lo, s[104:105], v[2:3]
1603 // W32: encoding: [0x68,0x04,0x4c,0x7c]
1604 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1606 v_cmp_ge_f64 vcc_lo, vcc, v[2:3]
1607 // W32: encoding: [0x6a,0x04,0x4c,0x7c]
1608 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1610 v_cmp_ge_f64 vcc_lo, ttmp[14:15], v[2:3]
1611 // W32: encoding: [0x7a,0x04,0x4c,0x7c]
1612 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1614 v_cmp_ge_f64 vcc_lo, exec, v[2:3]
1615 // W32: encoding: [0x7e,0x04,0x4c,0x7c]
1616 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1618 v_cmp_ge_f64 vcc_lo, null, v[2:3]
1619 // W32: encoding: [0x7c,0x04,0x4c,0x7c]
1620 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1622 v_cmp_ge_f64 vcc_lo, -1, v[2:3]
1623 // W32: encoding: [0xc1,0x04,0x4c,0x7c]
1624 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1626 v_cmp_ge_f64 vcc_lo, 0.5, v[2:3]
1627 // W32: encoding: [0xf0,0x04,0x4c,0x7c]
1628 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1630 v_cmp_ge_f64 vcc_lo, src_scc, v[2:3]
1631 // W32: encoding: [0xfd,0x04,0x4c,0x7c]
1632 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1634 v_cmp_ge_f64 vcc_lo, 0xaf123456, v[254:255]
1635 // W32: encoding: [0xff,0xfc,0x4d,0x7c,0x56,0x34,0x12,0xaf]
1636 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1638 v_cmp_ge_f64 vcc, v[1:2], v[2:3]
1639 // W64: encoding: [0x01,0x05,0x4c,0x7c]
1640 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1642 v_cmp_ge_f64 vcc, v[254:255], v[2:3]
1643 // W64: encoding: [0xfe,0x05,0x4c,0x7c]
1644 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1646 v_cmp_ge_f64 vcc, s[2:3], v[2:3]
1647 // W64: encoding: [0x02,0x04,0x4c,0x7c]
1648 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1650 v_cmp_ge_f64 vcc, s[104:105], v[2:3]
1651 // W64: encoding: [0x68,0x04,0x4c,0x7c]
1652 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1654 v_cmp_ge_f64 vcc, vcc, v[2:3]
1655 // W64: encoding: [0x6a,0x04,0x4c,0x7c]
1656 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1658 v_cmp_ge_f64 vcc, ttmp[14:15], v[2:3]
1659 // W64: encoding: [0x7a,0x04,0x4c,0x7c]
1660 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1662 v_cmp_ge_f64 vcc, exec, v[2:3]
1663 // W64: encoding: [0x7e,0x04,0x4c,0x7c]
1664 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1666 v_cmp_ge_f64 vcc, null, v[2:3]
1667 // W64: encoding: [0x7c,0x04,0x4c,0x7c]
1668 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1670 v_cmp_ge_f64 vcc, -1, v[2:3]
1671 // W64: encoding: [0xc1,0x04,0x4c,0x7c]
1672 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1674 v_cmp_ge_f64 vcc, 0.5, v[2:3]
1675 // W64: encoding: [0xf0,0x04,0x4c,0x7c]
1676 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1678 v_cmp_ge_f64 vcc, src_scc, v[2:3]
1679 // W64: encoding: [0xfd,0x04,0x4c,0x7c]
1680 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1682 v_cmp_ge_f64 vcc, 0xaf123456, v[254:255]
1683 // W64: encoding: [0xff,0xfc,0x4d,0x7c,0x56,0x34,0x12,0xaf]
1684 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1686 v_cmp_ge_i16 vcc_lo, v1, v2
1687 // W32: encoding: [0x01,0x05,0x6c,0x7c]
1688 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1690 v_cmp_ge_i16 vcc_lo, v127, v2
1691 // W32: encoding: [0x7f,0x05,0x6c,0x7c]
1692 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1694 v_cmp_ge_i16 vcc_lo, s1, v2
1695 // W32: encoding: [0x01,0x04,0x6c,0x7c]
1696 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1698 v_cmp_ge_i16 vcc_lo, s105, v2
1699 // W32: encoding: [0x69,0x04,0x6c,0x7c]
1700 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1702 v_cmp_ge_i16 vcc_lo, vcc_lo, v2
1703 // W32: encoding: [0x6a,0x04,0x6c,0x7c]
1704 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1706 v_cmp_ge_i16 vcc_lo, vcc_hi, v2
1707 // W32: encoding: [0x6b,0x04,0x6c,0x7c]
1708 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1710 v_cmp_ge_i16 vcc_lo, ttmp15, v2
1711 // W32: encoding: [0x7b,0x04,0x6c,0x7c]
1712 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1714 v_cmp_ge_i16 vcc_lo, m0, v2
1715 // W32: encoding: [0x7d,0x04,0x6c,0x7c]
1716 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1718 v_cmp_ge_i16 vcc_lo, exec_lo, v2
1719 // W32: encoding: [0x7e,0x04,0x6c,0x7c]
1720 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1722 v_cmp_ge_i16 vcc_lo, exec_hi, v2
1723 // W32: encoding: [0x7f,0x04,0x6c,0x7c]
1724 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1726 v_cmp_ge_i16 vcc_lo, null, v2
1727 // W32: encoding: [0x7c,0x04,0x6c,0x7c]
1728 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1730 v_cmp_ge_i16 vcc_lo, -1, v2
1731 // W32: encoding: [0xc1,0x04,0x6c,0x7c]
1732 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1734 v_cmp_ge_i16 vcc_lo, 0.5, v2
1735 // W32: encoding: [0xf0,0x04,0x6c,0x7c]
1736 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1738 v_cmp_ge_i16 vcc_lo, src_scc, v2
1739 // W32: encoding: [0xfd,0x04,0x6c,0x7c]
1740 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1742 v_cmp_ge_i16 vcc_lo, 0xfe0b, v127
1743 // W32: encoding: [0xff,0xfe,0x6c,0x7c,0x0b,0xfe,0x00,0x00]
1744 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1746 v_cmp_ge_i16 vcc, v1, v2
1747 // W64: encoding: [0x01,0x05,0x6c,0x7c]
1748 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1750 v_cmp_ge_i16 vcc, v127, v2
1751 // W64: encoding: [0x7f,0x05,0x6c,0x7c]
1752 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1754 v_cmp_ge_i16 vcc, s1, v2
1755 // W64: encoding: [0x01,0x04,0x6c,0x7c]
1756 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1758 v_cmp_ge_i16 vcc, s105, v2
1759 // W64: encoding: [0x69,0x04,0x6c,0x7c]
1760 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1762 v_cmp_ge_i16 vcc, vcc_lo, v2
1763 // W64: encoding: [0x6a,0x04,0x6c,0x7c]
1764 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1766 v_cmp_ge_i16 vcc, vcc_hi, v2
1767 // W64: encoding: [0x6b,0x04,0x6c,0x7c]
1768 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1770 v_cmp_ge_i16 vcc, ttmp15, v2
1771 // W64: encoding: [0x7b,0x04,0x6c,0x7c]
1772 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1774 v_cmp_ge_i16 vcc, m0, v2
1775 // W64: encoding: [0x7d,0x04,0x6c,0x7c]
1776 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1778 v_cmp_ge_i16 vcc, exec_lo, v2
1779 // W64: encoding: [0x7e,0x04,0x6c,0x7c]
1780 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1782 v_cmp_ge_i16 vcc, exec_hi, v2
1783 // W64: encoding: [0x7f,0x04,0x6c,0x7c]
1784 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1786 v_cmp_ge_i16 vcc, null, v2
1787 // W64: encoding: [0x7c,0x04,0x6c,0x7c]
1788 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1790 v_cmp_ge_i16 vcc, -1, v2
1791 // W64: encoding: [0xc1,0x04,0x6c,0x7c]
1792 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1794 v_cmp_ge_i16 vcc, 0.5, v2
1795 // W64: encoding: [0xf0,0x04,0x6c,0x7c]
1796 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1798 v_cmp_ge_i16 vcc, src_scc, v2
1799 // W64: encoding: [0xfd,0x04,0x6c,0x7c]
1800 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1802 v_cmp_ge_i16 vcc, 0xfe0b, v127
1803 // W64: encoding: [0xff,0xfe,0x6c,0x7c,0x0b,0xfe,0x00,0x00]
1804 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1806 v_cmp_ge_i32 vcc_lo, v1, v2
1807 // W32: encoding: [0x01,0x05,0x8c,0x7c]
1808 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1810 v_cmp_ge_i32 vcc_lo, v255, v2
1811 // W32: encoding: [0xff,0x05,0x8c,0x7c]
1812 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1814 v_cmp_ge_i32 vcc_lo, s1, v2
1815 // W32: encoding: [0x01,0x04,0x8c,0x7c]
1816 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1818 v_cmp_ge_i32 vcc_lo, s105, v2
1819 // W32: encoding: [0x69,0x04,0x8c,0x7c]
1820 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1822 v_cmp_ge_i32 vcc_lo, vcc_lo, v2
1823 // W32: encoding: [0x6a,0x04,0x8c,0x7c]
1824 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1826 v_cmp_ge_i32 vcc_lo, vcc_hi, v2
1827 // W32: encoding: [0x6b,0x04,0x8c,0x7c]
1828 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1830 v_cmp_ge_i32 vcc_lo, ttmp15, v2
1831 // W32: encoding: [0x7b,0x04,0x8c,0x7c]
1832 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1834 v_cmp_ge_i32 vcc_lo, m0, v2
1835 // W32: encoding: [0x7d,0x04,0x8c,0x7c]
1836 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1838 v_cmp_ge_i32 vcc_lo, exec_lo, v2
1839 // W32: encoding: [0x7e,0x04,0x8c,0x7c]
1840 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1842 v_cmp_ge_i32 vcc_lo, exec_hi, v2
1843 // W32: encoding: [0x7f,0x04,0x8c,0x7c]
1844 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1846 v_cmp_ge_i32 vcc_lo, null, v2
1847 // W32: encoding: [0x7c,0x04,0x8c,0x7c]
1848 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1850 v_cmp_ge_i32 vcc_lo, -1, v2
1851 // W32: encoding: [0xc1,0x04,0x8c,0x7c]
1852 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1854 v_cmp_ge_i32 vcc_lo, 0.5, v2
1855 // W32: encoding: [0xf0,0x04,0x8c,0x7c]
1856 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1858 v_cmp_ge_i32 vcc_lo, src_scc, v2
1859 // W32: encoding: [0xfd,0x04,0x8c,0x7c]
1860 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1862 v_cmp_ge_i32 vcc_lo, 0xaf123456, v255
1863 // W32: encoding: [0xff,0xfe,0x8d,0x7c,0x56,0x34,0x12,0xaf]
1864 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1866 v_cmp_ge_i32 vcc, v1, v2
1867 // W64: encoding: [0x01,0x05,0x8c,0x7c]
1868 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1870 v_cmp_ge_i32 vcc, v255, v2
1871 // W64: encoding: [0xff,0x05,0x8c,0x7c]
1872 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1874 v_cmp_ge_i32 vcc, s1, v2
1875 // W64: encoding: [0x01,0x04,0x8c,0x7c]
1876 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1878 v_cmp_ge_i32 vcc, s105, v2
1879 // W64: encoding: [0x69,0x04,0x8c,0x7c]
1880 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1882 v_cmp_ge_i32 vcc, vcc_lo, v2
1883 // W64: encoding: [0x6a,0x04,0x8c,0x7c]
1884 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1886 v_cmp_ge_i32 vcc, vcc_hi, v2
1887 // W64: encoding: [0x6b,0x04,0x8c,0x7c]
1888 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1890 v_cmp_ge_i32 vcc, ttmp15, v2
1891 // W64: encoding: [0x7b,0x04,0x8c,0x7c]
1892 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1894 v_cmp_ge_i32 vcc, m0, v2
1895 // W64: encoding: [0x7d,0x04,0x8c,0x7c]
1896 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1898 v_cmp_ge_i32 vcc, exec_lo, v2
1899 // W64: encoding: [0x7e,0x04,0x8c,0x7c]
1900 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1902 v_cmp_ge_i32 vcc, exec_hi, v2
1903 // W64: encoding: [0x7f,0x04,0x8c,0x7c]
1904 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1906 v_cmp_ge_i32 vcc, null, v2
1907 // W64: encoding: [0x7c,0x04,0x8c,0x7c]
1908 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1910 v_cmp_ge_i32 vcc, -1, v2
1911 // W64: encoding: [0xc1,0x04,0x8c,0x7c]
1912 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1914 v_cmp_ge_i32 vcc, 0.5, v2
1915 // W64: encoding: [0xf0,0x04,0x8c,0x7c]
1916 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1918 v_cmp_ge_i32 vcc, src_scc, v2
1919 // W64: encoding: [0xfd,0x04,0x8c,0x7c]
1920 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1922 v_cmp_ge_i32 vcc, 0xaf123456, v255
1923 // W64: encoding: [0xff,0xfe,0x8d,0x7c,0x56,0x34,0x12,0xaf]
1924 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1926 v_cmp_ge_i64 vcc_lo, v[1:2], v[2:3]
1927 // W32: encoding: [0x01,0x05,0xac,0x7c]
1928 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1930 v_cmp_ge_i64 vcc_lo, v[254:255], v[2:3]
1931 // W32: encoding: [0xfe,0x05,0xac,0x7c]
1932 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1934 v_cmp_ge_i64 vcc_lo, s[2:3], v[2:3]
1935 // W32: encoding: [0x02,0x04,0xac,0x7c]
1936 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1938 v_cmp_ge_i64 vcc_lo, s[104:105], v[2:3]
1939 // W32: encoding: [0x68,0x04,0xac,0x7c]
1940 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1942 v_cmp_ge_i64 vcc_lo, vcc, v[2:3]
1943 // W32: encoding: [0x6a,0x04,0xac,0x7c]
1944 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1946 v_cmp_ge_i64 vcc_lo, ttmp[14:15], v[2:3]
1947 // W32: encoding: [0x7a,0x04,0xac,0x7c]
1948 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1950 v_cmp_ge_i64 vcc_lo, exec, v[2:3]
1951 // W32: encoding: [0x7e,0x04,0xac,0x7c]
1952 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1954 v_cmp_ge_i64 vcc_lo, null, v[2:3]
1955 // W32: encoding: [0x7c,0x04,0xac,0x7c]
1956 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1958 v_cmp_ge_i64 vcc_lo, -1, v[2:3]
1959 // W32: encoding: [0xc1,0x04,0xac,0x7c]
1960 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1962 v_cmp_ge_i64 vcc_lo, 0.5, v[2:3]
1963 // W32: encoding: [0xf0,0x04,0xac,0x7c]
1964 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1966 v_cmp_ge_i64 vcc_lo, src_scc, v[2:3]
1967 // W32: encoding: [0xfd,0x04,0xac,0x7c]
1968 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1970 v_cmp_ge_i64 vcc_lo, 0xaf123456, v[254:255]
1971 // W32: encoding: [0xff,0xfc,0xad,0x7c,0x56,0x34,0x12,0xaf]
1972 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1974 v_cmp_ge_i64 vcc, v[1:2], v[2:3]
1975 // W64: encoding: [0x01,0x05,0xac,0x7c]
1976 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1978 v_cmp_ge_i64 vcc, v[254:255], v[2:3]
1979 // W64: encoding: [0xfe,0x05,0xac,0x7c]
1980 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1982 v_cmp_ge_i64 vcc, s[2:3], v[2:3]
1983 // W64: encoding: [0x02,0x04,0xac,0x7c]
1984 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1986 v_cmp_ge_i64 vcc, s[104:105], v[2:3]
1987 // W64: encoding: [0x68,0x04,0xac,0x7c]
1988 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1990 v_cmp_ge_i64 vcc, vcc, v[2:3]
1991 // W64: encoding: [0x6a,0x04,0xac,0x7c]
1992 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1994 v_cmp_ge_i64 vcc, ttmp[14:15], v[2:3]
1995 // W64: encoding: [0x7a,0x04,0xac,0x7c]
1996 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
1998 v_cmp_ge_i64 vcc, exec, v[2:3]
1999 // W64: encoding: [0x7e,0x04,0xac,0x7c]
2000 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2002 v_cmp_ge_i64 vcc, null, v[2:3]
2003 // W64: encoding: [0x7c,0x04,0xac,0x7c]
2004 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2006 v_cmp_ge_i64 vcc, -1, v[2:3]
2007 // W64: encoding: [0xc1,0x04,0xac,0x7c]
2008 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2010 v_cmp_ge_i64 vcc, 0.5, v[2:3]
2011 // W64: encoding: [0xf0,0x04,0xac,0x7c]
2012 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2014 v_cmp_ge_i64 vcc, src_scc, v[2:3]
2015 // W64: encoding: [0xfd,0x04,0xac,0x7c]
2016 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2018 v_cmp_ge_i64 vcc, 0xaf123456, v[254:255]
2019 // W64: encoding: [0xff,0xfc,0xad,0x7c,0x56,0x34,0x12,0xaf]
2020 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2022 v_cmp_ge_u16 vcc_lo, v1, v2
2023 // W32: encoding: [0x01,0x05,0x7c,0x7c]
2024 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2026 v_cmp_ge_u16 vcc_lo, v127, v2
2027 // W32: encoding: [0x7f,0x05,0x7c,0x7c]
2028 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2030 v_cmp_ge_u16 vcc_lo, s1, v2
2031 // W32: encoding: [0x01,0x04,0x7c,0x7c]
2032 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2034 v_cmp_ge_u16 vcc_lo, s105, v2
2035 // W32: encoding: [0x69,0x04,0x7c,0x7c]
2036 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2038 v_cmp_ge_u16 vcc_lo, vcc_lo, v2
2039 // W32: encoding: [0x6a,0x04,0x7c,0x7c]
2040 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2042 v_cmp_ge_u16 vcc_lo, vcc_hi, v2
2043 // W32: encoding: [0x6b,0x04,0x7c,0x7c]
2044 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2046 v_cmp_ge_u16 vcc_lo, ttmp15, v2
2047 // W32: encoding: [0x7b,0x04,0x7c,0x7c]
2048 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2050 v_cmp_ge_u16 vcc_lo, m0, v2
2051 // W32: encoding: [0x7d,0x04,0x7c,0x7c]
2052 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2054 v_cmp_ge_u16 vcc_lo, exec_lo, v2
2055 // W32: encoding: [0x7e,0x04,0x7c,0x7c]
2056 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2058 v_cmp_ge_u16 vcc_lo, exec_hi, v2
2059 // W32: encoding: [0x7f,0x04,0x7c,0x7c]
2060 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2062 v_cmp_ge_u16 vcc_lo, null, v2
2063 // W32: encoding: [0x7c,0x04,0x7c,0x7c]
2064 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2066 v_cmp_ge_u16 vcc_lo, -1, v2
2067 // W32: encoding: [0xc1,0x04,0x7c,0x7c]
2068 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2070 v_cmp_ge_u16 vcc_lo, 0.5, v2
2071 // W32: encoding: [0xf0,0x04,0x7c,0x7c]
2072 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2074 v_cmp_ge_u16 vcc_lo, src_scc, v2
2075 // W32: encoding: [0xfd,0x04,0x7c,0x7c]
2076 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2078 v_cmp_ge_u16 vcc_lo, 0xfe0b, v127
2079 // W32: encoding: [0xff,0xfe,0x7c,0x7c,0x0b,0xfe,0x00,0x00]
2080 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2082 v_cmp_ge_u16 vcc, v1, v2
2083 // W64: encoding: [0x01,0x05,0x7c,0x7c]
2084 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2086 v_cmp_ge_u16 vcc, v127, v2
2087 // W64: encoding: [0x7f,0x05,0x7c,0x7c]
2088 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2090 v_cmp_ge_u16 vcc, s1, v2
2091 // W64: encoding: [0x01,0x04,0x7c,0x7c]
2092 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2094 v_cmp_ge_u16 vcc, s105, v2
2095 // W64: encoding: [0x69,0x04,0x7c,0x7c]
2096 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2098 v_cmp_ge_u16 vcc, vcc_lo, v2
2099 // W64: encoding: [0x6a,0x04,0x7c,0x7c]
2100 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2102 v_cmp_ge_u16 vcc, vcc_hi, v2
2103 // W64: encoding: [0x6b,0x04,0x7c,0x7c]
2104 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2106 v_cmp_ge_u16 vcc, ttmp15, v2
2107 // W64: encoding: [0x7b,0x04,0x7c,0x7c]
2108 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2110 v_cmp_ge_u16 vcc, m0, v2
2111 // W64: encoding: [0x7d,0x04,0x7c,0x7c]
2112 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2114 v_cmp_ge_u16 vcc, exec_lo, v2
2115 // W64: encoding: [0x7e,0x04,0x7c,0x7c]
2116 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2118 v_cmp_ge_u16 vcc, exec_hi, v2
2119 // W64: encoding: [0x7f,0x04,0x7c,0x7c]
2120 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2122 v_cmp_ge_u16 vcc, null, v2
2123 // W64: encoding: [0x7c,0x04,0x7c,0x7c]
2124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2126 v_cmp_ge_u16 vcc, -1, v2
2127 // W64: encoding: [0xc1,0x04,0x7c,0x7c]
2128 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2130 v_cmp_ge_u16 vcc, 0.5, v2
2131 // W64: encoding: [0xf0,0x04,0x7c,0x7c]
2132 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2134 v_cmp_ge_u16 vcc, src_scc, v2
2135 // W64: encoding: [0xfd,0x04,0x7c,0x7c]
2136 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2138 v_cmp_ge_u16 vcc, 0xfe0b, v127
2139 // W64: encoding: [0xff,0xfe,0x7c,0x7c,0x0b,0xfe,0x00,0x00]
2140 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2142 v_cmp_ge_u32 vcc_lo, v1, v2
2143 // W32: encoding: [0x01,0x05,0x9c,0x7c]
2144 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2146 v_cmp_ge_u32 vcc_lo, v255, v2
2147 // W32: encoding: [0xff,0x05,0x9c,0x7c]
2148 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2150 v_cmp_ge_u32 vcc_lo, s1, v2
2151 // W32: encoding: [0x01,0x04,0x9c,0x7c]
2152 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2154 v_cmp_ge_u32 vcc_lo, s105, v2
2155 // W32: encoding: [0x69,0x04,0x9c,0x7c]
2156 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2158 v_cmp_ge_u32 vcc_lo, vcc_lo, v2
2159 // W32: encoding: [0x6a,0x04,0x9c,0x7c]
2160 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2162 v_cmp_ge_u32 vcc_lo, vcc_hi, v2
2163 // W32: encoding: [0x6b,0x04,0x9c,0x7c]
2164 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2166 v_cmp_ge_u32 vcc_lo, ttmp15, v2
2167 // W32: encoding: [0x7b,0x04,0x9c,0x7c]
2168 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2170 v_cmp_ge_u32 vcc_lo, m0, v2
2171 // W32: encoding: [0x7d,0x04,0x9c,0x7c]
2172 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2174 v_cmp_ge_u32 vcc_lo, exec_lo, v2
2175 // W32: encoding: [0x7e,0x04,0x9c,0x7c]
2176 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2178 v_cmp_ge_u32 vcc_lo, exec_hi, v2
2179 // W32: encoding: [0x7f,0x04,0x9c,0x7c]
2180 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2182 v_cmp_ge_u32 vcc_lo, null, v2
2183 // W32: encoding: [0x7c,0x04,0x9c,0x7c]
2184 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2186 v_cmp_ge_u32 vcc_lo, -1, v2
2187 // W32: encoding: [0xc1,0x04,0x9c,0x7c]
2188 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2190 v_cmp_ge_u32 vcc_lo, 0.5, v2
2191 // W32: encoding: [0xf0,0x04,0x9c,0x7c]
2192 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2194 v_cmp_ge_u32 vcc_lo, src_scc, v2
2195 // W32: encoding: [0xfd,0x04,0x9c,0x7c]
2196 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2198 v_cmp_ge_u32 vcc_lo, 0xaf123456, v255
2199 // W32: encoding: [0xff,0xfe,0x9d,0x7c,0x56,0x34,0x12,0xaf]
2200 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2202 v_cmp_ge_u32 vcc, v1, v2
2203 // W64: encoding: [0x01,0x05,0x9c,0x7c]
2204 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2206 v_cmp_ge_u32 vcc, v255, v2
2207 // W64: encoding: [0xff,0x05,0x9c,0x7c]
2208 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2210 v_cmp_ge_u32 vcc, s1, v2
2211 // W64: encoding: [0x01,0x04,0x9c,0x7c]
2212 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2214 v_cmp_ge_u32 vcc, s105, v2
2215 // W64: encoding: [0x69,0x04,0x9c,0x7c]
2216 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2218 v_cmp_ge_u32 vcc, vcc_lo, v2
2219 // W64: encoding: [0x6a,0x04,0x9c,0x7c]
2220 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2222 v_cmp_ge_u32 vcc, vcc_hi, v2
2223 // W64: encoding: [0x6b,0x04,0x9c,0x7c]
2224 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2226 v_cmp_ge_u32 vcc, ttmp15, v2
2227 // W64: encoding: [0x7b,0x04,0x9c,0x7c]
2228 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2230 v_cmp_ge_u32 vcc, m0, v2
2231 // W64: encoding: [0x7d,0x04,0x9c,0x7c]
2232 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2234 v_cmp_ge_u32 vcc, exec_lo, v2
2235 // W64: encoding: [0x7e,0x04,0x9c,0x7c]
2236 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2238 v_cmp_ge_u32 vcc, exec_hi, v2
2239 // W64: encoding: [0x7f,0x04,0x9c,0x7c]
2240 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2242 v_cmp_ge_u32 vcc, null, v2
2243 // W64: encoding: [0x7c,0x04,0x9c,0x7c]
2244 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2246 v_cmp_ge_u32 vcc, -1, v2
2247 // W64: encoding: [0xc1,0x04,0x9c,0x7c]
2248 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2250 v_cmp_ge_u32 vcc, 0.5, v2
2251 // W64: encoding: [0xf0,0x04,0x9c,0x7c]
2252 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2254 v_cmp_ge_u32 vcc, src_scc, v2
2255 // W64: encoding: [0xfd,0x04,0x9c,0x7c]
2256 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2258 v_cmp_ge_u32 vcc, 0xaf123456, v255
2259 // W64: encoding: [0xff,0xfe,0x9d,0x7c,0x56,0x34,0x12,0xaf]
2260 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2262 v_cmp_ge_u64 vcc_lo, v[1:2], v[2:3]
2263 // W32: encoding: [0x01,0x05,0xbc,0x7c]
2264 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2266 v_cmp_ge_u64 vcc_lo, v[254:255], v[2:3]
2267 // W32: encoding: [0xfe,0x05,0xbc,0x7c]
2268 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2270 v_cmp_ge_u64 vcc_lo, s[2:3], v[2:3]
2271 // W32: encoding: [0x02,0x04,0xbc,0x7c]
2272 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2274 v_cmp_ge_u64 vcc_lo, s[104:105], v[2:3]
2275 // W32: encoding: [0x68,0x04,0xbc,0x7c]
2276 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2278 v_cmp_ge_u64 vcc_lo, vcc, v[2:3]
2279 // W32: encoding: [0x6a,0x04,0xbc,0x7c]
2280 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2282 v_cmp_ge_u64 vcc_lo, ttmp[14:15], v[2:3]
2283 // W32: encoding: [0x7a,0x04,0xbc,0x7c]
2284 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2286 v_cmp_ge_u64 vcc_lo, exec, v[2:3]
2287 // W32: encoding: [0x7e,0x04,0xbc,0x7c]
2288 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2290 v_cmp_ge_u64 vcc_lo, null, v[2:3]
2291 // W32: encoding: [0x7c,0x04,0xbc,0x7c]
2292 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2294 v_cmp_ge_u64 vcc_lo, -1, v[2:3]
2295 // W32: encoding: [0xc1,0x04,0xbc,0x7c]
2296 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2298 v_cmp_ge_u64 vcc_lo, 0.5, v[2:3]
2299 // W32: encoding: [0xf0,0x04,0xbc,0x7c]
2300 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2302 v_cmp_ge_u64 vcc_lo, src_scc, v[2:3]
2303 // W32: encoding: [0xfd,0x04,0xbc,0x7c]
2304 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2306 v_cmp_ge_u64 vcc_lo, 0xaf123456, v[254:255]
2307 // W32: encoding: [0xff,0xfc,0xbd,0x7c,0x56,0x34,0x12,0xaf]
2308 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2310 v_cmp_ge_u64 vcc, v[1:2], v[2:3]
2311 // W64: encoding: [0x01,0x05,0xbc,0x7c]
2312 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2314 v_cmp_ge_u64 vcc, v[254:255], v[2:3]
2315 // W64: encoding: [0xfe,0x05,0xbc,0x7c]
2316 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2318 v_cmp_ge_u64 vcc, s[2:3], v[2:3]
2319 // W64: encoding: [0x02,0x04,0xbc,0x7c]
2320 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2322 v_cmp_ge_u64 vcc, s[104:105], v[2:3]
2323 // W64: encoding: [0x68,0x04,0xbc,0x7c]
2324 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2326 v_cmp_ge_u64 vcc, vcc, v[2:3]
2327 // W64: encoding: [0x6a,0x04,0xbc,0x7c]
2328 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2330 v_cmp_ge_u64 vcc, ttmp[14:15], v[2:3]
2331 // W64: encoding: [0x7a,0x04,0xbc,0x7c]
2332 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2334 v_cmp_ge_u64 vcc, exec, v[2:3]
2335 // W64: encoding: [0x7e,0x04,0xbc,0x7c]
2336 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2338 v_cmp_ge_u64 vcc, null, v[2:3]
2339 // W64: encoding: [0x7c,0x04,0xbc,0x7c]
2340 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2342 v_cmp_ge_u64 vcc, -1, v[2:3]
2343 // W64: encoding: [0xc1,0x04,0xbc,0x7c]
2344 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2346 v_cmp_ge_u64 vcc, 0.5, v[2:3]
2347 // W64: encoding: [0xf0,0x04,0xbc,0x7c]
2348 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2350 v_cmp_ge_u64 vcc, src_scc, v[2:3]
2351 // W64: encoding: [0xfd,0x04,0xbc,0x7c]
2352 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2354 v_cmp_ge_u64 vcc, 0xaf123456, v[254:255]
2355 // W64: encoding: [0xff,0xfc,0xbd,0x7c,0x56,0x34,0x12,0xaf]
2356 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2358 v_cmp_gt_f16 vcc_lo, v1, v2
2359 // W32: encoding: [0x01,0x05,0x08,0x7c]
2360 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2362 v_cmp_gt_f16 vcc_lo, v127, v2
2363 // W32: encoding: [0x7f,0x05,0x08,0x7c]
2364 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2366 v_cmp_gt_f16 vcc_lo, s1, v2
2367 // W32: encoding: [0x01,0x04,0x08,0x7c]
2368 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2370 v_cmp_gt_f16 vcc_lo, s105, v2
2371 // W32: encoding: [0x69,0x04,0x08,0x7c]
2372 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2374 v_cmp_gt_f16 vcc_lo, vcc_lo, v2
2375 // W32: encoding: [0x6a,0x04,0x08,0x7c]
2376 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2378 v_cmp_gt_f16 vcc_lo, vcc_hi, v2
2379 // W32: encoding: [0x6b,0x04,0x08,0x7c]
2380 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2382 v_cmp_gt_f16 vcc_lo, ttmp15, v2
2383 // W32: encoding: [0x7b,0x04,0x08,0x7c]
2384 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2386 v_cmp_gt_f16 vcc_lo, m0, v2
2387 // W32: encoding: [0x7d,0x04,0x08,0x7c]
2388 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2390 v_cmp_gt_f16 vcc_lo, exec_lo, v2
2391 // W32: encoding: [0x7e,0x04,0x08,0x7c]
2392 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2394 v_cmp_gt_f16 vcc_lo, exec_hi, v2
2395 // W32: encoding: [0x7f,0x04,0x08,0x7c]
2396 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2398 v_cmp_gt_f16 vcc_lo, null, v2
2399 // W32: encoding: [0x7c,0x04,0x08,0x7c]
2400 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2402 v_cmp_gt_f16 vcc_lo, -1, v2
2403 // W32: encoding: [0xc1,0x04,0x08,0x7c]
2404 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2406 v_cmp_gt_f16 vcc_lo, 0.5, v2
2407 // W32: encoding: [0xf0,0x04,0x08,0x7c]
2408 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2410 v_cmp_gt_f16 vcc_lo, src_scc, v2
2411 // W32: encoding: [0xfd,0x04,0x08,0x7c]
2412 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2414 v_cmp_gt_f16 vcc_lo, 0xfe0b, v127
2415 // W32: encoding: [0xff,0xfe,0x08,0x7c,0x0b,0xfe,0x00,0x00]
2416 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2418 v_cmp_gt_f16 vcc, v1, v2
2419 // W64: encoding: [0x01,0x05,0x08,0x7c]
2420 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2422 v_cmp_gt_f16 vcc, v127, v2
2423 // W64: encoding: [0x7f,0x05,0x08,0x7c]
2424 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2426 v_cmp_gt_f16 vcc, s1, v2
2427 // W64: encoding: [0x01,0x04,0x08,0x7c]
2428 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2430 v_cmp_gt_f16 vcc, s105, v2
2431 // W64: encoding: [0x69,0x04,0x08,0x7c]
2432 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2434 v_cmp_gt_f16 vcc, vcc_lo, v2
2435 // W64: encoding: [0x6a,0x04,0x08,0x7c]
2436 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2438 v_cmp_gt_f16 vcc, vcc_hi, v2
2439 // W64: encoding: [0x6b,0x04,0x08,0x7c]
2440 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2442 v_cmp_gt_f16 vcc, ttmp15, v2
2443 // W64: encoding: [0x7b,0x04,0x08,0x7c]
2444 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2446 v_cmp_gt_f16 vcc, m0, v2
2447 // W64: encoding: [0x7d,0x04,0x08,0x7c]
2448 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2450 v_cmp_gt_f16 vcc, exec_lo, v2
2451 // W64: encoding: [0x7e,0x04,0x08,0x7c]
2452 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2454 v_cmp_gt_f16 vcc, exec_hi, v2
2455 // W64: encoding: [0x7f,0x04,0x08,0x7c]
2456 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2458 v_cmp_gt_f16 vcc, null, v2
2459 // W64: encoding: [0x7c,0x04,0x08,0x7c]
2460 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2462 v_cmp_gt_f16 vcc, -1, v2
2463 // W64: encoding: [0xc1,0x04,0x08,0x7c]
2464 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2466 v_cmp_gt_f16 vcc, 0.5, v2
2467 // W64: encoding: [0xf0,0x04,0x08,0x7c]
2468 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2470 v_cmp_gt_f16 vcc, src_scc, v2
2471 // W64: encoding: [0xfd,0x04,0x08,0x7c]
2472 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2474 v_cmp_gt_f16 vcc, 0xfe0b, v127
2475 // W64: encoding: [0xff,0xfe,0x08,0x7c,0x0b,0xfe,0x00,0x00]
2476 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2478 v_cmp_gt_f32 vcc_lo, v1, v2
2479 // W32: encoding: [0x01,0x05,0x28,0x7c]
2480 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2482 v_cmp_gt_f32 vcc_lo, v255, v2
2483 // W32: encoding: [0xff,0x05,0x28,0x7c]
2484 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2486 v_cmp_gt_f32 vcc_lo, s1, v2
2487 // W32: encoding: [0x01,0x04,0x28,0x7c]
2488 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2490 v_cmp_gt_f32 vcc_lo, s105, v2
2491 // W32: encoding: [0x69,0x04,0x28,0x7c]
2492 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2494 v_cmp_gt_f32 vcc_lo, vcc_lo, v2
2495 // W32: encoding: [0x6a,0x04,0x28,0x7c]
2496 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2498 v_cmp_gt_f32 vcc_lo, vcc_hi, v2
2499 // W32: encoding: [0x6b,0x04,0x28,0x7c]
2500 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2502 v_cmp_gt_f32 vcc_lo, ttmp15, v2
2503 // W32: encoding: [0x7b,0x04,0x28,0x7c]
2504 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2506 v_cmp_gt_f32 vcc_lo, m0, v2
2507 // W32: encoding: [0x7d,0x04,0x28,0x7c]
2508 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2510 v_cmp_gt_f32 vcc_lo, exec_lo, v2
2511 // W32: encoding: [0x7e,0x04,0x28,0x7c]
2512 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2514 v_cmp_gt_f32 vcc_lo, exec_hi, v2
2515 // W32: encoding: [0x7f,0x04,0x28,0x7c]
2516 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2518 v_cmp_gt_f32 vcc_lo, null, v2
2519 // W32: encoding: [0x7c,0x04,0x28,0x7c]
2520 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2522 v_cmp_gt_f32 vcc_lo, -1, v2
2523 // W32: encoding: [0xc1,0x04,0x28,0x7c]
2524 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2526 v_cmp_gt_f32 vcc_lo, 0.5, v2
2527 // W32: encoding: [0xf0,0x04,0x28,0x7c]
2528 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2530 v_cmp_gt_f32 vcc_lo, src_scc, v2
2531 // W32: encoding: [0xfd,0x04,0x28,0x7c]
2532 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2534 v_cmp_gt_f32 vcc_lo, 0xaf123456, v255
2535 // W32: encoding: [0xff,0xfe,0x29,0x7c,0x56,0x34,0x12,0xaf]
2536 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2538 v_cmp_gt_f32 vcc, v1, v2
2539 // W64: encoding: [0x01,0x05,0x28,0x7c]
2540 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2542 v_cmp_gt_f32 vcc, v255, v2
2543 // W64: encoding: [0xff,0x05,0x28,0x7c]
2544 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2546 v_cmp_gt_f32 vcc, s1, v2
2547 // W64: encoding: [0x01,0x04,0x28,0x7c]
2548 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2550 v_cmp_gt_f32 vcc, s105, v2
2551 // W64: encoding: [0x69,0x04,0x28,0x7c]
2552 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2554 v_cmp_gt_f32 vcc, vcc_lo, v2
2555 // W64: encoding: [0x6a,0x04,0x28,0x7c]
2556 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2558 v_cmp_gt_f32 vcc, vcc_hi, v2
2559 // W64: encoding: [0x6b,0x04,0x28,0x7c]
2560 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2562 v_cmp_gt_f32 vcc, ttmp15, v2
2563 // W64: encoding: [0x7b,0x04,0x28,0x7c]
2564 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2566 v_cmp_gt_f32 vcc, m0, v2
2567 // W64: encoding: [0x7d,0x04,0x28,0x7c]
2568 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2570 v_cmp_gt_f32 vcc, exec_lo, v2
2571 // W64: encoding: [0x7e,0x04,0x28,0x7c]
2572 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2574 v_cmp_gt_f32 vcc, exec_hi, v2
2575 // W64: encoding: [0x7f,0x04,0x28,0x7c]
2576 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2578 v_cmp_gt_f32 vcc, null, v2
2579 // W64: encoding: [0x7c,0x04,0x28,0x7c]
2580 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2582 v_cmp_gt_f32 vcc, -1, v2
2583 // W64: encoding: [0xc1,0x04,0x28,0x7c]
2584 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2586 v_cmp_gt_f32 vcc, 0.5, v2
2587 // W64: encoding: [0xf0,0x04,0x28,0x7c]
2588 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2590 v_cmp_gt_f32 vcc, src_scc, v2
2591 // W64: encoding: [0xfd,0x04,0x28,0x7c]
2592 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2594 v_cmp_gt_f32 vcc, 0xaf123456, v255
2595 // W64: encoding: [0xff,0xfe,0x29,0x7c,0x56,0x34,0x12,0xaf]
2596 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2598 v_cmp_gt_f64 vcc_lo, v[1:2], v[2:3]
2599 // W32: encoding: [0x01,0x05,0x48,0x7c]
2600 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2602 v_cmp_gt_f64 vcc_lo, v[254:255], v[2:3]
2603 // W32: encoding: [0xfe,0x05,0x48,0x7c]
2604 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2606 v_cmp_gt_f64 vcc_lo, s[2:3], v[2:3]
2607 // W32: encoding: [0x02,0x04,0x48,0x7c]
2608 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2610 v_cmp_gt_f64 vcc_lo, s[104:105], v[2:3]
2611 // W32: encoding: [0x68,0x04,0x48,0x7c]
2612 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2614 v_cmp_gt_f64 vcc_lo, vcc, v[2:3]
2615 // W32: encoding: [0x6a,0x04,0x48,0x7c]
2616 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2618 v_cmp_gt_f64 vcc_lo, ttmp[14:15], v[2:3]
2619 // W32: encoding: [0x7a,0x04,0x48,0x7c]
2620 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2622 v_cmp_gt_f64 vcc_lo, exec, v[2:3]
2623 // W32: encoding: [0x7e,0x04,0x48,0x7c]
2624 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2626 v_cmp_gt_f64 vcc_lo, null, v[2:3]
2627 // W32: encoding: [0x7c,0x04,0x48,0x7c]
2628 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2630 v_cmp_gt_f64 vcc_lo, -1, v[2:3]
2631 // W32: encoding: [0xc1,0x04,0x48,0x7c]
2632 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2634 v_cmp_gt_f64 vcc_lo, 0.5, v[2:3]
2635 // W32: encoding: [0xf0,0x04,0x48,0x7c]
2636 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2638 v_cmp_gt_f64 vcc_lo, src_scc, v[2:3]
2639 // W32: encoding: [0xfd,0x04,0x48,0x7c]
2640 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2642 v_cmp_gt_f64 vcc_lo, 0xaf123456, v[254:255]
2643 // W32: encoding: [0xff,0xfc,0x49,0x7c,0x56,0x34,0x12,0xaf]
2644 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2646 v_cmp_gt_f64 vcc, v[1:2], v[2:3]
2647 // W64: encoding: [0x01,0x05,0x48,0x7c]
2648 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2650 v_cmp_gt_f64 vcc, v[254:255], v[2:3]
2651 // W64: encoding: [0xfe,0x05,0x48,0x7c]
2652 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2654 v_cmp_gt_f64 vcc, s[2:3], v[2:3]
2655 // W64: encoding: [0x02,0x04,0x48,0x7c]
2656 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2658 v_cmp_gt_f64 vcc, s[104:105], v[2:3]
2659 // W64: encoding: [0x68,0x04,0x48,0x7c]
2660 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2662 v_cmp_gt_f64 vcc, vcc, v[2:3]
2663 // W64: encoding: [0x6a,0x04,0x48,0x7c]
2664 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2666 v_cmp_gt_f64 vcc, ttmp[14:15], v[2:3]
2667 // W64: encoding: [0x7a,0x04,0x48,0x7c]
2668 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2670 v_cmp_gt_f64 vcc, exec, v[2:3]
2671 // W64: encoding: [0x7e,0x04,0x48,0x7c]
2672 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2674 v_cmp_gt_f64 vcc, null, v[2:3]
2675 // W64: encoding: [0x7c,0x04,0x48,0x7c]
2676 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2678 v_cmp_gt_f64 vcc, -1, v[2:3]
2679 // W64: encoding: [0xc1,0x04,0x48,0x7c]
2680 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2682 v_cmp_gt_f64 vcc, 0.5, v[2:3]
2683 // W64: encoding: [0xf0,0x04,0x48,0x7c]
2684 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2686 v_cmp_gt_f64 vcc, src_scc, v[2:3]
2687 // W64: encoding: [0xfd,0x04,0x48,0x7c]
2688 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2690 v_cmp_gt_f64 vcc, 0xaf123456, v[254:255]
2691 // W64: encoding: [0xff,0xfc,0x49,0x7c,0x56,0x34,0x12,0xaf]
2692 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2694 v_cmp_gt_i16 vcc_lo, v1, v2
2695 // W32: encoding: [0x01,0x05,0x68,0x7c]
2696 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2698 v_cmp_gt_i16 vcc_lo, v127, v2
2699 // W32: encoding: [0x7f,0x05,0x68,0x7c]
2700 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2702 v_cmp_gt_i16 vcc_lo, s1, v2
2703 // W32: encoding: [0x01,0x04,0x68,0x7c]
2704 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2706 v_cmp_gt_i16 vcc_lo, s105, v2
2707 // W32: encoding: [0x69,0x04,0x68,0x7c]
2708 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2710 v_cmp_gt_i16 vcc_lo, vcc_lo, v2
2711 // W32: encoding: [0x6a,0x04,0x68,0x7c]
2712 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2714 v_cmp_gt_i16 vcc_lo, vcc_hi, v2
2715 // W32: encoding: [0x6b,0x04,0x68,0x7c]
2716 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2718 v_cmp_gt_i16 vcc_lo, ttmp15, v2
2719 // W32: encoding: [0x7b,0x04,0x68,0x7c]
2720 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2722 v_cmp_gt_i16 vcc_lo, m0, v2
2723 // W32: encoding: [0x7d,0x04,0x68,0x7c]
2724 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2726 v_cmp_gt_i16 vcc_lo, exec_lo, v2
2727 // W32: encoding: [0x7e,0x04,0x68,0x7c]
2728 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2730 v_cmp_gt_i16 vcc_lo, exec_hi, v2
2731 // W32: encoding: [0x7f,0x04,0x68,0x7c]
2732 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2734 v_cmp_gt_i16 vcc_lo, null, v2
2735 // W32: encoding: [0x7c,0x04,0x68,0x7c]
2736 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2738 v_cmp_gt_i16 vcc_lo, -1, v2
2739 // W32: encoding: [0xc1,0x04,0x68,0x7c]
2740 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2742 v_cmp_gt_i16 vcc_lo, 0.5, v2
2743 // W32: encoding: [0xf0,0x04,0x68,0x7c]
2744 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2746 v_cmp_gt_i16 vcc_lo, src_scc, v2
2747 // W32: encoding: [0xfd,0x04,0x68,0x7c]
2748 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2750 v_cmp_gt_i16 vcc_lo, 0xfe0b, v127
2751 // W32: encoding: [0xff,0xfe,0x68,0x7c,0x0b,0xfe,0x00,0x00]
2752 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2754 v_cmp_gt_i16 vcc, v1, v2
2755 // W64: encoding: [0x01,0x05,0x68,0x7c]
2756 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2758 v_cmp_gt_i16 vcc, v127, v2
2759 // W64: encoding: [0x7f,0x05,0x68,0x7c]
2760 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2762 v_cmp_gt_i16 vcc, s1, v2
2763 // W64: encoding: [0x01,0x04,0x68,0x7c]
2764 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2766 v_cmp_gt_i16 vcc, s105, v2
2767 // W64: encoding: [0x69,0x04,0x68,0x7c]
2768 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2770 v_cmp_gt_i16 vcc, vcc_lo, v2
2771 // W64: encoding: [0x6a,0x04,0x68,0x7c]
2772 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2774 v_cmp_gt_i16 vcc, vcc_hi, v2
2775 // W64: encoding: [0x6b,0x04,0x68,0x7c]
2776 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2778 v_cmp_gt_i16 vcc, ttmp15, v2
2779 // W64: encoding: [0x7b,0x04,0x68,0x7c]
2780 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2782 v_cmp_gt_i16 vcc, m0, v2
2783 // W64: encoding: [0x7d,0x04,0x68,0x7c]
2784 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2786 v_cmp_gt_i16 vcc, exec_lo, v2
2787 // W64: encoding: [0x7e,0x04,0x68,0x7c]
2788 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2790 v_cmp_gt_i16 vcc, exec_hi, v2
2791 // W64: encoding: [0x7f,0x04,0x68,0x7c]
2792 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2794 v_cmp_gt_i16 vcc, null, v2
2795 // W64: encoding: [0x7c,0x04,0x68,0x7c]
2796 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2798 v_cmp_gt_i16 vcc, -1, v2
2799 // W64: encoding: [0xc1,0x04,0x68,0x7c]
2800 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2802 v_cmp_gt_i16 vcc, 0.5, v2
2803 // W64: encoding: [0xf0,0x04,0x68,0x7c]
2804 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2806 v_cmp_gt_i16 vcc, src_scc, v2
2807 // W64: encoding: [0xfd,0x04,0x68,0x7c]
2808 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2810 v_cmp_gt_i16 vcc, 0xfe0b, v127
2811 // W64: encoding: [0xff,0xfe,0x68,0x7c,0x0b,0xfe,0x00,0x00]
2812 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2814 v_cmp_gt_i32 vcc_lo, v1, v2
2815 // W32: encoding: [0x01,0x05,0x88,0x7c]
2816 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2818 v_cmp_gt_i32 vcc_lo, v255, v2
2819 // W32: encoding: [0xff,0x05,0x88,0x7c]
2820 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2822 v_cmp_gt_i32 vcc_lo, s1, v2
2823 // W32: encoding: [0x01,0x04,0x88,0x7c]
2824 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2826 v_cmp_gt_i32 vcc_lo, s105, v2
2827 // W32: encoding: [0x69,0x04,0x88,0x7c]
2828 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2830 v_cmp_gt_i32 vcc_lo, vcc_lo, v2
2831 // W32: encoding: [0x6a,0x04,0x88,0x7c]
2832 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2834 v_cmp_gt_i32 vcc_lo, vcc_hi, v2
2835 // W32: encoding: [0x6b,0x04,0x88,0x7c]
2836 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2838 v_cmp_gt_i32 vcc_lo, ttmp15, v2
2839 // W32: encoding: [0x7b,0x04,0x88,0x7c]
2840 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2842 v_cmp_gt_i32 vcc_lo, m0, v2
2843 // W32: encoding: [0x7d,0x04,0x88,0x7c]
2844 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2846 v_cmp_gt_i32 vcc_lo, exec_lo, v2
2847 // W32: encoding: [0x7e,0x04,0x88,0x7c]
2848 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2850 v_cmp_gt_i32 vcc_lo, exec_hi, v2
2851 // W32: encoding: [0x7f,0x04,0x88,0x7c]
2852 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2854 v_cmp_gt_i32 vcc_lo, null, v2
2855 // W32: encoding: [0x7c,0x04,0x88,0x7c]
2856 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2858 v_cmp_gt_i32 vcc_lo, -1, v2
2859 // W32: encoding: [0xc1,0x04,0x88,0x7c]
2860 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2862 v_cmp_gt_i32 vcc_lo, 0.5, v2
2863 // W32: encoding: [0xf0,0x04,0x88,0x7c]
2864 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2866 v_cmp_gt_i32 vcc_lo, src_scc, v2
2867 // W32: encoding: [0xfd,0x04,0x88,0x7c]
2868 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2870 v_cmp_gt_i32 vcc_lo, 0xaf123456, v255
2871 // W32: encoding: [0xff,0xfe,0x89,0x7c,0x56,0x34,0x12,0xaf]
2872 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2874 v_cmp_gt_i32 vcc, v1, v2
2875 // W64: encoding: [0x01,0x05,0x88,0x7c]
2876 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2878 v_cmp_gt_i32 vcc, v255, v2
2879 // W64: encoding: [0xff,0x05,0x88,0x7c]
2880 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2882 v_cmp_gt_i32 vcc, s1, v2
2883 // W64: encoding: [0x01,0x04,0x88,0x7c]
2884 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2886 v_cmp_gt_i32 vcc, s105, v2
2887 // W64: encoding: [0x69,0x04,0x88,0x7c]
2888 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2890 v_cmp_gt_i32 vcc, vcc_lo, v2
2891 // W64: encoding: [0x6a,0x04,0x88,0x7c]
2892 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2894 v_cmp_gt_i32 vcc, vcc_hi, v2
2895 // W64: encoding: [0x6b,0x04,0x88,0x7c]
2896 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2898 v_cmp_gt_i32 vcc, ttmp15, v2
2899 // W64: encoding: [0x7b,0x04,0x88,0x7c]
2900 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2902 v_cmp_gt_i32 vcc, m0, v2
2903 // W64: encoding: [0x7d,0x04,0x88,0x7c]
2904 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2906 v_cmp_gt_i32 vcc, exec_lo, v2
2907 // W64: encoding: [0x7e,0x04,0x88,0x7c]
2908 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2910 v_cmp_gt_i32 vcc, exec_hi, v2
2911 // W64: encoding: [0x7f,0x04,0x88,0x7c]
2912 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2914 v_cmp_gt_i32 vcc, null, v2
2915 // W64: encoding: [0x7c,0x04,0x88,0x7c]
2916 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2918 v_cmp_gt_i32 vcc, -1, v2
2919 // W64: encoding: [0xc1,0x04,0x88,0x7c]
2920 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2922 v_cmp_gt_i32 vcc, 0.5, v2
2923 // W64: encoding: [0xf0,0x04,0x88,0x7c]
2924 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2926 v_cmp_gt_i32 vcc, src_scc, v2
2927 // W64: encoding: [0xfd,0x04,0x88,0x7c]
2928 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2930 v_cmp_gt_i32 vcc, 0xaf123456, v255
2931 // W64: encoding: [0xff,0xfe,0x89,0x7c,0x56,0x34,0x12,0xaf]
2932 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2934 v_cmp_gt_i64 vcc_lo, v[1:2], v[2:3]
2935 // W32: encoding: [0x01,0x05,0xa8,0x7c]
2936 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2938 v_cmp_gt_i64 vcc_lo, v[254:255], v[2:3]
2939 // W32: encoding: [0xfe,0x05,0xa8,0x7c]
2940 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2942 v_cmp_gt_i64 vcc_lo, s[2:3], v[2:3]
2943 // W32: encoding: [0x02,0x04,0xa8,0x7c]
2944 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2946 v_cmp_gt_i64 vcc_lo, s[104:105], v[2:3]
2947 // W32: encoding: [0x68,0x04,0xa8,0x7c]
2948 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2950 v_cmp_gt_i64 vcc_lo, vcc, v[2:3]
2951 // W32: encoding: [0x6a,0x04,0xa8,0x7c]
2952 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2954 v_cmp_gt_i64 vcc_lo, ttmp[14:15], v[2:3]
2955 // W32: encoding: [0x7a,0x04,0xa8,0x7c]
2956 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2958 v_cmp_gt_i64 vcc_lo, exec, v[2:3]
2959 // W32: encoding: [0x7e,0x04,0xa8,0x7c]
2960 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2962 v_cmp_gt_i64 vcc_lo, null, v[2:3]
2963 // W32: encoding: [0x7c,0x04,0xa8,0x7c]
2964 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2966 v_cmp_gt_i64 vcc_lo, -1, v[2:3]
2967 // W32: encoding: [0xc1,0x04,0xa8,0x7c]
2968 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2970 v_cmp_gt_i64 vcc_lo, 0.5, v[2:3]
2971 // W32: encoding: [0xf0,0x04,0xa8,0x7c]
2972 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2974 v_cmp_gt_i64 vcc_lo, src_scc, v[2:3]
2975 // W32: encoding: [0xfd,0x04,0xa8,0x7c]
2976 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2978 v_cmp_gt_i64 vcc_lo, 0xaf123456, v[254:255]
2979 // W32: encoding: [0xff,0xfc,0xa9,0x7c,0x56,0x34,0x12,0xaf]
2980 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2982 v_cmp_gt_i64 vcc, v[1:2], v[2:3]
2983 // W64: encoding: [0x01,0x05,0xa8,0x7c]
2984 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2986 v_cmp_gt_i64 vcc, v[254:255], v[2:3]
2987 // W64: encoding: [0xfe,0x05,0xa8,0x7c]
2988 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2990 v_cmp_gt_i64 vcc, s[2:3], v[2:3]
2991 // W64: encoding: [0x02,0x04,0xa8,0x7c]
2992 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2994 v_cmp_gt_i64 vcc, s[104:105], v[2:3]
2995 // W64: encoding: [0x68,0x04,0xa8,0x7c]
2996 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
2998 v_cmp_gt_i64 vcc, vcc, v[2:3]
2999 // W64: encoding: [0x6a,0x04,0xa8,0x7c]
3000 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3002 v_cmp_gt_i64 vcc, ttmp[14:15], v[2:3]
3003 // W64: encoding: [0x7a,0x04,0xa8,0x7c]
3004 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3006 v_cmp_gt_i64 vcc, exec, v[2:3]
3007 // W64: encoding: [0x7e,0x04,0xa8,0x7c]
3008 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3010 v_cmp_gt_i64 vcc, null, v[2:3]
3011 // W64: encoding: [0x7c,0x04,0xa8,0x7c]
3012 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3014 v_cmp_gt_i64 vcc, -1, v[2:3]
3015 // W64: encoding: [0xc1,0x04,0xa8,0x7c]
3016 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3018 v_cmp_gt_i64 vcc, 0.5, v[2:3]
3019 // W64: encoding: [0xf0,0x04,0xa8,0x7c]
3020 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3022 v_cmp_gt_i64 vcc, src_scc, v[2:3]
3023 // W64: encoding: [0xfd,0x04,0xa8,0x7c]
3024 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3026 v_cmp_gt_i64 vcc, 0xaf123456, v[254:255]
3027 // W64: encoding: [0xff,0xfc,0xa9,0x7c,0x56,0x34,0x12,0xaf]
3028 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3030 v_cmp_gt_u16 vcc_lo, v1, v2
3031 // W32: encoding: [0x01,0x05,0x78,0x7c]
3032 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3034 v_cmp_gt_u16 vcc_lo, v127, v2
3035 // W32: encoding: [0x7f,0x05,0x78,0x7c]
3036 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3038 v_cmp_gt_u16 vcc_lo, s1, v2
3039 // W32: encoding: [0x01,0x04,0x78,0x7c]
3040 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3042 v_cmp_gt_u16 vcc_lo, s105, v2
3043 // W32: encoding: [0x69,0x04,0x78,0x7c]
3044 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3046 v_cmp_gt_u16 vcc_lo, vcc_lo, v2
3047 // W32: encoding: [0x6a,0x04,0x78,0x7c]
3048 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3050 v_cmp_gt_u16 vcc_lo, vcc_hi, v2
3051 // W32: encoding: [0x6b,0x04,0x78,0x7c]
3052 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3054 v_cmp_gt_u16 vcc_lo, ttmp15, v2
3055 // W32: encoding: [0x7b,0x04,0x78,0x7c]
3056 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3058 v_cmp_gt_u16 vcc_lo, m0, v2
3059 // W32: encoding: [0x7d,0x04,0x78,0x7c]
3060 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3062 v_cmp_gt_u16 vcc_lo, exec_lo, v2
3063 // W32: encoding: [0x7e,0x04,0x78,0x7c]
3064 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3066 v_cmp_gt_u16 vcc_lo, exec_hi, v2
3067 // W32: encoding: [0x7f,0x04,0x78,0x7c]
3068 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3070 v_cmp_gt_u16 vcc_lo, null, v2
3071 // W32: encoding: [0x7c,0x04,0x78,0x7c]
3072 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3074 v_cmp_gt_u16 vcc_lo, -1, v2
3075 // W32: encoding: [0xc1,0x04,0x78,0x7c]
3076 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3078 v_cmp_gt_u16 vcc_lo, 0.5, v2
3079 // W32: encoding: [0xf0,0x04,0x78,0x7c]
3080 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3082 v_cmp_gt_u16 vcc_lo, src_scc, v2
3083 // W32: encoding: [0xfd,0x04,0x78,0x7c]
3084 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3086 v_cmp_gt_u16 vcc_lo, 0xfe0b, v127
3087 // W32: encoding: [0xff,0xfe,0x78,0x7c,0x0b,0xfe,0x00,0x00]
3088 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3090 v_cmp_gt_u16 vcc, v1, v2
3091 // W64: encoding: [0x01,0x05,0x78,0x7c]
3092 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3094 v_cmp_gt_u16 vcc, v127, v2
3095 // W64: encoding: [0x7f,0x05,0x78,0x7c]
3096 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3098 v_cmp_gt_u16 vcc, s1, v2
3099 // W64: encoding: [0x01,0x04,0x78,0x7c]
3100 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3102 v_cmp_gt_u16 vcc, s105, v2
3103 // W64: encoding: [0x69,0x04,0x78,0x7c]
3104 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3106 v_cmp_gt_u16 vcc, vcc_lo, v2
3107 // W64: encoding: [0x6a,0x04,0x78,0x7c]
3108 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3110 v_cmp_gt_u16 vcc, vcc_hi, v2
3111 // W64: encoding: [0x6b,0x04,0x78,0x7c]
3112 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3114 v_cmp_gt_u16 vcc, ttmp15, v2
3115 // W64: encoding: [0x7b,0x04,0x78,0x7c]
3116 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3118 v_cmp_gt_u16 vcc, m0, v2
3119 // W64: encoding: [0x7d,0x04,0x78,0x7c]
3120 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3122 v_cmp_gt_u16 vcc, exec_lo, v2
3123 // W64: encoding: [0x7e,0x04,0x78,0x7c]
3124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3126 v_cmp_gt_u16 vcc, exec_hi, v2
3127 // W64: encoding: [0x7f,0x04,0x78,0x7c]
3128 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3130 v_cmp_gt_u16 vcc, null, v2
3131 // W64: encoding: [0x7c,0x04,0x78,0x7c]
3132 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3134 v_cmp_gt_u16 vcc, -1, v2
3135 // W64: encoding: [0xc1,0x04,0x78,0x7c]
3136 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3138 v_cmp_gt_u16 vcc, 0.5, v2
3139 // W64: encoding: [0xf0,0x04,0x78,0x7c]
3140 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3142 v_cmp_gt_u16 vcc, src_scc, v2
3143 // W64: encoding: [0xfd,0x04,0x78,0x7c]
3144 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3146 v_cmp_gt_u16 vcc, 0xfe0b, v127
3147 // W64: encoding: [0xff,0xfe,0x78,0x7c,0x0b,0xfe,0x00,0x00]
3148 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3150 v_cmp_gt_u32 vcc_lo, v1, v2
3151 // W32: encoding: [0x01,0x05,0x98,0x7c]
3152 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3154 v_cmp_gt_u32 vcc_lo, v255, v2
3155 // W32: encoding: [0xff,0x05,0x98,0x7c]
3156 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3158 v_cmp_gt_u32 vcc_lo, s1, v2
3159 // W32: encoding: [0x01,0x04,0x98,0x7c]
3160 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3162 v_cmp_gt_u32 vcc_lo, s105, v2
3163 // W32: encoding: [0x69,0x04,0x98,0x7c]
3164 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3166 v_cmp_gt_u32 vcc_lo, vcc_lo, v2
3167 // W32: encoding: [0x6a,0x04,0x98,0x7c]
3168 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3170 v_cmp_gt_u32 vcc_lo, vcc_hi, v2
3171 // W32: encoding: [0x6b,0x04,0x98,0x7c]
3172 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3174 v_cmp_gt_u32 vcc_lo, ttmp15, v2
3175 // W32: encoding: [0x7b,0x04,0x98,0x7c]
3176 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3178 v_cmp_gt_u32 vcc_lo, m0, v2
3179 // W32: encoding: [0x7d,0x04,0x98,0x7c]
3180 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3182 v_cmp_gt_u32 vcc_lo, exec_lo, v2
3183 // W32: encoding: [0x7e,0x04,0x98,0x7c]
3184 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3186 v_cmp_gt_u32 vcc_lo, exec_hi, v2
3187 // W32: encoding: [0x7f,0x04,0x98,0x7c]
3188 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3190 v_cmp_gt_u32 vcc_lo, null, v2
3191 // W32: encoding: [0x7c,0x04,0x98,0x7c]
3192 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3194 v_cmp_gt_u32 vcc_lo, -1, v2
3195 // W32: encoding: [0xc1,0x04,0x98,0x7c]
3196 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3198 v_cmp_gt_u32 vcc_lo, 0.5, v2
3199 // W32: encoding: [0xf0,0x04,0x98,0x7c]
3200 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3202 v_cmp_gt_u32 vcc_lo, src_scc, v2
3203 // W32: encoding: [0xfd,0x04,0x98,0x7c]
3204 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3206 v_cmp_gt_u32 vcc_lo, 0xaf123456, v255
3207 // W32: encoding: [0xff,0xfe,0x99,0x7c,0x56,0x34,0x12,0xaf]
3208 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3210 v_cmp_gt_u32 vcc, v1, v2
3211 // W64: encoding: [0x01,0x05,0x98,0x7c]
3212 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3214 v_cmp_gt_u32 vcc, v255, v2
3215 // W64: encoding: [0xff,0x05,0x98,0x7c]
3216 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3218 v_cmp_gt_u32 vcc, s1, v2
3219 // W64: encoding: [0x01,0x04,0x98,0x7c]
3220 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3222 v_cmp_gt_u32 vcc, s105, v2
3223 // W64: encoding: [0x69,0x04,0x98,0x7c]
3224 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3226 v_cmp_gt_u32 vcc, vcc_lo, v2
3227 // W64: encoding: [0x6a,0x04,0x98,0x7c]
3228 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3230 v_cmp_gt_u32 vcc, vcc_hi, v2
3231 // W64: encoding: [0x6b,0x04,0x98,0x7c]
3232 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3234 v_cmp_gt_u32 vcc, ttmp15, v2
3235 // W64: encoding: [0x7b,0x04,0x98,0x7c]
3236 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3238 v_cmp_gt_u32 vcc, m0, v2
3239 // W64: encoding: [0x7d,0x04,0x98,0x7c]
3240 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3242 v_cmp_gt_u32 vcc, exec_lo, v2
3243 // W64: encoding: [0x7e,0x04,0x98,0x7c]
3244 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3246 v_cmp_gt_u32 vcc, exec_hi, v2
3247 // W64: encoding: [0x7f,0x04,0x98,0x7c]
3248 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3250 v_cmp_gt_u32 vcc, null, v2
3251 // W64: encoding: [0x7c,0x04,0x98,0x7c]
3252 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3254 v_cmp_gt_u32 vcc, -1, v2
3255 // W64: encoding: [0xc1,0x04,0x98,0x7c]
3256 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3258 v_cmp_gt_u32 vcc, 0.5, v2
3259 // W64: encoding: [0xf0,0x04,0x98,0x7c]
3260 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3262 v_cmp_gt_u32 vcc, src_scc, v2
3263 // W64: encoding: [0xfd,0x04,0x98,0x7c]
3264 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3266 v_cmp_gt_u32 vcc, 0xaf123456, v255
3267 // W64: encoding: [0xff,0xfe,0x99,0x7c,0x56,0x34,0x12,0xaf]
3268 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3270 v_cmp_gt_u64 vcc_lo, v[1:2], v[2:3]
3271 // W32: encoding: [0x01,0x05,0xb8,0x7c]
3272 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3274 v_cmp_gt_u64 vcc_lo, v[254:255], v[2:3]
3275 // W32: encoding: [0xfe,0x05,0xb8,0x7c]
3276 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3278 v_cmp_gt_u64 vcc_lo, s[2:3], v[2:3]
3279 // W32: encoding: [0x02,0x04,0xb8,0x7c]
3280 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3282 v_cmp_gt_u64 vcc_lo, s[104:105], v[2:3]
3283 // W32: encoding: [0x68,0x04,0xb8,0x7c]
3284 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3286 v_cmp_gt_u64 vcc_lo, vcc, v[2:3]
3287 // W32: encoding: [0x6a,0x04,0xb8,0x7c]
3288 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3290 v_cmp_gt_u64 vcc_lo, ttmp[14:15], v[2:3]
3291 // W32: encoding: [0x7a,0x04,0xb8,0x7c]
3292 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3294 v_cmp_gt_u64 vcc_lo, exec, v[2:3]
3295 // W32: encoding: [0x7e,0x04,0xb8,0x7c]
3296 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3298 v_cmp_gt_u64 vcc_lo, null, v[2:3]
3299 // W32: encoding: [0x7c,0x04,0xb8,0x7c]
3300 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3302 v_cmp_gt_u64 vcc_lo, -1, v[2:3]
3303 // W32: encoding: [0xc1,0x04,0xb8,0x7c]
3304 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3306 v_cmp_gt_u64 vcc_lo, 0.5, v[2:3]
3307 // W32: encoding: [0xf0,0x04,0xb8,0x7c]
3308 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3310 v_cmp_gt_u64 vcc_lo, src_scc, v[2:3]
3311 // W32: encoding: [0xfd,0x04,0xb8,0x7c]
3312 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3314 v_cmp_gt_u64 vcc_lo, 0xaf123456, v[254:255]
3315 // W32: encoding: [0xff,0xfc,0xb9,0x7c,0x56,0x34,0x12,0xaf]
3316 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3318 v_cmp_gt_u64 vcc, v[1:2], v[2:3]
3319 // W64: encoding: [0x01,0x05,0xb8,0x7c]
3320 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3322 v_cmp_gt_u64 vcc, v[254:255], v[2:3]
3323 // W64: encoding: [0xfe,0x05,0xb8,0x7c]
3324 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3326 v_cmp_gt_u64 vcc, s[2:3], v[2:3]
3327 // W64: encoding: [0x02,0x04,0xb8,0x7c]
3328 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3330 v_cmp_gt_u64 vcc, s[104:105], v[2:3]
3331 // W64: encoding: [0x68,0x04,0xb8,0x7c]
3332 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3334 v_cmp_gt_u64 vcc, vcc, v[2:3]
3335 // W64: encoding: [0x6a,0x04,0xb8,0x7c]
3336 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3338 v_cmp_gt_u64 vcc, ttmp[14:15], v[2:3]
3339 // W64: encoding: [0x7a,0x04,0xb8,0x7c]
3340 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3342 v_cmp_gt_u64 vcc, exec, v[2:3]
3343 // W64: encoding: [0x7e,0x04,0xb8,0x7c]
3344 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3346 v_cmp_gt_u64 vcc, null, v[2:3]
3347 // W64: encoding: [0x7c,0x04,0xb8,0x7c]
3348 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3350 v_cmp_gt_u64 vcc, -1, v[2:3]
3351 // W64: encoding: [0xc1,0x04,0xb8,0x7c]
3352 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3354 v_cmp_gt_u64 vcc, 0.5, v[2:3]
3355 // W64: encoding: [0xf0,0x04,0xb8,0x7c]
3356 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3358 v_cmp_gt_u64 vcc, src_scc, v[2:3]
3359 // W64: encoding: [0xfd,0x04,0xb8,0x7c]
3360 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3362 v_cmp_gt_u64 vcc, 0xaf123456, v[254:255]
3363 // W64: encoding: [0xff,0xfc,0xb9,0x7c,0x56,0x34,0x12,0xaf]
3364 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3366 v_cmp_le_f16 vcc_lo, v1, v2
3367 // W32: encoding: [0x01,0x05,0x06,0x7c]
3368 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3370 v_cmp_le_f16 vcc_lo, v127, v2
3371 // W32: encoding: [0x7f,0x05,0x06,0x7c]
3372 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3374 v_cmp_le_f16 vcc_lo, s1, v2
3375 // W32: encoding: [0x01,0x04,0x06,0x7c]
3376 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3378 v_cmp_le_f16 vcc_lo, s105, v2
3379 // W32: encoding: [0x69,0x04,0x06,0x7c]
3380 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3382 v_cmp_le_f16 vcc_lo, vcc_lo, v2
3383 // W32: encoding: [0x6a,0x04,0x06,0x7c]
3384 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3386 v_cmp_le_f16 vcc_lo, vcc_hi, v2
3387 // W32: encoding: [0x6b,0x04,0x06,0x7c]
3388 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3390 v_cmp_le_f16 vcc_lo, ttmp15, v2
3391 // W32: encoding: [0x7b,0x04,0x06,0x7c]
3392 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3394 v_cmp_le_f16 vcc_lo, m0, v2
3395 // W32: encoding: [0x7d,0x04,0x06,0x7c]
3396 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3398 v_cmp_le_f16 vcc_lo, exec_lo, v2
3399 // W32: encoding: [0x7e,0x04,0x06,0x7c]
3400 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3402 v_cmp_le_f16 vcc_lo, exec_hi, v2
3403 // W32: encoding: [0x7f,0x04,0x06,0x7c]
3404 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3406 v_cmp_le_f16 vcc_lo, null, v2
3407 // W32: encoding: [0x7c,0x04,0x06,0x7c]
3408 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3410 v_cmp_le_f16 vcc_lo, -1, v2
3411 // W32: encoding: [0xc1,0x04,0x06,0x7c]
3412 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3414 v_cmp_le_f16 vcc_lo, 0.5, v2
3415 // W32: encoding: [0xf0,0x04,0x06,0x7c]
3416 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3418 v_cmp_le_f16 vcc_lo, src_scc, v2
3419 // W32: encoding: [0xfd,0x04,0x06,0x7c]
3420 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3422 v_cmp_le_f16 vcc_lo, 0xfe0b, v127
3423 // W32: encoding: [0xff,0xfe,0x06,0x7c,0x0b,0xfe,0x00,0x00]
3424 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3426 v_cmp_le_f16 vcc, v1, v2
3427 // W64: encoding: [0x01,0x05,0x06,0x7c]
3428 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3430 v_cmp_le_f16 vcc, v127, v2
3431 // W64: encoding: [0x7f,0x05,0x06,0x7c]
3432 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3434 v_cmp_le_f16 vcc, s1, v2
3435 // W64: encoding: [0x01,0x04,0x06,0x7c]
3436 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3438 v_cmp_le_f16 vcc, s105, v2
3439 // W64: encoding: [0x69,0x04,0x06,0x7c]
3440 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3442 v_cmp_le_f16 vcc, vcc_lo, v2
3443 // W64: encoding: [0x6a,0x04,0x06,0x7c]
3444 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3446 v_cmp_le_f16 vcc, vcc_hi, v2
3447 // W64: encoding: [0x6b,0x04,0x06,0x7c]
3448 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3450 v_cmp_le_f16 vcc, ttmp15, v2
3451 // W64: encoding: [0x7b,0x04,0x06,0x7c]
3452 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3454 v_cmp_le_f16 vcc, m0, v2
3455 // W64: encoding: [0x7d,0x04,0x06,0x7c]
3456 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3458 v_cmp_le_f16 vcc, exec_lo, v2
3459 // W64: encoding: [0x7e,0x04,0x06,0x7c]
3460 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3462 v_cmp_le_f16 vcc, exec_hi, v2
3463 // W64: encoding: [0x7f,0x04,0x06,0x7c]
3464 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3466 v_cmp_le_f16 vcc, null, v2
3467 // W64: encoding: [0x7c,0x04,0x06,0x7c]
3468 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3470 v_cmp_le_f16 vcc, -1, v2
3471 // W64: encoding: [0xc1,0x04,0x06,0x7c]
3472 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3474 v_cmp_le_f16 vcc, 0.5, v2
3475 // W64: encoding: [0xf0,0x04,0x06,0x7c]
3476 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3478 v_cmp_le_f16 vcc, src_scc, v2
3479 // W64: encoding: [0xfd,0x04,0x06,0x7c]
3480 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3482 v_cmp_le_f16 vcc, 0xfe0b, v127
3483 // W64: encoding: [0xff,0xfe,0x06,0x7c,0x0b,0xfe,0x00,0x00]
3484 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3486 v_cmp_le_f32 vcc_lo, v1, v2
3487 // W32: encoding: [0x01,0x05,0x26,0x7c]
3488 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3490 v_cmp_le_f32 vcc_lo, v255, v2
3491 // W32: encoding: [0xff,0x05,0x26,0x7c]
3492 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3494 v_cmp_le_f32 vcc_lo, s1, v2
3495 // W32: encoding: [0x01,0x04,0x26,0x7c]
3496 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3498 v_cmp_le_f32 vcc_lo, s105, v2
3499 // W32: encoding: [0x69,0x04,0x26,0x7c]
3500 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3502 v_cmp_le_f32 vcc_lo, vcc_lo, v2
3503 // W32: encoding: [0x6a,0x04,0x26,0x7c]
3504 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3506 v_cmp_le_f32 vcc_lo, vcc_hi, v2
3507 // W32: encoding: [0x6b,0x04,0x26,0x7c]
3508 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3510 v_cmp_le_f32 vcc_lo, ttmp15, v2
3511 // W32: encoding: [0x7b,0x04,0x26,0x7c]
3512 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3514 v_cmp_le_f32 vcc_lo, m0, v2
3515 // W32: encoding: [0x7d,0x04,0x26,0x7c]
3516 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3518 v_cmp_le_f32 vcc_lo, exec_lo, v2
3519 // W32: encoding: [0x7e,0x04,0x26,0x7c]
3520 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3522 v_cmp_le_f32 vcc_lo, exec_hi, v2
3523 // W32: encoding: [0x7f,0x04,0x26,0x7c]
3524 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3526 v_cmp_le_f32 vcc_lo, null, v2
3527 // W32: encoding: [0x7c,0x04,0x26,0x7c]
3528 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3530 v_cmp_le_f32 vcc_lo, -1, v2
3531 // W32: encoding: [0xc1,0x04,0x26,0x7c]
3532 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3534 v_cmp_le_f32 vcc_lo, 0.5, v2
3535 // W32: encoding: [0xf0,0x04,0x26,0x7c]
3536 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3538 v_cmp_le_f32 vcc_lo, src_scc, v2
3539 // W32: encoding: [0xfd,0x04,0x26,0x7c]
3540 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3542 v_cmp_le_f32 vcc_lo, 0xaf123456, v255
3543 // W32: encoding: [0xff,0xfe,0x27,0x7c,0x56,0x34,0x12,0xaf]
3544 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3546 v_cmp_le_f32 vcc, v1, v2
3547 // W64: encoding: [0x01,0x05,0x26,0x7c]
3548 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3550 v_cmp_le_f32 vcc, v255, v2
3551 // W64: encoding: [0xff,0x05,0x26,0x7c]
3552 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3554 v_cmp_le_f32 vcc, s1, v2
3555 // W64: encoding: [0x01,0x04,0x26,0x7c]
3556 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3558 v_cmp_le_f32 vcc, s105, v2
3559 // W64: encoding: [0x69,0x04,0x26,0x7c]
3560 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3562 v_cmp_le_f32 vcc, vcc_lo, v2
3563 // W64: encoding: [0x6a,0x04,0x26,0x7c]
3564 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3566 v_cmp_le_f32 vcc, vcc_hi, v2
3567 // W64: encoding: [0x6b,0x04,0x26,0x7c]
3568 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3570 v_cmp_le_f32 vcc, ttmp15, v2
3571 // W64: encoding: [0x7b,0x04,0x26,0x7c]
3572 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3574 v_cmp_le_f32 vcc, m0, v2
3575 // W64: encoding: [0x7d,0x04,0x26,0x7c]
3576 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3578 v_cmp_le_f32 vcc, exec_lo, v2
3579 // W64: encoding: [0x7e,0x04,0x26,0x7c]
3580 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3582 v_cmp_le_f32 vcc, exec_hi, v2
3583 // W64: encoding: [0x7f,0x04,0x26,0x7c]
3584 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3586 v_cmp_le_f32 vcc, null, v2
3587 // W64: encoding: [0x7c,0x04,0x26,0x7c]
3588 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3590 v_cmp_le_f32 vcc, -1, v2
3591 // W64: encoding: [0xc1,0x04,0x26,0x7c]
3592 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3594 v_cmp_le_f32 vcc, 0.5, v2
3595 // W64: encoding: [0xf0,0x04,0x26,0x7c]
3596 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3598 v_cmp_le_f32 vcc, src_scc, v2
3599 // W64: encoding: [0xfd,0x04,0x26,0x7c]
3600 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3602 v_cmp_le_f32 vcc, 0xaf123456, v255
3603 // W64: encoding: [0xff,0xfe,0x27,0x7c,0x56,0x34,0x12,0xaf]
3604 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3606 v_cmp_le_f64 vcc_lo, v[1:2], v[2:3]
3607 // W32: encoding: [0x01,0x05,0x46,0x7c]
3608 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3610 v_cmp_le_f64 vcc_lo, v[254:255], v[2:3]
3611 // W32: encoding: [0xfe,0x05,0x46,0x7c]
3612 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3614 v_cmp_le_f64 vcc_lo, s[2:3], v[2:3]
3615 // W32: encoding: [0x02,0x04,0x46,0x7c]
3616 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3618 v_cmp_le_f64 vcc_lo, s[104:105], v[2:3]
3619 // W32: encoding: [0x68,0x04,0x46,0x7c]
3620 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3622 v_cmp_le_f64 vcc_lo, vcc, v[2:3]
3623 // W32: encoding: [0x6a,0x04,0x46,0x7c]
3624 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3626 v_cmp_le_f64 vcc_lo, ttmp[14:15], v[2:3]
3627 // W32: encoding: [0x7a,0x04,0x46,0x7c]
3628 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3630 v_cmp_le_f64 vcc_lo, exec, v[2:3]
3631 // W32: encoding: [0x7e,0x04,0x46,0x7c]
3632 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3634 v_cmp_le_f64 vcc_lo, null, v[2:3]
3635 // W32: encoding: [0x7c,0x04,0x46,0x7c]
3636 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3638 v_cmp_le_f64 vcc_lo, -1, v[2:3]
3639 // W32: encoding: [0xc1,0x04,0x46,0x7c]
3640 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3642 v_cmp_le_f64 vcc_lo, 0.5, v[2:3]
3643 // W32: encoding: [0xf0,0x04,0x46,0x7c]
3644 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3646 v_cmp_le_f64 vcc_lo, src_scc, v[2:3]
3647 // W32: encoding: [0xfd,0x04,0x46,0x7c]
3648 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3650 v_cmp_le_f64 vcc_lo, 0xaf123456, v[254:255]
3651 // W32: encoding: [0xff,0xfc,0x47,0x7c,0x56,0x34,0x12,0xaf]
3652 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3654 v_cmp_le_f64 vcc, v[1:2], v[2:3]
3655 // W64: encoding: [0x01,0x05,0x46,0x7c]
3656 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3658 v_cmp_le_f64 vcc, v[254:255], v[2:3]
3659 // W64: encoding: [0xfe,0x05,0x46,0x7c]
3660 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3662 v_cmp_le_f64 vcc, s[2:3], v[2:3]
3663 // W64: encoding: [0x02,0x04,0x46,0x7c]
3664 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3666 v_cmp_le_f64 vcc, s[104:105], v[2:3]
3667 // W64: encoding: [0x68,0x04,0x46,0x7c]
3668 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3670 v_cmp_le_f64 vcc, vcc, v[2:3]
3671 // W64: encoding: [0x6a,0x04,0x46,0x7c]
3672 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3674 v_cmp_le_f64 vcc, ttmp[14:15], v[2:3]
3675 // W64: encoding: [0x7a,0x04,0x46,0x7c]
3676 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3678 v_cmp_le_f64 vcc, exec, v[2:3]
3679 // W64: encoding: [0x7e,0x04,0x46,0x7c]
3680 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3682 v_cmp_le_f64 vcc, null, v[2:3]
3683 // W64: encoding: [0x7c,0x04,0x46,0x7c]
3684 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3686 v_cmp_le_f64 vcc, -1, v[2:3]
3687 // W64: encoding: [0xc1,0x04,0x46,0x7c]
3688 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3690 v_cmp_le_f64 vcc, 0.5, v[2:3]
3691 // W64: encoding: [0xf0,0x04,0x46,0x7c]
3692 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3694 v_cmp_le_f64 vcc, src_scc, v[2:3]
3695 // W64: encoding: [0xfd,0x04,0x46,0x7c]
3696 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3698 v_cmp_le_f64 vcc, 0xaf123456, v[254:255]
3699 // W64: encoding: [0xff,0xfc,0x47,0x7c,0x56,0x34,0x12,0xaf]
3700 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3702 v_cmp_le_i16 vcc_lo, v1, v2
3703 // W32: encoding: [0x01,0x05,0x66,0x7c]
3704 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3706 v_cmp_le_i16 vcc_lo, v127, v2
3707 // W32: encoding: [0x7f,0x05,0x66,0x7c]
3708 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3710 v_cmp_le_i16 vcc_lo, s1, v2
3711 // W32: encoding: [0x01,0x04,0x66,0x7c]
3712 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3714 v_cmp_le_i16 vcc_lo, s105, v2
3715 // W32: encoding: [0x69,0x04,0x66,0x7c]
3716 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3718 v_cmp_le_i16 vcc_lo, vcc_lo, v2
3719 // W32: encoding: [0x6a,0x04,0x66,0x7c]
3720 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3722 v_cmp_le_i16 vcc_lo, vcc_hi, v2
3723 // W32: encoding: [0x6b,0x04,0x66,0x7c]
3724 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3726 v_cmp_le_i16 vcc_lo, ttmp15, v2
3727 // W32: encoding: [0x7b,0x04,0x66,0x7c]
3728 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3730 v_cmp_le_i16 vcc_lo, m0, v2
3731 // W32: encoding: [0x7d,0x04,0x66,0x7c]
3732 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3734 v_cmp_le_i16 vcc_lo, exec_lo, v2
3735 // W32: encoding: [0x7e,0x04,0x66,0x7c]
3736 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3738 v_cmp_le_i16 vcc_lo, exec_hi, v2
3739 // W32: encoding: [0x7f,0x04,0x66,0x7c]
3740 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3742 v_cmp_le_i16 vcc_lo, null, v2
3743 // W32: encoding: [0x7c,0x04,0x66,0x7c]
3744 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3746 v_cmp_le_i16 vcc_lo, -1, v2
3747 // W32: encoding: [0xc1,0x04,0x66,0x7c]
3748 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3750 v_cmp_le_i16 vcc_lo, 0.5, v2
3751 // W32: encoding: [0xf0,0x04,0x66,0x7c]
3752 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3754 v_cmp_le_i16 vcc_lo, src_scc, v2
3755 // W32: encoding: [0xfd,0x04,0x66,0x7c]
3756 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3758 v_cmp_le_i16 vcc_lo, 0xfe0b, v127
3759 // W32: encoding: [0xff,0xfe,0x66,0x7c,0x0b,0xfe,0x00,0x00]
3760 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3762 v_cmp_le_i16 vcc, v1, v2
3763 // W64: encoding: [0x01,0x05,0x66,0x7c]
3764 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3766 v_cmp_le_i16 vcc, v127, v2
3767 // W64: encoding: [0x7f,0x05,0x66,0x7c]
3768 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3770 v_cmp_le_i16 vcc, s1, v2
3771 // W64: encoding: [0x01,0x04,0x66,0x7c]
3772 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3774 v_cmp_le_i16 vcc, s105, v2
3775 // W64: encoding: [0x69,0x04,0x66,0x7c]
3776 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3778 v_cmp_le_i16 vcc, vcc_lo, v2
3779 // W64: encoding: [0x6a,0x04,0x66,0x7c]
3780 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3782 v_cmp_le_i16 vcc, vcc_hi, v2
3783 // W64: encoding: [0x6b,0x04,0x66,0x7c]
3784 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3786 v_cmp_le_i16 vcc, ttmp15, v2
3787 // W64: encoding: [0x7b,0x04,0x66,0x7c]
3788 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3790 v_cmp_le_i16 vcc, m0, v2
3791 // W64: encoding: [0x7d,0x04,0x66,0x7c]
3792 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3794 v_cmp_le_i16 vcc, exec_lo, v2
3795 // W64: encoding: [0x7e,0x04,0x66,0x7c]
3796 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3798 v_cmp_le_i16 vcc, exec_hi, v2
3799 // W64: encoding: [0x7f,0x04,0x66,0x7c]
3800 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3802 v_cmp_le_i16 vcc, null, v2
3803 // W64: encoding: [0x7c,0x04,0x66,0x7c]
3804 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3806 v_cmp_le_i16 vcc, -1, v2
3807 // W64: encoding: [0xc1,0x04,0x66,0x7c]
3808 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3810 v_cmp_le_i16 vcc, 0.5, v2
3811 // W64: encoding: [0xf0,0x04,0x66,0x7c]
3812 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3814 v_cmp_le_i16 vcc, src_scc, v2
3815 // W64: encoding: [0xfd,0x04,0x66,0x7c]
3816 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3818 v_cmp_le_i16 vcc, 0xfe0b, v127
3819 // W64: encoding: [0xff,0xfe,0x66,0x7c,0x0b,0xfe,0x00,0x00]
3820 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3822 v_cmp_le_i32 vcc_lo, v1, v2
3823 // W32: encoding: [0x01,0x05,0x86,0x7c]
3824 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3826 v_cmp_le_i32 vcc_lo, v255, v2
3827 // W32: encoding: [0xff,0x05,0x86,0x7c]
3828 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3830 v_cmp_le_i32 vcc_lo, s1, v2
3831 // W32: encoding: [0x01,0x04,0x86,0x7c]
3832 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3834 v_cmp_le_i32 vcc_lo, s105, v2
3835 // W32: encoding: [0x69,0x04,0x86,0x7c]
3836 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3838 v_cmp_le_i32 vcc_lo, vcc_lo, v2
3839 // W32: encoding: [0x6a,0x04,0x86,0x7c]
3840 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3842 v_cmp_le_i32 vcc_lo, vcc_hi, v2
3843 // W32: encoding: [0x6b,0x04,0x86,0x7c]
3844 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3846 v_cmp_le_i32 vcc_lo, ttmp15, v2
3847 // W32: encoding: [0x7b,0x04,0x86,0x7c]
3848 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3850 v_cmp_le_i32 vcc_lo, m0, v2
3851 // W32: encoding: [0x7d,0x04,0x86,0x7c]
3852 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3854 v_cmp_le_i32 vcc_lo, exec_lo, v2
3855 // W32: encoding: [0x7e,0x04,0x86,0x7c]
3856 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3858 v_cmp_le_i32 vcc_lo, exec_hi, v2
3859 // W32: encoding: [0x7f,0x04,0x86,0x7c]
3860 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3862 v_cmp_le_i32 vcc_lo, null, v2
3863 // W32: encoding: [0x7c,0x04,0x86,0x7c]
3864 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3866 v_cmp_le_i32 vcc_lo, -1, v2
3867 // W32: encoding: [0xc1,0x04,0x86,0x7c]
3868 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3870 v_cmp_le_i32 vcc_lo, 0.5, v2
3871 // W32: encoding: [0xf0,0x04,0x86,0x7c]
3872 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3874 v_cmp_le_i32 vcc_lo, src_scc, v2
3875 // W32: encoding: [0xfd,0x04,0x86,0x7c]
3876 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3878 v_cmp_le_i32 vcc_lo, 0xaf123456, v255
3879 // W32: encoding: [0xff,0xfe,0x87,0x7c,0x56,0x34,0x12,0xaf]
3880 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3882 v_cmp_le_i32 vcc, v1, v2
3883 // W64: encoding: [0x01,0x05,0x86,0x7c]
3884 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3886 v_cmp_le_i32 vcc, v255, v2
3887 // W64: encoding: [0xff,0x05,0x86,0x7c]
3888 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3890 v_cmp_le_i32 vcc, s1, v2
3891 // W64: encoding: [0x01,0x04,0x86,0x7c]
3892 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3894 v_cmp_le_i32 vcc, s105, v2
3895 // W64: encoding: [0x69,0x04,0x86,0x7c]
3896 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3898 v_cmp_le_i32 vcc, vcc_lo, v2
3899 // W64: encoding: [0x6a,0x04,0x86,0x7c]
3900 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3902 v_cmp_le_i32 vcc, vcc_hi, v2
3903 // W64: encoding: [0x6b,0x04,0x86,0x7c]
3904 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3906 v_cmp_le_i32 vcc, ttmp15, v2
3907 // W64: encoding: [0x7b,0x04,0x86,0x7c]
3908 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3910 v_cmp_le_i32 vcc, m0, v2
3911 // W64: encoding: [0x7d,0x04,0x86,0x7c]
3912 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3914 v_cmp_le_i32 vcc, exec_lo, v2
3915 // W64: encoding: [0x7e,0x04,0x86,0x7c]
3916 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3918 v_cmp_le_i32 vcc, exec_hi, v2
3919 // W64: encoding: [0x7f,0x04,0x86,0x7c]
3920 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3922 v_cmp_le_i32 vcc, null, v2
3923 // W64: encoding: [0x7c,0x04,0x86,0x7c]
3924 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3926 v_cmp_le_i32 vcc, -1, v2
3927 // W64: encoding: [0xc1,0x04,0x86,0x7c]
3928 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3930 v_cmp_le_i32 vcc, 0.5, v2
3931 // W64: encoding: [0xf0,0x04,0x86,0x7c]
3932 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3934 v_cmp_le_i32 vcc, src_scc, v2
3935 // W64: encoding: [0xfd,0x04,0x86,0x7c]
3936 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3938 v_cmp_le_i32 vcc, 0xaf123456, v255
3939 // W64: encoding: [0xff,0xfe,0x87,0x7c,0x56,0x34,0x12,0xaf]
3940 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3942 v_cmp_le_i64 vcc_lo, v[1:2], v[2:3]
3943 // W32: encoding: [0x01,0x05,0xa6,0x7c]
3944 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3946 v_cmp_le_i64 vcc_lo, v[254:255], v[2:3]
3947 // W32: encoding: [0xfe,0x05,0xa6,0x7c]
3948 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3950 v_cmp_le_i64 vcc_lo, s[2:3], v[2:3]
3951 // W32: encoding: [0x02,0x04,0xa6,0x7c]
3952 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3954 v_cmp_le_i64 vcc_lo, s[104:105], v[2:3]
3955 // W32: encoding: [0x68,0x04,0xa6,0x7c]
3956 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3958 v_cmp_le_i64 vcc_lo, vcc, v[2:3]
3959 // W32: encoding: [0x6a,0x04,0xa6,0x7c]
3960 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3962 v_cmp_le_i64 vcc_lo, ttmp[14:15], v[2:3]
3963 // W32: encoding: [0x7a,0x04,0xa6,0x7c]
3964 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3966 v_cmp_le_i64 vcc_lo, exec, v[2:3]
3967 // W32: encoding: [0x7e,0x04,0xa6,0x7c]
3968 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3970 v_cmp_le_i64 vcc_lo, null, v[2:3]
3971 // W32: encoding: [0x7c,0x04,0xa6,0x7c]
3972 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3974 v_cmp_le_i64 vcc_lo, -1, v[2:3]
3975 // W32: encoding: [0xc1,0x04,0xa6,0x7c]
3976 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3978 v_cmp_le_i64 vcc_lo, 0.5, v[2:3]
3979 // W32: encoding: [0xf0,0x04,0xa6,0x7c]
3980 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3982 v_cmp_le_i64 vcc_lo, src_scc, v[2:3]
3983 // W32: encoding: [0xfd,0x04,0xa6,0x7c]
3984 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3986 v_cmp_le_i64 vcc_lo, 0xaf123456, v[254:255]
3987 // W32: encoding: [0xff,0xfc,0xa7,0x7c,0x56,0x34,0x12,0xaf]
3988 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3990 v_cmp_le_i64 vcc, v[1:2], v[2:3]
3991 // W64: encoding: [0x01,0x05,0xa6,0x7c]
3992 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3994 v_cmp_le_i64 vcc, v[254:255], v[2:3]
3995 // W64: encoding: [0xfe,0x05,0xa6,0x7c]
3996 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
3998 v_cmp_le_i64 vcc, s[2:3], v[2:3]
3999 // W64: encoding: [0x02,0x04,0xa6,0x7c]
4000 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4002 v_cmp_le_i64 vcc, s[104:105], v[2:3]
4003 // W64: encoding: [0x68,0x04,0xa6,0x7c]
4004 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4006 v_cmp_le_i64 vcc, vcc, v[2:3]
4007 // W64: encoding: [0x6a,0x04,0xa6,0x7c]
4008 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4010 v_cmp_le_i64 vcc, ttmp[14:15], v[2:3]
4011 // W64: encoding: [0x7a,0x04,0xa6,0x7c]
4012 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4014 v_cmp_le_i64 vcc, exec, v[2:3]
4015 // W64: encoding: [0x7e,0x04,0xa6,0x7c]
4016 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4018 v_cmp_le_i64 vcc, null, v[2:3]
4019 // W64: encoding: [0x7c,0x04,0xa6,0x7c]
4020 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4022 v_cmp_le_i64 vcc, -1, v[2:3]
4023 // W64: encoding: [0xc1,0x04,0xa6,0x7c]
4024 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4026 v_cmp_le_i64 vcc, 0.5, v[2:3]
4027 // W64: encoding: [0xf0,0x04,0xa6,0x7c]
4028 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4030 v_cmp_le_i64 vcc, src_scc, v[2:3]
4031 // W64: encoding: [0xfd,0x04,0xa6,0x7c]
4032 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4034 v_cmp_le_i64 vcc, 0xaf123456, v[254:255]
4035 // W64: encoding: [0xff,0xfc,0xa7,0x7c,0x56,0x34,0x12,0xaf]
4036 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4038 v_cmp_le_u16 vcc_lo, v1, v2
4039 // W32: encoding: [0x01,0x05,0x76,0x7c]
4040 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4042 v_cmp_le_u16 vcc_lo, v127, v2
4043 // W32: encoding: [0x7f,0x05,0x76,0x7c]
4044 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4046 v_cmp_le_u16 vcc_lo, s1, v2
4047 // W32: encoding: [0x01,0x04,0x76,0x7c]
4048 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4050 v_cmp_le_u16 vcc_lo, s105, v2
4051 // W32: encoding: [0x69,0x04,0x76,0x7c]
4052 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4054 v_cmp_le_u16 vcc_lo, vcc_lo, v2
4055 // W32: encoding: [0x6a,0x04,0x76,0x7c]
4056 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4058 v_cmp_le_u16 vcc_lo, vcc_hi, v2
4059 // W32: encoding: [0x6b,0x04,0x76,0x7c]
4060 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4062 v_cmp_le_u16 vcc_lo, ttmp15, v2
4063 // W32: encoding: [0x7b,0x04,0x76,0x7c]
4064 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4066 v_cmp_le_u16 vcc_lo, m0, v2
4067 // W32: encoding: [0x7d,0x04,0x76,0x7c]
4068 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4070 v_cmp_le_u16 vcc_lo, exec_lo, v2
4071 // W32: encoding: [0x7e,0x04,0x76,0x7c]
4072 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4074 v_cmp_le_u16 vcc_lo, exec_hi, v2
4075 // W32: encoding: [0x7f,0x04,0x76,0x7c]
4076 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4078 v_cmp_le_u16 vcc_lo, null, v2
4079 // W32: encoding: [0x7c,0x04,0x76,0x7c]
4080 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4082 v_cmp_le_u16 vcc_lo, -1, v2
4083 // W32: encoding: [0xc1,0x04,0x76,0x7c]
4084 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4086 v_cmp_le_u16 vcc_lo, 0.5, v2
4087 // W32: encoding: [0xf0,0x04,0x76,0x7c]
4088 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4090 v_cmp_le_u16 vcc_lo, src_scc, v2
4091 // W32: encoding: [0xfd,0x04,0x76,0x7c]
4092 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4094 v_cmp_le_u16 vcc_lo, 0xfe0b, v127
4095 // W32: encoding: [0xff,0xfe,0x76,0x7c,0x0b,0xfe,0x00,0x00]
4096 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4098 v_cmp_le_u16 vcc, v1, v2
4099 // W64: encoding: [0x01,0x05,0x76,0x7c]
4100 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4102 v_cmp_le_u16 vcc, v127, v2
4103 // W64: encoding: [0x7f,0x05,0x76,0x7c]
4104 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4106 v_cmp_le_u16 vcc, s1, v2
4107 // W64: encoding: [0x01,0x04,0x76,0x7c]
4108 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4110 v_cmp_le_u16 vcc, s105, v2
4111 // W64: encoding: [0x69,0x04,0x76,0x7c]
4112 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4114 v_cmp_le_u16 vcc, vcc_lo, v2
4115 // W64: encoding: [0x6a,0x04,0x76,0x7c]
4116 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4118 v_cmp_le_u16 vcc, vcc_hi, v2
4119 // W64: encoding: [0x6b,0x04,0x76,0x7c]
4120 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4122 v_cmp_le_u16 vcc, ttmp15, v2
4123 // W64: encoding: [0x7b,0x04,0x76,0x7c]
4124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4126 v_cmp_le_u16 vcc, m0, v2
4127 // W64: encoding: [0x7d,0x04,0x76,0x7c]
4128 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4130 v_cmp_le_u16 vcc, exec_lo, v2
4131 // W64: encoding: [0x7e,0x04,0x76,0x7c]
4132 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4134 v_cmp_le_u16 vcc, exec_hi, v2
4135 // W64: encoding: [0x7f,0x04,0x76,0x7c]
4136 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4138 v_cmp_le_u16 vcc, null, v2
4139 // W64: encoding: [0x7c,0x04,0x76,0x7c]
4140 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4142 v_cmp_le_u16 vcc, -1, v2
4143 // W64: encoding: [0xc1,0x04,0x76,0x7c]
4144 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4146 v_cmp_le_u16 vcc, 0.5, v2
4147 // W64: encoding: [0xf0,0x04,0x76,0x7c]
4148 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4150 v_cmp_le_u16 vcc, src_scc, v2
4151 // W64: encoding: [0xfd,0x04,0x76,0x7c]
4152 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4154 v_cmp_le_u16 vcc, 0xfe0b, v127
4155 // W64: encoding: [0xff,0xfe,0x76,0x7c,0x0b,0xfe,0x00,0x00]
4156 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4158 v_cmp_le_u32 vcc_lo, v1, v2
4159 // W32: encoding: [0x01,0x05,0x96,0x7c]
4160 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4162 v_cmp_le_u32 vcc_lo, v255, v2
4163 // W32: encoding: [0xff,0x05,0x96,0x7c]
4164 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4166 v_cmp_le_u32 vcc_lo, s1, v2
4167 // W32: encoding: [0x01,0x04,0x96,0x7c]
4168 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4170 v_cmp_le_u32 vcc_lo, s105, v2
4171 // W32: encoding: [0x69,0x04,0x96,0x7c]
4172 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4174 v_cmp_le_u32 vcc_lo, vcc_lo, v2
4175 // W32: encoding: [0x6a,0x04,0x96,0x7c]
4176 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4178 v_cmp_le_u32 vcc_lo, vcc_hi, v2
4179 // W32: encoding: [0x6b,0x04,0x96,0x7c]
4180 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4182 v_cmp_le_u32 vcc_lo, ttmp15, v2
4183 // W32: encoding: [0x7b,0x04,0x96,0x7c]
4184 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4186 v_cmp_le_u32 vcc_lo, m0, v2
4187 // W32: encoding: [0x7d,0x04,0x96,0x7c]
4188 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4190 v_cmp_le_u32 vcc_lo, exec_lo, v2
4191 // W32: encoding: [0x7e,0x04,0x96,0x7c]
4192 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4194 v_cmp_le_u32 vcc_lo, exec_hi, v2
4195 // W32: encoding: [0x7f,0x04,0x96,0x7c]
4196 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4198 v_cmp_le_u32 vcc_lo, null, v2
4199 // W32: encoding: [0x7c,0x04,0x96,0x7c]
4200 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4202 v_cmp_le_u32 vcc_lo, -1, v2
4203 // W32: encoding: [0xc1,0x04,0x96,0x7c]
4204 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4206 v_cmp_le_u32 vcc_lo, 0.5, v2
4207 // W32: encoding: [0xf0,0x04,0x96,0x7c]
4208 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4210 v_cmp_le_u32 vcc_lo, src_scc, v2
4211 // W32: encoding: [0xfd,0x04,0x96,0x7c]
4212 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4214 v_cmp_le_u32 vcc_lo, 0xaf123456, v255
4215 // W32: encoding: [0xff,0xfe,0x97,0x7c,0x56,0x34,0x12,0xaf]
4216 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4218 v_cmp_le_u32 vcc, v1, v2
4219 // W64: encoding: [0x01,0x05,0x96,0x7c]
4220 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4222 v_cmp_le_u32 vcc, v255, v2
4223 // W64: encoding: [0xff,0x05,0x96,0x7c]
4224 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4226 v_cmp_le_u32 vcc, s1, v2
4227 // W64: encoding: [0x01,0x04,0x96,0x7c]
4228 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4230 v_cmp_le_u32 vcc, s105, v2
4231 // W64: encoding: [0x69,0x04,0x96,0x7c]
4232 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4234 v_cmp_le_u32 vcc, vcc_lo, v2
4235 // W64: encoding: [0x6a,0x04,0x96,0x7c]
4236 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4238 v_cmp_le_u32 vcc, vcc_hi, v2
4239 // W64: encoding: [0x6b,0x04,0x96,0x7c]
4240 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4242 v_cmp_le_u32 vcc, ttmp15, v2
4243 // W64: encoding: [0x7b,0x04,0x96,0x7c]
4244 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4246 v_cmp_le_u32 vcc, m0, v2
4247 // W64: encoding: [0x7d,0x04,0x96,0x7c]
4248 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4250 v_cmp_le_u32 vcc, exec_lo, v2
4251 // W64: encoding: [0x7e,0x04,0x96,0x7c]
4252 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4254 v_cmp_le_u32 vcc, exec_hi, v2
4255 // W64: encoding: [0x7f,0x04,0x96,0x7c]
4256 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4258 v_cmp_le_u32 vcc, null, v2
4259 // W64: encoding: [0x7c,0x04,0x96,0x7c]
4260 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4262 v_cmp_le_u32 vcc, -1, v2
4263 // W64: encoding: [0xc1,0x04,0x96,0x7c]
4264 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4266 v_cmp_le_u32 vcc, 0.5, v2
4267 // W64: encoding: [0xf0,0x04,0x96,0x7c]
4268 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4270 v_cmp_le_u32 vcc, src_scc, v2
4271 // W64: encoding: [0xfd,0x04,0x96,0x7c]
4272 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4274 v_cmp_le_u32 vcc, 0xaf123456, v255
4275 // W64: encoding: [0xff,0xfe,0x97,0x7c,0x56,0x34,0x12,0xaf]
4276 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4278 v_cmp_le_u64 vcc_lo, v[1:2], v[2:3]
4279 // W32: encoding: [0x01,0x05,0xb6,0x7c]
4280 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4282 v_cmp_le_u64 vcc_lo, v[254:255], v[2:3]
4283 // W32: encoding: [0xfe,0x05,0xb6,0x7c]
4284 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4286 v_cmp_le_u64 vcc_lo, s[2:3], v[2:3]
4287 // W32: encoding: [0x02,0x04,0xb6,0x7c]
4288 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4290 v_cmp_le_u64 vcc_lo, s[104:105], v[2:3]
4291 // W32: encoding: [0x68,0x04,0xb6,0x7c]
4292 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4294 v_cmp_le_u64 vcc_lo, vcc, v[2:3]
4295 // W32: encoding: [0x6a,0x04,0xb6,0x7c]
4296 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4298 v_cmp_le_u64 vcc_lo, ttmp[14:15], v[2:3]
4299 // W32: encoding: [0x7a,0x04,0xb6,0x7c]
4300 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4302 v_cmp_le_u64 vcc_lo, exec, v[2:3]
4303 // W32: encoding: [0x7e,0x04,0xb6,0x7c]
4304 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4306 v_cmp_le_u64 vcc_lo, null, v[2:3]
4307 // W32: encoding: [0x7c,0x04,0xb6,0x7c]
4308 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4310 v_cmp_le_u64 vcc_lo, -1, v[2:3]
4311 // W32: encoding: [0xc1,0x04,0xb6,0x7c]
4312 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4314 v_cmp_le_u64 vcc_lo, 0.5, v[2:3]
4315 // W32: encoding: [0xf0,0x04,0xb6,0x7c]
4316 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4318 v_cmp_le_u64 vcc_lo, src_scc, v[2:3]
4319 // W32: encoding: [0xfd,0x04,0xb6,0x7c]
4320 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4322 v_cmp_le_u64 vcc_lo, 0xaf123456, v[254:255]
4323 // W32: encoding: [0xff,0xfc,0xb7,0x7c,0x56,0x34,0x12,0xaf]
4324 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4326 v_cmp_le_u64 vcc, v[1:2], v[2:3]
4327 // W64: encoding: [0x01,0x05,0xb6,0x7c]
4328 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4330 v_cmp_le_u64 vcc, v[254:255], v[2:3]
4331 // W64: encoding: [0xfe,0x05,0xb6,0x7c]
4332 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4334 v_cmp_le_u64 vcc, s[2:3], v[2:3]
4335 // W64: encoding: [0x02,0x04,0xb6,0x7c]
4336 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4338 v_cmp_le_u64 vcc, s[104:105], v[2:3]
4339 // W64: encoding: [0x68,0x04,0xb6,0x7c]
4340 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4342 v_cmp_le_u64 vcc, vcc, v[2:3]
4343 // W64: encoding: [0x6a,0x04,0xb6,0x7c]
4344 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4346 v_cmp_le_u64 vcc, ttmp[14:15], v[2:3]
4347 // W64: encoding: [0x7a,0x04,0xb6,0x7c]
4348 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4350 v_cmp_le_u64 vcc, exec, v[2:3]
4351 // W64: encoding: [0x7e,0x04,0xb6,0x7c]
4352 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4354 v_cmp_le_u64 vcc, null, v[2:3]
4355 // W64: encoding: [0x7c,0x04,0xb6,0x7c]
4356 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4358 v_cmp_le_u64 vcc, -1, v[2:3]
4359 // W64: encoding: [0xc1,0x04,0xb6,0x7c]
4360 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4362 v_cmp_le_u64 vcc, 0.5, v[2:3]
4363 // W64: encoding: [0xf0,0x04,0xb6,0x7c]
4364 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4366 v_cmp_le_u64 vcc, src_scc, v[2:3]
4367 // W64: encoding: [0xfd,0x04,0xb6,0x7c]
4368 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4370 v_cmp_le_u64 vcc, 0xaf123456, v[254:255]
4371 // W64: encoding: [0xff,0xfc,0xb7,0x7c,0x56,0x34,0x12,0xaf]
4372 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4374 v_cmp_lg_f16 vcc_lo, v1, v2
4375 // W32: encoding: [0x01,0x05,0x0a,0x7c]
4376 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4378 v_cmp_lg_f16 vcc_lo, v127, v2
4379 // W32: encoding: [0x7f,0x05,0x0a,0x7c]
4380 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4382 v_cmp_lg_f16 vcc_lo, s1, v2
4383 // W32: encoding: [0x01,0x04,0x0a,0x7c]
4384 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4386 v_cmp_lg_f16 vcc_lo, s105, v2
4387 // W32: encoding: [0x69,0x04,0x0a,0x7c]
4388 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4390 v_cmp_lg_f16 vcc_lo, vcc_lo, v2
4391 // W32: encoding: [0x6a,0x04,0x0a,0x7c]
4392 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4394 v_cmp_lg_f16 vcc_lo, vcc_hi, v2
4395 // W32: encoding: [0x6b,0x04,0x0a,0x7c]
4396 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4398 v_cmp_lg_f16 vcc_lo, ttmp15, v2
4399 // W32: encoding: [0x7b,0x04,0x0a,0x7c]
4400 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4402 v_cmp_lg_f16 vcc_lo, m0, v2
4403 // W32: encoding: [0x7d,0x04,0x0a,0x7c]
4404 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4406 v_cmp_lg_f16 vcc_lo, exec_lo, v2
4407 // W32: encoding: [0x7e,0x04,0x0a,0x7c]
4408 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4410 v_cmp_lg_f16 vcc_lo, exec_hi, v2
4411 // W32: encoding: [0x7f,0x04,0x0a,0x7c]
4412 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4414 v_cmp_lg_f16 vcc_lo, null, v2
4415 // W32: encoding: [0x7c,0x04,0x0a,0x7c]
4416 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4418 v_cmp_lg_f16 vcc_lo, -1, v2
4419 // W32: encoding: [0xc1,0x04,0x0a,0x7c]
4420 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4422 v_cmp_lg_f16 vcc_lo, 0.5, v2
4423 // W32: encoding: [0xf0,0x04,0x0a,0x7c]
4424 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4426 v_cmp_lg_f16 vcc_lo, src_scc, v2
4427 // W32: encoding: [0xfd,0x04,0x0a,0x7c]
4428 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4430 v_cmp_lg_f16 vcc_lo, 0xfe0b, v127
4431 // W32: encoding: [0xff,0xfe,0x0a,0x7c,0x0b,0xfe,0x00,0x00]
4432 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4434 v_cmp_lg_f16 vcc, v1, v2
4435 // W64: encoding: [0x01,0x05,0x0a,0x7c]
4436 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4438 v_cmp_lg_f16 vcc, v127, v2
4439 // W64: encoding: [0x7f,0x05,0x0a,0x7c]
4440 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4442 v_cmp_lg_f16 vcc, s1, v2
4443 // W64: encoding: [0x01,0x04,0x0a,0x7c]
4444 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4446 v_cmp_lg_f16 vcc, s105, v2
4447 // W64: encoding: [0x69,0x04,0x0a,0x7c]
4448 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4450 v_cmp_lg_f16 vcc, vcc_lo, v2
4451 // W64: encoding: [0x6a,0x04,0x0a,0x7c]
4452 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4454 v_cmp_lg_f16 vcc, vcc_hi, v2
4455 // W64: encoding: [0x6b,0x04,0x0a,0x7c]
4456 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4458 v_cmp_lg_f16 vcc, ttmp15, v2
4459 // W64: encoding: [0x7b,0x04,0x0a,0x7c]
4460 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4462 v_cmp_lg_f16 vcc, m0, v2
4463 // W64: encoding: [0x7d,0x04,0x0a,0x7c]
4464 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4466 v_cmp_lg_f16 vcc, exec_lo, v2
4467 // W64: encoding: [0x7e,0x04,0x0a,0x7c]
4468 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4470 v_cmp_lg_f16 vcc, exec_hi, v2
4471 // W64: encoding: [0x7f,0x04,0x0a,0x7c]
4472 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4474 v_cmp_lg_f16 vcc, null, v2
4475 // W64: encoding: [0x7c,0x04,0x0a,0x7c]
4476 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4478 v_cmp_lg_f16 vcc, -1, v2
4479 // W64: encoding: [0xc1,0x04,0x0a,0x7c]
4480 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4482 v_cmp_lg_f16 vcc, 0.5, v2
4483 // W64: encoding: [0xf0,0x04,0x0a,0x7c]
4484 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4486 v_cmp_lg_f16 vcc, src_scc, v2
4487 // W64: encoding: [0xfd,0x04,0x0a,0x7c]
4488 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4490 v_cmp_lg_f16 vcc, 0xfe0b, v127
4491 // W64: encoding: [0xff,0xfe,0x0a,0x7c,0x0b,0xfe,0x00,0x00]
4492 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4494 v_cmp_lg_f32 vcc_lo, v1, v2
4495 // W32: encoding: [0x01,0x05,0x2a,0x7c]
4496 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4498 v_cmp_lg_f32 vcc_lo, v255, v2
4499 // W32: encoding: [0xff,0x05,0x2a,0x7c]
4500 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4502 v_cmp_lg_f32 vcc_lo, s1, v2
4503 // W32: encoding: [0x01,0x04,0x2a,0x7c]
4504 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4506 v_cmp_lg_f32 vcc_lo, s105, v2
4507 // W32: encoding: [0x69,0x04,0x2a,0x7c]
4508 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4510 v_cmp_lg_f32 vcc_lo, vcc_lo, v2
4511 // W32: encoding: [0x6a,0x04,0x2a,0x7c]
4512 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4514 v_cmp_lg_f32 vcc_lo, vcc_hi, v2
4515 // W32: encoding: [0x6b,0x04,0x2a,0x7c]
4516 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4518 v_cmp_lg_f32 vcc_lo, ttmp15, v2
4519 // W32: encoding: [0x7b,0x04,0x2a,0x7c]
4520 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4522 v_cmp_lg_f32 vcc_lo, m0, v2
4523 // W32: encoding: [0x7d,0x04,0x2a,0x7c]
4524 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4526 v_cmp_lg_f32 vcc_lo, exec_lo, v2
4527 // W32: encoding: [0x7e,0x04,0x2a,0x7c]
4528 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4530 v_cmp_lg_f32 vcc_lo, exec_hi, v2
4531 // W32: encoding: [0x7f,0x04,0x2a,0x7c]
4532 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4534 v_cmp_lg_f32 vcc_lo, null, v2
4535 // W32: encoding: [0x7c,0x04,0x2a,0x7c]
4536 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4538 v_cmp_lg_f32 vcc_lo, -1, v2
4539 // W32: encoding: [0xc1,0x04,0x2a,0x7c]
4540 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4542 v_cmp_lg_f32 vcc_lo, 0.5, v2
4543 // W32: encoding: [0xf0,0x04,0x2a,0x7c]
4544 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4546 v_cmp_lg_f32 vcc_lo, src_scc, v2
4547 // W32: encoding: [0xfd,0x04,0x2a,0x7c]
4548 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4550 v_cmp_lg_f32 vcc_lo, 0xaf123456, v255
4551 // W32: encoding: [0xff,0xfe,0x2b,0x7c,0x56,0x34,0x12,0xaf]
4552 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4554 v_cmp_lg_f32 vcc, v1, v2
4555 // W64: encoding: [0x01,0x05,0x2a,0x7c]
4556 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4558 v_cmp_lg_f32 vcc, v255, v2
4559 // W64: encoding: [0xff,0x05,0x2a,0x7c]
4560 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4562 v_cmp_lg_f32 vcc, s1, v2
4563 // W64: encoding: [0x01,0x04,0x2a,0x7c]
4564 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4566 v_cmp_lg_f32 vcc, s105, v2
4567 // W64: encoding: [0x69,0x04,0x2a,0x7c]
4568 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4570 v_cmp_lg_f32 vcc, vcc_lo, v2
4571 // W64: encoding: [0x6a,0x04,0x2a,0x7c]
4572 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4574 v_cmp_lg_f32 vcc, vcc_hi, v2
4575 // W64: encoding: [0x6b,0x04,0x2a,0x7c]
4576 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4578 v_cmp_lg_f32 vcc, ttmp15, v2
4579 // W64: encoding: [0x7b,0x04,0x2a,0x7c]
4580 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4582 v_cmp_lg_f32 vcc, m0, v2
4583 // W64: encoding: [0x7d,0x04,0x2a,0x7c]
4584 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4586 v_cmp_lg_f32 vcc, exec_lo, v2
4587 // W64: encoding: [0x7e,0x04,0x2a,0x7c]
4588 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4590 v_cmp_lg_f32 vcc, exec_hi, v2
4591 // W64: encoding: [0x7f,0x04,0x2a,0x7c]
4592 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4594 v_cmp_lg_f32 vcc, null, v2
4595 // W64: encoding: [0x7c,0x04,0x2a,0x7c]
4596 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4598 v_cmp_lg_f32 vcc, -1, v2
4599 // W64: encoding: [0xc1,0x04,0x2a,0x7c]
4600 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4602 v_cmp_lg_f32 vcc, 0.5, v2
4603 // W64: encoding: [0xf0,0x04,0x2a,0x7c]
4604 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4606 v_cmp_lg_f32 vcc, src_scc, v2
4607 // W64: encoding: [0xfd,0x04,0x2a,0x7c]
4608 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4610 v_cmp_lg_f32 vcc, 0xaf123456, v255
4611 // W64: encoding: [0xff,0xfe,0x2b,0x7c,0x56,0x34,0x12,0xaf]
4612 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4614 v_cmp_lg_f64 vcc_lo, v[1:2], v[2:3]
4615 // W32: encoding: [0x01,0x05,0x4a,0x7c]
4616 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4618 v_cmp_lg_f64 vcc_lo, v[254:255], v[2:3]
4619 // W32: encoding: [0xfe,0x05,0x4a,0x7c]
4620 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4622 v_cmp_lg_f64 vcc_lo, s[2:3], v[2:3]
4623 // W32: encoding: [0x02,0x04,0x4a,0x7c]
4624 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4626 v_cmp_lg_f64 vcc_lo, s[104:105], v[2:3]
4627 // W32: encoding: [0x68,0x04,0x4a,0x7c]
4628 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4630 v_cmp_lg_f64 vcc_lo, vcc, v[2:3]
4631 // W32: encoding: [0x6a,0x04,0x4a,0x7c]
4632 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4634 v_cmp_lg_f64 vcc_lo, ttmp[14:15], v[2:3]
4635 // W32: encoding: [0x7a,0x04,0x4a,0x7c]
4636 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4638 v_cmp_lg_f64 vcc_lo, exec, v[2:3]
4639 // W32: encoding: [0x7e,0x04,0x4a,0x7c]
4640 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4642 v_cmp_lg_f64 vcc_lo, null, v[2:3]
4643 // W32: encoding: [0x7c,0x04,0x4a,0x7c]
4644 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4646 v_cmp_lg_f64 vcc_lo, -1, v[2:3]
4647 // W32: encoding: [0xc1,0x04,0x4a,0x7c]
4648 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4650 v_cmp_lg_f64 vcc_lo, 0.5, v[2:3]
4651 // W32: encoding: [0xf0,0x04,0x4a,0x7c]
4652 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4654 v_cmp_lg_f64 vcc_lo, src_scc, v[2:3]
4655 // W32: encoding: [0xfd,0x04,0x4a,0x7c]
4656 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4658 v_cmp_lg_f64 vcc_lo, 0xaf123456, v[254:255]
4659 // W32: encoding: [0xff,0xfc,0x4b,0x7c,0x56,0x34,0x12,0xaf]
4660 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4662 v_cmp_lg_f64 vcc, v[1:2], v[2:3]
4663 // W64: encoding: [0x01,0x05,0x4a,0x7c]
4664 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4666 v_cmp_lg_f64 vcc, v[254:255], v[2:3]
4667 // W64: encoding: [0xfe,0x05,0x4a,0x7c]
4668 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4670 v_cmp_lg_f64 vcc, s[2:3], v[2:3]
4671 // W64: encoding: [0x02,0x04,0x4a,0x7c]
4672 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4674 v_cmp_lg_f64 vcc, s[104:105], v[2:3]
4675 // W64: encoding: [0x68,0x04,0x4a,0x7c]
4676 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4678 v_cmp_lg_f64 vcc, vcc, v[2:3]
4679 // W64: encoding: [0x6a,0x04,0x4a,0x7c]
4680 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4682 v_cmp_lg_f64 vcc, ttmp[14:15], v[2:3]
4683 // W64: encoding: [0x7a,0x04,0x4a,0x7c]
4684 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4686 v_cmp_lg_f64 vcc, exec, v[2:3]
4687 // W64: encoding: [0x7e,0x04,0x4a,0x7c]
4688 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4690 v_cmp_lg_f64 vcc, null, v[2:3]
4691 // W64: encoding: [0x7c,0x04,0x4a,0x7c]
4692 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4694 v_cmp_lg_f64 vcc, -1, v[2:3]
4695 // W64: encoding: [0xc1,0x04,0x4a,0x7c]
4696 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4698 v_cmp_lg_f64 vcc, 0.5, v[2:3]
4699 // W64: encoding: [0xf0,0x04,0x4a,0x7c]
4700 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4702 v_cmp_lg_f64 vcc, src_scc, v[2:3]
4703 // W64: encoding: [0xfd,0x04,0x4a,0x7c]
4704 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4706 v_cmp_lg_f64 vcc, 0xaf123456, v[254:255]
4707 // W64: encoding: [0xff,0xfc,0x4b,0x7c,0x56,0x34,0x12,0xaf]
4708 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4710 v_cmp_lt_f16 vcc_lo, v1, v2
4711 // W32: encoding: [0x01,0x05,0x02,0x7c]
4712 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4714 v_cmp_lt_f16 vcc_lo, v127, v2
4715 // W32: encoding: [0x7f,0x05,0x02,0x7c]
4716 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4718 v_cmp_lt_f16 vcc_lo, s1, v2
4719 // W32: encoding: [0x01,0x04,0x02,0x7c]
4720 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4722 v_cmp_lt_f16 vcc_lo, s105, v2
4723 // W32: encoding: [0x69,0x04,0x02,0x7c]
4724 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4726 v_cmp_lt_f16 vcc_lo, vcc_lo, v2
4727 // W32: encoding: [0x6a,0x04,0x02,0x7c]
4728 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4730 v_cmp_lt_f16 vcc_lo, vcc_hi, v2
4731 // W32: encoding: [0x6b,0x04,0x02,0x7c]
4732 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4734 v_cmp_lt_f16 vcc_lo, ttmp15, v2
4735 // W32: encoding: [0x7b,0x04,0x02,0x7c]
4736 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4738 v_cmp_lt_f16 vcc_lo, m0, v2
4739 // W32: encoding: [0x7d,0x04,0x02,0x7c]
4740 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4742 v_cmp_lt_f16 vcc_lo, exec_lo, v2
4743 // W32: encoding: [0x7e,0x04,0x02,0x7c]
4744 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4746 v_cmp_lt_f16 vcc_lo, exec_hi, v2
4747 // W32: encoding: [0x7f,0x04,0x02,0x7c]
4748 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4750 v_cmp_lt_f16 vcc_lo, null, v2
4751 // W32: encoding: [0x7c,0x04,0x02,0x7c]
4752 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4754 v_cmp_lt_f16 vcc_lo, -1, v2
4755 // W32: encoding: [0xc1,0x04,0x02,0x7c]
4756 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4758 v_cmp_lt_f16 vcc_lo, 0.5, v2
4759 // W32: encoding: [0xf0,0x04,0x02,0x7c]
4760 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4762 v_cmp_lt_f16 vcc_lo, src_scc, v2
4763 // W32: encoding: [0xfd,0x04,0x02,0x7c]
4764 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4766 v_cmp_lt_f16 vcc_lo, 0xfe0b, v127
4767 // W32: encoding: [0xff,0xfe,0x02,0x7c,0x0b,0xfe,0x00,0x00]
4768 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4770 v_cmp_lt_f16 vcc, v1, v2
4771 // W64: encoding: [0x01,0x05,0x02,0x7c]
4772 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4774 v_cmp_lt_f16 vcc, v127, v2
4775 // W64: encoding: [0x7f,0x05,0x02,0x7c]
4776 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4778 v_cmp_lt_f16 vcc, s1, v2
4779 // W64: encoding: [0x01,0x04,0x02,0x7c]
4780 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4782 v_cmp_lt_f16 vcc, s105, v2
4783 // W64: encoding: [0x69,0x04,0x02,0x7c]
4784 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4786 v_cmp_lt_f16 vcc, vcc_lo, v2
4787 // W64: encoding: [0x6a,0x04,0x02,0x7c]
4788 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4790 v_cmp_lt_f16 vcc, vcc_hi, v2
4791 // W64: encoding: [0x6b,0x04,0x02,0x7c]
4792 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4794 v_cmp_lt_f16 vcc, ttmp15, v2
4795 // W64: encoding: [0x7b,0x04,0x02,0x7c]
4796 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4798 v_cmp_lt_f16 vcc, m0, v2
4799 // W64: encoding: [0x7d,0x04,0x02,0x7c]
4800 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4802 v_cmp_lt_f16 vcc, exec_lo, v2
4803 // W64: encoding: [0x7e,0x04,0x02,0x7c]
4804 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4806 v_cmp_lt_f16 vcc, exec_hi, v2
4807 // W64: encoding: [0x7f,0x04,0x02,0x7c]
4808 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4810 v_cmp_lt_f16 vcc, null, v2
4811 // W64: encoding: [0x7c,0x04,0x02,0x7c]
4812 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4814 v_cmp_lt_f16 vcc, -1, v2
4815 // W64: encoding: [0xc1,0x04,0x02,0x7c]
4816 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4818 v_cmp_lt_f16 vcc, 0.5, v2
4819 // W64: encoding: [0xf0,0x04,0x02,0x7c]
4820 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4822 v_cmp_lt_f16 vcc, src_scc, v2
4823 // W64: encoding: [0xfd,0x04,0x02,0x7c]
4824 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4826 v_cmp_lt_f16 vcc, 0xfe0b, v127
4827 // W64: encoding: [0xff,0xfe,0x02,0x7c,0x0b,0xfe,0x00,0x00]
4828 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4830 v_cmp_lt_f32 vcc_lo, v1, v2
4831 // W32: encoding: [0x01,0x05,0x22,0x7c]
4832 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4834 v_cmp_lt_f32 vcc_lo, v255, v2
4835 // W32: encoding: [0xff,0x05,0x22,0x7c]
4836 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4838 v_cmp_lt_f32 vcc_lo, s1, v2
4839 // W32: encoding: [0x01,0x04,0x22,0x7c]
4840 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4842 v_cmp_lt_f32 vcc_lo, s105, v2
4843 // W32: encoding: [0x69,0x04,0x22,0x7c]
4844 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4846 v_cmp_lt_f32 vcc_lo, vcc_lo, v2
4847 // W32: encoding: [0x6a,0x04,0x22,0x7c]
4848 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4850 v_cmp_lt_f32 vcc_lo, vcc_hi, v2
4851 // W32: encoding: [0x6b,0x04,0x22,0x7c]
4852 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4854 v_cmp_lt_f32 vcc_lo, ttmp15, v2
4855 // W32: encoding: [0x7b,0x04,0x22,0x7c]
4856 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4858 v_cmp_lt_f32 vcc_lo, m0, v2
4859 // W32: encoding: [0x7d,0x04,0x22,0x7c]
4860 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4862 v_cmp_lt_f32 vcc_lo, exec_lo, v2
4863 // W32: encoding: [0x7e,0x04,0x22,0x7c]
4864 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4866 v_cmp_lt_f32 vcc_lo, exec_hi, v2
4867 // W32: encoding: [0x7f,0x04,0x22,0x7c]
4868 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4870 v_cmp_lt_f32 vcc_lo, null, v2
4871 // W32: encoding: [0x7c,0x04,0x22,0x7c]
4872 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4874 v_cmp_lt_f32 vcc_lo, -1, v2
4875 // W32: encoding: [0xc1,0x04,0x22,0x7c]
4876 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4878 v_cmp_lt_f32 vcc_lo, 0.5, v2
4879 // W32: encoding: [0xf0,0x04,0x22,0x7c]
4880 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4882 v_cmp_lt_f32 vcc_lo, src_scc, v2
4883 // W32: encoding: [0xfd,0x04,0x22,0x7c]
4884 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4886 v_cmp_lt_f32 vcc_lo, 0xaf123456, v255
4887 // W32: encoding: [0xff,0xfe,0x23,0x7c,0x56,0x34,0x12,0xaf]
4888 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4890 v_cmp_lt_f32 vcc, v1, v2
4891 // W64: encoding: [0x01,0x05,0x22,0x7c]
4892 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4894 v_cmp_lt_f32 vcc, v255, v2
4895 // W64: encoding: [0xff,0x05,0x22,0x7c]
4896 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4898 v_cmp_lt_f32 vcc, s1, v2
4899 // W64: encoding: [0x01,0x04,0x22,0x7c]
4900 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4902 v_cmp_lt_f32 vcc, s105, v2
4903 // W64: encoding: [0x69,0x04,0x22,0x7c]
4904 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4906 v_cmp_lt_f32 vcc, vcc_lo, v2
4907 // W64: encoding: [0x6a,0x04,0x22,0x7c]
4908 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4910 v_cmp_lt_f32 vcc, vcc_hi, v2
4911 // W64: encoding: [0x6b,0x04,0x22,0x7c]
4912 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4914 v_cmp_lt_f32 vcc, ttmp15, v2
4915 // W64: encoding: [0x7b,0x04,0x22,0x7c]
4916 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4918 v_cmp_lt_f32 vcc, m0, v2
4919 // W64: encoding: [0x7d,0x04,0x22,0x7c]
4920 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4922 v_cmp_lt_f32 vcc, exec_lo, v2
4923 // W64: encoding: [0x7e,0x04,0x22,0x7c]
4924 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4926 v_cmp_lt_f32 vcc, exec_hi, v2
4927 // W64: encoding: [0x7f,0x04,0x22,0x7c]
4928 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4930 v_cmp_lt_f32 vcc, null, v2
4931 // W64: encoding: [0x7c,0x04,0x22,0x7c]
4932 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4934 v_cmp_lt_f32 vcc, -1, v2
4935 // W64: encoding: [0xc1,0x04,0x22,0x7c]
4936 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4938 v_cmp_lt_f32 vcc, 0.5, v2
4939 // W64: encoding: [0xf0,0x04,0x22,0x7c]
4940 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4942 v_cmp_lt_f32 vcc, src_scc, v2
4943 // W64: encoding: [0xfd,0x04,0x22,0x7c]
4944 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4946 v_cmp_lt_f32 vcc, 0xaf123456, v255
4947 // W64: encoding: [0xff,0xfe,0x23,0x7c,0x56,0x34,0x12,0xaf]
4948 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4950 v_cmp_lt_f64 vcc_lo, v[1:2], v[2:3]
4951 // W32: encoding: [0x01,0x05,0x42,0x7c]
4952 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4954 v_cmp_lt_f64 vcc_lo, v[254:255], v[2:3]
4955 // W32: encoding: [0xfe,0x05,0x42,0x7c]
4956 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4958 v_cmp_lt_f64 vcc_lo, s[2:3], v[2:3]
4959 // W32: encoding: [0x02,0x04,0x42,0x7c]
4960 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4962 v_cmp_lt_f64 vcc_lo, s[104:105], v[2:3]
4963 // W32: encoding: [0x68,0x04,0x42,0x7c]
4964 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4966 v_cmp_lt_f64 vcc_lo, vcc, v[2:3]
4967 // W32: encoding: [0x6a,0x04,0x42,0x7c]
4968 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4970 v_cmp_lt_f64 vcc_lo, ttmp[14:15], v[2:3]
4971 // W32: encoding: [0x7a,0x04,0x42,0x7c]
4972 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4974 v_cmp_lt_f64 vcc_lo, exec, v[2:3]
4975 // W32: encoding: [0x7e,0x04,0x42,0x7c]
4976 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4978 v_cmp_lt_f64 vcc_lo, null, v[2:3]
4979 // W32: encoding: [0x7c,0x04,0x42,0x7c]
4980 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4982 v_cmp_lt_f64 vcc_lo, -1, v[2:3]
4983 // W32: encoding: [0xc1,0x04,0x42,0x7c]
4984 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4986 v_cmp_lt_f64 vcc_lo, 0.5, v[2:3]
4987 // W32: encoding: [0xf0,0x04,0x42,0x7c]
4988 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4990 v_cmp_lt_f64 vcc_lo, src_scc, v[2:3]
4991 // W32: encoding: [0xfd,0x04,0x42,0x7c]
4992 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4994 v_cmp_lt_f64 vcc_lo, 0xaf123456, v[254:255]
4995 // W32: encoding: [0xff,0xfc,0x43,0x7c,0x56,0x34,0x12,0xaf]
4996 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
4998 v_cmp_lt_f64 vcc, v[1:2], v[2:3]
4999 // W64: encoding: [0x01,0x05,0x42,0x7c]
5000 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5002 v_cmp_lt_f64 vcc, v[254:255], v[2:3]
5003 // W64: encoding: [0xfe,0x05,0x42,0x7c]
5004 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5006 v_cmp_lt_f64 vcc, s[2:3], v[2:3]
5007 // W64: encoding: [0x02,0x04,0x42,0x7c]
5008 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5010 v_cmp_lt_f64 vcc, s[104:105], v[2:3]
5011 // W64: encoding: [0x68,0x04,0x42,0x7c]
5012 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5014 v_cmp_lt_f64 vcc, vcc, v[2:3]
5015 // W64: encoding: [0x6a,0x04,0x42,0x7c]
5016 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5018 v_cmp_lt_f64 vcc, ttmp[14:15], v[2:3]
5019 // W64: encoding: [0x7a,0x04,0x42,0x7c]
5020 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5022 v_cmp_lt_f64 vcc, exec, v[2:3]
5023 // W64: encoding: [0x7e,0x04,0x42,0x7c]
5024 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5026 v_cmp_lt_f64 vcc, null, v[2:3]
5027 // W64: encoding: [0x7c,0x04,0x42,0x7c]
5028 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5030 v_cmp_lt_f64 vcc, -1, v[2:3]
5031 // W64: encoding: [0xc1,0x04,0x42,0x7c]
5032 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5034 v_cmp_lt_f64 vcc, 0.5, v[2:3]
5035 // W64: encoding: [0xf0,0x04,0x42,0x7c]
5036 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5038 v_cmp_lt_f64 vcc, src_scc, v[2:3]
5039 // W64: encoding: [0xfd,0x04,0x42,0x7c]
5040 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5042 v_cmp_lt_f64 vcc, 0xaf123456, v[254:255]
5043 // W64: encoding: [0xff,0xfc,0x43,0x7c,0x56,0x34,0x12,0xaf]
5044 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5046 v_cmp_lt_i16 vcc_lo, v1, v2
5047 // W32: encoding: [0x01,0x05,0x62,0x7c]
5048 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5050 v_cmp_lt_i16 vcc_lo, v127, v2
5051 // W32: encoding: [0x7f,0x05,0x62,0x7c]
5052 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5054 v_cmp_lt_i16 vcc_lo, s1, v2
5055 // W32: encoding: [0x01,0x04,0x62,0x7c]
5056 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5058 v_cmp_lt_i16 vcc_lo, s105, v2
5059 // W32: encoding: [0x69,0x04,0x62,0x7c]
5060 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5062 v_cmp_lt_i16 vcc_lo, vcc_lo, v2
5063 // W32: encoding: [0x6a,0x04,0x62,0x7c]
5064 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5066 v_cmp_lt_i16 vcc_lo, vcc_hi, v2
5067 // W32: encoding: [0x6b,0x04,0x62,0x7c]
5068 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5070 v_cmp_lt_i16 vcc_lo, ttmp15, v2
5071 // W32: encoding: [0x7b,0x04,0x62,0x7c]
5072 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5074 v_cmp_lt_i16 vcc_lo, m0, v2
5075 // W32: encoding: [0x7d,0x04,0x62,0x7c]
5076 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5078 v_cmp_lt_i16 vcc_lo, exec_lo, v2
5079 // W32: encoding: [0x7e,0x04,0x62,0x7c]
5080 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5082 v_cmp_lt_i16 vcc_lo, exec_hi, v2
5083 // W32: encoding: [0x7f,0x04,0x62,0x7c]
5084 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5086 v_cmp_lt_i16 vcc_lo, null, v2
5087 // W32: encoding: [0x7c,0x04,0x62,0x7c]
5088 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5090 v_cmp_lt_i16 vcc_lo, -1, v2
5091 // W32: encoding: [0xc1,0x04,0x62,0x7c]
5092 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5094 v_cmp_lt_i16 vcc_lo, 0.5, v2
5095 // W32: encoding: [0xf0,0x04,0x62,0x7c]
5096 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5098 v_cmp_lt_i16 vcc_lo, src_scc, v2
5099 // W32: encoding: [0xfd,0x04,0x62,0x7c]
5100 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5102 v_cmp_lt_i16 vcc_lo, 0xfe0b, v127
5103 // W32: encoding: [0xff,0xfe,0x62,0x7c,0x0b,0xfe,0x00,0x00]
5104 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5106 v_cmp_lt_i16 vcc, v1, v2
5107 // W64: encoding: [0x01,0x05,0x62,0x7c]
5108 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5110 v_cmp_lt_i16 vcc, v127, v2
5111 // W64: encoding: [0x7f,0x05,0x62,0x7c]
5112 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5114 v_cmp_lt_i16 vcc, s1, v2
5115 // W64: encoding: [0x01,0x04,0x62,0x7c]
5116 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5118 v_cmp_lt_i16 vcc, s105, v2
5119 // W64: encoding: [0x69,0x04,0x62,0x7c]
5120 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5122 v_cmp_lt_i16 vcc, vcc_lo, v2
5123 // W64: encoding: [0x6a,0x04,0x62,0x7c]
5124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5126 v_cmp_lt_i16 vcc, vcc_hi, v2
5127 // W64: encoding: [0x6b,0x04,0x62,0x7c]
5128 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5130 v_cmp_lt_i16 vcc, ttmp15, v2
5131 // W64: encoding: [0x7b,0x04,0x62,0x7c]
5132 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5134 v_cmp_lt_i16 vcc, m0, v2
5135 // W64: encoding: [0x7d,0x04,0x62,0x7c]
5136 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5138 v_cmp_lt_i16 vcc, exec_lo, v2
5139 // W64: encoding: [0x7e,0x04,0x62,0x7c]
5140 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5142 v_cmp_lt_i16 vcc, exec_hi, v2
5143 // W64: encoding: [0x7f,0x04,0x62,0x7c]
5144 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5146 v_cmp_lt_i16 vcc, null, v2
5147 // W64: encoding: [0x7c,0x04,0x62,0x7c]
5148 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5150 v_cmp_lt_i16 vcc, -1, v2
5151 // W64: encoding: [0xc1,0x04,0x62,0x7c]
5152 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5154 v_cmp_lt_i16 vcc, 0.5, v2
5155 // W64: encoding: [0xf0,0x04,0x62,0x7c]
5156 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5158 v_cmp_lt_i16 vcc, src_scc, v2
5159 // W64: encoding: [0xfd,0x04,0x62,0x7c]
5160 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5162 v_cmp_lt_i16 vcc, 0xfe0b, v127
5163 // W64: encoding: [0xff,0xfe,0x62,0x7c,0x0b,0xfe,0x00,0x00]
5164 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5166 v_cmp_lt_i32 vcc_lo, v1, v2
5167 // W32: encoding: [0x01,0x05,0x82,0x7c]
5168 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5170 v_cmp_lt_i32 vcc_lo, v255, v2
5171 // W32: encoding: [0xff,0x05,0x82,0x7c]
5172 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5174 v_cmp_lt_i32 vcc_lo, s1, v2
5175 // W32: encoding: [0x01,0x04,0x82,0x7c]
5176 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5178 v_cmp_lt_i32 vcc_lo, s105, v2
5179 // W32: encoding: [0x69,0x04,0x82,0x7c]
5180 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5182 v_cmp_lt_i32 vcc_lo, vcc_lo, v2
5183 // W32: encoding: [0x6a,0x04,0x82,0x7c]
5184 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5186 v_cmp_lt_i32 vcc_lo, vcc_hi, v2
5187 // W32: encoding: [0x6b,0x04,0x82,0x7c]
5188 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5190 v_cmp_lt_i32 vcc_lo, ttmp15, v2
5191 // W32: encoding: [0x7b,0x04,0x82,0x7c]
5192 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5194 v_cmp_lt_i32 vcc_lo, m0, v2
5195 // W32: encoding: [0x7d,0x04,0x82,0x7c]
5196 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5198 v_cmp_lt_i32 vcc_lo, exec_lo, v2
5199 // W32: encoding: [0x7e,0x04,0x82,0x7c]
5200 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5202 v_cmp_lt_i32 vcc_lo, exec_hi, v2
5203 // W32: encoding: [0x7f,0x04,0x82,0x7c]
5204 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5206 v_cmp_lt_i32 vcc_lo, null, v2
5207 // W32: encoding: [0x7c,0x04,0x82,0x7c]
5208 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5210 v_cmp_lt_i32 vcc_lo, -1, v2
5211 // W32: encoding: [0xc1,0x04,0x82,0x7c]
5212 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5214 v_cmp_lt_i32 vcc_lo, 0.5, v2
5215 // W32: encoding: [0xf0,0x04,0x82,0x7c]
5216 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5218 v_cmp_lt_i32 vcc_lo, src_scc, v2
5219 // W32: encoding: [0xfd,0x04,0x82,0x7c]
5220 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5222 v_cmp_lt_i32 vcc_lo, 0xaf123456, v255
5223 // W32: encoding: [0xff,0xfe,0x83,0x7c,0x56,0x34,0x12,0xaf]
5224 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5226 v_cmp_lt_i32 vcc, v1, v2
5227 // W64: encoding: [0x01,0x05,0x82,0x7c]
5228 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5230 v_cmp_lt_i32 vcc, v255, v2
5231 // W64: encoding: [0xff,0x05,0x82,0x7c]
5232 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5234 v_cmp_lt_i32 vcc, s1, v2
5235 // W64: encoding: [0x01,0x04,0x82,0x7c]
5236 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5238 v_cmp_lt_i32 vcc, s105, v2
5239 // W64: encoding: [0x69,0x04,0x82,0x7c]
5240 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5242 v_cmp_lt_i32 vcc, vcc_lo, v2
5243 // W64: encoding: [0x6a,0x04,0x82,0x7c]
5244 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5246 v_cmp_lt_i32 vcc, vcc_hi, v2
5247 // W64: encoding: [0x6b,0x04,0x82,0x7c]
5248 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5250 v_cmp_lt_i32 vcc, ttmp15, v2
5251 // W64: encoding: [0x7b,0x04,0x82,0x7c]
5252 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5254 v_cmp_lt_i32 vcc, m0, v2
5255 // W64: encoding: [0x7d,0x04,0x82,0x7c]
5256 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5258 v_cmp_lt_i32 vcc, exec_lo, v2
5259 // W64: encoding: [0x7e,0x04,0x82,0x7c]
5260 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5262 v_cmp_lt_i32 vcc, exec_hi, v2
5263 // W64: encoding: [0x7f,0x04,0x82,0x7c]
5264 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5266 v_cmp_lt_i32 vcc, null, v2
5267 // W64: encoding: [0x7c,0x04,0x82,0x7c]
5268 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5270 v_cmp_lt_i32 vcc, -1, v2
5271 // W64: encoding: [0xc1,0x04,0x82,0x7c]
5272 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5274 v_cmp_lt_i32 vcc, 0.5, v2
5275 // W64: encoding: [0xf0,0x04,0x82,0x7c]
5276 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5278 v_cmp_lt_i32 vcc, src_scc, v2
5279 // W64: encoding: [0xfd,0x04,0x82,0x7c]
5280 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5282 v_cmp_lt_i32 vcc, 0xaf123456, v255
5283 // W64: encoding: [0xff,0xfe,0x83,0x7c,0x56,0x34,0x12,0xaf]
5284 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5286 v_cmp_lt_i64 vcc_lo, v[1:2], v[2:3]
5287 // W32: encoding: [0x01,0x05,0xa2,0x7c]
5288 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5290 v_cmp_lt_i64 vcc_lo, v[254:255], v[2:3]
5291 // W32: encoding: [0xfe,0x05,0xa2,0x7c]
5292 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5294 v_cmp_lt_i64 vcc_lo, s[2:3], v[2:3]
5295 // W32: encoding: [0x02,0x04,0xa2,0x7c]
5296 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5298 v_cmp_lt_i64 vcc_lo, s[104:105], v[2:3]
5299 // W32: encoding: [0x68,0x04,0xa2,0x7c]
5300 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5302 v_cmp_lt_i64 vcc_lo, vcc, v[2:3]
5303 // W32: encoding: [0x6a,0x04,0xa2,0x7c]
5304 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5306 v_cmp_lt_i64 vcc_lo, ttmp[14:15], v[2:3]
5307 // W32: encoding: [0x7a,0x04,0xa2,0x7c]
5308 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5310 v_cmp_lt_i64 vcc_lo, exec, v[2:3]
5311 // W32: encoding: [0x7e,0x04,0xa2,0x7c]
5312 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5314 v_cmp_lt_i64 vcc_lo, null, v[2:3]
5315 // W32: encoding: [0x7c,0x04,0xa2,0x7c]
5316 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5318 v_cmp_lt_i64 vcc_lo, -1, v[2:3]
5319 // W32: encoding: [0xc1,0x04,0xa2,0x7c]
5320 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5322 v_cmp_lt_i64 vcc_lo, 0.5, v[2:3]
5323 // W32: encoding: [0xf0,0x04,0xa2,0x7c]
5324 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5326 v_cmp_lt_i64 vcc_lo, src_scc, v[2:3]
5327 // W32: encoding: [0xfd,0x04,0xa2,0x7c]
5328 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5330 v_cmp_lt_i64 vcc_lo, 0xaf123456, v[254:255]
5331 // W32: encoding: [0xff,0xfc,0xa3,0x7c,0x56,0x34,0x12,0xaf]
5332 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5334 v_cmp_lt_i64 vcc, v[1:2], v[2:3]
5335 // W64: encoding: [0x01,0x05,0xa2,0x7c]
5336 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5338 v_cmp_lt_i64 vcc, v[254:255], v[2:3]
5339 // W64: encoding: [0xfe,0x05,0xa2,0x7c]
5340 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5342 v_cmp_lt_i64 vcc, s[2:3], v[2:3]
5343 // W64: encoding: [0x02,0x04,0xa2,0x7c]
5344 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5346 v_cmp_lt_i64 vcc, s[104:105], v[2:3]
5347 // W64: encoding: [0x68,0x04,0xa2,0x7c]
5348 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5350 v_cmp_lt_i64 vcc, vcc, v[2:3]
5351 // W64: encoding: [0x6a,0x04,0xa2,0x7c]
5352 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5354 v_cmp_lt_i64 vcc, ttmp[14:15], v[2:3]
5355 // W64: encoding: [0x7a,0x04,0xa2,0x7c]
5356 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5358 v_cmp_lt_i64 vcc, exec, v[2:3]
5359 // W64: encoding: [0x7e,0x04,0xa2,0x7c]
5360 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5362 v_cmp_lt_i64 vcc, null, v[2:3]
5363 // W64: encoding: [0x7c,0x04,0xa2,0x7c]
5364 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5366 v_cmp_lt_i64 vcc, -1, v[2:3]
5367 // W64: encoding: [0xc1,0x04,0xa2,0x7c]
5368 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5370 v_cmp_lt_i64 vcc, 0.5, v[2:3]
5371 // W64: encoding: [0xf0,0x04,0xa2,0x7c]
5372 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5374 v_cmp_lt_i64 vcc, src_scc, v[2:3]
5375 // W64: encoding: [0xfd,0x04,0xa2,0x7c]
5376 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5378 v_cmp_lt_i64 vcc, 0xaf123456, v[254:255]
5379 // W64: encoding: [0xff,0xfc,0xa3,0x7c,0x56,0x34,0x12,0xaf]
5380 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5382 v_cmp_lt_u16 vcc_lo, v1, v2
5383 // W32: encoding: [0x01,0x05,0x72,0x7c]
5384 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5386 v_cmp_lt_u16 vcc_lo, v127, v2
5387 // W32: encoding: [0x7f,0x05,0x72,0x7c]
5388 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5390 v_cmp_lt_u16 vcc_lo, s1, v2
5391 // W32: encoding: [0x01,0x04,0x72,0x7c]
5392 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5394 v_cmp_lt_u16 vcc_lo, s105, v2
5395 // W32: encoding: [0x69,0x04,0x72,0x7c]
5396 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5398 v_cmp_lt_u16 vcc_lo, vcc_lo, v2
5399 // W32: encoding: [0x6a,0x04,0x72,0x7c]
5400 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5402 v_cmp_lt_u16 vcc_lo, vcc_hi, v2
5403 // W32: encoding: [0x6b,0x04,0x72,0x7c]
5404 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5406 v_cmp_lt_u16 vcc_lo, ttmp15, v2
5407 // W32: encoding: [0x7b,0x04,0x72,0x7c]
5408 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5410 v_cmp_lt_u16 vcc_lo, m0, v2
5411 // W32: encoding: [0x7d,0x04,0x72,0x7c]
5412 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5414 v_cmp_lt_u16 vcc_lo, exec_lo, v2
5415 // W32: encoding: [0x7e,0x04,0x72,0x7c]
5416 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5418 v_cmp_lt_u16 vcc_lo, exec_hi, v2
5419 // W32: encoding: [0x7f,0x04,0x72,0x7c]
5420 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5422 v_cmp_lt_u16 vcc_lo, null, v2
5423 // W32: encoding: [0x7c,0x04,0x72,0x7c]
5424 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5426 v_cmp_lt_u16 vcc_lo, -1, v2
5427 // W32: encoding: [0xc1,0x04,0x72,0x7c]
5428 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5430 v_cmp_lt_u16 vcc_lo, 0.5, v2
5431 // W32: encoding: [0xf0,0x04,0x72,0x7c]
5432 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5434 v_cmp_lt_u16 vcc_lo, src_scc, v2
5435 // W32: encoding: [0xfd,0x04,0x72,0x7c]
5436 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5438 v_cmp_lt_u16 vcc_lo, 0xfe0b, v127
5439 // W32: encoding: [0xff,0xfe,0x72,0x7c,0x0b,0xfe,0x00,0x00]
5440 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5442 v_cmp_lt_u16 vcc, v1, v2
5443 // W64: encoding: [0x01,0x05,0x72,0x7c]
5444 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5446 v_cmp_lt_u16 vcc, v127, v2
5447 // W64: encoding: [0x7f,0x05,0x72,0x7c]
5448 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5450 v_cmp_lt_u16 vcc, s1, v2
5451 // W64: encoding: [0x01,0x04,0x72,0x7c]
5452 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5454 v_cmp_lt_u16 vcc, s105, v2
5455 // W64: encoding: [0x69,0x04,0x72,0x7c]
5456 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5458 v_cmp_lt_u16 vcc, vcc_lo, v2
5459 // W64: encoding: [0x6a,0x04,0x72,0x7c]
5460 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5462 v_cmp_lt_u16 vcc, vcc_hi, v2
5463 // W64: encoding: [0x6b,0x04,0x72,0x7c]
5464 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5466 v_cmp_lt_u16 vcc, ttmp15, v2
5467 // W64: encoding: [0x7b,0x04,0x72,0x7c]
5468 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5470 v_cmp_lt_u16 vcc, m0, v2
5471 // W64: encoding: [0x7d,0x04,0x72,0x7c]
5472 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5474 v_cmp_lt_u16 vcc, exec_lo, v2
5475 // W64: encoding: [0x7e,0x04,0x72,0x7c]
5476 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5478 v_cmp_lt_u16 vcc, exec_hi, v2
5479 // W64: encoding: [0x7f,0x04,0x72,0x7c]
5480 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5482 v_cmp_lt_u16 vcc, null, v2
5483 // W64: encoding: [0x7c,0x04,0x72,0x7c]
5484 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5486 v_cmp_lt_u16 vcc, -1, v2
5487 // W64: encoding: [0xc1,0x04,0x72,0x7c]
5488 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5490 v_cmp_lt_u16 vcc, 0.5, v2
5491 // W64: encoding: [0xf0,0x04,0x72,0x7c]
5492 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5494 v_cmp_lt_u16 vcc, src_scc, v2
5495 // W64: encoding: [0xfd,0x04,0x72,0x7c]
5496 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5498 v_cmp_lt_u16 vcc, 0xfe0b, v127
5499 // W64: encoding: [0xff,0xfe,0x72,0x7c,0x0b,0xfe,0x00,0x00]
5500 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5502 v_cmp_lt_u32 vcc_lo, v1, v2
5503 // W32: encoding: [0x01,0x05,0x92,0x7c]
5504 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5506 v_cmp_lt_u32 vcc_lo, v255, v2
5507 // W32: encoding: [0xff,0x05,0x92,0x7c]
5508 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5510 v_cmp_lt_u32 vcc_lo, s1, v2
5511 // W32: encoding: [0x01,0x04,0x92,0x7c]
5512 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5514 v_cmp_lt_u32 vcc_lo, s105, v2
5515 // W32: encoding: [0x69,0x04,0x92,0x7c]
5516 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5518 v_cmp_lt_u32 vcc_lo, vcc_lo, v2
5519 // W32: encoding: [0x6a,0x04,0x92,0x7c]
5520 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5522 v_cmp_lt_u32 vcc_lo, vcc_hi, v2
5523 // W32: encoding: [0x6b,0x04,0x92,0x7c]
5524 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5526 v_cmp_lt_u32 vcc_lo, ttmp15, v2
5527 // W32: encoding: [0x7b,0x04,0x92,0x7c]
5528 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5530 v_cmp_lt_u32 vcc_lo, m0, v2
5531 // W32: encoding: [0x7d,0x04,0x92,0x7c]
5532 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5534 v_cmp_lt_u32 vcc_lo, exec_lo, v2
5535 // W32: encoding: [0x7e,0x04,0x92,0x7c]
5536 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5538 v_cmp_lt_u32 vcc_lo, exec_hi, v2
5539 // W32: encoding: [0x7f,0x04,0x92,0x7c]
5540 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5542 v_cmp_lt_u32 vcc_lo, null, v2
5543 // W32: encoding: [0x7c,0x04,0x92,0x7c]
5544 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5546 v_cmp_lt_u32 vcc_lo, -1, v2
5547 // W32: encoding: [0xc1,0x04,0x92,0x7c]
5548 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5550 v_cmp_lt_u32 vcc_lo, 0.5, v2
5551 // W32: encoding: [0xf0,0x04,0x92,0x7c]
5552 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5554 v_cmp_lt_u32 vcc_lo, src_scc, v2
5555 // W32: encoding: [0xfd,0x04,0x92,0x7c]
5556 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5558 v_cmp_lt_u32 vcc_lo, 0xaf123456, v255
5559 // W32: encoding: [0xff,0xfe,0x93,0x7c,0x56,0x34,0x12,0xaf]
5560 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5562 v_cmp_lt_u32 vcc, v1, v2
5563 // W64: encoding: [0x01,0x05,0x92,0x7c]
5564 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5566 v_cmp_lt_u32 vcc, v255, v2
5567 // W64: encoding: [0xff,0x05,0x92,0x7c]
5568 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5570 v_cmp_lt_u32 vcc, s1, v2
5571 // W64: encoding: [0x01,0x04,0x92,0x7c]
5572 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5574 v_cmp_lt_u32 vcc, s105, v2
5575 // W64: encoding: [0x69,0x04,0x92,0x7c]
5576 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5578 v_cmp_lt_u32 vcc, vcc_lo, v2
5579 // W64: encoding: [0x6a,0x04,0x92,0x7c]
5580 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5582 v_cmp_lt_u32 vcc, vcc_hi, v2
5583 // W64: encoding: [0x6b,0x04,0x92,0x7c]
5584 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5586 v_cmp_lt_u32 vcc, ttmp15, v2
5587 // W64: encoding: [0x7b,0x04,0x92,0x7c]
5588 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5590 v_cmp_lt_u32 vcc, m0, v2
5591 // W64: encoding: [0x7d,0x04,0x92,0x7c]
5592 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5594 v_cmp_lt_u32 vcc, exec_lo, v2
5595 // W64: encoding: [0x7e,0x04,0x92,0x7c]
5596 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5598 v_cmp_lt_u32 vcc, exec_hi, v2
5599 // W64: encoding: [0x7f,0x04,0x92,0x7c]
5600 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5602 v_cmp_lt_u32 vcc, null, v2
5603 // W64: encoding: [0x7c,0x04,0x92,0x7c]
5604 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5606 v_cmp_lt_u32 vcc, -1, v2
5607 // W64: encoding: [0xc1,0x04,0x92,0x7c]
5608 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5610 v_cmp_lt_u32 vcc, 0.5, v2
5611 // W64: encoding: [0xf0,0x04,0x92,0x7c]
5612 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5614 v_cmp_lt_u32 vcc, src_scc, v2
5615 // W64: encoding: [0xfd,0x04,0x92,0x7c]
5616 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5618 v_cmp_lt_u32 vcc, 0xaf123456, v255
5619 // W64: encoding: [0xff,0xfe,0x93,0x7c,0x56,0x34,0x12,0xaf]
5620 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5622 v_cmp_lt_u64 vcc_lo, v[1:2], v[2:3]
5623 // W32: encoding: [0x01,0x05,0xb2,0x7c]
5624 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5626 v_cmp_lt_u64 vcc_lo, v[254:255], v[2:3]
5627 // W32: encoding: [0xfe,0x05,0xb2,0x7c]
5628 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5630 v_cmp_lt_u64 vcc_lo, s[2:3], v[2:3]
5631 // W32: encoding: [0x02,0x04,0xb2,0x7c]
5632 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5634 v_cmp_lt_u64 vcc_lo, s[104:105], v[2:3]
5635 // W32: encoding: [0x68,0x04,0xb2,0x7c]
5636 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5638 v_cmp_lt_u64 vcc_lo, vcc, v[2:3]
5639 // W32: encoding: [0x6a,0x04,0xb2,0x7c]
5640 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5642 v_cmp_lt_u64 vcc_lo, ttmp[14:15], v[2:3]
5643 // W32: encoding: [0x7a,0x04,0xb2,0x7c]
5644 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5646 v_cmp_lt_u64 vcc_lo, exec, v[2:3]
5647 // W32: encoding: [0x7e,0x04,0xb2,0x7c]
5648 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5650 v_cmp_lt_u64 vcc_lo, null, v[2:3]
5651 // W32: encoding: [0x7c,0x04,0xb2,0x7c]
5652 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5654 v_cmp_lt_u64 vcc_lo, -1, v[2:3]
5655 // W32: encoding: [0xc1,0x04,0xb2,0x7c]
5656 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5658 v_cmp_lt_u64 vcc_lo, 0.5, v[2:3]
5659 // W32: encoding: [0xf0,0x04,0xb2,0x7c]
5660 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5662 v_cmp_lt_u64 vcc_lo, src_scc, v[2:3]
5663 // W32: encoding: [0xfd,0x04,0xb2,0x7c]
5664 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5666 v_cmp_lt_u64 vcc_lo, 0xaf123456, v[254:255]
5667 // W32: encoding: [0xff,0xfc,0xb3,0x7c,0x56,0x34,0x12,0xaf]
5668 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5670 v_cmp_lt_u64 vcc, v[1:2], v[2:3]
5671 // W64: encoding: [0x01,0x05,0xb2,0x7c]
5672 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5674 v_cmp_lt_u64 vcc, v[254:255], v[2:3]
5675 // W64: encoding: [0xfe,0x05,0xb2,0x7c]
5676 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5678 v_cmp_lt_u64 vcc, s[2:3], v[2:3]
5679 // W64: encoding: [0x02,0x04,0xb2,0x7c]
5680 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5682 v_cmp_lt_u64 vcc, s[104:105], v[2:3]
5683 // W64: encoding: [0x68,0x04,0xb2,0x7c]
5684 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5686 v_cmp_lt_u64 vcc, vcc, v[2:3]
5687 // W64: encoding: [0x6a,0x04,0xb2,0x7c]
5688 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5690 v_cmp_lt_u64 vcc, ttmp[14:15], v[2:3]
5691 // W64: encoding: [0x7a,0x04,0xb2,0x7c]
5692 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5694 v_cmp_lt_u64 vcc, exec, v[2:3]
5695 // W64: encoding: [0x7e,0x04,0xb2,0x7c]
5696 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5698 v_cmp_lt_u64 vcc, null, v[2:3]
5699 // W64: encoding: [0x7c,0x04,0xb2,0x7c]
5700 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5702 v_cmp_lt_u64 vcc, -1, v[2:3]
5703 // W64: encoding: [0xc1,0x04,0xb2,0x7c]
5704 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5706 v_cmp_lt_u64 vcc, 0.5, v[2:3]
5707 // W64: encoding: [0xf0,0x04,0xb2,0x7c]
5708 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5710 v_cmp_lt_u64 vcc, src_scc, v[2:3]
5711 // W64: encoding: [0xfd,0x04,0xb2,0x7c]
5712 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5714 v_cmp_lt_u64 vcc, 0xaf123456, v[254:255]
5715 // W64: encoding: [0xff,0xfc,0xb3,0x7c,0x56,0x34,0x12,0xaf]
5716 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5718 v_cmp_ne_i16 vcc_lo, v1, v2
5719 // W32: encoding: [0x01,0x05,0x6a,0x7c]
5720 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5722 v_cmp_ne_i16 vcc_lo, v127, v2
5723 // W32: encoding: [0x7f,0x05,0x6a,0x7c]
5724 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5726 v_cmp_ne_i16 vcc_lo, s1, v2
5727 // W32: encoding: [0x01,0x04,0x6a,0x7c]
5728 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5730 v_cmp_ne_i16 vcc_lo, s105, v2
5731 // W32: encoding: [0x69,0x04,0x6a,0x7c]
5732 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5734 v_cmp_ne_i16 vcc_lo, vcc_lo, v2
5735 // W32: encoding: [0x6a,0x04,0x6a,0x7c]
5736 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5738 v_cmp_ne_i16 vcc_lo, vcc_hi, v2
5739 // W32: encoding: [0x6b,0x04,0x6a,0x7c]
5740 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5742 v_cmp_ne_i16 vcc_lo, ttmp15, v2
5743 // W32: encoding: [0x7b,0x04,0x6a,0x7c]
5744 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5746 v_cmp_ne_i16 vcc_lo, m0, v2
5747 // W32: encoding: [0x7d,0x04,0x6a,0x7c]
5748 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5750 v_cmp_ne_i16 vcc_lo, exec_lo, v2
5751 // W32: encoding: [0x7e,0x04,0x6a,0x7c]
5752 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5754 v_cmp_ne_i16 vcc_lo, exec_hi, v2
5755 // W32: encoding: [0x7f,0x04,0x6a,0x7c]
5756 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5758 v_cmp_ne_i16 vcc_lo, null, v2
5759 // W32: encoding: [0x7c,0x04,0x6a,0x7c]
5760 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5762 v_cmp_ne_i16 vcc_lo, -1, v2
5763 // W32: encoding: [0xc1,0x04,0x6a,0x7c]
5764 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5766 v_cmp_ne_i16 vcc_lo, 0.5, v2
5767 // W32: encoding: [0xf0,0x04,0x6a,0x7c]
5768 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5770 v_cmp_ne_i16 vcc_lo, src_scc, v2
5771 // W32: encoding: [0xfd,0x04,0x6a,0x7c]
5772 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5774 v_cmp_ne_i16 vcc_lo, 0xfe0b, v127
5775 // W32: encoding: [0xff,0xfe,0x6a,0x7c,0x0b,0xfe,0x00,0x00]
5776 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5778 v_cmp_ne_i16 vcc, v1, v2
5779 // W64: encoding: [0x01,0x05,0x6a,0x7c]
5780 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5782 v_cmp_ne_i16 vcc, v127, v2
5783 // W64: encoding: [0x7f,0x05,0x6a,0x7c]
5784 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5786 v_cmp_ne_i16 vcc, s1, v2
5787 // W64: encoding: [0x01,0x04,0x6a,0x7c]
5788 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5790 v_cmp_ne_i16 vcc, s105, v2
5791 // W64: encoding: [0x69,0x04,0x6a,0x7c]
5792 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5794 v_cmp_ne_i16 vcc, vcc_lo, v2
5795 // W64: encoding: [0x6a,0x04,0x6a,0x7c]
5796 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5798 v_cmp_ne_i16 vcc, vcc_hi, v2
5799 // W64: encoding: [0x6b,0x04,0x6a,0x7c]
5800 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5802 v_cmp_ne_i16 vcc, ttmp15, v2
5803 // W64: encoding: [0x7b,0x04,0x6a,0x7c]
5804 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5806 v_cmp_ne_i16 vcc, m0, v2
5807 // W64: encoding: [0x7d,0x04,0x6a,0x7c]
5808 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5810 v_cmp_ne_i16 vcc, exec_lo, v2
5811 // W64: encoding: [0x7e,0x04,0x6a,0x7c]
5812 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5814 v_cmp_ne_i16 vcc, exec_hi, v2
5815 // W64: encoding: [0x7f,0x04,0x6a,0x7c]
5816 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5818 v_cmp_ne_i16 vcc, null, v2
5819 // W64: encoding: [0x7c,0x04,0x6a,0x7c]
5820 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5822 v_cmp_ne_i16 vcc, -1, v2
5823 // W64: encoding: [0xc1,0x04,0x6a,0x7c]
5824 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5826 v_cmp_ne_i16 vcc, 0.5, v2
5827 // W64: encoding: [0xf0,0x04,0x6a,0x7c]
5828 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5830 v_cmp_ne_i16 vcc, src_scc, v2
5831 // W64: encoding: [0xfd,0x04,0x6a,0x7c]
5832 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5834 v_cmp_ne_i16 vcc, 0xfe0b, v127
5835 // W64: encoding: [0xff,0xfe,0x6a,0x7c,0x0b,0xfe,0x00,0x00]
5836 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5838 v_cmp_ne_i32 vcc_lo, v1, v2
5839 // W32: encoding: [0x01,0x05,0x8a,0x7c]
5840 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5842 v_cmp_ne_i32 vcc_lo, v255, v2
5843 // W32: encoding: [0xff,0x05,0x8a,0x7c]
5844 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5846 v_cmp_ne_i32 vcc_lo, s1, v2
5847 // W32: encoding: [0x01,0x04,0x8a,0x7c]
5848 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5850 v_cmp_ne_i32 vcc_lo, s105, v2
5851 // W32: encoding: [0x69,0x04,0x8a,0x7c]
5852 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5854 v_cmp_ne_i32 vcc_lo, vcc_lo, v2
5855 // W32: encoding: [0x6a,0x04,0x8a,0x7c]
5856 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5858 v_cmp_ne_i32 vcc_lo, vcc_hi, v2
5859 // W32: encoding: [0x6b,0x04,0x8a,0x7c]
5860 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5862 v_cmp_ne_i32 vcc_lo, ttmp15, v2
5863 // W32: encoding: [0x7b,0x04,0x8a,0x7c]
5864 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5866 v_cmp_ne_i32 vcc_lo, m0, v2
5867 // W32: encoding: [0x7d,0x04,0x8a,0x7c]
5868 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5870 v_cmp_ne_i32 vcc_lo, exec_lo, v2
5871 // W32: encoding: [0x7e,0x04,0x8a,0x7c]
5872 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5874 v_cmp_ne_i32 vcc_lo, exec_hi, v2
5875 // W32: encoding: [0x7f,0x04,0x8a,0x7c]
5876 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5878 v_cmp_ne_i32 vcc_lo, null, v2
5879 // W32: encoding: [0x7c,0x04,0x8a,0x7c]
5880 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5882 v_cmp_ne_i32 vcc_lo, -1, v2
5883 // W32: encoding: [0xc1,0x04,0x8a,0x7c]
5884 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5886 v_cmp_ne_i32 vcc_lo, 0.5, v2
5887 // W32: encoding: [0xf0,0x04,0x8a,0x7c]
5888 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5890 v_cmp_ne_i32 vcc_lo, src_scc, v2
5891 // W32: encoding: [0xfd,0x04,0x8a,0x7c]
5892 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5894 v_cmp_ne_i32 vcc_lo, 0xaf123456, v255
5895 // W32: encoding: [0xff,0xfe,0x8b,0x7c,0x56,0x34,0x12,0xaf]
5896 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5898 v_cmp_ne_i32 vcc, v1, v2
5899 // W64: encoding: [0x01,0x05,0x8a,0x7c]
5900 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5902 v_cmp_ne_i32 vcc, v255, v2
5903 // W64: encoding: [0xff,0x05,0x8a,0x7c]
5904 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5906 v_cmp_ne_i32 vcc, s1, v2
5907 // W64: encoding: [0x01,0x04,0x8a,0x7c]
5908 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5910 v_cmp_ne_i32 vcc, s105, v2
5911 // W64: encoding: [0x69,0x04,0x8a,0x7c]
5912 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5914 v_cmp_ne_i32 vcc, vcc_lo, v2
5915 // W64: encoding: [0x6a,0x04,0x8a,0x7c]
5916 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5918 v_cmp_ne_i32 vcc, vcc_hi, v2
5919 // W64: encoding: [0x6b,0x04,0x8a,0x7c]
5920 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5922 v_cmp_ne_i32 vcc, ttmp15, v2
5923 // W64: encoding: [0x7b,0x04,0x8a,0x7c]
5924 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5926 v_cmp_ne_i32 vcc, m0, v2
5927 // W64: encoding: [0x7d,0x04,0x8a,0x7c]
5928 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5930 v_cmp_ne_i32 vcc, exec_lo, v2
5931 // W64: encoding: [0x7e,0x04,0x8a,0x7c]
5932 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5934 v_cmp_ne_i32 vcc, exec_hi, v2
5935 // W64: encoding: [0x7f,0x04,0x8a,0x7c]
5936 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5938 v_cmp_ne_i32 vcc, null, v2
5939 // W64: encoding: [0x7c,0x04,0x8a,0x7c]
5940 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5942 v_cmp_ne_i32 vcc, -1, v2
5943 // W64: encoding: [0xc1,0x04,0x8a,0x7c]
5944 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5946 v_cmp_ne_i32 vcc, 0.5, v2
5947 // W64: encoding: [0xf0,0x04,0x8a,0x7c]
5948 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5950 v_cmp_ne_i32 vcc, src_scc, v2
5951 // W64: encoding: [0xfd,0x04,0x8a,0x7c]
5952 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5954 v_cmp_ne_i32 vcc, 0xaf123456, v255
5955 // W64: encoding: [0xff,0xfe,0x8b,0x7c,0x56,0x34,0x12,0xaf]
5956 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5958 v_cmp_ne_i64 vcc_lo, v[1:2], v[2:3]
5959 // W32: encoding: [0x01,0x05,0xaa,0x7c]
5960 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5962 v_cmp_ne_i64 vcc_lo, v[254:255], v[2:3]
5963 // W32: encoding: [0xfe,0x05,0xaa,0x7c]
5964 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5966 v_cmp_ne_i64 vcc_lo, s[2:3], v[2:3]
5967 // W32: encoding: [0x02,0x04,0xaa,0x7c]
5968 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5970 v_cmp_ne_i64 vcc_lo, s[104:105], v[2:3]
5971 // W32: encoding: [0x68,0x04,0xaa,0x7c]
5972 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5974 v_cmp_ne_i64 vcc_lo, vcc, v[2:3]
5975 // W32: encoding: [0x6a,0x04,0xaa,0x7c]
5976 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5978 v_cmp_ne_i64 vcc_lo, ttmp[14:15], v[2:3]
5979 // W32: encoding: [0x7a,0x04,0xaa,0x7c]
5980 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5982 v_cmp_ne_i64 vcc_lo, exec, v[2:3]
5983 // W32: encoding: [0x7e,0x04,0xaa,0x7c]
5984 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5986 v_cmp_ne_i64 vcc_lo, null, v[2:3]
5987 // W32: encoding: [0x7c,0x04,0xaa,0x7c]
5988 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5990 v_cmp_ne_i64 vcc_lo, -1, v[2:3]
5991 // W32: encoding: [0xc1,0x04,0xaa,0x7c]
5992 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5994 v_cmp_ne_i64 vcc_lo, 0.5, v[2:3]
5995 // W32: encoding: [0xf0,0x04,0xaa,0x7c]
5996 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
5998 v_cmp_ne_i64 vcc_lo, src_scc, v[2:3]
5999 // W32: encoding: [0xfd,0x04,0xaa,0x7c]
6000 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6002 v_cmp_ne_i64 vcc_lo, 0xaf123456, v[254:255]
6003 // W32: encoding: [0xff,0xfc,0xab,0x7c,0x56,0x34,0x12,0xaf]
6004 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6006 v_cmp_ne_i64 vcc, v[1:2], v[2:3]
6007 // W64: encoding: [0x01,0x05,0xaa,0x7c]
6008 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6010 v_cmp_ne_i64 vcc, v[254:255], v[2:3]
6011 // W64: encoding: [0xfe,0x05,0xaa,0x7c]
6012 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6014 v_cmp_ne_i64 vcc, s[2:3], v[2:3]
6015 // W64: encoding: [0x02,0x04,0xaa,0x7c]
6016 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6018 v_cmp_ne_i64 vcc, s[104:105], v[2:3]
6019 // W64: encoding: [0x68,0x04,0xaa,0x7c]
6020 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6022 v_cmp_ne_i64 vcc, vcc, v[2:3]
6023 // W64: encoding: [0x6a,0x04,0xaa,0x7c]
6024 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6026 v_cmp_ne_i64 vcc, ttmp[14:15], v[2:3]
6027 // W64: encoding: [0x7a,0x04,0xaa,0x7c]
6028 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6030 v_cmp_ne_i64 vcc, exec, v[2:3]
6031 // W64: encoding: [0x7e,0x04,0xaa,0x7c]
6032 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6034 v_cmp_ne_i64 vcc, null, v[2:3]
6035 // W64: encoding: [0x7c,0x04,0xaa,0x7c]
6036 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6038 v_cmp_ne_i64 vcc, -1, v[2:3]
6039 // W64: encoding: [0xc1,0x04,0xaa,0x7c]
6040 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6042 v_cmp_ne_i64 vcc, 0.5, v[2:3]
6043 // W64: encoding: [0xf0,0x04,0xaa,0x7c]
6044 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6046 v_cmp_ne_i64 vcc, src_scc, v[2:3]
6047 // W64: encoding: [0xfd,0x04,0xaa,0x7c]
6048 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6050 v_cmp_ne_i64 vcc, 0xaf123456, v[254:255]
6051 // W64: encoding: [0xff,0xfc,0xab,0x7c,0x56,0x34,0x12,0xaf]
6052 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6054 v_cmp_ne_u16 vcc_lo, v1, v2
6055 // W32: encoding: [0x01,0x05,0x7a,0x7c]
6056 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6058 v_cmp_ne_u16 vcc_lo, v127, v2
6059 // W32: encoding: [0x7f,0x05,0x7a,0x7c]
6060 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6062 v_cmp_ne_u16 vcc_lo, s1, v2
6063 // W32: encoding: [0x01,0x04,0x7a,0x7c]
6064 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6066 v_cmp_ne_u16 vcc_lo, s105, v2
6067 // W32: encoding: [0x69,0x04,0x7a,0x7c]
6068 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6070 v_cmp_ne_u16 vcc_lo, vcc_lo, v2
6071 // W32: encoding: [0x6a,0x04,0x7a,0x7c]
6072 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6074 v_cmp_ne_u16 vcc_lo, vcc_hi, v2
6075 // W32: encoding: [0x6b,0x04,0x7a,0x7c]
6076 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6078 v_cmp_ne_u16 vcc_lo, ttmp15, v2
6079 // W32: encoding: [0x7b,0x04,0x7a,0x7c]
6080 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6082 v_cmp_ne_u16 vcc_lo, m0, v2
6083 // W32: encoding: [0x7d,0x04,0x7a,0x7c]
6084 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6086 v_cmp_ne_u16 vcc_lo, exec_lo, v2
6087 // W32: encoding: [0x7e,0x04,0x7a,0x7c]
6088 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6090 v_cmp_ne_u16 vcc_lo, exec_hi, v2
6091 // W32: encoding: [0x7f,0x04,0x7a,0x7c]
6092 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6094 v_cmp_ne_u16 vcc_lo, null, v2
6095 // W32: encoding: [0x7c,0x04,0x7a,0x7c]
6096 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6098 v_cmp_ne_u16 vcc_lo, -1, v2
6099 // W32: encoding: [0xc1,0x04,0x7a,0x7c]
6100 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6102 v_cmp_ne_u16 vcc_lo, 0.5, v2
6103 // W32: encoding: [0xf0,0x04,0x7a,0x7c]
6104 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6106 v_cmp_ne_u16 vcc_lo, src_scc, v2
6107 // W32: encoding: [0xfd,0x04,0x7a,0x7c]
6108 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6110 v_cmp_ne_u16 vcc_lo, 0xfe0b, v127
6111 // W32: encoding: [0xff,0xfe,0x7a,0x7c,0x0b,0xfe,0x00,0x00]
6112 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6114 v_cmp_ne_u16 vcc, v1, v2
6115 // W64: encoding: [0x01,0x05,0x7a,0x7c]
6116 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6118 v_cmp_ne_u16 vcc, v127, v2
6119 // W64: encoding: [0x7f,0x05,0x7a,0x7c]
6120 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6122 v_cmp_ne_u16 vcc, s1, v2
6123 // W64: encoding: [0x01,0x04,0x7a,0x7c]
6124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6126 v_cmp_ne_u16 vcc, s105, v2
6127 // W64: encoding: [0x69,0x04,0x7a,0x7c]
6128 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6130 v_cmp_ne_u16 vcc, vcc_lo, v2
6131 // W64: encoding: [0x6a,0x04,0x7a,0x7c]
6132 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6134 v_cmp_ne_u16 vcc, vcc_hi, v2
6135 // W64: encoding: [0x6b,0x04,0x7a,0x7c]
6136 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6138 v_cmp_ne_u16 vcc, ttmp15, v2
6139 // W64: encoding: [0x7b,0x04,0x7a,0x7c]
6140 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6142 v_cmp_ne_u16 vcc, m0, v2
6143 // W64: encoding: [0x7d,0x04,0x7a,0x7c]
6144 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6146 v_cmp_ne_u16 vcc, exec_lo, v2
6147 // W64: encoding: [0x7e,0x04,0x7a,0x7c]
6148 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6150 v_cmp_ne_u16 vcc, exec_hi, v2
6151 // W64: encoding: [0x7f,0x04,0x7a,0x7c]
6152 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6154 v_cmp_ne_u16 vcc, null, v2
6155 // W64: encoding: [0x7c,0x04,0x7a,0x7c]
6156 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6158 v_cmp_ne_u16 vcc, -1, v2
6159 // W64: encoding: [0xc1,0x04,0x7a,0x7c]
6160 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6162 v_cmp_ne_u16 vcc, 0.5, v2
6163 // W64: encoding: [0xf0,0x04,0x7a,0x7c]
6164 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6166 v_cmp_ne_u16 vcc, src_scc, v2
6167 // W64: encoding: [0xfd,0x04,0x7a,0x7c]
6168 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6170 v_cmp_ne_u16 vcc, 0xfe0b, v127
6171 // W64: encoding: [0xff,0xfe,0x7a,0x7c,0x0b,0xfe,0x00,0x00]
6172 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6174 v_cmp_ne_u32 vcc_lo, v1, v2
6175 // W32: encoding: [0x01,0x05,0x9a,0x7c]
6176 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6178 v_cmp_ne_u32 vcc_lo, v255, v2
6179 // W32: encoding: [0xff,0x05,0x9a,0x7c]
6180 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6182 v_cmp_ne_u32 vcc_lo, s1, v2
6183 // W32: encoding: [0x01,0x04,0x9a,0x7c]
6184 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6186 v_cmp_ne_u32 vcc_lo, s105, v2
6187 // W32: encoding: [0x69,0x04,0x9a,0x7c]
6188 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6190 v_cmp_ne_u32 vcc_lo, vcc_lo, v2
6191 // W32: encoding: [0x6a,0x04,0x9a,0x7c]
6192 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6194 v_cmp_ne_u32 vcc_lo, vcc_hi, v2
6195 // W32: encoding: [0x6b,0x04,0x9a,0x7c]
6196 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6198 v_cmp_ne_u32 vcc_lo, ttmp15, v2
6199 // W32: encoding: [0x7b,0x04,0x9a,0x7c]
6200 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6202 v_cmp_ne_u32 vcc_lo, m0, v2
6203 // W32: encoding: [0x7d,0x04,0x9a,0x7c]
6204 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6206 v_cmp_ne_u32 vcc_lo, exec_lo, v2
6207 // W32: encoding: [0x7e,0x04,0x9a,0x7c]
6208 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6210 v_cmp_ne_u32 vcc_lo, exec_hi, v2
6211 // W32: encoding: [0x7f,0x04,0x9a,0x7c]
6212 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6214 v_cmp_ne_u32 vcc_lo, null, v2
6215 // W32: encoding: [0x7c,0x04,0x9a,0x7c]
6216 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6218 v_cmp_ne_u32 vcc_lo, -1, v2
6219 // W32: encoding: [0xc1,0x04,0x9a,0x7c]
6220 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6222 v_cmp_ne_u32 vcc_lo, 0.5, v2
6223 // W32: encoding: [0xf0,0x04,0x9a,0x7c]
6224 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6226 v_cmp_ne_u32 vcc_lo, src_scc, v2
6227 // W32: encoding: [0xfd,0x04,0x9a,0x7c]
6228 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6230 v_cmp_ne_u32 vcc_lo, 0xaf123456, v255
6231 // W32: encoding: [0xff,0xfe,0x9b,0x7c,0x56,0x34,0x12,0xaf]
6232 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6234 v_cmp_ne_u32 vcc, v1, v2
6235 // W64: encoding: [0x01,0x05,0x9a,0x7c]
6236 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6238 v_cmp_ne_u32 vcc, v255, v2
6239 // W64: encoding: [0xff,0x05,0x9a,0x7c]
6240 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6242 v_cmp_ne_u32 vcc, s1, v2
6243 // W64: encoding: [0x01,0x04,0x9a,0x7c]
6244 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6246 v_cmp_ne_u32 vcc, s105, v2
6247 // W64: encoding: [0x69,0x04,0x9a,0x7c]
6248 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6250 v_cmp_ne_u32 vcc, vcc_lo, v2
6251 // W64: encoding: [0x6a,0x04,0x9a,0x7c]
6252 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6254 v_cmp_ne_u32 vcc, vcc_hi, v2
6255 // W64: encoding: [0x6b,0x04,0x9a,0x7c]
6256 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6258 v_cmp_ne_u32 vcc, ttmp15, v2
6259 // W64: encoding: [0x7b,0x04,0x9a,0x7c]
6260 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6262 v_cmp_ne_u32 vcc, m0, v2
6263 // W64: encoding: [0x7d,0x04,0x9a,0x7c]
6264 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6266 v_cmp_ne_u32 vcc, exec_lo, v2
6267 // W64: encoding: [0x7e,0x04,0x9a,0x7c]
6268 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6270 v_cmp_ne_u32 vcc, exec_hi, v2
6271 // W64: encoding: [0x7f,0x04,0x9a,0x7c]
6272 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6274 v_cmp_ne_u32 vcc, null, v2
6275 // W64: encoding: [0x7c,0x04,0x9a,0x7c]
6276 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6278 v_cmp_ne_u32 vcc, -1, v2
6279 // W64: encoding: [0xc1,0x04,0x9a,0x7c]
6280 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6282 v_cmp_ne_u32 vcc, 0.5, v2
6283 // W64: encoding: [0xf0,0x04,0x9a,0x7c]
6284 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6286 v_cmp_ne_u32 vcc, src_scc, v2
6287 // W64: encoding: [0xfd,0x04,0x9a,0x7c]
6288 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6290 v_cmp_ne_u32 vcc, 0xaf123456, v255
6291 // W64: encoding: [0xff,0xfe,0x9b,0x7c,0x56,0x34,0x12,0xaf]
6292 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6294 v_cmp_ne_u64 vcc_lo, v[1:2], v[2:3]
6295 // W32: encoding: [0x01,0x05,0xba,0x7c]
6296 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6298 v_cmp_ne_u64 vcc_lo, v[254:255], v[2:3]
6299 // W32: encoding: [0xfe,0x05,0xba,0x7c]
6300 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6302 v_cmp_ne_u64 vcc_lo, s[2:3], v[2:3]
6303 // W32: encoding: [0x02,0x04,0xba,0x7c]
6304 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6306 v_cmp_ne_u64 vcc_lo, s[104:105], v[2:3]
6307 // W32: encoding: [0x68,0x04,0xba,0x7c]
6308 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6310 v_cmp_ne_u64 vcc_lo, vcc, v[2:3]
6311 // W32: encoding: [0x6a,0x04,0xba,0x7c]
6312 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6314 v_cmp_ne_u64 vcc_lo, ttmp[14:15], v[2:3]
6315 // W32: encoding: [0x7a,0x04,0xba,0x7c]
6316 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6318 v_cmp_ne_u64 vcc_lo, exec, v[2:3]
6319 // W32: encoding: [0x7e,0x04,0xba,0x7c]
6320 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6322 v_cmp_ne_u64 vcc_lo, null, v[2:3]
6323 // W32: encoding: [0x7c,0x04,0xba,0x7c]
6324 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6326 v_cmp_ne_u64 vcc_lo, -1, v[2:3]
6327 // W32: encoding: [0xc1,0x04,0xba,0x7c]
6328 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6330 v_cmp_ne_u64 vcc_lo, 0.5, v[2:3]
6331 // W32: encoding: [0xf0,0x04,0xba,0x7c]
6332 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6334 v_cmp_ne_u64 vcc_lo, src_scc, v[2:3]
6335 // W32: encoding: [0xfd,0x04,0xba,0x7c]
6336 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6338 v_cmp_ne_u64 vcc_lo, 0xaf123456, v[254:255]
6339 // W32: encoding: [0xff,0xfc,0xbb,0x7c,0x56,0x34,0x12,0xaf]
6340 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6342 v_cmp_ne_u64 vcc, v[1:2], v[2:3]
6343 // W64: encoding: [0x01,0x05,0xba,0x7c]
6344 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6346 v_cmp_ne_u64 vcc, v[254:255], v[2:3]
6347 // W64: encoding: [0xfe,0x05,0xba,0x7c]
6348 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6350 v_cmp_ne_u64 vcc, s[2:3], v[2:3]
6351 // W64: encoding: [0x02,0x04,0xba,0x7c]
6352 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6354 v_cmp_ne_u64 vcc, s[104:105], v[2:3]
6355 // W64: encoding: [0x68,0x04,0xba,0x7c]
6356 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6358 v_cmp_ne_u64 vcc, vcc, v[2:3]
6359 // W64: encoding: [0x6a,0x04,0xba,0x7c]
6360 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6362 v_cmp_ne_u64 vcc, ttmp[14:15], v[2:3]
6363 // W64: encoding: [0x7a,0x04,0xba,0x7c]
6364 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6366 v_cmp_ne_u64 vcc, exec, v[2:3]
6367 // W64: encoding: [0x7e,0x04,0xba,0x7c]
6368 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6370 v_cmp_ne_u64 vcc, null, v[2:3]
6371 // W64: encoding: [0x7c,0x04,0xba,0x7c]
6372 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6374 v_cmp_ne_u64 vcc, -1, v[2:3]
6375 // W64: encoding: [0xc1,0x04,0xba,0x7c]
6376 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6378 v_cmp_ne_u64 vcc, 0.5, v[2:3]
6379 // W64: encoding: [0xf0,0x04,0xba,0x7c]
6380 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6382 v_cmp_ne_u64 vcc, src_scc, v[2:3]
6383 // W64: encoding: [0xfd,0x04,0xba,0x7c]
6384 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6386 v_cmp_ne_u64 vcc, 0xaf123456, v[254:255]
6387 // W64: encoding: [0xff,0xfc,0xbb,0x7c,0x56,0x34,0x12,0xaf]
6388 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6390 v_cmp_neq_f16 vcc_lo, v1, v2
6391 // W32: encoding: [0x01,0x05,0x1a,0x7c]
6392 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6394 v_cmp_neq_f16 vcc_lo, v127, v2
6395 // W32: encoding: [0x7f,0x05,0x1a,0x7c]
6396 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6398 v_cmp_neq_f16 vcc_lo, s1, v2
6399 // W32: encoding: [0x01,0x04,0x1a,0x7c]
6400 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6402 v_cmp_neq_f16 vcc_lo, s105, v2
6403 // W32: encoding: [0x69,0x04,0x1a,0x7c]
6404 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6406 v_cmp_neq_f16 vcc_lo, vcc_lo, v2
6407 // W32: encoding: [0x6a,0x04,0x1a,0x7c]
6408 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6410 v_cmp_neq_f16 vcc_lo, vcc_hi, v2
6411 // W32: encoding: [0x6b,0x04,0x1a,0x7c]
6412 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6414 v_cmp_neq_f16 vcc_lo, ttmp15, v2
6415 // W32: encoding: [0x7b,0x04,0x1a,0x7c]
6416 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6418 v_cmp_neq_f16 vcc_lo, m0, v2
6419 // W32: encoding: [0x7d,0x04,0x1a,0x7c]
6420 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6422 v_cmp_neq_f16 vcc_lo, exec_lo, v2
6423 // W32: encoding: [0x7e,0x04,0x1a,0x7c]
6424 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6426 v_cmp_neq_f16 vcc_lo, exec_hi, v2
6427 // W32: encoding: [0x7f,0x04,0x1a,0x7c]
6428 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6430 v_cmp_neq_f16 vcc_lo, null, v2
6431 // W32: encoding: [0x7c,0x04,0x1a,0x7c]
6432 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6434 v_cmp_neq_f16 vcc_lo, -1, v2
6435 // W32: encoding: [0xc1,0x04,0x1a,0x7c]
6436 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6438 v_cmp_neq_f16 vcc_lo, 0.5, v2
6439 // W32: encoding: [0xf0,0x04,0x1a,0x7c]
6440 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6442 v_cmp_neq_f16 vcc_lo, src_scc, v2
6443 // W32: encoding: [0xfd,0x04,0x1a,0x7c]
6444 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6446 v_cmp_neq_f16 vcc_lo, 0xfe0b, v127
6447 // W32: encoding: [0xff,0xfe,0x1a,0x7c,0x0b,0xfe,0x00,0x00]
6448 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6450 v_cmp_neq_f16 vcc, v1, v2
6451 // W64: encoding: [0x01,0x05,0x1a,0x7c]
6452 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6454 v_cmp_neq_f16 vcc, v127, v2
6455 // W64: encoding: [0x7f,0x05,0x1a,0x7c]
6456 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6458 v_cmp_neq_f16 vcc, s1, v2
6459 // W64: encoding: [0x01,0x04,0x1a,0x7c]
6460 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6462 v_cmp_neq_f16 vcc, s105, v2
6463 // W64: encoding: [0x69,0x04,0x1a,0x7c]
6464 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6466 v_cmp_neq_f16 vcc, vcc_lo, v2
6467 // W64: encoding: [0x6a,0x04,0x1a,0x7c]
6468 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6470 v_cmp_neq_f16 vcc, vcc_hi, v2
6471 // W64: encoding: [0x6b,0x04,0x1a,0x7c]
6472 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6474 v_cmp_neq_f16 vcc, ttmp15, v2
6475 // W64: encoding: [0x7b,0x04,0x1a,0x7c]
6476 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6478 v_cmp_neq_f16 vcc, m0, v2
6479 // W64: encoding: [0x7d,0x04,0x1a,0x7c]
6480 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6482 v_cmp_neq_f16 vcc, exec_lo, v2
6483 // W64: encoding: [0x7e,0x04,0x1a,0x7c]
6484 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6486 v_cmp_neq_f16 vcc, exec_hi, v2
6487 // W64: encoding: [0x7f,0x04,0x1a,0x7c]
6488 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6490 v_cmp_neq_f16 vcc, null, v2
6491 // W64: encoding: [0x7c,0x04,0x1a,0x7c]
6492 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6494 v_cmp_neq_f16 vcc, -1, v2
6495 // W64: encoding: [0xc1,0x04,0x1a,0x7c]
6496 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6498 v_cmp_neq_f16 vcc, 0.5, v2
6499 // W64: encoding: [0xf0,0x04,0x1a,0x7c]
6500 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6502 v_cmp_neq_f16 vcc, src_scc, v2
6503 // W64: encoding: [0xfd,0x04,0x1a,0x7c]
6504 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6506 v_cmp_neq_f16 vcc, 0xfe0b, v127
6507 // W64: encoding: [0xff,0xfe,0x1a,0x7c,0x0b,0xfe,0x00,0x00]
6508 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6510 v_cmp_neq_f32 vcc_lo, v1, v2
6511 // W32: encoding: [0x01,0x05,0x3a,0x7c]
6512 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6514 v_cmp_neq_f32 vcc_lo, v255, v2
6515 // W32: encoding: [0xff,0x05,0x3a,0x7c]
6516 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6518 v_cmp_neq_f32 vcc_lo, s1, v2
6519 // W32: encoding: [0x01,0x04,0x3a,0x7c]
6520 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6522 v_cmp_neq_f32 vcc_lo, s105, v2
6523 // W32: encoding: [0x69,0x04,0x3a,0x7c]
6524 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6526 v_cmp_neq_f32 vcc_lo, vcc_lo, v2
6527 // W32: encoding: [0x6a,0x04,0x3a,0x7c]
6528 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6530 v_cmp_neq_f32 vcc_lo, vcc_hi, v2
6531 // W32: encoding: [0x6b,0x04,0x3a,0x7c]
6532 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6534 v_cmp_neq_f32 vcc_lo, ttmp15, v2
6535 // W32: encoding: [0x7b,0x04,0x3a,0x7c]
6536 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6538 v_cmp_neq_f32 vcc_lo, m0, v2
6539 // W32: encoding: [0x7d,0x04,0x3a,0x7c]
6540 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6542 v_cmp_neq_f32 vcc_lo, exec_lo, v2
6543 // W32: encoding: [0x7e,0x04,0x3a,0x7c]
6544 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6546 v_cmp_neq_f32 vcc_lo, exec_hi, v2
6547 // W32: encoding: [0x7f,0x04,0x3a,0x7c]
6548 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6550 v_cmp_neq_f32 vcc_lo, null, v2
6551 // W32: encoding: [0x7c,0x04,0x3a,0x7c]
6552 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6554 v_cmp_neq_f32 vcc_lo, -1, v2
6555 // W32: encoding: [0xc1,0x04,0x3a,0x7c]
6556 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6558 v_cmp_neq_f32 vcc_lo, 0.5, v2
6559 // W32: encoding: [0xf0,0x04,0x3a,0x7c]
6560 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6562 v_cmp_neq_f32 vcc_lo, src_scc, v2
6563 // W32: encoding: [0xfd,0x04,0x3a,0x7c]
6564 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6566 v_cmp_neq_f32 vcc_lo, 0xaf123456, v255
6567 // W32: encoding: [0xff,0xfe,0x3b,0x7c,0x56,0x34,0x12,0xaf]
6568 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6570 v_cmp_neq_f32 vcc, v1, v2
6571 // W64: encoding: [0x01,0x05,0x3a,0x7c]
6572 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6574 v_cmp_neq_f32 vcc, v255, v2
6575 // W64: encoding: [0xff,0x05,0x3a,0x7c]
6576 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6578 v_cmp_neq_f32 vcc, s1, v2
6579 // W64: encoding: [0x01,0x04,0x3a,0x7c]
6580 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6582 v_cmp_neq_f32 vcc, s105, v2
6583 // W64: encoding: [0x69,0x04,0x3a,0x7c]
6584 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6586 v_cmp_neq_f32 vcc, vcc_lo, v2
6587 // W64: encoding: [0x6a,0x04,0x3a,0x7c]
6588 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6590 v_cmp_neq_f32 vcc, vcc_hi, v2
6591 // W64: encoding: [0x6b,0x04,0x3a,0x7c]
6592 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6594 v_cmp_neq_f32 vcc, ttmp15, v2
6595 // W64: encoding: [0x7b,0x04,0x3a,0x7c]
6596 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6598 v_cmp_neq_f32 vcc, m0, v2
6599 // W64: encoding: [0x7d,0x04,0x3a,0x7c]
6600 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6602 v_cmp_neq_f32 vcc, exec_lo, v2
6603 // W64: encoding: [0x7e,0x04,0x3a,0x7c]
6604 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6606 v_cmp_neq_f32 vcc, exec_hi, v2
6607 // W64: encoding: [0x7f,0x04,0x3a,0x7c]
6608 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6610 v_cmp_neq_f32 vcc, null, v2
6611 // W64: encoding: [0x7c,0x04,0x3a,0x7c]
6612 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6614 v_cmp_neq_f32 vcc, -1, v2
6615 // W64: encoding: [0xc1,0x04,0x3a,0x7c]
6616 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6618 v_cmp_neq_f32 vcc, 0.5, v2
6619 // W64: encoding: [0xf0,0x04,0x3a,0x7c]
6620 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6622 v_cmp_neq_f32 vcc, src_scc, v2
6623 // W64: encoding: [0xfd,0x04,0x3a,0x7c]
6624 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6626 v_cmp_neq_f32 vcc, 0xaf123456, v255
6627 // W64: encoding: [0xff,0xfe,0x3b,0x7c,0x56,0x34,0x12,0xaf]
6628 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6630 v_cmp_neq_f64 vcc_lo, v[1:2], v[2:3]
6631 // W32: encoding: [0x01,0x05,0x5a,0x7c]
6632 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6634 v_cmp_neq_f64 vcc_lo, v[254:255], v[2:3]
6635 // W32: encoding: [0xfe,0x05,0x5a,0x7c]
6636 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6638 v_cmp_neq_f64 vcc_lo, s[2:3], v[2:3]
6639 // W32: encoding: [0x02,0x04,0x5a,0x7c]
6640 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6642 v_cmp_neq_f64 vcc_lo, s[104:105], v[2:3]
6643 // W32: encoding: [0x68,0x04,0x5a,0x7c]
6644 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6646 v_cmp_neq_f64 vcc_lo, vcc, v[2:3]
6647 // W32: encoding: [0x6a,0x04,0x5a,0x7c]
6648 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6650 v_cmp_neq_f64 vcc_lo, ttmp[14:15], v[2:3]
6651 // W32: encoding: [0x7a,0x04,0x5a,0x7c]
6652 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6654 v_cmp_neq_f64 vcc_lo, exec, v[2:3]
6655 // W32: encoding: [0x7e,0x04,0x5a,0x7c]
6656 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6658 v_cmp_neq_f64 vcc_lo, null, v[2:3]
6659 // W32: encoding: [0x7c,0x04,0x5a,0x7c]
6660 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6662 v_cmp_neq_f64 vcc_lo, -1, v[2:3]
6663 // W32: encoding: [0xc1,0x04,0x5a,0x7c]
6664 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6666 v_cmp_neq_f64 vcc_lo, 0.5, v[2:3]
6667 // W32: encoding: [0xf0,0x04,0x5a,0x7c]
6668 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6670 v_cmp_neq_f64 vcc_lo, src_scc, v[2:3]
6671 // W32: encoding: [0xfd,0x04,0x5a,0x7c]
6672 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6674 v_cmp_neq_f64 vcc_lo, 0xaf123456, v[254:255]
6675 // W32: encoding: [0xff,0xfc,0x5b,0x7c,0x56,0x34,0x12,0xaf]
6676 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6678 v_cmp_neq_f64 vcc, v[1:2], v[2:3]
6679 // W64: encoding: [0x01,0x05,0x5a,0x7c]
6680 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6682 v_cmp_neq_f64 vcc, v[254:255], v[2:3]
6683 // W64: encoding: [0xfe,0x05,0x5a,0x7c]
6684 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6686 v_cmp_neq_f64 vcc, s[2:3], v[2:3]
6687 // W64: encoding: [0x02,0x04,0x5a,0x7c]
6688 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6690 v_cmp_neq_f64 vcc, s[104:105], v[2:3]
6691 // W64: encoding: [0x68,0x04,0x5a,0x7c]
6692 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6694 v_cmp_neq_f64 vcc, vcc, v[2:3]
6695 // W64: encoding: [0x6a,0x04,0x5a,0x7c]
6696 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6698 v_cmp_neq_f64 vcc, ttmp[14:15], v[2:3]
6699 // W64: encoding: [0x7a,0x04,0x5a,0x7c]
6700 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6702 v_cmp_neq_f64 vcc, exec, v[2:3]
6703 // W64: encoding: [0x7e,0x04,0x5a,0x7c]
6704 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6706 v_cmp_neq_f64 vcc, null, v[2:3]
6707 // W64: encoding: [0x7c,0x04,0x5a,0x7c]
6708 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6710 v_cmp_neq_f64 vcc, -1, v[2:3]
6711 // W64: encoding: [0xc1,0x04,0x5a,0x7c]
6712 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6714 v_cmp_neq_f64 vcc, 0.5, v[2:3]
6715 // W64: encoding: [0xf0,0x04,0x5a,0x7c]
6716 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6718 v_cmp_neq_f64 vcc, src_scc, v[2:3]
6719 // W64: encoding: [0xfd,0x04,0x5a,0x7c]
6720 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6722 v_cmp_neq_f64 vcc, 0xaf123456, v[254:255]
6723 // W64: encoding: [0xff,0xfc,0x5b,0x7c,0x56,0x34,0x12,0xaf]
6724 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6726 v_cmp_nge_f16 vcc_lo, v1, v2
6727 // W32: encoding: [0x01,0x05,0x12,0x7c]
6728 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6730 v_cmp_nge_f16 vcc_lo, v127, v2
6731 // W32: encoding: [0x7f,0x05,0x12,0x7c]
6732 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6734 v_cmp_nge_f16 vcc_lo, s1, v2
6735 // W32: encoding: [0x01,0x04,0x12,0x7c]
6736 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6738 v_cmp_nge_f16 vcc_lo, s105, v2
6739 // W32: encoding: [0x69,0x04,0x12,0x7c]
6740 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6742 v_cmp_nge_f16 vcc_lo, vcc_lo, v2
6743 // W32: encoding: [0x6a,0x04,0x12,0x7c]
6744 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6746 v_cmp_nge_f16 vcc_lo, vcc_hi, v2
6747 // W32: encoding: [0x6b,0x04,0x12,0x7c]
6748 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6750 v_cmp_nge_f16 vcc_lo, ttmp15, v2
6751 // W32: encoding: [0x7b,0x04,0x12,0x7c]
6752 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6754 v_cmp_nge_f16 vcc_lo, m0, v2
6755 // W32: encoding: [0x7d,0x04,0x12,0x7c]
6756 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6758 v_cmp_nge_f16 vcc_lo, exec_lo, v2
6759 // W32: encoding: [0x7e,0x04,0x12,0x7c]
6760 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6762 v_cmp_nge_f16 vcc_lo, exec_hi, v2
6763 // W32: encoding: [0x7f,0x04,0x12,0x7c]
6764 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6766 v_cmp_nge_f16 vcc_lo, null, v2
6767 // W32: encoding: [0x7c,0x04,0x12,0x7c]
6768 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6770 v_cmp_nge_f16 vcc_lo, -1, v2
6771 // W32: encoding: [0xc1,0x04,0x12,0x7c]
6772 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6774 v_cmp_nge_f16 vcc_lo, 0.5, v2
6775 // W32: encoding: [0xf0,0x04,0x12,0x7c]
6776 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6778 v_cmp_nge_f16 vcc_lo, src_scc, v2
6779 // W32: encoding: [0xfd,0x04,0x12,0x7c]
6780 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6782 v_cmp_nge_f16 vcc_lo, 0xfe0b, v127
6783 // W32: encoding: [0xff,0xfe,0x12,0x7c,0x0b,0xfe,0x00,0x00]
6784 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6786 v_cmp_nge_f16 vcc, v1, v2
6787 // W64: encoding: [0x01,0x05,0x12,0x7c]
6788 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6790 v_cmp_nge_f16 vcc, v127, v2
6791 // W64: encoding: [0x7f,0x05,0x12,0x7c]
6792 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6794 v_cmp_nge_f16 vcc, s1, v2
6795 // W64: encoding: [0x01,0x04,0x12,0x7c]
6796 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6798 v_cmp_nge_f16 vcc, s105, v2
6799 // W64: encoding: [0x69,0x04,0x12,0x7c]
6800 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6802 v_cmp_nge_f16 vcc, vcc_lo, v2
6803 // W64: encoding: [0x6a,0x04,0x12,0x7c]
6804 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6806 v_cmp_nge_f16 vcc, vcc_hi, v2
6807 // W64: encoding: [0x6b,0x04,0x12,0x7c]
6808 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6810 v_cmp_nge_f16 vcc, ttmp15, v2
6811 // W64: encoding: [0x7b,0x04,0x12,0x7c]
6812 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6814 v_cmp_nge_f16 vcc, m0, v2
6815 // W64: encoding: [0x7d,0x04,0x12,0x7c]
6816 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6818 v_cmp_nge_f16 vcc, exec_lo, v2
6819 // W64: encoding: [0x7e,0x04,0x12,0x7c]
6820 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6822 v_cmp_nge_f16 vcc, exec_hi, v2
6823 // W64: encoding: [0x7f,0x04,0x12,0x7c]
6824 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6826 v_cmp_nge_f16 vcc, null, v2
6827 // W64: encoding: [0x7c,0x04,0x12,0x7c]
6828 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6830 v_cmp_nge_f16 vcc, -1, v2
6831 // W64: encoding: [0xc1,0x04,0x12,0x7c]
6832 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6834 v_cmp_nge_f16 vcc, 0.5, v2
6835 // W64: encoding: [0xf0,0x04,0x12,0x7c]
6836 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6838 v_cmp_nge_f16 vcc, src_scc, v2
6839 // W64: encoding: [0xfd,0x04,0x12,0x7c]
6840 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6842 v_cmp_nge_f16 vcc, 0xfe0b, v127
6843 // W64: encoding: [0xff,0xfe,0x12,0x7c,0x0b,0xfe,0x00,0x00]
6844 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6846 v_cmp_nge_f32 vcc_lo, v1, v2
6847 // W32: encoding: [0x01,0x05,0x32,0x7c]
6848 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6850 v_cmp_nge_f32 vcc_lo, v255, v2
6851 // W32: encoding: [0xff,0x05,0x32,0x7c]
6852 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6854 v_cmp_nge_f32 vcc_lo, s1, v2
6855 // W32: encoding: [0x01,0x04,0x32,0x7c]
6856 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6858 v_cmp_nge_f32 vcc_lo, s105, v2
6859 // W32: encoding: [0x69,0x04,0x32,0x7c]
6860 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6862 v_cmp_nge_f32 vcc_lo, vcc_lo, v2
6863 // W32: encoding: [0x6a,0x04,0x32,0x7c]
6864 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6866 v_cmp_nge_f32 vcc_lo, vcc_hi, v2
6867 // W32: encoding: [0x6b,0x04,0x32,0x7c]
6868 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6870 v_cmp_nge_f32 vcc_lo, ttmp15, v2
6871 // W32: encoding: [0x7b,0x04,0x32,0x7c]
6872 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6874 v_cmp_nge_f32 vcc_lo, m0, v2
6875 // W32: encoding: [0x7d,0x04,0x32,0x7c]
6876 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6878 v_cmp_nge_f32 vcc_lo, exec_lo, v2
6879 // W32: encoding: [0x7e,0x04,0x32,0x7c]
6880 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6882 v_cmp_nge_f32 vcc_lo, exec_hi, v2
6883 // W32: encoding: [0x7f,0x04,0x32,0x7c]
6884 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6886 v_cmp_nge_f32 vcc_lo, null, v2
6887 // W32: encoding: [0x7c,0x04,0x32,0x7c]
6888 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6890 v_cmp_nge_f32 vcc_lo, -1, v2
6891 // W32: encoding: [0xc1,0x04,0x32,0x7c]
6892 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6894 v_cmp_nge_f32 vcc_lo, 0.5, v2
6895 // W32: encoding: [0xf0,0x04,0x32,0x7c]
6896 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6898 v_cmp_nge_f32 vcc_lo, src_scc, v2
6899 // W32: encoding: [0xfd,0x04,0x32,0x7c]
6900 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6902 v_cmp_nge_f32 vcc_lo, 0xaf123456, v255
6903 // W32: encoding: [0xff,0xfe,0x33,0x7c,0x56,0x34,0x12,0xaf]
6904 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6906 v_cmp_nge_f32 vcc, v1, v2
6907 // W64: encoding: [0x01,0x05,0x32,0x7c]
6908 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6910 v_cmp_nge_f32 vcc, v255, v2
6911 // W64: encoding: [0xff,0x05,0x32,0x7c]
6912 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6914 v_cmp_nge_f32 vcc, s1, v2
6915 // W64: encoding: [0x01,0x04,0x32,0x7c]
6916 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6918 v_cmp_nge_f32 vcc, s105, v2
6919 // W64: encoding: [0x69,0x04,0x32,0x7c]
6920 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6922 v_cmp_nge_f32 vcc, vcc_lo, v2
6923 // W64: encoding: [0x6a,0x04,0x32,0x7c]
6924 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6926 v_cmp_nge_f32 vcc, vcc_hi, v2
6927 // W64: encoding: [0x6b,0x04,0x32,0x7c]
6928 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6930 v_cmp_nge_f32 vcc, ttmp15, v2
6931 // W64: encoding: [0x7b,0x04,0x32,0x7c]
6932 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6934 v_cmp_nge_f32 vcc, m0, v2
6935 // W64: encoding: [0x7d,0x04,0x32,0x7c]
6936 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6938 v_cmp_nge_f32 vcc, exec_lo, v2
6939 // W64: encoding: [0x7e,0x04,0x32,0x7c]
6940 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6942 v_cmp_nge_f32 vcc, exec_hi, v2
6943 // W64: encoding: [0x7f,0x04,0x32,0x7c]
6944 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6946 v_cmp_nge_f32 vcc, null, v2
6947 // W64: encoding: [0x7c,0x04,0x32,0x7c]
6948 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6950 v_cmp_nge_f32 vcc, -1, v2
6951 // W64: encoding: [0xc1,0x04,0x32,0x7c]
6952 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6954 v_cmp_nge_f32 vcc, 0.5, v2
6955 // W64: encoding: [0xf0,0x04,0x32,0x7c]
6956 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6958 v_cmp_nge_f32 vcc, src_scc, v2
6959 // W64: encoding: [0xfd,0x04,0x32,0x7c]
6960 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6962 v_cmp_nge_f32 vcc, 0xaf123456, v255
6963 // W64: encoding: [0xff,0xfe,0x33,0x7c,0x56,0x34,0x12,0xaf]
6964 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6966 v_cmp_nge_f64 vcc_lo, v[1:2], v[2:3]
6967 // W32: encoding: [0x01,0x05,0x52,0x7c]
6968 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6970 v_cmp_nge_f64 vcc_lo, v[254:255], v[2:3]
6971 // W32: encoding: [0xfe,0x05,0x52,0x7c]
6972 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6974 v_cmp_nge_f64 vcc_lo, s[2:3], v[2:3]
6975 // W32: encoding: [0x02,0x04,0x52,0x7c]
6976 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6978 v_cmp_nge_f64 vcc_lo, s[104:105], v[2:3]
6979 // W32: encoding: [0x68,0x04,0x52,0x7c]
6980 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6982 v_cmp_nge_f64 vcc_lo, vcc, v[2:3]
6983 // W32: encoding: [0x6a,0x04,0x52,0x7c]
6984 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6986 v_cmp_nge_f64 vcc_lo, ttmp[14:15], v[2:3]
6987 // W32: encoding: [0x7a,0x04,0x52,0x7c]
6988 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6990 v_cmp_nge_f64 vcc_lo, exec, v[2:3]
6991 // W32: encoding: [0x7e,0x04,0x52,0x7c]
6992 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6994 v_cmp_nge_f64 vcc_lo, null, v[2:3]
6995 // W32: encoding: [0x7c,0x04,0x52,0x7c]
6996 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
6998 v_cmp_nge_f64 vcc_lo, -1, v[2:3]
6999 // W32: encoding: [0xc1,0x04,0x52,0x7c]
7000 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7002 v_cmp_nge_f64 vcc_lo, 0.5, v[2:3]
7003 // W32: encoding: [0xf0,0x04,0x52,0x7c]
7004 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7006 v_cmp_nge_f64 vcc_lo, src_scc, v[2:3]
7007 // W32: encoding: [0xfd,0x04,0x52,0x7c]
7008 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7010 v_cmp_nge_f64 vcc_lo, 0xaf123456, v[254:255]
7011 // W32: encoding: [0xff,0xfc,0x53,0x7c,0x56,0x34,0x12,0xaf]
7012 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7014 v_cmp_nge_f64 vcc, v[1:2], v[2:3]
7015 // W64: encoding: [0x01,0x05,0x52,0x7c]
7016 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7018 v_cmp_nge_f64 vcc, v[254:255], v[2:3]
7019 // W64: encoding: [0xfe,0x05,0x52,0x7c]
7020 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7022 v_cmp_nge_f64 vcc, s[2:3], v[2:3]
7023 // W64: encoding: [0x02,0x04,0x52,0x7c]
7024 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7026 v_cmp_nge_f64 vcc, s[104:105], v[2:3]
7027 // W64: encoding: [0x68,0x04,0x52,0x7c]
7028 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7030 v_cmp_nge_f64 vcc, vcc, v[2:3]
7031 // W64: encoding: [0x6a,0x04,0x52,0x7c]
7032 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7034 v_cmp_nge_f64 vcc, ttmp[14:15], v[2:3]
7035 // W64: encoding: [0x7a,0x04,0x52,0x7c]
7036 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7038 v_cmp_nge_f64 vcc, exec, v[2:3]
7039 // W64: encoding: [0x7e,0x04,0x52,0x7c]
7040 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7042 v_cmp_nge_f64 vcc, null, v[2:3]
7043 // W64: encoding: [0x7c,0x04,0x52,0x7c]
7044 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7046 v_cmp_nge_f64 vcc, -1, v[2:3]
7047 // W64: encoding: [0xc1,0x04,0x52,0x7c]
7048 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7050 v_cmp_nge_f64 vcc, 0.5, v[2:3]
7051 // W64: encoding: [0xf0,0x04,0x52,0x7c]
7052 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7054 v_cmp_nge_f64 vcc, src_scc, v[2:3]
7055 // W64: encoding: [0xfd,0x04,0x52,0x7c]
7056 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7058 v_cmp_nge_f64 vcc, 0xaf123456, v[254:255]
7059 // W64: encoding: [0xff,0xfc,0x53,0x7c,0x56,0x34,0x12,0xaf]
7060 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7062 v_cmp_ngt_f16 vcc_lo, v1, v2
7063 // W32: encoding: [0x01,0x05,0x16,0x7c]
7064 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7066 v_cmp_ngt_f16 vcc_lo, v127, v2
7067 // W32: encoding: [0x7f,0x05,0x16,0x7c]
7068 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7070 v_cmp_ngt_f16 vcc_lo, s1, v2
7071 // W32: encoding: [0x01,0x04,0x16,0x7c]
7072 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7074 v_cmp_ngt_f16 vcc_lo, s105, v2
7075 // W32: encoding: [0x69,0x04,0x16,0x7c]
7076 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7078 v_cmp_ngt_f16 vcc_lo, vcc_lo, v2
7079 // W32: encoding: [0x6a,0x04,0x16,0x7c]
7080 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7082 v_cmp_ngt_f16 vcc_lo, vcc_hi, v2
7083 // W32: encoding: [0x6b,0x04,0x16,0x7c]
7084 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7086 v_cmp_ngt_f16 vcc_lo, ttmp15, v2
7087 // W32: encoding: [0x7b,0x04,0x16,0x7c]
7088 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7090 v_cmp_ngt_f16 vcc_lo, m0, v2
7091 // W32: encoding: [0x7d,0x04,0x16,0x7c]
7092 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7094 v_cmp_ngt_f16 vcc_lo, exec_lo, v2
7095 // W32: encoding: [0x7e,0x04,0x16,0x7c]
7096 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7098 v_cmp_ngt_f16 vcc_lo, exec_hi, v2
7099 // W32: encoding: [0x7f,0x04,0x16,0x7c]
7100 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7102 v_cmp_ngt_f16 vcc_lo, null, v2
7103 // W32: encoding: [0x7c,0x04,0x16,0x7c]
7104 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7106 v_cmp_ngt_f16 vcc_lo, -1, v2
7107 // W32: encoding: [0xc1,0x04,0x16,0x7c]
7108 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7110 v_cmp_ngt_f16 vcc_lo, 0.5, v2
7111 // W32: encoding: [0xf0,0x04,0x16,0x7c]
7112 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7114 v_cmp_ngt_f16 vcc_lo, src_scc, v2
7115 // W32: encoding: [0xfd,0x04,0x16,0x7c]
7116 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7118 v_cmp_ngt_f16 vcc_lo, 0xfe0b, v127
7119 // W32: encoding: [0xff,0xfe,0x16,0x7c,0x0b,0xfe,0x00,0x00]
7120 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7122 v_cmp_ngt_f16 vcc, v1, v2
7123 // W64: encoding: [0x01,0x05,0x16,0x7c]
7124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7126 v_cmp_ngt_f16 vcc, v127, v2
7127 // W64: encoding: [0x7f,0x05,0x16,0x7c]
7128 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7130 v_cmp_ngt_f16 vcc, s1, v2
7131 // W64: encoding: [0x01,0x04,0x16,0x7c]
7132 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7134 v_cmp_ngt_f16 vcc, s105, v2
7135 // W64: encoding: [0x69,0x04,0x16,0x7c]
7136 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7138 v_cmp_ngt_f16 vcc, vcc_lo, v2
7139 // W64: encoding: [0x6a,0x04,0x16,0x7c]
7140 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7142 v_cmp_ngt_f16 vcc, vcc_hi, v2
7143 // W64: encoding: [0x6b,0x04,0x16,0x7c]
7144 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7146 v_cmp_ngt_f16 vcc, ttmp15, v2
7147 // W64: encoding: [0x7b,0x04,0x16,0x7c]
7148 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7150 v_cmp_ngt_f16 vcc, m0, v2
7151 // W64: encoding: [0x7d,0x04,0x16,0x7c]
7152 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7154 v_cmp_ngt_f16 vcc, exec_lo, v2
7155 // W64: encoding: [0x7e,0x04,0x16,0x7c]
7156 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7158 v_cmp_ngt_f16 vcc, exec_hi, v2
7159 // W64: encoding: [0x7f,0x04,0x16,0x7c]
7160 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7162 v_cmp_ngt_f16 vcc, null, v2
7163 // W64: encoding: [0x7c,0x04,0x16,0x7c]
7164 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7166 v_cmp_ngt_f16 vcc, -1, v2
7167 // W64: encoding: [0xc1,0x04,0x16,0x7c]
7168 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7170 v_cmp_ngt_f16 vcc, 0.5, v2
7171 // W64: encoding: [0xf0,0x04,0x16,0x7c]
7172 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7174 v_cmp_ngt_f16 vcc, src_scc, v2
7175 // W64: encoding: [0xfd,0x04,0x16,0x7c]
7176 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7178 v_cmp_ngt_f16 vcc, 0xfe0b, v127
7179 // W64: encoding: [0xff,0xfe,0x16,0x7c,0x0b,0xfe,0x00,0x00]
7180 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7182 v_cmp_ngt_f32 vcc_lo, v1, v2
7183 // W32: encoding: [0x01,0x05,0x36,0x7c]
7184 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7186 v_cmp_ngt_f32 vcc_lo, v255, v2
7187 // W32: encoding: [0xff,0x05,0x36,0x7c]
7188 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7190 v_cmp_ngt_f32 vcc_lo, s1, v2
7191 // W32: encoding: [0x01,0x04,0x36,0x7c]
7192 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7194 v_cmp_ngt_f32 vcc_lo, s105, v2
7195 // W32: encoding: [0x69,0x04,0x36,0x7c]
7196 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7198 v_cmp_ngt_f32 vcc_lo, vcc_lo, v2
7199 // W32: encoding: [0x6a,0x04,0x36,0x7c]
7200 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7202 v_cmp_ngt_f32 vcc_lo, vcc_hi, v2
7203 // W32: encoding: [0x6b,0x04,0x36,0x7c]
7204 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7206 v_cmp_ngt_f32 vcc_lo, ttmp15, v2
7207 // W32: encoding: [0x7b,0x04,0x36,0x7c]
7208 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7210 v_cmp_ngt_f32 vcc_lo, m0, v2
7211 // W32: encoding: [0x7d,0x04,0x36,0x7c]
7212 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7214 v_cmp_ngt_f32 vcc_lo, exec_lo, v2
7215 // W32: encoding: [0x7e,0x04,0x36,0x7c]
7216 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7218 v_cmp_ngt_f32 vcc_lo, exec_hi, v2
7219 // W32: encoding: [0x7f,0x04,0x36,0x7c]
7220 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7222 v_cmp_ngt_f32 vcc_lo, null, v2
7223 // W32: encoding: [0x7c,0x04,0x36,0x7c]
7224 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7226 v_cmp_ngt_f32 vcc_lo, -1, v2
7227 // W32: encoding: [0xc1,0x04,0x36,0x7c]
7228 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7230 v_cmp_ngt_f32 vcc_lo, 0.5, v2
7231 // W32: encoding: [0xf0,0x04,0x36,0x7c]
7232 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7234 v_cmp_ngt_f32 vcc_lo, src_scc, v2
7235 // W32: encoding: [0xfd,0x04,0x36,0x7c]
7236 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7238 v_cmp_ngt_f32 vcc_lo, 0xaf123456, v255
7239 // W32: encoding: [0xff,0xfe,0x37,0x7c,0x56,0x34,0x12,0xaf]
7240 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7242 v_cmp_ngt_f32 vcc, v1, v2
7243 // W64: encoding: [0x01,0x05,0x36,0x7c]
7244 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7246 v_cmp_ngt_f32 vcc, v255, v2
7247 // W64: encoding: [0xff,0x05,0x36,0x7c]
7248 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7250 v_cmp_ngt_f32 vcc, s1, v2
7251 // W64: encoding: [0x01,0x04,0x36,0x7c]
7252 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7254 v_cmp_ngt_f32 vcc, s105, v2
7255 // W64: encoding: [0x69,0x04,0x36,0x7c]
7256 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7258 v_cmp_ngt_f32 vcc, vcc_lo, v2
7259 // W64: encoding: [0x6a,0x04,0x36,0x7c]
7260 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7262 v_cmp_ngt_f32 vcc, vcc_hi, v2
7263 // W64: encoding: [0x6b,0x04,0x36,0x7c]
7264 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7266 v_cmp_ngt_f32 vcc, ttmp15, v2
7267 // W64: encoding: [0x7b,0x04,0x36,0x7c]
7268 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7270 v_cmp_ngt_f32 vcc, m0, v2
7271 // W64: encoding: [0x7d,0x04,0x36,0x7c]
7272 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7274 v_cmp_ngt_f32 vcc, exec_lo, v2
7275 // W64: encoding: [0x7e,0x04,0x36,0x7c]
7276 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7278 v_cmp_ngt_f32 vcc, exec_hi, v2
7279 // W64: encoding: [0x7f,0x04,0x36,0x7c]
7280 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7282 v_cmp_ngt_f32 vcc, null, v2
7283 // W64: encoding: [0x7c,0x04,0x36,0x7c]
7284 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7286 v_cmp_ngt_f32 vcc, -1, v2
7287 // W64: encoding: [0xc1,0x04,0x36,0x7c]
7288 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7290 v_cmp_ngt_f32 vcc, 0.5, v2
7291 // W64: encoding: [0xf0,0x04,0x36,0x7c]
7292 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7294 v_cmp_ngt_f32 vcc, src_scc, v2
7295 // W64: encoding: [0xfd,0x04,0x36,0x7c]
7296 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7298 v_cmp_ngt_f32 vcc, 0xaf123456, v255
7299 // W64: encoding: [0xff,0xfe,0x37,0x7c,0x56,0x34,0x12,0xaf]
7300 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7302 v_cmp_ngt_f64 vcc_lo, v[1:2], v[2:3]
7303 // W32: encoding: [0x01,0x05,0x56,0x7c]
7304 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7306 v_cmp_ngt_f64 vcc_lo, v[254:255], v[2:3]
7307 // W32: encoding: [0xfe,0x05,0x56,0x7c]
7308 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7310 v_cmp_ngt_f64 vcc_lo, s[2:3], v[2:3]
7311 // W32: encoding: [0x02,0x04,0x56,0x7c]
7312 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7314 v_cmp_ngt_f64 vcc_lo, s[104:105], v[2:3]
7315 // W32: encoding: [0x68,0x04,0x56,0x7c]
7316 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7318 v_cmp_ngt_f64 vcc_lo, vcc, v[2:3]
7319 // W32: encoding: [0x6a,0x04,0x56,0x7c]
7320 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7322 v_cmp_ngt_f64 vcc_lo, ttmp[14:15], v[2:3]
7323 // W32: encoding: [0x7a,0x04,0x56,0x7c]
7324 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7326 v_cmp_ngt_f64 vcc_lo, exec, v[2:3]
7327 // W32: encoding: [0x7e,0x04,0x56,0x7c]
7328 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7330 v_cmp_ngt_f64 vcc_lo, null, v[2:3]
7331 // W32: encoding: [0x7c,0x04,0x56,0x7c]
7332 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7334 v_cmp_ngt_f64 vcc_lo, -1, v[2:3]
7335 // W32: encoding: [0xc1,0x04,0x56,0x7c]
7336 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7338 v_cmp_ngt_f64 vcc_lo, 0.5, v[2:3]
7339 // W32: encoding: [0xf0,0x04,0x56,0x7c]
7340 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7342 v_cmp_ngt_f64 vcc_lo, src_scc, v[2:3]
7343 // W32: encoding: [0xfd,0x04,0x56,0x7c]
7344 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7346 v_cmp_ngt_f64 vcc_lo, 0xaf123456, v[254:255]
7347 // W32: encoding: [0xff,0xfc,0x57,0x7c,0x56,0x34,0x12,0xaf]
7348 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7350 v_cmp_ngt_f64 vcc, v[1:2], v[2:3]
7351 // W64: encoding: [0x01,0x05,0x56,0x7c]
7352 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7354 v_cmp_ngt_f64 vcc, v[254:255], v[2:3]
7355 // W64: encoding: [0xfe,0x05,0x56,0x7c]
7356 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7358 v_cmp_ngt_f64 vcc, s[2:3], v[2:3]
7359 // W64: encoding: [0x02,0x04,0x56,0x7c]
7360 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7362 v_cmp_ngt_f64 vcc, s[104:105], v[2:3]
7363 // W64: encoding: [0x68,0x04,0x56,0x7c]
7364 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7366 v_cmp_ngt_f64 vcc, vcc, v[2:3]
7367 // W64: encoding: [0x6a,0x04,0x56,0x7c]
7368 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7370 v_cmp_ngt_f64 vcc, ttmp[14:15], v[2:3]
7371 // W64: encoding: [0x7a,0x04,0x56,0x7c]
7372 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7374 v_cmp_ngt_f64 vcc, exec, v[2:3]
7375 // W64: encoding: [0x7e,0x04,0x56,0x7c]
7376 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7378 v_cmp_ngt_f64 vcc, null, v[2:3]
7379 // W64: encoding: [0x7c,0x04,0x56,0x7c]
7380 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7382 v_cmp_ngt_f64 vcc, -1, v[2:3]
7383 // W64: encoding: [0xc1,0x04,0x56,0x7c]
7384 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7386 v_cmp_ngt_f64 vcc, 0.5, v[2:3]
7387 // W64: encoding: [0xf0,0x04,0x56,0x7c]
7388 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7390 v_cmp_ngt_f64 vcc, src_scc, v[2:3]
7391 // W64: encoding: [0xfd,0x04,0x56,0x7c]
7392 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7394 v_cmp_ngt_f64 vcc, 0xaf123456, v[254:255]
7395 // W64: encoding: [0xff,0xfc,0x57,0x7c,0x56,0x34,0x12,0xaf]
7396 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7398 v_cmp_nle_f16 vcc_lo, v1, v2
7399 // W32: encoding: [0x01,0x05,0x18,0x7c]
7400 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7402 v_cmp_nle_f16 vcc_lo, v127, v2
7403 // W32: encoding: [0x7f,0x05,0x18,0x7c]
7404 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7406 v_cmp_nle_f16 vcc_lo, s1, v2
7407 // W32: encoding: [0x01,0x04,0x18,0x7c]
7408 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7410 v_cmp_nle_f16 vcc_lo, s105, v2
7411 // W32: encoding: [0x69,0x04,0x18,0x7c]
7412 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7414 v_cmp_nle_f16 vcc_lo, vcc_lo, v2
7415 // W32: encoding: [0x6a,0x04,0x18,0x7c]
7416 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7418 v_cmp_nle_f16 vcc_lo, vcc_hi, v2
7419 // W32: encoding: [0x6b,0x04,0x18,0x7c]
7420 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7422 v_cmp_nle_f16 vcc_lo, ttmp15, v2
7423 // W32: encoding: [0x7b,0x04,0x18,0x7c]
7424 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7426 v_cmp_nle_f16 vcc_lo, m0, v2
7427 // W32: encoding: [0x7d,0x04,0x18,0x7c]
7428 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7430 v_cmp_nle_f16 vcc_lo, exec_lo, v2
7431 // W32: encoding: [0x7e,0x04,0x18,0x7c]
7432 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7434 v_cmp_nle_f16 vcc_lo, exec_hi, v2
7435 // W32: encoding: [0x7f,0x04,0x18,0x7c]
7436 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7438 v_cmp_nle_f16 vcc_lo, null, v2
7439 // W32: encoding: [0x7c,0x04,0x18,0x7c]
7440 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7442 v_cmp_nle_f16 vcc_lo, -1, v2
7443 // W32: encoding: [0xc1,0x04,0x18,0x7c]
7444 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7446 v_cmp_nle_f16 vcc_lo, 0.5, v2
7447 // W32: encoding: [0xf0,0x04,0x18,0x7c]
7448 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7450 v_cmp_nle_f16 vcc_lo, src_scc, v2
7451 // W32: encoding: [0xfd,0x04,0x18,0x7c]
7452 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7454 v_cmp_nle_f16 vcc_lo, 0xfe0b, v127
7455 // W32: encoding: [0xff,0xfe,0x18,0x7c,0x0b,0xfe,0x00,0x00]
7456 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7458 v_cmp_nle_f16 vcc, v1, v2
7459 // W64: encoding: [0x01,0x05,0x18,0x7c]
7460 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7462 v_cmp_nle_f16 vcc, v127, v2
7463 // W64: encoding: [0x7f,0x05,0x18,0x7c]
7464 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7466 v_cmp_nle_f16 vcc, s1, v2
7467 // W64: encoding: [0x01,0x04,0x18,0x7c]
7468 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7470 v_cmp_nle_f16 vcc, s105, v2
7471 // W64: encoding: [0x69,0x04,0x18,0x7c]
7472 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7474 v_cmp_nle_f16 vcc, vcc_lo, v2
7475 // W64: encoding: [0x6a,0x04,0x18,0x7c]
7476 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7478 v_cmp_nle_f16 vcc, vcc_hi, v2
7479 // W64: encoding: [0x6b,0x04,0x18,0x7c]
7480 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7482 v_cmp_nle_f16 vcc, ttmp15, v2
7483 // W64: encoding: [0x7b,0x04,0x18,0x7c]
7484 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7486 v_cmp_nle_f16 vcc, m0, v2
7487 // W64: encoding: [0x7d,0x04,0x18,0x7c]
7488 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7490 v_cmp_nle_f16 vcc, exec_lo, v2
7491 // W64: encoding: [0x7e,0x04,0x18,0x7c]
7492 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7494 v_cmp_nle_f16 vcc, exec_hi, v2
7495 // W64: encoding: [0x7f,0x04,0x18,0x7c]
7496 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7498 v_cmp_nle_f16 vcc, null, v2
7499 // W64: encoding: [0x7c,0x04,0x18,0x7c]
7500 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7502 v_cmp_nle_f16 vcc, -1, v2
7503 // W64: encoding: [0xc1,0x04,0x18,0x7c]
7504 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7506 v_cmp_nle_f16 vcc, 0.5, v2
7507 // W64: encoding: [0xf0,0x04,0x18,0x7c]
7508 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7510 v_cmp_nle_f16 vcc, src_scc, v2
7511 // W64: encoding: [0xfd,0x04,0x18,0x7c]
7512 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7514 v_cmp_nle_f16 vcc, 0xfe0b, v127
7515 // W64: encoding: [0xff,0xfe,0x18,0x7c,0x0b,0xfe,0x00,0x00]
7516 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7518 v_cmp_nle_f32 vcc_lo, v1, v2
7519 // W32: encoding: [0x01,0x05,0x38,0x7c]
7520 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7522 v_cmp_nle_f32 vcc_lo, v255, v2
7523 // W32: encoding: [0xff,0x05,0x38,0x7c]
7524 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7526 v_cmp_nle_f32 vcc_lo, s1, v2
7527 // W32: encoding: [0x01,0x04,0x38,0x7c]
7528 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7530 v_cmp_nle_f32 vcc_lo, s105, v2
7531 // W32: encoding: [0x69,0x04,0x38,0x7c]
7532 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7534 v_cmp_nle_f32 vcc_lo, vcc_lo, v2
7535 // W32: encoding: [0x6a,0x04,0x38,0x7c]
7536 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7538 v_cmp_nle_f32 vcc_lo, vcc_hi, v2
7539 // W32: encoding: [0x6b,0x04,0x38,0x7c]
7540 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7542 v_cmp_nle_f32 vcc_lo, ttmp15, v2
7543 // W32: encoding: [0x7b,0x04,0x38,0x7c]
7544 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7546 v_cmp_nle_f32 vcc_lo, m0, v2
7547 // W32: encoding: [0x7d,0x04,0x38,0x7c]
7548 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7550 v_cmp_nle_f32 vcc_lo, exec_lo, v2
7551 // W32: encoding: [0x7e,0x04,0x38,0x7c]
7552 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7554 v_cmp_nle_f32 vcc_lo, exec_hi, v2
7555 // W32: encoding: [0x7f,0x04,0x38,0x7c]
7556 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7558 v_cmp_nle_f32 vcc_lo, null, v2
7559 // W32: encoding: [0x7c,0x04,0x38,0x7c]
7560 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7562 v_cmp_nle_f32 vcc_lo, -1, v2
7563 // W32: encoding: [0xc1,0x04,0x38,0x7c]
7564 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7566 v_cmp_nle_f32 vcc_lo, 0.5, v2
7567 // W32: encoding: [0xf0,0x04,0x38,0x7c]
7568 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7570 v_cmp_nle_f32 vcc_lo, src_scc, v2
7571 // W32: encoding: [0xfd,0x04,0x38,0x7c]
7572 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7574 v_cmp_nle_f32 vcc_lo, 0xaf123456, v255
7575 // W32: encoding: [0xff,0xfe,0x39,0x7c,0x56,0x34,0x12,0xaf]
7576 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7578 v_cmp_nle_f32 vcc, v1, v2
7579 // W64: encoding: [0x01,0x05,0x38,0x7c]
7580 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7582 v_cmp_nle_f32 vcc, v255, v2
7583 // W64: encoding: [0xff,0x05,0x38,0x7c]
7584 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7586 v_cmp_nle_f32 vcc, s1, v2
7587 // W64: encoding: [0x01,0x04,0x38,0x7c]
7588 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7590 v_cmp_nle_f32 vcc, s105, v2
7591 // W64: encoding: [0x69,0x04,0x38,0x7c]
7592 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7594 v_cmp_nle_f32 vcc, vcc_lo, v2
7595 // W64: encoding: [0x6a,0x04,0x38,0x7c]
7596 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7598 v_cmp_nle_f32 vcc, vcc_hi, v2
7599 // W64: encoding: [0x6b,0x04,0x38,0x7c]
7600 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7602 v_cmp_nle_f32 vcc, ttmp15, v2
7603 // W64: encoding: [0x7b,0x04,0x38,0x7c]
7604 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7606 v_cmp_nle_f32 vcc, m0, v2
7607 // W64: encoding: [0x7d,0x04,0x38,0x7c]
7608 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7610 v_cmp_nle_f32 vcc, exec_lo, v2
7611 // W64: encoding: [0x7e,0x04,0x38,0x7c]
7612 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7614 v_cmp_nle_f32 vcc, exec_hi, v2
7615 // W64: encoding: [0x7f,0x04,0x38,0x7c]
7616 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7618 v_cmp_nle_f32 vcc, null, v2
7619 // W64: encoding: [0x7c,0x04,0x38,0x7c]
7620 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7622 v_cmp_nle_f32 vcc, -1, v2
7623 // W64: encoding: [0xc1,0x04,0x38,0x7c]
7624 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7626 v_cmp_nle_f32 vcc, 0.5, v2
7627 // W64: encoding: [0xf0,0x04,0x38,0x7c]
7628 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7630 v_cmp_nle_f32 vcc, src_scc, v2
7631 // W64: encoding: [0xfd,0x04,0x38,0x7c]
7632 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7634 v_cmp_nle_f32 vcc, 0xaf123456, v255
7635 // W64: encoding: [0xff,0xfe,0x39,0x7c,0x56,0x34,0x12,0xaf]
7636 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7638 v_cmp_nle_f64 vcc_lo, v[1:2], v[2:3]
7639 // W32: encoding: [0x01,0x05,0x58,0x7c]
7640 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7642 v_cmp_nle_f64 vcc_lo, v[254:255], v[2:3]
7643 // W32: encoding: [0xfe,0x05,0x58,0x7c]
7644 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7646 v_cmp_nle_f64 vcc_lo, s[2:3], v[2:3]
7647 // W32: encoding: [0x02,0x04,0x58,0x7c]
7648 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7650 v_cmp_nle_f64 vcc_lo, s[104:105], v[2:3]
7651 // W32: encoding: [0x68,0x04,0x58,0x7c]
7652 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7654 v_cmp_nle_f64 vcc_lo, vcc, v[2:3]
7655 // W32: encoding: [0x6a,0x04,0x58,0x7c]
7656 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7658 v_cmp_nle_f64 vcc_lo, ttmp[14:15], v[2:3]
7659 // W32: encoding: [0x7a,0x04,0x58,0x7c]
7660 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7662 v_cmp_nle_f64 vcc_lo, exec, v[2:3]
7663 // W32: encoding: [0x7e,0x04,0x58,0x7c]
7664 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7666 v_cmp_nle_f64 vcc_lo, null, v[2:3]
7667 // W32: encoding: [0x7c,0x04,0x58,0x7c]
7668 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7670 v_cmp_nle_f64 vcc_lo, -1, v[2:3]
7671 // W32: encoding: [0xc1,0x04,0x58,0x7c]
7672 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7674 v_cmp_nle_f64 vcc_lo, 0.5, v[2:3]
7675 // W32: encoding: [0xf0,0x04,0x58,0x7c]
7676 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7678 v_cmp_nle_f64 vcc_lo, src_scc, v[2:3]
7679 // W32: encoding: [0xfd,0x04,0x58,0x7c]
7680 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7682 v_cmp_nle_f64 vcc_lo, 0xaf123456, v[254:255]
7683 // W32: encoding: [0xff,0xfc,0x59,0x7c,0x56,0x34,0x12,0xaf]
7684 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7686 v_cmp_nle_f64 vcc, v[1:2], v[2:3]
7687 // W64: encoding: [0x01,0x05,0x58,0x7c]
7688 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7690 v_cmp_nle_f64 vcc, v[254:255], v[2:3]
7691 // W64: encoding: [0xfe,0x05,0x58,0x7c]
7692 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7694 v_cmp_nle_f64 vcc, s[2:3], v[2:3]
7695 // W64: encoding: [0x02,0x04,0x58,0x7c]
7696 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7698 v_cmp_nle_f64 vcc, s[104:105], v[2:3]
7699 // W64: encoding: [0x68,0x04,0x58,0x7c]
7700 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7702 v_cmp_nle_f64 vcc, vcc, v[2:3]
7703 // W64: encoding: [0x6a,0x04,0x58,0x7c]
7704 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7706 v_cmp_nle_f64 vcc, ttmp[14:15], v[2:3]
7707 // W64: encoding: [0x7a,0x04,0x58,0x7c]
7708 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7710 v_cmp_nle_f64 vcc, exec, v[2:3]
7711 // W64: encoding: [0x7e,0x04,0x58,0x7c]
7712 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7714 v_cmp_nle_f64 vcc, null, v[2:3]
7715 // W64: encoding: [0x7c,0x04,0x58,0x7c]
7716 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7718 v_cmp_nle_f64 vcc, -1, v[2:3]
7719 // W64: encoding: [0xc1,0x04,0x58,0x7c]
7720 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7722 v_cmp_nle_f64 vcc, 0.5, v[2:3]
7723 // W64: encoding: [0xf0,0x04,0x58,0x7c]
7724 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7726 v_cmp_nle_f64 vcc, src_scc, v[2:3]
7727 // W64: encoding: [0xfd,0x04,0x58,0x7c]
7728 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7730 v_cmp_nle_f64 vcc, 0xaf123456, v[254:255]
7731 // W64: encoding: [0xff,0xfc,0x59,0x7c,0x56,0x34,0x12,0xaf]
7732 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7734 v_cmp_nlg_f16 vcc_lo, v1, v2
7735 // W32: encoding: [0x01,0x05,0x14,0x7c]
7736 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7738 v_cmp_nlg_f16 vcc_lo, v127, v2
7739 // W32: encoding: [0x7f,0x05,0x14,0x7c]
7740 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7742 v_cmp_nlg_f16 vcc_lo, s1, v2
7743 // W32: encoding: [0x01,0x04,0x14,0x7c]
7744 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7746 v_cmp_nlg_f16 vcc_lo, s105, v2
7747 // W32: encoding: [0x69,0x04,0x14,0x7c]
7748 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7750 v_cmp_nlg_f16 vcc_lo, vcc_lo, v2
7751 // W32: encoding: [0x6a,0x04,0x14,0x7c]
7752 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7754 v_cmp_nlg_f16 vcc_lo, vcc_hi, v2
7755 // W32: encoding: [0x6b,0x04,0x14,0x7c]
7756 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7758 v_cmp_nlg_f16 vcc_lo, ttmp15, v2
7759 // W32: encoding: [0x7b,0x04,0x14,0x7c]
7760 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7762 v_cmp_nlg_f16 vcc_lo, m0, v2
7763 // W32: encoding: [0x7d,0x04,0x14,0x7c]
7764 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7766 v_cmp_nlg_f16 vcc_lo, exec_lo, v2
7767 // W32: encoding: [0x7e,0x04,0x14,0x7c]
7768 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7770 v_cmp_nlg_f16 vcc_lo, exec_hi, v2
7771 // W32: encoding: [0x7f,0x04,0x14,0x7c]
7772 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7774 v_cmp_nlg_f16 vcc_lo, null, v2
7775 // W32: encoding: [0x7c,0x04,0x14,0x7c]
7776 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7778 v_cmp_nlg_f16 vcc_lo, -1, v2
7779 // W32: encoding: [0xc1,0x04,0x14,0x7c]
7780 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7782 v_cmp_nlg_f16 vcc_lo, 0.5, v2
7783 // W32: encoding: [0xf0,0x04,0x14,0x7c]
7784 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7786 v_cmp_nlg_f16 vcc_lo, src_scc, v2
7787 // W32: encoding: [0xfd,0x04,0x14,0x7c]
7788 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7790 v_cmp_nlg_f16 vcc_lo, 0xfe0b, v127
7791 // W32: encoding: [0xff,0xfe,0x14,0x7c,0x0b,0xfe,0x00,0x00]
7792 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7794 v_cmp_nlg_f16 vcc, v1, v2
7795 // W64: encoding: [0x01,0x05,0x14,0x7c]
7796 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7798 v_cmp_nlg_f16 vcc, v127, v2
7799 // W64: encoding: [0x7f,0x05,0x14,0x7c]
7800 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7802 v_cmp_nlg_f16 vcc, s1, v2
7803 // W64: encoding: [0x01,0x04,0x14,0x7c]
7804 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7806 v_cmp_nlg_f16 vcc, s105, v2
7807 // W64: encoding: [0x69,0x04,0x14,0x7c]
7808 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7810 v_cmp_nlg_f16 vcc, vcc_lo, v2
7811 // W64: encoding: [0x6a,0x04,0x14,0x7c]
7812 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7814 v_cmp_nlg_f16 vcc, vcc_hi, v2
7815 // W64: encoding: [0x6b,0x04,0x14,0x7c]
7816 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7818 v_cmp_nlg_f16 vcc, ttmp15, v2
7819 // W64: encoding: [0x7b,0x04,0x14,0x7c]
7820 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7822 v_cmp_nlg_f16 vcc, m0, v2
7823 // W64: encoding: [0x7d,0x04,0x14,0x7c]
7824 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7826 v_cmp_nlg_f16 vcc, exec_lo, v2
7827 // W64: encoding: [0x7e,0x04,0x14,0x7c]
7828 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7830 v_cmp_nlg_f16 vcc, exec_hi, v2
7831 // W64: encoding: [0x7f,0x04,0x14,0x7c]
7832 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7834 v_cmp_nlg_f16 vcc, null, v2
7835 // W64: encoding: [0x7c,0x04,0x14,0x7c]
7836 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7838 v_cmp_nlg_f16 vcc, -1, v2
7839 // W64: encoding: [0xc1,0x04,0x14,0x7c]
7840 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7842 v_cmp_nlg_f16 vcc, 0.5, v2
7843 // W64: encoding: [0xf0,0x04,0x14,0x7c]
7844 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7846 v_cmp_nlg_f16 vcc, src_scc, v2
7847 // W64: encoding: [0xfd,0x04,0x14,0x7c]
7848 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7850 v_cmp_nlg_f16 vcc, 0xfe0b, v127
7851 // W64: encoding: [0xff,0xfe,0x14,0x7c,0x0b,0xfe,0x00,0x00]
7852 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7854 v_cmp_nlg_f32 vcc_lo, v1, v2
7855 // W32: encoding: [0x01,0x05,0x34,0x7c]
7856 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7858 v_cmp_nlg_f32 vcc_lo, v255, v2
7859 // W32: encoding: [0xff,0x05,0x34,0x7c]
7860 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7862 v_cmp_nlg_f32 vcc_lo, s1, v2
7863 // W32: encoding: [0x01,0x04,0x34,0x7c]
7864 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7866 v_cmp_nlg_f32 vcc_lo, s105, v2
7867 // W32: encoding: [0x69,0x04,0x34,0x7c]
7868 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7870 v_cmp_nlg_f32 vcc_lo, vcc_lo, v2
7871 // W32: encoding: [0x6a,0x04,0x34,0x7c]
7872 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7874 v_cmp_nlg_f32 vcc_lo, vcc_hi, v2
7875 // W32: encoding: [0x6b,0x04,0x34,0x7c]
7876 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7878 v_cmp_nlg_f32 vcc_lo, ttmp15, v2
7879 // W32: encoding: [0x7b,0x04,0x34,0x7c]
7880 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7882 v_cmp_nlg_f32 vcc_lo, m0, v2
7883 // W32: encoding: [0x7d,0x04,0x34,0x7c]
7884 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7886 v_cmp_nlg_f32 vcc_lo, exec_lo, v2
7887 // W32: encoding: [0x7e,0x04,0x34,0x7c]
7888 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7890 v_cmp_nlg_f32 vcc_lo, exec_hi, v2
7891 // W32: encoding: [0x7f,0x04,0x34,0x7c]
7892 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7894 v_cmp_nlg_f32 vcc_lo, null, v2
7895 // W32: encoding: [0x7c,0x04,0x34,0x7c]
7896 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7898 v_cmp_nlg_f32 vcc_lo, -1, v2
7899 // W32: encoding: [0xc1,0x04,0x34,0x7c]
7900 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7902 v_cmp_nlg_f32 vcc_lo, 0.5, v2
7903 // W32: encoding: [0xf0,0x04,0x34,0x7c]
7904 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7906 v_cmp_nlg_f32 vcc_lo, src_scc, v2
7907 // W32: encoding: [0xfd,0x04,0x34,0x7c]
7908 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7910 v_cmp_nlg_f32 vcc_lo, 0xaf123456, v255
7911 // W32: encoding: [0xff,0xfe,0x35,0x7c,0x56,0x34,0x12,0xaf]
7912 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7914 v_cmp_nlg_f32 vcc, v1, v2
7915 // W64: encoding: [0x01,0x05,0x34,0x7c]
7916 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7918 v_cmp_nlg_f32 vcc, v255, v2
7919 // W64: encoding: [0xff,0x05,0x34,0x7c]
7920 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7922 v_cmp_nlg_f32 vcc, s1, v2
7923 // W64: encoding: [0x01,0x04,0x34,0x7c]
7924 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7926 v_cmp_nlg_f32 vcc, s105, v2
7927 // W64: encoding: [0x69,0x04,0x34,0x7c]
7928 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7930 v_cmp_nlg_f32 vcc, vcc_lo, v2
7931 // W64: encoding: [0x6a,0x04,0x34,0x7c]
7932 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7934 v_cmp_nlg_f32 vcc, vcc_hi, v2
7935 // W64: encoding: [0x6b,0x04,0x34,0x7c]
7936 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7938 v_cmp_nlg_f32 vcc, ttmp15, v2
7939 // W64: encoding: [0x7b,0x04,0x34,0x7c]
7940 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7942 v_cmp_nlg_f32 vcc, m0, v2
7943 // W64: encoding: [0x7d,0x04,0x34,0x7c]
7944 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7946 v_cmp_nlg_f32 vcc, exec_lo, v2
7947 // W64: encoding: [0x7e,0x04,0x34,0x7c]
7948 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7950 v_cmp_nlg_f32 vcc, exec_hi, v2
7951 // W64: encoding: [0x7f,0x04,0x34,0x7c]
7952 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7954 v_cmp_nlg_f32 vcc, null, v2
7955 // W64: encoding: [0x7c,0x04,0x34,0x7c]
7956 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7958 v_cmp_nlg_f32 vcc, -1, v2
7959 // W64: encoding: [0xc1,0x04,0x34,0x7c]
7960 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7962 v_cmp_nlg_f32 vcc, 0.5, v2
7963 // W64: encoding: [0xf0,0x04,0x34,0x7c]
7964 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7966 v_cmp_nlg_f32 vcc, src_scc, v2
7967 // W64: encoding: [0xfd,0x04,0x34,0x7c]
7968 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7970 v_cmp_nlg_f32 vcc, 0xaf123456, v255
7971 // W64: encoding: [0xff,0xfe,0x35,0x7c,0x56,0x34,0x12,0xaf]
7972 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7974 v_cmp_nlg_f64 vcc_lo, v[1:2], v[2:3]
7975 // W32: encoding: [0x01,0x05,0x54,0x7c]
7976 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7978 v_cmp_nlg_f64 vcc_lo, v[254:255], v[2:3]
7979 // W32: encoding: [0xfe,0x05,0x54,0x7c]
7980 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7982 v_cmp_nlg_f64 vcc_lo, s[2:3], v[2:3]
7983 // W32: encoding: [0x02,0x04,0x54,0x7c]
7984 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7986 v_cmp_nlg_f64 vcc_lo, s[104:105], v[2:3]
7987 // W32: encoding: [0x68,0x04,0x54,0x7c]
7988 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7990 v_cmp_nlg_f64 vcc_lo, vcc, v[2:3]
7991 // W32: encoding: [0x6a,0x04,0x54,0x7c]
7992 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7994 v_cmp_nlg_f64 vcc_lo, ttmp[14:15], v[2:3]
7995 // W32: encoding: [0x7a,0x04,0x54,0x7c]
7996 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
7998 v_cmp_nlg_f64 vcc_lo, exec, v[2:3]
7999 // W32: encoding: [0x7e,0x04,0x54,0x7c]
8000 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8002 v_cmp_nlg_f64 vcc_lo, null, v[2:3]
8003 // W32: encoding: [0x7c,0x04,0x54,0x7c]
8004 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8006 v_cmp_nlg_f64 vcc_lo, -1, v[2:3]
8007 // W32: encoding: [0xc1,0x04,0x54,0x7c]
8008 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8010 v_cmp_nlg_f64 vcc_lo, 0.5, v[2:3]
8011 // W32: encoding: [0xf0,0x04,0x54,0x7c]
8012 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8014 v_cmp_nlg_f64 vcc_lo, src_scc, v[2:3]
8015 // W32: encoding: [0xfd,0x04,0x54,0x7c]
8016 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8018 v_cmp_nlg_f64 vcc_lo, 0xaf123456, v[254:255]
8019 // W32: encoding: [0xff,0xfc,0x55,0x7c,0x56,0x34,0x12,0xaf]
8020 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8022 v_cmp_nlg_f64 vcc, v[1:2], v[2:3]
8023 // W64: encoding: [0x01,0x05,0x54,0x7c]
8024 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8026 v_cmp_nlg_f64 vcc, v[254:255], v[2:3]
8027 // W64: encoding: [0xfe,0x05,0x54,0x7c]
8028 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8030 v_cmp_nlg_f64 vcc, s[2:3], v[2:3]
8031 // W64: encoding: [0x02,0x04,0x54,0x7c]
8032 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8034 v_cmp_nlg_f64 vcc, s[104:105], v[2:3]
8035 // W64: encoding: [0x68,0x04,0x54,0x7c]
8036 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8038 v_cmp_nlg_f64 vcc, vcc, v[2:3]
8039 // W64: encoding: [0x6a,0x04,0x54,0x7c]
8040 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8042 v_cmp_nlg_f64 vcc, ttmp[14:15], v[2:3]
8043 // W64: encoding: [0x7a,0x04,0x54,0x7c]
8044 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8046 v_cmp_nlg_f64 vcc, exec, v[2:3]
8047 // W64: encoding: [0x7e,0x04,0x54,0x7c]
8048 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8050 v_cmp_nlg_f64 vcc, null, v[2:3]
8051 // W64: encoding: [0x7c,0x04,0x54,0x7c]
8052 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8054 v_cmp_nlg_f64 vcc, -1, v[2:3]
8055 // W64: encoding: [0xc1,0x04,0x54,0x7c]
8056 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8058 v_cmp_nlg_f64 vcc, 0.5, v[2:3]
8059 // W64: encoding: [0xf0,0x04,0x54,0x7c]
8060 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8062 v_cmp_nlg_f64 vcc, src_scc, v[2:3]
8063 // W64: encoding: [0xfd,0x04,0x54,0x7c]
8064 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8066 v_cmp_nlg_f64 vcc, 0xaf123456, v[254:255]
8067 // W64: encoding: [0xff,0xfc,0x55,0x7c,0x56,0x34,0x12,0xaf]
8068 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8070 v_cmp_nlt_f16 vcc_lo, v1, v2
8071 // W32: encoding: [0x01,0x05,0x1c,0x7c]
8072 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8074 v_cmp_nlt_f16 vcc_lo, v127, v2
8075 // W32: encoding: [0x7f,0x05,0x1c,0x7c]
8076 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8078 v_cmp_nlt_f16 vcc_lo, s1, v2
8079 // W32: encoding: [0x01,0x04,0x1c,0x7c]
8080 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8082 v_cmp_nlt_f16 vcc_lo, s105, v2
8083 // W32: encoding: [0x69,0x04,0x1c,0x7c]
8084 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8086 v_cmp_nlt_f16 vcc_lo, vcc_lo, v2
8087 // W32: encoding: [0x6a,0x04,0x1c,0x7c]
8088 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8090 v_cmp_nlt_f16 vcc_lo, vcc_hi, v2
8091 // W32: encoding: [0x6b,0x04,0x1c,0x7c]
8092 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8094 v_cmp_nlt_f16 vcc_lo, ttmp15, v2
8095 // W32: encoding: [0x7b,0x04,0x1c,0x7c]
8096 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8098 v_cmp_nlt_f16 vcc_lo, m0, v2
8099 // W32: encoding: [0x7d,0x04,0x1c,0x7c]
8100 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8102 v_cmp_nlt_f16 vcc_lo, exec_lo, v2
8103 // W32: encoding: [0x7e,0x04,0x1c,0x7c]
8104 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8106 v_cmp_nlt_f16 vcc_lo, exec_hi, v2
8107 // W32: encoding: [0x7f,0x04,0x1c,0x7c]
8108 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8110 v_cmp_nlt_f16 vcc_lo, null, v2
8111 // W32: encoding: [0x7c,0x04,0x1c,0x7c]
8112 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8114 v_cmp_nlt_f16 vcc_lo, -1, v2
8115 // W32: encoding: [0xc1,0x04,0x1c,0x7c]
8116 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8118 v_cmp_nlt_f16 vcc_lo, 0.5, v2
8119 // W32: encoding: [0xf0,0x04,0x1c,0x7c]
8120 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8122 v_cmp_nlt_f16 vcc_lo, src_scc, v2
8123 // W32: encoding: [0xfd,0x04,0x1c,0x7c]
8124 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8126 v_cmp_nlt_f16 vcc_lo, 0xfe0b, v127
8127 // W32: encoding: [0xff,0xfe,0x1c,0x7c,0x0b,0xfe,0x00,0x00]
8128 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8130 v_cmp_nlt_f16 vcc, v1, v2
8131 // W64: encoding: [0x01,0x05,0x1c,0x7c]
8132 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8134 v_cmp_nlt_f16 vcc, v127, v2
8135 // W64: encoding: [0x7f,0x05,0x1c,0x7c]
8136 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8138 v_cmp_nlt_f16 vcc, s1, v2
8139 // W64: encoding: [0x01,0x04,0x1c,0x7c]
8140 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8142 v_cmp_nlt_f16 vcc, s105, v2
8143 // W64: encoding: [0x69,0x04,0x1c,0x7c]
8144 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8146 v_cmp_nlt_f16 vcc, vcc_lo, v2
8147 // W64: encoding: [0x6a,0x04,0x1c,0x7c]
8148 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8150 v_cmp_nlt_f16 vcc, vcc_hi, v2
8151 // W64: encoding: [0x6b,0x04,0x1c,0x7c]
8152 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8154 v_cmp_nlt_f16 vcc, ttmp15, v2
8155 // W64: encoding: [0x7b,0x04,0x1c,0x7c]
8156 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8158 v_cmp_nlt_f16 vcc, m0, v2
8159 // W64: encoding: [0x7d,0x04,0x1c,0x7c]
8160 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8162 v_cmp_nlt_f16 vcc, exec_lo, v2
8163 // W64: encoding: [0x7e,0x04,0x1c,0x7c]
8164 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8166 v_cmp_nlt_f16 vcc, exec_hi, v2
8167 // W64: encoding: [0x7f,0x04,0x1c,0x7c]
8168 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8170 v_cmp_nlt_f16 vcc, null, v2
8171 // W64: encoding: [0x7c,0x04,0x1c,0x7c]
8172 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8174 v_cmp_nlt_f16 vcc, -1, v2
8175 // W64: encoding: [0xc1,0x04,0x1c,0x7c]
8176 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8178 v_cmp_nlt_f16 vcc, 0.5, v2
8179 // W64: encoding: [0xf0,0x04,0x1c,0x7c]
8180 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8182 v_cmp_nlt_f16 vcc, src_scc, v2
8183 // W64: encoding: [0xfd,0x04,0x1c,0x7c]
8184 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8186 v_cmp_nlt_f16 vcc, 0xfe0b, v127
8187 // W64: encoding: [0xff,0xfe,0x1c,0x7c,0x0b,0xfe,0x00,0x00]
8188 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8190 v_cmp_nlt_f32 vcc_lo, v1, v2
8191 // W32: encoding: [0x01,0x05,0x3c,0x7c]
8192 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8194 v_cmp_nlt_f32 vcc_lo, v255, v2
8195 // W32: encoding: [0xff,0x05,0x3c,0x7c]
8196 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8198 v_cmp_nlt_f32 vcc_lo, s1, v2
8199 // W32: encoding: [0x01,0x04,0x3c,0x7c]
8200 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8202 v_cmp_nlt_f32 vcc_lo, s105, v2
8203 // W32: encoding: [0x69,0x04,0x3c,0x7c]
8204 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8206 v_cmp_nlt_f32 vcc_lo, vcc_lo, v2
8207 // W32: encoding: [0x6a,0x04,0x3c,0x7c]
8208 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8210 v_cmp_nlt_f32 vcc_lo, vcc_hi, v2
8211 // W32: encoding: [0x6b,0x04,0x3c,0x7c]
8212 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8214 v_cmp_nlt_f32 vcc_lo, ttmp15, v2
8215 // W32: encoding: [0x7b,0x04,0x3c,0x7c]
8216 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8218 v_cmp_nlt_f32 vcc_lo, m0, v2
8219 // W32: encoding: [0x7d,0x04,0x3c,0x7c]
8220 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8222 v_cmp_nlt_f32 vcc_lo, exec_lo, v2
8223 // W32: encoding: [0x7e,0x04,0x3c,0x7c]
8224 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8226 v_cmp_nlt_f32 vcc_lo, exec_hi, v2
8227 // W32: encoding: [0x7f,0x04,0x3c,0x7c]
8228 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8230 v_cmp_nlt_f32 vcc_lo, null, v2
8231 // W32: encoding: [0x7c,0x04,0x3c,0x7c]
8232 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8234 v_cmp_nlt_f32 vcc_lo, -1, v2
8235 // W32: encoding: [0xc1,0x04,0x3c,0x7c]
8236 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8238 v_cmp_nlt_f32 vcc_lo, 0.5, v2
8239 // W32: encoding: [0xf0,0x04,0x3c,0x7c]
8240 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8242 v_cmp_nlt_f32 vcc_lo, src_scc, v2
8243 // W32: encoding: [0xfd,0x04,0x3c,0x7c]
8244 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8246 v_cmp_nlt_f32 vcc_lo, 0xaf123456, v255
8247 // W32: encoding: [0xff,0xfe,0x3d,0x7c,0x56,0x34,0x12,0xaf]
8248 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8250 v_cmp_nlt_f32 vcc, v1, v2
8251 // W64: encoding: [0x01,0x05,0x3c,0x7c]
8252 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8254 v_cmp_nlt_f32 vcc, v255, v2
8255 // W64: encoding: [0xff,0x05,0x3c,0x7c]
8256 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8258 v_cmp_nlt_f32 vcc, s1, v2
8259 // W64: encoding: [0x01,0x04,0x3c,0x7c]
8260 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8262 v_cmp_nlt_f32 vcc, s105, v2
8263 // W64: encoding: [0x69,0x04,0x3c,0x7c]
8264 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8266 v_cmp_nlt_f32 vcc, vcc_lo, v2
8267 // W64: encoding: [0x6a,0x04,0x3c,0x7c]
8268 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8270 v_cmp_nlt_f32 vcc, vcc_hi, v2
8271 // W64: encoding: [0x6b,0x04,0x3c,0x7c]
8272 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8274 v_cmp_nlt_f32 vcc, ttmp15, v2
8275 // W64: encoding: [0x7b,0x04,0x3c,0x7c]
8276 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8278 v_cmp_nlt_f32 vcc, m0, v2
8279 // W64: encoding: [0x7d,0x04,0x3c,0x7c]
8280 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8282 v_cmp_nlt_f32 vcc, exec_lo, v2
8283 // W64: encoding: [0x7e,0x04,0x3c,0x7c]
8284 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8286 v_cmp_nlt_f32 vcc, exec_hi, v2
8287 // W64: encoding: [0x7f,0x04,0x3c,0x7c]
8288 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8290 v_cmp_nlt_f32 vcc, null, v2
8291 // W64: encoding: [0x7c,0x04,0x3c,0x7c]
8292 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8294 v_cmp_nlt_f32 vcc, -1, v2
8295 // W64: encoding: [0xc1,0x04,0x3c,0x7c]
8296 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8298 v_cmp_nlt_f32 vcc, 0.5, v2
8299 // W64: encoding: [0xf0,0x04,0x3c,0x7c]
8300 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8302 v_cmp_nlt_f32 vcc, src_scc, v2
8303 // W64: encoding: [0xfd,0x04,0x3c,0x7c]
8304 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8306 v_cmp_nlt_f32 vcc, 0xaf123456, v255
8307 // W64: encoding: [0xff,0xfe,0x3d,0x7c,0x56,0x34,0x12,0xaf]
8308 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8310 v_cmp_nlt_f64 vcc_lo, v[1:2], v[2:3]
8311 // W32: encoding: [0x01,0x05,0x5c,0x7c]
8312 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8314 v_cmp_nlt_f64 vcc_lo, v[254:255], v[2:3]
8315 // W32: encoding: [0xfe,0x05,0x5c,0x7c]
8316 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8318 v_cmp_nlt_f64 vcc_lo, s[2:3], v[2:3]
8319 // W32: encoding: [0x02,0x04,0x5c,0x7c]
8320 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8322 v_cmp_nlt_f64 vcc_lo, s[104:105], v[2:3]
8323 // W32: encoding: [0x68,0x04,0x5c,0x7c]
8324 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8326 v_cmp_nlt_f64 vcc_lo, vcc, v[2:3]
8327 // W32: encoding: [0x6a,0x04,0x5c,0x7c]
8328 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8330 v_cmp_nlt_f64 vcc_lo, ttmp[14:15], v[2:3]
8331 // W32: encoding: [0x7a,0x04,0x5c,0x7c]
8332 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8334 v_cmp_nlt_f64 vcc_lo, exec, v[2:3]
8335 // W32: encoding: [0x7e,0x04,0x5c,0x7c]
8336 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8338 v_cmp_nlt_f64 vcc_lo, null, v[2:3]
8339 // W32: encoding: [0x7c,0x04,0x5c,0x7c]
8340 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8342 v_cmp_nlt_f64 vcc_lo, -1, v[2:3]
8343 // W32: encoding: [0xc1,0x04,0x5c,0x7c]
8344 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8346 v_cmp_nlt_f64 vcc_lo, 0.5, v[2:3]
8347 // W32: encoding: [0xf0,0x04,0x5c,0x7c]
8348 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8350 v_cmp_nlt_f64 vcc_lo, src_scc, v[2:3]
8351 // W32: encoding: [0xfd,0x04,0x5c,0x7c]
8352 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8354 v_cmp_nlt_f64 vcc_lo, 0xaf123456, v[254:255]
8355 // W32: encoding: [0xff,0xfc,0x5d,0x7c,0x56,0x34,0x12,0xaf]
8356 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8358 v_cmp_nlt_f64 vcc, v[1:2], v[2:3]
8359 // W64: encoding: [0x01,0x05,0x5c,0x7c]
8360 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8362 v_cmp_nlt_f64 vcc, v[254:255], v[2:3]
8363 // W64: encoding: [0xfe,0x05,0x5c,0x7c]
8364 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8366 v_cmp_nlt_f64 vcc, s[2:3], v[2:3]
8367 // W64: encoding: [0x02,0x04,0x5c,0x7c]
8368 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8370 v_cmp_nlt_f64 vcc, s[104:105], v[2:3]
8371 // W64: encoding: [0x68,0x04,0x5c,0x7c]
8372 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8374 v_cmp_nlt_f64 vcc, vcc, v[2:3]
8375 // W64: encoding: [0x6a,0x04,0x5c,0x7c]
8376 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8378 v_cmp_nlt_f64 vcc, ttmp[14:15], v[2:3]
8379 // W64: encoding: [0x7a,0x04,0x5c,0x7c]
8380 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8382 v_cmp_nlt_f64 vcc, exec, v[2:3]
8383 // W64: encoding: [0x7e,0x04,0x5c,0x7c]
8384 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8386 v_cmp_nlt_f64 vcc, null, v[2:3]
8387 // W64: encoding: [0x7c,0x04,0x5c,0x7c]
8388 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8390 v_cmp_nlt_f64 vcc, -1, v[2:3]
8391 // W64: encoding: [0xc1,0x04,0x5c,0x7c]
8392 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8394 v_cmp_nlt_f64 vcc, 0.5, v[2:3]
8395 // W64: encoding: [0xf0,0x04,0x5c,0x7c]
8396 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8398 v_cmp_nlt_f64 vcc, src_scc, v[2:3]
8399 // W64: encoding: [0xfd,0x04,0x5c,0x7c]
8400 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8402 v_cmp_nlt_f64 vcc, 0xaf123456, v[254:255]
8403 // W64: encoding: [0xff,0xfc,0x5d,0x7c,0x56,0x34,0x12,0xaf]
8404 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8406 v_cmp_o_f16 vcc_lo, v1, v2
8407 // W32: encoding: [0x01,0x05,0x0e,0x7c]
8408 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8410 v_cmp_o_f16 vcc_lo, v127, v2
8411 // W32: encoding: [0x7f,0x05,0x0e,0x7c]
8412 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8414 v_cmp_o_f16 vcc_lo, s1, v2
8415 // W32: encoding: [0x01,0x04,0x0e,0x7c]
8416 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8418 v_cmp_o_f16 vcc_lo, s105, v2
8419 // W32: encoding: [0x69,0x04,0x0e,0x7c]
8420 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8422 v_cmp_o_f16 vcc_lo, vcc_lo, v2
8423 // W32: encoding: [0x6a,0x04,0x0e,0x7c]
8424 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8426 v_cmp_o_f16 vcc_lo, vcc_hi, v2
8427 // W32: encoding: [0x6b,0x04,0x0e,0x7c]
8428 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8430 v_cmp_o_f16 vcc_lo, ttmp15, v2
8431 // W32: encoding: [0x7b,0x04,0x0e,0x7c]
8432 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8434 v_cmp_o_f16 vcc_lo, m0, v2
8435 // W32: encoding: [0x7d,0x04,0x0e,0x7c]
8436 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8438 v_cmp_o_f16 vcc_lo, exec_lo, v2
8439 // W32: encoding: [0x7e,0x04,0x0e,0x7c]
8440 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8442 v_cmp_o_f16 vcc_lo, exec_hi, v2
8443 // W32: encoding: [0x7f,0x04,0x0e,0x7c]
8444 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8446 v_cmp_o_f16 vcc_lo, null, v2
8447 // W32: encoding: [0x7c,0x04,0x0e,0x7c]
8448 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8450 v_cmp_o_f16 vcc_lo, -1, v2
8451 // W32: encoding: [0xc1,0x04,0x0e,0x7c]
8452 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8454 v_cmp_o_f16 vcc_lo, 0.5, v2
8455 // W32: encoding: [0xf0,0x04,0x0e,0x7c]
8456 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8458 v_cmp_o_f16 vcc_lo, src_scc, v2
8459 // W32: encoding: [0xfd,0x04,0x0e,0x7c]
8460 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8462 v_cmp_o_f16 vcc_lo, 0xfe0b, v127
8463 // W32: encoding: [0xff,0xfe,0x0e,0x7c,0x0b,0xfe,0x00,0x00]
8464 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8466 v_cmp_o_f16 vcc, v1, v2
8467 // W64: encoding: [0x01,0x05,0x0e,0x7c]
8468 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8470 v_cmp_o_f16 vcc, v127, v2
8471 // W64: encoding: [0x7f,0x05,0x0e,0x7c]
8472 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8474 v_cmp_o_f16 vcc, s1, v2
8475 // W64: encoding: [0x01,0x04,0x0e,0x7c]
8476 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8478 v_cmp_o_f16 vcc, s105, v2
8479 // W64: encoding: [0x69,0x04,0x0e,0x7c]
8480 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8482 v_cmp_o_f16 vcc, vcc_lo, v2
8483 // W64: encoding: [0x6a,0x04,0x0e,0x7c]
8484 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8486 v_cmp_o_f16 vcc, vcc_hi, v2
8487 // W64: encoding: [0x6b,0x04,0x0e,0x7c]
8488 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8490 v_cmp_o_f16 vcc, ttmp15, v2
8491 // W64: encoding: [0x7b,0x04,0x0e,0x7c]
8492 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8494 v_cmp_o_f16 vcc, m0, v2
8495 // W64: encoding: [0x7d,0x04,0x0e,0x7c]
8496 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8498 v_cmp_o_f16 vcc, exec_lo, v2
8499 // W64: encoding: [0x7e,0x04,0x0e,0x7c]
8500 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8502 v_cmp_o_f16 vcc, exec_hi, v2
8503 // W64: encoding: [0x7f,0x04,0x0e,0x7c]
8504 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8506 v_cmp_o_f16 vcc, null, v2
8507 // W64: encoding: [0x7c,0x04,0x0e,0x7c]
8508 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8510 v_cmp_o_f16 vcc, -1, v2
8511 // W64: encoding: [0xc1,0x04,0x0e,0x7c]
8512 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8514 v_cmp_o_f16 vcc, 0.5, v2
8515 // W64: encoding: [0xf0,0x04,0x0e,0x7c]
8516 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8518 v_cmp_o_f16 vcc, src_scc, v2
8519 // W64: encoding: [0xfd,0x04,0x0e,0x7c]
8520 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8522 v_cmp_o_f16 vcc, 0xfe0b, v127
8523 // W64: encoding: [0xff,0xfe,0x0e,0x7c,0x0b,0xfe,0x00,0x00]
8524 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8526 v_cmp_o_f32 vcc_lo, v1, v2
8527 // W32: encoding: [0x01,0x05,0x2e,0x7c]
8528 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8530 v_cmp_o_f32 vcc_lo, v255, v2
8531 // W32: encoding: [0xff,0x05,0x2e,0x7c]
8532 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8534 v_cmp_o_f32 vcc_lo, s1, v2
8535 // W32: encoding: [0x01,0x04,0x2e,0x7c]
8536 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8538 v_cmp_o_f32 vcc_lo, s105, v2
8539 // W32: encoding: [0x69,0x04,0x2e,0x7c]
8540 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8542 v_cmp_o_f32 vcc_lo, vcc_lo, v2
8543 // W32: encoding: [0x6a,0x04,0x2e,0x7c]
8544 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8546 v_cmp_o_f32 vcc_lo, vcc_hi, v2
8547 // W32: encoding: [0x6b,0x04,0x2e,0x7c]
8548 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8550 v_cmp_o_f32 vcc_lo, ttmp15, v2
8551 // W32: encoding: [0x7b,0x04,0x2e,0x7c]
8552 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8554 v_cmp_o_f32 vcc_lo, m0, v2
8555 // W32: encoding: [0x7d,0x04,0x2e,0x7c]
8556 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8558 v_cmp_o_f32 vcc_lo, exec_lo, v2
8559 // W32: encoding: [0x7e,0x04,0x2e,0x7c]
8560 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8562 v_cmp_o_f32 vcc_lo, exec_hi, v2
8563 // W32: encoding: [0x7f,0x04,0x2e,0x7c]
8564 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8566 v_cmp_o_f32 vcc_lo, null, v2
8567 // W32: encoding: [0x7c,0x04,0x2e,0x7c]
8568 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8570 v_cmp_o_f32 vcc_lo, -1, v2
8571 // W32: encoding: [0xc1,0x04,0x2e,0x7c]
8572 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8574 v_cmp_o_f32 vcc_lo, 0.5, v2
8575 // W32: encoding: [0xf0,0x04,0x2e,0x7c]
8576 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8578 v_cmp_o_f32 vcc_lo, src_scc, v2
8579 // W32: encoding: [0xfd,0x04,0x2e,0x7c]
8580 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8582 v_cmp_o_f32 vcc_lo, 0xaf123456, v255
8583 // W32: encoding: [0xff,0xfe,0x2f,0x7c,0x56,0x34,0x12,0xaf]
8584 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8586 v_cmp_o_f32 vcc, v1, v2
8587 // W64: encoding: [0x01,0x05,0x2e,0x7c]
8588 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8590 v_cmp_o_f32 vcc, v255, v2
8591 // W64: encoding: [0xff,0x05,0x2e,0x7c]
8592 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8594 v_cmp_o_f32 vcc, s1, v2
8595 // W64: encoding: [0x01,0x04,0x2e,0x7c]
8596 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8598 v_cmp_o_f32 vcc, s105, v2
8599 // W64: encoding: [0x69,0x04,0x2e,0x7c]
8600 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8602 v_cmp_o_f32 vcc, vcc_lo, v2
8603 // W64: encoding: [0x6a,0x04,0x2e,0x7c]
8604 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8606 v_cmp_o_f32 vcc, vcc_hi, v2
8607 // W64: encoding: [0x6b,0x04,0x2e,0x7c]
8608 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8610 v_cmp_o_f32 vcc, ttmp15, v2
8611 // W64: encoding: [0x7b,0x04,0x2e,0x7c]
8612 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8614 v_cmp_o_f32 vcc, m0, v2
8615 // W64: encoding: [0x7d,0x04,0x2e,0x7c]
8616 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8618 v_cmp_o_f32 vcc, exec_lo, v2
8619 // W64: encoding: [0x7e,0x04,0x2e,0x7c]
8620 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8622 v_cmp_o_f32 vcc, exec_hi, v2
8623 // W64: encoding: [0x7f,0x04,0x2e,0x7c]
8624 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8626 v_cmp_o_f32 vcc, null, v2
8627 // W64: encoding: [0x7c,0x04,0x2e,0x7c]
8628 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8630 v_cmp_o_f32 vcc, -1, v2
8631 // W64: encoding: [0xc1,0x04,0x2e,0x7c]
8632 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8634 v_cmp_o_f32 vcc, 0.5, v2
8635 // W64: encoding: [0xf0,0x04,0x2e,0x7c]
8636 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8638 v_cmp_o_f32 vcc, src_scc, v2
8639 // W64: encoding: [0xfd,0x04,0x2e,0x7c]
8640 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8642 v_cmp_o_f32 vcc, 0xaf123456, v255
8643 // W64: encoding: [0xff,0xfe,0x2f,0x7c,0x56,0x34,0x12,0xaf]
8644 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8646 v_cmp_o_f64 vcc_lo, v[1:2], v[2:3]
8647 // W32: encoding: [0x01,0x05,0x4e,0x7c]
8648 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8650 v_cmp_o_f64 vcc_lo, v[254:255], v[2:3]
8651 // W32: encoding: [0xfe,0x05,0x4e,0x7c]
8652 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8654 v_cmp_o_f64 vcc_lo, s[2:3], v[2:3]
8655 // W32: encoding: [0x02,0x04,0x4e,0x7c]
8656 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8658 v_cmp_o_f64 vcc_lo, s[104:105], v[2:3]
8659 // W32: encoding: [0x68,0x04,0x4e,0x7c]
8660 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8662 v_cmp_o_f64 vcc_lo, vcc, v[2:3]
8663 // W32: encoding: [0x6a,0x04,0x4e,0x7c]
8664 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8666 v_cmp_o_f64 vcc_lo, ttmp[14:15], v[2:3]
8667 // W32: encoding: [0x7a,0x04,0x4e,0x7c]
8668 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8670 v_cmp_o_f64 vcc_lo, exec, v[2:3]
8671 // W32: encoding: [0x7e,0x04,0x4e,0x7c]
8672 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8674 v_cmp_o_f64 vcc_lo, null, v[2:3]
8675 // W32: encoding: [0x7c,0x04,0x4e,0x7c]
8676 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8678 v_cmp_o_f64 vcc_lo, -1, v[2:3]
8679 // W32: encoding: [0xc1,0x04,0x4e,0x7c]
8680 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8682 v_cmp_o_f64 vcc_lo, 0.5, v[2:3]
8683 // W32: encoding: [0xf0,0x04,0x4e,0x7c]
8684 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8686 v_cmp_o_f64 vcc_lo, src_scc, v[2:3]
8687 // W32: encoding: [0xfd,0x04,0x4e,0x7c]
8688 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8690 v_cmp_o_f64 vcc_lo, 0xaf123456, v[254:255]
8691 // W32: encoding: [0xff,0xfc,0x4f,0x7c,0x56,0x34,0x12,0xaf]
8692 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8694 v_cmp_o_f64 vcc, v[1:2], v[2:3]
8695 // W64: encoding: [0x01,0x05,0x4e,0x7c]
8696 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8698 v_cmp_o_f64 vcc, v[254:255], v[2:3]
8699 // W64: encoding: [0xfe,0x05,0x4e,0x7c]
8700 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8702 v_cmp_o_f64 vcc, s[2:3], v[2:3]
8703 // W64: encoding: [0x02,0x04,0x4e,0x7c]
8704 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8706 v_cmp_o_f64 vcc, s[104:105], v[2:3]
8707 // W64: encoding: [0x68,0x04,0x4e,0x7c]
8708 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8710 v_cmp_o_f64 vcc, vcc, v[2:3]
8711 // W64: encoding: [0x6a,0x04,0x4e,0x7c]
8712 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8714 v_cmp_o_f64 vcc, ttmp[14:15], v[2:3]
8715 // W64: encoding: [0x7a,0x04,0x4e,0x7c]
8716 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8718 v_cmp_o_f64 vcc, exec, v[2:3]
8719 // W64: encoding: [0x7e,0x04,0x4e,0x7c]
8720 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8722 v_cmp_o_f64 vcc, null, v[2:3]
8723 // W64: encoding: [0x7c,0x04,0x4e,0x7c]
8724 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8726 v_cmp_o_f64 vcc, -1, v[2:3]
8727 // W64: encoding: [0xc1,0x04,0x4e,0x7c]
8728 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8730 v_cmp_o_f64 vcc, 0.5, v[2:3]
8731 // W64: encoding: [0xf0,0x04,0x4e,0x7c]
8732 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8734 v_cmp_o_f64 vcc, src_scc, v[2:3]
8735 // W64: encoding: [0xfd,0x04,0x4e,0x7c]
8736 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8738 v_cmp_o_f64 vcc, 0xaf123456, v[254:255]
8739 // W64: encoding: [0xff,0xfc,0x4f,0x7c,0x56,0x34,0x12,0xaf]
8740 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8742 v_cmp_u_f16 vcc_lo, v1, v2
8743 // W32: encoding: [0x01,0x05,0x10,0x7c]
8744 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8746 v_cmp_u_f16 vcc_lo, v127, v2
8747 // W32: encoding: [0x7f,0x05,0x10,0x7c]
8748 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8750 v_cmp_u_f16 vcc_lo, s1, v2
8751 // W32: encoding: [0x01,0x04,0x10,0x7c]
8752 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8754 v_cmp_u_f16 vcc_lo, s105, v2
8755 // W32: encoding: [0x69,0x04,0x10,0x7c]
8756 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8758 v_cmp_u_f16 vcc_lo, vcc_lo, v2
8759 // W32: encoding: [0x6a,0x04,0x10,0x7c]
8760 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8762 v_cmp_u_f16 vcc_lo, vcc_hi, v2
8763 // W32: encoding: [0x6b,0x04,0x10,0x7c]
8764 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8766 v_cmp_u_f16 vcc_lo, ttmp15, v2
8767 // W32: encoding: [0x7b,0x04,0x10,0x7c]
8768 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8770 v_cmp_u_f16 vcc_lo, m0, v2
8771 // W32: encoding: [0x7d,0x04,0x10,0x7c]
8772 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8774 v_cmp_u_f16 vcc_lo, exec_lo, v2
8775 // W32: encoding: [0x7e,0x04,0x10,0x7c]
8776 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8778 v_cmp_u_f16 vcc_lo, exec_hi, v2
8779 // W32: encoding: [0x7f,0x04,0x10,0x7c]
8780 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8782 v_cmp_u_f16 vcc_lo, null, v2
8783 // W32: encoding: [0x7c,0x04,0x10,0x7c]
8784 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8786 v_cmp_u_f16 vcc_lo, -1, v2
8787 // W32: encoding: [0xc1,0x04,0x10,0x7c]
8788 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8790 v_cmp_u_f16 vcc_lo, 0.5, v2
8791 // W32: encoding: [0xf0,0x04,0x10,0x7c]
8792 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8794 v_cmp_u_f16 vcc_lo, src_scc, v2
8795 // W32: encoding: [0xfd,0x04,0x10,0x7c]
8796 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8798 v_cmp_u_f16 vcc_lo, 0xfe0b, v127
8799 // W32: encoding: [0xff,0xfe,0x10,0x7c,0x0b,0xfe,0x00,0x00]
8800 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8802 v_cmp_u_f16 vcc, v1, v2
8803 // W64: encoding: [0x01,0x05,0x10,0x7c]
8804 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8806 v_cmp_u_f16 vcc, v127, v2
8807 // W64: encoding: [0x7f,0x05,0x10,0x7c]
8808 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8810 v_cmp_u_f16 vcc, s1, v2
8811 // W64: encoding: [0x01,0x04,0x10,0x7c]
8812 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8814 v_cmp_u_f16 vcc, s105, v2
8815 // W64: encoding: [0x69,0x04,0x10,0x7c]
8816 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8818 v_cmp_u_f16 vcc, vcc_lo, v2
8819 // W64: encoding: [0x6a,0x04,0x10,0x7c]
8820 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8822 v_cmp_u_f16 vcc, vcc_hi, v2
8823 // W64: encoding: [0x6b,0x04,0x10,0x7c]
8824 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8826 v_cmp_u_f16 vcc, ttmp15, v2
8827 // W64: encoding: [0x7b,0x04,0x10,0x7c]
8828 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8830 v_cmp_u_f16 vcc, m0, v2
8831 // W64: encoding: [0x7d,0x04,0x10,0x7c]
8832 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8834 v_cmp_u_f16 vcc, exec_lo, v2
8835 // W64: encoding: [0x7e,0x04,0x10,0x7c]
8836 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8838 v_cmp_u_f16 vcc, exec_hi, v2
8839 // W64: encoding: [0x7f,0x04,0x10,0x7c]
8840 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8842 v_cmp_u_f16 vcc, null, v2
8843 // W64: encoding: [0x7c,0x04,0x10,0x7c]
8844 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8846 v_cmp_u_f16 vcc, -1, v2
8847 // W64: encoding: [0xc1,0x04,0x10,0x7c]
8848 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8850 v_cmp_u_f16 vcc, 0.5, v2
8851 // W64: encoding: [0xf0,0x04,0x10,0x7c]
8852 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8854 v_cmp_u_f16 vcc, src_scc, v2
8855 // W64: encoding: [0xfd,0x04,0x10,0x7c]
8856 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8858 v_cmp_u_f16 vcc, 0xfe0b, v127
8859 // W64: encoding: [0xff,0xfe,0x10,0x7c,0x0b,0xfe,0x00,0x00]
8860 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8862 v_cmp_u_f32 vcc_lo, v1, v2
8863 // W32: encoding: [0x01,0x05,0x30,0x7c]
8864 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8866 v_cmp_u_f32 vcc_lo, v255, v2
8867 // W32: encoding: [0xff,0x05,0x30,0x7c]
8868 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8870 v_cmp_u_f32 vcc_lo, s1, v2
8871 // W32: encoding: [0x01,0x04,0x30,0x7c]
8872 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8874 v_cmp_u_f32 vcc_lo, s105, v2
8875 // W32: encoding: [0x69,0x04,0x30,0x7c]
8876 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8878 v_cmp_u_f32 vcc_lo, vcc_lo, v2
8879 // W32: encoding: [0x6a,0x04,0x30,0x7c]
8880 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8882 v_cmp_u_f32 vcc_lo, vcc_hi, v2
8883 // W32: encoding: [0x6b,0x04,0x30,0x7c]
8884 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8886 v_cmp_u_f32 vcc_lo, ttmp15, v2
8887 // W32: encoding: [0x7b,0x04,0x30,0x7c]
8888 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8890 v_cmp_u_f32 vcc_lo, m0, v2
8891 // W32: encoding: [0x7d,0x04,0x30,0x7c]
8892 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8894 v_cmp_u_f32 vcc_lo, exec_lo, v2
8895 // W32: encoding: [0x7e,0x04,0x30,0x7c]
8896 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8898 v_cmp_u_f32 vcc_lo, exec_hi, v2
8899 // W32: encoding: [0x7f,0x04,0x30,0x7c]
8900 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8902 v_cmp_u_f32 vcc_lo, null, v2
8903 // W32: encoding: [0x7c,0x04,0x30,0x7c]
8904 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8906 v_cmp_u_f32 vcc_lo, -1, v2
8907 // W32: encoding: [0xc1,0x04,0x30,0x7c]
8908 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8910 v_cmp_u_f32 vcc_lo, 0.5, v2
8911 // W32: encoding: [0xf0,0x04,0x30,0x7c]
8912 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8914 v_cmp_u_f32 vcc_lo, src_scc, v2
8915 // W32: encoding: [0xfd,0x04,0x30,0x7c]
8916 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8918 v_cmp_u_f32 vcc_lo, 0xaf123456, v255
8919 // W32: encoding: [0xff,0xfe,0x31,0x7c,0x56,0x34,0x12,0xaf]
8920 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8922 v_cmp_u_f32 vcc, v1, v2
8923 // W64: encoding: [0x01,0x05,0x30,0x7c]
8924 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8926 v_cmp_u_f32 vcc, v255, v2
8927 // W64: encoding: [0xff,0x05,0x30,0x7c]
8928 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8930 v_cmp_u_f32 vcc, s1, v2
8931 // W64: encoding: [0x01,0x04,0x30,0x7c]
8932 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8934 v_cmp_u_f32 vcc, s105, v2
8935 // W64: encoding: [0x69,0x04,0x30,0x7c]
8936 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8938 v_cmp_u_f32 vcc, vcc_lo, v2
8939 // W64: encoding: [0x6a,0x04,0x30,0x7c]
8940 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8942 v_cmp_u_f32 vcc, vcc_hi, v2
8943 // W64: encoding: [0x6b,0x04,0x30,0x7c]
8944 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8946 v_cmp_u_f32 vcc, ttmp15, v2
8947 // W64: encoding: [0x7b,0x04,0x30,0x7c]
8948 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8950 v_cmp_u_f32 vcc, m0, v2
8951 // W64: encoding: [0x7d,0x04,0x30,0x7c]
8952 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8954 v_cmp_u_f32 vcc, exec_lo, v2
8955 // W64: encoding: [0x7e,0x04,0x30,0x7c]
8956 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8958 v_cmp_u_f32 vcc, exec_hi, v2
8959 // W64: encoding: [0x7f,0x04,0x30,0x7c]
8960 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8962 v_cmp_u_f32 vcc, null, v2
8963 // W64: encoding: [0x7c,0x04,0x30,0x7c]
8964 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8966 v_cmp_u_f32 vcc, -1, v2
8967 // W64: encoding: [0xc1,0x04,0x30,0x7c]
8968 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8970 v_cmp_u_f32 vcc, 0.5, v2
8971 // W64: encoding: [0xf0,0x04,0x30,0x7c]
8972 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8974 v_cmp_u_f32 vcc, src_scc, v2
8975 // W64: encoding: [0xfd,0x04,0x30,0x7c]
8976 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8978 v_cmp_u_f32 vcc, 0xaf123456, v255
8979 // W64: encoding: [0xff,0xfe,0x31,0x7c,0x56,0x34,0x12,0xaf]
8980 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8982 v_cmp_u_f64 vcc_lo, v[1:2], v[2:3]
8983 // W32: encoding: [0x01,0x05,0x50,0x7c]
8984 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8986 v_cmp_u_f64 vcc_lo, v[254:255], v[2:3]
8987 // W32: encoding: [0xfe,0x05,0x50,0x7c]
8988 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8990 v_cmp_u_f64 vcc_lo, s[2:3], v[2:3]
8991 // W32: encoding: [0x02,0x04,0x50,0x7c]
8992 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8994 v_cmp_u_f64 vcc_lo, s[104:105], v[2:3]
8995 // W32: encoding: [0x68,0x04,0x50,0x7c]
8996 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
8998 v_cmp_u_f64 vcc_lo, vcc, v[2:3]
8999 // W32: encoding: [0x6a,0x04,0x50,0x7c]
9000 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
9002 v_cmp_u_f64 vcc_lo, ttmp[14:15], v[2:3]
9003 // W32: encoding: [0x7a,0x04,0x50,0x7c]
9004 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
9006 v_cmp_u_f64 vcc_lo, exec, v[2:3]
9007 // W32: encoding: [0x7e,0x04,0x50,0x7c]
9008 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
9010 v_cmp_u_f64 vcc_lo, null, v[2:3]
9011 // W32: encoding: [0x7c,0x04,0x50,0x7c]
9012 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
9014 v_cmp_u_f64 vcc_lo, -1, v[2:3]
9015 // W32: encoding: [0xc1,0x04,0x50,0x7c]
9016 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
9018 v_cmp_u_f64 vcc_lo, 0.5, v[2:3]
9019 // W32: encoding: [0xf0,0x04,0x50,0x7c]
9020 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
9022 v_cmp_u_f64 vcc_lo, src_scc, v[2:3]
9023 // W32: encoding: [0xfd,0x04,0x50,0x7c]
9024 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
9026 v_cmp_u_f64 vcc_lo, 0xaf123456, v[254:255]
9027 // W32: encoding: [0xff,0xfc,0x51,0x7c,0x56,0x34,0x12,0xaf]
9028 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
9030 v_cmp_u_f64 vcc, v[1:2], v[2:3]
9031 // W64: encoding: [0x01,0x05,0x50,0x7c]
9032 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
9034 v_cmp_u_f64 vcc, v[254:255], v[2:3]
9035 // W64: encoding: [0xfe,0x05,0x50,0x7c]
9036 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
9038 v_cmp_u_f64 vcc, s[2:3], v[2:3]
9039 // W64: encoding: [0x02,0x04,0x50,0x7c]
9040 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
9042 v_cmp_u_f64 vcc, s[104:105], v[2:3]
9043 // W64: encoding: [0x68,0x04,0x50,0x7c]
9044 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
9046 v_cmp_u_f64 vcc, vcc, v[2:3]
9047 // W64: encoding: [0x6a,0x04,0x50,0x7c]
9048 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
9050 v_cmp_u_f64 vcc, ttmp[14:15], v[2:3]
9051 // W64: encoding: [0x7a,0x04,0x50,0x7c]
9052 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
9054 v_cmp_u_f64 vcc, exec, v[2:3]
9055 // W64: encoding: [0x7e,0x04,0x50,0x7c]
9056 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
9058 v_cmp_u_f64 vcc, null, v[2:3]
9059 // W64: encoding: [0x7c,0x04,0x50,0x7c]
9060 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
9062 v_cmp_u_f64 vcc, -1, v[2:3]
9063 // W64: encoding: [0xc1,0x04,0x50,0x7c]
9064 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
9066 v_cmp_u_f64 vcc, 0.5, v[2:3]
9067 // W64: encoding: [0xf0,0x04,0x50,0x7c]
9068 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
9070 v_cmp_u_f64 vcc, src_scc, v[2:3]
9071 // W64: encoding: [0xfd,0x04,0x50,0x7c]
9072 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
9074 v_cmp_u_f64 vcc, 0xaf123456, v[254:255]
9075 // W64: encoding: [0xff,0xfc,0x51,0x7c,0x56,0x34,0x12,0xaf]
9076 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode