[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / MC / AMDGPU / gfx10_asm_vopc_e64.s
blob3a036f32bf5e1f5bb73ff0f9b72b7cd6ad150269
1 // RUN: not llvm-mc -arch=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32,-wavefrontsize64 -show-encoding %s | FileCheck --check-prefix=W32 %s
2 // RUN: not llvm-mc -arch=amdgcn -mcpu=gfx1010 -mattr=-wavefrontsize32,+wavefrontsize64 -show-encoding %s | FileCheck --check-prefix=W64 %s
3 // RUN: not llvm-mc -arch=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32,-wavefrontsize64 %s 2>&1 | FileCheck --check-prefix=W32-ERR --implicit-check-not=error: %s
4 // RUN: not llvm-mc -arch=amdgcn -mcpu=gfx1010 -mattr=-wavefrontsize32,+wavefrontsize64 %s 2>&1 | FileCheck --check-prefix=W64-ERR --implicit-check-not=error: %s
6 //===----------------------------------------------------------------------===//
7 // ENC_VOPC, VOP3 variant.
8 //===----------------------------------------------------------------------===//
10 v_cmp_f_f32_e64 s[10:11], v1, v2
11 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
12 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14 v_cmp_f_f32_e64 s[12:13], v1, v2
15 // W64: encoding: [0x0c,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
16 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18 v_cmp_f_f32_e64 s[100:101], v1, v2
19 // W64: encoding: [0x64,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
20 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
22 v_cmp_f_f32_e64 vcc, v1, v2
23 // W64: encoding: [0x6a,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
24 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
26 v_cmp_f_f32_e64 s[10:11], v255, v2
27 // W64: encoding: [0x0a,0x00,0x00,0xd4,0xff,0x05,0x02,0x00]
28 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
30 v_cmp_f_f32_e64 s[10:11], s1, v2
31 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x04,0x02,0x00]
32 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
34 v_cmp_f_f32_e64 s[10:11], s101, v2
35 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x65,0x04,0x02,0x00]
36 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
38 v_cmp_f_f32_e64 s[10:11], vcc_lo, v2
39 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x6a,0x04,0x02,0x00]
40 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
42 v_cmp_f_f32_e64 s[10:11], vcc_hi, v2
43 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x6b,0x04,0x02,0x00]
44 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
46 v_cmp_f_f32_e64 s[10:11], m0, v2
47 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x7c,0x04,0x02,0x00]
48 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
50 v_cmp_f_f32_e64 s[10:11], exec_lo, v2
51 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x7e,0x04,0x02,0x00]
52 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
54 v_cmp_f_f32_e64 s[10:11], exec_hi, v2
55 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x7f,0x04,0x02,0x00]
56 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
58 v_cmp_f_f32_e64 s[10:11], 0, v2
59 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x80,0x04,0x02,0x00]
60 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
62 v_cmp_f_f32_e64 s[10:11], -1, v2
63 // W64: encoding: [0x0a,0x00,0x00,0xd4,0xc1,0x04,0x02,0x00]
64 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
66 v_cmp_f_f32_e64 s[10:11], 0.5, v2
67 // W64: encoding: [0x0a,0x00,0x00,0xd4,0xf0,0x04,0x02,0x00]
68 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
70 v_cmp_f_f32_e64 s[10:11], -4.0, v2
71 // W64: encoding: [0x0a,0x00,0x00,0xd4,0xf7,0x04,0x02,0x00]
72 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
74 v_cmp_f_f32_e64 s[10:11], v1, v255
75 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xff,0x03,0x00]
76 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
78 v_cmp_f_f32_e64 s[10:11], v1, s2
79 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x00,0x00]
80 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
82 v_cmp_f_f32_e64 s[10:11], v1, s101
83 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xcb,0x00,0x00]
84 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
86 v_cmp_f_f32_e64 s[10:11], v1, vcc_lo
87 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xd5,0x00,0x00]
88 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
90 v_cmp_f_f32_e64 s[10:11], v1, vcc_hi
91 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xd7,0x00,0x00]
92 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
94 v_cmp_f_f32_e64 s[10:11], v1, m0
95 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xf9,0x00,0x00]
96 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
98 v_cmp_f_f32_e64 s[10:11], v1, exec_lo
99 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xfd,0x00,0x00]
100 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
102 v_cmp_f_f32_e64 s[10:11], v1, exec_hi
103 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xff,0x00,0x00]
104 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
106 v_cmp_f_f32_e64 s[10:11], v1, 0
107 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x01,0x01,0x00]
108 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
110 v_cmp_f_f32_e64 s[10:11], v1, -1
111 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x83,0x01,0x00]
112 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
114 v_cmp_f_f32_e64 s[10:11], v1, 0.5
115 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xe1,0x01,0x00]
116 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
118 v_cmp_f_f32_e64 s[10:11], v1, -4.0
119 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xef,0x01,0x00]
120 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
122 v_cmp_f_f32_e64 s[10:11], -v1, v2
123 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x20]
124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
126 v_cmp_f_f32_e64 s[10:11], v1, -v2
127 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x40]
128 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
130 v_cmp_f_f32_e64 s[10:11], -v1, -v2
131 // W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x60]
132 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
134 v_cmp_f_f32_e64 s[10:11], v1, v2 clamp
135 // W64: encoding: [0x0a,0x80,0x00,0xd4,0x01,0x05,0x02,0x00]
136 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
138 v_cmp_f_f32_e64 s10, v1, v2
139 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
140 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
142 v_cmp_f_f32_e64 s12, v1, v2
143 // W32: encoding: [0x0c,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
144 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
146 v_cmp_f_f32_e64 s100, v1, v2
147 // W32: encoding: [0x64,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
148 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
150 v_cmp_f_f32_e64 vcc_lo, v1, v2
151 // W32: encoding: [0x6a,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
152 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
154 v_cmp_f_f32_e64 s10, v255, v2
155 // W32: encoding: [0x0a,0x00,0x00,0xd4,0xff,0x05,0x02,0x00]
156 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
158 v_cmp_f_f32_e64 s10, s1, v2
159 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x04,0x02,0x00]
160 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
162 v_cmp_f_f32_e64 s10, s101, v2
163 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x65,0x04,0x02,0x00]
164 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
166 v_cmp_f_f32_e64 s10, vcc_lo, v2
167 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x6a,0x04,0x02,0x00]
168 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
170 v_cmp_f_f32_e64 s10, vcc_hi, v2
171 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x6b,0x04,0x02,0x00]
172 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
174 v_cmp_f_f32_e64 s10, m0, v2
175 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x7c,0x04,0x02,0x00]
176 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
178 v_cmp_f_f32_e64 s10, exec_lo, v2
179 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x7e,0x04,0x02,0x00]
180 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
182 v_cmp_f_f32_e64 s10, exec_hi, v2
183 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x7f,0x04,0x02,0x00]
184 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
186 v_cmp_f_f32_e64 s10, 0, v2
187 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x80,0x04,0x02,0x00]
188 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
190 v_cmp_f_f32_e64 s10, -1, v2
191 // W32: encoding: [0x0a,0x00,0x00,0xd4,0xc1,0x04,0x02,0x00]
192 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
194 v_cmp_f_f32_e64 s10, 0.5, v2
195 // W32: encoding: [0x0a,0x00,0x00,0xd4,0xf0,0x04,0x02,0x00]
196 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
198 v_cmp_f_f32_e64 s10, -4.0, v2
199 // W32: encoding: [0x0a,0x00,0x00,0xd4,0xf7,0x04,0x02,0x00]
200 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
202 v_cmp_f_f32_e64 s10, v1, v255
203 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xff,0x03,0x00]
204 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
206 v_cmp_f_f32_e64 s10, v1, s2
207 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x00,0x00]
208 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
210 v_cmp_f_f32_e64 s10, v1, s101
211 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xcb,0x00,0x00]
212 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
214 v_cmp_f_f32_e64 s10, v1, vcc_lo
215 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xd5,0x00,0x00]
216 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
218 v_cmp_f_f32_e64 s10, v1, vcc_hi
219 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xd7,0x00,0x00]
220 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
222 v_cmp_f_f32_e64 s10, v1, m0
223 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xf9,0x00,0x00]
224 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
226 v_cmp_f_f32_e64 s10, v1, exec_lo
227 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xfd,0x00,0x00]
228 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
230 v_cmp_f_f32_e64 s10, v1, exec_hi
231 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xff,0x00,0x00]
232 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
234 v_cmp_f_f32_e64 s10, v1, 0
235 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x01,0x01,0x00]
236 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
238 v_cmp_f_f32_e64 s10, v1, -1
239 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x83,0x01,0x00]
240 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
242 v_cmp_f_f32_e64 s10, v1, 0.5
243 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xe1,0x01,0x00]
244 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
246 v_cmp_f_f32_e64 s10, v1, -4.0
247 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xef,0x01,0x00]
248 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
250 v_cmp_f_f32_e64 s10, -v1, v2
251 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x20]
252 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
254 v_cmp_f_f32_e64 s10, v1, -v2
255 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x40]
256 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
258 v_cmp_f_f32_e64 s10, -v1, -v2
259 // W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x60]
260 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
262 v_cmp_f_f32_e64 s10, v1, v2 clamp
263 // W32: encoding: [0x0a,0x80,0x00,0xd4,0x01,0x05,0x02,0x00]
264 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
266 v_cmp_lt_f32_e64 s[10:11], v1, v2
267 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
268 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
270 v_cmp_lt_f32_e64 s[12:13], v1, v2
271 // W64: encoding: [0x0c,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
272 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
274 v_cmp_lt_f32_e64 s[100:101], v1, v2
275 // W64: encoding: [0x64,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
276 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
278 v_cmp_lt_f32_e64 vcc, v1, v2
279 // W64: encoding: [0x6a,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
280 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
282 v_cmp_lt_f32_e64 s[10:11], v255, v2
283 // W64: encoding: [0x0a,0x00,0x01,0xd4,0xff,0x05,0x02,0x00]
284 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
286 v_cmp_lt_f32_e64 s[10:11], s1, v2
287 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x04,0x02,0x00]
288 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
290 v_cmp_lt_f32_e64 s[10:11], s101, v2
291 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x65,0x04,0x02,0x00]
292 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
294 v_cmp_lt_f32_e64 s[10:11], vcc_lo, v2
295 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x6a,0x04,0x02,0x00]
296 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
298 v_cmp_lt_f32_e64 s[10:11], vcc_hi, v2
299 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x6b,0x04,0x02,0x00]
300 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
302 v_cmp_lt_f32_e64 s[10:11], m0, v2
303 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x7c,0x04,0x02,0x00]
304 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
306 v_cmp_lt_f32_e64 s[10:11], exec_lo, v2
307 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x7e,0x04,0x02,0x00]
308 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
310 v_cmp_lt_f32_e64 s[10:11], exec_hi, v2
311 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x7f,0x04,0x02,0x00]
312 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
314 v_cmp_lt_f32_e64 s[10:11], 0, v2
315 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x80,0x04,0x02,0x00]
316 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
318 v_cmp_lt_f32_e64 s[10:11], -1, v2
319 // W64: encoding: [0x0a,0x00,0x01,0xd4,0xc1,0x04,0x02,0x00]
320 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
322 v_cmp_lt_f32_e64 s[10:11], 0.5, v2
323 // W64: encoding: [0x0a,0x00,0x01,0xd4,0xf0,0x04,0x02,0x00]
324 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
326 v_cmp_lt_f32_e64 s[10:11], -4.0, v2
327 // W64: encoding: [0x0a,0x00,0x01,0xd4,0xf7,0x04,0x02,0x00]
328 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
330 v_cmp_lt_f32_e64 s[10:11], v1, v255
331 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xff,0x03,0x00]
332 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
334 v_cmp_lt_f32_e64 s[10:11], v1, s2
335 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x00,0x00]
336 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
338 v_cmp_lt_f32_e64 s[10:11], v1, s101
339 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xcb,0x00,0x00]
340 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
342 v_cmp_lt_f32_e64 s[10:11], v1, vcc_lo
343 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xd5,0x00,0x00]
344 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
346 v_cmp_lt_f32_e64 s[10:11], v1, vcc_hi
347 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xd7,0x00,0x00]
348 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
350 v_cmp_lt_f32_e64 s[10:11], v1, m0
351 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xf9,0x00,0x00]
352 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
354 v_cmp_lt_f32_e64 s[10:11], v1, exec_lo
355 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xfd,0x00,0x00]
356 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
358 v_cmp_lt_f32_e64 s[10:11], v1, exec_hi
359 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xff,0x00,0x00]
360 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
362 v_cmp_lt_f32_e64 s[10:11], v1, 0
363 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x01,0x01,0x00]
364 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
366 v_cmp_lt_f32_e64 s[10:11], v1, -1
367 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x83,0x01,0x00]
368 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
370 v_cmp_lt_f32_e64 s[10:11], v1, 0.5
371 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xe1,0x01,0x00]
372 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
374 v_cmp_lt_f32_e64 s[10:11], v1, -4.0
375 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xef,0x01,0x00]
376 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
378 v_cmp_lt_f32_e64 s[10:11], -v1, v2
379 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x20]
380 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
382 v_cmp_lt_f32_e64 s[10:11], v1, -v2
383 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x40]
384 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
386 v_cmp_lt_f32_e64 s[10:11], -v1, -v2
387 // W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x60]
388 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
390 v_cmp_lt_f32_e64 s[10:11], v1, v2 clamp
391 // W64: encoding: [0x0a,0x80,0x01,0xd4,0x01,0x05,0x02,0x00]
392 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
394 v_cmp_lt_f32_e64 s10, v1, v2
395 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
396 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
398 v_cmp_lt_f32_e64 s12, v1, v2
399 // W32: encoding: [0x0c,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
400 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
402 v_cmp_lt_f32_e64 s100, v1, v2
403 // W32: encoding: [0x64,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
404 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
406 v_cmp_lt_f32_e64 vcc_lo, v1, v2
407 // W32: encoding: [0x6a,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
408 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
410 v_cmp_lt_f32_e64 s10, v255, v2
411 // W32: encoding: [0x0a,0x00,0x01,0xd4,0xff,0x05,0x02,0x00]
412 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
414 v_cmp_lt_f32_e64 s10, s1, v2
415 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x04,0x02,0x00]
416 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
418 v_cmp_lt_f32_e64 s10, s101, v2
419 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x65,0x04,0x02,0x00]
420 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
422 v_cmp_lt_f32_e64 s10, vcc_lo, v2
423 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x6a,0x04,0x02,0x00]
424 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
426 v_cmp_lt_f32_e64 s10, vcc_hi, v2
427 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x6b,0x04,0x02,0x00]
428 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
430 v_cmp_lt_f32_e64 s10, m0, v2
431 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x7c,0x04,0x02,0x00]
432 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
434 v_cmp_lt_f32_e64 s10, exec_lo, v2
435 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x7e,0x04,0x02,0x00]
436 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
438 v_cmp_lt_f32_e64 s10, exec_hi, v2
439 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x7f,0x04,0x02,0x00]
440 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
442 v_cmp_lt_f32_e64 s10, 0, v2
443 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x80,0x04,0x02,0x00]
444 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
446 v_cmp_lt_f32_e64 s10, -1, v2
447 // W32: encoding: [0x0a,0x00,0x01,0xd4,0xc1,0x04,0x02,0x00]
448 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
450 v_cmp_lt_f32_e64 s10, 0.5, v2
451 // W32: encoding: [0x0a,0x00,0x01,0xd4,0xf0,0x04,0x02,0x00]
452 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
454 v_cmp_lt_f32_e64 s10, -4.0, v2
455 // W32: encoding: [0x0a,0x00,0x01,0xd4,0xf7,0x04,0x02,0x00]
456 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
458 v_cmp_lt_f32_e64 s10, v1, v255
459 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xff,0x03,0x00]
460 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
462 v_cmp_lt_f32_e64 s10, v1, s2
463 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x00,0x00]
464 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
466 v_cmp_lt_f32_e64 s10, v1, s101
467 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xcb,0x00,0x00]
468 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
470 v_cmp_lt_f32_e64 s10, v1, vcc_lo
471 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xd5,0x00,0x00]
472 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
474 v_cmp_lt_f32_e64 s10, v1, vcc_hi
475 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xd7,0x00,0x00]
476 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
478 v_cmp_lt_f32_e64 s10, v1, m0
479 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xf9,0x00,0x00]
480 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
482 v_cmp_lt_f32_e64 s10, v1, exec_lo
483 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xfd,0x00,0x00]
484 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
486 v_cmp_lt_f32_e64 s10, v1, exec_hi
487 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xff,0x00,0x00]
488 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
490 v_cmp_lt_f32_e64 s10, v1, 0
491 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x01,0x01,0x00]
492 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
494 v_cmp_lt_f32_e64 s10, v1, -1
495 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x83,0x01,0x00]
496 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
498 v_cmp_lt_f32_e64 s10, v1, 0.5
499 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xe1,0x01,0x00]
500 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
502 v_cmp_lt_f32_e64 s10, v1, -4.0
503 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xef,0x01,0x00]
504 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
506 v_cmp_lt_f32_e64 s10, -v1, v2
507 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x20]
508 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
510 v_cmp_lt_f32_e64 s10, v1, -v2
511 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x40]
512 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
514 v_cmp_lt_f32_e64 s10, -v1, -v2
515 // W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x60]
516 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
518 v_cmp_lt_f32_e64 s10, v1, v2 clamp
519 // W32: encoding: [0x0a,0x80,0x01,0xd4,0x01,0x05,0x02,0x00]
520 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
522 v_cmp_eq_f32_e64 s[10:11], v1, v2
523 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
524 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
526 v_cmp_eq_f32_e64 s[12:13], v1, v2
527 // W64: encoding: [0x0c,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
528 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
530 v_cmp_eq_f32_e64 s[100:101], v1, v2
531 // W64: encoding: [0x64,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
532 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
534 v_cmp_eq_f32_e64 vcc, v1, v2
535 // W64: encoding: [0x6a,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
536 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
538 v_cmp_eq_f32_e64 s[10:11], v255, v2
539 // W64: encoding: [0x0a,0x00,0x02,0xd4,0xff,0x05,0x02,0x00]
540 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
542 v_cmp_eq_f32_e64 s[10:11], s1, v2
543 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x04,0x02,0x00]
544 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
546 v_cmp_eq_f32_e64 s[10:11], s101, v2
547 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x65,0x04,0x02,0x00]
548 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
550 v_cmp_eq_f32_e64 s[10:11], vcc_lo, v2
551 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x6a,0x04,0x02,0x00]
552 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
554 v_cmp_eq_f32_e64 s[10:11], vcc_hi, v2
555 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x6b,0x04,0x02,0x00]
556 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
558 v_cmp_eq_f32_e64 s[10:11], m0, v2
559 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x7c,0x04,0x02,0x00]
560 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
562 v_cmp_eq_f32_e64 s[10:11], exec_lo, v2
563 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x7e,0x04,0x02,0x00]
564 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
566 v_cmp_eq_f32_e64 s[10:11], exec_hi, v2
567 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x7f,0x04,0x02,0x00]
568 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
570 v_cmp_eq_f32_e64 s[10:11], 0, v2
571 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x80,0x04,0x02,0x00]
572 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
574 v_cmp_eq_f32_e64 s[10:11], -1, v2
575 // W64: encoding: [0x0a,0x00,0x02,0xd4,0xc1,0x04,0x02,0x00]
576 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
578 v_cmp_eq_f32_e64 s[10:11], 0.5, v2
579 // W64: encoding: [0x0a,0x00,0x02,0xd4,0xf0,0x04,0x02,0x00]
580 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
582 v_cmp_eq_f32_e64 s[10:11], -4.0, v2
583 // W64: encoding: [0x0a,0x00,0x02,0xd4,0xf7,0x04,0x02,0x00]
584 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
586 v_cmp_eq_f32_e64 s[10:11], v1, v255
587 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xff,0x03,0x00]
588 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
590 v_cmp_eq_f32_e64 s[10:11], v1, s2
591 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x00,0x00]
592 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
594 v_cmp_eq_f32_e64 s[10:11], v1, s101
595 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xcb,0x00,0x00]
596 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
598 v_cmp_eq_f32_e64 s[10:11], v1, vcc_lo
599 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xd5,0x00,0x00]
600 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
602 v_cmp_eq_f32_e64 s[10:11], v1, vcc_hi
603 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xd7,0x00,0x00]
604 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
606 v_cmp_eq_f32_e64 s[10:11], v1, m0
607 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xf9,0x00,0x00]
608 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
610 v_cmp_eq_f32_e64 s[10:11], v1, exec_lo
611 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xfd,0x00,0x00]
612 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
614 v_cmp_eq_f32_e64 s[10:11], v1, exec_hi
615 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xff,0x00,0x00]
616 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
618 v_cmp_eq_f32_e64 s[10:11], v1, 0
619 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x01,0x01,0x00]
620 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
622 v_cmp_eq_f32_e64 s[10:11], v1, -1
623 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x83,0x01,0x00]
624 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
626 v_cmp_eq_f32_e64 s[10:11], v1, 0.5
627 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xe1,0x01,0x00]
628 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
630 v_cmp_eq_f32_e64 s[10:11], v1, -4.0
631 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xef,0x01,0x00]
632 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
634 v_cmp_eq_f32_e64 s[10:11], -v1, v2
635 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x20]
636 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
638 v_cmp_eq_f32_e64 s[10:11], v1, -v2
639 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x40]
640 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
642 v_cmp_eq_f32_e64 s[10:11], -v1, -v2
643 // W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x60]
644 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
646 v_cmp_eq_f32_e64 s[10:11], v1, v2 clamp
647 // W64: encoding: [0x0a,0x80,0x02,0xd4,0x01,0x05,0x02,0x00]
648 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
650 v_cmp_eq_f32_e64 s10, v1, v2
651 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
652 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
654 v_cmp_eq_f32_e64 s12, v1, v2
655 // W32: encoding: [0x0c,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
656 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
658 v_cmp_eq_f32_e64 s100, v1, v2
659 // W32: encoding: [0x64,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
660 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
662 v_cmp_eq_f32_e64 vcc_lo, v1, v2
663 // W32: encoding: [0x6a,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
664 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
666 v_cmp_eq_f32_e64 s10, v255, v2
667 // W32: encoding: [0x0a,0x00,0x02,0xd4,0xff,0x05,0x02,0x00]
668 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
670 v_cmp_eq_f32_e64 s10, s1, v2
671 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x04,0x02,0x00]
672 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
674 v_cmp_eq_f32_e64 s10, s101, v2
675 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x65,0x04,0x02,0x00]
676 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
678 v_cmp_eq_f32_e64 s10, vcc_lo, v2
679 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x6a,0x04,0x02,0x00]
680 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
682 v_cmp_eq_f32_e64 s10, vcc_hi, v2
683 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x6b,0x04,0x02,0x00]
684 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
686 v_cmp_eq_f32_e64 s10, m0, v2
687 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x7c,0x04,0x02,0x00]
688 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
690 v_cmp_eq_f32_e64 s10, exec_lo, v2
691 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x7e,0x04,0x02,0x00]
692 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
694 v_cmp_eq_f32_e64 s10, exec_hi, v2
695 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x7f,0x04,0x02,0x00]
696 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
698 v_cmp_eq_f32_e64 s10, 0, v2
699 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x80,0x04,0x02,0x00]
700 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
702 v_cmp_eq_f32_e64 s10, -1, v2
703 // W32: encoding: [0x0a,0x00,0x02,0xd4,0xc1,0x04,0x02,0x00]
704 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
706 v_cmp_eq_f32_e64 s10, 0.5, v2
707 // W32: encoding: [0x0a,0x00,0x02,0xd4,0xf0,0x04,0x02,0x00]
708 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
710 v_cmp_eq_f32_e64 s10, -4.0, v2
711 // W32: encoding: [0x0a,0x00,0x02,0xd4,0xf7,0x04,0x02,0x00]
712 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
714 v_cmp_eq_f32_e64 s10, v1, v255
715 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xff,0x03,0x00]
716 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
718 v_cmp_eq_f32_e64 s10, v1, s2
719 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x00,0x00]
720 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
722 v_cmp_eq_f32_e64 s10, v1, s101
723 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xcb,0x00,0x00]
724 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
726 v_cmp_eq_f32_e64 s10, v1, vcc_lo
727 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xd5,0x00,0x00]
728 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
730 v_cmp_eq_f32_e64 s10, v1, vcc_hi
731 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xd7,0x00,0x00]
732 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
734 v_cmp_eq_f32_e64 s10, v1, m0
735 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xf9,0x00,0x00]
736 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
738 v_cmp_eq_f32_e64 s10, v1, exec_lo
739 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xfd,0x00,0x00]
740 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
742 v_cmp_eq_f32_e64 s10, v1, exec_hi
743 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xff,0x00,0x00]
744 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
746 v_cmp_eq_f32_e64 s10, v1, 0
747 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x01,0x01,0x00]
748 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
750 v_cmp_eq_f32_e64 s10, v1, -1
751 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x83,0x01,0x00]
752 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
754 v_cmp_eq_f32_e64 s10, v1, 0.5
755 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xe1,0x01,0x00]
756 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
758 v_cmp_eq_f32_e64 s10, v1, -4.0
759 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xef,0x01,0x00]
760 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
762 v_cmp_eq_f32_e64 s10, -v1, v2
763 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x20]
764 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
766 v_cmp_eq_f32_e64 s10, v1, -v2
767 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x40]
768 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
770 v_cmp_eq_f32_e64 s10, -v1, -v2
771 // W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x60]
772 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
774 v_cmp_eq_f32_e64 s10, v1, v2 clamp
775 // W32: encoding: [0x0a,0x80,0x02,0xd4,0x01,0x05,0x02,0x00]
776 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
778 v_cmp_le_f32_e64 s[10:11], v1, v2
779 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
780 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
782 v_cmp_le_f32_e64 s[12:13], v1, v2
783 // W64: encoding: [0x0c,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
784 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
786 v_cmp_le_f32_e64 s[100:101], v1, v2
787 // W64: encoding: [0x64,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
788 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
790 v_cmp_le_f32_e64 vcc, v1, v2
791 // W64: encoding: [0x6a,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
792 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
794 v_cmp_le_f32_e64 s[10:11], v255, v2
795 // W64: encoding: [0x0a,0x00,0x03,0xd4,0xff,0x05,0x02,0x00]
796 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
798 v_cmp_le_f32_e64 s[10:11], s1, v2
799 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x04,0x02,0x00]
800 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
802 v_cmp_le_f32_e64 s[10:11], s101, v2
803 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x65,0x04,0x02,0x00]
804 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
806 v_cmp_le_f32_e64 s[10:11], vcc_lo, v2
807 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x6a,0x04,0x02,0x00]
808 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
810 v_cmp_le_f32_e64 s[10:11], vcc_hi, v2
811 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x6b,0x04,0x02,0x00]
812 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
814 v_cmp_le_f32_e64 s[10:11], m0, v2
815 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x7c,0x04,0x02,0x00]
816 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
818 v_cmp_le_f32_e64 s[10:11], exec_lo, v2
819 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x7e,0x04,0x02,0x00]
820 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
822 v_cmp_le_f32_e64 s[10:11], exec_hi, v2
823 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x7f,0x04,0x02,0x00]
824 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
826 v_cmp_le_f32_e64 s[10:11], 0, v2
827 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x80,0x04,0x02,0x00]
828 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
830 v_cmp_le_f32_e64 s[10:11], -1, v2
831 // W64: encoding: [0x0a,0x00,0x03,0xd4,0xc1,0x04,0x02,0x00]
832 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
834 v_cmp_le_f32_e64 s[10:11], 0.5, v2
835 // W64: encoding: [0x0a,0x00,0x03,0xd4,0xf0,0x04,0x02,0x00]
836 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
838 v_cmp_le_f32_e64 s[10:11], -4.0, v2
839 // W64: encoding: [0x0a,0x00,0x03,0xd4,0xf7,0x04,0x02,0x00]
840 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
842 v_cmp_le_f32_e64 s[10:11], v1, v255
843 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xff,0x03,0x00]
844 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
846 v_cmp_le_f32_e64 s[10:11], v1, s2
847 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x00,0x00]
848 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
850 v_cmp_le_f32_e64 s[10:11], v1, s101
851 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xcb,0x00,0x00]
852 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
854 v_cmp_le_f32_e64 s[10:11], v1, vcc_lo
855 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xd5,0x00,0x00]
856 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
858 v_cmp_le_f32_e64 s[10:11], v1, vcc_hi
859 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xd7,0x00,0x00]
860 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
862 v_cmp_le_f32_e64 s[10:11], v1, m0
863 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xf9,0x00,0x00]
864 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
866 v_cmp_le_f32_e64 s[10:11], v1, exec_lo
867 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xfd,0x00,0x00]
868 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
870 v_cmp_le_f32_e64 s[10:11], v1, exec_hi
871 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xff,0x00,0x00]
872 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
874 v_cmp_le_f32_e64 s[10:11], v1, 0
875 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x01,0x01,0x00]
876 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
878 v_cmp_le_f32_e64 s[10:11], v1, -1
879 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x83,0x01,0x00]
880 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
882 v_cmp_le_f32_e64 s[10:11], v1, 0.5
883 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xe1,0x01,0x00]
884 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
886 v_cmp_le_f32_e64 s[10:11], v1, -4.0
887 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xef,0x01,0x00]
888 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
890 v_cmp_le_f32_e64 s[10:11], -v1, v2
891 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x20]
892 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
894 v_cmp_le_f32_e64 s[10:11], v1, -v2
895 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x40]
896 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
898 v_cmp_le_f32_e64 s[10:11], -v1, -v2
899 // W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x60]
900 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
902 v_cmp_le_f32_e64 s[10:11], v1, v2 clamp
903 // W64: encoding: [0x0a,0x80,0x03,0xd4,0x01,0x05,0x02,0x00]
904 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
906 v_cmp_le_f32_e64 s10, v1, v2
907 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
908 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
910 v_cmp_le_f32_e64 s12, v1, v2
911 // W32: encoding: [0x0c,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
912 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
914 v_cmp_le_f32_e64 s100, v1, v2
915 // W32: encoding: [0x64,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
916 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
918 v_cmp_le_f32_e64 vcc_lo, v1, v2
919 // W32: encoding: [0x6a,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
920 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
922 v_cmp_le_f32_e64 s10, v255, v2
923 // W32: encoding: [0x0a,0x00,0x03,0xd4,0xff,0x05,0x02,0x00]
924 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
926 v_cmp_le_f32_e64 s10, s1, v2
927 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x04,0x02,0x00]
928 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
930 v_cmp_le_f32_e64 s10, s101, v2
931 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x65,0x04,0x02,0x00]
932 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
934 v_cmp_le_f32_e64 s10, vcc_lo, v2
935 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x6a,0x04,0x02,0x00]
936 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
938 v_cmp_le_f32_e64 s10, vcc_hi, v2
939 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x6b,0x04,0x02,0x00]
940 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
942 v_cmp_le_f32_e64 s10, m0, v2
943 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x7c,0x04,0x02,0x00]
944 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
946 v_cmp_le_f32_e64 s10, exec_lo, v2
947 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x7e,0x04,0x02,0x00]
948 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
950 v_cmp_le_f32_e64 s10, exec_hi, v2
951 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x7f,0x04,0x02,0x00]
952 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
954 v_cmp_le_f32_e64 s10, 0, v2
955 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x80,0x04,0x02,0x00]
956 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
958 v_cmp_le_f32_e64 s10, -1, v2
959 // W32: encoding: [0x0a,0x00,0x03,0xd4,0xc1,0x04,0x02,0x00]
960 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
962 v_cmp_le_f32_e64 s10, 0.5, v2
963 // W32: encoding: [0x0a,0x00,0x03,0xd4,0xf0,0x04,0x02,0x00]
964 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
966 v_cmp_le_f32_e64 s10, -4.0, v2
967 // W32: encoding: [0x0a,0x00,0x03,0xd4,0xf7,0x04,0x02,0x00]
968 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
970 v_cmp_le_f32_e64 s10, v1, v255
971 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xff,0x03,0x00]
972 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
974 v_cmp_le_f32_e64 s10, v1, s2
975 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x00,0x00]
976 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
978 v_cmp_le_f32_e64 s10, v1, s101
979 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xcb,0x00,0x00]
980 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
982 v_cmp_le_f32_e64 s10, v1, vcc_lo
983 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xd5,0x00,0x00]
984 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
986 v_cmp_le_f32_e64 s10, v1, vcc_hi
987 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xd7,0x00,0x00]
988 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
990 v_cmp_le_f32_e64 s10, v1, m0
991 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xf9,0x00,0x00]
992 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
994 v_cmp_le_f32_e64 s10, v1, exec_lo
995 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xfd,0x00,0x00]
996 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
998 v_cmp_le_f32_e64 s10, v1, exec_hi
999 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xff,0x00,0x00]
1000 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1002 v_cmp_le_f32_e64 s10, v1, 0
1003 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x01,0x01,0x00]
1004 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1006 v_cmp_le_f32_e64 s10, v1, -1
1007 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x83,0x01,0x00]
1008 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1010 v_cmp_le_f32_e64 s10, v1, 0.5
1011 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xe1,0x01,0x00]
1012 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1014 v_cmp_le_f32_e64 s10, v1, -4.0
1015 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xef,0x01,0x00]
1016 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1018 v_cmp_le_f32_e64 s10, -v1, v2
1019 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x20]
1020 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1022 v_cmp_le_f32_e64 s10, v1, -v2
1023 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x40]
1024 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1026 v_cmp_le_f32_e64 s10, -v1, -v2
1027 // W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x60]
1028 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1030 v_cmp_le_f32_e64 s10, v1, v2 clamp
1031 // W32: encoding: [0x0a,0x80,0x03,0xd4,0x01,0x05,0x02,0x00]
1032 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1034 v_cmp_gt_f32_e64 s[10:11], v1, v2
1035 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
1036 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1038 v_cmp_gt_f32_e64 s[12:13], v1, v2
1039 // W64: encoding: [0x0c,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
1040 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1042 v_cmp_gt_f32_e64 s[100:101], v1, v2
1043 // W64: encoding: [0x64,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
1044 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1046 v_cmp_gt_f32_e64 vcc, v1, v2
1047 // W64: encoding: [0x6a,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
1048 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1050 v_cmp_gt_f32_e64 s[10:11], v255, v2
1051 // W64: encoding: [0x0a,0x00,0x04,0xd4,0xff,0x05,0x02,0x00]
1052 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1054 v_cmp_gt_f32_e64 s[10:11], s1, v2
1055 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x04,0x02,0x00]
1056 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1058 v_cmp_gt_f32_e64 s[10:11], s101, v2
1059 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x65,0x04,0x02,0x00]
1060 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1062 v_cmp_gt_f32_e64 s[10:11], vcc_lo, v2
1063 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x6a,0x04,0x02,0x00]
1064 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1066 v_cmp_gt_f32_e64 s[10:11], vcc_hi, v2
1067 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x6b,0x04,0x02,0x00]
1068 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1070 v_cmp_gt_f32_e64 s[10:11], m0, v2
1071 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x7c,0x04,0x02,0x00]
1072 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1074 v_cmp_gt_f32_e64 s[10:11], exec_lo, v2
1075 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x7e,0x04,0x02,0x00]
1076 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1078 v_cmp_gt_f32_e64 s[10:11], exec_hi, v2
1079 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x7f,0x04,0x02,0x00]
1080 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1082 v_cmp_gt_f32_e64 s[10:11], 0, v2
1083 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x80,0x04,0x02,0x00]
1084 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1086 v_cmp_gt_f32_e64 s[10:11], -1, v2
1087 // W64: encoding: [0x0a,0x00,0x04,0xd4,0xc1,0x04,0x02,0x00]
1088 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1090 v_cmp_gt_f32_e64 s[10:11], 0.5, v2
1091 // W64: encoding: [0x0a,0x00,0x04,0xd4,0xf0,0x04,0x02,0x00]
1092 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1094 v_cmp_gt_f32_e64 s[10:11], -4.0, v2
1095 // W64: encoding: [0x0a,0x00,0x04,0xd4,0xf7,0x04,0x02,0x00]
1096 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1098 v_cmp_gt_f32_e64 s[10:11], v1, v255
1099 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xff,0x03,0x00]
1100 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1102 v_cmp_gt_f32_e64 s[10:11], v1, s2
1103 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x00,0x00]
1104 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1106 v_cmp_gt_f32_e64 s[10:11], v1, s101
1107 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xcb,0x00,0x00]
1108 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1110 v_cmp_gt_f32_e64 s[10:11], v1, vcc_lo
1111 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xd5,0x00,0x00]
1112 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1114 v_cmp_gt_f32_e64 s[10:11], v1, vcc_hi
1115 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xd7,0x00,0x00]
1116 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1118 v_cmp_gt_f32_e64 s[10:11], v1, m0
1119 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xf9,0x00,0x00]
1120 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1122 v_cmp_gt_f32_e64 s[10:11], v1, exec_lo
1123 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xfd,0x00,0x00]
1124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1126 v_cmp_gt_f32_e64 s[10:11], v1, exec_hi
1127 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xff,0x00,0x00]
1128 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1130 v_cmp_gt_f32_e64 s[10:11], v1, 0
1131 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x01,0x01,0x00]
1132 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1134 v_cmp_gt_f32_e64 s[10:11], v1, -1
1135 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x83,0x01,0x00]
1136 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1138 v_cmp_gt_f32_e64 s[10:11], v1, 0.5
1139 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xe1,0x01,0x00]
1140 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1142 v_cmp_gt_f32_e64 s[10:11], v1, -4.0
1143 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xef,0x01,0x00]
1144 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1146 v_cmp_gt_f32_e64 s[10:11], -v1, v2
1147 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x20]
1148 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1150 v_cmp_gt_f32_e64 s[10:11], v1, -v2
1151 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x40]
1152 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1154 v_cmp_gt_f32_e64 s[10:11], -v1, -v2
1155 // W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x60]
1156 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1158 v_cmp_gt_f32_e64 s[10:11], v1, v2 clamp
1159 // W64: encoding: [0x0a,0x80,0x04,0xd4,0x01,0x05,0x02,0x00]
1160 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1162 v_cmp_gt_f32_e64 s10, v1, v2
1163 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
1164 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1166 v_cmp_gt_f32_e64 s12, v1, v2
1167 // W32: encoding: [0x0c,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
1168 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1170 v_cmp_gt_f32_e64 s100, v1, v2
1171 // W32: encoding: [0x64,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
1172 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1174 v_cmp_gt_f32_e64 vcc_lo, v1, v2
1175 // W32: encoding: [0x6a,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
1176 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1178 v_cmp_gt_f32_e64 s10, v255, v2
1179 // W32: encoding: [0x0a,0x00,0x04,0xd4,0xff,0x05,0x02,0x00]
1180 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1182 v_cmp_gt_f32_e64 s10, s1, v2
1183 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x04,0x02,0x00]
1184 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1186 v_cmp_gt_f32_e64 s10, s101, v2
1187 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x65,0x04,0x02,0x00]
1188 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1190 v_cmp_gt_f32_e64 s10, vcc_lo, v2
1191 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x6a,0x04,0x02,0x00]
1192 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1194 v_cmp_gt_f32_e64 s10, vcc_hi, v2
1195 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x6b,0x04,0x02,0x00]
1196 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1198 v_cmp_gt_f32_e64 s10, m0, v2
1199 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x7c,0x04,0x02,0x00]
1200 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1202 v_cmp_gt_f32_e64 s10, exec_lo, v2
1203 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x7e,0x04,0x02,0x00]
1204 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1206 v_cmp_gt_f32_e64 s10, exec_hi, v2
1207 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x7f,0x04,0x02,0x00]
1208 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1210 v_cmp_gt_f32_e64 s10, 0, v2
1211 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x80,0x04,0x02,0x00]
1212 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1214 v_cmp_gt_f32_e64 s10, -1, v2
1215 // W32: encoding: [0x0a,0x00,0x04,0xd4,0xc1,0x04,0x02,0x00]
1216 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1218 v_cmp_gt_f32_e64 s10, 0.5, v2
1219 // W32: encoding: [0x0a,0x00,0x04,0xd4,0xf0,0x04,0x02,0x00]
1220 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1222 v_cmp_gt_f32_e64 s10, -4.0, v2
1223 // W32: encoding: [0x0a,0x00,0x04,0xd4,0xf7,0x04,0x02,0x00]
1224 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1226 v_cmp_gt_f32_e64 s10, v1, v255
1227 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xff,0x03,0x00]
1228 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1230 v_cmp_gt_f32_e64 s10, v1, s2
1231 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x00,0x00]
1232 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1234 v_cmp_gt_f32_e64 s10, v1, s101
1235 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xcb,0x00,0x00]
1236 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1238 v_cmp_gt_f32_e64 s10, v1, vcc_lo
1239 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xd5,0x00,0x00]
1240 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1242 v_cmp_gt_f32_e64 s10, v1, vcc_hi
1243 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xd7,0x00,0x00]
1244 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1246 v_cmp_gt_f32_e64 s10, v1, m0
1247 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xf9,0x00,0x00]
1248 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1250 v_cmp_gt_f32_e64 s10, v1, exec_lo
1251 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xfd,0x00,0x00]
1252 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1254 v_cmp_gt_f32_e64 s10, v1, exec_hi
1255 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xff,0x00,0x00]
1256 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1258 v_cmp_gt_f32_e64 s10, v1, 0
1259 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x01,0x01,0x00]
1260 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1262 v_cmp_gt_f32_e64 s10, v1, -1
1263 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x83,0x01,0x00]
1264 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1266 v_cmp_gt_f32_e64 s10, v1, 0.5
1267 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xe1,0x01,0x00]
1268 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1270 v_cmp_gt_f32_e64 s10, v1, -4.0
1271 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xef,0x01,0x00]
1272 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1274 v_cmp_gt_f32_e64 s10, -v1, v2
1275 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x20]
1276 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1278 v_cmp_gt_f32_e64 s10, v1, -v2
1279 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x40]
1280 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1282 v_cmp_gt_f32_e64 s10, -v1, -v2
1283 // W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x60]
1284 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1286 v_cmp_gt_f32_e64 s10, v1, v2 clamp
1287 // W32: encoding: [0x0a,0x80,0x04,0xd4,0x01,0x05,0x02,0x00]
1288 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1290 v_cmp_lg_f32_e64 s[10:11], v1, v2
1291 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
1292 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1294 v_cmp_lg_f32_e64 s[12:13], v1, v2
1295 // W64: encoding: [0x0c,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
1296 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1298 v_cmp_lg_f32_e64 s[100:101], v1, v2
1299 // W64: encoding: [0x64,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
1300 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1302 v_cmp_lg_f32_e64 vcc, v1, v2
1303 // W64: encoding: [0x6a,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
1304 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1306 v_cmp_lg_f32_e64 s[10:11], v255, v2
1307 // W64: encoding: [0x0a,0x00,0x05,0xd4,0xff,0x05,0x02,0x00]
1308 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1310 v_cmp_lg_f32_e64 s[10:11], s1, v2
1311 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x04,0x02,0x00]
1312 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1314 v_cmp_lg_f32_e64 s[10:11], s101, v2
1315 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x65,0x04,0x02,0x00]
1316 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1318 v_cmp_lg_f32_e64 s[10:11], vcc_lo, v2
1319 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x6a,0x04,0x02,0x00]
1320 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1322 v_cmp_lg_f32_e64 s[10:11], vcc_hi, v2
1323 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x6b,0x04,0x02,0x00]
1324 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1326 v_cmp_lg_f32_e64 s[10:11], m0, v2
1327 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x7c,0x04,0x02,0x00]
1328 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1330 v_cmp_lg_f32_e64 s[10:11], exec_lo, v2
1331 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x7e,0x04,0x02,0x00]
1332 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1334 v_cmp_lg_f32_e64 s[10:11], exec_hi, v2
1335 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x7f,0x04,0x02,0x00]
1336 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1338 v_cmp_lg_f32_e64 s[10:11], 0, v2
1339 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x80,0x04,0x02,0x00]
1340 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1342 v_cmp_lg_f32_e64 s[10:11], -1, v2
1343 // W64: encoding: [0x0a,0x00,0x05,0xd4,0xc1,0x04,0x02,0x00]
1344 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1346 v_cmp_lg_f32_e64 s[10:11], 0.5, v2
1347 // W64: encoding: [0x0a,0x00,0x05,0xd4,0xf0,0x04,0x02,0x00]
1348 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1350 v_cmp_lg_f32_e64 s[10:11], -4.0, v2
1351 // W64: encoding: [0x0a,0x00,0x05,0xd4,0xf7,0x04,0x02,0x00]
1352 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1354 v_cmp_lg_f32_e64 s[10:11], v1, v255
1355 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xff,0x03,0x00]
1356 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1358 v_cmp_lg_f32_e64 s[10:11], v1, s2
1359 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x00,0x00]
1360 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1362 v_cmp_lg_f32_e64 s[10:11], v1, s101
1363 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xcb,0x00,0x00]
1364 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1366 v_cmp_lg_f32_e64 s[10:11], v1, vcc_lo
1367 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xd5,0x00,0x00]
1368 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1370 v_cmp_lg_f32_e64 s[10:11], v1, vcc_hi
1371 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xd7,0x00,0x00]
1372 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1374 v_cmp_lg_f32_e64 s[10:11], v1, m0
1375 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xf9,0x00,0x00]
1376 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1378 v_cmp_lg_f32_e64 s[10:11], v1, exec_lo
1379 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xfd,0x00,0x00]
1380 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1382 v_cmp_lg_f32_e64 s[10:11], v1, exec_hi
1383 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xff,0x00,0x00]
1384 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1386 v_cmp_lg_f32_e64 s[10:11], v1, 0
1387 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x01,0x01,0x00]
1388 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1390 v_cmp_lg_f32_e64 s[10:11], v1, -1
1391 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x83,0x01,0x00]
1392 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1394 v_cmp_lg_f32_e64 s[10:11], v1, 0.5
1395 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xe1,0x01,0x00]
1396 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1398 v_cmp_lg_f32_e64 s[10:11], v1, -4.0
1399 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xef,0x01,0x00]
1400 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1402 v_cmp_lg_f32_e64 s[10:11], -v1, v2
1403 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x20]
1404 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1406 v_cmp_lg_f32_e64 s[10:11], v1, -v2
1407 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x40]
1408 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1410 v_cmp_lg_f32_e64 s[10:11], -v1, -v2
1411 // W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x60]
1412 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1414 v_cmp_lg_f32_e64 s[10:11], v1, v2 clamp
1415 // W64: encoding: [0x0a,0x80,0x05,0xd4,0x01,0x05,0x02,0x00]
1416 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1418 v_cmp_lg_f32_e64 s10, v1, v2
1419 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
1420 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1422 v_cmp_lg_f32_e64 s12, v1, v2
1423 // W32: encoding: [0x0c,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
1424 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1426 v_cmp_lg_f32_e64 s100, v1, v2
1427 // W32: encoding: [0x64,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
1428 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1430 v_cmp_lg_f32_e64 vcc_lo, v1, v2
1431 // W32: encoding: [0x6a,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
1432 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1434 v_cmp_lg_f32_e64 s10, v255, v2
1435 // W32: encoding: [0x0a,0x00,0x05,0xd4,0xff,0x05,0x02,0x00]
1436 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1438 v_cmp_lg_f32_e64 s10, s1, v2
1439 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x04,0x02,0x00]
1440 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1442 v_cmp_lg_f32_e64 s10, s101, v2
1443 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x65,0x04,0x02,0x00]
1444 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1446 v_cmp_lg_f32_e64 s10, vcc_lo, v2
1447 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x6a,0x04,0x02,0x00]
1448 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1450 v_cmp_lg_f32_e64 s10, vcc_hi, v2
1451 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x6b,0x04,0x02,0x00]
1452 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1454 v_cmp_lg_f32_e64 s10, m0, v2
1455 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x7c,0x04,0x02,0x00]
1456 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1458 v_cmp_lg_f32_e64 s10, exec_lo, v2
1459 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x7e,0x04,0x02,0x00]
1460 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1462 v_cmp_lg_f32_e64 s10, exec_hi, v2
1463 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x7f,0x04,0x02,0x00]
1464 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1466 v_cmp_lg_f32_e64 s10, 0, v2
1467 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x80,0x04,0x02,0x00]
1468 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1470 v_cmp_lg_f32_e64 s10, -1, v2
1471 // W32: encoding: [0x0a,0x00,0x05,0xd4,0xc1,0x04,0x02,0x00]
1472 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1474 v_cmp_lg_f32_e64 s10, 0.5, v2
1475 // W32: encoding: [0x0a,0x00,0x05,0xd4,0xf0,0x04,0x02,0x00]
1476 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1478 v_cmp_lg_f32_e64 s10, -4.0, v2
1479 // W32: encoding: [0x0a,0x00,0x05,0xd4,0xf7,0x04,0x02,0x00]
1480 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1482 v_cmp_lg_f32_e64 s10, v1, v255
1483 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xff,0x03,0x00]
1484 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1486 v_cmp_lg_f32_e64 s10, v1, s2
1487 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x00,0x00]
1488 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1490 v_cmp_lg_f32_e64 s10, v1, s101
1491 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xcb,0x00,0x00]
1492 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1494 v_cmp_lg_f32_e64 s10, v1, vcc_lo
1495 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xd5,0x00,0x00]
1496 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1498 v_cmp_lg_f32_e64 s10, v1, vcc_hi
1499 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xd7,0x00,0x00]
1500 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1502 v_cmp_lg_f32_e64 s10, v1, m0
1503 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xf9,0x00,0x00]
1504 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1506 v_cmp_lg_f32_e64 s10, v1, exec_lo
1507 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xfd,0x00,0x00]
1508 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1510 v_cmp_lg_f32_e64 s10, v1, exec_hi
1511 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xff,0x00,0x00]
1512 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1514 v_cmp_lg_f32_e64 s10, v1, 0
1515 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x01,0x01,0x00]
1516 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1518 v_cmp_lg_f32_e64 s10, v1, -1
1519 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x83,0x01,0x00]
1520 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1522 v_cmp_lg_f32_e64 s10, v1, 0.5
1523 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xe1,0x01,0x00]
1524 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1526 v_cmp_lg_f32_e64 s10, v1, -4.0
1527 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xef,0x01,0x00]
1528 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1530 v_cmp_lg_f32_e64 s10, -v1, v2
1531 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x20]
1532 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1534 v_cmp_lg_f32_e64 s10, v1, -v2
1535 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x40]
1536 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1538 v_cmp_lg_f32_e64 s10, -v1, -v2
1539 // W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x60]
1540 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1542 v_cmp_lg_f32_e64 s10, v1, v2 clamp
1543 // W32: encoding: [0x0a,0x80,0x05,0xd4,0x01,0x05,0x02,0x00]
1544 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1546 v_cmp_ge_f32_e64 s[10:11], v1, v2
1547 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
1548 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1550 v_cmp_ge_f32_e64 s[12:13], v1, v2
1551 // W64: encoding: [0x0c,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
1552 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1554 v_cmp_ge_f32_e64 s[100:101], v1, v2
1555 // W64: encoding: [0x64,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
1556 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1558 v_cmp_ge_f32_e64 vcc, v1, v2
1559 // W64: encoding: [0x6a,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
1560 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1562 v_cmp_ge_f32_e64 s[10:11], v255, v2
1563 // W64: encoding: [0x0a,0x00,0x06,0xd4,0xff,0x05,0x02,0x00]
1564 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1566 v_cmp_ge_f32_e64 s[10:11], s1, v2
1567 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x04,0x02,0x00]
1568 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1570 v_cmp_ge_f32_e64 s[10:11], s101, v2
1571 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x65,0x04,0x02,0x00]
1572 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1574 v_cmp_ge_f32_e64 s[10:11], vcc_lo, v2
1575 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x6a,0x04,0x02,0x00]
1576 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1578 v_cmp_ge_f32_e64 s[10:11], vcc_hi, v2
1579 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x6b,0x04,0x02,0x00]
1580 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1582 v_cmp_ge_f32_e64 s[10:11], m0, v2
1583 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x7c,0x04,0x02,0x00]
1584 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1586 v_cmp_ge_f32_e64 s[10:11], exec_lo, v2
1587 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x7e,0x04,0x02,0x00]
1588 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1590 v_cmp_ge_f32_e64 s[10:11], exec_hi, v2
1591 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x7f,0x04,0x02,0x00]
1592 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1594 v_cmp_ge_f32_e64 s[10:11], 0, v2
1595 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x80,0x04,0x02,0x00]
1596 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1598 v_cmp_ge_f32_e64 s[10:11], -1, v2
1599 // W64: encoding: [0x0a,0x00,0x06,0xd4,0xc1,0x04,0x02,0x00]
1600 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1602 v_cmp_ge_f32_e64 s[10:11], 0.5, v2
1603 // W64: encoding: [0x0a,0x00,0x06,0xd4,0xf0,0x04,0x02,0x00]
1604 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1606 v_cmp_ge_f32_e64 s[10:11], -4.0, v2
1607 // W64: encoding: [0x0a,0x00,0x06,0xd4,0xf7,0x04,0x02,0x00]
1608 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1610 v_cmp_ge_f32_e64 s[10:11], v1, v255
1611 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xff,0x03,0x00]
1612 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1614 v_cmp_ge_f32_e64 s[10:11], v1, s2
1615 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x00,0x00]
1616 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1618 v_cmp_ge_f32_e64 s[10:11], v1, s101
1619 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xcb,0x00,0x00]
1620 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1622 v_cmp_ge_f32_e64 s[10:11], v1, vcc_lo
1623 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xd5,0x00,0x00]
1624 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1626 v_cmp_ge_f32_e64 s[10:11], v1, vcc_hi
1627 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xd7,0x00,0x00]
1628 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1630 v_cmp_ge_f32_e64 s[10:11], v1, m0
1631 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xf9,0x00,0x00]
1632 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1634 v_cmp_ge_f32_e64 s[10:11], v1, exec_lo
1635 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xfd,0x00,0x00]
1636 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1638 v_cmp_ge_f32_e64 s[10:11], v1, exec_hi
1639 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xff,0x00,0x00]
1640 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1642 v_cmp_ge_f32_e64 s[10:11], v1, 0
1643 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x01,0x01,0x00]
1644 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1646 v_cmp_ge_f32_e64 s[10:11], v1, -1
1647 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x83,0x01,0x00]
1648 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1650 v_cmp_ge_f32_e64 s[10:11], v1, 0.5
1651 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xe1,0x01,0x00]
1652 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1654 v_cmp_ge_f32_e64 s[10:11], v1, -4.0
1655 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xef,0x01,0x00]
1656 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1658 v_cmp_ge_f32_e64 s[10:11], -v1, v2
1659 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x20]
1660 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1662 v_cmp_ge_f32_e64 s[10:11], v1, -v2
1663 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x40]
1664 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1666 v_cmp_ge_f32_e64 s[10:11], -v1, -v2
1667 // W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x60]
1668 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1670 v_cmp_ge_f32_e64 s[10:11], v1, v2 clamp
1671 // W64: encoding: [0x0a,0x80,0x06,0xd4,0x01,0x05,0x02,0x00]
1672 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1674 v_cmp_ge_f32_e64 s10, v1, v2
1675 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
1676 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1678 v_cmp_ge_f32_e64 s12, v1, v2
1679 // W32: encoding: [0x0c,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
1680 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1682 v_cmp_ge_f32_e64 s100, v1, v2
1683 // W32: encoding: [0x64,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
1684 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1686 v_cmp_ge_f32_e64 vcc_lo, v1, v2
1687 // W32: encoding: [0x6a,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
1688 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1690 v_cmp_ge_f32_e64 s10, v255, v2
1691 // W32: encoding: [0x0a,0x00,0x06,0xd4,0xff,0x05,0x02,0x00]
1692 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1694 v_cmp_ge_f32_e64 s10, s1, v2
1695 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x04,0x02,0x00]
1696 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1698 v_cmp_ge_f32_e64 s10, s101, v2
1699 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x65,0x04,0x02,0x00]
1700 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1702 v_cmp_ge_f32_e64 s10, vcc_lo, v2
1703 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x6a,0x04,0x02,0x00]
1704 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1706 v_cmp_ge_f32_e64 s10, vcc_hi, v2
1707 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x6b,0x04,0x02,0x00]
1708 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1710 v_cmp_ge_f32_e64 s10, m0, v2
1711 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x7c,0x04,0x02,0x00]
1712 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1714 v_cmp_ge_f32_e64 s10, exec_lo, v2
1715 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x7e,0x04,0x02,0x00]
1716 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1718 v_cmp_ge_f32_e64 s10, exec_hi, v2
1719 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x7f,0x04,0x02,0x00]
1720 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1722 v_cmp_ge_f32_e64 s10, 0, v2
1723 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x80,0x04,0x02,0x00]
1724 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1726 v_cmp_ge_f32_e64 s10, -1, v2
1727 // W32: encoding: [0x0a,0x00,0x06,0xd4,0xc1,0x04,0x02,0x00]
1728 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1730 v_cmp_ge_f32_e64 s10, 0.5, v2
1731 // W32: encoding: [0x0a,0x00,0x06,0xd4,0xf0,0x04,0x02,0x00]
1732 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1734 v_cmp_ge_f32_e64 s10, -4.0, v2
1735 // W32: encoding: [0x0a,0x00,0x06,0xd4,0xf7,0x04,0x02,0x00]
1736 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1738 v_cmp_ge_f32_e64 s10, v1, v255
1739 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xff,0x03,0x00]
1740 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1742 v_cmp_ge_f32_e64 s10, v1, s2
1743 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x00,0x00]
1744 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1746 v_cmp_ge_f32_e64 s10, v1, s101
1747 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xcb,0x00,0x00]
1748 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1750 v_cmp_ge_f32_e64 s10, v1, vcc_lo
1751 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xd5,0x00,0x00]
1752 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1754 v_cmp_ge_f32_e64 s10, v1, vcc_hi
1755 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xd7,0x00,0x00]
1756 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1758 v_cmp_ge_f32_e64 s10, v1, m0
1759 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xf9,0x00,0x00]
1760 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1762 v_cmp_ge_f32_e64 s10, v1, exec_lo
1763 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xfd,0x00,0x00]
1764 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1766 v_cmp_ge_f32_e64 s10, v1, exec_hi
1767 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xff,0x00,0x00]
1768 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1770 v_cmp_ge_f32_e64 s10, v1, 0
1771 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x01,0x01,0x00]
1772 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1774 v_cmp_ge_f32_e64 s10, v1, -1
1775 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x83,0x01,0x00]
1776 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1778 v_cmp_ge_f32_e64 s10, v1, 0.5
1779 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xe1,0x01,0x00]
1780 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1782 v_cmp_ge_f32_e64 s10, v1, -4.0
1783 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xef,0x01,0x00]
1784 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1786 v_cmp_ge_f32_e64 s10, -v1, v2
1787 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x20]
1788 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1790 v_cmp_ge_f32_e64 s10, v1, -v2
1791 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x40]
1792 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1794 v_cmp_ge_f32_e64 s10, -v1, -v2
1795 // W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x60]
1796 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1798 v_cmp_ge_f32_e64 s10, v1, v2 clamp
1799 // W32: encoding: [0x0a,0x80,0x06,0xd4,0x01,0x05,0x02,0x00]
1800 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1802 v_cmp_o_f32_e64 s[10:11], v1, v2
1803 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
1804 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1806 v_cmp_o_f32_e64 s[12:13], v1, v2
1807 // W64: encoding: [0x0c,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
1808 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1810 v_cmp_o_f32_e64 s[100:101], v1, v2
1811 // W64: encoding: [0x64,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
1812 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1814 v_cmp_o_f32_e64 vcc, v1, v2
1815 // W64: encoding: [0x6a,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
1816 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1818 v_cmp_o_f32_e64 s[10:11], v255, v2
1819 // W64: encoding: [0x0a,0x00,0x07,0xd4,0xff,0x05,0x02,0x00]
1820 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1822 v_cmp_o_f32_e64 s[10:11], s1, v2
1823 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x04,0x02,0x00]
1824 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1826 v_cmp_o_f32_e64 s[10:11], s101, v2
1827 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x65,0x04,0x02,0x00]
1828 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1830 v_cmp_o_f32_e64 s[10:11], vcc_lo, v2
1831 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x6a,0x04,0x02,0x00]
1832 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1834 v_cmp_o_f32_e64 s[10:11], vcc_hi, v2
1835 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x6b,0x04,0x02,0x00]
1836 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1838 v_cmp_o_f32_e64 s[10:11], m0, v2
1839 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x7c,0x04,0x02,0x00]
1840 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1842 v_cmp_o_f32_e64 s[10:11], exec_lo, v2
1843 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x7e,0x04,0x02,0x00]
1844 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1846 v_cmp_o_f32_e64 s[10:11], exec_hi, v2
1847 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x7f,0x04,0x02,0x00]
1848 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1850 v_cmp_o_f32_e64 s[10:11], 0, v2
1851 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x80,0x04,0x02,0x00]
1852 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1854 v_cmp_o_f32_e64 s[10:11], -1, v2
1855 // W64: encoding: [0x0a,0x00,0x07,0xd4,0xc1,0x04,0x02,0x00]
1856 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1858 v_cmp_o_f32_e64 s[10:11], 0.5, v2
1859 // W64: encoding: [0x0a,0x00,0x07,0xd4,0xf0,0x04,0x02,0x00]
1860 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1862 v_cmp_o_f32_e64 s[10:11], -4.0, v2
1863 // W64: encoding: [0x0a,0x00,0x07,0xd4,0xf7,0x04,0x02,0x00]
1864 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1866 v_cmp_o_f32_e64 s[10:11], v1, v255
1867 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xff,0x03,0x00]
1868 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1870 v_cmp_o_f32_e64 s[10:11], v1, s2
1871 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x00,0x00]
1872 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1874 v_cmp_o_f32_e64 s[10:11], v1, s101
1875 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xcb,0x00,0x00]
1876 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1878 v_cmp_o_f32_e64 s[10:11], v1, vcc_lo
1879 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xd5,0x00,0x00]
1880 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1882 v_cmp_o_f32_e64 s[10:11], v1, vcc_hi
1883 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xd7,0x00,0x00]
1884 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1886 v_cmp_o_f32_e64 s[10:11], v1, m0
1887 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xf9,0x00,0x00]
1888 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1890 v_cmp_o_f32_e64 s[10:11], v1, exec_lo
1891 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xfd,0x00,0x00]
1892 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1894 v_cmp_o_f32_e64 s[10:11], v1, exec_hi
1895 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xff,0x00,0x00]
1896 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1898 v_cmp_o_f32_e64 s[10:11], v1, 0
1899 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x01,0x01,0x00]
1900 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1902 v_cmp_o_f32_e64 s[10:11], v1, -1
1903 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x83,0x01,0x00]
1904 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1906 v_cmp_o_f32_e64 s[10:11], v1, 0.5
1907 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xe1,0x01,0x00]
1908 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1910 v_cmp_o_f32_e64 s[10:11], v1, -4.0
1911 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xef,0x01,0x00]
1912 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1914 v_cmp_o_f32_e64 s[10:11], -v1, v2
1915 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x20]
1916 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1918 v_cmp_o_f32_e64 s[10:11], v1, -v2
1919 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x40]
1920 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1922 v_cmp_o_f32_e64 s[10:11], -v1, -v2
1923 // W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x60]
1924 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1926 v_cmp_o_f32_e64 s[10:11], v1, v2 clamp
1927 // W64: encoding: [0x0a,0x80,0x07,0xd4,0x01,0x05,0x02,0x00]
1928 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1930 v_cmp_o_f32_e64 s10, v1, v2
1931 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
1932 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1934 v_cmp_o_f32_e64 s12, v1, v2
1935 // W32: encoding: [0x0c,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
1936 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1938 v_cmp_o_f32_e64 s100, v1, v2
1939 // W32: encoding: [0x64,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
1940 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1942 v_cmp_o_f32_e64 vcc_lo, v1, v2
1943 // W32: encoding: [0x6a,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
1944 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1946 v_cmp_o_f32_e64 s10, v255, v2
1947 // W32: encoding: [0x0a,0x00,0x07,0xd4,0xff,0x05,0x02,0x00]
1948 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1950 v_cmp_o_f32_e64 s10, s1, v2
1951 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x04,0x02,0x00]
1952 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1954 v_cmp_o_f32_e64 s10, s101, v2
1955 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x65,0x04,0x02,0x00]
1956 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1958 v_cmp_o_f32_e64 s10, vcc_lo, v2
1959 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x6a,0x04,0x02,0x00]
1960 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1962 v_cmp_o_f32_e64 s10, vcc_hi, v2
1963 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x6b,0x04,0x02,0x00]
1964 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1966 v_cmp_o_f32_e64 s10, m0, v2
1967 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x7c,0x04,0x02,0x00]
1968 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1970 v_cmp_o_f32_e64 s10, exec_lo, v2
1971 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x7e,0x04,0x02,0x00]
1972 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1974 v_cmp_o_f32_e64 s10, exec_hi, v2
1975 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x7f,0x04,0x02,0x00]
1976 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1978 v_cmp_o_f32_e64 s10, 0, v2
1979 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x80,0x04,0x02,0x00]
1980 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1982 v_cmp_o_f32_e64 s10, -1, v2
1983 // W32: encoding: [0x0a,0x00,0x07,0xd4,0xc1,0x04,0x02,0x00]
1984 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1986 v_cmp_o_f32_e64 s10, 0.5, v2
1987 // W32: encoding: [0x0a,0x00,0x07,0xd4,0xf0,0x04,0x02,0x00]
1988 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1990 v_cmp_o_f32_e64 s10, -4.0, v2
1991 // W32: encoding: [0x0a,0x00,0x07,0xd4,0xf7,0x04,0x02,0x00]
1992 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1994 v_cmp_o_f32_e64 s10, v1, v255
1995 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xff,0x03,0x00]
1996 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
1998 v_cmp_o_f32_e64 s10, v1, s2
1999 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x00,0x00]
2000 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2002 v_cmp_o_f32_e64 s10, v1, s101
2003 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xcb,0x00,0x00]
2004 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2006 v_cmp_o_f32_e64 s10, v1, vcc_lo
2007 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xd5,0x00,0x00]
2008 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2010 v_cmp_o_f32_e64 s10, v1, vcc_hi
2011 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xd7,0x00,0x00]
2012 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2014 v_cmp_o_f32_e64 s10, v1, m0
2015 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xf9,0x00,0x00]
2016 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2018 v_cmp_o_f32_e64 s10, v1, exec_lo
2019 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xfd,0x00,0x00]
2020 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2022 v_cmp_o_f32_e64 s10, v1, exec_hi
2023 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xff,0x00,0x00]
2024 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2026 v_cmp_o_f32_e64 s10, v1, 0
2027 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x01,0x01,0x00]
2028 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2030 v_cmp_o_f32_e64 s10, v1, -1
2031 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x83,0x01,0x00]
2032 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2034 v_cmp_o_f32_e64 s10, v1, 0.5
2035 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xe1,0x01,0x00]
2036 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2038 v_cmp_o_f32_e64 s10, v1, -4.0
2039 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xef,0x01,0x00]
2040 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2042 v_cmp_o_f32_e64 s10, -v1, v2
2043 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x20]
2044 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2046 v_cmp_o_f32_e64 s10, v1, -v2
2047 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x40]
2048 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2050 v_cmp_o_f32_e64 s10, -v1, -v2
2051 // W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x60]
2052 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2054 v_cmp_o_f32_e64 s10, v1, v2 clamp
2055 // W32: encoding: [0x0a,0x80,0x07,0xd4,0x01,0x05,0x02,0x00]
2056 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2058 v_cmp_u_f32_e64 s[10:11], v1, v2
2059 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
2060 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2062 v_cmp_u_f32_e64 s[12:13], v1, v2
2063 // W64: encoding: [0x0c,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
2064 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2066 v_cmp_u_f32_e64 s[100:101], v1, v2
2067 // W64: encoding: [0x64,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
2068 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2070 v_cmp_u_f32_e64 vcc, v1, v2
2071 // W64: encoding: [0x6a,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
2072 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2074 v_cmp_u_f32_e64 s[10:11], v255, v2
2075 // W64: encoding: [0x0a,0x00,0x08,0xd4,0xff,0x05,0x02,0x00]
2076 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2078 v_cmp_u_f32_e64 s[10:11], s1, v2
2079 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x04,0x02,0x00]
2080 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2082 v_cmp_u_f32_e64 s[10:11], s101, v2
2083 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x65,0x04,0x02,0x00]
2084 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2086 v_cmp_u_f32_e64 s[10:11], vcc_lo, v2
2087 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x6a,0x04,0x02,0x00]
2088 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2090 v_cmp_u_f32_e64 s[10:11], vcc_hi, v2
2091 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x6b,0x04,0x02,0x00]
2092 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2094 v_cmp_u_f32_e64 s[10:11], m0, v2
2095 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x7c,0x04,0x02,0x00]
2096 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2098 v_cmp_u_f32_e64 s[10:11], exec_lo, v2
2099 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x7e,0x04,0x02,0x00]
2100 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2102 v_cmp_u_f32_e64 s[10:11], exec_hi, v2
2103 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x7f,0x04,0x02,0x00]
2104 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2106 v_cmp_u_f32_e64 s[10:11], 0, v2
2107 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x80,0x04,0x02,0x00]
2108 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2110 v_cmp_u_f32_e64 s[10:11], -1, v2
2111 // W64: encoding: [0x0a,0x00,0x08,0xd4,0xc1,0x04,0x02,0x00]
2112 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2114 v_cmp_u_f32_e64 s[10:11], 0.5, v2
2115 // W64: encoding: [0x0a,0x00,0x08,0xd4,0xf0,0x04,0x02,0x00]
2116 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2118 v_cmp_u_f32_e64 s[10:11], -4.0, v2
2119 // W64: encoding: [0x0a,0x00,0x08,0xd4,0xf7,0x04,0x02,0x00]
2120 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2122 v_cmp_u_f32_e64 s[10:11], v1, v255
2123 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xff,0x03,0x00]
2124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2126 v_cmp_u_f32_e64 s[10:11], v1, s2
2127 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x00,0x00]
2128 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2130 v_cmp_u_f32_e64 s[10:11], v1, s101
2131 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xcb,0x00,0x00]
2132 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2134 v_cmp_u_f32_e64 s[10:11], v1, vcc_lo
2135 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xd5,0x00,0x00]
2136 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2138 v_cmp_u_f32_e64 s[10:11], v1, vcc_hi
2139 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xd7,0x00,0x00]
2140 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2142 v_cmp_u_f32_e64 s[10:11], v1, m0
2143 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xf9,0x00,0x00]
2144 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2146 v_cmp_u_f32_e64 s[10:11], v1, exec_lo
2147 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xfd,0x00,0x00]
2148 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2150 v_cmp_u_f32_e64 s[10:11], v1, exec_hi
2151 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xff,0x00,0x00]
2152 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2154 v_cmp_u_f32_e64 s[10:11], v1, 0
2155 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x01,0x01,0x00]
2156 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2158 v_cmp_u_f32_e64 s[10:11], v1, -1
2159 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x83,0x01,0x00]
2160 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2162 v_cmp_u_f32_e64 s[10:11], v1, 0.5
2163 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xe1,0x01,0x00]
2164 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2166 v_cmp_u_f32_e64 s[10:11], v1, -4.0
2167 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xef,0x01,0x00]
2168 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2170 v_cmp_u_f32_e64 s[10:11], -v1, v2
2171 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x20]
2172 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2174 v_cmp_u_f32_e64 s[10:11], v1, -v2
2175 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x40]
2176 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2178 v_cmp_u_f32_e64 s[10:11], -v1, -v2
2179 // W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x60]
2180 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2182 v_cmp_u_f32_e64 s[10:11], v1, v2 clamp
2183 // W64: encoding: [0x0a,0x80,0x08,0xd4,0x01,0x05,0x02,0x00]
2184 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2186 v_cmp_u_f32_e64 s10, v1, v2
2187 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
2188 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2190 v_cmp_u_f32_e64 s12, v1, v2
2191 // W32: encoding: [0x0c,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
2192 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2194 v_cmp_u_f32_e64 s100, v1, v2
2195 // W32: encoding: [0x64,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
2196 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2198 v_cmp_u_f32_e64 vcc_lo, v1, v2
2199 // W32: encoding: [0x6a,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
2200 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2202 v_cmp_u_f32_e64 s10, v255, v2
2203 // W32: encoding: [0x0a,0x00,0x08,0xd4,0xff,0x05,0x02,0x00]
2204 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2206 v_cmp_u_f32_e64 s10, s1, v2
2207 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x04,0x02,0x00]
2208 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2210 v_cmp_u_f32_e64 s10, s101, v2
2211 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x65,0x04,0x02,0x00]
2212 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2214 v_cmp_u_f32_e64 s10, vcc_lo, v2
2215 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x6a,0x04,0x02,0x00]
2216 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2218 v_cmp_u_f32_e64 s10, vcc_hi, v2
2219 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x6b,0x04,0x02,0x00]
2220 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2222 v_cmp_u_f32_e64 s10, m0, v2
2223 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x7c,0x04,0x02,0x00]
2224 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2226 v_cmp_u_f32_e64 s10, exec_lo, v2
2227 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x7e,0x04,0x02,0x00]
2228 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2230 v_cmp_u_f32_e64 s10, exec_hi, v2
2231 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x7f,0x04,0x02,0x00]
2232 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2234 v_cmp_u_f32_e64 s10, 0, v2
2235 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x80,0x04,0x02,0x00]
2236 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2238 v_cmp_u_f32_e64 s10, -1, v2
2239 // W32: encoding: [0x0a,0x00,0x08,0xd4,0xc1,0x04,0x02,0x00]
2240 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2242 v_cmp_u_f32_e64 s10, 0.5, v2
2243 // W32: encoding: [0x0a,0x00,0x08,0xd4,0xf0,0x04,0x02,0x00]
2244 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2246 v_cmp_u_f32_e64 s10, -4.0, v2
2247 // W32: encoding: [0x0a,0x00,0x08,0xd4,0xf7,0x04,0x02,0x00]
2248 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2250 v_cmp_u_f32_e64 s10, v1, v255
2251 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xff,0x03,0x00]
2252 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2254 v_cmp_u_f32_e64 s10, v1, s2
2255 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x00,0x00]
2256 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2258 v_cmp_u_f32_e64 s10, v1, s101
2259 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xcb,0x00,0x00]
2260 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2262 v_cmp_u_f32_e64 s10, v1, vcc_lo
2263 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xd5,0x00,0x00]
2264 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2266 v_cmp_u_f32_e64 s10, v1, vcc_hi
2267 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xd7,0x00,0x00]
2268 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2270 v_cmp_u_f32_e64 s10, v1, m0
2271 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xf9,0x00,0x00]
2272 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2274 v_cmp_u_f32_e64 s10, v1, exec_lo
2275 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xfd,0x00,0x00]
2276 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2278 v_cmp_u_f32_e64 s10, v1, exec_hi
2279 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xff,0x00,0x00]
2280 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2282 v_cmp_u_f32_e64 s10, v1, 0
2283 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x01,0x01,0x00]
2284 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2286 v_cmp_u_f32_e64 s10, v1, -1
2287 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x83,0x01,0x00]
2288 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2290 v_cmp_u_f32_e64 s10, v1, 0.5
2291 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xe1,0x01,0x00]
2292 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2294 v_cmp_u_f32_e64 s10, v1, -4.0
2295 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xef,0x01,0x00]
2296 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2298 v_cmp_u_f32_e64 s10, -v1, v2
2299 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x20]
2300 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2302 v_cmp_u_f32_e64 s10, v1, -v2
2303 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x40]
2304 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2306 v_cmp_u_f32_e64 s10, -v1, -v2
2307 // W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x60]
2308 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2310 v_cmp_u_f32_e64 s10, v1, v2 clamp
2311 // W32: encoding: [0x0a,0x80,0x08,0xd4,0x01,0x05,0x02,0x00]
2312 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2314 v_cmp_nge_f32_e64 s[10:11], v1, v2
2315 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
2316 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2318 v_cmp_nge_f32_e64 s[12:13], v1, v2
2319 // W64: encoding: [0x0c,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
2320 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2322 v_cmp_nge_f32_e64 s[100:101], v1, v2
2323 // W64: encoding: [0x64,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
2324 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2326 v_cmp_nge_f32_e64 vcc, v1, v2
2327 // W64: encoding: [0x6a,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
2328 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2330 v_cmp_nge_f32_e64 s[10:11], v255, v2
2331 // W64: encoding: [0x0a,0x00,0x09,0xd4,0xff,0x05,0x02,0x00]
2332 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2334 v_cmp_nge_f32_e64 s[10:11], s1, v2
2335 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x04,0x02,0x00]
2336 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2338 v_cmp_nge_f32_e64 s[10:11], s101, v2
2339 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x65,0x04,0x02,0x00]
2340 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2342 v_cmp_nge_f32_e64 s[10:11], vcc_lo, v2
2343 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x6a,0x04,0x02,0x00]
2344 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2346 v_cmp_nge_f32_e64 s[10:11], vcc_hi, v2
2347 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x6b,0x04,0x02,0x00]
2348 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2350 v_cmp_nge_f32_e64 s[10:11], m0, v2
2351 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x7c,0x04,0x02,0x00]
2352 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2354 v_cmp_nge_f32_e64 s[10:11], exec_lo, v2
2355 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x7e,0x04,0x02,0x00]
2356 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2358 v_cmp_nge_f32_e64 s[10:11], exec_hi, v2
2359 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x7f,0x04,0x02,0x00]
2360 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2362 v_cmp_nge_f32_e64 s[10:11], 0, v2
2363 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x80,0x04,0x02,0x00]
2364 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2366 v_cmp_nge_f32_e64 s[10:11], -1, v2
2367 // W64: encoding: [0x0a,0x00,0x09,0xd4,0xc1,0x04,0x02,0x00]
2368 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2370 v_cmp_nge_f32_e64 s[10:11], 0.5, v2
2371 // W64: encoding: [0x0a,0x00,0x09,0xd4,0xf0,0x04,0x02,0x00]
2372 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2374 v_cmp_nge_f32_e64 s[10:11], -4.0, v2
2375 // W64: encoding: [0x0a,0x00,0x09,0xd4,0xf7,0x04,0x02,0x00]
2376 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2378 v_cmp_nge_f32_e64 s[10:11], v1, v255
2379 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xff,0x03,0x00]
2380 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2382 v_cmp_nge_f32_e64 s[10:11], v1, s2
2383 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x00,0x00]
2384 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2386 v_cmp_nge_f32_e64 s[10:11], v1, s101
2387 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xcb,0x00,0x00]
2388 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2390 v_cmp_nge_f32_e64 s[10:11], v1, vcc_lo
2391 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xd5,0x00,0x00]
2392 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2394 v_cmp_nge_f32_e64 s[10:11], v1, vcc_hi
2395 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xd7,0x00,0x00]
2396 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2398 v_cmp_nge_f32_e64 s[10:11], v1, m0
2399 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xf9,0x00,0x00]
2400 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2402 v_cmp_nge_f32_e64 s[10:11], v1, exec_lo
2403 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xfd,0x00,0x00]
2404 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2406 v_cmp_nge_f32_e64 s[10:11], v1, exec_hi
2407 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xff,0x00,0x00]
2408 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2410 v_cmp_nge_f32_e64 s[10:11], v1, 0
2411 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x01,0x01,0x00]
2412 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2414 v_cmp_nge_f32_e64 s[10:11], v1, -1
2415 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x83,0x01,0x00]
2416 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2418 v_cmp_nge_f32_e64 s[10:11], v1, 0.5
2419 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xe1,0x01,0x00]
2420 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2422 v_cmp_nge_f32_e64 s[10:11], v1, -4.0
2423 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xef,0x01,0x00]
2424 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2426 v_cmp_nge_f32_e64 s[10:11], -v1, v2
2427 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x20]
2428 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2430 v_cmp_nge_f32_e64 s[10:11], v1, -v2
2431 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x40]
2432 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2434 v_cmp_nge_f32_e64 s[10:11], -v1, -v2
2435 // W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x60]
2436 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2438 v_cmp_nge_f32_e64 s[10:11], v1, v2 clamp
2439 // W64: encoding: [0x0a,0x80,0x09,0xd4,0x01,0x05,0x02,0x00]
2440 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2442 v_cmp_nge_f32_e64 s10, v1, v2
2443 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
2444 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2446 v_cmp_nge_f32_e64 s12, v1, v2
2447 // W32: encoding: [0x0c,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
2448 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2450 v_cmp_nge_f32_e64 s100, v1, v2
2451 // W32: encoding: [0x64,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
2452 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2454 v_cmp_nge_f32_e64 vcc_lo, v1, v2
2455 // W32: encoding: [0x6a,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
2456 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2458 v_cmp_nge_f32_e64 s10, v255, v2
2459 // W32: encoding: [0x0a,0x00,0x09,0xd4,0xff,0x05,0x02,0x00]
2460 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2462 v_cmp_nge_f32_e64 s10, s1, v2
2463 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x04,0x02,0x00]
2464 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2466 v_cmp_nge_f32_e64 s10, s101, v2
2467 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x65,0x04,0x02,0x00]
2468 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2470 v_cmp_nge_f32_e64 s10, vcc_lo, v2
2471 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x6a,0x04,0x02,0x00]
2472 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2474 v_cmp_nge_f32_e64 s10, vcc_hi, v2
2475 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x6b,0x04,0x02,0x00]
2476 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2478 v_cmp_nge_f32_e64 s10, m0, v2
2479 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x7c,0x04,0x02,0x00]
2480 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2482 v_cmp_nge_f32_e64 s10, exec_lo, v2
2483 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x7e,0x04,0x02,0x00]
2484 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2486 v_cmp_nge_f32_e64 s10, exec_hi, v2
2487 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x7f,0x04,0x02,0x00]
2488 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2490 v_cmp_nge_f32_e64 s10, 0, v2
2491 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x80,0x04,0x02,0x00]
2492 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2494 v_cmp_nge_f32_e64 s10, -1, v2
2495 // W32: encoding: [0x0a,0x00,0x09,0xd4,0xc1,0x04,0x02,0x00]
2496 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2498 v_cmp_nge_f32_e64 s10, 0.5, v2
2499 // W32: encoding: [0x0a,0x00,0x09,0xd4,0xf0,0x04,0x02,0x00]
2500 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2502 v_cmp_nge_f32_e64 s10, -4.0, v2
2503 // W32: encoding: [0x0a,0x00,0x09,0xd4,0xf7,0x04,0x02,0x00]
2504 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2506 v_cmp_nge_f32_e64 s10, v1, v255
2507 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xff,0x03,0x00]
2508 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2510 v_cmp_nge_f32_e64 s10, v1, s2
2511 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x00,0x00]
2512 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2514 v_cmp_nge_f32_e64 s10, v1, s101
2515 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xcb,0x00,0x00]
2516 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2518 v_cmp_nge_f32_e64 s10, v1, vcc_lo
2519 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xd5,0x00,0x00]
2520 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2522 v_cmp_nge_f32_e64 s10, v1, vcc_hi
2523 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xd7,0x00,0x00]
2524 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2526 v_cmp_nge_f32_e64 s10, v1, m0
2527 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xf9,0x00,0x00]
2528 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2530 v_cmp_nge_f32_e64 s10, v1, exec_lo
2531 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xfd,0x00,0x00]
2532 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2534 v_cmp_nge_f32_e64 s10, v1, exec_hi
2535 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xff,0x00,0x00]
2536 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2538 v_cmp_nge_f32_e64 s10, v1, 0
2539 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x01,0x01,0x00]
2540 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2542 v_cmp_nge_f32_e64 s10, v1, -1
2543 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x83,0x01,0x00]
2544 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2546 v_cmp_nge_f32_e64 s10, v1, 0.5
2547 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xe1,0x01,0x00]
2548 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2550 v_cmp_nge_f32_e64 s10, v1, -4.0
2551 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xef,0x01,0x00]
2552 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2554 v_cmp_nge_f32_e64 s10, -v1, v2
2555 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x20]
2556 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2558 v_cmp_nge_f32_e64 s10, v1, -v2
2559 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x40]
2560 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2562 v_cmp_nge_f32_e64 s10, -v1, -v2
2563 // W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x60]
2564 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2566 v_cmp_nge_f32_e64 s10, v1, v2 clamp
2567 // W32: encoding: [0x0a,0x80,0x09,0xd4,0x01,0x05,0x02,0x00]
2568 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2570 v_cmp_nlg_f32_e64 s[10:11], v1, v2
2571 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
2572 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2574 v_cmp_nlg_f32_e64 s[12:13], v1, v2
2575 // W64: encoding: [0x0c,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
2576 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2578 v_cmp_nlg_f32_e64 s[100:101], v1, v2
2579 // W64: encoding: [0x64,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
2580 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2582 v_cmp_nlg_f32_e64 vcc, v1, v2
2583 // W64: encoding: [0x6a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
2584 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2586 v_cmp_nlg_f32_e64 s[10:11], v255, v2
2587 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0xff,0x05,0x02,0x00]
2588 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2590 v_cmp_nlg_f32_e64 s[10:11], s1, v2
2591 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x04,0x02,0x00]
2592 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2594 v_cmp_nlg_f32_e64 s[10:11], s101, v2
2595 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x65,0x04,0x02,0x00]
2596 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2598 v_cmp_nlg_f32_e64 s[10:11], vcc_lo, v2
2599 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x6a,0x04,0x02,0x00]
2600 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2602 v_cmp_nlg_f32_e64 s[10:11], vcc_hi, v2
2603 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x6b,0x04,0x02,0x00]
2604 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2606 v_cmp_nlg_f32_e64 s[10:11], m0, v2
2607 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x7c,0x04,0x02,0x00]
2608 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2610 v_cmp_nlg_f32_e64 s[10:11], exec_lo, v2
2611 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x7e,0x04,0x02,0x00]
2612 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2614 v_cmp_nlg_f32_e64 s[10:11], exec_hi, v2
2615 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x7f,0x04,0x02,0x00]
2616 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2618 v_cmp_nlg_f32_e64 s[10:11], 0, v2
2619 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x80,0x04,0x02,0x00]
2620 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2622 v_cmp_nlg_f32_e64 s[10:11], -1, v2
2623 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0xc1,0x04,0x02,0x00]
2624 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2626 v_cmp_nlg_f32_e64 s[10:11], 0.5, v2
2627 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0xf0,0x04,0x02,0x00]
2628 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2630 v_cmp_nlg_f32_e64 s[10:11], -4.0, v2
2631 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0xf7,0x04,0x02,0x00]
2632 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2634 v_cmp_nlg_f32_e64 s[10:11], v1, v255
2635 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xff,0x03,0x00]
2636 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2638 v_cmp_nlg_f32_e64 s[10:11], v1, s2
2639 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x00,0x00]
2640 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2642 v_cmp_nlg_f32_e64 s[10:11], v1, s101
2643 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xcb,0x00,0x00]
2644 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2646 v_cmp_nlg_f32_e64 s[10:11], v1, vcc_lo
2647 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xd5,0x00,0x00]
2648 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2650 v_cmp_nlg_f32_e64 s[10:11], v1, vcc_hi
2651 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xd7,0x00,0x00]
2652 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2654 v_cmp_nlg_f32_e64 s[10:11], v1, m0
2655 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xf9,0x00,0x00]
2656 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2658 v_cmp_nlg_f32_e64 s[10:11], v1, exec_lo
2659 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xfd,0x00,0x00]
2660 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2662 v_cmp_nlg_f32_e64 s[10:11], v1, exec_hi
2663 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xff,0x00,0x00]
2664 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2666 v_cmp_nlg_f32_e64 s[10:11], v1, 0
2667 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x01,0x01,0x00]
2668 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2670 v_cmp_nlg_f32_e64 s[10:11], v1, -1
2671 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x83,0x01,0x00]
2672 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2674 v_cmp_nlg_f32_e64 s[10:11], v1, 0.5
2675 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xe1,0x01,0x00]
2676 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2678 v_cmp_nlg_f32_e64 s[10:11], v1, -4.0
2679 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xef,0x01,0x00]
2680 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2682 v_cmp_nlg_f32_e64 s[10:11], -v1, v2
2683 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x20]
2684 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2686 v_cmp_nlg_f32_e64 s[10:11], v1, -v2
2687 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x40]
2688 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2690 v_cmp_nlg_f32_e64 s[10:11], -v1, -v2
2691 // W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x60]
2692 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2694 v_cmp_nlg_f32_e64 s[10:11], v1, v2 clamp
2695 // W64: encoding: [0x0a,0x80,0x0a,0xd4,0x01,0x05,0x02,0x00]
2696 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2698 v_cmp_nlg_f32_e64 s10, v1, v2
2699 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
2700 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2702 v_cmp_nlg_f32_e64 s12, v1, v2
2703 // W32: encoding: [0x0c,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
2704 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2706 v_cmp_nlg_f32_e64 s100, v1, v2
2707 // W32: encoding: [0x64,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
2708 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2710 v_cmp_nlg_f32_e64 vcc_lo, v1, v2
2711 // W32: encoding: [0x6a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
2712 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2714 v_cmp_nlg_f32_e64 s10, v255, v2
2715 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0xff,0x05,0x02,0x00]
2716 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2718 v_cmp_nlg_f32_e64 s10, s1, v2
2719 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x04,0x02,0x00]
2720 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2722 v_cmp_nlg_f32_e64 s10, s101, v2
2723 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x65,0x04,0x02,0x00]
2724 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2726 v_cmp_nlg_f32_e64 s10, vcc_lo, v2
2727 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x6a,0x04,0x02,0x00]
2728 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2730 v_cmp_nlg_f32_e64 s10, vcc_hi, v2
2731 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x6b,0x04,0x02,0x00]
2732 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2734 v_cmp_nlg_f32_e64 s10, m0, v2
2735 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x7c,0x04,0x02,0x00]
2736 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2738 v_cmp_nlg_f32_e64 s10, exec_lo, v2
2739 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x7e,0x04,0x02,0x00]
2740 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2742 v_cmp_nlg_f32_e64 s10, exec_hi, v2
2743 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x7f,0x04,0x02,0x00]
2744 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2746 v_cmp_nlg_f32_e64 s10, 0, v2
2747 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x80,0x04,0x02,0x00]
2748 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2750 v_cmp_nlg_f32_e64 s10, -1, v2
2751 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0xc1,0x04,0x02,0x00]
2752 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2754 v_cmp_nlg_f32_e64 s10, 0.5, v2
2755 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0xf0,0x04,0x02,0x00]
2756 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2758 v_cmp_nlg_f32_e64 s10, -4.0, v2
2759 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0xf7,0x04,0x02,0x00]
2760 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2762 v_cmp_nlg_f32_e64 s10, v1, v255
2763 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xff,0x03,0x00]
2764 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2766 v_cmp_nlg_f32_e64 s10, v1, s2
2767 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x00,0x00]
2768 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2770 v_cmp_nlg_f32_e64 s10, v1, s101
2771 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xcb,0x00,0x00]
2772 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2774 v_cmp_nlg_f32_e64 s10, v1, vcc_lo
2775 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xd5,0x00,0x00]
2776 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2778 v_cmp_nlg_f32_e64 s10, v1, vcc_hi
2779 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xd7,0x00,0x00]
2780 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2782 v_cmp_nlg_f32_e64 s10, v1, m0
2783 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xf9,0x00,0x00]
2784 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2786 v_cmp_nlg_f32_e64 s10, v1, exec_lo
2787 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xfd,0x00,0x00]
2788 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2790 v_cmp_nlg_f32_e64 s10, v1, exec_hi
2791 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xff,0x00,0x00]
2792 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2794 v_cmp_nlg_f32_e64 s10, v1, 0
2795 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x01,0x01,0x00]
2796 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2798 v_cmp_nlg_f32_e64 s10, v1, -1
2799 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x83,0x01,0x00]
2800 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2802 v_cmp_nlg_f32_e64 s10, v1, 0.5
2803 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xe1,0x01,0x00]
2804 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2806 v_cmp_nlg_f32_e64 s10, v1, -4.0
2807 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xef,0x01,0x00]
2808 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2810 v_cmp_nlg_f32_e64 s10, -v1, v2
2811 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x20]
2812 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2814 v_cmp_nlg_f32_e64 s10, v1, -v2
2815 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x40]
2816 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2818 v_cmp_nlg_f32_e64 s10, -v1, -v2
2819 // W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x60]
2820 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2822 v_cmp_nlg_f32_e64 s10, v1, v2 clamp
2823 // W32: encoding: [0x0a,0x80,0x0a,0xd4,0x01,0x05,0x02,0x00]
2824 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2826 v_cmp_ngt_f32_e64 s[10:11], v1, v2
2827 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
2828 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2830 v_cmp_ngt_f32_e64 s[12:13], v1, v2
2831 // W64: encoding: [0x0c,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
2832 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2834 v_cmp_ngt_f32_e64 s[100:101], v1, v2
2835 // W64: encoding: [0x64,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
2836 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2838 v_cmp_ngt_f32_e64 vcc, v1, v2
2839 // W64: encoding: [0x6a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
2840 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2842 v_cmp_ngt_f32_e64 s[10:11], v255, v2
2843 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0xff,0x05,0x02,0x00]
2844 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2846 v_cmp_ngt_f32_e64 s[10:11], s1, v2
2847 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x04,0x02,0x00]
2848 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2850 v_cmp_ngt_f32_e64 s[10:11], s101, v2
2851 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x65,0x04,0x02,0x00]
2852 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2854 v_cmp_ngt_f32_e64 s[10:11], vcc_lo, v2
2855 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x6a,0x04,0x02,0x00]
2856 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2858 v_cmp_ngt_f32_e64 s[10:11], vcc_hi, v2
2859 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x6b,0x04,0x02,0x00]
2860 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2862 v_cmp_ngt_f32_e64 s[10:11], m0, v2
2863 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x7c,0x04,0x02,0x00]
2864 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2866 v_cmp_ngt_f32_e64 s[10:11], exec_lo, v2
2867 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x7e,0x04,0x02,0x00]
2868 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2870 v_cmp_ngt_f32_e64 s[10:11], exec_hi, v2
2871 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x7f,0x04,0x02,0x00]
2872 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2874 v_cmp_ngt_f32_e64 s[10:11], 0, v2
2875 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x80,0x04,0x02,0x00]
2876 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2878 v_cmp_ngt_f32_e64 s[10:11], -1, v2
2879 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0xc1,0x04,0x02,0x00]
2880 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2882 v_cmp_ngt_f32_e64 s[10:11], 0.5, v2
2883 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0xf0,0x04,0x02,0x00]
2884 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2886 v_cmp_ngt_f32_e64 s[10:11], -4.0, v2
2887 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0xf7,0x04,0x02,0x00]
2888 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2890 v_cmp_ngt_f32_e64 s[10:11], v1, v255
2891 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xff,0x03,0x00]
2892 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2894 v_cmp_ngt_f32_e64 s[10:11], v1, s2
2895 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x00,0x00]
2896 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2898 v_cmp_ngt_f32_e64 s[10:11], v1, s101
2899 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xcb,0x00,0x00]
2900 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2902 v_cmp_ngt_f32_e64 s[10:11], v1, vcc_lo
2903 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xd5,0x00,0x00]
2904 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2906 v_cmp_ngt_f32_e64 s[10:11], v1, vcc_hi
2907 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xd7,0x00,0x00]
2908 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2910 v_cmp_ngt_f32_e64 s[10:11], v1, m0
2911 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xf9,0x00,0x00]
2912 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2914 v_cmp_ngt_f32_e64 s[10:11], v1, exec_lo
2915 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xfd,0x00,0x00]
2916 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2918 v_cmp_ngt_f32_e64 s[10:11], v1, exec_hi
2919 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xff,0x00,0x00]
2920 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2922 v_cmp_ngt_f32_e64 s[10:11], v1, 0
2923 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x01,0x01,0x00]
2924 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2926 v_cmp_ngt_f32_e64 s[10:11], v1, -1
2927 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x83,0x01,0x00]
2928 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2930 v_cmp_ngt_f32_e64 s[10:11], v1, 0.5
2931 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xe1,0x01,0x00]
2932 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2934 v_cmp_ngt_f32_e64 s[10:11], v1, -4.0
2935 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xef,0x01,0x00]
2936 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2938 v_cmp_ngt_f32_e64 s[10:11], -v1, v2
2939 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x20]
2940 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2942 v_cmp_ngt_f32_e64 s[10:11], v1, -v2
2943 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x40]
2944 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2946 v_cmp_ngt_f32_e64 s[10:11], -v1, -v2
2947 // W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x60]
2948 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2950 v_cmp_ngt_f32_e64 s[10:11], v1, v2 clamp
2951 // W64: encoding: [0x0a,0x80,0x0b,0xd4,0x01,0x05,0x02,0x00]
2952 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2954 v_cmp_ngt_f32_e64 s10, v1, v2
2955 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
2956 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2958 v_cmp_ngt_f32_e64 s12, v1, v2
2959 // W32: encoding: [0x0c,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
2960 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2962 v_cmp_ngt_f32_e64 s100, v1, v2
2963 // W32: encoding: [0x64,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
2964 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2966 v_cmp_ngt_f32_e64 vcc_lo, v1, v2
2967 // W32: encoding: [0x6a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
2968 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2970 v_cmp_ngt_f32_e64 s10, v255, v2
2971 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0xff,0x05,0x02,0x00]
2972 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2974 v_cmp_ngt_f32_e64 s10, s1, v2
2975 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x04,0x02,0x00]
2976 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2978 v_cmp_ngt_f32_e64 s10, s101, v2
2979 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x65,0x04,0x02,0x00]
2980 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2982 v_cmp_ngt_f32_e64 s10, vcc_lo, v2
2983 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x6a,0x04,0x02,0x00]
2984 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2986 v_cmp_ngt_f32_e64 s10, vcc_hi, v2
2987 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x6b,0x04,0x02,0x00]
2988 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2990 v_cmp_ngt_f32_e64 s10, m0, v2
2991 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x7c,0x04,0x02,0x00]
2992 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2994 v_cmp_ngt_f32_e64 s10, exec_lo, v2
2995 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x7e,0x04,0x02,0x00]
2996 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
2998 v_cmp_ngt_f32_e64 s10, exec_hi, v2
2999 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x7f,0x04,0x02,0x00]
3000 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3002 v_cmp_ngt_f32_e64 s10, 0, v2
3003 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x80,0x04,0x02,0x00]
3004 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3006 v_cmp_ngt_f32_e64 s10, -1, v2
3007 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0xc1,0x04,0x02,0x00]
3008 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3010 v_cmp_ngt_f32_e64 s10, 0.5, v2
3011 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0xf0,0x04,0x02,0x00]
3012 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3014 v_cmp_ngt_f32_e64 s10, -4.0, v2
3015 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0xf7,0x04,0x02,0x00]
3016 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3018 v_cmp_ngt_f32_e64 s10, v1, v255
3019 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xff,0x03,0x00]
3020 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3022 v_cmp_ngt_f32_e64 s10, v1, s2
3023 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x00,0x00]
3024 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3026 v_cmp_ngt_f32_e64 s10, v1, s101
3027 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xcb,0x00,0x00]
3028 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3030 v_cmp_ngt_f32_e64 s10, v1, vcc_lo
3031 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xd5,0x00,0x00]
3032 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3034 v_cmp_ngt_f32_e64 s10, v1, vcc_hi
3035 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xd7,0x00,0x00]
3036 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3038 v_cmp_ngt_f32_e64 s10, v1, m0
3039 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xf9,0x00,0x00]
3040 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3042 v_cmp_ngt_f32_e64 s10, v1, exec_lo
3043 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xfd,0x00,0x00]
3044 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3046 v_cmp_ngt_f32_e64 s10, v1, exec_hi
3047 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xff,0x00,0x00]
3048 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3050 v_cmp_ngt_f32_e64 s10, v1, 0
3051 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x01,0x01,0x00]
3052 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3054 v_cmp_ngt_f32_e64 s10, v1, -1
3055 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x83,0x01,0x00]
3056 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3058 v_cmp_ngt_f32_e64 s10, v1, 0.5
3059 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xe1,0x01,0x00]
3060 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3062 v_cmp_ngt_f32_e64 s10, v1, -4.0
3063 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xef,0x01,0x00]
3064 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3066 v_cmp_ngt_f32_e64 s10, -v1, v2
3067 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x20]
3068 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3070 v_cmp_ngt_f32_e64 s10, v1, -v2
3071 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x40]
3072 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3074 v_cmp_ngt_f32_e64 s10, -v1, -v2
3075 // W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x60]
3076 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3078 v_cmp_ngt_f32_e64 s10, v1, v2 clamp
3079 // W32: encoding: [0x0a,0x80,0x0b,0xd4,0x01,0x05,0x02,0x00]
3080 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3082 v_cmp_nle_f32_e64 s[10:11], v1, v2
3083 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
3084 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3086 v_cmp_nle_f32_e64 s[12:13], v1, v2
3087 // W64: encoding: [0x0c,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
3088 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3090 v_cmp_nle_f32_e64 s[100:101], v1, v2
3091 // W64: encoding: [0x64,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
3092 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3094 v_cmp_nle_f32_e64 vcc, v1, v2
3095 // W64: encoding: [0x6a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
3096 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3098 v_cmp_nle_f32_e64 s[10:11], v255, v2
3099 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0xff,0x05,0x02,0x00]
3100 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3102 v_cmp_nle_f32_e64 s[10:11], s1, v2
3103 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x04,0x02,0x00]
3104 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3106 v_cmp_nle_f32_e64 s[10:11], s101, v2
3107 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x65,0x04,0x02,0x00]
3108 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3110 v_cmp_nle_f32_e64 s[10:11], vcc_lo, v2
3111 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x6a,0x04,0x02,0x00]
3112 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3114 v_cmp_nle_f32_e64 s[10:11], vcc_hi, v2
3115 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x6b,0x04,0x02,0x00]
3116 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3118 v_cmp_nle_f32_e64 s[10:11], m0, v2
3119 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x7c,0x04,0x02,0x00]
3120 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3122 v_cmp_nle_f32_e64 s[10:11], exec_lo, v2
3123 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x7e,0x04,0x02,0x00]
3124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3126 v_cmp_nle_f32_e64 s[10:11], exec_hi, v2
3127 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x7f,0x04,0x02,0x00]
3128 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3130 v_cmp_nle_f32_e64 s[10:11], 0, v2
3131 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x80,0x04,0x02,0x00]
3132 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3134 v_cmp_nle_f32_e64 s[10:11], -1, v2
3135 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0xc1,0x04,0x02,0x00]
3136 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3138 v_cmp_nle_f32_e64 s[10:11], 0.5, v2
3139 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0xf0,0x04,0x02,0x00]
3140 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3142 v_cmp_nle_f32_e64 s[10:11], -4.0, v2
3143 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0xf7,0x04,0x02,0x00]
3144 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3146 v_cmp_nle_f32_e64 s[10:11], v1, v255
3147 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xff,0x03,0x00]
3148 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3150 v_cmp_nle_f32_e64 s[10:11], v1, s2
3151 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x00,0x00]
3152 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3154 v_cmp_nle_f32_e64 s[10:11], v1, s101
3155 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xcb,0x00,0x00]
3156 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3158 v_cmp_nle_f32_e64 s[10:11], v1, vcc_lo
3159 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xd5,0x00,0x00]
3160 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3162 v_cmp_nle_f32_e64 s[10:11], v1, vcc_hi
3163 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xd7,0x00,0x00]
3164 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3166 v_cmp_nle_f32_e64 s[10:11], v1, m0
3167 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xf9,0x00,0x00]
3168 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3170 v_cmp_nle_f32_e64 s[10:11], v1, exec_lo
3171 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xfd,0x00,0x00]
3172 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3174 v_cmp_nle_f32_e64 s[10:11], v1, exec_hi
3175 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xff,0x00,0x00]
3176 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3178 v_cmp_nle_f32_e64 s[10:11], v1, 0
3179 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x01,0x01,0x00]
3180 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3182 v_cmp_nle_f32_e64 s[10:11], v1, -1
3183 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x83,0x01,0x00]
3184 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3186 v_cmp_nle_f32_e64 s[10:11], v1, 0.5
3187 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xe1,0x01,0x00]
3188 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3190 v_cmp_nle_f32_e64 s[10:11], v1, -4.0
3191 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xef,0x01,0x00]
3192 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3194 v_cmp_nle_f32_e64 s[10:11], -v1, v2
3195 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x20]
3196 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3198 v_cmp_nle_f32_e64 s[10:11], v1, -v2
3199 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x40]
3200 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3202 v_cmp_nle_f32_e64 s[10:11], -v1, -v2
3203 // W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x60]
3204 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3206 v_cmp_nle_f32_e64 s[10:11], v1, v2 clamp
3207 // W64: encoding: [0x0a,0x80,0x0c,0xd4,0x01,0x05,0x02,0x00]
3208 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3210 v_cmp_nle_f32_e64 s10, v1, v2
3211 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
3212 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3214 v_cmp_nle_f32_e64 s12, v1, v2
3215 // W32: encoding: [0x0c,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
3216 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3218 v_cmp_nle_f32_e64 s100, v1, v2
3219 // W32: encoding: [0x64,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
3220 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3222 v_cmp_nle_f32_e64 vcc_lo, v1, v2
3223 // W32: encoding: [0x6a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
3224 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3226 v_cmp_nle_f32_e64 s10, v255, v2
3227 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0xff,0x05,0x02,0x00]
3228 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3230 v_cmp_nle_f32_e64 s10, s1, v2
3231 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x04,0x02,0x00]
3232 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3234 v_cmp_nle_f32_e64 s10, s101, v2
3235 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x65,0x04,0x02,0x00]
3236 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3238 v_cmp_nle_f32_e64 s10, vcc_lo, v2
3239 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x6a,0x04,0x02,0x00]
3240 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3242 v_cmp_nle_f32_e64 s10, vcc_hi, v2
3243 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x6b,0x04,0x02,0x00]
3244 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3246 v_cmp_nle_f32_e64 s10, m0, v2
3247 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x7c,0x04,0x02,0x00]
3248 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3250 v_cmp_nle_f32_e64 s10, exec_lo, v2
3251 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x7e,0x04,0x02,0x00]
3252 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3254 v_cmp_nle_f32_e64 s10, exec_hi, v2
3255 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x7f,0x04,0x02,0x00]
3256 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3258 v_cmp_nle_f32_e64 s10, 0, v2
3259 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x80,0x04,0x02,0x00]
3260 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3262 v_cmp_nle_f32_e64 s10, -1, v2
3263 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0xc1,0x04,0x02,0x00]
3264 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3266 v_cmp_nle_f32_e64 s10, 0.5, v2
3267 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0xf0,0x04,0x02,0x00]
3268 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3270 v_cmp_nle_f32_e64 s10, -4.0, v2
3271 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0xf7,0x04,0x02,0x00]
3272 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3274 v_cmp_nle_f32_e64 s10, v1, v255
3275 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xff,0x03,0x00]
3276 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3278 v_cmp_nle_f32_e64 s10, v1, s2
3279 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x00,0x00]
3280 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3282 v_cmp_nle_f32_e64 s10, v1, s101
3283 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xcb,0x00,0x00]
3284 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3286 v_cmp_nle_f32_e64 s10, v1, vcc_lo
3287 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xd5,0x00,0x00]
3288 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3290 v_cmp_nle_f32_e64 s10, v1, vcc_hi
3291 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xd7,0x00,0x00]
3292 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3294 v_cmp_nle_f32_e64 s10, v1, m0
3295 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xf9,0x00,0x00]
3296 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3298 v_cmp_nle_f32_e64 s10, v1, exec_lo
3299 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xfd,0x00,0x00]
3300 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3302 v_cmp_nle_f32_e64 s10, v1, exec_hi
3303 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xff,0x00,0x00]
3304 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3306 v_cmp_nle_f32_e64 s10, v1, 0
3307 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x01,0x01,0x00]
3308 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3310 v_cmp_nle_f32_e64 s10, v1, -1
3311 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x83,0x01,0x00]
3312 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3314 v_cmp_nle_f32_e64 s10, v1, 0.5
3315 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xe1,0x01,0x00]
3316 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3318 v_cmp_nle_f32_e64 s10, v1, -4.0
3319 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xef,0x01,0x00]
3320 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3322 v_cmp_nle_f32_e64 s10, -v1, v2
3323 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x20]
3324 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3326 v_cmp_nle_f32_e64 s10, v1, -v2
3327 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x40]
3328 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3330 v_cmp_nle_f32_e64 s10, -v1, -v2
3331 // W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x60]
3332 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3334 v_cmp_nle_f32_e64 s10, v1, v2 clamp
3335 // W32: encoding: [0x0a,0x80,0x0c,0xd4,0x01,0x05,0x02,0x00]
3336 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3338 v_cmp_neq_f32_e64 s[10:11], v1, v2
3339 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
3340 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3342 v_cmp_neq_f32_e64 s[12:13], v1, v2
3343 // W64: encoding: [0x0c,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
3344 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3346 v_cmp_neq_f32_e64 s[100:101], v1, v2
3347 // W64: encoding: [0x64,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
3348 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3350 v_cmp_neq_f32_e64 vcc, v1, v2
3351 // W64: encoding: [0x6a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
3352 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3354 v_cmp_neq_f32_e64 s[10:11], v255, v2
3355 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0xff,0x05,0x02,0x00]
3356 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3358 v_cmp_neq_f32_e64 s[10:11], s1, v2
3359 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x04,0x02,0x00]
3360 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3362 v_cmp_neq_f32_e64 s[10:11], s101, v2
3363 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x65,0x04,0x02,0x00]
3364 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3366 v_cmp_neq_f32_e64 s[10:11], vcc_lo, v2
3367 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x6a,0x04,0x02,0x00]
3368 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3370 v_cmp_neq_f32_e64 s[10:11], vcc_hi, v2
3371 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x6b,0x04,0x02,0x00]
3372 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3374 v_cmp_neq_f32_e64 s[10:11], m0, v2
3375 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x7c,0x04,0x02,0x00]
3376 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3378 v_cmp_neq_f32_e64 s[10:11], exec_lo, v2
3379 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x7e,0x04,0x02,0x00]
3380 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3382 v_cmp_neq_f32_e64 s[10:11], exec_hi, v2
3383 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x7f,0x04,0x02,0x00]
3384 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3386 v_cmp_neq_f32_e64 s[10:11], 0, v2
3387 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x80,0x04,0x02,0x00]
3388 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3390 v_cmp_neq_f32_e64 s[10:11], -1, v2
3391 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0xc1,0x04,0x02,0x00]
3392 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3394 v_cmp_neq_f32_e64 s[10:11], 0.5, v2
3395 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0xf0,0x04,0x02,0x00]
3396 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3398 v_cmp_neq_f32_e64 s[10:11], -4.0, v2
3399 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0xf7,0x04,0x02,0x00]
3400 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3402 v_cmp_neq_f32_e64 s[10:11], v1, v255
3403 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xff,0x03,0x00]
3404 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3406 v_cmp_neq_f32_e64 s[10:11], v1, s2
3407 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x00,0x00]
3408 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3410 v_cmp_neq_f32_e64 s[10:11], v1, s101
3411 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xcb,0x00,0x00]
3412 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3414 v_cmp_neq_f32_e64 s[10:11], v1, vcc_lo
3415 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xd5,0x00,0x00]
3416 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3418 v_cmp_neq_f32_e64 s[10:11], v1, vcc_hi
3419 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xd7,0x00,0x00]
3420 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3422 v_cmp_neq_f32_e64 s[10:11], v1, m0
3423 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xf9,0x00,0x00]
3424 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3426 v_cmp_neq_f32_e64 s[10:11], v1, exec_lo
3427 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xfd,0x00,0x00]
3428 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3430 v_cmp_neq_f32_e64 s[10:11], v1, exec_hi
3431 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xff,0x00,0x00]
3432 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3434 v_cmp_neq_f32_e64 s[10:11], v1, 0
3435 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x01,0x01,0x00]
3436 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3438 v_cmp_neq_f32_e64 s[10:11], v1, -1
3439 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x83,0x01,0x00]
3440 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3442 v_cmp_neq_f32_e64 s[10:11], v1, 0.5
3443 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xe1,0x01,0x00]
3444 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3446 v_cmp_neq_f32_e64 s[10:11], v1, -4.0
3447 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xef,0x01,0x00]
3448 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3450 v_cmp_neq_f32_e64 s[10:11], -v1, v2
3451 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x20]
3452 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3454 v_cmp_neq_f32_e64 s[10:11], v1, -v2
3455 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x40]
3456 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3458 v_cmp_neq_f32_e64 s[10:11], -v1, -v2
3459 // W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x60]
3460 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3462 v_cmp_neq_f32_e64 s[10:11], v1, v2 clamp
3463 // W64: encoding: [0x0a,0x80,0x0d,0xd4,0x01,0x05,0x02,0x00]
3464 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3466 v_cmp_neq_f32_e64 s10, v1, v2
3467 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
3468 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3470 v_cmp_neq_f32_e64 s12, v1, v2
3471 // W32: encoding: [0x0c,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
3472 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3474 v_cmp_neq_f32_e64 s100, v1, v2
3475 // W32: encoding: [0x64,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
3476 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3478 v_cmp_neq_f32_e64 vcc_lo, v1, v2
3479 // W32: encoding: [0x6a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
3480 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3482 v_cmp_neq_f32_e64 s10, v255, v2
3483 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0xff,0x05,0x02,0x00]
3484 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3486 v_cmp_neq_f32_e64 s10, s1, v2
3487 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x04,0x02,0x00]
3488 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3490 v_cmp_neq_f32_e64 s10, s101, v2
3491 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x65,0x04,0x02,0x00]
3492 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3494 v_cmp_neq_f32_e64 s10, vcc_lo, v2
3495 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x6a,0x04,0x02,0x00]
3496 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3498 v_cmp_neq_f32_e64 s10, vcc_hi, v2
3499 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x6b,0x04,0x02,0x00]
3500 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3502 v_cmp_neq_f32_e64 s10, m0, v2
3503 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x7c,0x04,0x02,0x00]
3504 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3506 v_cmp_neq_f32_e64 s10, exec_lo, v2
3507 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x7e,0x04,0x02,0x00]
3508 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3510 v_cmp_neq_f32_e64 s10, exec_hi, v2
3511 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x7f,0x04,0x02,0x00]
3512 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3514 v_cmp_neq_f32_e64 s10, 0, v2
3515 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x80,0x04,0x02,0x00]
3516 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3518 v_cmp_neq_f32_e64 s10, -1, v2
3519 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0xc1,0x04,0x02,0x00]
3520 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3522 v_cmp_neq_f32_e64 s10, 0.5, v2
3523 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0xf0,0x04,0x02,0x00]
3524 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3526 v_cmp_neq_f32_e64 s10, -4.0, v2
3527 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0xf7,0x04,0x02,0x00]
3528 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3530 v_cmp_neq_f32_e64 s10, v1, v255
3531 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xff,0x03,0x00]
3532 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3534 v_cmp_neq_f32_e64 s10, v1, s2
3535 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x00,0x00]
3536 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3538 v_cmp_neq_f32_e64 s10, v1, s101
3539 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xcb,0x00,0x00]
3540 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3542 v_cmp_neq_f32_e64 s10, v1, vcc_lo
3543 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xd5,0x00,0x00]
3544 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3546 v_cmp_neq_f32_e64 s10, v1, vcc_hi
3547 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xd7,0x00,0x00]
3548 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3550 v_cmp_neq_f32_e64 s10, v1, m0
3551 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xf9,0x00,0x00]
3552 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3554 v_cmp_neq_f32_e64 s10, v1, exec_lo
3555 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xfd,0x00,0x00]
3556 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3558 v_cmp_neq_f32_e64 s10, v1, exec_hi
3559 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xff,0x00,0x00]
3560 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3562 v_cmp_neq_f32_e64 s10, v1, 0
3563 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x01,0x01,0x00]
3564 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3566 v_cmp_neq_f32_e64 s10, v1, -1
3567 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x83,0x01,0x00]
3568 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3570 v_cmp_neq_f32_e64 s10, v1, 0.5
3571 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xe1,0x01,0x00]
3572 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3574 v_cmp_neq_f32_e64 s10, v1, -4.0
3575 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xef,0x01,0x00]
3576 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3578 v_cmp_neq_f32_e64 s10, -v1, v2
3579 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x20]
3580 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3582 v_cmp_neq_f32_e64 s10, v1, -v2
3583 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x40]
3584 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3586 v_cmp_neq_f32_e64 s10, -v1, -v2
3587 // W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x60]
3588 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3590 v_cmp_neq_f32_e64 s10, v1, v2 clamp
3591 // W32: encoding: [0x0a,0x80,0x0d,0xd4,0x01,0x05,0x02,0x00]
3592 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3594 v_cmp_nlt_f32_e64 s[10:11], v1, v2
3595 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
3596 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3598 v_cmp_nlt_f32_e64 s[12:13], v1, v2
3599 // W64: encoding: [0x0c,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
3600 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3602 v_cmp_nlt_f32_e64 s[100:101], v1, v2
3603 // W64: encoding: [0x64,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
3604 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3606 v_cmp_nlt_f32_e64 vcc, v1, v2
3607 // W64: encoding: [0x6a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
3608 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3610 v_cmp_nlt_f32_e64 s[10:11], v255, v2
3611 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0xff,0x05,0x02,0x00]
3612 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3614 v_cmp_nlt_f32_e64 s[10:11], s1, v2
3615 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x04,0x02,0x00]
3616 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3618 v_cmp_nlt_f32_e64 s[10:11], s101, v2
3619 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x65,0x04,0x02,0x00]
3620 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3622 v_cmp_nlt_f32_e64 s[10:11], vcc_lo, v2
3623 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x6a,0x04,0x02,0x00]
3624 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3626 v_cmp_nlt_f32_e64 s[10:11], vcc_hi, v2
3627 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x6b,0x04,0x02,0x00]
3628 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3630 v_cmp_nlt_f32_e64 s[10:11], m0, v2
3631 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x7c,0x04,0x02,0x00]
3632 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3634 v_cmp_nlt_f32_e64 s[10:11], exec_lo, v2
3635 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x7e,0x04,0x02,0x00]
3636 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3638 v_cmp_nlt_f32_e64 s[10:11], exec_hi, v2
3639 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x7f,0x04,0x02,0x00]
3640 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3642 v_cmp_nlt_f32_e64 s[10:11], 0, v2
3643 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x80,0x04,0x02,0x00]
3644 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3646 v_cmp_nlt_f32_e64 s[10:11], -1, v2
3647 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0xc1,0x04,0x02,0x00]
3648 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3650 v_cmp_nlt_f32_e64 s[10:11], 0.5, v2
3651 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0xf0,0x04,0x02,0x00]
3652 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3654 v_cmp_nlt_f32_e64 s[10:11], -4.0, v2
3655 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0xf7,0x04,0x02,0x00]
3656 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3658 v_cmp_nlt_f32_e64 s[10:11], v1, v255
3659 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xff,0x03,0x00]
3660 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3662 v_cmp_nlt_f32_e64 s[10:11], v1, s2
3663 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x00,0x00]
3664 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3666 v_cmp_nlt_f32_e64 s[10:11], v1, s101
3667 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xcb,0x00,0x00]
3668 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3670 v_cmp_nlt_f32_e64 s[10:11], v1, vcc_lo
3671 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xd5,0x00,0x00]
3672 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3674 v_cmp_nlt_f32_e64 s[10:11], v1, vcc_hi
3675 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xd7,0x00,0x00]
3676 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3678 v_cmp_nlt_f32_e64 s[10:11], v1, m0
3679 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xf9,0x00,0x00]
3680 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3682 v_cmp_nlt_f32_e64 s[10:11], v1, exec_lo
3683 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xfd,0x00,0x00]
3684 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3686 v_cmp_nlt_f32_e64 s[10:11], v1, exec_hi
3687 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xff,0x00,0x00]
3688 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3690 v_cmp_nlt_f32_e64 s[10:11], v1, 0
3691 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x01,0x01,0x00]
3692 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3694 v_cmp_nlt_f32_e64 s[10:11], v1, -1
3695 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x83,0x01,0x00]
3696 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3698 v_cmp_nlt_f32_e64 s[10:11], v1, 0.5
3699 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xe1,0x01,0x00]
3700 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3702 v_cmp_nlt_f32_e64 s[10:11], v1, -4.0
3703 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xef,0x01,0x00]
3704 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3706 v_cmp_nlt_f32_e64 s[10:11], -v1, v2
3707 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x20]
3708 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3710 v_cmp_nlt_f32_e64 s[10:11], v1, -v2
3711 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x40]
3712 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3714 v_cmp_nlt_f32_e64 s[10:11], -v1, -v2
3715 // W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x60]
3716 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3718 v_cmp_nlt_f32_e64 s[10:11], v1, v2 clamp
3719 // W64: encoding: [0x0a,0x80,0x0e,0xd4,0x01,0x05,0x02,0x00]
3720 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3722 v_cmp_nlt_f32_e64 s10, v1, v2
3723 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
3724 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3726 v_cmp_nlt_f32_e64 s12, v1, v2
3727 // W32: encoding: [0x0c,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
3728 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3730 v_cmp_nlt_f32_e64 s100, v1, v2
3731 // W32: encoding: [0x64,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
3732 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3734 v_cmp_nlt_f32_e64 vcc_lo, v1, v2
3735 // W32: encoding: [0x6a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
3736 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3738 v_cmp_nlt_f32_e64 s10, v255, v2
3739 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0xff,0x05,0x02,0x00]
3740 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3742 v_cmp_nlt_f32_e64 s10, s1, v2
3743 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x04,0x02,0x00]
3744 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3746 v_cmp_nlt_f32_e64 s10, s101, v2
3747 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x65,0x04,0x02,0x00]
3748 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3750 v_cmp_nlt_f32_e64 s10, vcc_lo, v2
3751 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x6a,0x04,0x02,0x00]
3752 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3754 v_cmp_nlt_f32_e64 s10, vcc_hi, v2
3755 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x6b,0x04,0x02,0x00]
3756 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3758 v_cmp_nlt_f32_e64 s10, m0, v2
3759 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x7c,0x04,0x02,0x00]
3760 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3762 v_cmp_nlt_f32_e64 s10, exec_lo, v2
3763 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x7e,0x04,0x02,0x00]
3764 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3766 v_cmp_nlt_f32_e64 s10, exec_hi, v2
3767 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x7f,0x04,0x02,0x00]
3768 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3770 v_cmp_nlt_f32_e64 s10, 0, v2
3771 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x80,0x04,0x02,0x00]
3772 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3774 v_cmp_nlt_f32_e64 s10, -1, v2
3775 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0xc1,0x04,0x02,0x00]
3776 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3778 v_cmp_nlt_f32_e64 s10, 0.5, v2
3779 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0xf0,0x04,0x02,0x00]
3780 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3782 v_cmp_nlt_f32_e64 s10, -4.0, v2
3783 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0xf7,0x04,0x02,0x00]
3784 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3786 v_cmp_nlt_f32_e64 s10, v1, v255
3787 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xff,0x03,0x00]
3788 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3790 v_cmp_nlt_f32_e64 s10, v1, s2
3791 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x00,0x00]
3792 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3794 v_cmp_nlt_f32_e64 s10, v1, s101
3795 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xcb,0x00,0x00]
3796 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3798 v_cmp_nlt_f32_e64 s10, v1, vcc_lo
3799 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xd5,0x00,0x00]
3800 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3802 v_cmp_nlt_f32_e64 s10, v1, vcc_hi
3803 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xd7,0x00,0x00]
3804 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3806 v_cmp_nlt_f32_e64 s10, v1, m0
3807 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xf9,0x00,0x00]
3808 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3810 v_cmp_nlt_f32_e64 s10, v1, exec_lo
3811 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xfd,0x00,0x00]
3812 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3814 v_cmp_nlt_f32_e64 s10, v1, exec_hi
3815 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xff,0x00,0x00]
3816 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3818 v_cmp_nlt_f32_e64 s10, v1, 0
3819 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x01,0x01,0x00]
3820 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3822 v_cmp_nlt_f32_e64 s10, v1, -1
3823 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x83,0x01,0x00]
3824 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3826 v_cmp_nlt_f32_e64 s10, v1, 0.5
3827 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xe1,0x01,0x00]
3828 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3830 v_cmp_nlt_f32_e64 s10, v1, -4.0
3831 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xef,0x01,0x00]
3832 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3834 v_cmp_nlt_f32_e64 s10, -v1, v2
3835 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x20]
3836 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3838 v_cmp_nlt_f32_e64 s10, v1, -v2
3839 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x40]
3840 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3842 v_cmp_nlt_f32_e64 s10, -v1, -v2
3843 // W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x60]
3844 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3846 v_cmp_nlt_f32_e64 s10, v1, v2 clamp
3847 // W32: encoding: [0x0a,0x80,0x0e,0xd4,0x01,0x05,0x02,0x00]
3848 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3850 v_cmp_tru_f32_e64 s[10:11], v1, v2
3851 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
3852 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3854 v_cmp_tru_f32_e64 s[12:13], v1, v2
3855 // W64: encoding: [0x0c,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
3856 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3858 v_cmp_tru_f32_e64 s[100:101], v1, v2
3859 // W64: encoding: [0x64,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
3860 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3862 v_cmp_tru_f32_e64 vcc, v1, v2
3863 // W64: encoding: [0x6a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
3864 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3866 v_cmp_tru_f32_e64 s[10:11], v255, v2
3867 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0xff,0x05,0x02,0x00]
3868 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3870 v_cmp_tru_f32_e64 s[10:11], s1, v2
3871 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x04,0x02,0x00]
3872 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3874 v_cmp_tru_f32_e64 s[10:11], s101, v2
3875 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x65,0x04,0x02,0x00]
3876 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3878 v_cmp_tru_f32_e64 s[10:11], vcc_lo, v2
3879 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x6a,0x04,0x02,0x00]
3880 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3882 v_cmp_tru_f32_e64 s[10:11], vcc_hi, v2
3883 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x6b,0x04,0x02,0x00]
3884 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3886 v_cmp_tru_f32_e64 s[10:11], m0, v2
3887 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x7c,0x04,0x02,0x00]
3888 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3890 v_cmp_tru_f32_e64 s[10:11], exec_lo, v2
3891 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x7e,0x04,0x02,0x00]
3892 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3894 v_cmp_tru_f32_e64 s[10:11], exec_hi, v2
3895 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x7f,0x04,0x02,0x00]
3896 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3898 v_cmp_tru_f32_e64 s[10:11], 0, v2
3899 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x80,0x04,0x02,0x00]
3900 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3902 v_cmp_tru_f32_e64 s[10:11], -1, v2
3903 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0xc1,0x04,0x02,0x00]
3904 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3906 v_cmp_tru_f32_e64 s[10:11], 0.5, v2
3907 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0xf0,0x04,0x02,0x00]
3908 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3910 v_cmp_tru_f32_e64 s[10:11], -4.0, v2
3911 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0xf7,0x04,0x02,0x00]
3912 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3914 v_cmp_tru_f32_e64 s[10:11], v1, v255
3915 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xff,0x03,0x00]
3916 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3918 v_cmp_tru_f32_e64 s[10:11], v1, s2
3919 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x00,0x00]
3920 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3922 v_cmp_tru_f32_e64 s[10:11], v1, s101
3923 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xcb,0x00,0x00]
3924 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3926 v_cmp_tru_f32_e64 s[10:11], v1, vcc_lo
3927 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xd5,0x00,0x00]
3928 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3930 v_cmp_tru_f32_e64 s[10:11], v1, vcc_hi
3931 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xd7,0x00,0x00]
3932 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3934 v_cmp_tru_f32_e64 s[10:11], v1, m0
3935 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xf9,0x00,0x00]
3936 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3938 v_cmp_tru_f32_e64 s[10:11], v1, exec_lo
3939 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xfd,0x00,0x00]
3940 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3942 v_cmp_tru_f32_e64 s[10:11], v1, exec_hi
3943 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xff,0x00,0x00]
3944 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3946 v_cmp_tru_f32_e64 s[10:11], v1, 0
3947 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x01,0x01,0x00]
3948 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3950 v_cmp_tru_f32_e64 s[10:11], v1, -1
3951 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x83,0x01,0x00]
3952 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3954 v_cmp_tru_f32_e64 s[10:11], v1, 0.5
3955 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xe1,0x01,0x00]
3956 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3958 v_cmp_tru_f32_e64 s[10:11], v1, -4.0
3959 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xef,0x01,0x00]
3960 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3962 v_cmp_tru_f32_e64 s[10:11], -v1, v2
3963 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x20]
3964 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3966 v_cmp_tru_f32_e64 s[10:11], v1, -v2
3967 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x40]
3968 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3970 v_cmp_tru_f32_e64 s[10:11], -v1, -v2
3971 // W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x60]
3972 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3974 v_cmp_tru_f32_e64 s[10:11], v1, v2 clamp
3975 // W64: encoding: [0x0a,0x80,0x0f,0xd4,0x01,0x05,0x02,0x00]
3976 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3978 v_cmp_tru_f32_e64 s10, v1, v2
3979 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
3980 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3982 v_cmp_tru_f32_e64 s12, v1, v2
3983 // W32: encoding: [0x0c,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
3984 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3986 v_cmp_tru_f32_e64 s100, v1, v2
3987 // W32: encoding: [0x64,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
3988 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3990 v_cmp_tru_f32_e64 vcc_lo, v1, v2
3991 // W32: encoding: [0x6a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
3992 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3994 v_cmp_tru_f32_e64 s10, v255, v2
3995 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0xff,0x05,0x02,0x00]
3996 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
3998 v_cmp_tru_f32_e64 s10, s1, v2
3999 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x04,0x02,0x00]
4000 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4002 v_cmp_tru_f32_e64 s10, s101, v2
4003 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x65,0x04,0x02,0x00]
4004 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4006 v_cmp_tru_f32_e64 s10, vcc_lo, v2
4007 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x6a,0x04,0x02,0x00]
4008 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4010 v_cmp_tru_f32_e64 s10, vcc_hi, v2
4011 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x6b,0x04,0x02,0x00]
4012 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4014 v_cmp_tru_f32_e64 s10, m0, v2
4015 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x7c,0x04,0x02,0x00]
4016 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4018 v_cmp_tru_f32_e64 s10, exec_lo, v2
4019 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x7e,0x04,0x02,0x00]
4020 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4022 v_cmp_tru_f32_e64 s10, exec_hi, v2
4023 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x7f,0x04,0x02,0x00]
4024 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4026 v_cmp_tru_f32_e64 s10, 0, v2
4027 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x80,0x04,0x02,0x00]
4028 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4030 v_cmp_tru_f32_e64 s10, -1, v2
4031 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0xc1,0x04,0x02,0x00]
4032 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4034 v_cmp_tru_f32_e64 s10, 0.5, v2
4035 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0xf0,0x04,0x02,0x00]
4036 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4038 v_cmp_tru_f32_e64 s10, -4.0, v2
4039 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0xf7,0x04,0x02,0x00]
4040 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4042 v_cmp_tru_f32_e64 s10, v1, v255
4043 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xff,0x03,0x00]
4044 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4046 v_cmp_tru_f32_e64 s10, v1, s2
4047 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x00,0x00]
4048 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4050 v_cmp_tru_f32_e64 s10, v1, s101
4051 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xcb,0x00,0x00]
4052 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4054 v_cmp_tru_f32_e64 s10, v1, vcc_lo
4055 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xd5,0x00,0x00]
4056 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4058 v_cmp_tru_f32_e64 s10, v1, vcc_hi
4059 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xd7,0x00,0x00]
4060 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4062 v_cmp_tru_f32_e64 s10, v1, m0
4063 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xf9,0x00,0x00]
4064 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4066 v_cmp_tru_f32_e64 s10, v1, exec_lo
4067 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xfd,0x00,0x00]
4068 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4070 v_cmp_tru_f32_e64 s10, v1, exec_hi
4071 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xff,0x00,0x00]
4072 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4074 v_cmp_tru_f32_e64 s10, v1, 0
4075 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x01,0x01,0x00]
4076 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4078 v_cmp_tru_f32_e64 s10, v1, -1
4079 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x83,0x01,0x00]
4080 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4082 v_cmp_tru_f32_e64 s10, v1, 0.5
4083 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xe1,0x01,0x00]
4084 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4086 v_cmp_tru_f32_e64 s10, v1, -4.0
4087 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xef,0x01,0x00]
4088 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4090 v_cmp_tru_f32_e64 s10, -v1, v2
4091 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x20]
4092 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4094 v_cmp_tru_f32_e64 s10, v1, -v2
4095 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x40]
4096 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4098 v_cmp_tru_f32_e64 s10, -v1, -v2
4099 // W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x60]
4100 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4102 v_cmp_tru_f32_e64 s10, v1, v2 clamp
4103 // W32: encoding: [0x0a,0x80,0x0f,0xd4,0x01,0x05,0x02,0x00]
4104 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4106 v_cmp_f_f64_e64 s[10:11], v[1:2], v[2:3]
4107 // W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
4108 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4110 v_cmp_f_f64_e64 s[12:13], v[1:2], v[2:3]
4111 // W64: encoding: [0x0c,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
4112 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4114 v_cmp_f_f64_e64 s[100:101], v[1:2], v[2:3]
4115 // W64: encoding: [0x64,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
4116 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4118 v_cmp_f_f64_e64 vcc, v[1:2], v[2:3]
4119 // W64: encoding: [0x6a,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
4120 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4122 v_cmp_f_f64_e64 s[10:11], v[254:255], v[2:3]
4123 // W64: encoding: [0x0a,0x00,0x20,0xd4,0xfe,0x05,0x02,0x00]
4124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4126 v_cmp_f_f64_e64 s[10:11], s[2:3], v[2:3]
4127 // W64: encoding: [0x0a,0x00,0x20,0xd4,0x02,0x04,0x02,0x00]
4128 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4130 v_cmp_f_f64_e64 s[10:11], s[4:5], v[2:3]
4131 // W64: encoding: [0x0a,0x00,0x20,0xd4,0x04,0x04,0x02,0x00]
4132 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4134 v_cmp_f_f64_e64 s[10:11], s[100:101], v[2:3]
4135 // W64: encoding: [0x0a,0x00,0x20,0xd4,0x64,0x04,0x02,0x00]
4136 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4138 v_cmp_f_f64_e64 s[10:11], vcc, v[2:3]
4139 // W64: encoding: [0x0a,0x00,0x20,0xd4,0x6a,0x04,0x02,0x00]
4140 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4142 v_cmp_f_f64_e64 s[10:11], exec, v[2:3]
4143 // W64: encoding: [0x0a,0x00,0x20,0xd4,0x7e,0x04,0x02,0x00]
4144 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4146 v_cmp_f_f64_e64 s[10:11], 0, v[2:3]
4147 // W64: encoding: [0x0a,0x00,0x20,0xd4,0x80,0x04,0x02,0x00]
4148 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4150 v_cmp_f_f64_e64 s[10:11], -1, v[2:3]
4151 // W64: encoding: [0x0a,0x00,0x20,0xd4,0xc1,0x04,0x02,0x00]
4152 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4154 v_cmp_f_f64_e64 s[10:11], 0.5, v[2:3]
4155 // W64: encoding: [0x0a,0x00,0x20,0xd4,0xf0,0x04,0x02,0x00]
4156 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4158 v_cmp_f_f64_e64 s[10:11], -4.0, v[2:3]
4159 // W64: encoding: [0x0a,0x00,0x20,0xd4,0xf7,0x04,0x02,0x00]
4160 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4162 v_cmp_f_f64_e64 s[10:11], v[1:2], v[254:255]
4163 // W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xfd,0x03,0x00]
4164 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4166 v_cmp_f_f64_e64 s[10:11], v[1:2], s[4:5]
4167 // W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x09,0x00,0x00]
4168 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4170 v_cmp_f_f64_e64 s[10:11], v[1:2], s[6:7]
4171 // W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x0d,0x00,0x00]
4172 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4174 v_cmp_f_f64_e64 s[10:11], v[1:2], s[100:101]
4175 // W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xc9,0x00,0x00]
4176 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4178 v_cmp_f_f64_e64 s[10:11], v[1:2], vcc
4179 // W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xd5,0x00,0x00]
4180 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4182 v_cmp_f_f64_e64 s[10:11], v[1:2], exec
4183 // W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xfd,0x00,0x00]
4184 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4186 v_cmp_f_f64_e64 s[10:11], v[1:2], 0
4187 // W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x01,0x01,0x00]
4188 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4190 v_cmp_f_f64_e64 s[10:11], v[1:2], -1
4191 // W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x83,0x01,0x00]
4192 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4194 v_cmp_f_f64_e64 s[10:11], v[1:2], 0.5
4195 // W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xe1,0x01,0x00]
4196 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4198 v_cmp_f_f64_e64 s[10:11], v[1:2], -4.0
4199 // W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xef,0x01,0x00]
4200 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4202 v_cmp_f_f64_e64 s[10:11], -v[1:2], v[2:3]
4203 // W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x20]
4204 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4206 v_cmp_f_f64_e64 s[10:11], v[1:2], -v[2:3]
4207 // W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x40]
4208 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4210 v_cmp_f_f64_e64 s[10:11], -v[1:2], -v[2:3]
4211 // W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x60]
4212 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4214 v_cmp_f_f64_e64 s[10:11], v[1:2], v[2:3] clamp
4215 // W64: encoding: [0x0a,0x80,0x20,0xd4,0x01,0x05,0x02,0x00]
4216 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4218 v_cmp_f_f64_e64 s10, v[1:2], v[2:3]
4219 // W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
4220 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4222 v_cmp_f_f64_e64 s12, v[1:2], v[2:3]
4223 // W32: encoding: [0x0c,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
4224 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4226 v_cmp_f_f64_e64 s100, v[1:2], v[2:3]
4227 // W32: encoding: [0x64,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
4228 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4230 v_cmp_f_f64_e64 vcc_lo, v[1:2], v[2:3]
4231 // W32: encoding: [0x6a,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
4232 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4234 v_cmp_f_f64_e64 s10, v[254:255], v[2:3]
4235 // W32: encoding: [0x0a,0x00,0x20,0xd4,0xfe,0x05,0x02,0x00]
4236 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4238 v_cmp_f_f64_e64 s10, s[2:3], v[2:3]
4239 // W32: encoding: [0x0a,0x00,0x20,0xd4,0x02,0x04,0x02,0x00]
4240 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4242 v_cmp_f_f64_e64 s10, s[4:5], v[2:3]
4243 // W32: encoding: [0x0a,0x00,0x20,0xd4,0x04,0x04,0x02,0x00]
4244 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4246 v_cmp_f_f64_e64 s10, s[100:101], v[2:3]
4247 // W32: encoding: [0x0a,0x00,0x20,0xd4,0x64,0x04,0x02,0x00]
4248 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4250 v_cmp_f_f64_e64 s10, vcc, v[2:3]
4251 // W32: encoding: [0x0a,0x00,0x20,0xd4,0x6a,0x04,0x02,0x00]
4252 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4254 v_cmp_f_f64_e64 s10, exec, v[2:3]
4255 // W32: encoding: [0x0a,0x00,0x20,0xd4,0x7e,0x04,0x02,0x00]
4256 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4258 v_cmp_f_f64_e64 s10, 0, v[2:3]
4259 // W32: encoding: [0x0a,0x00,0x20,0xd4,0x80,0x04,0x02,0x00]
4260 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4262 v_cmp_f_f64_e64 s10, -1, v[2:3]
4263 // W32: encoding: [0x0a,0x00,0x20,0xd4,0xc1,0x04,0x02,0x00]
4264 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4266 v_cmp_f_f64_e64 s10, 0.5, v[2:3]
4267 // W32: encoding: [0x0a,0x00,0x20,0xd4,0xf0,0x04,0x02,0x00]
4268 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4270 v_cmp_f_f64_e64 s10, -4.0, v[2:3]
4271 // W32: encoding: [0x0a,0x00,0x20,0xd4,0xf7,0x04,0x02,0x00]
4272 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4274 v_cmp_f_f64_e64 s10, v[1:2], v[254:255]
4275 // W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xfd,0x03,0x00]
4276 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4278 v_cmp_f_f64_e64 s10, v[1:2], s[4:5]
4279 // W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x09,0x00,0x00]
4280 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4282 v_cmp_f_f64_e64 s10, v[1:2], s[6:7]
4283 // W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x0d,0x00,0x00]
4284 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4286 v_cmp_f_f64_e64 s10, v[1:2], s[100:101]
4287 // W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xc9,0x00,0x00]
4288 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4290 v_cmp_f_f64_e64 s10, v[1:2], vcc
4291 // W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xd5,0x00,0x00]
4292 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4294 v_cmp_f_f64_e64 s10, v[1:2], exec
4295 // W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xfd,0x00,0x00]
4296 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4298 v_cmp_f_f64_e64 s10, v[1:2], 0
4299 // W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x01,0x01,0x00]
4300 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4302 v_cmp_f_f64_e64 s10, v[1:2], -1
4303 // W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x83,0x01,0x00]
4304 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4306 v_cmp_f_f64_e64 s10, v[1:2], 0.5
4307 // W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xe1,0x01,0x00]
4308 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4310 v_cmp_f_f64_e64 s10, v[1:2], -4.0
4311 // W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xef,0x01,0x00]
4312 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4314 v_cmp_f_f64_e64 s10, -v[1:2], v[2:3]
4315 // W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x20]
4316 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4318 v_cmp_f_f64_e64 s10, v[1:2], -v[2:3]
4319 // W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x40]
4320 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4322 v_cmp_f_f64_e64 s10, -v[1:2], -v[2:3]
4323 // W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x60]
4324 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4326 v_cmp_f_f64_e64 s10, v[1:2], v[2:3] clamp
4327 // W32: encoding: [0x0a,0x80,0x20,0xd4,0x01,0x05,0x02,0x00]
4328 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4330 v_cmp_lt_f64_e64 s[10:11], v[1:2], v[2:3]
4331 // W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
4332 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4334 v_cmp_lt_f64_e64 s[12:13], v[1:2], v[2:3]
4335 // W64: encoding: [0x0c,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
4336 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4338 v_cmp_lt_f64_e64 s[100:101], v[1:2], v[2:3]
4339 // W64: encoding: [0x64,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
4340 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4342 v_cmp_lt_f64_e64 vcc, v[1:2], v[2:3]
4343 // W64: encoding: [0x6a,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
4344 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4346 v_cmp_lt_f64_e64 s[10:11], v[254:255], v[2:3]
4347 // W64: encoding: [0x0a,0x00,0x21,0xd4,0xfe,0x05,0x02,0x00]
4348 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4350 v_cmp_lt_f64_e64 s[10:11], s[2:3], v[2:3]
4351 // W64: encoding: [0x0a,0x00,0x21,0xd4,0x02,0x04,0x02,0x00]
4352 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4354 v_cmp_lt_f64_e64 s[10:11], s[4:5], v[2:3]
4355 // W64: encoding: [0x0a,0x00,0x21,0xd4,0x04,0x04,0x02,0x00]
4356 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4358 v_cmp_lt_f64_e64 s[10:11], s[100:101], v[2:3]
4359 // W64: encoding: [0x0a,0x00,0x21,0xd4,0x64,0x04,0x02,0x00]
4360 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4362 v_cmp_lt_f64_e64 s[10:11], vcc, v[2:3]
4363 // W64: encoding: [0x0a,0x00,0x21,0xd4,0x6a,0x04,0x02,0x00]
4364 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4366 v_cmp_lt_f64_e64 s[10:11], exec, v[2:3]
4367 // W64: encoding: [0x0a,0x00,0x21,0xd4,0x7e,0x04,0x02,0x00]
4368 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4370 v_cmp_lt_f64_e64 s[10:11], 0, v[2:3]
4371 // W64: encoding: [0x0a,0x00,0x21,0xd4,0x80,0x04,0x02,0x00]
4372 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4374 v_cmp_lt_f64_e64 s[10:11], -1, v[2:3]
4375 // W64: encoding: [0x0a,0x00,0x21,0xd4,0xc1,0x04,0x02,0x00]
4376 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4378 v_cmp_lt_f64_e64 s[10:11], 0.5, v[2:3]
4379 // W64: encoding: [0x0a,0x00,0x21,0xd4,0xf0,0x04,0x02,0x00]
4380 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4382 v_cmp_lt_f64_e64 s[10:11], -4.0, v[2:3]
4383 // W64: encoding: [0x0a,0x00,0x21,0xd4,0xf7,0x04,0x02,0x00]
4384 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4386 v_cmp_lt_f64_e64 s[10:11], v[1:2], v[254:255]
4387 // W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xfd,0x03,0x00]
4388 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4390 v_cmp_lt_f64_e64 s[10:11], v[1:2], s[4:5]
4391 // W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x09,0x00,0x00]
4392 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4394 v_cmp_lt_f64_e64 s[10:11], v[1:2], s[6:7]
4395 // W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x0d,0x00,0x00]
4396 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4398 v_cmp_lt_f64_e64 s[10:11], v[1:2], s[100:101]
4399 // W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xc9,0x00,0x00]
4400 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4402 v_cmp_lt_f64_e64 s[10:11], v[1:2], vcc
4403 // W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xd5,0x00,0x00]
4404 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4406 v_cmp_lt_f64_e64 s[10:11], v[1:2], exec
4407 // W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xfd,0x00,0x00]
4408 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4410 v_cmp_lt_f64_e64 s[10:11], v[1:2], 0
4411 // W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x01,0x01,0x00]
4412 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4414 v_cmp_lt_f64_e64 s[10:11], v[1:2], -1
4415 // W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x83,0x01,0x00]
4416 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4418 v_cmp_lt_f64_e64 s[10:11], v[1:2], 0.5
4419 // W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xe1,0x01,0x00]
4420 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4422 v_cmp_lt_f64_e64 s[10:11], v[1:2], -4.0
4423 // W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xef,0x01,0x00]
4424 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4426 v_cmp_lt_f64_e64 s[10:11], -v[1:2], v[2:3]
4427 // W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x20]
4428 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4430 v_cmp_lt_f64_e64 s[10:11], v[1:2], -v[2:3]
4431 // W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x40]
4432 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4434 v_cmp_lt_f64_e64 s[10:11], -v[1:2], -v[2:3]
4435 // W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x60]
4436 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4438 v_cmp_lt_f64_e64 s[10:11], v[1:2], v[2:3] clamp
4439 // W64: encoding: [0x0a,0x80,0x21,0xd4,0x01,0x05,0x02,0x00]
4440 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4442 v_cmp_lt_f64_e64 s10, v[1:2], v[2:3]
4443 // W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
4444 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4446 v_cmp_lt_f64_e64 s12, v[1:2], v[2:3]
4447 // W32: encoding: [0x0c,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
4448 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4450 v_cmp_lt_f64_e64 s100, v[1:2], v[2:3]
4451 // W32: encoding: [0x64,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
4452 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4454 v_cmp_lt_f64_e64 vcc_lo, v[1:2], v[2:3]
4455 // W32: encoding: [0x6a,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
4456 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4458 v_cmp_lt_f64_e64 s10, v[254:255], v[2:3]
4459 // W32: encoding: [0x0a,0x00,0x21,0xd4,0xfe,0x05,0x02,0x00]
4460 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4462 v_cmp_lt_f64_e64 s10, s[2:3], v[2:3]
4463 // W32: encoding: [0x0a,0x00,0x21,0xd4,0x02,0x04,0x02,0x00]
4464 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4466 v_cmp_lt_f64_e64 s10, s[4:5], v[2:3]
4467 // W32: encoding: [0x0a,0x00,0x21,0xd4,0x04,0x04,0x02,0x00]
4468 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4470 v_cmp_lt_f64_e64 s10, s[100:101], v[2:3]
4471 // W32: encoding: [0x0a,0x00,0x21,0xd4,0x64,0x04,0x02,0x00]
4472 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4474 v_cmp_lt_f64_e64 s10, vcc, v[2:3]
4475 // W32: encoding: [0x0a,0x00,0x21,0xd4,0x6a,0x04,0x02,0x00]
4476 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4478 v_cmp_lt_f64_e64 s10, exec, v[2:3]
4479 // W32: encoding: [0x0a,0x00,0x21,0xd4,0x7e,0x04,0x02,0x00]
4480 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4482 v_cmp_lt_f64_e64 s10, 0, v[2:3]
4483 // W32: encoding: [0x0a,0x00,0x21,0xd4,0x80,0x04,0x02,0x00]
4484 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4486 v_cmp_lt_f64_e64 s10, -1, v[2:3]
4487 // W32: encoding: [0x0a,0x00,0x21,0xd4,0xc1,0x04,0x02,0x00]
4488 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4490 v_cmp_lt_f64_e64 s10, 0.5, v[2:3]
4491 // W32: encoding: [0x0a,0x00,0x21,0xd4,0xf0,0x04,0x02,0x00]
4492 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4494 v_cmp_lt_f64_e64 s10, -4.0, v[2:3]
4495 // W32: encoding: [0x0a,0x00,0x21,0xd4,0xf7,0x04,0x02,0x00]
4496 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4498 v_cmp_lt_f64_e64 s10, v[1:2], v[254:255]
4499 // W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xfd,0x03,0x00]
4500 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4502 v_cmp_lt_f64_e64 s10, v[1:2], s[4:5]
4503 // W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x09,0x00,0x00]
4504 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4506 v_cmp_lt_f64_e64 s10, v[1:2], s[6:7]
4507 // W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x0d,0x00,0x00]
4508 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4510 v_cmp_lt_f64_e64 s10, v[1:2], s[100:101]
4511 // W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xc9,0x00,0x00]
4512 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4514 v_cmp_lt_f64_e64 s10, v[1:2], vcc
4515 // W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xd5,0x00,0x00]
4516 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4518 v_cmp_lt_f64_e64 s10, v[1:2], exec
4519 // W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xfd,0x00,0x00]
4520 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4522 v_cmp_lt_f64_e64 s10, v[1:2], 0
4523 // W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x01,0x01,0x00]
4524 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4526 v_cmp_lt_f64_e64 s10, v[1:2], -1
4527 // W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x83,0x01,0x00]
4528 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4530 v_cmp_lt_f64_e64 s10, v[1:2], 0.5
4531 // W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xe1,0x01,0x00]
4532 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4534 v_cmp_lt_f64_e64 s10, v[1:2], -4.0
4535 // W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xef,0x01,0x00]
4536 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4538 v_cmp_lt_f64_e64 s10, -v[1:2], v[2:3]
4539 // W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x20]
4540 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4542 v_cmp_lt_f64_e64 s10, v[1:2], -v[2:3]
4543 // W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x40]
4544 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4546 v_cmp_lt_f64_e64 s10, -v[1:2], -v[2:3]
4547 // W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x60]
4548 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4550 v_cmp_lt_f64_e64 s10, v[1:2], v[2:3] clamp
4551 // W32: encoding: [0x0a,0x80,0x21,0xd4,0x01,0x05,0x02,0x00]
4552 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4554 v_cmp_eq_f64_e64 s[10:11], v[1:2], v[2:3]
4555 // W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
4556 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4558 v_cmp_eq_f64_e64 s[12:13], v[1:2], v[2:3]
4559 // W64: encoding: [0x0c,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
4560 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4562 v_cmp_eq_f64_e64 s[100:101], v[1:2], v[2:3]
4563 // W64: encoding: [0x64,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
4564 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4566 v_cmp_eq_f64_e64 vcc, v[1:2], v[2:3]
4567 // W64: encoding: [0x6a,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
4568 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4570 v_cmp_eq_f64_e64 s[10:11], v[254:255], v[2:3]
4571 // W64: encoding: [0x0a,0x00,0x22,0xd4,0xfe,0x05,0x02,0x00]
4572 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4574 v_cmp_eq_f64_e64 s[10:11], s[2:3], v[2:3]
4575 // W64: encoding: [0x0a,0x00,0x22,0xd4,0x02,0x04,0x02,0x00]
4576 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4578 v_cmp_eq_f64_e64 s[10:11], s[4:5], v[2:3]
4579 // W64: encoding: [0x0a,0x00,0x22,0xd4,0x04,0x04,0x02,0x00]
4580 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4582 v_cmp_eq_f64_e64 s[10:11], s[100:101], v[2:3]
4583 // W64: encoding: [0x0a,0x00,0x22,0xd4,0x64,0x04,0x02,0x00]
4584 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4586 v_cmp_eq_f64_e64 s[10:11], vcc, v[2:3]
4587 // W64: encoding: [0x0a,0x00,0x22,0xd4,0x6a,0x04,0x02,0x00]
4588 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4590 v_cmp_eq_f64_e64 s[10:11], exec, v[2:3]
4591 // W64: encoding: [0x0a,0x00,0x22,0xd4,0x7e,0x04,0x02,0x00]
4592 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4594 v_cmp_eq_f64_e64 s[10:11], 0, v[2:3]
4595 // W64: encoding: [0x0a,0x00,0x22,0xd4,0x80,0x04,0x02,0x00]
4596 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4598 v_cmp_eq_f64_e64 s[10:11], -1, v[2:3]
4599 // W64: encoding: [0x0a,0x00,0x22,0xd4,0xc1,0x04,0x02,0x00]
4600 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4602 v_cmp_eq_f64_e64 s[10:11], 0.5, v[2:3]
4603 // W64: encoding: [0x0a,0x00,0x22,0xd4,0xf0,0x04,0x02,0x00]
4604 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4606 v_cmp_eq_f64_e64 s[10:11], -4.0, v[2:3]
4607 // W64: encoding: [0x0a,0x00,0x22,0xd4,0xf7,0x04,0x02,0x00]
4608 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4610 v_cmp_eq_f64_e64 s[10:11], v[1:2], v[254:255]
4611 // W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xfd,0x03,0x00]
4612 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4614 v_cmp_eq_f64_e64 s[10:11], v[1:2], s[4:5]
4615 // W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x09,0x00,0x00]
4616 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4618 v_cmp_eq_f64_e64 s[10:11], v[1:2], s[6:7]
4619 // W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x0d,0x00,0x00]
4620 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4622 v_cmp_eq_f64_e64 s[10:11], v[1:2], s[100:101]
4623 // W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xc9,0x00,0x00]
4624 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4626 v_cmp_eq_f64_e64 s[10:11], v[1:2], vcc
4627 // W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xd5,0x00,0x00]
4628 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4630 v_cmp_eq_f64_e64 s[10:11], v[1:2], exec
4631 // W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xfd,0x00,0x00]
4632 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4634 v_cmp_eq_f64_e64 s[10:11], v[1:2], 0
4635 // W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x01,0x01,0x00]
4636 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4638 v_cmp_eq_f64_e64 s[10:11], v[1:2], -1
4639 // W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x83,0x01,0x00]
4640 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4642 v_cmp_eq_f64_e64 s[10:11], v[1:2], 0.5
4643 // W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xe1,0x01,0x00]
4644 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4646 v_cmp_eq_f64_e64 s[10:11], v[1:2], -4.0
4647 // W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xef,0x01,0x00]
4648 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4650 v_cmp_eq_f64_e64 s[10:11], -v[1:2], v[2:3]
4651 // W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x20]
4652 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4654 v_cmp_eq_f64_e64 s[10:11], v[1:2], -v[2:3]
4655 // W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x40]
4656 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4658 v_cmp_eq_f64_e64 s[10:11], -v[1:2], -v[2:3]
4659 // W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x60]
4660 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4662 v_cmp_eq_f64_e64 s[10:11], v[1:2], v[2:3] clamp
4663 // W64: encoding: [0x0a,0x80,0x22,0xd4,0x01,0x05,0x02,0x00]
4664 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4666 v_cmp_eq_f64_e64 s10, v[1:2], v[2:3]
4667 // W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
4668 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4670 v_cmp_eq_f64_e64 s12, v[1:2], v[2:3]
4671 // W32: encoding: [0x0c,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
4672 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4674 v_cmp_eq_f64_e64 s100, v[1:2], v[2:3]
4675 // W32: encoding: [0x64,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
4676 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4678 v_cmp_eq_f64_e64 vcc_lo, v[1:2], v[2:3]
4679 // W32: encoding: [0x6a,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
4680 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4682 v_cmp_eq_f64_e64 s10, v[254:255], v[2:3]
4683 // W32: encoding: [0x0a,0x00,0x22,0xd4,0xfe,0x05,0x02,0x00]
4684 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4686 v_cmp_eq_f64_e64 s10, s[2:3], v[2:3]
4687 // W32: encoding: [0x0a,0x00,0x22,0xd4,0x02,0x04,0x02,0x00]
4688 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4690 v_cmp_eq_f64_e64 s10, s[4:5], v[2:3]
4691 // W32: encoding: [0x0a,0x00,0x22,0xd4,0x04,0x04,0x02,0x00]
4692 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4694 v_cmp_eq_f64_e64 s10, s[100:101], v[2:3]
4695 // W32: encoding: [0x0a,0x00,0x22,0xd4,0x64,0x04,0x02,0x00]
4696 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4698 v_cmp_eq_f64_e64 s10, vcc, v[2:3]
4699 // W32: encoding: [0x0a,0x00,0x22,0xd4,0x6a,0x04,0x02,0x00]
4700 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4702 v_cmp_eq_f64_e64 s10, exec, v[2:3]
4703 // W32: encoding: [0x0a,0x00,0x22,0xd4,0x7e,0x04,0x02,0x00]
4704 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4706 v_cmp_eq_f64_e64 s10, 0, v[2:3]
4707 // W32: encoding: [0x0a,0x00,0x22,0xd4,0x80,0x04,0x02,0x00]
4708 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4710 v_cmp_eq_f64_e64 s10, -1, v[2:3]
4711 // W32: encoding: [0x0a,0x00,0x22,0xd4,0xc1,0x04,0x02,0x00]
4712 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4714 v_cmp_eq_f64_e64 s10, 0.5, v[2:3]
4715 // W32: encoding: [0x0a,0x00,0x22,0xd4,0xf0,0x04,0x02,0x00]
4716 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4718 v_cmp_eq_f64_e64 s10, -4.0, v[2:3]
4719 // W32: encoding: [0x0a,0x00,0x22,0xd4,0xf7,0x04,0x02,0x00]
4720 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4722 v_cmp_eq_f64_e64 s10, v[1:2], v[254:255]
4723 // W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xfd,0x03,0x00]
4724 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4726 v_cmp_eq_f64_e64 s10, v[1:2], s[4:5]
4727 // W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x09,0x00,0x00]
4728 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4730 v_cmp_eq_f64_e64 s10, v[1:2], s[6:7]
4731 // W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x0d,0x00,0x00]
4732 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4734 v_cmp_eq_f64_e64 s10, v[1:2], s[100:101]
4735 // W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xc9,0x00,0x00]
4736 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4738 v_cmp_eq_f64_e64 s10, v[1:2], vcc
4739 // W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xd5,0x00,0x00]
4740 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4742 v_cmp_eq_f64_e64 s10, v[1:2], exec
4743 // W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xfd,0x00,0x00]
4744 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4746 v_cmp_eq_f64_e64 s10, v[1:2], 0
4747 // W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x01,0x01,0x00]
4748 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4750 v_cmp_eq_f64_e64 s10, v[1:2], -1
4751 // W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x83,0x01,0x00]
4752 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4754 v_cmp_eq_f64_e64 s10, v[1:2], 0.5
4755 // W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xe1,0x01,0x00]
4756 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4758 v_cmp_eq_f64_e64 s10, v[1:2], -4.0
4759 // W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xef,0x01,0x00]
4760 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4762 v_cmp_eq_f64_e64 s10, -v[1:2], v[2:3]
4763 // W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x20]
4764 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4766 v_cmp_eq_f64_e64 s10, v[1:2], -v[2:3]
4767 // W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x40]
4768 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4770 v_cmp_eq_f64_e64 s10, -v[1:2], -v[2:3]
4771 // W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x60]
4772 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4774 v_cmp_eq_f64_e64 s10, v[1:2], v[2:3] clamp
4775 // W32: encoding: [0x0a,0x80,0x22,0xd4,0x01,0x05,0x02,0x00]
4776 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4778 v_cmp_le_f64_e64 s[10:11], v[1:2], v[2:3]
4779 // W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
4780 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4782 v_cmp_le_f64_e64 s[12:13], v[1:2], v[2:3]
4783 // W64: encoding: [0x0c,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
4784 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4786 v_cmp_le_f64_e64 s[100:101], v[1:2], v[2:3]
4787 // W64: encoding: [0x64,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
4788 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4790 v_cmp_le_f64_e64 vcc, v[1:2], v[2:3]
4791 // W64: encoding: [0x6a,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
4792 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4794 v_cmp_le_f64_e64 s[10:11], v[254:255], v[2:3]
4795 // W64: encoding: [0x0a,0x00,0x23,0xd4,0xfe,0x05,0x02,0x00]
4796 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4798 v_cmp_le_f64_e64 s[10:11], s[2:3], v[2:3]
4799 // W64: encoding: [0x0a,0x00,0x23,0xd4,0x02,0x04,0x02,0x00]
4800 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4802 v_cmp_le_f64_e64 s[10:11], s[4:5], v[2:3]
4803 // W64: encoding: [0x0a,0x00,0x23,0xd4,0x04,0x04,0x02,0x00]
4804 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4806 v_cmp_le_f64_e64 s[10:11], s[100:101], v[2:3]
4807 // W64: encoding: [0x0a,0x00,0x23,0xd4,0x64,0x04,0x02,0x00]
4808 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4810 v_cmp_le_f64_e64 s[10:11], vcc, v[2:3]
4811 // W64: encoding: [0x0a,0x00,0x23,0xd4,0x6a,0x04,0x02,0x00]
4812 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4814 v_cmp_le_f64_e64 s[10:11], exec, v[2:3]
4815 // W64: encoding: [0x0a,0x00,0x23,0xd4,0x7e,0x04,0x02,0x00]
4816 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4818 v_cmp_le_f64_e64 s[10:11], 0, v[2:3]
4819 // W64: encoding: [0x0a,0x00,0x23,0xd4,0x80,0x04,0x02,0x00]
4820 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4822 v_cmp_le_f64_e64 s[10:11], -1, v[2:3]
4823 // W64: encoding: [0x0a,0x00,0x23,0xd4,0xc1,0x04,0x02,0x00]
4824 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4826 v_cmp_le_f64_e64 s[10:11], 0.5, v[2:3]
4827 // W64: encoding: [0x0a,0x00,0x23,0xd4,0xf0,0x04,0x02,0x00]
4828 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4830 v_cmp_le_f64_e64 s[10:11], -4.0, v[2:3]
4831 // W64: encoding: [0x0a,0x00,0x23,0xd4,0xf7,0x04,0x02,0x00]
4832 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4834 v_cmp_le_f64_e64 s[10:11], v[1:2], v[254:255]
4835 // W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xfd,0x03,0x00]
4836 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4838 v_cmp_le_f64_e64 s[10:11], v[1:2], s[4:5]
4839 // W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x09,0x00,0x00]
4840 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4842 v_cmp_le_f64_e64 s[10:11], v[1:2], s[6:7]
4843 // W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x0d,0x00,0x00]
4844 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4846 v_cmp_le_f64_e64 s[10:11], v[1:2], s[100:101]
4847 // W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xc9,0x00,0x00]
4848 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4850 v_cmp_le_f64_e64 s[10:11], v[1:2], vcc
4851 // W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xd5,0x00,0x00]
4852 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4854 v_cmp_le_f64_e64 s[10:11], v[1:2], exec
4855 // W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xfd,0x00,0x00]
4856 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4858 v_cmp_le_f64_e64 s[10:11], v[1:2], 0
4859 // W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x01,0x01,0x00]
4860 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4862 v_cmp_le_f64_e64 s[10:11], v[1:2], -1
4863 // W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x83,0x01,0x00]
4864 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4866 v_cmp_le_f64_e64 s[10:11], v[1:2], 0.5
4867 // W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xe1,0x01,0x00]
4868 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4870 v_cmp_le_f64_e64 s[10:11], v[1:2], -4.0
4871 // W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xef,0x01,0x00]
4872 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4874 v_cmp_le_f64_e64 s[10:11], -v[1:2], v[2:3]
4875 // W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x20]
4876 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4878 v_cmp_le_f64_e64 s[10:11], v[1:2], -v[2:3]
4879 // W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x40]
4880 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4882 v_cmp_le_f64_e64 s[10:11], -v[1:2], -v[2:3]
4883 // W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x60]
4884 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4886 v_cmp_le_f64_e64 s[10:11], v[1:2], v[2:3] clamp
4887 // W64: encoding: [0x0a,0x80,0x23,0xd4,0x01,0x05,0x02,0x00]
4888 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4890 v_cmp_le_f64_e64 s10, v[1:2], v[2:3]
4891 // W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
4892 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4894 v_cmp_le_f64_e64 s12, v[1:2], v[2:3]
4895 // W32: encoding: [0x0c,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
4896 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4898 v_cmp_le_f64_e64 s100, v[1:2], v[2:3]
4899 // W32: encoding: [0x64,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
4900 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4902 v_cmp_le_f64_e64 vcc_lo, v[1:2], v[2:3]
4903 // W32: encoding: [0x6a,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
4904 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4906 v_cmp_le_f64_e64 s10, v[254:255], v[2:3]
4907 // W32: encoding: [0x0a,0x00,0x23,0xd4,0xfe,0x05,0x02,0x00]
4908 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4910 v_cmp_le_f64_e64 s10, s[2:3], v[2:3]
4911 // W32: encoding: [0x0a,0x00,0x23,0xd4,0x02,0x04,0x02,0x00]
4912 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4914 v_cmp_le_f64_e64 s10, s[4:5], v[2:3]
4915 // W32: encoding: [0x0a,0x00,0x23,0xd4,0x04,0x04,0x02,0x00]
4916 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4918 v_cmp_le_f64_e64 s10, s[100:101], v[2:3]
4919 // W32: encoding: [0x0a,0x00,0x23,0xd4,0x64,0x04,0x02,0x00]
4920 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4922 v_cmp_le_f64_e64 s10, vcc, v[2:3]
4923 // W32: encoding: [0x0a,0x00,0x23,0xd4,0x6a,0x04,0x02,0x00]
4924 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4926 v_cmp_le_f64_e64 s10, exec, v[2:3]
4927 // W32: encoding: [0x0a,0x00,0x23,0xd4,0x7e,0x04,0x02,0x00]
4928 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4930 v_cmp_le_f64_e64 s10, 0, v[2:3]
4931 // W32: encoding: [0x0a,0x00,0x23,0xd4,0x80,0x04,0x02,0x00]
4932 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4934 v_cmp_le_f64_e64 s10, -1, v[2:3]
4935 // W32: encoding: [0x0a,0x00,0x23,0xd4,0xc1,0x04,0x02,0x00]
4936 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4938 v_cmp_le_f64_e64 s10, 0.5, v[2:3]
4939 // W32: encoding: [0x0a,0x00,0x23,0xd4,0xf0,0x04,0x02,0x00]
4940 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4942 v_cmp_le_f64_e64 s10, -4.0, v[2:3]
4943 // W32: encoding: [0x0a,0x00,0x23,0xd4,0xf7,0x04,0x02,0x00]
4944 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4946 v_cmp_le_f64_e64 s10, v[1:2], v[254:255]
4947 // W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xfd,0x03,0x00]
4948 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4950 v_cmp_le_f64_e64 s10, v[1:2], s[4:5]
4951 // W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x09,0x00,0x00]
4952 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4954 v_cmp_le_f64_e64 s10, v[1:2], s[6:7]
4955 // W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x0d,0x00,0x00]
4956 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4958 v_cmp_le_f64_e64 s10, v[1:2], s[100:101]
4959 // W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xc9,0x00,0x00]
4960 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4962 v_cmp_le_f64_e64 s10, v[1:2], vcc
4963 // W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xd5,0x00,0x00]
4964 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4966 v_cmp_le_f64_e64 s10, v[1:2], exec
4967 // W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xfd,0x00,0x00]
4968 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4970 v_cmp_le_f64_e64 s10, v[1:2], 0
4971 // W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x01,0x01,0x00]
4972 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4974 v_cmp_le_f64_e64 s10, v[1:2], -1
4975 // W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x83,0x01,0x00]
4976 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4978 v_cmp_le_f64_e64 s10, v[1:2], 0.5
4979 // W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xe1,0x01,0x00]
4980 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4982 v_cmp_le_f64_e64 s10, v[1:2], -4.0
4983 // W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xef,0x01,0x00]
4984 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4986 v_cmp_le_f64_e64 s10, -v[1:2], v[2:3]
4987 // W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x20]
4988 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4990 v_cmp_le_f64_e64 s10, v[1:2], -v[2:3]
4991 // W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x40]
4992 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4994 v_cmp_le_f64_e64 s10, -v[1:2], -v[2:3]
4995 // W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x60]
4996 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
4998 v_cmp_le_f64_e64 s10, v[1:2], v[2:3] clamp
4999 // W32: encoding: [0x0a,0x80,0x23,0xd4,0x01,0x05,0x02,0x00]
5000 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5002 v_cmp_gt_f64_e64 s[10:11], v[1:2], v[2:3]
5003 // W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
5004 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5006 v_cmp_gt_f64_e64 s[12:13], v[1:2], v[2:3]
5007 // W64: encoding: [0x0c,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
5008 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5010 v_cmp_gt_f64_e64 s[100:101], v[1:2], v[2:3]
5011 // W64: encoding: [0x64,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
5012 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5014 v_cmp_gt_f64_e64 vcc, v[1:2], v[2:3]
5015 // W64: encoding: [0x6a,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
5016 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5018 v_cmp_gt_f64_e64 s[10:11], v[254:255], v[2:3]
5019 // W64: encoding: [0x0a,0x00,0x24,0xd4,0xfe,0x05,0x02,0x00]
5020 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5022 v_cmp_gt_f64_e64 s[10:11], s[2:3], v[2:3]
5023 // W64: encoding: [0x0a,0x00,0x24,0xd4,0x02,0x04,0x02,0x00]
5024 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5026 v_cmp_gt_f64_e64 s[10:11], s[4:5], v[2:3]
5027 // W64: encoding: [0x0a,0x00,0x24,0xd4,0x04,0x04,0x02,0x00]
5028 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5030 v_cmp_gt_f64_e64 s[10:11], s[100:101], v[2:3]
5031 // W64: encoding: [0x0a,0x00,0x24,0xd4,0x64,0x04,0x02,0x00]
5032 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5034 v_cmp_gt_f64_e64 s[10:11], vcc, v[2:3]
5035 // W64: encoding: [0x0a,0x00,0x24,0xd4,0x6a,0x04,0x02,0x00]
5036 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5038 v_cmp_gt_f64_e64 s[10:11], exec, v[2:3]
5039 // W64: encoding: [0x0a,0x00,0x24,0xd4,0x7e,0x04,0x02,0x00]
5040 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5042 v_cmp_gt_f64_e64 s[10:11], 0, v[2:3]
5043 // W64: encoding: [0x0a,0x00,0x24,0xd4,0x80,0x04,0x02,0x00]
5044 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5046 v_cmp_gt_f64_e64 s[10:11], -1, v[2:3]
5047 // W64: encoding: [0x0a,0x00,0x24,0xd4,0xc1,0x04,0x02,0x00]
5048 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5050 v_cmp_gt_f64_e64 s[10:11], 0.5, v[2:3]
5051 // W64: encoding: [0x0a,0x00,0x24,0xd4,0xf0,0x04,0x02,0x00]
5052 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5054 v_cmp_gt_f64_e64 s[10:11], -4.0, v[2:3]
5055 // W64: encoding: [0x0a,0x00,0x24,0xd4,0xf7,0x04,0x02,0x00]
5056 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5058 v_cmp_gt_f64_e64 s[10:11], v[1:2], v[254:255]
5059 // W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xfd,0x03,0x00]
5060 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5062 v_cmp_gt_f64_e64 s[10:11], v[1:2], s[4:5]
5063 // W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x09,0x00,0x00]
5064 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5066 v_cmp_gt_f64_e64 s[10:11], v[1:2], s[6:7]
5067 // W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x0d,0x00,0x00]
5068 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5070 v_cmp_gt_f64_e64 s[10:11], v[1:2], s[100:101]
5071 // W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xc9,0x00,0x00]
5072 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5074 v_cmp_gt_f64_e64 s[10:11], v[1:2], vcc
5075 // W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xd5,0x00,0x00]
5076 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5078 v_cmp_gt_f64_e64 s[10:11], v[1:2], exec
5079 // W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xfd,0x00,0x00]
5080 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5082 v_cmp_gt_f64_e64 s[10:11], v[1:2], 0
5083 // W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x01,0x01,0x00]
5084 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5086 v_cmp_gt_f64_e64 s[10:11], v[1:2], -1
5087 // W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x83,0x01,0x00]
5088 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5090 v_cmp_gt_f64_e64 s[10:11], v[1:2], 0.5
5091 // W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xe1,0x01,0x00]
5092 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5094 v_cmp_gt_f64_e64 s[10:11], v[1:2], -4.0
5095 // W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xef,0x01,0x00]
5096 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5098 v_cmp_gt_f64_e64 s[10:11], -v[1:2], v[2:3]
5099 // W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x20]
5100 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5102 v_cmp_gt_f64_e64 s[10:11], v[1:2], -v[2:3]
5103 // W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x40]
5104 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5106 v_cmp_gt_f64_e64 s[10:11], -v[1:2], -v[2:3]
5107 // W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x60]
5108 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5110 v_cmp_gt_f64_e64 s[10:11], v[1:2], v[2:3] clamp
5111 // W64: encoding: [0x0a,0x80,0x24,0xd4,0x01,0x05,0x02,0x00]
5112 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5114 v_cmp_gt_f64_e64 s10, v[1:2], v[2:3]
5115 // W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
5116 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5118 v_cmp_gt_f64_e64 s12, v[1:2], v[2:3]
5119 // W32: encoding: [0x0c,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
5120 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5122 v_cmp_gt_f64_e64 s100, v[1:2], v[2:3]
5123 // W32: encoding: [0x64,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
5124 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5126 v_cmp_gt_f64_e64 vcc_lo, v[1:2], v[2:3]
5127 // W32: encoding: [0x6a,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
5128 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5130 v_cmp_gt_f64_e64 s10, v[254:255], v[2:3]
5131 // W32: encoding: [0x0a,0x00,0x24,0xd4,0xfe,0x05,0x02,0x00]
5132 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5134 v_cmp_gt_f64_e64 s10, s[2:3], v[2:3]
5135 // W32: encoding: [0x0a,0x00,0x24,0xd4,0x02,0x04,0x02,0x00]
5136 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5138 v_cmp_gt_f64_e64 s10, s[4:5], v[2:3]
5139 // W32: encoding: [0x0a,0x00,0x24,0xd4,0x04,0x04,0x02,0x00]
5140 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5142 v_cmp_gt_f64_e64 s10, s[100:101], v[2:3]
5143 // W32: encoding: [0x0a,0x00,0x24,0xd4,0x64,0x04,0x02,0x00]
5144 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5146 v_cmp_gt_f64_e64 s10, vcc, v[2:3]
5147 // W32: encoding: [0x0a,0x00,0x24,0xd4,0x6a,0x04,0x02,0x00]
5148 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5150 v_cmp_gt_f64_e64 s10, exec, v[2:3]
5151 // W32: encoding: [0x0a,0x00,0x24,0xd4,0x7e,0x04,0x02,0x00]
5152 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5154 v_cmp_gt_f64_e64 s10, 0, v[2:3]
5155 // W32: encoding: [0x0a,0x00,0x24,0xd4,0x80,0x04,0x02,0x00]
5156 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5158 v_cmp_gt_f64_e64 s10, -1, v[2:3]
5159 // W32: encoding: [0x0a,0x00,0x24,0xd4,0xc1,0x04,0x02,0x00]
5160 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5162 v_cmp_gt_f64_e64 s10, 0.5, v[2:3]
5163 // W32: encoding: [0x0a,0x00,0x24,0xd4,0xf0,0x04,0x02,0x00]
5164 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5166 v_cmp_gt_f64_e64 s10, -4.0, v[2:3]
5167 // W32: encoding: [0x0a,0x00,0x24,0xd4,0xf7,0x04,0x02,0x00]
5168 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5170 v_cmp_gt_f64_e64 s10, v[1:2], v[254:255]
5171 // W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xfd,0x03,0x00]
5172 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5174 v_cmp_gt_f64_e64 s10, v[1:2], s[4:5]
5175 // W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x09,0x00,0x00]
5176 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5178 v_cmp_gt_f64_e64 s10, v[1:2], s[6:7]
5179 // W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x0d,0x00,0x00]
5180 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5182 v_cmp_gt_f64_e64 s10, v[1:2], s[100:101]
5183 // W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xc9,0x00,0x00]
5184 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5186 v_cmp_gt_f64_e64 s10, v[1:2], vcc
5187 // W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xd5,0x00,0x00]
5188 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5190 v_cmp_gt_f64_e64 s10, v[1:2], exec
5191 // W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xfd,0x00,0x00]
5192 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5194 v_cmp_gt_f64_e64 s10, v[1:2], 0
5195 // W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x01,0x01,0x00]
5196 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5198 v_cmp_gt_f64_e64 s10, v[1:2], -1
5199 // W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x83,0x01,0x00]
5200 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5202 v_cmp_gt_f64_e64 s10, v[1:2], 0.5
5203 // W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xe1,0x01,0x00]
5204 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5206 v_cmp_gt_f64_e64 s10, v[1:2], -4.0
5207 // W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xef,0x01,0x00]
5208 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5210 v_cmp_gt_f64_e64 s10, -v[1:2], v[2:3]
5211 // W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x20]
5212 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5214 v_cmp_gt_f64_e64 s10, v[1:2], -v[2:3]
5215 // W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x40]
5216 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5218 v_cmp_gt_f64_e64 s10, -v[1:2], -v[2:3]
5219 // W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x60]
5220 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5222 v_cmp_gt_f64_e64 s10, v[1:2], v[2:3] clamp
5223 // W32: encoding: [0x0a,0x80,0x24,0xd4,0x01,0x05,0x02,0x00]
5224 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5226 v_cmp_lg_f64_e64 s[10:11], v[1:2], v[2:3]
5227 // W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
5228 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5230 v_cmp_lg_f64_e64 s[12:13], v[1:2], v[2:3]
5231 // W64: encoding: [0x0c,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
5232 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5234 v_cmp_lg_f64_e64 s[100:101], v[1:2], v[2:3]
5235 // W64: encoding: [0x64,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
5236 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5238 v_cmp_lg_f64_e64 vcc, v[1:2], v[2:3]
5239 // W64: encoding: [0x6a,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
5240 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5242 v_cmp_lg_f64_e64 s[10:11], v[254:255], v[2:3]
5243 // W64: encoding: [0x0a,0x00,0x25,0xd4,0xfe,0x05,0x02,0x00]
5244 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5246 v_cmp_lg_f64_e64 s[10:11], s[2:3], v[2:3]
5247 // W64: encoding: [0x0a,0x00,0x25,0xd4,0x02,0x04,0x02,0x00]
5248 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5250 v_cmp_lg_f64_e64 s[10:11], s[4:5], v[2:3]
5251 // W64: encoding: [0x0a,0x00,0x25,0xd4,0x04,0x04,0x02,0x00]
5252 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5254 v_cmp_lg_f64_e64 s[10:11], s[100:101], v[2:3]
5255 // W64: encoding: [0x0a,0x00,0x25,0xd4,0x64,0x04,0x02,0x00]
5256 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5258 v_cmp_lg_f64_e64 s[10:11], vcc, v[2:3]
5259 // W64: encoding: [0x0a,0x00,0x25,0xd4,0x6a,0x04,0x02,0x00]
5260 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5262 v_cmp_lg_f64_e64 s[10:11], exec, v[2:3]
5263 // W64: encoding: [0x0a,0x00,0x25,0xd4,0x7e,0x04,0x02,0x00]
5264 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5266 v_cmp_lg_f64_e64 s[10:11], 0, v[2:3]
5267 // W64: encoding: [0x0a,0x00,0x25,0xd4,0x80,0x04,0x02,0x00]
5268 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5270 v_cmp_lg_f64_e64 s[10:11], -1, v[2:3]
5271 // W64: encoding: [0x0a,0x00,0x25,0xd4,0xc1,0x04,0x02,0x00]
5272 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5274 v_cmp_lg_f64_e64 s[10:11], 0.5, v[2:3]
5275 // W64: encoding: [0x0a,0x00,0x25,0xd4,0xf0,0x04,0x02,0x00]
5276 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5278 v_cmp_lg_f64_e64 s[10:11], -4.0, v[2:3]
5279 // W64: encoding: [0x0a,0x00,0x25,0xd4,0xf7,0x04,0x02,0x00]
5280 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5282 v_cmp_lg_f64_e64 s[10:11], v[1:2], v[254:255]
5283 // W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xfd,0x03,0x00]
5284 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5286 v_cmp_lg_f64_e64 s[10:11], v[1:2], s[4:5]
5287 // W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x09,0x00,0x00]
5288 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5290 v_cmp_lg_f64_e64 s[10:11], v[1:2], s[6:7]
5291 // W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x0d,0x00,0x00]
5292 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5294 v_cmp_lg_f64_e64 s[10:11], v[1:2], s[100:101]
5295 // W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xc9,0x00,0x00]
5296 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5298 v_cmp_lg_f64_e64 s[10:11], v[1:2], vcc
5299 // W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xd5,0x00,0x00]
5300 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5302 v_cmp_lg_f64_e64 s[10:11], v[1:2], exec
5303 // W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xfd,0x00,0x00]
5304 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5306 v_cmp_lg_f64_e64 s[10:11], v[1:2], 0
5307 // W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x01,0x01,0x00]
5308 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5310 v_cmp_lg_f64_e64 s[10:11], v[1:2], -1
5311 // W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x83,0x01,0x00]
5312 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5314 v_cmp_lg_f64_e64 s[10:11], v[1:2], 0.5
5315 // W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xe1,0x01,0x00]
5316 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5318 v_cmp_lg_f64_e64 s[10:11], v[1:2], -4.0
5319 // W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xef,0x01,0x00]
5320 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5322 v_cmp_lg_f64_e64 s[10:11], -v[1:2], v[2:3]
5323 // W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x20]
5324 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5326 v_cmp_lg_f64_e64 s[10:11], v[1:2], -v[2:3]
5327 // W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x40]
5328 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5330 v_cmp_lg_f64_e64 s[10:11], -v[1:2], -v[2:3]
5331 // W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x60]
5332 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5334 v_cmp_lg_f64_e64 s[10:11], v[1:2], v[2:3] clamp
5335 // W64: encoding: [0x0a,0x80,0x25,0xd4,0x01,0x05,0x02,0x00]
5336 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5338 v_cmp_lg_f64_e64 s10, v[1:2], v[2:3]
5339 // W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
5340 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5342 v_cmp_lg_f64_e64 s12, v[1:2], v[2:3]
5343 // W32: encoding: [0x0c,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
5344 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5346 v_cmp_lg_f64_e64 s100, v[1:2], v[2:3]
5347 // W32: encoding: [0x64,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
5348 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5350 v_cmp_lg_f64_e64 vcc_lo, v[1:2], v[2:3]
5351 // W32: encoding: [0x6a,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
5352 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5354 v_cmp_lg_f64_e64 s10, v[254:255], v[2:3]
5355 // W32: encoding: [0x0a,0x00,0x25,0xd4,0xfe,0x05,0x02,0x00]
5356 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5358 v_cmp_lg_f64_e64 s10, s[2:3], v[2:3]
5359 // W32: encoding: [0x0a,0x00,0x25,0xd4,0x02,0x04,0x02,0x00]
5360 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5362 v_cmp_lg_f64_e64 s10, s[4:5], v[2:3]
5363 // W32: encoding: [0x0a,0x00,0x25,0xd4,0x04,0x04,0x02,0x00]
5364 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5366 v_cmp_lg_f64_e64 s10, s[100:101], v[2:3]
5367 // W32: encoding: [0x0a,0x00,0x25,0xd4,0x64,0x04,0x02,0x00]
5368 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5370 v_cmp_lg_f64_e64 s10, vcc, v[2:3]
5371 // W32: encoding: [0x0a,0x00,0x25,0xd4,0x6a,0x04,0x02,0x00]
5372 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5374 v_cmp_lg_f64_e64 s10, exec, v[2:3]
5375 // W32: encoding: [0x0a,0x00,0x25,0xd4,0x7e,0x04,0x02,0x00]
5376 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5378 v_cmp_lg_f64_e64 s10, 0, v[2:3]
5379 // W32: encoding: [0x0a,0x00,0x25,0xd4,0x80,0x04,0x02,0x00]
5380 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5382 v_cmp_lg_f64_e64 s10, -1, v[2:3]
5383 // W32: encoding: [0x0a,0x00,0x25,0xd4,0xc1,0x04,0x02,0x00]
5384 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5386 v_cmp_lg_f64_e64 s10, 0.5, v[2:3]
5387 // W32: encoding: [0x0a,0x00,0x25,0xd4,0xf0,0x04,0x02,0x00]
5388 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5390 v_cmp_lg_f64_e64 s10, -4.0, v[2:3]
5391 // W32: encoding: [0x0a,0x00,0x25,0xd4,0xf7,0x04,0x02,0x00]
5392 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5394 v_cmp_lg_f64_e64 s10, v[1:2], v[254:255]
5395 // W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xfd,0x03,0x00]
5396 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5398 v_cmp_lg_f64_e64 s10, v[1:2], s[4:5]
5399 // W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x09,0x00,0x00]
5400 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5402 v_cmp_lg_f64_e64 s10, v[1:2], s[6:7]
5403 // W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x0d,0x00,0x00]
5404 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5406 v_cmp_lg_f64_e64 s10, v[1:2], s[100:101]
5407 // W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xc9,0x00,0x00]
5408 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5410 v_cmp_lg_f64_e64 s10, v[1:2], vcc
5411 // W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xd5,0x00,0x00]
5412 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5414 v_cmp_lg_f64_e64 s10, v[1:2], exec
5415 // W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xfd,0x00,0x00]
5416 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5418 v_cmp_lg_f64_e64 s10, v[1:2], 0
5419 // W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x01,0x01,0x00]
5420 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5422 v_cmp_lg_f64_e64 s10, v[1:2], -1
5423 // W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x83,0x01,0x00]
5424 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5426 v_cmp_lg_f64_e64 s10, v[1:2], 0.5
5427 // W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xe1,0x01,0x00]
5428 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5430 v_cmp_lg_f64_e64 s10, v[1:2], -4.0
5431 // W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xef,0x01,0x00]
5432 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5434 v_cmp_lg_f64_e64 s10, -v[1:2], v[2:3]
5435 // W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x20]
5436 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5438 v_cmp_lg_f64_e64 s10, v[1:2], -v[2:3]
5439 // W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x40]
5440 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5442 v_cmp_lg_f64_e64 s10, -v[1:2], -v[2:3]
5443 // W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x60]
5444 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5446 v_cmp_lg_f64_e64 s10, v[1:2], v[2:3] clamp
5447 // W32: encoding: [0x0a,0x80,0x25,0xd4,0x01,0x05,0x02,0x00]
5448 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5450 v_cmp_ge_f64_e64 s[10:11], v[1:2], v[2:3]
5451 // W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
5452 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5454 v_cmp_ge_f64_e64 s[12:13], v[1:2], v[2:3]
5455 // W64: encoding: [0x0c,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
5456 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5458 v_cmp_ge_f64_e64 s[100:101], v[1:2], v[2:3]
5459 // W64: encoding: [0x64,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
5460 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5462 v_cmp_ge_f64_e64 vcc, v[1:2], v[2:3]
5463 // W64: encoding: [0x6a,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
5464 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5466 v_cmp_ge_f64_e64 s[10:11], v[254:255], v[2:3]
5467 // W64: encoding: [0x0a,0x00,0x26,0xd4,0xfe,0x05,0x02,0x00]
5468 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5470 v_cmp_ge_f64_e64 s[10:11], s[2:3], v[2:3]
5471 // W64: encoding: [0x0a,0x00,0x26,0xd4,0x02,0x04,0x02,0x00]
5472 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5474 v_cmp_ge_f64_e64 s[10:11], s[4:5], v[2:3]
5475 // W64: encoding: [0x0a,0x00,0x26,0xd4,0x04,0x04,0x02,0x00]
5476 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5478 v_cmp_ge_f64_e64 s[10:11], s[100:101], v[2:3]
5479 // W64: encoding: [0x0a,0x00,0x26,0xd4,0x64,0x04,0x02,0x00]
5480 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5482 v_cmp_ge_f64_e64 s[10:11], vcc, v[2:3]
5483 // W64: encoding: [0x0a,0x00,0x26,0xd4,0x6a,0x04,0x02,0x00]
5484 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5486 v_cmp_ge_f64_e64 s[10:11], exec, v[2:3]
5487 // W64: encoding: [0x0a,0x00,0x26,0xd4,0x7e,0x04,0x02,0x00]
5488 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5490 v_cmp_ge_f64_e64 s[10:11], 0, v[2:3]
5491 // W64: encoding: [0x0a,0x00,0x26,0xd4,0x80,0x04,0x02,0x00]
5492 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5494 v_cmp_ge_f64_e64 s[10:11], -1, v[2:3]
5495 // W64: encoding: [0x0a,0x00,0x26,0xd4,0xc1,0x04,0x02,0x00]
5496 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5498 v_cmp_ge_f64_e64 s[10:11], 0.5, v[2:3]
5499 // W64: encoding: [0x0a,0x00,0x26,0xd4,0xf0,0x04,0x02,0x00]
5500 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5502 v_cmp_ge_f64_e64 s[10:11], -4.0, v[2:3]
5503 // W64: encoding: [0x0a,0x00,0x26,0xd4,0xf7,0x04,0x02,0x00]
5504 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5506 v_cmp_ge_f64_e64 s[10:11], v[1:2], v[254:255]
5507 // W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xfd,0x03,0x00]
5508 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5510 v_cmp_ge_f64_e64 s[10:11], v[1:2], s[4:5]
5511 // W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x09,0x00,0x00]
5512 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5514 v_cmp_ge_f64_e64 s[10:11], v[1:2], s[6:7]
5515 // W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x0d,0x00,0x00]
5516 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5518 v_cmp_ge_f64_e64 s[10:11], v[1:2], s[100:101]
5519 // W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xc9,0x00,0x00]
5520 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5522 v_cmp_ge_f64_e64 s[10:11], v[1:2], vcc
5523 // W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xd5,0x00,0x00]
5524 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5526 v_cmp_ge_f64_e64 s[10:11], v[1:2], exec
5527 // W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xfd,0x00,0x00]
5528 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5530 v_cmp_ge_f64_e64 s[10:11], v[1:2], 0
5531 // W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x01,0x01,0x00]
5532 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5534 v_cmp_ge_f64_e64 s[10:11], v[1:2], -1
5535 // W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x83,0x01,0x00]
5536 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5538 v_cmp_ge_f64_e64 s[10:11], v[1:2], 0.5
5539 // W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xe1,0x01,0x00]
5540 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5542 v_cmp_ge_f64_e64 s[10:11], v[1:2], -4.0
5543 // W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xef,0x01,0x00]
5544 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5546 v_cmp_ge_f64_e64 s[10:11], -v[1:2], v[2:3]
5547 // W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x20]
5548 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5550 v_cmp_ge_f64_e64 s[10:11], v[1:2], -v[2:3]
5551 // W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x40]
5552 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5554 v_cmp_ge_f64_e64 s[10:11], -v[1:2], -v[2:3]
5555 // W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x60]
5556 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5558 v_cmp_ge_f64_e64 s[10:11], v[1:2], v[2:3] clamp
5559 // W64: encoding: [0x0a,0x80,0x26,0xd4,0x01,0x05,0x02,0x00]
5560 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5562 v_cmp_ge_f64_e64 s10, v[1:2], v[2:3]
5563 // W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
5564 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5566 v_cmp_ge_f64_e64 s12, v[1:2], v[2:3]
5567 // W32: encoding: [0x0c,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
5568 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5570 v_cmp_ge_f64_e64 s100, v[1:2], v[2:3]
5571 // W32: encoding: [0x64,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
5572 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5574 v_cmp_ge_f64_e64 vcc_lo, v[1:2], v[2:3]
5575 // W32: encoding: [0x6a,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
5576 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5578 v_cmp_ge_f64_e64 s10, v[254:255], v[2:3]
5579 // W32: encoding: [0x0a,0x00,0x26,0xd4,0xfe,0x05,0x02,0x00]
5580 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5582 v_cmp_ge_f64_e64 s10, s[2:3], v[2:3]
5583 // W32: encoding: [0x0a,0x00,0x26,0xd4,0x02,0x04,0x02,0x00]
5584 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5586 v_cmp_ge_f64_e64 s10, s[4:5], v[2:3]
5587 // W32: encoding: [0x0a,0x00,0x26,0xd4,0x04,0x04,0x02,0x00]
5588 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5590 v_cmp_ge_f64_e64 s10, s[100:101], v[2:3]
5591 // W32: encoding: [0x0a,0x00,0x26,0xd4,0x64,0x04,0x02,0x00]
5592 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5594 v_cmp_ge_f64_e64 s10, vcc, v[2:3]
5595 // W32: encoding: [0x0a,0x00,0x26,0xd4,0x6a,0x04,0x02,0x00]
5596 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5598 v_cmp_ge_f64_e64 s10, exec, v[2:3]
5599 // W32: encoding: [0x0a,0x00,0x26,0xd4,0x7e,0x04,0x02,0x00]
5600 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5602 v_cmp_ge_f64_e64 s10, 0, v[2:3]
5603 // W32: encoding: [0x0a,0x00,0x26,0xd4,0x80,0x04,0x02,0x00]
5604 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5606 v_cmp_ge_f64_e64 s10, -1, v[2:3]
5607 // W32: encoding: [0x0a,0x00,0x26,0xd4,0xc1,0x04,0x02,0x00]
5608 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5610 v_cmp_ge_f64_e64 s10, 0.5, v[2:3]
5611 // W32: encoding: [0x0a,0x00,0x26,0xd4,0xf0,0x04,0x02,0x00]
5612 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5614 v_cmp_ge_f64_e64 s10, -4.0, v[2:3]
5615 // W32: encoding: [0x0a,0x00,0x26,0xd4,0xf7,0x04,0x02,0x00]
5616 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5618 v_cmp_ge_f64_e64 s10, v[1:2], v[254:255]
5619 // W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xfd,0x03,0x00]
5620 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5622 v_cmp_ge_f64_e64 s10, v[1:2], s[4:5]
5623 // W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x09,0x00,0x00]
5624 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5626 v_cmp_ge_f64_e64 s10, v[1:2], s[6:7]
5627 // W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x0d,0x00,0x00]
5628 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5630 v_cmp_ge_f64_e64 s10, v[1:2], s[100:101]
5631 // W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xc9,0x00,0x00]
5632 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5634 v_cmp_ge_f64_e64 s10, v[1:2], vcc
5635 // W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xd5,0x00,0x00]
5636 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5638 v_cmp_ge_f64_e64 s10, v[1:2], exec
5639 // W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xfd,0x00,0x00]
5640 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5642 v_cmp_ge_f64_e64 s10, v[1:2], 0
5643 // W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x01,0x01,0x00]
5644 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5646 v_cmp_ge_f64_e64 s10, v[1:2], -1
5647 // W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x83,0x01,0x00]
5648 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5650 v_cmp_ge_f64_e64 s10, v[1:2], 0.5
5651 // W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xe1,0x01,0x00]
5652 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5654 v_cmp_ge_f64_e64 s10, v[1:2], -4.0
5655 // W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xef,0x01,0x00]
5656 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5658 v_cmp_ge_f64_e64 s10, -v[1:2], v[2:3]
5659 // W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x20]
5660 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5662 v_cmp_ge_f64_e64 s10, v[1:2], -v[2:3]
5663 // W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x40]
5664 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5666 v_cmp_ge_f64_e64 s10, -v[1:2], -v[2:3]
5667 // W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x60]
5668 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5670 v_cmp_ge_f64_e64 s10, v[1:2], v[2:3] clamp
5671 // W32: encoding: [0x0a,0x80,0x26,0xd4,0x01,0x05,0x02,0x00]
5672 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5674 v_cmp_o_f64_e64 s[10:11], v[1:2], v[2:3]
5675 // W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
5676 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5678 v_cmp_o_f64_e64 s[12:13], v[1:2], v[2:3]
5679 // W64: encoding: [0x0c,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
5680 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5682 v_cmp_o_f64_e64 s[100:101], v[1:2], v[2:3]
5683 // W64: encoding: [0x64,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
5684 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5686 v_cmp_o_f64_e64 vcc, v[1:2], v[2:3]
5687 // W64: encoding: [0x6a,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
5688 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5690 v_cmp_o_f64_e64 s[10:11], v[254:255], v[2:3]
5691 // W64: encoding: [0x0a,0x00,0x27,0xd4,0xfe,0x05,0x02,0x00]
5692 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5694 v_cmp_o_f64_e64 s[10:11], s[2:3], v[2:3]
5695 // W64: encoding: [0x0a,0x00,0x27,0xd4,0x02,0x04,0x02,0x00]
5696 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5698 v_cmp_o_f64_e64 s[10:11], s[4:5], v[2:3]
5699 // W64: encoding: [0x0a,0x00,0x27,0xd4,0x04,0x04,0x02,0x00]
5700 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5702 v_cmp_o_f64_e64 s[10:11], s[100:101], v[2:3]
5703 // W64: encoding: [0x0a,0x00,0x27,0xd4,0x64,0x04,0x02,0x00]
5704 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5706 v_cmp_o_f64_e64 s[10:11], vcc, v[2:3]
5707 // W64: encoding: [0x0a,0x00,0x27,0xd4,0x6a,0x04,0x02,0x00]
5708 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5710 v_cmp_o_f64_e64 s[10:11], exec, v[2:3]
5711 // W64: encoding: [0x0a,0x00,0x27,0xd4,0x7e,0x04,0x02,0x00]
5712 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5714 v_cmp_o_f64_e64 s[10:11], 0, v[2:3]
5715 // W64: encoding: [0x0a,0x00,0x27,0xd4,0x80,0x04,0x02,0x00]
5716 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5718 v_cmp_o_f64_e64 s[10:11], -1, v[2:3]
5719 // W64: encoding: [0x0a,0x00,0x27,0xd4,0xc1,0x04,0x02,0x00]
5720 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5722 v_cmp_o_f64_e64 s[10:11], 0.5, v[2:3]
5723 // W64: encoding: [0x0a,0x00,0x27,0xd4,0xf0,0x04,0x02,0x00]
5724 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5726 v_cmp_o_f64_e64 s[10:11], -4.0, v[2:3]
5727 // W64: encoding: [0x0a,0x00,0x27,0xd4,0xf7,0x04,0x02,0x00]
5728 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5730 v_cmp_o_f64_e64 s[10:11], v[1:2], v[254:255]
5731 // W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xfd,0x03,0x00]
5732 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5734 v_cmp_o_f64_e64 s[10:11], v[1:2], s[4:5]
5735 // W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x09,0x00,0x00]
5736 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5738 v_cmp_o_f64_e64 s[10:11], v[1:2], s[6:7]
5739 // W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x0d,0x00,0x00]
5740 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5742 v_cmp_o_f64_e64 s[10:11], v[1:2], s[100:101]
5743 // W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xc9,0x00,0x00]
5744 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5746 v_cmp_o_f64_e64 s[10:11], v[1:2], vcc
5747 // W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xd5,0x00,0x00]
5748 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5750 v_cmp_o_f64_e64 s[10:11], v[1:2], exec
5751 // W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xfd,0x00,0x00]
5752 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5754 v_cmp_o_f64_e64 s[10:11], v[1:2], 0
5755 // W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x01,0x01,0x00]
5756 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5758 v_cmp_o_f64_e64 s[10:11], v[1:2], -1
5759 // W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x83,0x01,0x00]
5760 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5762 v_cmp_o_f64_e64 s[10:11], v[1:2], 0.5
5763 // W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xe1,0x01,0x00]
5764 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5766 v_cmp_o_f64_e64 s[10:11], v[1:2], -4.0
5767 // W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xef,0x01,0x00]
5768 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5770 v_cmp_o_f64_e64 s[10:11], -v[1:2], v[2:3]
5771 // W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x20]
5772 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5774 v_cmp_o_f64_e64 s[10:11], v[1:2], -v[2:3]
5775 // W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x40]
5776 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5778 v_cmp_o_f64_e64 s[10:11], -v[1:2], -v[2:3]
5779 // W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x60]
5780 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5782 v_cmp_o_f64_e64 s[10:11], v[1:2], v[2:3] clamp
5783 // W64: encoding: [0x0a,0x80,0x27,0xd4,0x01,0x05,0x02,0x00]
5784 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5786 v_cmp_o_f64_e64 s10, v[1:2], v[2:3]
5787 // W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
5788 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5790 v_cmp_o_f64_e64 s12, v[1:2], v[2:3]
5791 // W32: encoding: [0x0c,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
5792 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5794 v_cmp_o_f64_e64 s100, v[1:2], v[2:3]
5795 // W32: encoding: [0x64,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
5796 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5798 v_cmp_o_f64_e64 vcc_lo, v[1:2], v[2:3]
5799 // W32: encoding: [0x6a,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
5800 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5802 v_cmp_o_f64_e64 s10, v[254:255], v[2:3]
5803 // W32: encoding: [0x0a,0x00,0x27,0xd4,0xfe,0x05,0x02,0x00]
5804 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5806 v_cmp_o_f64_e64 s10, s[2:3], v[2:3]
5807 // W32: encoding: [0x0a,0x00,0x27,0xd4,0x02,0x04,0x02,0x00]
5808 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5810 v_cmp_o_f64_e64 s10, s[4:5], v[2:3]
5811 // W32: encoding: [0x0a,0x00,0x27,0xd4,0x04,0x04,0x02,0x00]
5812 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5814 v_cmp_o_f64_e64 s10, s[100:101], v[2:3]
5815 // W32: encoding: [0x0a,0x00,0x27,0xd4,0x64,0x04,0x02,0x00]
5816 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5818 v_cmp_o_f64_e64 s10, vcc, v[2:3]
5819 // W32: encoding: [0x0a,0x00,0x27,0xd4,0x6a,0x04,0x02,0x00]
5820 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5822 v_cmp_o_f64_e64 s10, exec, v[2:3]
5823 // W32: encoding: [0x0a,0x00,0x27,0xd4,0x7e,0x04,0x02,0x00]
5824 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5826 v_cmp_o_f64_e64 s10, 0, v[2:3]
5827 // W32: encoding: [0x0a,0x00,0x27,0xd4,0x80,0x04,0x02,0x00]
5828 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5830 v_cmp_o_f64_e64 s10, -1, v[2:3]
5831 // W32: encoding: [0x0a,0x00,0x27,0xd4,0xc1,0x04,0x02,0x00]
5832 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5834 v_cmp_o_f64_e64 s10, 0.5, v[2:3]
5835 // W32: encoding: [0x0a,0x00,0x27,0xd4,0xf0,0x04,0x02,0x00]
5836 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5838 v_cmp_o_f64_e64 s10, -4.0, v[2:3]
5839 // W32: encoding: [0x0a,0x00,0x27,0xd4,0xf7,0x04,0x02,0x00]
5840 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5842 v_cmp_o_f64_e64 s10, v[1:2], v[254:255]
5843 // W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xfd,0x03,0x00]
5844 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5846 v_cmp_o_f64_e64 s10, v[1:2], s[4:5]
5847 // W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x09,0x00,0x00]
5848 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5850 v_cmp_o_f64_e64 s10, v[1:2], s[6:7]
5851 // W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x0d,0x00,0x00]
5852 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5854 v_cmp_o_f64_e64 s10, v[1:2], s[100:101]
5855 // W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xc9,0x00,0x00]
5856 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5858 v_cmp_o_f64_e64 s10, v[1:2], vcc
5859 // W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xd5,0x00,0x00]
5860 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5862 v_cmp_o_f64_e64 s10, v[1:2], exec
5863 // W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xfd,0x00,0x00]
5864 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5866 v_cmp_o_f64_e64 s10, v[1:2], 0
5867 // W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x01,0x01,0x00]
5868 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5870 v_cmp_o_f64_e64 s10, v[1:2], -1
5871 // W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x83,0x01,0x00]
5872 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5874 v_cmp_o_f64_e64 s10, v[1:2], 0.5
5875 // W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xe1,0x01,0x00]
5876 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5878 v_cmp_o_f64_e64 s10, v[1:2], -4.0
5879 // W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xef,0x01,0x00]
5880 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5882 v_cmp_o_f64_e64 s10, -v[1:2], v[2:3]
5883 // W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x20]
5884 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5886 v_cmp_o_f64_e64 s10, v[1:2], -v[2:3]
5887 // W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x40]
5888 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5890 v_cmp_o_f64_e64 s10, -v[1:2], -v[2:3]
5891 // W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x60]
5892 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5894 v_cmp_o_f64_e64 s10, v[1:2], v[2:3] clamp
5895 // W32: encoding: [0x0a,0x80,0x27,0xd4,0x01,0x05,0x02,0x00]
5896 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5898 v_cmp_u_f64_e64 s[10:11], v[1:2], v[2:3]
5899 // W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
5900 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5902 v_cmp_u_f64_e64 s[12:13], v[1:2], v[2:3]
5903 // W64: encoding: [0x0c,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
5904 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5906 v_cmp_u_f64_e64 s[100:101], v[1:2], v[2:3]
5907 // W64: encoding: [0x64,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
5908 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5910 v_cmp_u_f64_e64 vcc, v[1:2], v[2:3]
5911 // W64: encoding: [0x6a,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
5912 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5914 v_cmp_u_f64_e64 s[10:11], v[254:255], v[2:3]
5915 // W64: encoding: [0x0a,0x00,0x28,0xd4,0xfe,0x05,0x02,0x00]
5916 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5918 v_cmp_u_f64_e64 s[10:11], s[2:3], v[2:3]
5919 // W64: encoding: [0x0a,0x00,0x28,0xd4,0x02,0x04,0x02,0x00]
5920 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5922 v_cmp_u_f64_e64 s[10:11], s[4:5], v[2:3]
5923 // W64: encoding: [0x0a,0x00,0x28,0xd4,0x04,0x04,0x02,0x00]
5924 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5926 v_cmp_u_f64_e64 s[10:11], s[100:101], v[2:3]
5927 // W64: encoding: [0x0a,0x00,0x28,0xd4,0x64,0x04,0x02,0x00]
5928 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5930 v_cmp_u_f64_e64 s[10:11], vcc, v[2:3]
5931 // W64: encoding: [0x0a,0x00,0x28,0xd4,0x6a,0x04,0x02,0x00]
5932 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5934 v_cmp_u_f64_e64 s[10:11], exec, v[2:3]
5935 // W64: encoding: [0x0a,0x00,0x28,0xd4,0x7e,0x04,0x02,0x00]
5936 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5938 v_cmp_u_f64_e64 s[10:11], 0, v[2:3]
5939 // W64: encoding: [0x0a,0x00,0x28,0xd4,0x80,0x04,0x02,0x00]
5940 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5942 v_cmp_u_f64_e64 s[10:11], -1, v[2:3]
5943 // W64: encoding: [0x0a,0x00,0x28,0xd4,0xc1,0x04,0x02,0x00]
5944 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5946 v_cmp_u_f64_e64 s[10:11], 0.5, v[2:3]
5947 // W64: encoding: [0x0a,0x00,0x28,0xd4,0xf0,0x04,0x02,0x00]
5948 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5950 v_cmp_u_f64_e64 s[10:11], -4.0, v[2:3]
5951 // W64: encoding: [0x0a,0x00,0x28,0xd4,0xf7,0x04,0x02,0x00]
5952 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5954 v_cmp_u_f64_e64 s[10:11], v[1:2], v[254:255]
5955 // W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xfd,0x03,0x00]
5956 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5958 v_cmp_u_f64_e64 s[10:11], v[1:2], s[4:5]
5959 // W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x09,0x00,0x00]
5960 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5962 v_cmp_u_f64_e64 s[10:11], v[1:2], s[6:7]
5963 // W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x0d,0x00,0x00]
5964 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5966 v_cmp_u_f64_e64 s[10:11], v[1:2], s[100:101]
5967 // W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xc9,0x00,0x00]
5968 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5970 v_cmp_u_f64_e64 s[10:11], v[1:2], vcc
5971 // W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xd5,0x00,0x00]
5972 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5974 v_cmp_u_f64_e64 s[10:11], v[1:2], exec
5975 // W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xfd,0x00,0x00]
5976 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5978 v_cmp_u_f64_e64 s[10:11], v[1:2], 0
5979 // W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x01,0x01,0x00]
5980 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5982 v_cmp_u_f64_e64 s[10:11], v[1:2], -1
5983 // W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x83,0x01,0x00]
5984 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5986 v_cmp_u_f64_e64 s[10:11], v[1:2], 0.5
5987 // W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xe1,0x01,0x00]
5988 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5990 v_cmp_u_f64_e64 s[10:11], v[1:2], -4.0
5991 // W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xef,0x01,0x00]
5992 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5994 v_cmp_u_f64_e64 s[10:11], -v[1:2], v[2:3]
5995 // W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x20]
5996 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
5998 v_cmp_u_f64_e64 s[10:11], v[1:2], -v[2:3]
5999 // W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x40]
6000 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6002 v_cmp_u_f64_e64 s[10:11], -v[1:2], -v[2:3]
6003 // W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x60]
6004 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6006 v_cmp_u_f64_e64 s[10:11], v[1:2], v[2:3] clamp
6007 // W64: encoding: [0x0a,0x80,0x28,0xd4,0x01,0x05,0x02,0x00]
6008 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6010 v_cmp_u_f64_e64 s10, v[1:2], v[2:3]
6011 // W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
6012 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6014 v_cmp_u_f64_e64 s12, v[1:2], v[2:3]
6015 // W32: encoding: [0x0c,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
6016 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6018 v_cmp_u_f64_e64 s100, v[1:2], v[2:3]
6019 // W32: encoding: [0x64,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
6020 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6022 v_cmp_u_f64_e64 vcc_lo, v[1:2], v[2:3]
6023 // W32: encoding: [0x6a,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
6024 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6026 v_cmp_u_f64_e64 s10, v[254:255], v[2:3]
6027 // W32: encoding: [0x0a,0x00,0x28,0xd4,0xfe,0x05,0x02,0x00]
6028 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6030 v_cmp_u_f64_e64 s10, s[2:3], v[2:3]
6031 // W32: encoding: [0x0a,0x00,0x28,0xd4,0x02,0x04,0x02,0x00]
6032 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6034 v_cmp_u_f64_e64 s10, s[4:5], v[2:3]
6035 // W32: encoding: [0x0a,0x00,0x28,0xd4,0x04,0x04,0x02,0x00]
6036 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6038 v_cmp_u_f64_e64 s10, s[100:101], v[2:3]
6039 // W32: encoding: [0x0a,0x00,0x28,0xd4,0x64,0x04,0x02,0x00]
6040 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6042 v_cmp_u_f64_e64 s10, vcc, v[2:3]
6043 // W32: encoding: [0x0a,0x00,0x28,0xd4,0x6a,0x04,0x02,0x00]
6044 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6046 v_cmp_u_f64_e64 s10, exec, v[2:3]
6047 // W32: encoding: [0x0a,0x00,0x28,0xd4,0x7e,0x04,0x02,0x00]
6048 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6050 v_cmp_u_f64_e64 s10, 0, v[2:3]
6051 // W32: encoding: [0x0a,0x00,0x28,0xd4,0x80,0x04,0x02,0x00]
6052 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6054 v_cmp_u_f64_e64 s10, -1, v[2:3]
6055 // W32: encoding: [0x0a,0x00,0x28,0xd4,0xc1,0x04,0x02,0x00]
6056 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6058 v_cmp_u_f64_e64 s10, 0.5, v[2:3]
6059 // W32: encoding: [0x0a,0x00,0x28,0xd4,0xf0,0x04,0x02,0x00]
6060 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6062 v_cmp_u_f64_e64 s10, -4.0, v[2:3]
6063 // W32: encoding: [0x0a,0x00,0x28,0xd4,0xf7,0x04,0x02,0x00]
6064 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6066 v_cmp_u_f64_e64 s10, v[1:2], v[254:255]
6067 // W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xfd,0x03,0x00]
6068 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6070 v_cmp_u_f64_e64 s10, v[1:2], s[4:5]
6071 // W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x09,0x00,0x00]
6072 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6074 v_cmp_u_f64_e64 s10, v[1:2], s[6:7]
6075 // W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x0d,0x00,0x00]
6076 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6078 v_cmp_u_f64_e64 s10, v[1:2], s[100:101]
6079 // W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xc9,0x00,0x00]
6080 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6082 v_cmp_u_f64_e64 s10, v[1:2], vcc
6083 // W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xd5,0x00,0x00]
6084 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6086 v_cmp_u_f64_e64 s10, v[1:2], exec
6087 // W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xfd,0x00,0x00]
6088 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6090 v_cmp_u_f64_e64 s10, v[1:2], 0
6091 // W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x01,0x01,0x00]
6092 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6094 v_cmp_u_f64_e64 s10, v[1:2], -1
6095 // W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x83,0x01,0x00]
6096 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6098 v_cmp_u_f64_e64 s10, v[1:2], 0.5
6099 // W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xe1,0x01,0x00]
6100 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6102 v_cmp_u_f64_e64 s10, v[1:2], -4.0
6103 // W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xef,0x01,0x00]
6104 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6106 v_cmp_u_f64_e64 s10, -v[1:2], v[2:3]
6107 // W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x20]
6108 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6110 v_cmp_u_f64_e64 s10, v[1:2], -v[2:3]
6111 // W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x40]
6112 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6114 v_cmp_u_f64_e64 s10, -v[1:2], -v[2:3]
6115 // W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x60]
6116 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6118 v_cmp_u_f64_e64 s10, v[1:2], v[2:3] clamp
6119 // W32: encoding: [0x0a,0x80,0x28,0xd4,0x01,0x05,0x02,0x00]
6120 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6122 v_cmp_nge_f64_e64 s[10:11], v[1:2], v[2:3]
6123 // W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
6124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6126 v_cmp_nge_f64_e64 s[12:13], v[1:2], v[2:3]
6127 // W64: encoding: [0x0c,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
6128 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6130 v_cmp_nge_f64_e64 s[100:101], v[1:2], v[2:3]
6131 // W64: encoding: [0x64,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
6132 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6134 v_cmp_nge_f64_e64 vcc, v[1:2], v[2:3]
6135 // W64: encoding: [0x6a,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
6136 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6138 v_cmp_nge_f64_e64 s[10:11], v[254:255], v[2:3]
6139 // W64: encoding: [0x0a,0x00,0x29,0xd4,0xfe,0x05,0x02,0x00]
6140 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6142 v_cmp_nge_f64_e64 s[10:11], s[2:3], v[2:3]
6143 // W64: encoding: [0x0a,0x00,0x29,0xd4,0x02,0x04,0x02,0x00]
6144 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6146 v_cmp_nge_f64_e64 s[10:11], s[4:5], v[2:3]
6147 // W64: encoding: [0x0a,0x00,0x29,0xd4,0x04,0x04,0x02,0x00]
6148 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6150 v_cmp_nge_f64_e64 s[10:11], s[100:101], v[2:3]
6151 // W64: encoding: [0x0a,0x00,0x29,0xd4,0x64,0x04,0x02,0x00]
6152 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6154 v_cmp_nge_f64_e64 s[10:11], vcc, v[2:3]
6155 // W64: encoding: [0x0a,0x00,0x29,0xd4,0x6a,0x04,0x02,0x00]
6156 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6158 v_cmp_nge_f64_e64 s[10:11], exec, v[2:3]
6159 // W64: encoding: [0x0a,0x00,0x29,0xd4,0x7e,0x04,0x02,0x00]
6160 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6162 v_cmp_nge_f64_e64 s[10:11], 0, v[2:3]
6163 // W64: encoding: [0x0a,0x00,0x29,0xd4,0x80,0x04,0x02,0x00]
6164 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6166 v_cmp_nge_f64_e64 s[10:11], -1, v[2:3]
6167 // W64: encoding: [0x0a,0x00,0x29,0xd4,0xc1,0x04,0x02,0x00]
6168 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6170 v_cmp_nge_f64_e64 s[10:11], 0.5, v[2:3]
6171 // W64: encoding: [0x0a,0x00,0x29,0xd4,0xf0,0x04,0x02,0x00]
6172 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6174 v_cmp_nge_f64_e64 s[10:11], -4.0, v[2:3]
6175 // W64: encoding: [0x0a,0x00,0x29,0xd4,0xf7,0x04,0x02,0x00]
6176 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6178 v_cmp_nge_f64_e64 s[10:11], v[1:2], v[254:255]
6179 // W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xfd,0x03,0x00]
6180 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6182 v_cmp_nge_f64_e64 s[10:11], v[1:2], s[4:5]
6183 // W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x09,0x00,0x00]
6184 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6186 v_cmp_nge_f64_e64 s[10:11], v[1:2], s[6:7]
6187 // W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x0d,0x00,0x00]
6188 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6190 v_cmp_nge_f64_e64 s[10:11], v[1:2], s[100:101]
6191 // W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xc9,0x00,0x00]
6192 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6194 v_cmp_nge_f64_e64 s[10:11], v[1:2], vcc
6195 // W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xd5,0x00,0x00]
6196 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6198 v_cmp_nge_f64_e64 s[10:11], v[1:2], exec
6199 // W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xfd,0x00,0x00]
6200 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6202 v_cmp_nge_f64_e64 s[10:11], v[1:2], 0
6203 // W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x01,0x01,0x00]
6204 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6206 v_cmp_nge_f64_e64 s[10:11], v[1:2], -1
6207 // W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x83,0x01,0x00]
6208 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6210 v_cmp_nge_f64_e64 s[10:11], v[1:2], 0.5
6211 // W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xe1,0x01,0x00]
6212 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6214 v_cmp_nge_f64_e64 s[10:11], v[1:2], -4.0
6215 // W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xef,0x01,0x00]
6216 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6218 v_cmp_nge_f64_e64 s[10:11], -v[1:2], v[2:3]
6219 // W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x20]
6220 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6222 v_cmp_nge_f64_e64 s[10:11], v[1:2], -v[2:3]
6223 // W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x40]
6224 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6226 v_cmp_nge_f64_e64 s[10:11], -v[1:2], -v[2:3]
6227 // W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x60]
6228 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6230 v_cmp_nge_f64_e64 s[10:11], v[1:2], v[2:3] clamp
6231 // W64: encoding: [0x0a,0x80,0x29,0xd4,0x01,0x05,0x02,0x00]
6232 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6234 v_cmp_nge_f64_e64 s10, v[1:2], v[2:3]
6235 // W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
6236 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6238 v_cmp_nge_f64_e64 s12, v[1:2], v[2:3]
6239 // W32: encoding: [0x0c,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
6240 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6242 v_cmp_nge_f64_e64 s100, v[1:2], v[2:3]
6243 // W32: encoding: [0x64,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
6244 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6246 v_cmp_nge_f64_e64 vcc_lo, v[1:2], v[2:3]
6247 // W32: encoding: [0x6a,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
6248 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6250 v_cmp_nge_f64_e64 s10, v[254:255], v[2:3]
6251 // W32: encoding: [0x0a,0x00,0x29,0xd4,0xfe,0x05,0x02,0x00]
6252 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6254 v_cmp_nge_f64_e64 s10, s[2:3], v[2:3]
6255 // W32: encoding: [0x0a,0x00,0x29,0xd4,0x02,0x04,0x02,0x00]
6256 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6258 v_cmp_nge_f64_e64 s10, s[4:5], v[2:3]
6259 // W32: encoding: [0x0a,0x00,0x29,0xd4,0x04,0x04,0x02,0x00]
6260 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6262 v_cmp_nge_f64_e64 s10, s[100:101], v[2:3]
6263 // W32: encoding: [0x0a,0x00,0x29,0xd4,0x64,0x04,0x02,0x00]
6264 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6266 v_cmp_nge_f64_e64 s10, vcc, v[2:3]
6267 // W32: encoding: [0x0a,0x00,0x29,0xd4,0x6a,0x04,0x02,0x00]
6268 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6270 v_cmp_nge_f64_e64 s10, exec, v[2:3]
6271 // W32: encoding: [0x0a,0x00,0x29,0xd4,0x7e,0x04,0x02,0x00]
6272 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6274 v_cmp_nge_f64_e64 s10, 0, v[2:3]
6275 // W32: encoding: [0x0a,0x00,0x29,0xd4,0x80,0x04,0x02,0x00]
6276 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6278 v_cmp_nge_f64_e64 s10, -1, v[2:3]
6279 // W32: encoding: [0x0a,0x00,0x29,0xd4,0xc1,0x04,0x02,0x00]
6280 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6282 v_cmp_nge_f64_e64 s10, 0.5, v[2:3]
6283 // W32: encoding: [0x0a,0x00,0x29,0xd4,0xf0,0x04,0x02,0x00]
6284 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6286 v_cmp_nge_f64_e64 s10, -4.0, v[2:3]
6287 // W32: encoding: [0x0a,0x00,0x29,0xd4,0xf7,0x04,0x02,0x00]
6288 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6290 v_cmp_nge_f64_e64 s10, v[1:2], v[254:255]
6291 // W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xfd,0x03,0x00]
6292 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6294 v_cmp_nge_f64_e64 s10, v[1:2], s[4:5]
6295 // W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x09,0x00,0x00]
6296 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6298 v_cmp_nge_f64_e64 s10, v[1:2], s[6:7]
6299 // W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x0d,0x00,0x00]
6300 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6302 v_cmp_nge_f64_e64 s10, v[1:2], s[100:101]
6303 // W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xc9,0x00,0x00]
6304 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6306 v_cmp_nge_f64_e64 s10, v[1:2], vcc
6307 // W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xd5,0x00,0x00]
6308 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6310 v_cmp_nge_f64_e64 s10, v[1:2], exec
6311 // W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xfd,0x00,0x00]
6312 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6314 v_cmp_nge_f64_e64 s10, v[1:2], 0
6315 // W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x01,0x01,0x00]
6316 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6318 v_cmp_nge_f64_e64 s10, v[1:2], -1
6319 // W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x83,0x01,0x00]
6320 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6322 v_cmp_nge_f64_e64 s10, v[1:2], 0.5
6323 // W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xe1,0x01,0x00]
6324 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6326 v_cmp_nge_f64_e64 s10, v[1:2], -4.0
6327 // W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xef,0x01,0x00]
6328 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6330 v_cmp_nge_f64_e64 s10, -v[1:2], v[2:3]
6331 // W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x20]
6332 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6334 v_cmp_nge_f64_e64 s10, v[1:2], -v[2:3]
6335 // W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x40]
6336 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6338 v_cmp_nge_f64_e64 s10, -v[1:2], -v[2:3]
6339 // W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x60]
6340 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6342 v_cmp_nge_f64_e64 s10, v[1:2], v[2:3] clamp
6343 // W32: encoding: [0x0a,0x80,0x29,0xd4,0x01,0x05,0x02,0x00]
6344 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6346 v_cmp_nlg_f64_e64 s[10:11], v[1:2], v[2:3]
6347 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
6348 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6350 v_cmp_nlg_f64_e64 s[12:13], v[1:2], v[2:3]
6351 // W64: encoding: [0x0c,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
6352 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6354 v_cmp_nlg_f64_e64 s[100:101], v[1:2], v[2:3]
6355 // W64: encoding: [0x64,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
6356 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6358 v_cmp_nlg_f64_e64 vcc, v[1:2], v[2:3]
6359 // W64: encoding: [0x6a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
6360 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6362 v_cmp_nlg_f64_e64 s[10:11], v[254:255], v[2:3]
6363 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0xfe,0x05,0x02,0x00]
6364 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6366 v_cmp_nlg_f64_e64 s[10:11], s[2:3], v[2:3]
6367 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0x02,0x04,0x02,0x00]
6368 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6370 v_cmp_nlg_f64_e64 s[10:11], s[4:5], v[2:3]
6371 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0x04,0x04,0x02,0x00]
6372 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6374 v_cmp_nlg_f64_e64 s[10:11], s[100:101], v[2:3]
6375 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0x64,0x04,0x02,0x00]
6376 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6378 v_cmp_nlg_f64_e64 s[10:11], vcc, v[2:3]
6379 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0x6a,0x04,0x02,0x00]
6380 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6382 v_cmp_nlg_f64_e64 s[10:11], exec, v[2:3]
6383 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0x7e,0x04,0x02,0x00]
6384 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6386 v_cmp_nlg_f64_e64 s[10:11], 0, v[2:3]
6387 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0x80,0x04,0x02,0x00]
6388 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6390 v_cmp_nlg_f64_e64 s[10:11], -1, v[2:3]
6391 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0xc1,0x04,0x02,0x00]
6392 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6394 v_cmp_nlg_f64_e64 s[10:11], 0.5, v[2:3]
6395 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0xf0,0x04,0x02,0x00]
6396 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6398 v_cmp_nlg_f64_e64 s[10:11], -4.0, v[2:3]
6399 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0xf7,0x04,0x02,0x00]
6400 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6402 v_cmp_nlg_f64_e64 s[10:11], v[1:2], v[254:255]
6403 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xfd,0x03,0x00]
6404 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6406 v_cmp_nlg_f64_e64 s[10:11], v[1:2], s[4:5]
6407 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x09,0x00,0x00]
6408 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6410 v_cmp_nlg_f64_e64 s[10:11], v[1:2], s[6:7]
6411 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x0d,0x00,0x00]
6412 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6414 v_cmp_nlg_f64_e64 s[10:11], v[1:2], s[100:101]
6415 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xc9,0x00,0x00]
6416 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6418 v_cmp_nlg_f64_e64 s[10:11], v[1:2], vcc
6419 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xd5,0x00,0x00]
6420 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6422 v_cmp_nlg_f64_e64 s[10:11], v[1:2], exec
6423 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xfd,0x00,0x00]
6424 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6426 v_cmp_nlg_f64_e64 s[10:11], v[1:2], 0
6427 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x01,0x01,0x00]
6428 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6430 v_cmp_nlg_f64_e64 s[10:11], v[1:2], -1
6431 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x83,0x01,0x00]
6432 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6434 v_cmp_nlg_f64_e64 s[10:11], v[1:2], 0.5
6435 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xe1,0x01,0x00]
6436 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6438 v_cmp_nlg_f64_e64 s[10:11], v[1:2], -4.0
6439 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xef,0x01,0x00]
6440 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6442 v_cmp_nlg_f64_e64 s[10:11], -v[1:2], v[2:3]
6443 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x20]
6444 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6446 v_cmp_nlg_f64_e64 s[10:11], v[1:2], -v[2:3]
6447 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x40]
6448 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6450 v_cmp_nlg_f64_e64 s[10:11], -v[1:2], -v[2:3]
6451 // W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x60]
6452 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6454 v_cmp_nlg_f64_e64 s[10:11], v[1:2], v[2:3] clamp
6455 // W64: encoding: [0x0a,0x80,0x2a,0xd4,0x01,0x05,0x02,0x00]
6456 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6458 v_cmp_nlg_f64_e64 s10, v[1:2], v[2:3]
6459 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
6460 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6462 v_cmp_nlg_f64_e64 s12, v[1:2], v[2:3]
6463 // W32: encoding: [0x0c,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
6464 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6466 v_cmp_nlg_f64_e64 s100, v[1:2], v[2:3]
6467 // W32: encoding: [0x64,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
6468 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6470 v_cmp_nlg_f64_e64 vcc_lo, v[1:2], v[2:3]
6471 // W32: encoding: [0x6a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
6472 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6474 v_cmp_nlg_f64_e64 s10, v[254:255], v[2:3]
6475 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0xfe,0x05,0x02,0x00]
6476 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6478 v_cmp_nlg_f64_e64 s10, s[2:3], v[2:3]
6479 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0x02,0x04,0x02,0x00]
6480 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6482 v_cmp_nlg_f64_e64 s10, s[4:5], v[2:3]
6483 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0x04,0x04,0x02,0x00]
6484 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6486 v_cmp_nlg_f64_e64 s10, s[100:101], v[2:3]
6487 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0x64,0x04,0x02,0x00]
6488 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6490 v_cmp_nlg_f64_e64 s10, vcc, v[2:3]
6491 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0x6a,0x04,0x02,0x00]
6492 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6494 v_cmp_nlg_f64_e64 s10, exec, v[2:3]
6495 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0x7e,0x04,0x02,0x00]
6496 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6498 v_cmp_nlg_f64_e64 s10, 0, v[2:3]
6499 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0x80,0x04,0x02,0x00]
6500 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6502 v_cmp_nlg_f64_e64 s10, -1, v[2:3]
6503 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0xc1,0x04,0x02,0x00]
6504 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6506 v_cmp_nlg_f64_e64 s10, 0.5, v[2:3]
6507 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0xf0,0x04,0x02,0x00]
6508 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6510 v_cmp_nlg_f64_e64 s10, -4.0, v[2:3]
6511 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0xf7,0x04,0x02,0x00]
6512 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6514 v_cmp_nlg_f64_e64 s10, v[1:2], v[254:255]
6515 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xfd,0x03,0x00]
6516 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6518 v_cmp_nlg_f64_e64 s10, v[1:2], s[4:5]
6519 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x09,0x00,0x00]
6520 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6522 v_cmp_nlg_f64_e64 s10, v[1:2], s[6:7]
6523 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x0d,0x00,0x00]
6524 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6526 v_cmp_nlg_f64_e64 s10, v[1:2], s[100:101]
6527 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xc9,0x00,0x00]
6528 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6530 v_cmp_nlg_f64_e64 s10, v[1:2], vcc
6531 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xd5,0x00,0x00]
6532 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6534 v_cmp_nlg_f64_e64 s10, v[1:2], exec
6535 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xfd,0x00,0x00]
6536 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6538 v_cmp_nlg_f64_e64 s10, v[1:2], 0
6539 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x01,0x01,0x00]
6540 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6542 v_cmp_nlg_f64_e64 s10, v[1:2], -1
6543 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x83,0x01,0x00]
6544 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6546 v_cmp_nlg_f64_e64 s10, v[1:2], 0.5
6547 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xe1,0x01,0x00]
6548 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6550 v_cmp_nlg_f64_e64 s10, v[1:2], -4.0
6551 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xef,0x01,0x00]
6552 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6554 v_cmp_nlg_f64_e64 s10, -v[1:2], v[2:3]
6555 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x20]
6556 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6558 v_cmp_nlg_f64_e64 s10, v[1:2], -v[2:3]
6559 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x40]
6560 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6562 v_cmp_nlg_f64_e64 s10, -v[1:2], -v[2:3]
6563 // W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x60]
6564 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6566 v_cmp_nlg_f64_e64 s10, v[1:2], v[2:3] clamp
6567 // W32: encoding: [0x0a,0x80,0x2a,0xd4,0x01,0x05,0x02,0x00]
6568 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6570 v_cmp_ngt_f64_e64 s[10:11], v[1:2], v[2:3]
6571 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
6572 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6574 v_cmp_ngt_f64_e64 s[12:13], v[1:2], v[2:3]
6575 // W64: encoding: [0x0c,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
6576 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6578 v_cmp_ngt_f64_e64 s[100:101], v[1:2], v[2:3]
6579 // W64: encoding: [0x64,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
6580 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6582 v_cmp_ngt_f64_e64 vcc, v[1:2], v[2:3]
6583 // W64: encoding: [0x6a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
6584 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6586 v_cmp_ngt_f64_e64 s[10:11], v[254:255], v[2:3]
6587 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0xfe,0x05,0x02,0x00]
6588 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6590 v_cmp_ngt_f64_e64 s[10:11], s[2:3], v[2:3]
6591 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0x02,0x04,0x02,0x00]
6592 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6594 v_cmp_ngt_f64_e64 s[10:11], s[4:5], v[2:3]
6595 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0x04,0x04,0x02,0x00]
6596 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6598 v_cmp_ngt_f64_e64 s[10:11], s[100:101], v[2:3]
6599 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0x64,0x04,0x02,0x00]
6600 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6602 v_cmp_ngt_f64_e64 s[10:11], vcc, v[2:3]
6603 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0x6a,0x04,0x02,0x00]
6604 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6606 v_cmp_ngt_f64_e64 s[10:11], exec, v[2:3]
6607 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0x7e,0x04,0x02,0x00]
6608 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6610 v_cmp_ngt_f64_e64 s[10:11], 0, v[2:3]
6611 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0x80,0x04,0x02,0x00]
6612 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6614 v_cmp_ngt_f64_e64 s[10:11], -1, v[2:3]
6615 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0xc1,0x04,0x02,0x00]
6616 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6618 v_cmp_ngt_f64_e64 s[10:11], 0.5, v[2:3]
6619 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0xf0,0x04,0x02,0x00]
6620 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6622 v_cmp_ngt_f64_e64 s[10:11], -4.0, v[2:3]
6623 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0xf7,0x04,0x02,0x00]
6624 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6626 v_cmp_ngt_f64_e64 s[10:11], v[1:2], v[254:255]
6627 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xfd,0x03,0x00]
6628 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6630 v_cmp_ngt_f64_e64 s[10:11], v[1:2], s[4:5]
6631 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x09,0x00,0x00]
6632 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6634 v_cmp_ngt_f64_e64 s[10:11], v[1:2], s[6:7]
6635 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x0d,0x00,0x00]
6636 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6638 v_cmp_ngt_f64_e64 s[10:11], v[1:2], s[100:101]
6639 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xc9,0x00,0x00]
6640 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6642 v_cmp_ngt_f64_e64 s[10:11], v[1:2], vcc
6643 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xd5,0x00,0x00]
6644 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6646 v_cmp_ngt_f64_e64 s[10:11], v[1:2], exec
6647 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xfd,0x00,0x00]
6648 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6650 v_cmp_ngt_f64_e64 s[10:11], v[1:2], 0
6651 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x01,0x01,0x00]
6652 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6654 v_cmp_ngt_f64_e64 s[10:11], v[1:2], -1
6655 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x83,0x01,0x00]
6656 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6658 v_cmp_ngt_f64_e64 s[10:11], v[1:2], 0.5
6659 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xe1,0x01,0x00]
6660 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6662 v_cmp_ngt_f64_e64 s[10:11], v[1:2], -4.0
6663 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xef,0x01,0x00]
6664 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6666 v_cmp_ngt_f64_e64 s[10:11], -v[1:2], v[2:3]
6667 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x20]
6668 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6670 v_cmp_ngt_f64_e64 s[10:11], v[1:2], -v[2:3]
6671 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x40]
6672 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6674 v_cmp_ngt_f64_e64 s[10:11], -v[1:2], -v[2:3]
6675 // W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x60]
6676 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6678 v_cmp_ngt_f64_e64 s[10:11], v[1:2], v[2:3] clamp
6679 // W64: encoding: [0x0a,0x80,0x2b,0xd4,0x01,0x05,0x02,0x00]
6680 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6682 v_cmp_ngt_f64_e64 s10, v[1:2], v[2:3]
6683 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
6684 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6686 v_cmp_ngt_f64_e64 s12, v[1:2], v[2:3]
6687 // W32: encoding: [0x0c,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
6688 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6690 v_cmp_ngt_f64_e64 s100, v[1:2], v[2:3]
6691 // W32: encoding: [0x64,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
6692 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6694 v_cmp_ngt_f64_e64 vcc_lo, v[1:2], v[2:3]
6695 // W32: encoding: [0x6a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
6696 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6698 v_cmp_ngt_f64_e64 s10, v[254:255], v[2:3]
6699 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0xfe,0x05,0x02,0x00]
6700 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6702 v_cmp_ngt_f64_e64 s10, s[2:3], v[2:3]
6703 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0x02,0x04,0x02,0x00]
6704 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6706 v_cmp_ngt_f64_e64 s10, s[4:5], v[2:3]
6707 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0x04,0x04,0x02,0x00]
6708 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6710 v_cmp_ngt_f64_e64 s10, s[100:101], v[2:3]
6711 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0x64,0x04,0x02,0x00]
6712 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6714 v_cmp_ngt_f64_e64 s10, vcc, v[2:3]
6715 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0x6a,0x04,0x02,0x00]
6716 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6718 v_cmp_ngt_f64_e64 s10, exec, v[2:3]
6719 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0x7e,0x04,0x02,0x00]
6720 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6722 v_cmp_ngt_f64_e64 s10, 0, v[2:3]
6723 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0x80,0x04,0x02,0x00]
6724 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6726 v_cmp_ngt_f64_e64 s10, -1, v[2:3]
6727 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0xc1,0x04,0x02,0x00]
6728 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6730 v_cmp_ngt_f64_e64 s10, 0.5, v[2:3]
6731 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0xf0,0x04,0x02,0x00]
6732 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6734 v_cmp_ngt_f64_e64 s10, -4.0, v[2:3]
6735 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0xf7,0x04,0x02,0x00]
6736 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6738 v_cmp_ngt_f64_e64 s10, v[1:2], v[254:255]
6739 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xfd,0x03,0x00]
6740 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6742 v_cmp_ngt_f64_e64 s10, v[1:2], s[4:5]
6743 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x09,0x00,0x00]
6744 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6746 v_cmp_ngt_f64_e64 s10, v[1:2], s[6:7]
6747 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x0d,0x00,0x00]
6748 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6750 v_cmp_ngt_f64_e64 s10, v[1:2], s[100:101]
6751 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xc9,0x00,0x00]
6752 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6754 v_cmp_ngt_f64_e64 s10, v[1:2], vcc
6755 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xd5,0x00,0x00]
6756 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6758 v_cmp_ngt_f64_e64 s10, v[1:2], exec
6759 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xfd,0x00,0x00]
6760 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6762 v_cmp_ngt_f64_e64 s10, v[1:2], 0
6763 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x01,0x01,0x00]
6764 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6766 v_cmp_ngt_f64_e64 s10, v[1:2], -1
6767 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x83,0x01,0x00]
6768 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6770 v_cmp_ngt_f64_e64 s10, v[1:2], 0.5
6771 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xe1,0x01,0x00]
6772 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6774 v_cmp_ngt_f64_e64 s10, v[1:2], -4.0
6775 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xef,0x01,0x00]
6776 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6778 v_cmp_ngt_f64_e64 s10, -v[1:2], v[2:3]
6779 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x20]
6780 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6782 v_cmp_ngt_f64_e64 s10, v[1:2], -v[2:3]
6783 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x40]
6784 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6786 v_cmp_ngt_f64_e64 s10, -v[1:2], -v[2:3]
6787 // W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x60]
6788 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6790 v_cmp_ngt_f64_e64 s10, v[1:2], v[2:3] clamp
6791 // W32: encoding: [0x0a,0x80,0x2b,0xd4,0x01,0x05,0x02,0x00]
6792 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6794 v_cmp_nle_f64_e64 s[10:11], v[1:2], v[2:3]
6795 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
6796 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6798 v_cmp_nle_f64_e64 s[12:13], v[1:2], v[2:3]
6799 // W64: encoding: [0x0c,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
6800 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6802 v_cmp_nle_f64_e64 s[100:101], v[1:2], v[2:3]
6803 // W64: encoding: [0x64,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
6804 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6806 v_cmp_nle_f64_e64 vcc, v[1:2], v[2:3]
6807 // W64: encoding: [0x6a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
6808 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6810 v_cmp_nle_f64_e64 s[10:11], v[254:255], v[2:3]
6811 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0xfe,0x05,0x02,0x00]
6812 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6814 v_cmp_nle_f64_e64 s[10:11], s[2:3], v[2:3]
6815 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0x02,0x04,0x02,0x00]
6816 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6818 v_cmp_nle_f64_e64 s[10:11], s[4:5], v[2:3]
6819 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0x04,0x04,0x02,0x00]
6820 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6822 v_cmp_nle_f64_e64 s[10:11], s[100:101], v[2:3]
6823 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0x64,0x04,0x02,0x00]
6824 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6826 v_cmp_nle_f64_e64 s[10:11], vcc, v[2:3]
6827 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0x6a,0x04,0x02,0x00]
6828 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6830 v_cmp_nle_f64_e64 s[10:11], exec, v[2:3]
6831 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0x7e,0x04,0x02,0x00]
6832 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6834 v_cmp_nle_f64_e64 s[10:11], 0, v[2:3]
6835 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0x80,0x04,0x02,0x00]
6836 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6838 v_cmp_nle_f64_e64 s[10:11], -1, v[2:3]
6839 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0xc1,0x04,0x02,0x00]
6840 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6842 v_cmp_nle_f64_e64 s[10:11], 0.5, v[2:3]
6843 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0xf0,0x04,0x02,0x00]
6844 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6846 v_cmp_nle_f64_e64 s[10:11], -4.0, v[2:3]
6847 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0xf7,0x04,0x02,0x00]
6848 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6850 v_cmp_nle_f64_e64 s[10:11], v[1:2], v[254:255]
6851 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xfd,0x03,0x00]
6852 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6854 v_cmp_nle_f64_e64 s[10:11], v[1:2], s[4:5]
6855 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x09,0x00,0x00]
6856 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6858 v_cmp_nle_f64_e64 s[10:11], v[1:2], s[6:7]
6859 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x0d,0x00,0x00]
6860 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6862 v_cmp_nle_f64_e64 s[10:11], v[1:2], s[100:101]
6863 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xc9,0x00,0x00]
6864 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6866 v_cmp_nle_f64_e64 s[10:11], v[1:2], vcc
6867 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xd5,0x00,0x00]
6868 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6870 v_cmp_nle_f64_e64 s[10:11], v[1:2], exec
6871 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xfd,0x00,0x00]
6872 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6874 v_cmp_nle_f64_e64 s[10:11], v[1:2], 0
6875 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x01,0x01,0x00]
6876 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6878 v_cmp_nle_f64_e64 s[10:11], v[1:2], -1
6879 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x83,0x01,0x00]
6880 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6882 v_cmp_nle_f64_e64 s[10:11], v[1:2], 0.5
6883 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xe1,0x01,0x00]
6884 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6886 v_cmp_nle_f64_e64 s[10:11], v[1:2], -4.0
6887 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xef,0x01,0x00]
6888 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6890 v_cmp_nle_f64_e64 s[10:11], -v[1:2], v[2:3]
6891 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x20]
6892 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6894 v_cmp_nle_f64_e64 s[10:11], v[1:2], -v[2:3]
6895 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x40]
6896 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6898 v_cmp_nle_f64_e64 s[10:11], -v[1:2], -v[2:3]
6899 // W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x60]
6900 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6902 v_cmp_nle_f64_e64 s[10:11], v[1:2], v[2:3] clamp
6903 // W64: encoding: [0x0a,0x80,0x2c,0xd4,0x01,0x05,0x02,0x00]
6904 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6906 v_cmp_nle_f64_e64 s10, v[1:2], v[2:3]
6907 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
6908 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6910 v_cmp_nle_f64_e64 s12, v[1:2], v[2:3]
6911 // W32: encoding: [0x0c,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
6912 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6914 v_cmp_nle_f64_e64 s100, v[1:2], v[2:3]
6915 // W32: encoding: [0x64,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
6916 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6918 v_cmp_nle_f64_e64 vcc_lo, v[1:2], v[2:3]
6919 // W32: encoding: [0x6a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
6920 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6922 v_cmp_nle_f64_e64 s10, v[254:255], v[2:3]
6923 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0xfe,0x05,0x02,0x00]
6924 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6926 v_cmp_nle_f64_e64 s10, s[2:3], v[2:3]
6927 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0x02,0x04,0x02,0x00]
6928 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6930 v_cmp_nle_f64_e64 s10, s[4:5], v[2:3]
6931 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0x04,0x04,0x02,0x00]
6932 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6934 v_cmp_nle_f64_e64 s10, s[100:101], v[2:3]
6935 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0x64,0x04,0x02,0x00]
6936 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6938 v_cmp_nle_f64_e64 s10, vcc, v[2:3]
6939 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0x6a,0x04,0x02,0x00]
6940 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6942 v_cmp_nle_f64_e64 s10, exec, v[2:3]
6943 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0x7e,0x04,0x02,0x00]
6944 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6946 v_cmp_nle_f64_e64 s10, 0, v[2:3]
6947 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0x80,0x04,0x02,0x00]
6948 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6950 v_cmp_nle_f64_e64 s10, -1, v[2:3]
6951 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0xc1,0x04,0x02,0x00]
6952 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6954 v_cmp_nle_f64_e64 s10, 0.5, v[2:3]
6955 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0xf0,0x04,0x02,0x00]
6956 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6958 v_cmp_nle_f64_e64 s10, -4.0, v[2:3]
6959 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0xf7,0x04,0x02,0x00]
6960 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6962 v_cmp_nle_f64_e64 s10, v[1:2], v[254:255]
6963 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xfd,0x03,0x00]
6964 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6966 v_cmp_nle_f64_e64 s10, v[1:2], s[4:5]
6967 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x09,0x00,0x00]
6968 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6970 v_cmp_nle_f64_e64 s10, v[1:2], s[6:7]
6971 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x0d,0x00,0x00]
6972 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6974 v_cmp_nle_f64_e64 s10, v[1:2], s[100:101]
6975 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xc9,0x00,0x00]
6976 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6978 v_cmp_nle_f64_e64 s10, v[1:2], vcc
6979 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xd5,0x00,0x00]
6980 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6982 v_cmp_nle_f64_e64 s10, v[1:2], exec
6983 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xfd,0x00,0x00]
6984 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6986 v_cmp_nle_f64_e64 s10, v[1:2], 0
6987 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x01,0x01,0x00]
6988 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6990 v_cmp_nle_f64_e64 s10, v[1:2], -1
6991 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x83,0x01,0x00]
6992 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6994 v_cmp_nle_f64_e64 s10, v[1:2], 0.5
6995 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xe1,0x01,0x00]
6996 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
6998 v_cmp_nle_f64_e64 s10, v[1:2], -4.0
6999 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xef,0x01,0x00]
7000 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7002 v_cmp_nle_f64_e64 s10, -v[1:2], v[2:3]
7003 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x20]
7004 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7006 v_cmp_nle_f64_e64 s10, v[1:2], -v[2:3]
7007 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x40]
7008 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7010 v_cmp_nle_f64_e64 s10, -v[1:2], -v[2:3]
7011 // W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x60]
7012 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7014 v_cmp_nle_f64_e64 s10, v[1:2], v[2:3] clamp
7015 // W32: encoding: [0x0a,0x80,0x2c,0xd4,0x01,0x05,0x02,0x00]
7016 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7018 v_cmp_neq_f64_e64 s[10:11], v[1:2], v[2:3]
7019 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
7020 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7022 v_cmp_neq_f64_e64 s[12:13], v[1:2], v[2:3]
7023 // W64: encoding: [0x0c,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
7024 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7026 v_cmp_neq_f64_e64 s[100:101], v[1:2], v[2:3]
7027 // W64: encoding: [0x64,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
7028 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7030 v_cmp_neq_f64_e64 vcc, v[1:2], v[2:3]
7031 // W64: encoding: [0x6a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
7032 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7034 v_cmp_neq_f64_e64 s[10:11], v[254:255], v[2:3]
7035 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0xfe,0x05,0x02,0x00]
7036 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7038 v_cmp_neq_f64_e64 s[10:11], s[2:3], v[2:3]
7039 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0x02,0x04,0x02,0x00]
7040 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7042 v_cmp_neq_f64_e64 s[10:11], s[4:5], v[2:3]
7043 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0x04,0x04,0x02,0x00]
7044 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7046 v_cmp_neq_f64_e64 s[10:11], s[100:101], v[2:3]
7047 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0x64,0x04,0x02,0x00]
7048 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7050 v_cmp_neq_f64_e64 s[10:11], vcc, v[2:3]
7051 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0x6a,0x04,0x02,0x00]
7052 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7054 v_cmp_neq_f64_e64 s[10:11], exec, v[2:3]
7055 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0x7e,0x04,0x02,0x00]
7056 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7058 v_cmp_neq_f64_e64 s[10:11], 0, v[2:3]
7059 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0x80,0x04,0x02,0x00]
7060 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7062 v_cmp_neq_f64_e64 s[10:11], -1, v[2:3]
7063 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0xc1,0x04,0x02,0x00]
7064 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7066 v_cmp_neq_f64_e64 s[10:11], 0.5, v[2:3]
7067 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0xf0,0x04,0x02,0x00]
7068 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7070 v_cmp_neq_f64_e64 s[10:11], -4.0, v[2:3]
7071 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0xf7,0x04,0x02,0x00]
7072 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7074 v_cmp_neq_f64_e64 s[10:11], v[1:2], v[254:255]
7075 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xfd,0x03,0x00]
7076 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7078 v_cmp_neq_f64_e64 s[10:11], v[1:2], s[4:5]
7079 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x09,0x00,0x00]
7080 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7082 v_cmp_neq_f64_e64 s[10:11], v[1:2], s[6:7]
7083 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x0d,0x00,0x00]
7084 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7086 v_cmp_neq_f64_e64 s[10:11], v[1:2], s[100:101]
7087 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xc9,0x00,0x00]
7088 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7090 v_cmp_neq_f64_e64 s[10:11], v[1:2], vcc
7091 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xd5,0x00,0x00]
7092 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7094 v_cmp_neq_f64_e64 s[10:11], v[1:2], exec
7095 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xfd,0x00,0x00]
7096 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7098 v_cmp_neq_f64_e64 s[10:11], v[1:2], 0
7099 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x01,0x01,0x00]
7100 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7102 v_cmp_neq_f64_e64 s[10:11], v[1:2], -1
7103 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x83,0x01,0x00]
7104 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7106 v_cmp_neq_f64_e64 s[10:11], v[1:2], 0.5
7107 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xe1,0x01,0x00]
7108 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7110 v_cmp_neq_f64_e64 s[10:11], v[1:2], -4.0
7111 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xef,0x01,0x00]
7112 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7114 v_cmp_neq_f64_e64 s[10:11], -v[1:2], v[2:3]
7115 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x20]
7116 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7118 v_cmp_neq_f64_e64 s[10:11], v[1:2], -v[2:3]
7119 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x40]
7120 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7122 v_cmp_neq_f64_e64 s[10:11], -v[1:2], -v[2:3]
7123 // W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x60]
7124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7126 v_cmp_neq_f64_e64 s[10:11], v[1:2], v[2:3] clamp
7127 // W64: encoding: [0x0a,0x80,0x2d,0xd4,0x01,0x05,0x02,0x00]
7128 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7130 v_cmp_neq_f64_e64 s10, v[1:2], v[2:3]
7131 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
7132 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7134 v_cmp_neq_f64_e64 s12, v[1:2], v[2:3]
7135 // W32: encoding: [0x0c,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
7136 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7138 v_cmp_neq_f64_e64 s100, v[1:2], v[2:3]
7139 // W32: encoding: [0x64,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
7140 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7142 v_cmp_neq_f64_e64 vcc_lo, v[1:2], v[2:3]
7143 // W32: encoding: [0x6a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
7144 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7146 v_cmp_neq_f64_e64 s10, v[254:255], v[2:3]
7147 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0xfe,0x05,0x02,0x00]
7148 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7150 v_cmp_neq_f64_e64 s10, s[2:3], v[2:3]
7151 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0x02,0x04,0x02,0x00]
7152 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7154 v_cmp_neq_f64_e64 s10, s[4:5], v[2:3]
7155 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0x04,0x04,0x02,0x00]
7156 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7158 v_cmp_neq_f64_e64 s10, s[100:101], v[2:3]
7159 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0x64,0x04,0x02,0x00]
7160 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7162 v_cmp_neq_f64_e64 s10, vcc, v[2:3]
7163 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0x6a,0x04,0x02,0x00]
7164 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7166 v_cmp_neq_f64_e64 s10, exec, v[2:3]
7167 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0x7e,0x04,0x02,0x00]
7168 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7170 v_cmp_neq_f64_e64 s10, 0, v[2:3]
7171 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0x80,0x04,0x02,0x00]
7172 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7174 v_cmp_neq_f64_e64 s10, -1, v[2:3]
7175 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0xc1,0x04,0x02,0x00]
7176 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7178 v_cmp_neq_f64_e64 s10, 0.5, v[2:3]
7179 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0xf0,0x04,0x02,0x00]
7180 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7182 v_cmp_neq_f64_e64 s10, -4.0, v[2:3]
7183 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0xf7,0x04,0x02,0x00]
7184 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7186 v_cmp_neq_f64_e64 s10, v[1:2], v[254:255]
7187 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xfd,0x03,0x00]
7188 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7190 v_cmp_neq_f64_e64 s10, v[1:2], s[4:5]
7191 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x09,0x00,0x00]
7192 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7194 v_cmp_neq_f64_e64 s10, v[1:2], s[6:7]
7195 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x0d,0x00,0x00]
7196 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7198 v_cmp_neq_f64_e64 s10, v[1:2], s[100:101]
7199 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xc9,0x00,0x00]
7200 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7202 v_cmp_neq_f64_e64 s10, v[1:2], vcc
7203 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xd5,0x00,0x00]
7204 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7206 v_cmp_neq_f64_e64 s10, v[1:2], exec
7207 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xfd,0x00,0x00]
7208 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7210 v_cmp_neq_f64_e64 s10, v[1:2], 0
7211 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x01,0x01,0x00]
7212 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7214 v_cmp_neq_f64_e64 s10, v[1:2], -1
7215 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x83,0x01,0x00]
7216 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7218 v_cmp_neq_f64_e64 s10, v[1:2], 0.5
7219 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xe1,0x01,0x00]
7220 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7222 v_cmp_neq_f64_e64 s10, v[1:2], -4.0
7223 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xef,0x01,0x00]
7224 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7226 v_cmp_neq_f64_e64 s10, -v[1:2], v[2:3]
7227 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x20]
7228 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7230 v_cmp_neq_f64_e64 s10, v[1:2], -v[2:3]
7231 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x40]
7232 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7234 v_cmp_neq_f64_e64 s10, -v[1:2], -v[2:3]
7235 // W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x60]
7236 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7238 v_cmp_neq_f64_e64 s10, v[1:2], v[2:3] clamp
7239 // W32: encoding: [0x0a,0x80,0x2d,0xd4,0x01,0x05,0x02,0x00]
7240 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7242 v_cmp_nlt_f64_e64 s[10:11], v[1:2], v[2:3]
7243 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
7244 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7246 v_cmp_nlt_f64_e64 s[12:13], v[1:2], v[2:3]
7247 // W64: encoding: [0x0c,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
7248 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7250 v_cmp_nlt_f64_e64 s[100:101], v[1:2], v[2:3]
7251 // W64: encoding: [0x64,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
7252 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7254 v_cmp_nlt_f64_e64 vcc, v[1:2], v[2:3]
7255 // W64: encoding: [0x6a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
7256 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7258 v_cmp_nlt_f64_e64 s[10:11], v[254:255], v[2:3]
7259 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0xfe,0x05,0x02,0x00]
7260 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7262 v_cmp_nlt_f64_e64 s[10:11], s[2:3], v[2:3]
7263 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0x02,0x04,0x02,0x00]
7264 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7266 v_cmp_nlt_f64_e64 s[10:11], s[4:5], v[2:3]
7267 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0x04,0x04,0x02,0x00]
7268 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7270 v_cmp_nlt_f64_e64 s[10:11], s[100:101], v[2:3]
7271 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0x64,0x04,0x02,0x00]
7272 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7274 v_cmp_nlt_f64_e64 s[10:11], vcc, v[2:3]
7275 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0x6a,0x04,0x02,0x00]
7276 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7278 v_cmp_nlt_f64_e64 s[10:11], exec, v[2:3]
7279 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0x7e,0x04,0x02,0x00]
7280 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7282 v_cmp_nlt_f64_e64 s[10:11], 0, v[2:3]
7283 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0x80,0x04,0x02,0x00]
7284 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7286 v_cmp_nlt_f64_e64 s[10:11], -1, v[2:3]
7287 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0xc1,0x04,0x02,0x00]
7288 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7290 v_cmp_nlt_f64_e64 s[10:11], 0.5, v[2:3]
7291 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0xf0,0x04,0x02,0x00]
7292 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7294 v_cmp_nlt_f64_e64 s[10:11], -4.0, v[2:3]
7295 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0xf7,0x04,0x02,0x00]
7296 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7298 v_cmp_nlt_f64_e64 s[10:11], v[1:2], v[254:255]
7299 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xfd,0x03,0x00]
7300 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7302 v_cmp_nlt_f64_e64 s[10:11], v[1:2], s[4:5]
7303 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x09,0x00,0x00]
7304 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7306 v_cmp_nlt_f64_e64 s[10:11], v[1:2], s[6:7]
7307 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x0d,0x00,0x00]
7308 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7310 v_cmp_nlt_f64_e64 s[10:11], v[1:2], s[100:101]
7311 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xc9,0x00,0x00]
7312 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7314 v_cmp_nlt_f64_e64 s[10:11], v[1:2], vcc
7315 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xd5,0x00,0x00]
7316 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7318 v_cmp_nlt_f64_e64 s[10:11], v[1:2], exec
7319 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xfd,0x00,0x00]
7320 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7322 v_cmp_nlt_f64_e64 s[10:11], v[1:2], 0
7323 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x01,0x01,0x00]
7324 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7326 v_cmp_nlt_f64_e64 s[10:11], v[1:2], -1
7327 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x83,0x01,0x00]
7328 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7330 v_cmp_nlt_f64_e64 s[10:11], v[1:2], 0.5
7331 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xe1,0x01,0x00]
7332 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7334 v_cmp_nlt_f64_e64 s[10:11], v[1:2], -4.0
7335 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xef,0x01,0x00]
7336 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7338 v_cmp_nlt_f64_e64 s[10:11], -v[1:2], v[2:3]
7339 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x20]
7340 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7342 v_cmp_nlt_f64_e64 s[10:11], v[1:2], -v[2:3]
7343 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x40]
7344 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7346 v_cmp_nlt_f64_e64 s[10:11], -v[1:2], -v[2:3]
7347 // W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x60]
7348 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7350 v_cmp_nlt_f64_e64 s[10:11], v[1:2], v[2:3] clamp
7351 // W64: encoding: [0x0a,0x80,0x2e,0xd4,0x01,0x05,0x02,0x00]
7352 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7354 v_cmp_nlt_f64_e64 s10, v[1:2], v[2:3]
7355 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
7356 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7358 v_cmp_nlt_f64_e64 s12, v[1:2], v[2:3]
7359 // W32: encoding: [0x0c,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
7360 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7362 v_cmp_nlt_f64_e64 s100, v[1:2], v[2:3]
7363 // W32: encoding: [0x64,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
7364 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7366 v_cmp_nlt_f64_e64 vcc_lo, v[1:2], v[2:3]
7367 // W32: encoding: [0x6a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
7368 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7370 v_cmp_nlt_f64_e64 s10, v[254:255], v[2:3]
7371 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0xfe,0x05,0x02,0x00]
7372 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7374 v_cmp_nlt_f64_e64 s10, s[2:3], v[2:3]
7375 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0x02,0x04,0x02,0x00]
7376 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7378 v_cmp_nlt_f64_e64 s10, s[4:5], v[2:3]
7379 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0x04,0x04,0x02,0x00]
7380 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7382 v_cmp_nlt_f64_e64 s10, s[100:101], v[2:3]
7383 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0x64,0x04,0x02,0x00]
7384 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7386 v_cmp_nlt_f64_e64 s10, vcc, v[2:3]
7387 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0x6a,0x04,0x02,0x00]
7388 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7390 v_cmp_nlt_f64_e64 s10, exec, v[2:3]
7391 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0x7e,0x04,0x02,0x00]
7392 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7394 v_cmp_nlt_f64_e64 s10, 0, v[2:3]
7395 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0x80,0x04,0x02,0x00]
7396 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7398 v_cmp_nlt_f64_e64 s10, -1, v[2:3]
7399 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0xc1,0x04,0x02,0x00]
7400 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7402 v_cmp_nlt_f64_e64 s10, 0.5, v[2:3]
7403 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0xf0,0x04,0x02,0x00]
7404 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7406 v_cmp_nlt_f64_e64 s10, -4.0, v[2:3]
7407 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0xf7,0x04,0x02,0x00]
7408 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7410 v_cmp_nlt_f64_e64 s10, v[1:2], v[254:255]
7411 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xfd,0x03,0x00]
7412 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7414 v_cmp_nlt_f64_e64 s10, v[1:2], s[4:5]
7415 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x09,0x00,0x00]
7416 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7418 v_cmp_nlt_f64_e64 s10, v[1:2], s[6:7]
7419 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x0d,0x00,0x00]
7420 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7422 v_cmp_nlt_f64_e64 s10, v[1:2], s[100:101]
7423 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xc9,0x00,0x00]
7424 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7426 v_cmp_nlt_f64_e64 s10, v[1:2], vcc
7427 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xd5,0x00,0x00]
7428 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7430 v_cmp_nlt_f64_e64 s10, v[1:2], exec
7431 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xfd,0x00,0x00]
7432 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7434 v_cmp_nlt_f64_e64 s10, v[1:2], 0
7435 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x01,0x01,0x00]
7436 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7438 v_cmp_nlt_f64_e64 s10, v[1:2], -1
7439 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x83,0x01,0x00]
7440 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7442 v_cmp_nlt_f64_e64 s10, v[1:2], 0.5
7443 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xe1,0x01,0x00]
7444 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7446 v_cmp_nlt_f64_e64 s10, v[1:2], -4.0
7447 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xef,0x01,0x00]
7448 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7450 v_cmp_nlt_f64_e64 s10, -v[1:2], v[2:3]
7451 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x20]
7452 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7454 v_cmp_nlt_f64_e64 s10, v[1:2], -v[2:3]
7455 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x40]
7456 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7458 v_cmp_nlt_f64_e64 s10, -v[1:2], -v[2:3]
7459 // W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x60]
7460 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7462 v_cmp_nlt_f64_e64 s10, v[1:2], v[2:3] clamp
7463 // W32: encoding: [0x0a,0x80,0x2e,0xd4,0x01,0x05,0x02,0x00]
7464 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7466 v_cmp_tru_f64_e64 s[10:11], v[1:2], v[2:3]
7467 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
7468 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7470 v_cmp_tru_f64_e64 s[12:13], v[1:2], v[2:3]
7471 // W64: encoding: [0x0c,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
7472 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7474 v_cmp_tru_f64_e64 s[100:101], v[1:2], v[2:3]
7475 // W64: encoding: [0x64,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
7476 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7478 v_cmp_tru_f64_e64 vcc, v[1:2], v[2:3]
7479 // W64: encoding: [0x6a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
7480 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7482 v_cmp_tru_f64_e64 s[10:11], v[254:255], v[2:3]
7483 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0xfe,0x05,0x02,0x00]
7484 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7486 v_cmp_tru_f64_e64 s[10:11], s[2:3], v[2:3]
7487 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0x02,0x04,0x02,0x00]
7488 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7490 v_cmp_tru_f64_e64 s[10:11], s[4:5], v[2:3]
7491 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0x04,0x04,0x02,0x00]
7492 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7494 v_cmp_tru_f64_e64 s[10:11], s[100:101], v[2:3]
7495 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0x64,0x04,0x02,0x00]
7496 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7498 v_cmp_tru_f64_e64 s[10:11], vcc, v[2:3]
7499 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0x6a,0x04,0x02,0x00]
7500 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7502 v_cmp_tru_f64_e64 s[10:11], exec, v[2:3]
7503 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0x7e,0x04,0x02,0x00]
7504 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7506 v_cmp_tru_f64_e64 s[10:11], 0, v[2:3]
7507 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0x80,0x04,0x02,0x00]
7508 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7510 v_cmp_tru_f64_e64 s[10:11], -1, v[2:3]
7511 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0xc1,0x04,0x02,0x00]
7512 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7514 v_cmp_tru_f64_e64 s[10:11], 0.5, v[2:3]
7515 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0xf0,0x04,0x02,0x00]
7516 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7518 v_cmp_tru_f64_e64 s[10:11], -4.0, v[2:3]
7519 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0xf7,0x04,0x02,0x00]
7520 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7522 v_cmp_tru_f64_e64 s[10:11], v[1:2], v[254:255]
7523 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xfd,0x03,0x00]
7524 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7526 v_cmp_tru_f64_e64 s[10:11], v[1:2], s[4:5]
7527 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x09,0x00,0x00]
7528 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7530 v_cmp_tru_f64_e64 s[10:11], v[1:2], s[6:7]
7531 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x0d,0x00,0x00]
7532 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7534 v_cmp_tru_f64_e64 s[10:11], v[1:2], s[100:101]
7535 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xc9,0x00,0x00]
7536 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7538 v_cmp_tru_f64_e64 s[10:11], v[1:2], vcc
7539 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xd5,0x00,0x00]
7540 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7542 v_cmp_tru_f64_e64 s[10:11], v[1:2], exec
7543 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xfd,0x00,0x00]
7544 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7546 v_cmp_tru_f64_e64 s[10:11], v[1:2], 0
7547 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x01,0x01,0x00]
7548 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7550 v_cmp_tru_f64_e64 s[10:11], v[1:2], -1
7551 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x83,0x01,0x00]
7552 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7554 v_cmp_tru_f64_e64 s[10:11], v[1:2], 0.5
7555 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xe1,0x01,0x00]
7556 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7558 v_cmp_tru_f64_e64 s[10:11], v[1:2], -4.0
7559 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xef,0x01,0x00]
7560 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7562 v_cmp_tru_f64_e64 s[10:11], -v[1:2], v[2:3]
7563 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x20]
7564 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7566 v_cmp_tru_f64_e64 s[10:11], v[1:2], -v[2:3]
7567 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x40]
7568 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7570 v_cmp_tru_f64_e64 s[10:11], -v[1:2], -v[2:3]
7571 // W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x60]
7572 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7574 v_cmp_tru_f64_e64 s[10:11], v[1:2], v[2:3] clamp
7575 // W64: encoding: [0x0a,0x80,0x2f,0xd4,0x01,0x05,0x02,0x00]
7576 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7578 v_cmp_tru_f64_e64 s10, v[1:2], v[2:3]
7579 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
7580 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7582 v_cmp_tru_f64_e64 s12, v[1:2], v[2:3]
7583 // W32: encoding: [0x0c,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
7584 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7586 v_cmp_tru_f64_e64 s100, v[1:2], v[2:3]
7587 // W32: encoding: [0x64,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
7588 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7590 v_cmp_tru_f64_e64 vcc_lo, v[1:2], v[2:3]
7591 // W32: encoding: [0x6a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
7592 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7594 v_cmp_tru_f64_e64 s10, v[254:255], v[2:3]
7595 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0xfe,0x05,0x02,0x00]
7596 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7598 v_cmp_tru_f64_e64 s10, s[2:3], v[2:3]
7599 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0x02,0x04,0x02,0x00]
7600 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7602 v_cmp_tru_f64_e64 s10, s[4:5], v[2:3]
7603 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0x04,0x04,0x02,0x00]
7604 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7606 v_cmp_tru_f64_e64 s10, s[100:101], v[2:3]
7607 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0x64,0x04,0x02,0x00]
7608 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7610 v_cmp_tru_f64_e64 s10, vcc, v[2:3]
7611 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0x6a,0x04,0x02,0x00]
7612 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7614 v_cmp_tru_f64_e64 s10, exec, v[2:3]
7615 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0x7e,0x04,0x02,0x00]
7616 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7618 v_cmp_tru_f64_e64 s10, 0, v[2:3]
7619 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0x80,0x04,0x02,0x00]
7620 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7622 v_cmp_tru_f64_e64 s10, -1, v[2:3]
7623 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0xc1,0x04,0x02,0x00]
7624 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7626 v_cmp_tru_f64_e64 s10, 0.5, v[2:3]
7627 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0xf0,0x04,0x02,0x00]
7628 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7630 v_cmp_tru_f64_e64 s10, -4.0, v[2:3]
7631 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0xf7,0x04,0x02,0x00]
7632 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7634 v_cmp_tru_f64_e64 s10, v[1:2], v[254:255]
7635 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xfd,0x03,0x00]
7636 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7638 v_cmp_tru_f64_e64 s10, v[1:2], s[4:5]
7639 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x09,0x00,0x00]
7640 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7642 v_cmp_tru_f64_e64 s10, v[1:2], s[6:7]
7643 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x0d,0x00,0x00]
7644 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7646 v_cmp_tru_f64_e64 s10, v[1:2], s[100:101]
7647 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xc9,0x00,0x00]
7648 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7650 v_cmp_tru_f64_e64 s10, v[1:2], vcc
7651 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xd5,0x00,0x00]
7652 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7654 v_cmp_tru_f64_e64 s10, v[1:2], exec
7655 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xfd,0x00,0x00]
7656 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7658 v_cmp_tru_f64_e64 s10, v[1:2], 0
7659 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x01,0x01,0x00]
7660 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7662 v_cmp_tru_f64_e64 s10, v[1:2], -1
7663 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x83,0x01,0x00]
7664 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7666 v_cmp_tru_f64_e64 s10, v[1:2], 0.5
7667 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xe1,0x01,0x00]
7668 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7670 v_cmp_tru_f64_e64 s10, v[1:2], -4.0
7671 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xef,0x01,0x00]
7672 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7674 v_cmp_tru_f64_e64 s10, -v[1:2], v[2:3]
7675 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x20]
7676 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7678 v_cmp_tru_f64_e64 s10, v[1:2], -v[2:3]
7679 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x40]
7680 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7682 v_cmp_tru_f64_e64 s10, -v[1:2], -v[2:3]
7683 // W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x60]
7684 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7686 v_cmp_tru_f64_e64 s10, v[1:2], v[2:3] clamp
7687 // W32: encoding: [0x0a,0x80,0x2f,0xd4,0x01,0x05,0x02,0x00]
7688 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7690 v_cmp_f_i32_e64 s[10:11], v1, v2
7691 // W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
7692 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7694 v_cmp_f_i32_e64 s[12:13], v1, v2
7695 // W64: encoding: [0x0c,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
7696 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7698 v_cmp_f_i32_e64 s[100:101], v1, v2
7699 // W64: encoding: [0x64,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
7700 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7702 v_cmp_f_i32_e64 vcc, v1, v2
7703 // W64: encoding: [0x6a,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
7704 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7706 v_cmp_f_i32_e64 s[10:11], v255, v2
7707 // W64: encoding: [0x0a,0x00,0x80,0xd4,0xff,0x05,0x02,0x00]
7708 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7710 v_cmp_f_i32_e64 s[10:11], s1, v2
7711 // W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0x04,0x02,0x00]
7712 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7714 v_cmp_f_i32_e64 s[10:11], s101, v2
7715 // W64: encoding: [0x0a,0x00,0x80,0xd4,0x65,0x04,0x02,0x00]
7716 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7718 v_cmp_f_i32_e64 s[10:11], vcc_lo, v2
7719 // W64: encoding: [0x0a,0x00,0x80,0xd4,0x6a,0x04,0x02,0x00]
7720 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7722 v_cmp_f_i32_e64 s[10:11], vcc_hi, v2
7723 // W64: encoding: [0x0a,0x00,0x80,0xd4,0x6b,0x04,0x02,0x00]
7724 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7726 v_cmp_f_i32_e64 s[10:11], m0, v2
7727 // W64: encoding: [0x0a,0x00,0x80,0xd4,0x7c,0x04,0x02,0x00]
7728 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7730 v_cmp_f_i32_e64 s[10:11], exec_lo, v2
7731 // W64: encoding: [0x0a,0x00,0x80,0xd4,0x7e,0x04,0x02,0x00]
7732 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7734 v_cmp_f_i32_e64 s[10:11], exec_hi, v2
7735 // W64: encoding: [0x0a,0x00,0x80,0xd4,0x7f,0x04,0x02,0x00]
7736 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7738 v_cmp_f_i32_e64 s[10:11], 0, v2
7739 // W64: encoding: [0x0a,0x00,0x80,0xd4,0x80,0x04,0x02,0x00]
7740 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7742 v_cmp_f_i32_e64 s[10:11], -1, v2
7743 // W64: encoding: [0x0a,0x00,0x80,0xd4,0xc1,0x04,0x02,0x00]
7744 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7746 v_cmp_f_i32_e64 s[10:11], 0.5, v2
7747 // W64: encoding: [0x0a,0x00,0x80,0xd4,0xf0,0x04,0x02,0x00]
7748 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7750 v_cmp_f_i32_e64 s[10:11], -4.0, v2
7751 // W64: encoding: [0x0a,0x00,0x80,0xd4,0xf7,0x04,0x02,0x00]
7752 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7754 v_cmp_f_i32_e64 s[10:11], v1, v255
7755 // W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xff,0x03,0x00]
7756 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7758 v_cmp_f_i32_e64 s[10:11], v1, s2
7759 // W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0x05,0x00,0x00]
7760 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7762 v_cmp_f_i32_e64 s[10:11], v1, s101
7763 // W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xcb,0x00,0x00]
7764 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7766 v_cmp_f_i32_e64 s[10:11], v1, vcc_lo
7767 // W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xd5,0x00,0x00]
7768 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7770 v_cmp_f_i32_e64 s[10:11], v1, vcc_hi
7771 // W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xd7,0x00,0x00]
7772 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7774 v_cmp_f_i32_e64 s[10:11], v1, m0
7775 // W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xf9,0x00,0x00]
7776 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7778 v_cmp_f_i32_e64 s[10:11], v1, exec_lo
7779 // W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xfd,0x00,0x00]
7780 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7782 v_cmp_f_i32_e64 s[10:11], v1, exec_hi
7783 // W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xff,0x00,0x00]
7784 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7786 v_cmp_f_i32_e64 s[10:11], v1, 0
7787 // W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0x01,0x01,0x00]
7788 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7790 v_cmp_f_i32_e64 s[10:11], v1, -1
7791 // W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0x83,0x01,0x00]
7792 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7794 v_cmp_f_i32_e64 s[10:11], v1, 0.5
7795 // W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xe1,0x01,0x00]
7796 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7798 v_cmp_f_i32_e64 s[10:11], v1, -4.0
7799 // W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xef,0x01,0x00]
7800 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7802 v_cmp_lt_i32_e64 s[10:11], v1, v2
7803 // W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
7804 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7806 v_cmp_lt_i32_e64 s[12:13], v1, v2
7807 // W64: encoding: [0x0c,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
7808 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7810 v_cmp_lt_i32_e64 s[100:101], v1, v2
7811 // W64: encoding: [0x64,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
7812 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7814 v_cmp_lt_i32_e64 vcc, v1, v2
7815 // W64: encoding: [0x6a,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
7816 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7818 v_cmp_lt_i32_e64 s[10:11], v255, v2
7819 // W64: encoding: [0x0a,0x00,0x81,0xd4,0xff,0x05,0x02,0x00]
7820 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7822 v_cmp_lt_i32_e64 s[10:11], s1, v2
7823 // W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0x04,0x02,0x00]
7824 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7826 v_cmp_lt_i32_e64 s[10:11], s101, v2
7827 // W64: encoding: [0x0a,0x00,0x81,0xd4,0x65,0x04,0x02,0x00]
7828 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7830 v_cmp_lt_i32_e64 s[10:11], vcc_lo, v2
7831 // W64: encoding: [0x0a,0x00,0x81,0xd4,0x6a,0x04,0x02,0x00]
7832 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7834 v_cmp_lt_i32_e64 s[10:11], vcc_hi, v2
7835 // W64: encoding: [0x0a,0x00,0x81,0xd4,0x6b,0x04,0x02,0x00]
7836 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7838 v_cmp_lt_i32_e64 s[10:11], m0, v2
7839 // W64: encoding: [0x0a,0x00,0x81,0xd4,0x7c,0x04,0x02,0x00]
7840 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7842 v_cmp_lt_i32_e64 s[10:11], exec_lo, v2
7843 // W64: encoding: [0x0a,0x00,0x81,0xd4,0x7e,0x04,0x02,0x00]
7844 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7846 v_cmp_lt_i32_e64 s[10:11], exec_hi, v2
7847 // W64: encoding: [0x0a,0x00,0x81,0xd4,0x7f,0x04,0x02,0x00]
7848 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7850 v_cmp_lt_i32_e64 s[10:11], 0, v2
7851 // W64: encoding: [0x0a,0x00,0x81,0xd4,0x80,0x04,0x02,0x00]
7852 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7854 v_cmp_lt_i32_e64 s[10:11], -1, v2
7855 // W64: encoding: [0x0a,0x00,0x81,0xd4,0xc1,0x04,0x02,0x00]
7856 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7858 v_cmp_lt_i32_e64 s[10:11], 0.5, v2
7859 // W64: encoding: [0x0a,0x00,0x81,0xd4,0xf0,0x04,0x02,0x00]
7860 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7862 v_cmp_lt_i32_e64 s[10:11], -4.0, v2
7863 // W64: encoding: [0x0a,0x00,0x81,0xd4,0xf7,0x04,0x02,0x00]
7864 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7866 v_cmp_lt_i32_e64 s[10:11], v1, v255
7867 // W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xff,0x03,0x00]
7868 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7870 v_cmp_lt_i32_e64 s[10:11], v1, s2
7871 // W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0x05,0x00,0x00]
7872 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7874 v_cmp_lt_i32_e64 s[10:11], v1, s101
7875 // W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xcb,0x00,0x00]
7876 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7878 v_cmp_lt_i32_e64 s[10:11], v1, vcc_lo
7879 // W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xd5,0x00,0x00]
7880 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7882 v_cmp_lt_i32_e64 s[10:11], v1, vcc_hi
7883 // W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xd7,0x00,0x00]
7884 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7886 v_cmp_lt_i32_e64 s[10:11], v1, m0
7887 // W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xf9,0x00,0x00]
7888 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7890 v_cmp_lt_i32_e64 s[10:11], v1, exec_lo
7891 // W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xfd,0x00,0x00]
7892 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7894 v_cmp_lt_i32_e64 s[10:11], v1, exec_hi
7895 // W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xff,0x00,0x00]
7896 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7898 v_cmp_lt_i32_e64 s[10:11], v1, 0
7899 // W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0x01,0x01,0x00]
7900 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7902 v_cmp_lt_i32_e64 s[10:11], v1, -1
7903 // W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0x83,0x01,0x00]
7904 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7906 v_cmp_lt_i32_e64 s[10:11], v1, 0.5
7907 // W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xe1,0x01,0x00]
7908 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7910 v_cmp_lt_i32_e64 s[10:11], v1, -4.0
7911 // W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xef,0x01,0x00]
7912 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7914 v_cmp_eq_i32_e64 s[10:11], v1, v2
7915 // W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
7916 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7918 v_cmp_eq_i32_e64 s[12:13], v1, v2
7919 // W64: encoding: [0x0c,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
7920 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7922 v_cmp_eq_i32_e64 s[100:101], v1, v2
7923 // W64: encoding: [0x64,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
7924 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7926 v_cmp_eq_i32_e64 vcc, v1, v2
7927 // W64: encoding: [0x6a,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
7928 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7930 v_cmp_eq_i32_e64 s[10:11], v255, v2
7931 // W64: encoding: [0x0a,0x00,0x82,0xd4,0xff,0x05,0x02,0x00]
7932 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7934 v_cmp_eq_i32_e64 s[10:11], s1, v2
7935 // W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0x04,0x02,0x00]
7936 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7938 v_cmp_eq_i32_e64 s[10:11], s101, v2
7939 // W64: encoding: [0x0a,0x00,0x82,0xd4,0x65,0x04,0x02,0x00]
7940 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7942 v_cmp_eq_i32_e64 s[10:11], vcc_lo, v2
7943 // W64: encoding: [0x0a,0x00,0x82,0xd4,0x6a,0x04,0x02,0x00]
7944 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7946 v_cmp_eq_i32_e64 s[10:11], vcc_hi, v2
7947 // W64: encoding: [0x0a,0x00,0x82,0xd4,0x6b,0x04,0x02,0x00]
7948 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7950 v_cmp_eq_i32_e64 s[10:11], m0, v2
7951 // W64: encoding: [0x0a,0x00,0x82,0xd4,0x7c,0x04,0x02,0x00]
7952 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7954 v_cmp_eq_i32_e64 s[10:11], exec_lo, v2
7955 // W64: encoding: [0x0a,0x00,0x82,0xd4,0x7e,0x04,0x02,0x00]
7956 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7958 v_cmp_eq_i32_e64 s[10:11], exec_hi, v2
7959 // W64: encoding: [0x0a,0x00,0x82,0xd4,0x7f,0x04,0x02,0x00]
7960 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7962 v_cmp_eq_i32_e64 s[10:11], 0, v2
7963 // W64: encoding: [0x0a,0x00,0x82,0xd4,0x80,0x04,0x02,0x00]
7964 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7966 v_cmp_eq_i32_e64 s[10:11], -1, v2
7967 // W64: encoding: [0x0a,0x00,0x82,0xd4,0xc1,0x04,0x02,0x00]
7968 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7970 v_cmp_eq_i32_e64 s[10:11], 0.5, v2
7971 // W64: encoding: [0x0a,0x00,0x82,0xd4,0xf0,0x04,0x02,0x00]
7972 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7974 v_cmp_eq_i32_e64 s[10:11], -4.0, v2
7975 // W64: encoding: [0x0a,0x00,0x82,0xd4,0xf7,0x04,0x02,0x00]
7976 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7978 v_cmp_eq_i32_e64 s[10:11], v1, v255
7979 // W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xff,0x03,0x00]
7980 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7982 v_cmp_eq_i32_e64 s[10:11], v1, s2
7983 // W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0x05,0x00,0x00]
7984 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7986 v_cmp_eq_i32_e64 s[10:11], v1, s101
7987 // W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xcb,0x00,0x00]
7988 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7990 v_cmp_eq_i32_e64 s[10:11], v1, vcc_lo
7991 // W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xd5,0x00,0x00]
7992 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7994 v_cmp_eq_i32_e64 s[10:11], v1, vcc_hi
7995 // W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xd7,0x00,0x00]
7996 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
7998 v_cmp_eq_i32_e64 s[10:11], v1, m0
7999 // W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xf9,0x00,0x00]
8000 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8002 v_cmp_eq_i32_e64 s[10:11], v1, exec_lo
8003 // W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xfd,0x00,0x00]
8004 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8006 v_cmp_eq_i32_e64 s[10:11], v1, exec_hi
8007 // W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xff,0x00,0x00]
8008 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8010 v_cmp_eq_i32_e64 s[10:11], v1, 0
8011 // W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0x01,0x01,0x00]
8012 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8014 v_cmp_eq_i32_e64 s[10:11], v1, -1
8015 // W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0x83,0x01,0x00]
8016 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8018 v_cmp_eq_i32_e64 s[10:11], v1, 0.5
8019 // W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xe1,0x01,0x00]
8020 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8022 v_cmp_eq_i32_e64 s[10:11], v1, -4.0
8023 // W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xef,0x01,0x00]
8024 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8026 v_cmp_le_i32_e64 s[10:11], v1, v2
8027 // W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
8028 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8030 v_cmp_le_i32_e64 s[12:13], v1, v2
8031 // W64: encoding: [0x0c,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
8032 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8034 v_cmp_le_i32_e64 s[100:101], v1, v2
8035 // W64: encoding: [0x64,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
8036 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8038 v_cmp_le_i32_e64 vcc, v1, v2
8039 // W64: encoding: [0x6a,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
8040 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8042 v_cmp_le_i32_e64 s[10:11], v255, v2
8043 // W64: encoding: [0x0a,0x00,0x83,0xd4,0xff,0x05,0x02,0x00]
8044 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8046 v_cmp_le_i32_e64 s[10:11], s1, v2
8047 // W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0x04,0x02,0x00]
8048 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8050 v_cmp_le_i32_e64 s[10:11], s101, v2
8051 // W64: encoding: [0x0a,0x00,0x83,0xd4,0x65,0x04,0x02,0x00]
8052 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8054 v_cmp_le_i32_e64 s[10:11], vcc_lo, v2
8055 // W64: encoding: [0x0a,0x00,0x83,0xd4,0x6a,0x04,0x02,0x00]
8056 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8058 v_cmp_le_i32_e64 s[10:11], vcc_hi, v2
8059 // W64: encoding: [0x0a,0x00,0x83,0xd4,0x6b,0x04,0x02,0x00]
8060 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8062 v_cmp_le_i32_e64 s[10:11], m0, v2
8063 // W64: encoding: [0x0a,0x00,0x83,0xd4,0x7c,0x04,0x02,0x00]
8064 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8066 v_cmp_le_i32_e64 s[10:11], exec_lo, v2
8067 // W64: encoding: [0x0a,0x00,0x83,0xd4,0x7e,0x04,0x02,0x00]
8068 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8070 v_cmp_le_i32_e64 s[10:11], exec_hi, v2
8071 // W64: encoding: [0x0a,0x00,0x83,0xd4,0x7f,0x04,0x02,0x00]
8072 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8074 v_cmp_le_i32_e64 s[10:11], 0, v2
8075 // W64: encoding: [0x0a,0x00,0x83,0xd4,0x80,0x04,0x02,0x00]
8076 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8078 v_cmp_le_i32_e64 s[10:11], -1, v2
8079 // W64: encoding: [0x0a,0x00,0x83,0xd4,0xc1,0x04,0x02,0x00]
8080 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8082 v_cmp_le_i32_e64 s[10:11], 0.5, v2
8083 // W64: encoding: [0x0a,0x00,0x83,0xd4,0xf0,0x04,0x02,0x00]
8084 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8086 v_cmp_le_i32_e64 s[10:11], -4.0, v2
8087 // W64: encoding: [0x0a,0x00,0x83,0xd4,0xf7,0x04,0x02,0x00]
8088 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8090 v_cmp_le_i32_e64 s[10:11], v1, v255
8091 // W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xff,0x03,0x00]
8092 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8094 v_cmp_le_i32_e64 s[10:11], v1, s2
8095 // W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0x05,0x00,0x00]
8096 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8098 v_cmp_le_i32_e64 s[10:11], v1, s101
8099 // W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xcb,0x00,0x00]
8100 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8102 v_cmp_le_i32_e64 s[10:11], v1, vcc_lo
8103 // W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xd5,0x00,0x00]
8104 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8106 v_cmp_le_i32_e64 s[10:11], v1, vcc_hi
8107 // W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xd7,0x00,0x00]
8108 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8110 v_cmp_le_i32_e64 s[10:11], v1, m0
8111 // W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xf9,0x00,0x00]
8112 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8114 v_cmp_le_i32_e64 s[10:11], v1, exec_lo
8115 // W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xfd,0x00,0x00]
8116 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8118 v_cmp_le_i32_e64 s[10:11], v1, exec_hi
8119 // W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xff,0x00,0x00]
8120 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8122 v_cmp_le_i32_e64 s[10:11], v1, 0
8123 // W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0x01,0x01,0x00]
8124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8126 v_cmp_le_i32_e64 s[10:11], v1, -1
8127 // W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0x83,0x01,0x00]
8128 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8130 v_cmp_le_i32_e64 s[10:11], v1, 0.5
8131 // W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xe1,0x01,0x00]
8132 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8134 v_cmp_le_i32_e64 s[10:11], v1, -4.0
8135 // W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xef,0x01,0x00]
8136 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8138 v_cmp_gt_i32_e64 s[10:11], v1, v2
8139 // W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
8140 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8142 v_cmp_gt_i32_e64 s[12:13], v1, v2
8143 // W64: encoding: [0x0c,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
8144 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8146 v_cmp_gt_i32_e64 s[100:101], v1, v2
8147 // W64: encoding: [0x64,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
8148 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8150 v_cmp_gt_i32_e64 vcc, v1, v2
8151 // W64: encoding: [0x6a,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
8152 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8154 v_cmp_gt_i32_e64 s[10:11], v255, v2
8155 // W64: encoding: [0x0a,0x00,0x84,0xd4,0xff,0x05,0x02,0x00]
8156 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8158 v_cmp_gt_i32_e64 s[10:11], s1, v2
8159 // W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0x04,0x02,0x00]
8160 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8162 v_cmp_gt_i32_e64 s[10:11], s101, v2
8163 // W64: encoding: [0x0a,0x00,0x84,0xd4,0x65,0x04,0x02,0x00]
8164 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8166 v_cmp_gt_i32_e64 s[10:11], vcc_lo, v2
8167 // W64: encoding: [0x0a,0x00,0x84,0xd4,0x6a,0x04,0x02,0x00]
8168 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8170 v_cmp_gt_i32_e64 s[10:11], vcc_hi, v2
8171 // W64: encoding: [0x0a,0x00,0x84,0xd4,0x6b,0x04,0x02,0x00]
8172 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8174 v_cmp_gt_i32_e64 s[10:11], m0, v2
8175 // W64: encoding: [0x0a,0x00,0x84,0xd4,0x7c,0x04,0x02,0x00]
8176 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8178 v_cmp_gt_i32_e64 s[10:11], exec_lo, v2
8179 // W64: encoding: [0x0a,0x00,0x84,0xd4,0x7e,0x04,0x02,0x00]
8180 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8182 v_cmp_gt_i32_e64 s[10:11], exec_hi, v2
8183 // W64: encoding: [0x0a,0x00,0x84,0xd4,0x7f,0x04,0x02,0x00]
8184 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8186 v_cmp_gt_i32_e64 s[10:11], 0, v2
8187 // W64: encoding: [0x0a,0x00,0x84,0xd4,0x80,0x04,0x02,0x00]
8188 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8190 v_cmp_gt_i32_e64 s[10:11], -1, v2
8191 // W64: encoding: [0x0a,0x00,0x84,0xd4,0xc1,0x04,0x02,0x00]
8192 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8194 v_cmp_gt_i32_e64 s[10:11], 0.5, v2
8195 // W64: encoding: [0x0a,0x00,0x84,0xd4,0xf0,0x04,0x02,0x00]
8196 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8198 v_cmp_gt_i32_e64 s[10:11], -4.0, v2
8199 // W64: encoding: [0x0a,0x00,0x84,0xd4,0xf7,0x04,0x02,0x00]
8200 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8202 v_cmp_gt_i32_e64 s[10:11], v1, v255
8203 // W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xff,0x03,0x00]
8204 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8206 v_cmp_gt_i32_e64 s[10:11], v1, s2
8207 // W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0x05,0x00,0x00]
8208 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8210 v_cmp_gt_i32_e64 s[10:11], v1, s101
8211 // W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xcb,0x00,0x00]
8212 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8214 v_cmp_gt_i32_e64 s[10:11], v1, vcc_lo
8215 // W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xd5,0x00,0x00]
8216 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8218 v_cmp_gt_i32_e64 s[10:11], v1, vcc_hi
8219 // W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xd7,0x00,0x00]
8220 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8222 v_cmp_gt_i32_e64 s[10:11], v1, m0
8223 // W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xf9,0x00,0x00]
8224 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8226 v_cmp_gt_i32_e64 s[10:11], v1, exec_lo
8227 // W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xfd,0x00,0x00]
8228 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8230 v_cmp_gt_i32_e64 s[10:11], v1, exec_hi
8231 // W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xff,0x00,0x00]
8232 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8234 v_cmp_gt_i32_e64 s[10:11], v1, 0
8235 // W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0x01,0x01,0x00]
8236 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8238 v_cmp_gt_i32_e64 s[10:11], v1, -1
8239 // W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0x83,0x01,0x00]
8240 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8242 v_cmp_gt_i32_e64 s[10:11], v1, 0.5
8243 // W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xe1,0x01,0x00]
8244 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8246 v_cmp_gt_i32_e64 s[10:11], v1, -4.0
8247 // W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xef,0x01,0x00]
8248 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8250 v_cmp_ne_i32_e64 s[10:11], v1, v2
8251 // W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
8252 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8254 v_cmp_ne_i32_e64 s[12:13], v1, v2
8255 // W64: encoding: [0x0c,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
8256 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8258 v_cmp_ne_i32_e64 s[100:101], v1, v2
8259 // W64: encoding: [0x64,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
8260 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8262 v_cmp_ne_i32_e64 vcc, v1, v2
8263 // W64: encoding: [0x6a,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
8264 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8266 v_cmp_ne_i32_e64 s[10:11], v255, v2
8267 // W64: encoding: [0x0a,0x00,0x85,0xd4,0xff,0x05,0x02,0x00]
8268 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8270 v_cmp_ne_i32_e64 s[10:11], s1, v2
8271 // W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0x04,0x02,0x00]
8272 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8274 v_cmp_ne_i32_e64 s[10:11], s101, v2
8275 // W64: encoding: [0x0a,0x00,0x85,0xd4,0x65,0x04,0x02,0x00]
8276 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8278 v_cmp_ne_i32_e64 s[10:11], vcc_lo, v2
8279 // W64: encoding: [0x0a,0x00,0x85,0xd4,0x6a,0x04,0x02,0x00]
8280 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8282 v_cmp_ne_i32_e64 s[10:11], vcc_hi, v2
8283 // W64: encoding: [0x0a,0x00,0x85,0xd4,0x6b,0x04,0x02,0x00]
8284 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8286 v_cmp_ne_i32_e64 s[10:11], m0, v2
8287 // W64: encoding: [0x0a,0x00,0x85,0xd4,0x7c,0x04,0x02,0x00]
8288 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8290 v_cmp_ne_i32_e64 s[10:11], exec_lo, v2
8291 // W64: encoding: [0x0a,0x00,0x85,0xd4,0x7e,0x04,0x02,0x00]
8292 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8294 v_cmp_ne_i32_e64 s[10:11], exec_hi, v2
8295 // W64: encoding: [0x0a,0x00,0x85,0xd4,0x7f,0x04,0x02,0x00]
8296 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8298 v_cmp_ne_i32_e64 s[10:11], 0, v2
8299 // W64: encoding: [0x0a,0x00,0x85,0xd4,0x80,0x04,0x02,0x00]
8300 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8302 v_cmp_ne_i32_e64 s[10:11], -1, v2
8303 // W64: encoding: [0x0a,0x00,0x85,0xd4,0xc1,0x04,0x02,0x00]
8304 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8306 v_cmp_ne_i32_e64 s[10:11], 0.5, v2
8307 // W64: encoding: [0x0a,0x00,0x85,0xd4,0xf0,0x04,0x02,0x00]
8308 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8310 v_cmp_ne_i32_e64 s[10:11], -4.0, v2
8311 // W64: encoding: [0x0a,0x00,0x85,0xd4,0xf7,0x04,0x02,0x00]
8312 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8314 v_cmp_ne_i32_e64 s[10:11], v1, v255
8315 // W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xff,0x03,0x00]
8316 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8318 v_cmp_ne_i32_e64 s[10:11], v1, s2
8319 // W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0x05,0x00,0x00]
8320 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8322 v_cmp_ne_i32_e64 s[10:11], v1, s101
8323 // W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xcb,0x00,0x00]
8324 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8326 v_cmp_ne_i32_e64 s[10:11], v1, vcc_lo
8327 // W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xd5,0x00,0x00]
8328 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8330 v_cmp_ne_i32_e64 s[10:11], v1, vcc_hi
8331 // W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xd7,0x00,0x00]
8332 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8334 v_cmp_ne_i32_e64 s[10:11], v1, m0
8335 // W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xf9,0x00,0x00]
8336 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8338 v_cmp_ne_i32_e64 s[10:11], v1, exec_lo
8339 // W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xfd,0x00,0x00]
8340 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8342 v_cmp_ne_i32_e64 s[10:11], v1, exec_hi
8343 // W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xff,0x00,0x00]
8344 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8346 v_cmp_ne_i32_e64 s[10:11], v1, 0
8347 // W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0x01,0x01,0x00]
8348 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8350 v_cmp_ne_i32_e64 s[10:11], v1, -1
8351 // W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0x83,0x01,0x00]
8352 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8354 v_cmp_ne_i32_e64 s[10:11], v1, 0.5
8355 // W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xe1,0x01,0x00]
8356 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8358 v_cmp_ne_i32_e64 s[10:11], v1, -4.0
8359 // W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xef,0x01,0x00]
8360 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8362 v_cmp_ge_i32_e64 s[10:11], v1, v2
8363 // W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
8364 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8366 v_cmp_ge_i32_e64 s[12:13], v1, v2
8367 // W64: encoding: [0x0c,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
8368 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8370 v_cmp_ge_i32_e64 s[100:101], v1, v2
8371 // W64: encoding: [0x64,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
8372 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8374 v_cmp_ge_i32_e64 vcc, v1, v2
8375 // W64: encoding: [0x6a,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
8376 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8378 v_cmp_ge_i32_e64 s[10:11], v255, v2
8379 // W64: encoding: [0x0a,0x00,0x86,0xd4,0xff,0x05,0x02,0x00]
8380 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8382 v_cmp_ge_i32_e64 s[10:11], s1, v2
8383 // W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0x04,0x02,0x00]
8384 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8386 v_cmp_ge_i32_e64 s[10:11], s101, v2
8387 // W64: encoding: [0x0a,0x00,0x86,0xd4,0x65,0x04,0x02,0x00]
8388 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8390 v_cmp_ge_i32_e64 s[10:11], vcc_lo, v2
8391 // W64: encoding: [0x0a,0x00,0x86,0xd4,0x6a,0x04,0x02,0x00]
8392 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8394 v_cmp_ge_i32_e64 s[10:11], vcc_hi, v2
8395 // W64: encoding: [0x0a,0x00,0x86,0xd4,0x6b,0x04,0x02,0x00]
8396 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8398 v_cmp_ge_i32_e64 s[10:11], m0, v2
8399 // W64: encoding: [0x0a,0x00,0x86,0xd4,0x7c,0x04,0x02,0x00]
8400 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8402 v_cmp_ge_i32_e64 s[10:11], exec_lo, v2
8403 // W64: encoding: [0x0a,0x00,0x86,0xd4,0x7e,0x04,0x02,0x00]
8404 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8406 v_cmp_ge_i32_e64 s[10:11], exec_hi, v2
8407 // W64: encoding: [0x0a,0x00,0x86,0xd4,0x7f,0x04,0x02,0x00]
8408 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8410 v_cmp_ge_i32_e64 s[10:11], 0, v2
8411 // W64: encoding: [0x0a,0x00,0x86,0xd4,0x80,0x04,0x02,0x00]
8412 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8414 v_cmp_ge_i32_e64 s[10:11], -1, v2
8415 // W64: encoding: [0x0a,0x00,0x86,0xd4,0xc1,0x04,0x02,0x00]
8416 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8418 v_cmp_ge_i32_e64 s[10:11], 0.5, v2
8419 // W64: encoding: [0x0a,0x00,0x86,0xd4,0xf0,0x04,0x02,0x00]
8420 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8422 v_cmp_ge_i32_e64 s[10:11], -4.0, v2
8423 // W64: encoding: [0x0a,0x00,0x86,0xd4,0xf7,0x04,0x02,0x00]
8424 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8426 v_cmp_ge_i32_e64 s[10:11], v1, v255
8427 // W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xff,0x03,0x00]
8428 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8430 v_cmp_ge_i32_e64 s[10:11], v1, s2
8431 // W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0x05,0x00,0x00]
8432 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8434 v_cmp_ge_i32_e64 s[10:11], v1, s101
8435 // W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xcb,0x00,0x00]
8436 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8438 v_cmp_ge_i32_e64 s[10:11], v1, vcc_lo
8439 // W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xd5,0x00,0x00]
8440 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8442 v_cmp_ge_i32_e64 s[10:11], v1, vcc_hi
8443 // W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xd7,0x00,0x00]
8444 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8446 v_cmp_ge_i32_e64 s[10:11], v1, m0
8447 // W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xf9,0x00,0x00]
8448 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8450 v_cmp_ge_i32_e64 s[10:11], v1, exec_lo
8451 // W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xfd,0x00,0x00]
8452 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8454 v_cmp_ge_i32_e64 s[10:11], v1, exec_hi
8455 // W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xff,0x00,0x00]
8456 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8458 v_cmp_ge_i32_e64 s[10:11], v1, 0
8459 // W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0x01,0x01,0x00]
8460 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8462 v_cmp_ge_i32_e64 s[10:11], v1, -1
8463 // W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0x83,0x01,0x00]
8464 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8466 v_cmp_ge_i32_e64 s[10:11], v1, 0.5
8467 // W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xe1,0x01,0x00]
8468 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8470 v_cmp_ge_i32_e64 s[10:11], v1, -4.0
8471 // W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xef,0x01,0x00]
8472 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8474 v_cmp_t_i32_e64 s[10:11], v1, v2
8475 // W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
8476 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8478 v_cmp_t_i32_e64 s[12:13], v1, v2
8479 // W64: encoding: [0x0c,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
8480 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8482 v_cmp_t_i32_e64 s[100:101], v1, v2
8483 // W64: encoding: [0x64,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
8484 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8486 v_cmp_t_i32_e64 vcc, v1, v2
8487 // W64: encoding: [0x6a,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
8488 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8490 v_cmp_t_i32_e64 s[10:11], v255, v2
8491 // W64: encoding: [0x0a,0x00,0x87,0xd4,0xff,0x05,0x02,0x00]
8492 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8494 v_cmp_t_i32_e64 s[10:11], s1, v2
8495 // W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0x04,0x02,0x00]
8496 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8498 v_cmp_t_i32_e64 s[10:11], s101, v2
8499 // W64: encoding: [0x0a,0x00,0x87,0xd4,0x65,0x04,0x02,0x00]
8500 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8502 v_cmp_t_i32_e64 s[10:11], vcc_lo, v2
8503 // W64: encoding: [0x0a,0x00,0x87,0xd4,0x6a,0x04,0x02,0x00]
8504 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8506 v_cmp_t_i32_e64 s[10:11], vcc_hi, v2
8507 // W64: encoding: [0x0a,0x00,0x87,0xd4,0x6b,0x04,0x02,0x00]
8508 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8510 v_cmp_t_i32_e64 s[10:11], m0, v2
8511 // W64: encoding: [0x0a,0x00,0x87,0xd4,0x7c,0x04,0x02,0x00]
8512 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8514 v_cmp_t_i32_e64 s[10:11], exec_lo, v2
8515 // W64: encoding: [0x0a,0x00,0x87,0xd4,0x7e,0x04,0x02,0x00]
8516 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8518 v_cmp_t_i32_e64 s[10:11], exec_hi, v2
8519 // W64: encoding: [0x0a,0x00,0x87,0xd4,0x7f,0x04,0x02,0x00]
8520 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8522 v_cmp_t_i32_e64 s[10:11], 0, v2
8523 // W64: encoding: [0x0a,0x00,0x87,0xd4,0x80,0x04,0x02,0x00]
8524 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8526 v_cmp_t_i32_e64 s[10:11], -1, v2
8527 // W64: encoding: [0x0a,0x00,0x87,0xd4,0xc1,0x04,0x02,0x00]
8528 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8530 v_cmp_t_i32_e64 s[10:11], 0.5, v2
8531 // W64: encoding: [0x0a,0x00,0x87,0xd4,0xf0,0x04,0x02,0x00]
8532 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8534 v_cmp_t_i32_e64 s[10:11], -4.0, v2
8535 // W64: encoding: [0x0a,0x00,0x87,0xd4,0xf7,0x04,0x02,0x00]
8536 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8538 v_cmp_t_i32_e64 s[10:11], v1, v255
8539 // W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xff,0x03,0x00]
8540 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8542 v_cmp_t_i32_e64 s[10:11], v1, s2
8543 // W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0x05,0x00,0x00]
8544 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8546 v_cmp_t_i32_e64 s[10:11], v1, s101
8547 // W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xcb,0x00,0x00]
8548 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8550 v_cmp_t_i32_e64 s[10:11], v1, vcc_lo
8551 // W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xd5,0x00,0x00]
8552 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8554 v_cmp_t_i32_e64 s[10:11], v1, vcc_hi
8555 // W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xd7,0x00,0x00]
8556 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8558 v_cmp_t_i32_e64 s[10:11], v1, m0
8559 // W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xf9,0x00,0x00]
8560 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8562 v_cmp_t_i32_e64 s[10:11], v1, exec_lo
8563 // W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xfd,0x00,0x00]
8564 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8566 v_cmp_t_i32_e64 s[10:11], v1, exec_hi
8567 // W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xff,0x00,0x00]
8568 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8570 v_cmp_t_i32_e64 s[10:11], v1, 0
8571 // W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0x01,0x01,0x00]
8572 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8574 v_cmp_t_i32_e64 s[10:11], v1, -1
8575 // W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0x83,0x01,0x00]
8576 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8578 v_cmp_t_i32_e64 s[10:11], v1, 0.5
8579 // W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xe1,0x01,0x00]
8580 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8582 v_cmp_t_i32_e64 s[10:11], v1, -4.0
8583 // W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xef,0x01,0x00]
8584 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8586 v_cmp_f_i32_e64 s10, v1, v2
8587 // W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
8588 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8590 v_cmp_f_i32_e64 s12, v1, v2
8591 // W32: encoding: [0x0c,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
8592 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8594 v_cmp_f_i32_e64 s100, v1, v2
8595 // W32: encoding: [0x64,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
8596 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8598 v_cmp_f_i32_e64 vcc_lo, v1, v2
8599 // W32: encoding: [0x6a,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
8600 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8602 v_cmp_f_i32_e64 s10, v255, v2
8603 // W32: encoding: [0x0a,0x00,0x80,0xd4,0xff,0x05,0x02,0x00]
8604 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8606 v_cmp_f_i32_e64 s10, s1, v2
8607 // W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0x04,0x02,0x00]
8608 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8610 v_cmp_f_i32_e64 s10, s101, v2
8611 // W32: encoding: [0x0a,0x00,0x80,0xd4,0x65,0x04,0x02,0x00]
8612 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8614 v_cmp_f_i32_e64 s10, vcc_lo, v2
8615 // W32: encoding: [0x0a,0x00,0x80,0xd4,0x6a,0x04,0x02,0x00]
8616 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8618 v_cmp_f_i32_e64 s10, vcc_hi, v2
8619 // W32: encoding: [0x0a,0x00,0x80,0xd4,0x6b,0x04,0x02,0x00]
8620 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8622 v_cmp_f_i32_e64 s10, m0, v2
8623 // W32: encoding: [0x0a,0x00,0x80,0xd4,0x7c,0x04,0x02,0x00]
8624 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8626 v_cmp_f_i32_e64 s10, exec_lo, v2
8627 // W32: encoding: [0x0a,0x00,0x80,0xd4,0x7e,0x04,0x02,0x00]
8628 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8630 v_cmp_f_i32_e64 s10, exec_hi, v2
8631 // W32: encoding: [0x0a,0x00,0x80,0xd4,0x7f,0x04,0x02,0x00]
8632 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8634 v_cmp_f_i32_e64 s10, 0, v2
8635 // W32: encoding: [0x0a,0x00,0x80,0xd4,0x80,0x04,0x02,0x00]
8636 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8638 v_cmp_f_i32_e64 s10, -1, v2
8639 // W32: encoding: [0x0a,0x00,0x80,0xd4,0xc1,0x04,0x02,0x00]
8640 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8642 v_cmp_f_i32_e64 s10, 0.5, v2
8643 // W32: encoding: [0x0a,0x00,0x80,0xd4,0xf0,0x04,0x02,0x00]
8644 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8646 v_cmp_f_i32_e64 s10, -4.0, v2
8647 // W32: encoding: [0x0a,0x00,0x80,0xd4,0xf7,0x04,0x02,0x00]
8648 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8650 v_cmp_f_i32_e64 s10, v1, v255
8651 // W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xff,0x03,0x00]
8652 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8654 v_cmp_f_i32_e64 s10, v1, s2
8655 // W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0x05,0x00,0x00]
8656 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8658 v_cmp_f_i32_e64 s10, v1, s101
8659 // W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xcb,0x00,0x00]
8660 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8662 v_cmp_f_i32_e64 s10, v1, vcc_lo
8663 // W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xd5,0x00,0x00]
8664 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8666 v_cmp_f_i32_e64 s10, v1, vcc_hi
8667 // W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xd7,0x00,0x00]
8668 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8670 v_cmp_f_i32_e64 s10, v1, m0
8671 // W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xf9,0x00,0x00]
8672 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8674 v_cmp_f_i32_e64 s10, v1, exec_lo
8675 // W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xfd,0x00,0x00]
8676 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8678 v_cmp_f_i32_e64 s10, v1, exec_hi
8679 // W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xff,0x00,0x00]
8680 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8682 v_cmp_f_i32_e64 s10, v1, 0
8683 // W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0x01,0x01,0x00]
8684 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8686 v_cmp_f_i32_e64 s10, v1, -1
8687 // W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0x83,0x01,0x00]
8688 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8690 v_cmp_f_i32_e64 s10, v1, 0.5
8691 // W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xe1,0x01,0x00]
8692 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8694 v_cmp_f_i32_e64 s10, v1, -4.0
8695 // W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xef,0x01,0x00]
8696 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8698 v_cmp_lt_i32_e64 s10, v1, v2
8699 // W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
8700 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8702 v_cmp_lt_i32_e64 s12, v1, v2
8703 // W32: encoding: [0x0c,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
8704 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8706 v_cmp_lt_i32_e64 s100, v1, v2
8707 // W32: encoding: [0x64,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
8708 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8710 v_cmp_lt_i32_e64 vcc_lo, v1, v2
8711 // W32: encoding: [0x6a,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
8712 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8714 v_cmp_lt_i32_e64 s10, v255, v2
8715 // W32: encoding: [0x0a,0x00,0x81,0xd4,0xff,0x05,0x02,0x00]
8716 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8718 v_cmp_lt_i32_e64 s10, s1, v2
8719 // W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0x04,0x02,0x00]
8720 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8722 v_cmp_lt_i32_e64 s10, s101, v2
8723 // W32: encoding: [0x0a,0x00,0x81,0xd4,0x65,0x04,0x02,0x00]
8724 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8726 v_cmp_lt_i32_e64 s10, vcc_lo, v2
8727 // W32: encoding: [0x0a,0x00,0x81,0xd4,0x6a,0x04,0x02,0x00]
8728 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8730 v_cmp_lt_i32_e64 s10, vcc_hi, v2
8731 // W32: encoding: [0x0a,0x00,0x81,0xd4,0x6b,0x04,0x02,0x00]
8732 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8734 v_cmp_lt_i32_e64 s10, m0, v2
8735 // W32: encoding: [0x0a,0x00,0x81,0xd4,0x7c,0x04,0x02,0x00]
8736 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8738 v_cmp_lt_i32_e64 s10, exec_lo, v2
8739 // W32: encoding: [0x0a,0x00,0x81,0xd4,0x7e,0x04,0x02,0x00]
8740 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8742 v_cmp_lt_i32_e64 s10, exec_hi, v2
8743 // W32: encoding: [0x0a,0x00,0x81,0xd4,0x7f,0x04,0x02,0x00]
8744 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8746 v_cmp_lt_i32_e64 s10, 0, v2
8747 // W32: encoding: [0x0a,0x00,0x81,0xd4,0x80,0x04,0x02,0x00]
8748 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8750 v_cmp_lt_i32_e64 s10, -1, v2
8751 // W32: encoding: [0x0a,0x00,0x81,0xd4,0xc1,0x04,0x02,0x00]
8752 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8754 v_cmp_lt_i32_e64 s10, 0.5, v2
8755 // W32: encoding: [0x0a,0x00,0x81,0xd4,0xf0,0x04,0x02,0x00]
8756 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8758 v_cmp_lt_i32_e64 s10, -4.0, v2
8759 // W32: encoding: [0x0a,0x00,0x81,0xd4,0xf7,0x04,0x02,0x00]
8760 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8762 v_cmp_lt_i32_e64 s10, v1, v255
8763 // W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xff,0x03,0x00]
8764 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8766 v_cmp_lt_i32_e64 s10, v1, s2
8767 // W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0x05,0x00,0x00]
8768 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8770 v_cmp_lt_i32_e64 s10, v1, s101
8771 // W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xcb,0x00,0x00]
8772 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8774 v_cmp_lt_i32_e64 s10, v1, vcc_lo
8775 // W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xd5,0x00,0x00]
8776 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8778 v_cmp_lt_i32_e64 s10, v1, vcc_hi
8779 // W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xd7,0x00,0x00]
8780 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8782 v_cmp_lt_i32_e64 s10, v1, m0
8783 // W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xf9,0x00,0x00]
8784 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8786 v_cmp_lt_i32_e64 s10, v1, exec_lo
8787 // W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xfd,0x00,0x00]
8788 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8790 v_cmp_lt_i32_e64 s10, v1, exec_hi
8791 // W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xff,0x00,0x00]
8792 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8794 v_cmp_lt_i32_e64 s10, v1, 0
8795 // W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0x01,0x01,0x00]
8796 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8798 v_cmp_lt_i32_e64 s10, v1, -1
8799 // W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0x83,0x01,0x00]
8800 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8802 v_cmp_lt_i32_e64 s10, v1, 0.5
8803 // W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xe1,0x01,0x00]
8804 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8806 v_cmp_lt_i32_e64 s10, v1, -4.0
8807 // W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xef,0x01,0x00]
8808 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8810 v_cmp_eq_i32_e64 s10, v1, v2
8811 // W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
8812 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8814 v_cmp_eq_i32_e64 s12, v1, v2
8815 // W32: encoding: [0x0c,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
8816 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8818 v_cmp_eq_i32_e64 s100, v1, v2
8819 // W32: encoding: [0x64,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
8820 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8822 v_cmp_eq_i32_e64 vcc_lo, v1, v2
8823 // W32: encoding: [0x6a,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
8824 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8826 v_cmp_eq_i32_e64 s10, v255, v2
8827 // W32: encoding: [0x0a,0x00,0x82,0xd4,0xff,0x05,0x02,0x00]
8828 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8830 v_cmp_eq_i32_e64 s10, s1, v2
8831 // W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0x04,0x02,0x00]
8832 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8834 v_cmp_eq_i32_e64 s10, s101, v2
8835 // W32: encoding: [0x0a,0x00,0x82,0xd4,0x65,0x04,0x02,0x00]
8836 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8838 v_cmp_eq_i32_e64 s10, vcc_lo, v2
8839 // W32: encoding: [0x0a,0x00,0x82,0xd4,0x6a,0x04,0x02,0x00]
8840 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8842 v_cmp_eq_i32_e64 s10, vcc_hi, v2
8843 // W32: encoding: [0x0a,0x00,0x82,0xd4,0x6b,0x04,0x02,0x00]
8844 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8846 v_cmp_eq_i32_e64 s10, m0, v2
8847 // W32: encoding: [0x0a,0x00,0x82,0xd4,0x7c,0x04,0x02,0x00]
8848 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8850 v_cmp_eq_i32_e64 s10, exec_lo, v2
8851 // W32: encoding: [0x0a,0x00,0x82,0xd4,0x7e,0x04,0x02,0x00]
8852 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8854 v_cmp_eq_i32_e64 s10, exec_hi, v2
8855 // W32: encoding: [0x0a,0x00,0x82,0xd4,0x7f,0x04,0x02,0x00]
8856 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8858 v_cmp_eq_i32_e64 s10, 0, v2
8859 // W32: encoding: [0x0a,0x00,0x82,0xd4,0x80,0x04,0x02,0x00]
8860 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8862 v_cmp_eq_i32_e64 s10, -1, v2
8863 // W32: encoding: [0x0a,0x00,0x82,0xd4,0xc1,0x04,0x02,0x00]
8864 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8866 v_cmp_eq_i32_e64 s10, 0.5, v2
8867 // W32: encoding: [0x0a,0x00,0x82,0xd4,0xf0,0x04,0x02,0x00]
8868 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8870 v_cmp_eq_i32_e64 s10, -4.0, v2
8871 // W32: encoding: [0x0a,0x00,0x82,0xd4,0xf7,0x04,0x02,0x00]
8872 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8874 v_cmp_eq_i32_e64 s10, v1, v255
8875 // W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xff,0x03,0x00]
8876 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8878 v_cmp_eq_i32_e64 s10, v1, s2
8879 // W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0x05,0x00,0x00]
8880 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8882 v_cmp_eq_i32_e64 s10, v1, s101
8883 // W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xcb,0x00,0x00]
8884 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8886 v_cmp_eq_i32_e64 s10, v1, vcc_lo
8887 // W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xd5,0x00,0x00]
8888 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8890 v_cmp_eq_i32_e64 s10, v1, vcc_hi
8891 // W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xd7,0x00,0x00]
8892 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8894 v_cmp_eq_i32_e64 s10, v1, m0
8895 // W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xf9,0x00,0x00]
8896 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8898 v_cmp_eq_i32_e64 s10, v1, exec_lo
8899 // W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xfd,0x00,0x00]
8900 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8902 v_cmp_eq_i32_e64 s10, v1, exec_hi
8903 // W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xff,0x00,0x00]
8904 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8906 v_cmp_eq_i32_e64 s10, v1, 0
8907 // W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0x01,0x01,0x00]
8908 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8910 v_cmp_eq_i32_e64 s10, v1, -1
8911 // W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0x83,0x01,0x00]
8912 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8914 v_cmp_eq_i32_e64 s10, v1, 0.5
8915 // W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xe1,0x01,0x00]
8916 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8918 v_cmp_eq_i32_e64 s10, v1, -4.0
8919 // W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xef,0x01,0x00]
8920 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8922 v_cmp_le_i32_e64 s10, v1, v2
8923 // W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
8924 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8926 v_cmp_le_i32_e64 s12, v1, v2
8927 // W32: encoding: [0x0c,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
8928 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8930 v_cmp_le_i32_e64 s100, v1, v2
8931 // W32: encoding: [0x64,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
8932 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8934 v_cmp_le_i32_e64 vcc_lo, v1, v2
8935 // W32: encoding: [0x6a,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
8936 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8938 v_cmp_le_i32_e64 s10, v255, v2
8939 // W32: encoding: [0x0a,0x00,0x83,0xd4,0xff,0x05,0x02,0x00]
8940 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8942 v_cmp_le_i32_e64 s10, s1, v2
8943 // W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0x04,0x02,0x00]
8944 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8946 v_cmp_le_i32_e64 s10, s101, v2
8947 // W32: encoding: [0x0a,0x00,0x83,0xd4,0x65,0x04,0x02,0x00]
8948 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8950 v_cmp_le_i32_e64 s10, vcc_lo, v2
8951 // W32: encoding: [0x0a,0x00,0x83,0xd4,0x6a,0x04,0x02,0x00]
8952 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8954 v_cmp_le_i32_e64 s10, vcc_hi, v2
8955 // W32: encoding: [0x0a,0x00,0x83,0xd4,0x6b,0x04,0x02,0x00]
8956 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8958 v_cmp_le_i32_e64 s10, m0, v2
8959 // W32: encoding: [0x0a,0x00,0x83,0xd4,0x7c,0x04,0x02,0x00]
8960 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8962 v_cmp_le_i32_e64 s10, exec_lo, v2
8963 // W32: encoding: [0x0a,0x00,0x83,0xd4,0x7e,0x04,0x02,0x00]
8964 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8966 v_cmp_le_i32_e64 s10, exec_hi, v2
8967 // W32: encoding: [0x0a,0x00,0x83,0xd4,0x7f,0x04,0x02,0x00]
8968 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8970 v_cmp_le_i32_e64 s10, 0, v2
8971 // W32: encoding: [0x0a,0x00,0x83,0xd4,0x80,0x04,0x02,0x00]
8972 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8974 v_cmp_le_i32_e64 s10, -1, v2
8975 // W32: encoding: [0x0a,0x00,0x83,0xd4,0xc1,0x04,0x02,0x00]
8976 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8978 v_cmp_le_i32_e64 s10, 0.5, v2
8979 // W32: encoding: [0x0a,0x00,0x83,0xd4,0xf0,0x04,0x02,0x00]
8980 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8982 v_cmp_le_i32_e64 s10, -4.0, v2
8983 // W32: encoding: [0x0a,0x00,0x83,0xd4,0xf7,0x04,0x02,0x00]
8984 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8986 v_cmp_le_i32_e64 s10, v1, v255
8987 // W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xff,0x03,0x00]
8988 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8990 v_cmp_le_i32_e64 s10, v1, s2
8991 // W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0x05,0x00,0x00]
8992 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8994 v_cmp_le_i32_e64 s10, v1, s101
8995 // W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xcb,0x00,0x00]
8996 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
8998 v_cmp_le_i32_e64 s10, v1, vcc_lo
8999 // W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xd5,0x00,0x00]
9000 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9002 v_cmp_le_i32_e64 s10, v1, vcc_hi
9003 // W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xd7,0x00,0x00]
9004 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9006 v_cmp_le_i32_e64 s10, v1, m0
9007 // W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xf9,0x00,0x00]
9008 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9010 v_cmp_le_i32_e64 s10, v1, exec_lo
9011 // W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xfd,0x00,0x00]
9012 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9014 v_cmp_le_i32_e64 s10, v1, exec_hi
9015 // W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xff,0x00,0x00]
9016 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9018 v_cmp_le_i32_e64 s10, v1, 0
9019 // W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0x01,0x01,0x00]
9020 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9022 v_cmp_le_i32_e64 s10, v1, -1
9023 // W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0x83,0x01,0x00]
9024 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9026 v_cmp_le_i32_e64 s10, v1, 0.5
9027 // W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xe1,0x01,0x00]
9028 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9030 v_cmp_le_i32_e64 s10, v1, -4.0
9031 // W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xef,0x01,0x00]
9032 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9034 v_cmp_gt_i32_e64 s10, v1, v2
9035 // W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
9036 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9038 v_cmp_gt_i32_e64 s12, v1, v2
9039 // W32: encoding: [0x0c,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
9040 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9042 v_cmp_gt_i32_e64 s100, v1, v2
9043 // W32: encoding: [0x64,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
9044 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9046 v_cmp_gt_i32_e64 vcc_lo, v1, v2
9047 // W32: encoding: [0x6a,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
9048 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9050 v_cmp_gt_i32_e64 s10, v255, v2
9051 // W32: encoding: [0x0a,0x00,0x84,0xd4,0xff,0x05,0x02,0x00]
9052 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9054 v_cmp_gt_i32_e64 s10, s1, v2
9055 // W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0x04,0x02,0x00]
9056 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9058 v_cmp_gt_i32_e64 s10, s101, v2
9059 // W32: encoding: [0x0a,0x00,0x84,0xd4,0x65,0x04,0x02,0x00]
9060 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9062 v_cmp_gt_i32_e64 s10, vcc_lo, v2
9063 // W32: encoding: [0x0a,0x00,0x84,0xd4,0x6a,0x04,0x02,0x00]
9064 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9066 v_cmp_gt_i32_e64 s10, vcc_hi, v2
9067 // W32: encoding: [0x0a,0x00,0x84,0xd4,0x6b,0x04,0x02,0x00]
9068 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9070 v_cmp_gt_i32_e64 s10, m0, v2
9071 // W32: encoding: [0x0a,0x00,0x84,0xd4,0x7c,0x04,0x02,0x00]
9072 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9074 v_cmp_gt_i32_e64 s10, exec_lo, v2
9075 // W32: encoding: [0x0a,0x00,0x84,0xd4,0x7e,0x04,0x02,0x00]
9076 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9078 v_cmp_gt_i32_e64 s10, exec_hi, v2
9079 // W32: encoding: [0x0a,0x00,0x84,0xd4,0x7f,0x04,0x02,0x00]
9080 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9082 v_cmp_gt_i32_e64 s10, 0, v2
9083 // W32: encoding: [0x0a,0x00,0x84,0xd4,0x80,0x04,0x02,0x00]
9084 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9086 v_cmp_gt_i32_e64 s10, -1, v2
9087 // W32: encoding: [0x0a,0x00,0x84,0xd4,0xc1,0x04,0x02,0x00]
9088 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9090 v_cmp_gt_i32_e64 s10, 0.5, v2
9091 // W32: encoding: [0x0a,0x00,0x84,0xd4,0xf0,0x04,0x02,0x00]
9092 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9094 v_cmp_gt_i32_e64 s10, -4.0, v2
9095 // W32: encoding: [0x0a,0x00,0x84,0xd4,0xf7,0x04,0x02,0x00]
9096 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9098 v_cmp_gt_i32_e64 s10, v1, v255
9099 // W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xff,0x03,0x00]
9100 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9102 v_cmp_gt_i32_e64 s10, v1, s2
9103 // W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0x05,0x00,0x00]
9104 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9106 v_cmp_gt_i32_e64 s10, v1, s101
9107 // W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xcb,0x00,0x00]
9108 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9110 v_cmp_gt_i32_e64 s10, v1, vcc_lo
9111 // W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xd5,0x00,0x00]
9112 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9114 v_cmp_gt_i32_e64 s10, v1, vcc_hi
9115 // W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xd7,0x00,0x00]
9116 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9118 v_cmp_gt_i32_e64 s10, v1, m0
9119 // W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xf9,0x00,0x00]
9120 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9122 v_cmp_gt_i32_e64 s10, v1, exec_lo
9123 // W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xfd,0x00,0x00]
9124 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9126 v_cmp_gt_i32_e64 s10, v1, exec_hi
9127 // W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xff,0x00,0x00]
9128 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9130 v_cmp_gt_i32_e64 s10, v1, 0
9131 // W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0x01,0x01,0x00]
9132 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9134 v_cmp_gt_i32_e64 s10, v1, -1
9135 // W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0x83,0x01,0x00]
9136 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9138 v_cmp_gt_i32_e64 s10, v1, 0.5
9139 // W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xe1,0x01,0x00]
9140 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9142 v_cmp_gt_i32_e64 s10, v1, -4.0
9143 // W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xef,0x01,0x00]
9144 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9146 v_cmp_ne_i32_e64 s10, v1, v2
9147 // W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
9148 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9150 v_cmp_ne_i32_e64 s12, v1, v2
9151 // W32: encoding: [0x0c,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
9152 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9154 v_cmp_ne_i32_e64 s100, v1, v2
9155 // W32: encoding: [0x64,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
9156 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9158 v_cmp_ne_i32_e64 vcc_lo, v1, v2
9159 // W32: encoding: [0x6a,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
9160 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9162 v_cmp_ne_i32_e64 s10, v255, v2
9163 // W32: encoding: [0x0a,0x00,0x85,0xd4,0xff,0x05,0x02,0x00]
9164 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9166 v_cmp_ne_i32_e64 s10, s1, v2
9167 // W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0x04,0x02,0x00]
9168 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9170 v_cmp_ne_i32_e64 s10, s101, v2
9171 // W32: encoding: [0x0a,0x00,0x85,0xd4,0x65,0x04,0x02,0x00]
9172 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9174 v_cmp_ne_i32_e64 s10, vcc_lo, v2
9175 // W32: encoding: [0x0a,0x00,0x85,0xd4,0x6a,0x04,0x02,0x00]
9176 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9178 v_cmp_ne_i32_e64 s10, vcc_hi, v2
9179 // W32: encoding: [0x0a,0x00,0x85,0xd4,0x6b,0x04,0x02,0x00]
9180 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9182 v_cmp_ne_i32_e64 s10, m0, v2
9183 // W32: encoding: [0x0a,0x00,0x85,0xd4,0x7c,0x04,0x02,0x00]
9184 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9186 v_cmp_ne_i32_e64 s10, exec_lo, v2
9187 // W32: encoding: [0x0a,0x00,0x85,0xd4,0x7e,0x04,0x02,0x00]
9188 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9190 v_cmp_ne_i32_e64 s10, exec_hi, v2
9191 // W32: encoding: [0x0a,0x00,0x85,0xd4,0x7f,0x04,0x02,0x00]
9192 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9194 v_cmp_ne_i32_e64 s10, 0, v2
9195 // W32: encoding: [0x0a,0x00,0x85,0xd4,0x80,0x04,0x02,0x00]
9196 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9198 v_cmp_ne_i32_e64 s10, -1, v2
9199 // W32: encoding: [0x0a,0x00,0x85,0xd4,0xc1,0x04,0x02,0x00]
9200 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9202 v_cmp_ne_i32_e64 s10, 0.5, v2
9203 // W32: encoding: [0x0a,0x00,0x85,0xd4,0xf0,0x04,0x02,0x00]
9204 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9206 v_cmp_ne_i32_e64 s10, -4.0, v2
9207 // W32: encoding: [0x0a,0x00,0x85,0xd4,0xf7,0x04,0x02,0x00]
9208 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9210 v_cmp_ne_i32_e64 s10, v1, v255
9211 // W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xff,0x03,0x00]
9212 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9214 v_cmp_ne_i32_e64 s10, v1, s2
9215 // W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0x05,0x00,0x00]
9216 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9218 v_cmp_ne_i32_e64 s10, v1, s101
9219 // W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xcb,0x00,0x00]
9220 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9222 v_cmp_ne_i32_e64 s10, v1, vcc_lo
9223 // W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xd5,0x00,0x00]
9224 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9226 v_cmp_ne_i32_e64 s10, v1, vcc_hi
9227 // W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xd7,0x00,0x00]
9228 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9230 v_cmp_ne_i32_e64 s10, v1, m0
9231 // W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xf9,0x00,0x00]
9232 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9234 v_cmp_ne_i32_e64 s10, v1, exec_lo
9235 // W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xfd,0x00,0x00]
9236 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9238 v_cmp_ne_i32_e64 s10, v1, exec_hi
9239 // W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xff,0x00,0x00]
9240 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9242 v_cmp_ne_i32_e64 s10, v1, 0
9243 // W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0x01,0x01,0x00]
9244 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9246 v_cmp_ne_i32_e64 s10, v1, -1
9247 // W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0x83,0x01,0x00]
9248 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9250 v_cmp_ne_i32_e64 s10, v1, 0.5
9251 // W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xe1,0x01,0x00]
9252 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9254 v_cmp_ne_i32_e64 s10, v1, -4.0
9255 // W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xef,0x01,0x00]
9256 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9258 v_cmp_ge_i32_e64 s10, v1, v2
9259 // W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
9260 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9262 v_cmp_ge_i32_e64 s12, v1, v2
9263 // W32: encoding: [0x0c,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
9264 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9266 v_cmp_ge_i32_e64 s100, v1, v2
9267 // W32: encoding: [0x64,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
9268 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9270 v_cmp_ge_i32_e64 vcc_lo, v1, v2
9271 // W32: encoding: [0x6a,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
9272 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9274 v_cmp_ge_i32_e64 s10, v255, v2
9275 // W32: encoding: [0x0a,0x00,0x86,0xd4,0xff,0x05,0x02,0x00]
9276 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9278 v_cmp_ge_i32_e64 s10, s1, v2
9279 // W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0x04,0x02,0x00]
9280 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9282 v_cmp_ge_i32_e64 s10, s101, v2
9283 // W32: encoding: [0x0a,0x00,0x86,0xd4,0x65,0x04,0x02,0x00]
9284 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9286 v_cmp_ge_i32_e64 s10, vcc_lo, v2
9287 // W32: encoding: [0x0a,0x00,0x86,0xd4,0x6a,0x04,0x02,0x00]
9288 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9290 v_cmp_ge_i32_e64 s10, vcc_hi, v2
9291 // W32: encoding: [0x0a,0x00,0x86,0xd4,0x6b,0x04,0x02,0x00]
9292 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9294 v_cmp_ge_i32_e64 s10, m0, v2
9295 // W32: encoding: [0x0a,0x00,0x86,0xd4,0x7c,0x04,0x02,0x00]
9296 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9298 v_cmp_ge_i32_e64 s10, exec_lo, v2
9299 // W32: encoding: [0x0a,0x00,0x86,0xd4,0x7e,0x04,0x02,0x00]
9300 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9302 v_cmp_ge_i32_e64 s10, exec_hi, v2
9303 // W32: encoding: [0x0a,0x00,0x86,0xd4,0x7f,0x04,0x02,0x00]
9304 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9306 v_cmp_ge_i32_e64 s10, 0, v2
9307 // W32: encoding: [0x0a,0x00,0x86,0xd4,0x80,0x04,0x02,0x00]
9308 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9310 v_cmp_ge_i32_e64 s10, -1, v2
9311 // W32: encoding: [0x0a,0x00,0x86,0xd4,0xc1,0x04,0x02,0x00]
9312 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9314 v_cmp_ge_i32_e64 s10, 0.5, v2
9315 // W32: encoding: [0x0a,0x00,0x86,0xd4,0xf0,0x04,0x02,0x00]
9316 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9318 v_cmp_ge_i32_e64 s10, -4.0, v2
9319 // W32: encoding: [0x0a,0x00,0x86,0xd4,0xf7,0x04,0x02,0x00]
9320 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9322 v_cmp_ge_i32_e64 s10, v1, v255
9323 // W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xff,0x03,0x00]
9324 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9326 v_cmp_ge_i32_e64 s10, v1, s2
9327 // W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0x05,0x00,0x00]
9328 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9330 v_cmp_ge_i32_e64 s10, v1, s101
9331 // W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xcb,0x00,0x00]
9332 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9334 v_cmp_ge_i32_e64 s10, v1, vcc_lo
9335 // W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xd5,0x00,0x00]
9336 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9338 v_cmp_ge_i32_e64 s10, v1, vcc_hi
9339 // W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xd7,0x00,0x00]
9340 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9342 v_cmp_ge_i32_e64 s10, v1, m0
9343 // W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xf9,0x00,0x00]
9344 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9346 v_cmp_ge_i32_e64 s10, v1, exec_lo
9347 // W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xfd,0x00,0x00]
9348 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9350 v_cmp_ge_i32_e64 s10, v1, exec_hi
9351 // W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xff,0x00,0x00]
9352 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9354 v_cmp_ge_i32_e64 s10, v1, 0
9355 // W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0x01,0x01,0x00]
9356 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9358 v_cmp_ge_i32_e64 s10, v1, -1
9359 // W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0x83,0x01,0x00]
9360 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9362 v_cmp_ge_i32_e64 s10, v1, 0.5
9363 // W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xe1,0x01,0x00]
9364 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9366 v_cmp_ge_i32_e64 s10, v1, -4.0
9367 // W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xef,0x01,0x00]
9368 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9370 v_cmp_t_i32_e64 s10, v1, v2
9371 // W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
9372 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9374 v_cmp_t_i32_e64 s12, v1, v2
9375 // W32: encoding: [0x0c,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
9376 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9378 v_cmp_t_i32_e64 s100, v1, v2
9379 // W32: encoding: [0x64,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
9380 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9382 v_cmp_t_i32_e64 vcc_lo, v1, v2
9383 // W32: encoding: [0x6a,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
9384 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9386 v_cmp_t_i32_e64 s10, v255, v2
9387 // W32: encoding: [0x0a,0x00,0x87,0xd4,0xff,0x05,0x02,0x00]
9388 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9390 v_cmp_t_i32_e64 s10, s1, v2
9391 // W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0x04,0x02,0x00]
9392 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9394 v_cmp_t_i32_e64 s10, s101, v2
9395 // W32: encoding: [0x0a,0x00,0x87,0xd4,0x65,0x04,0x02,0x00]
9396 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9398 v_cmp_t_i32_e64 s10, vcc_lo, v2
9399 // W32: encoding: [0x0a,0x00,0x87,0xd4,0x6a,0x04,0x02,0x00]
9400 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9402 v_cmp_t_i32_e64 s10, vcc_hi, v2
9403 // W32: encoding: [0x0a,0x00,0x87,0xd4,0x6b,0x04,0x02,0x00]
9404 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9406 v_cmp_t_i32_e64 s10, m0, v2
9407 // W32: encoding: [0x0a,0x00,0x87,0xd4,0x7c,0x04,0x02,0x00]
9408 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9410 v_cmp_t_i32_e64 s10, exec_lo, v2
9411 // W32: encoding: [0x0a,0x00,0x87,0xd4,0x7e,0x04,0x02,0x00]
9412 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9414 v_cmp_t_i32_e64 s10, exec_hi, v2
9415 // W32: encoding: [0x0a,0x00,0x87,0xd4,0x7f,0x04,0x02,0x00]
9416 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9418 v_cmp_t_i32_e64 s10, 0, v2
9419 // W32: encoding: [0x0a,0x00,0x87,0xd4,0x80,0x04,0x02,0x00]
9420 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9422 v_cmp_t_i32_e64 s10, -1, v2
9423 // W32: encoding: [0x0a,0x00,0x87,0xd4,0xc1,0x04,0x02,0x00]
9424 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9426 v_cmp_t_i32_e64 s10, 0.5, v2
9427 // W32: encoding: [0x0a,0x00,0x87,0xd4,0xf0,0x04,0x02,0x00]
9428 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9430 v_cmp_t_i32_e64 s10, -4.0, v2
9431 // W32: encoding: [0x0a,0x00,0x87,0xd4,0xf7,0x04,0x02,0x00]
9432 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9434 v_cmp_t_i32_e64 s10, v1, v255
9435 // W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xff,0x03,0x00]
9436 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9438 v_cmp_t_i32_e64 s10, v1, s2
9439 // W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0x05,0x00,0x00]
9440 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9442 v_cmp_t_i32_e64 s10, v1, s101
9443 // W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xcb,0x00,0x00]
9444 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9446 v_cmp_t_i32_e64 s10, v1, vcc_lo
9447 // W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xd5,0x00,0x00]
9448 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9450 v_cmp_t_i32_e64 s10, v1, vcc_hi
9451 // W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xd7,0x00,0x00]
9452 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9454 v_cmp_t_i32_e64 s10, v1, m0
9455 // W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xf9,0x00,0x00]
9456 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9458 v_cmp_t_i32_e64 s10, v1, exec_lo
9459 // W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xfd,0x00,0x00]
9460 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9462 v_cmp_t_i32_e64 s10, v1, exec_hi
9463 // W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xff,0x00,0x00]
9464 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9466 v_cmp_t_i32_e64 s10, v1, 0
9467 // W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0x01,0x01,0x00]
9468 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9470 v_cmp_t_i32_e64 s10, v1, -1
9471 // W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0x83,0x01,0x00]
9472 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9474 v_cmp_t_i32_e64 s10, v1, 0.5
9475 // W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xe1,0x01,0x00]
9476 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9478 v_cmp_t_i32_e64 s10, v1, -4.0
9479 // W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xef,0x01,0x00]
9480 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9482 v_cmp_class_f32_e64 s[10:11], v1, v2
9483 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
9484 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9486 v_cmp_class_f32_e64 s[12:13], v1, v2
9487 // W64: encoding: [0x0c,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
9488 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9490 v_cmp_class_f32_e64 s[100:101], v1, v2
9491 // W64: encoding: [0x64,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
9492 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9494 v_cmp_class_f32_e64 vcc, v1, v2
9495 // W64: encoding: [0x6a,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
9496 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9498 v_cmp_class_f32_e64 s[10:11], v255, v2
9499 // W64: encoding: [0x0a,0x00,0x88,0xd4,0xff,0x05,0x02,0x00]
9500 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9502 v_cmp_class_f32_e64 s[10:11], s1, v2
9503 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x04,0x02,0x00]
9504 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9506 v_cmp_class_f32_e64 s[10:11], s101, v2
9507 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x65,0x04,0x02,0x00]
9508 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9510 v_cmp_class_f32_e64 s[10:11], vcc_lo, v2
9511 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x6a,0x04,0x02,0x00]
9512 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9514 v_cmp_class_f32_e64 s[10:11], vcc_hi, v2
9515 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x6b,0x04,0x02,0x00]
9516 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9518 v_cmp_class_f32_e64 s[10:11], m0, v2
9519 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x7c,0x04,0x02,0x00]
9520 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9522 v_cmp_class_f32_e64 s[10:11], exec_lo, v2
9523 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x7e,0x04,0x02,0x00]
9524 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9526 v_cmp_class_f32_e64 s[10:11], exec_hi, v2
9527 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x7f,0x04,0x02,0x00]
9528 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9530 v_cmp_class_f32_e64 s[10:11], 0, v2
9531 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x80,0x04,0x02,0x00]
9532 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9534 v_cmp_class_f32_e64 s[10:11], -1, v2
9535 // W64: encoding: [0x0a,0x00,0x88,0xd4,0xc1,0x04,0x02,0x00]
9536 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9538 v_cmp_class_f32_e64 s[10:11], 0.5, v2
9539 // W64: encoding: [0x0a,0x00,0x88,0xd4,0xf0,0x04,0x02,0x00]
9540 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9542 v_cmp_class_f32_e64 s[10:11], -4.0, v2
9543 // W64: encoding: [0x0a,0x00,0x88,0xd4,0xf7,0x04,0x02,0x00]
9544 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9546 v_cmp_class_f32_e64 s[10:11], v1, v255
9547 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xff,0x03,0x00]
9548 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9550 v_cmp_class_f32_e64 s[10:11], v1, s2
9551 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x00,0x00]
9552 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9554 v_cmp_class_f32_e64 s[10:11], v1, s101
9555 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xcb,0x00,0x00]
9556 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9558 v_cmp_class_f32_e64 s[10:11], v1, vcc_lo
9559 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xd5,0x00,0x00]
9560 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9562 v_cmp_class_f32_e64 s[10:11], v1, vcc_hi
9563 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xd7,0x00,0x00]
9564 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9566 v_cmp_class_f32_e64 s[10:11], v1, m0
9567 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xf9,0x00,0x00]
9568 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9570 v_cmp_class_f32_e64 s[10:11], v1, exec_lo
9571 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xfd,0x00,0x00]
9572 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9574 v_cmp_class_f32_e64 s[10:11], v1, exec_hi
9575 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xff,0x00,0x00]
9576 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9578 v_cmp_class_f32_e64 s[10:11], v1, 0
9579 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x01,0x01,0x00]
9580 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9582 v_cmp_class_f32_e64 s[10:11], v1, -1
9583 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x83,0x01,0x00]
9584 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9586 v_cmp_class_f32_e64 s[10:11], v1, 0.5
9587 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xe1,0x01,0x00]
9588 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9590 v_cmp_class_f32_e64 s[10:11], v1, -4.0
9591 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xef,0x01,0x00]
9592 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9594 v_cmp_class_f32_e64 s[10:11], -v1, v2
9595 // W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x02,0x20]
9596 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9598 v_cmp_class_f32_e64 s10, v1, v2
9599 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
9600 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9602 v_cmp_class_f32_e64 s12, v1, v2
9603 // W32: encoding: [0x0c,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
9604 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9606 v_cmp_class_f32_e64 s100, v1, v2
9607 // W32: encoding: [0x64,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
9608 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9610 v_cmp_class_f32_e64 vcc_lo, v1, v2
9611 // W32: encoding: [0x6a,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
9612 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9614 v_cmp_class_f32_e64 s10, v255, v2
9615 // W32: encoding: [0x0a,0x00,0x88,0xd4,0xff,0x05,0x02,0x00]
9616 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9618 v_cmp_class_f32_e64 s10, s1, v2
9619 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x04,0x02,0x00]
9620 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9622 v_cmp_class_f32_e64 s10, s101, v2
9623 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x65,0x04,0x02,0x00]
9624 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9626 v_cmp_class_f32_e64 s10, vcc_lo, v2
9627 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x6a,0x04,0x02,0x00]
9628 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9630 v_cmp_class_f32_e64 s10, vcc_hi, v2
9631 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x6b,0x04,0x02,0x00]
9632 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9634 v_cmp_class_f32_e64 s10, m0, v2
9635 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x7c,0x04,0x02,0x00]
9636 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9638 v_cmp_class_f32_e64 s10, exec_lo, v2
9639 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x7e,0x04,0x02,0x00]
9640 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9642 v_cmp_class_f32_e64 s10, exec_hi, v2
9643 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x7f,0x04,0x02,0x00]
9644 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9646 v_cmp_class_f32_e64 s10, 0, v2
9647 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x80,0x04,0x02,0x00]
9648 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9650 v_cmp_class_f32_e64 s10, -1, v2
9651 // W32: encoding: [0x0a,0x00,0x88,0xd4,0xc1,0x04,0x02,0x00]
9652 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9654 v_cmp_class_f32_e64 s10, 0.5, v2
9655 // W32: encoding: [0x0a,0x00,0x88,0xd4,0xf0,0x04,0x02,0x00]
9656 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9658 v_cmp_class_f32_e64 s10, -4.0, v2
9659 // W32: encoding: [0x0a,0x00,0x88,0xd4,0xf7,0x04,0x02,0x00]
9660 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9662 v_cmp_class_f32_e64 s10, v1, v255
9663 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xff,0x03,0x00]
9664 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9666 v_cmp_class_f32_e64 s10, v1, s2
9667 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x00,0x00]
9668 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9670 v_cmp_class_f32_e64 s10, v1, s101
9671 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xcb,0x00,0x00]
9672 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9674 v_cmp_class_f32_e64 s10, v1, vcc_lo
9675 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xd5,0x00,0x00]
9676 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9678 v_cmp_class_f32_e64 s10, v1, vcc_hi
9679 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xd7,0x00,0x00]
9680 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9682 v_cmp_class_f32_e64 s10, v1, m0
9683 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xf9,0x00,0x00]
9684 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9686 v_cmp_class_f32_e64 s10, v1, exec_lo
9687 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xfd,0x00,0x00]
9688 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9690 v_cmp_class_f32_e64 s10, v1, exec_hi
9691 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xff,0x00,0x00]
9692 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9694 v_cmp_class_f32_e64 s10, v1, 0
9695 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x01,0x01,0x00]
9696 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9698 v_cmp_class_f32_e64 s10, v1, -1
9699 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x83,0x01,0x00]
9700 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9702 v_cmp_class_f32_e64 s10, v1, 0.5
9703 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xe1,0x01,0x00]
9704 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9706 v_cmp_class_f32_e64 s10, v1, -4.0
9707 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xef,0x01,0x00]
9708 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9710 v_cmp_class_f32_e64 s10, -v1, v2
9711 // W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x02,0x20]
9712 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9714 v_cmp_lt_i16_e64 s[10:11], v1, v2
9715 // W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
9716 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9718 v_cmp_lt_i16_e64 s[12:13], v1, v2
9719 // W64: encoding: [0x0c,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
9720 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9722 v_cmp_lt_i16_e64 s[100:101], v1, v2
9723 // W64: encoding: [0x64,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
9724 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9726 v_cmp_lt_i16_e64 vcc, v1, v2
9727 // W64: encoding: [0x6a,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
9728 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9730 v_cmp_lt_i16_e64 s[10:11], v255, v2
9731 // W64: encoding: [0x0a,0x00,0x89,0xd4,0xff,0x05,0x02,0x00]
9732 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9734 v_cmp_lt_i16_e64 s[10:11], s1, v2
9735 // W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0x04,0x02,0x00]
9736 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9738 v_cmp_lt_i16_e64 s[10:11], s101, v2
9739 // W64: encoding: [0x0a,0x00,0x89,0xd4,0x65,0x04,0x02,0x00]
9740 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9742 v_cmp_lt_i16_e64 s[10:11], vcc_lo, v2
9743 // W64: encoding: [0x0a,0x00,0x89,0xd4,0x6a,0x04,0x02,0x00]
9744 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9746 v_cmp_lt_i16_e64 s[10:11], vcc_hi, v2
9747 // W64: encoding: [0x0a,0x00,0x89,0xd4,0x6b,0x04,0x02,0x00]
9748 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9750 v_cmp_lt_i16_e64 s[10:11], m0, v2
9751 // W64: encoding: [0x0a,0x00,0x89,0xd4,0x7c,0x04,0x02,0x00]
9752 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9754 v_cmp_lt_i16_e64 s[10:11], exec_lo, v2
9755 // W64: encoding: [0x0a,0x00,0x89,0xd4,0x7e,0x04,0x02,0x00]
9756 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9758 v_cmp_lt_i16_e64 s[10:11], exec_hi, v2
9759 // W64: encoding: [0x0a,0x00,0x89,0xd4,0x7f,0x04,0x02,0x00]
9760 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9762 v_cmp_lt_i16_e64 s[10:11], 0, v2
9763 // W64: encoding: [0x0a,0x00,0x89,0xd4,0x80,0x04,0x02,0x00]
9764 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9766 v_cmp_lt_i16_e64 s[10:11], -1, v2
9767 // W64: encoding: [0x0a,0x00,0x89,0xd4,0xc1,0x04,0x02,0x00]
9768 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9770 v_cmp_lt_i16_e64 s[10:11], 0.5, v2
9771 // W64: encoding: [0x0a,0x00,0x89,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
9772 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9774 v_cmp_lt_i16_e64 s[10:11], -4.0, v2
9775 // W64: encoding: [0x0a,0x00,0x89,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
9776 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9778 v_cmp_lt_i16_e64 s[10:11], v1, v255
9779 // W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x03,0x00]
9780 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9782 v_cmp_lt_i16_e64 s[10:11], v1, s2
9783 // W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0x05,0x00,0x00]
9784 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9786 v_cmp_lt_i16_e64 s[10:11], v1, s101
9787 // W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xcb,0x00,0x00]
9788 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9790 v_cmp_lt_i16_e64 s[10:11], v1, vcc_lo
9791 // W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xd5,0x00,0x00]
9792 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9794 v_cmp_lt_i16_e64 s[10:11], v1, vcc_hi
9795 // W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xd7,0x00,0x00]
9796 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9798 v_cmp_lt_i16_e64 s[10:11], v1, m0
9799 // W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xf9,0x00,0x00]
9800 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9802 v_cmp_lt_i16_e64 s[10:11], v1, exec_lo
9803 // W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xfd,0x00,0x00]
9804 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9806 v_cmp_lt_i16_e64 s[10:11], v1, exec_hi
9807 // W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x00,0x00]
9808 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9810 v_cmp_lt_i16_e64 s[10:11], v1, 0
9811 // W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0x01,0x01,0x00]
9812 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9814 v_cmp_lt_i16_e64 s[10:11], v1, -1
9815 // W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0x83,0x01,0x00]
9816 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9818 v_cmp_lt_i16_e64 s[10:11], v1, 0.5
9819 // W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
9820 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9822 v_cmp_lt_i16_e64 s[10:11], v1, -4.0
9823 // W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
9824 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9826 v_cmp_eq_i16_e64 s[10:11], v1, v2
9827 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
9828 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9830 v_cmp_eq_i16_e64 s[12:13], v1, v2
9831 // W64: encoding: [0x0c,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
9832 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9834 v_cmp_eq_i16_e64 s[100:101], v1, v2
9835 // W64: encoding: [0x64,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
9836 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9838 v_cmp_eq_i16_e64 vcc, v1, v2
9839 // W64: encoding: [0x6a,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
9840 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9842 v_cmp_eq_i16_e64 s[10:11], v255, v2
9843 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0xff,0x05,0x02,0x00]
9844 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9846 v_cmp_eq_i16_e64 s[10:11], s1, v2
9847 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x04,0x02,0x00]
9848 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9850 v_cmp_eq_i16_e64 s[10:11], s101, v2
9851 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0x65,0x04,0x02,0x00]
9852 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9854 v_cmp_eq_i16_e64 s[10:11], vcc_lo, v2
9855 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0x6a,0x04,0x02,0x00]
9856 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9858 v_cmp_eq_i16_e64 s[10:11], vcc_hi, v2
9859 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0x6b,0x04,0x02,0x00]
9860 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9862 v_cmp_eq_i16_e64 s[10:11], m0, v2
9863 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0x7c,0x04,0x02,0x00]
9864 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9866 v_cmp_eq_i16_e64 s[10:11], exec_lo, v2
9867 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0x7e,0x04,0x02,0x00]
9868 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9870 v_cmp_eq_i16_e64 s[10:11], exec_hi, v2
9871 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0x7f,0x04,0x02,0x00]
9872 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9874 v_cmp_eq_i16_e64 s[10:11], 0, v2
9875 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0x80,0x04,0x02,0x00]
9876 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9878 v_cmp_eq_i16_e64 s[10:11], -1, v2
9879 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0xc1,0x04,0x02,0x00]
9880 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9882 v_cmp_eq_i16_e64 s[10:11], 0.5, v2
9883 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
9884 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9886 v_cmp_eq_i16_e64 s[10:11], -4.0, v2
9887 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
9888 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9890 v_cmp_eq_i16_e64 s[10:11], v1, v255
9891 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x03,0x00]
9892 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9894 v_cmp_eq_i16_e64 s[10:11], v1, s2
9895 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x05,0x00,0x00]
9896 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9898 v_cmp_eq_i16_e64 s[10:11], v1, s101
9899 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xcb,0x00,0x00]
9900 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9902 v_cmp_eq_i16_e64 s[10:11], v1, vcc_lo
9903 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xd5,0x00,0x00]
9904 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9906 v_cmp_eq_i16_e64 s[10:11], v1, vcc_hi
9907 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xd7,0x00,0x00]
9908 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9910 v_cmp_eq_i16_e64 s[10:11], v1, m0
9911 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xf9,0x00,0x00]
9912 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9914 v_cmp_eq_i16_e64 s[10:11], v1, exec_lo
9915 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xfd,0x00,0x00]
9916 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9918 v_cmp_eq_i16_e64 s[10:11], v1, exec_hi
9919 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x00,0x00]
9920 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9922 v_cmp_eq_i16_e64 s[10:11], v1, 0
9923 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x01,0x01,0x00]
9924 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9926 v_cmp_eq_i16_e64 s[10:11], v1, -1
9927 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x83,0x01,0x00]
9928 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9930 v_cmp_eq_i16_e64 s[10:11], v1, 0.5
9931 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
9932 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9934 v_cmp_eq_i16_e64 s[10:11], v1, -4.0
9935 // W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
9936 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9938 v_cmp_le_i16_e64 s[10:11], v1, v2
9939 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
9940 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9942 v_cmp_le_i16_e64 s[12:13], v1, v2
9943 // W64: encoding: [0x0c,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
9944 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9946 v_cmp_le_i16_e64 s[100:101], v1, v2
9947 // W64: encoding: [0x64,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
9948 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9950 v_cmp_le_i16_e64 vcc, v1, v2
9951 // W64: encoding: [0x6a,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
9952 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9954 v_cmp_le_i16_e64 s[10:11], v255, v2
9955 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0xff,0x05,0x02,0x00]
9956 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9958 v_cmp_le_i16_e64 s[10:11], s1, v2
9959 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x04,0x02,0x00]
9960 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9962 v_cmp_le_i16_e64 s[10:11], s101, v2
9963 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0x65,0x04,0x02,0x00]
9964 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9966 v_cmp_le_i16_e64 s[10:11], vcc_lo, v2
9967 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0x6a,0x04,0x02,0x00]
9968 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9970 v_cmp_le_i16_e64 s[10:11], vcc_hi, v2
9971 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0x6b,0x04,0x02,0x00]
9972 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9974 v_cmp_le_i16_e64 s[10:11], m0, v2
9975 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0x7c,0x04,0x02,0x00]
9976 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9978 v_cmp_le_i16_e64 s[10:11], exec_lo, v2
9979 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0x7e,0x04,0x02,0x00]
9980 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9982 v_cmp_le_i16_e64 s[10:11], exec_hi, v2
9983 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0x7f,0x04,0x02,0x00]
9984 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9986 v_cmp_le_i16_e64 s[10:11], 0, v2
9987 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0x80,0x04,0x02,0x00]
9988 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9990 v_cmp_le_i16_e64 s[10:11], -1, v2
9991 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0xc1,0x04,0x02,0x00]
9992 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9994 v_cmp_le_i16_e64 s[10:11], 0.5, v2
9995 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
9996 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
9998 v_cmp_le_i16_e64 s[10:11], -4.0, v2
9999 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
10000 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10002 v_cmp_le_i16_e64 s[10:11], v1, v255
10003 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x03,0x00]
10004 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10006 v_cmp_le_i16_e64 s[10:11], v1, s2
10007 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x05,0x00,0x00]
10008 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10010 v_cmp_le_i16_e64 s[10:11], v1, s101
10011 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xcb,0x00,0x00]
10012 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10014 v_cmp_le_i16_e64 s[10:11], v1, vcc_lo
10015 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xd5,0x00,0x00]
10016 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10018 v_cmp_le_i16_e64 s[10:11], v1, vcc_hi
10019 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xd7,0x00,0x00]
10020 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10022 v_cmp_le_i16_e64 s[10:11], v1, m0
10023 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xf9,0x00,0x00]
10024 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10026 v_cmp_le_i16_e64 s[10:11], v1, exec_lo
10027 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xfd,0x00,0x00]
10028 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10030 v_cmp_le_i16_e64 s[10:11], v1, exec_hi
10031 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x00,0x00]
10032 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10034 v_cmp_le_i16_e64 s[10:11], v1, 0
10035 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x01,0x01,0x00]
10036 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10038 v_cmp_le_i16_e64 s[10:11], v1, -1
10039 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x83,0x01,0x00]
10040 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10042 v_cmp_le_i16_e64 s[10:11], v1, 0.5
10043 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
10044 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10046 v_cmp_le_i16_e64 s[10:11], v1, -4.0
10047 // W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
10048 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10050 v_cmp_gt_i16_e64 s[10:11], v1, v2
10051 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
10052 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10054 v_cmp_gt_i16_e64 s[12:13], v1, v2
10055 // W64: encoding: [0x0c,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
10056 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10058 v_cmp_gt_i16_e64 s[100:101], v1, v2
10059 // W64: encoding: [0x64,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
10060 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10062 v_cmp_gt_i16_e64 vcc, v1, v2
10063 // W64: encoding: [0x6a,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
10064 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10066 v_cmp_gt_i16_e64 s[10:11], v255, v2
10067 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0xff,0x05,0x02,0x00]
10068 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10070 v_cmp_gt_i16_e64 s[10:11], s1, v2
10071 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x04,0x02,0x00]
10072 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10074 v_cmp_gt_i16_e64 s[10:11], s101, v2
10075 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0x65,0x04,0x02,0x00]
10076 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10078 v_cmp_gt_i16_e64 s[10:11], vcc_lo, v2
10079 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0x6a,0x04,0x02,0x00]
10080 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10082 v_cmp_gt_i16_e64 s[10:11], vcc_hi, v2
10083 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0x6b,0x04,0x02,0x00]
10084 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10086 v_cmp_gt_i16_e64 s[10:11], m0, v2
10087 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0x7c,0x04,0x02,0x00]
10088 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10090 v_cmp_gt_i16_e64 s[10:11], exec_lo, v2
10091 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0x7e,0x04,0x02,0x00]
10092 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10094 v_cmp_gt_i16_e64 s[10:11], exec_hi, v2
10095 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0x7f,0x04,0x02,0x00]
10096 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10098 v_cmp_gt_i16_e64 s[10:11], 0, v2
10099 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0x80,0x04,0x02,0x00]
10100 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10102 v_cmp_gt_i16_e64 s[10:11], -1, v2
10103 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0xc1,0x04,0x02,0x00]
10104 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10106 v_cmp_gt_i16_e64 s[10:11], 0.5, v2
10107 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
10108 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10110 v_cmp_gt_i16_e64 s[10:11], -4.0, v2
10111 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
10112 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10114 v_cmp_gt_i16_e64 s[10:11], v1, v255
10115 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x03,0x00]
10116 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10118 v_cmp_gt_i16_e64 s[10:11], v1, s2
10119 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x05,0x00,0x00]
10120 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10122 v_cmp_gt_i16_e64 s[10:11], v1, s101
10123 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xcb,0x00,0x00]
10124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10126 v_cmp_gt_i16_e64 s[10:11], v1, vcc_lo
10127 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xd5,0x00,0x00]
10128 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10130 v_cmp_gt_i16_e64 s[10:11], v1, vcc_hi
10131 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xd7,0x00,0x00]
10132 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10134 v_cmp_gt_i16_e64 s[10:11], v1, m0
10135 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xf9,0x00,0x00]
10136 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10138 v_cmp_gt_i16_e64 s[10:11], v1, exec_lo
10139 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xfd,0x00,0x00]
10140 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10142 v_cmp_gt_i16_e64 s[10:11], v1, exec_hi
10143 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x00,0x00]
10144 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10146 v_cmp_gt_i16_e64 s[10:11], v1, 0
10147 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x01,0x01,0x00]
10148 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10150 v_cmp_gt_i16_e64 s[10:11], v1, -1
10151 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x83,0x01,0x00]
10152 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10154 v_cmp_gt_i16_e64 s[10:11], v1, 0.5
10155 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
10156 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10158 v_cmp_gt_i16_e64 s[10:11], v1, -4.0
10159 // W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
10160 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10162 v_cmp_ne_i16_e64 s[10:11], v1, v2
10163 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
10164 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10166 v_cmp_ne_i16_e64 s[12:13], v1, v2
10167 // W64: encoding: [0x0c,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
10168 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10170 v_cmp_ne_i16_e64 s[100:101], v1, v2
10171 // W64: encoding: [0x64,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
10172 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10174 v_cmp_ne_i16_e64 vcc, v1, v2
10175 // W64: encoding: [0x6a,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
10176 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10178 v_cmp_ne_i16_e64 s[10:11], v255, v2
10179 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0xff,0x05,0x02,0x00]
10180 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10182 v_cmp_ne_i16_e64 s[10:11], s1, v2
10183 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x04,0x02,0x00]
10184 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10186 v_cmp_ne_i16_e64 s[10:11], s101, v2
10187 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0x65,0x04,0x02,0x00]
10188 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10190 v_cmp_ne_i16_e64 s[10:11], vcc_lo, v2
10191 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0x6a,0x04,0x02,0x00]
10192 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10194 v_cmp_ne_i16_e64 s[10:11], vcc_hi, v2
10195 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0x6b,0x04,0x02,0x00]
10196 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10198 v_cmp_ne_i16_e64 s[10:11], m0, v2
10199 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0x7c,0x04,0x02,0x00]
10200 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10202 v_cmp_ne_i16_e64 s[10:11], exec_lo, v2
10203 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0x7e,0x04,0x02,0x00]
10204 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10206 v_cmp_ne_i16_e64 s[10:11], exec_hi, v2
10207 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0x7f,0x04,0x02,0x00]
10208 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10210 v_cmp_ne_i16_e64 s[10:11], 0, v2
10211 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0x80,0x04,0x02,0x00]
10212 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10214 v_cmp_ne_i16_e64 s[10:11], -1, v2
10215 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0xc1,0x04,0x02,0x00]
10216 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10218 v_cmp_ne_i16_e64 s[10:11], 0.5, v2
10219 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
10220 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10222 v_cmp_ne_i16_e64 s[10:11], -4.0, v2
10223 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
10224 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10226 v_cmp_ne_i16_e64 s[10:11], v1, v255
10227 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x03,0x00]
10228 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10230 v_cmp_ne_i16_e64 s[10:11], v1, s2
10231 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x05,0x00,0x00]
10232 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10234 v_cmp_ne_i16_e64 s[10:11], v1, s101
10235 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xcb,0x00,0x00]
10236 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10238 v_cmp_ne_i16_e64 s[10:11], v1, vcc_lo
10239 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xd5,0x00,0x00]
10240 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10242 v_cmp_ne_i16_e64 s[10:11], v1, vcc_hi
10243 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xd7,0x00,0x00]
10244 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10246 v_cmp_ne_i16_e64 s[10:11], v1, m0
10247 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xf9,0x00,0x00]
10248 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10250 v_cmp_ne_i16_e64 s[10:11], v1, exec_lo
10251 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xfd,0x00,0x00]
10252 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10254 v_cmp_ne_i16_e64 s[10:11], v1, exec_hi
10255 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x00,0x00]
10256 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10258 v_cmp_ne_i16_e64 s[10:11], v1, 0
10259 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x01,0x01,0x00]
10260 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10262 v_cmp_ne_i16_e64 s[10:11], v1, -1
10263 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x83,0x01,0x00]
10264 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10266 v_cmp_ne_i16_e64 s[10:11], v1, 0.5
10267 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
10268 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10270 v_cmp_ne_i16_e64 s[10:11], v1, -4.0
10271 // W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
10272 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10274 v_cmp_ge_i16_e64 s[10:11], v1, v2
10275 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
10276 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10278 v_cmp_ge_i16_e64 s[12:13], v1, v2
10279 // W64: encoding: [0x0c,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
10280 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10282 v_cmp_ge_i16_e64 s[100:101], v1, v2
10283 // W64: encoding: [0x64,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
10284 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10286 v_cmp_ge_i16_e64 vcc, v1, v2
10287 // W64: encoding: [0x6a,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
10288 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10290 v_cmp_ge_i16_e64 s[10:11], v255, v2
10291 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0xff,0x05,0x02,0x00]
10292 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10294 v_cmp_ge_i16_e64 s[10:11], s1, v2
10295 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x04,0x02,0x00]
10296 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10298 v_cmp_ge_i16_e64 s[10:11], s101, v2
10299 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0x65,0x04,0x02,0x00]
10300 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10302 v_cmp_ge_i16_e64 s[10:11], vcc_lo, v2
10303 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0x6a,0x04,0x02,0x00]
10304 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10306 v_cmp_ge_i16_e64 s[10:11], vcc_hi, v2
10307 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0x6b,0x04,0x02,0x00]
10308 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10310 v_cmp_ge_i16_e64 s[10:11], m0, v2
10311 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0x7c,0x04,0x02,0x00]
10312 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10314 v_cmp_ge_i16_e64 s[10:11], exec_lo, v2
10315 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0x7e,0x04,0x02,0x00]
10316 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10318 v_cmp_ge_i16_e64 s[10:11], exec_hi, v2
10319 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0x7f,0x04,0x02,0x00]
10320 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10322 v_cmp_ge_i16_e64 s[10:11], 0, v2
10323 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0x80,0x04,0x02,0x00]
10324 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10326 v_cmp_ge_i16_e64 s[10:11], -1, v2
10327 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0xc1,0x04,0x02,0x00]
10328 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10330 v_cmp_ge_i16_e64 s[10:11], 0.5, v2
10331 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
10332 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10334 v_cmp_ge_i16_e64 s[10:11], -4.0, v2
10335 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
10336 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10338 v_cmp_ge_i16_e64 s[10:11], v1, v255
10339 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x03,0x00]
10340 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10342 v_cmp_ge_i16_e64 s[10:11], v1, s2
10343 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x05,0x00,0x00]
10344 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10346 v_cmp_ge_i16_e64 s[10:11], v1, s101
10347 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xcb,0x00,0x00]
10348 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10350 v_cmp_ge_i16_e64 s[10:11], v1, vcc_lo
10351 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xd5,0x00,0x00]
10352 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10354 v_cmp_ge_i16_e64 s[10:11], v1, vcc_hi
10355 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xd7,0x00,0x00]
10356 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10358 v_cmp_ge_i16_e64 s[10:11], v1, m0
10359 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xf9,0x00,0x00]
10360 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10362 v_cmp_ge_i16_e64 s[10:11], v1, exec_lo
10363 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xfd,0x00,0x00]
10364 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10366 v_cmp_ge_i16_e64 s[10:11], v1, exec_hi
10367 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x00,0x00]
10368 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10370 v_cmp_ge_i16_e64 s[10:11], v1, 0
10371 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x01,0x01,0x00]
10372 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10374 v_cmp_ge_i16_e64 s[10:11], v1, -1
10375 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x83,0x01,0x00]
10376 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10378 v_cmp_ge_i16_e64 s[10:11], v1, 0.5
10379 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
10380 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10382 v_cmp_ge_i16_e64 s[10:11], v1, -4.0
10383 // W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
10384 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10386 v_cmp_lt_i16_e64 s10, v1, v2
10387 // W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
10388 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10390 v_cmp_lt_i16_e64 s12, v1, v2
10391 // W32: encoding: [0x0c,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
10392 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10394 v_cmp_lt_i16_e64 s100, v1, v2
10395 // W32: encoding: [0x64,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
10396 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10398 v_cmp_lt_i16_e64 vcc_lo, v1, v2
10399 // W32: encoding: [0x6a,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
10400 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10402 v_cmp_lt_i16_e64 s10, v255, v2
10403 // W32: encoding: [0x0a,0x00,0x89,0xd4,0xff,0x05,0x02,0x00]
10404 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10406 v_cmp_lt_i16_e64 s10, s1, v2
10407 // W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0x04,0x02,0x00]
10408 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10410 v_cmp_lt_i16_e64 s10, s101, v2
10411 // W32: encoding: [0x0a,0x00,0x89,0xd4,0x65,0x04,0x02,0x00]
10412 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10414 v_cmp_lt_i16_e64 s10, vcc_lo, v2
10415 // W32: encoding: [0x0a,0x00,0x89,0xd4,0x6a,0x04,0x02,0x00]
10416 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10418 v_cmp_lt_i16_e64 s10, vcc_hi, v2
10419 // W32: encoding: [0x0a,0x00,0x89,0xd4,0x6b,0x04,0x02,0x00]
10420 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10422 v_cmp_lt_i16_e64 s10, m0, v2
10423 // W32: encoding: [0x0a,0x00,0x89,0xd4,0x7c,0x04,0x02,0x00]
10424 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10426 v_cmp_lt_i16_e64 s10, exec_lo, v2
10427 // W32: encoding: [0x0a,0x00,0x89,0xd4,0x7e,0x04,0x02,0x00]
10428 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10430 v_cmp_lt_i16_e64 s10, exec_hi, v2
10431 // W32: encoding: [0x0a,0x00,0x89,0xd4,0x7f,0x04,0x02,0x00]
10432 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10434 v_cmp_lt_i16_e64 s10, 0, v2
10435 // W32: encoding: [0x0a,0x00,0x89,0xd4,0x80,0x04,0x02,0x00]
10436 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10438 v_cmp_lt_i16_e64 s10, -1, v2
10439 // W32: encoding: [0x0a,0x00,0x89,0xd4,0xc1,0x04,0x02,0x00]
10440 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10442 v_cmp_lt_i16_e64 s10, 0.5, v2
10443 // W32: encoding: [0x0a,0x00,0x89,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
10444 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10446 v_cmp_lt_i16_e64 s10, -4.0, v2
10447 // W32: encoding: [0x0a,0x00,0x89,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
10448 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10450 v_cmp_lt_i16_e64 s10, v1, v255
10451 // W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x03,0x00]
10452 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10454 v_cmp_lt_i16_e64 s10, v1, s2
10455 // W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0x05,0x00,0x00]
10456 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10458 v_cmp_lt_i16_e64 s10, v1, s101
10459 // W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xcb,0x00,0x00]
10460 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10462 v_cmp_lt_i16_e64 s10, v1, vcc_lo
10463 // W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xd5,0x00,0x00]
10464 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10466 v_cmp_lt_i16_e64 s10, v1, vcc_hi
10467 // W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xd7,0x00,0x00]
10468 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10470 v_cmp_lt_i16_e64 s10, v1, m0
10471 // W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xf9,0x00,0x00]
10472 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10474 v_cmp_lt_i16_e64 s10, v1, exec_lo
10475 // W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xfd,0x00,0x00]
10476 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10478 v_cmp_lt_i16_e64 s10, v1, exec_hi
10479 // W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x00,0x00]
10480 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10482 v_cmp_lt_i16_e64 s10, v1, 0
10483 // W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0x01,0x01,0x00]
10484 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10486 v_cmp_lt_i16_e64 s10, v1, -1
10487 // W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0x83,0x01,0x00]
10488 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10490 v_cmp_lt_i16_e64 s10, v1, 0.5
10491 // W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
10492 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10494 v_cmp_lt_i16_e64 s10, v1, -4.0
10495 // W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
10496 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10498 v_cmp_eq_i16_e64 s10, v1, v2
10499 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
10500 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10502 v_cmp_eq_i16_e64 s12, v1, v2
10503 // W32: encoding: [0x0c,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
10504 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10506 v_cmp_eq_i16_e64 s100, v1, v2
10507 // W32: encoding: [0x64,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
10508 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10510 v_cmp_eq_i16_e64 vcc_lo, v1, v2
10511 // W32: encoding: [0x6a,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
10512 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10514 v_cmp_eq_i16_e64 s10, v255, v2
10515 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0xff,0x05,0x02,0x00]
10516 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10518 v_cmp_eq_i16_e64 s10, s1, v2
10519 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x04,0x02,0x00]
10520 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10522 v_cmp_eq_i16_e64 s10, s101, v2
10523 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0x65,0x04,0x02,0x00]
10524 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10526 v_cmp_eq_i16_e64 s10, vcc_lo, v2
10527 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0x6a,0x04,0x02,0x00]
10528 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10530 v_cmp_eq_i16_e64 s10, vcc_hi, v2
10531 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0x6b,0x04,0x02,0x00]
10532 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10534 v_cmp_eq_i16_e64 s10, m0, v2
10535 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0x7c,0x04,0x02,0x00]
10536 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10538 v_cmp_eq_i16_e64 s10, exec_lo, v2
10539 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0x7e,0x04,0x02,0x00]
10540 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10542 v_cmp_eq_i16_e64 s10, exec_hi, v2
10543 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0x7f,0x04,0x02,0x00]
10544 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10546 v_cmp_eq_i16_e64 s10, 0, v2
10547 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0x80,0x04,0x02,0x00]
10548 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10550 v_cmp_eq_i16_e64 s10, -1, v2
10551 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0xc1,0x04,0x02,0x00]
10552 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10554 v_cmp_eq_i16_e64 s10, 0.5, v2
10555 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
10556 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10558 v_cmp_eq_i16_e64 s10, -4.0, v2
10559 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
10560 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10562 v_cmp_eq_i16_e64 s10, v1, v255
10563 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x03,0x00]
10564 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10566 v_cmp_eq_i16_e64 s10, v1, s2
10567 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x05,0x00,0x00]
10568 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10570 v_cmp_eq_i16_e64 s10, v1, s101
10571 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xcb,0x00,0x00]
10572 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10574 v_cmp_eq_i16_e64 s10, v1, vcc_lo
10575 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xd5,0x00,0x00]
10576 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10578 v_cmp_eq_i16_e64 s10, v1, vcc_hi
10579 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xd7,0x00,0x00]
10580 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10582 v_cmp_eq_i16_e64 s10, v1, m0
10583 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xf9,0x00,0x00]
10584 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10586 v_cmp_eq_i16_e64 s10, v1, exec_lo
10587 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xfd,0x00,0x00]
10588 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10590 v_cmp_eq_i16_e64 s10, v1, exec_hi
10591 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x00,0x00]
10592 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10594 v_cmp_eq_i16_e64 s10, v1, 0
10595 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x01,0x01,0x00]
10596 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10598 v_cmp_eq_i16_e64 s10, v1, -1
10599 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x83,0x01,0x00]
10600 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10602 v_cmp_eq_i16_e64 s10, v1, 0.5
10603 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
10604 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10606 v_cmp_eq_i16_e64 s10, v1, -4.0
10607 // W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
10608 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10610 v_cmp_le_i16_e64 s10, v1, v2
10611 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
10612 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10614 v_cmp_le_i16_e64 s12, v1, v2
10615 // W32: encoding: [0x0c,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
10616 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10618 v_cmp_le_i16_e64 s100, v1, v2
10619 // W32: encoding: [0x64,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
10620 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10622 v_cmp_le_i16_e64 vcc_lo, v1, v2
10623 // W32: encoding: [0x6a,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
10624 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10626 v_cmp_le_i16_e64 s10, v255, v2
10627 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0xff,0x05,0x02,0x00]
10628 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10630 v_cmp_le_i16_e64 s10, s1, v2
10631 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x04,0x02,0x00]
10632 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10634 v_cmp_le_i16_e64 s10, s101, v2
10635 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0x65,0x04,0x02,0x00]
10636 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10638 v_cmp_le_i16_e64 s10, vcc_lo, v2
10639 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0x6a,0x04,0x02,0x00]
10640 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10642 v_cmp_le_i16_e64 s10, vcc_hi, v2
10643 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0x6b,0x04,0x02,0x00]
10644 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10646 v_cmp_le_i16_e64 s10, m0, v2
10647 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0x7c,0x04,0x02,0x00]
10648 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10650 v_cmp_le_i16_e64 s10, exec_lo, v2
10651 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0x7e,0x04,0x02,0x00]
10652 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10654 v_cmp_le_i16_e64 s10, exec_hi, v2
10655 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0x7f,0x04,0x02,0x00]
10656 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10658 v_cmp_le_i16_e64 s10, 0, v2
10659 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0x80,0x04,0x02,0x00]
10660 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10662 v_cmp_le_i16_e64 s10, -1, v2
10663 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0xc1,0x04,0x02,0x00]
10664 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10666 v_cmp_le_i16_e64 s10, 0.5, v2
10667 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
10668 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10670 v_cmp_le_i16_e64 s10, -4.0, v2
10671 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
10672 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10674 v_cmp_le_i16_e64 s10, v1, v255
10675 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x03,0x00]
10676 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10678 v_cmp_le_i16_e64 s10, v1, s2
10679 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x05,0x00,0x00]
10680 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10682 v_cmp_le_i16_e64 s10, v1, s101
10683 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xcb,0x00,0x00]
10684 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10686 v_cmp_le_i16_e64 s10, v1, vcc_lo
10687 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xd5,0x00,0x00]
10688 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10690 v_cmp_le_i16_e64 s10, v1, vcc_hi
10691 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xd7,0x00,0x00]
10692 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10694 v_cmp_le_i16_e64 s10, v1, m0
10695 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xf9,0x00,0x00]
10696 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10698 v_cmp_le_i16_e64 s10, v1, exec_lo
10699 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xfd,0x00,0x00]
10700 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10702 v_cmp_le_i16_e64 s10, v1, exec_hi
10703 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x00,0x00]
10704 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10706 v_cmp_le_i16_e64 s10, v1, 0
10707 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x01,0x01,0x00]
10708 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10710 v_cmp_le_i16_e64 s10, v1, -1
10711 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x83,0x01,0x00]
10712 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10714 v_cmp_le_i16_e64 s10, v1, 0.5
10715 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
10716 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10718 v_cmp_le_i16_e64 s10, v1, -4.0
10719 // W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
10720 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10722 v_cmp_gt_i16_e64 s10, v1, v2
10723 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
10724 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10726 v_cmp_gt_i16_e64 s12, v1, v2
10727 // W32: encoding: [0x0c,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
10728 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10730 v_cmp_gt_i16_e64 s100, v1, v2
10731 // W32: encoding: [0x64,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
10732 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10734 v_cmp_gt_i16_e64 vcc_lo, v1, v2
10735 // W32: encoding: [0x6a,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
10736 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10738 v_cmp_gt_i16_e64 s10, v255, v2
10739 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0xff,0x05,0x02,0x00]
10740 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10742 v_cmp_gt_i16_e64 s10, s1, v2
10743 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x04,0x02,0x00]
10744 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10746 v_cmp_gt_i16_e64 s10, s101, v2
10747 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0x65,0x04,0x02,0x00]
10748 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10750 v_cmp_gt_i16_e64 s10, vcc_lo, v2
10751 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0x6a,0x04,0x02,0x00]
10752 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10754 v_cmp_gt_i16_e64 s10, vcc_hi, v2
10755 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0x6b,0x04,0x02,0x00]
10756 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10758 v_cmp_gt_i16_e64 s10, m0, v2
10759 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0x7c,0x04,0x02,0x00]
10760 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10762 v_cmp_gt_i16_e64 s10, exec_lo, v2
10763 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0x7e,0x04,0x02,0x00]
10764 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10766 v_cmp_gt_i16_e64 s10, exec_hi, v2
10767 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0x7f,0x04,0x02,0x00]
10768 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10770 v_cmp_gt_i16_e64 s10, 0, v2
10771 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0x80,0x04,0x02,0x00]
10772 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10774 v_cmp_gt_i16_e64 s10, -1, v2
10775 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0xc1,0x04,0x02,0x00]
10776 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10778 v_cmp_gt_i16_e64 s10, 0.5, v2
10779 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
10780 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10782 v_cmp_gt_i16_e64 s10, -4.0, v2
10783 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
10784 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10786 v_cmp_gt_i16_e64 s10, v1, v255
10787 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x03,0x00]
10788 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10790 v_cmp_gt_i16_e64 s10, v1, s2
10791 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x05,0x00,0x00]
10792 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10794 v_cmp_gt_i16_e64 s10, v1, s101
10795 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xcb,0x00,0x00]
10796 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10798 v_cmp_gt_i16_e64 s10, v1, vcc_lo
10799 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xd5,0x00,0x00]
10800 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10802 v_cmp_gt_i16_e64 s10, v1, vcc_hi
10803 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xd7,0x00,0x00]
10804 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10806 v_cmp_gt_i16_e64 s10, v1, m0
10807 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xf9,0x00,0x00]
10808 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10810 v_cmp_gt_i16_e64 s10, v1, exec_lo
10811 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xfd,0x00,0x00]
10812 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10814 v_cmp_gt_i16_e64 s10, v1, exec_hi
10815 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x00,0x00]
10816 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10818 v_cmp_gt_i16_e64 s10, v1, 0
10819 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x01,0x01,0x00]
10820 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10822 v_cmp_gt_i16_e64 s10, v1, -1
10823 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x83,0x01,0x00]
10824 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10826 v_cmp_gt_i16_e64 s10, v1, 0.5
10827 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
10828 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10830 v_cmp_gt_i16_e64 s10, v1, -4.0
10831 // W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
10832 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10834 v_cmp_ne_i16_e64 s10, v1, v2
10835 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
10836 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10838 v_cmp_ne_i16_e64 s12, v1, v2
10839 // W32: encoding: [0x0c,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
10840 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10842 v_cmp_ne_i16_e64 s100, v1, v2
10843 // W32: encoding: [0x64,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
10844 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10846 v_cmp_ne_i16_e64 vcc_lo, v1, v2
10847 // W32: encoding: [0x6a,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
10848 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10850 v_cmp_ne_i16_e64 s10, v255, v2
10851 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0xff,0x05,0x02,0x00]
10852 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10854 v_cmp_ne_i16_e64 s10, s1, v2
10855 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x04,0x02,0x00]
10856 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10858 v_cmp_ne_i16_e64 s10, s101, v2
10859 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0x65,0x04,0x02,0x00]
10860 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10862 v_cmp_ne_i16_e64 s10, vcc_lo, v2
10863 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0x6a,0x04,0x02,0x00]
10864 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10866 v_cmp_ne_i16_e64 s10, vcc_hi, v2
10867 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0x6b,0x04,0x02,0x00]
10868 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10870 v_cmp_ne_i16_e64 s10, m0, v2
10871 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0x7c,0x04,0x02,0x00]
10872 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10874 v_cmp_ne_i16_e64 s10, exec_lo, v2
10875 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0x7e,0x04,0x02,0x00]
10876 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10878 v_cmp_ne_i16_e64 s10, exec_hi, v2
10879 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0x7f,0x04,0x02,0x00]
10880 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10882 v_cmp_ne_i16_e64 s10, 0, v2
10883 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0x80,0x04,0x02,0x00]
10884 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10886 v_cmp_ne_i16_e64 s10, -1, v2
10887 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0xc1,0x04,0x02,0x00]
10888 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10890 v_cmp_ne_i16_e64 s10, 0.5, v2
10891 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
10892 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10894 v_cmp_ne_i16_e64 s10, -4.0, v2
10895 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
10896 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10898 v_cmp_ne_i16_e64 s10, v1, v255
10899 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x03,0x00]
10900 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10902 v_cmp_ne_i16_e64 s10, v1, s2
10903 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x05,0x00,0x00]
10904 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10906 v_cmp_ne_i16_e64 s10, v1, s101
10907 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xcb,0x00,0x00]
10908 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10910 v_cmp_ne_i16_e64 s10, v1, vcc_lo
10911 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xd5,0x00,0x00]
10912 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10914 v_cmp_ne_i16_e64 s10, v1, vcc_hi
10915 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xd7,0x00,0x00]
10916 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10918 v_cmp_ne_i16_e64 s10, v1, m0
10919 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xf9,0x00,0x00]
10920 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10922 v_cmp_ne_i16_e64 s10, v1, exec_lo
10923 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xfd,0x00,0x00]
10924 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10926 v_cmp_ne_i16_e64 s10, v1, exec_hi
10927 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x00,0x00]
10928 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10930 v_cmp_ne_i16_e64 s10, v1, 0
10931 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x01,0x01,0x00]
10932 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10934 v_cmp_ne_i16_e64 s10, v1, -1
10935 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x83,0x01,0x00]
10936 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10938 v_cmp_ne_i16_e64 s10, v1, 0.5
10939 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
10940 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10942 v_cmp_ne_i16_e64 s10, v1, -4.0
10943 // W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
10944 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10946 v_cmp_ge_i16_e64 s10, v1, v2
10947 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
10948 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10950 v_cmp_ge_i16_e64 s12, v1, v2
10951 // W32: encoding: [0x0c,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
10952 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10954 v_cmp_ge_i16_e64 s100, v1, v2
10955 // W32: encoding: [0x64,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
10956 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10958 v_cmp_ge_i16_e64 vcc_lo, v1, v2
10959 // W32: encoding: [0x6a,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
10960 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10962 v_cmp_ge_i16_e64 s10, v255, v2
10963 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0xff,0x05,0x02,0x00]
10964 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10966 v_cmp_ge_i16_e64 s10, s1, v2
10967 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x04,0x02,0x00]
10968 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10970 v_cmp_ge_i16_e64 s10, s101, v2
10971 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0x65,0x04,0x02,0x00]
10972 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10974 v_cmp_ge_i16_e64 s10, vcc_lo, v2
10975 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0x6a,0x04,0x02,0x00]
10976 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10978 v_cmp_ge_i16_e64 s10, vcc_hi, v2
10979 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0x6b,0x04,0x02,0x00]
10980 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10982 v_cmp_ge_i16_e64 s10, m0, v2
10983 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0x7c,0x04,0x02,0x00]
10984 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10986 v_cmp_ge_i16_e64 s10, exec_lo, v2
10987 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0x7e,0x04,0x02,0x00]
10988 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10990 v_cmp_ge_i16_e64 s10, exec_hi, v2
10991 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0x7f,0x04,0x02,0x00]
10992 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10994 v_cmp_ge_i16_e64 s10, 0, v2
10995 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0x80,0x04,0x02,0x00]
10996 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
10998 v_cmp_ge_i16_e64 s10, -1, v2
10999 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0xc1,0x04,0x02,0x00]
11000 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11002 v_cmp_ge_i16_e64 s10, 0.5, v2
11003 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
11004 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11006 v_cmp_ge_i16_e64 s10, -4.0, v2
11007 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
11008 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11010 v_cmp_ge_i16_e64 s10, v1, v255
11011 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x03,0x00]
11012 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11014 v_cmp_ge_i16_e64 s10, v1, s2
11015 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x05,0x00,0x00]
11016 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11018 v_cmp_ge_i16_e64 s10, v1, s101
11019 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xcb,0x00,0x00]
11020 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11022 v_cmp_ge_i16_e64 s10, v1, vcc_lo
11023 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xd5,0x00,0x00]
11024 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11026 v_cmp_ge_i16_e64 s10, v1, vcc_hi
11027 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xd7,0x00,0x00]
11028 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11030 v_cmp_ge_i16_e64 s10, v1, m0
11031 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xf9,0x00,0x00]
11032 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11034 v_cmp_ge_i16_e64 s10, v1, exec_lo
11035 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xfd,0x00,0x00]
11036 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11038 v_cmp_ge_i16_e64 s10, v1, exec_hi
11039 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x00,0x00]
11040 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11042 v_cmp_ge_i16_e64 s10, v1, 0
11043 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x01,0x01,0x00]
11044 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11046 v_cmp_ge_i16_e64 s10, v1, -1
11047 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x83,0x01,0x00]
11048 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11050 v_cmp_ge_i16_e64 s10, v1, 0.5
11051 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
11052 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11054 v_cmp_ge_i16_e64 s10, v1, -4.0
11055 // W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
11056 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11058 v_cmp_class_f16_e64 s[10:11], v1, v2
11059 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0x05,0x02,0x00]
11060 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11062 v_cmp_class_f16_e64 s[12:13], v1, v2
11063 // W64: encoding: [0x0c,0x00,0x8f,0xd4,0x01,0x05,0x02,0x00]
11064 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11066 v_cmp_class_f16_e64 s[100:101], v1, v2
11067 // W64: encoding: [0x64,0x00,0x8f,0xd4,0x01,0x05,0x02,0x00]
11068 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11070 v_cmp_class_f16_e64 vcc, v1, v2
11071 // W64: encoding: [0x6a,0x00,0x8f,0xd4,0x01,0x05,0x02,0x00]
11072 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11074 v_cmp_class_f16_e64 s[10:11], v255, v2
11075 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0xff,0x05,0x02,0x00]
11076 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11078 v_cmp_class_f16_e64 s[10:11], s1, v2
11079 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0x04,0x02,0x00]
11080 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11082 v_cmp_class_f16_e64 s[10:11], s101, v2
11083 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x65,0x04,0x02,0x00]
11084 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11086 v_cmp_class_f16_e64 s[10:11], vcc_lo, v2
11087 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x6a,0x04,0x02,0x00]
11088 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11090 v_cmp_class_f16_e64 s[10:11], vcc_hi, v2
11091 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x6b,0x04,0x02,0x00]
11092 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11094 v_cmp_class_f16_e64 s[10:11], m0, v2
11095 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x7c,0x04,0x02,0x00]
11096 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11098 v_cmp_class_f16_e64 s[10:11], exec_lo, v2
11099 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x7e,0x04,0x02,0x00]
11100 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11102 v_cmp_class_f16_e64 s[10:11], exec_hi, v2
11103 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x7f,0x04,0x02,0x00]
11104 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11106 v_cmp_class_f16_e64 s[10:11], 0, v2
11107 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x80,0x04,0x02,0x00]
11108 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11110 v_cmp_class_f16_e64 s[10:11], -1, v2
11111 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0xc1,0x04,0x02,0x00]
11112 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11114 v_cmp_class_f16_e64 s[10:11], 0.5, v2
11115 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0xf0,0x04,0x02,0x00]
11116 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11118 v_cmp_class_f16_e64 s[10:11], -4.0, v2
11119 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0xf7,0x04,0x02,0x00]
11120 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11122 v_cmp_class_f16_e64 s[10:11], v1, v255
11123 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xff,0x03,0x00]
11124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11126 v_cmp_class_f16_e64 s[10:11], v1, s2
11127 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0x05,0x00,0x00]
11128 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11130 v_cmp_class_f16_e64 s[10:11], v1, s101
11131 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xcb,0x00,0x00]
11132 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11134 v_cmp_class_f16_e64 s[10:11], v1, vcc_lo
11135 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xd5,0x00,0x00]
11136 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11138 v_cmp_class_f16_e64 s[10:11], v1, vcc_hi
11139 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xd7,0x00,0x00]
11140 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11142 v_cmp_class_f16_e64 s[10:11], v1, m0
11143 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xf9,0x00,0x00]
11144 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11146 v_cmp_class_f16_e64 s[10:11], v1, exec_lo
11147 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xfd,0x00,0x00]
11148 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11150 v_cmp_class_f16_e64 s[10:11], v1, exec_hi
11151 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xff,0x00,0x00]
11152 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11154 v_cmp_class_f16_e64 s[10:11], v1, 0
11155 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0x01,0x01,0x00]
11156 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11158 v_cmp_class_f16_e64 s[10:11], v1, -1
11159 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0x83,0x01,0x00]
11160 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11162 v_cmp_class_f16_e64 s[10:11], v1, 0.5
11163 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xe1,0x01,0x00]
11164 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11166 v_cmp_class_f16_e64 s[10:11], v1, -4.0
11167 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xef,0x01,0x00]
11168 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11170 v_cmp_class_f16_e64 s[10:11], -v1, v2
11171 // W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0x05,0x02,0x20]
11172 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11174 v_cmp_f_i64_e64 s[10:11], v[1:2], v[2:3]
11175 // W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
11176 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11178 v_cmp_f_i64_e64 s[12:13], v[1:2], v[2:3]
11179 // W64: encoding: [0x0c,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
11180 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11182 v_cmp_f_i64_e64 s[100:101], v[1:2], v[2:3]
11183 // W64: encoding: [0x64,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
11184 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11186 v_cmp_f_i64_e64 vcc, v[1:2], v[2:3]
11187 // W64: encoding: [0x6a,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
11188 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11190 v_cmp_f_i64_e64 s[10:11], v[254:255], v[2:3]
11191 // W64: encoding: [0x0a,0x00,0xa0,0xd4,0xfe,0x05,0x02,0x00]
11192 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11194 v_cmp_f_i64_e64 s[10:11], s[2:3], v[2:3]
11195 // W64: encoding: [0x0a,0x00,0xa0,0xd4,0x02,0x04,0x02,0x00]
11196 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11198 v_cmp_f_i64_e64 s[10:11], s[4:5], v[2:3]
11199 // W64: encoding: [0x0a,0x00,0xa0,0xd4,0x04,0x04,0x02,0x00]
11200 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11202 v_cmp_f_i64_e64 s[10:11], s[100:101], v[2:3]
11203 // W64: encoding: [0x0a,0x00,0xa0,0xd4,0x64,0x04,0x02,0x00]
11204 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11206 v_cmp_f_i64_e64 s[10:11], vcc, v[2:3]
11207 // W64: encoding: [0x0a,0x00,0xa0,0xd4,0x6a,0x04,0x02,0x00]
11208 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11210 v_cmp_f_i64_e64 s[10:11], exec, v[2:3]
11211 // W64: encoding: [0x0a,0x00,0xa0,0xd4,0x7e,0x04,0x02,0x00]
11212 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11214 v_cmp_f_i64_e64 s[10:11], 0, v[2:3]
11215 // W64: encoding: [0x0a,0x00,0xa0,0xd4,0x80,0x04,0x02,0x00]
11216 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11218 v_cmp_f_i64_e64 s[10:11], -1, v[2:3]
11219 // W64: encoding: [0x0a,0x00,0xa0,0xd4,0xc1,0x04,0x02,0x00]
11220 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11222 v_cmp_f_i64_e64 s[10:11], 0.5, v[2:3]
11223 // W64: encoding: [0x0a,0x00,0xa0,0xd4,0xf0,0x04,0x02,0x00]
11224 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11226 v_cmp_f_i64_e64 s[10:11], -4.0, v[2:3]
11227 // W64: encoding: [0x0a,0x00,0xa0,0xd4,0xf7,0x04,0x02,0x00]
11228 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11230 v_cmp_f_i64_e64 s[10:11], v[1:2], v[254:255]
11231 // W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xfd,0x03,0x00]
11232 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11234 v_cmp_f_i64_e64 s[10:11], v[1:2], s[4:5]
11235 // W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x09,0x00,0x00]
11236 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11238 v_cmp_f_i64_e64 s[10:11], v[1:2], s[6:7]
11239 // W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x0d,0x00,0x00]
11240 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11242 v_cmp_f_i64_e64 s[10:11], v[1:2], s[100:101]
11243 // W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xc9,0x00,0x00]
11244 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11246 v_cmp_f_i64_e64 s[10:11], v[1:2], vcc
11247 // W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xd5,0x00,0x00]
11248 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11250 v_cmp_f_i64_e64 s[10:11], v[1:2], exec
11251 // W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xfd,0x00,0x00]
11252 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11254 v_cmp_f_i64_e64 s[10:11], v[1:2], 0
11255 // W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x01,0x01,0x00]
11256 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11258 v_cmp_f_i64_e64 s[10:11], v[1:2], -1
11259 // W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x83,0x01,0x00]
11260 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11262 v_cmp_f_i64_e64 s[10:11], v[1:2], 0.5
11263 // W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xe1,0x01,0x00]
11264 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11266 v_cmp_f_i64_e64 s[10:11], v[1:2], -4.0
11267 // W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xef,0x01,0x00]
11268 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11270 v_cmp_lt_i64_e64 s[10:11], v[1:2], v[2:3]
11271 // W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
11272 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11274 v_cmp_lt_i64_e64 s[12:13], v[1:2], v[2:3]
11275 // W64: encoding: [0x0c,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
11276 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11278 v_cmp_lt_i64_e64 s[100:101], v[1:2], v[2:3]
11279 // W64: encoding: [0x64,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
11280 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11282 v_cmp_lt_i64_e64 vcc, v[1:2], v[2:3]
11283 // W64: encoding: [0x6a,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
11284 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11286 v_cmp_lt_i64_e64 s[10:11], v[254:255], v[2:3]
11287 // W64: encoding: [0x0a,0x00,0xa1,0xd4,0xfe,0x05,0x02,0x00]
11288 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11290 v_cmp_lt_i64_e64 s[10:11], s[2:3], v[2:3]
11291 // W64: encoding: [0x0a,0x00,0xa1,0xd4,0x02,0x04,0x02,0x00]
11292 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11294 v_cmp_lt_i64_e64 s[10:11], s[4:5], v[2:3]
11295 // W64: encoding: [0x0a,0x00,0xa1,0xd4,0x04,0x04,0x02,0x00]
11296 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11298 v_cmp_lt_i64_e64 s[10:11], s[100:101], v[2:3]
11299 // W64: encoding: [0x0a,0x00,0xa1,0xd4,0x64,0x04,0x02,0x00]
11300 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11302 v_cmp_lt_i64_e64 s[10:11], vcc, v[2:3]
11303 // W64: encoding: [0x0a,0x00,0xa1,0xd4,0x6a,0x04,0x02,0x00]
11304 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11306 v_cmp_lt_i64_e64 s[10:11], exec, v[2:3]
11307 // W64: encoding: [0x0a,0x00,0xa1,0xd4,0x7e,0x04,0x02,0x00]
11308 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11310 v_cmp_lt_i64_e64 s[10:11], 0, v[2:3]
11311 // W64: encoding: [0x0a,0x00,0xa1,0xd4,0x80,0x04,0x02,0x00]
11312 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11314 v_cmp_lt_i64_e64 s[10:11], -1, v[2:3]
11315 // W64: encoding: [0x0a,0x00,0xa1,0xd4,0xc1,0x04,0x02,0x00]
11316 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11318 v_cmp_lt_i64_e64 s[10:11], 0.5, v[2:3]
11319 // W64: encoding: [0x0a,0x00,0xa1,0xd4,0xf0,0x04,0x02,0x00]
11320 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11322 v_cmp_lt_i64_e64 s[10:11], -4.0, v[2:3]
11323 // W64: encoding: [0x0a,0x00,0xa1,0xd4,0xf7,0x04,0x02,0x00]
11324 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11326 v_cmp_lt_i64_e64 s[10:11], v[1:2], v[254:255]
11327 // W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xfd,0x03,0x00]
11328 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11330 v_cmp_lt_i64_e64 s[10:11], v[1:2], s[4:5]
11331 // W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x09,0x00,0x00]
11332 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11334 v_cmp_lt_i64_e64 s[10:11], v[1:2], s[6:7]
11335 // W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x0d,0x00,0x00]
11336 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11338 v_cmp_lt_i64_e64 s[10:11], v[1:2], s[100:101]
11339 // W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xc9,0x00,0x00]
11340 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11342 v_cmp_lt_i64_e64 s[10:11], v[1:2], vcc
11343 // W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xd5,0x00,0x00]
11344 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11346 v_cmp_lt_i64_e64 s[10:11], v[1:2], exec
11347 // W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xfd,0x00,0x00]
11348 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11350 v_cmp_lt_i64_e64 s[10:11], v[1:2], 0
11351 // W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x01,0x01,0x00]
11352 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11354 v_cmp_lt_i64_e64 s[10:11], v[1:2], -1
11355 // W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x83,0x01,0x00]
11356 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11358 v_cmp_lt_i64_e64 s[10:11], v[1:2], 0.5
11359 // W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xe1,0x01,0x00]
11360 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11362 v_cmp_lt_i64_e64 s[10:11], v[1:2], -4.0
11363 // W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xef,0x01,0x00]
11364 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11366 v_cmp_eq_i64_e64 s[10:11], v[1:2], v[2:3]
11367 // W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
11368 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11370 v_cmp_eq_i64_e64 s[12:13], v[1:2], v[2:3]
11371 // W64: encoding: [0x0c,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
11372 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11374 v_cmp_eq_i64_e64 s[100:101], v[1:2], v[2:3]
11375 // W64: encoding: [0x64,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
11376 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11378 v_cmp_eq_i64_e64 vcc, v[1:2], v[2:3]
11379 // W64: encoding: [0x6a,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
11380 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11382 v_cmp_eq_i64_e64 s[10:11], v[254:255], v[2:3]
11383 // W64: encoding: [0x0a,0x00,0xa2,0xd4,0xfe,0x05,0x02,0x00]
11384 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11386 v_cmp_eq_i64_e64 s[10:11], s[2:3], v[2:3]
11387 // W64: encoding: [0x0a,0x00,0xa2,0xd4,0x02,0x04,0x02,0x00]
11388 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11390 v_cmp_eq_i64_e64 s[10:11], s[4:5], v[2:3]
11391 // W64: encoding: [0x0a,0x00,0xa2,0xd4,0x04,0x04,0x02,0x00]
11392 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11394 v_cmp_eq_i64_e64 s[10:11], s[100:101], v[2:3]
11395 // W64: encoding: [0x0a,0x00,0xa2,0xd4,0x64,0x04,0x02,0x00]
11396 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11398 v_cmp_eq_i64_e64 s[10:11], vcc, v[2:3]
11399 // W64: encoding: [0x0a,0x00,0xa2,0xd4,0x6a,0x04,0x02,0x00]
11400 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11402 v_cmp_eq_i64_e64 s[10:11], exec, v[2:3]
11403 // W64: encoding: [0x0a,0x00,0xa2,0xd4,0x7e,0x04,0x02,0x00]
11404 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11406 v_cmp_eq_i64_e64 s[10:11], 0, v[2:3]
11407 // W64: encoding: [0x0a,0x00,0xa2,0xd4,0x80,0x04,0x02,0x00]
11408 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11410 v_cmp_eq_i64_e64 s[10:11], -1, v[2:3]
11411 // W64: encoding: [0x0a,0x00,0xa2,0xd4,0xc1,0x04,0x02,0x00]
11412 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11414 v_cmp_eq_i64_e64 s[10:11], 0.5, v[2:3]
11415 // W64: encoding: [0x0a,0x00,0xa2,0xd4,0xf0,0x04,0x02,0x00]
11416 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11418 v_cmp_eq_i64_e64 s[10:11], -4.0, v[2:3]
11419 // W64: encoding: [0x0a,0x00,0xa2,0xd4,0xf7,0x04,0x02,0x00]
11420 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11422 v_cmp_eq_i64_e64 s[10:11], v[1:2], v[254:255]
11423 // W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xfd,0x03,0x00]
11424 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11426 v_cmp_eq_i64_e64 s[10:11], v[1:2], s[4:5]
11427 // W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x09,0x00,0x00]
11428 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11430 v_cmp_eq_i64_e64 s[10:11], v[1:2], s[6:7]
11431 // W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x0d,0x00,0x00]
11432 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11434 v_cmp_eq_i64_e64 s[10:11], v[1:2], s[100:101]
11435 // W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xc9,0x00,0x00]
11436 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11438 v_cmp_eq_i64_e64 s[10:11], v[1:2], vcc
11439 // W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xd5,0x00,0x00]
11440 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11442 v_cmp_eq_i64_e64 s[10:11], v[1:2], exec
11443 // W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xfd,0x00,0x00]
11444 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11446 v_cmp_eq_i64_e64 s[10:11], v[1:2], 0
11447 // W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x01,0x01,0x00]
11448 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11450 v_cmp_eq_i64_e64 s[10:11], v[1:2], -1
11451 // W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x83,0x01,0x00]
11452 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11454 v_cmp_eq_i64_e64 s[10:11], v[1:2], 0.5
11455 // W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xe1,0x01,0x00]
11456 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11458 v_cmp_eq_i64_e64 s[10:11], v[1:2], -4.0
11459 // W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xef,0x01,0x00]
11460 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11462 v_cmp_le_i64_e64 s[10:11], v[1:2], v[2:3]
11463 // W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
11464 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11466 v_cmp_le_i64_e64 s[12:13], v[1:2], v[2:3]
11467 // W64: encoding: [0x0c,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
11468 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11470 v_cmp_le_i64_e64 s[100:101], v[1:2], v[2:3]
11471 // W64: encoding: [0x64,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
11472 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11474 v_cmp_le_i64_e64 vcc, v[1:2], v[2:3]
11475 // W64: encoding: [0x6a,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
11476 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11478 v_cmp_le_i64_e64 s[10:11], v[254:255], v[2:3]
11479 // W64: encoding: [0x0a,0x00,0xa3,0xd4,0xfe,0x05,0x02,0x00]
11480 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11482 v_cmp_le_i64_e64 s[10:11], s[2:3], v[2:3]
11483 // W64: encoding: [0x0a,0x00,0xa3,0xd4,0x02,0x04,0x02,0x00]
11484 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11486 v_cmp_le_i64_e64 s[10:11], s[4:5], v[2:3]
11487 // W64: encoding: [0x0a,0x00,0xa3,0xd4,0x04,0x04,0x02,0x00]
11488 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11490 v_cmp_le_i64_e64 s[10:11], s[100:101], v[2:3]
11491 // W64: encoding: [0x0a,0x00,0xa3,0xd4,0x64,0x04,0x02,0x00]
11492 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11494 v_cmp_le_i64_e64 s[10:11], vcc, v[2:3]
11495 // W64: encoding: [0x0a,0x00,0xa3,0xd4,0x6a,0x04,0x02,0x00]
11496 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11498 v_cmp_le_i64_e64 s[10:11], exec, v[2:3]
11499 // W64: encoding: [0x0a,0x00,0xa3,0xd4,0x7e,0x04,0x02,0x00]
11500 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11502 v_cmp_le_i64_e64 s[10:11], 0, v[2:3]
11503 // W64: encoding: [0x0a,0x00,0xa3,0xd4,0x80,0x04,0x02,0x00]
11504 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11506 v_cmp_le_i64_e64 s[10:11], -1, v[2:3]
11507 // W64: encoding: [0x0a,0x00,0xa3,0xd4,0xc1,0x04,0x02,0x00]
11508 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11510 v_cmp_le_i64_e64 s[10:11], 0.5, v[2:3]
11511 // W64: encoding: [0x0a,0x00,0xa3,0xd4,0xf0,0x04,0x02,0x00]
11512 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11514 v_cmp_le_i64_e64 s[10:11], -4.0, v[2:3]
11515 // W64: encoding: [0x0a,0x00,0xa3,0xd4,0xf7,0x04,0x02,0x00]
11516 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11518 v_cmp_le_i64_e64 s[10:11], v[1:2], v[254:255]
11519 // W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xfd,0x03,0x00]
11520 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11522 v_cmp_le_i64_e64 s[10:11], v[1:2], s[4:5]
11523 // W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x09,0x00,0x00]
11524 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11526 v_cmp_le_i64_e64 s[10:11], v[1:2], s[6:7]
11527 // W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x0d,0x00,0x00]
11528 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11530 v_cmp_le_i64_e64 s[10:11], v[1:2], s[100:101]
11531 // W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xc9,0x00,0x00]
11532 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11534 v_cmp_le_i64_e64 s[10:11], v[1:2], vcc
11535 // W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xd5,0x00,0x00]
11536 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11538 v_cmp_le_i64_e64 s[10:11], v[1:2], exec
11539 // W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xfd,0x00,0x00]
11540 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11542 v_cmp_le_i64_e64 s[10:11], v[1:2], 0
11543 // W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x01,0x01,0x00]
11544 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11546 v_cmp_le_i64_e64 s[10:11], v[1:2], -1
11547 // W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x83,0x01,0x00]
11548 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11550 v_cmp_le_i64_e64 s[10:11], v[1:2], 0.5
11551 // W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xe1,0x01,0x00]
11552 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11554 v_cmp_le_i64_e64 s[10:11], v[1:2], -4.0
11555 // W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xef,0x01,0x00]
11556 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11558 v_cmp_gt_i64_e64 s[10:11], v[1:2], v[2:3]
11559 // W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
11560 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11562 v_cmp_gt_i64_e64 s[12:13], v[1:2], v[2:3]
11563 // W64: encoding: [0x0c,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
11564 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11566 v_cmp_gt_i64_e64 s[100:101], v[1:2], v[2:3]
11567 // W64: encoding: [0x64,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
11568 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11570 v_cmp_gt_i64_e64 vcc, v[1:2], v[2:3]
11571 // W64: encoding: [0x6a,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
11572 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11574 v_cmp_gt_i64_e64 s[10:11], v[254:255], v[2:3]
11575 // W64: encoding: [0x0a,0x00,0xa4,0xd4,0xfe,0x05,0x02,0x00]
11576 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11578 v_cmp_gt_i64_e64 s[10:11], s[2:3], v[2:3]
11579 // W64: encoding: [0x0a,0x00,0xa4,0xd4,0x02,0x04,0x02,0x00]
11580 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11582 v_cmp_gt_i64_e64 s[10:11], s[4:5], v[2:3]
11583 // W64: encoding: [0x0a,0x00,0xa4,0xd4,0x04,0x04,0x02,0x00]
11584 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11586 v_cmp_gt_i64_e64 s[10:11], s[100:101], v[2:3]
11587 // W64: encoding: [0x0a,0x00,0xa4,0xd4,0x64,0x04,0x02,0x00]
11588 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11590 v_cmp_gt_i64_e64 s[10:11], vcc, v[2:3]
11591 // W64: encoding: [0x0a,0x00,0xa4,0xd4,0x6a,0x04,0x02,0x00]
11592 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11594 v_cmp_gt_i64_e64 s[10:11], exec, v[2:3]
11595 // W64: encoding: [0x0a,0x00,0xa4,0xd4,0x7e,0x04,0x02,0x00]
11596 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11598 v_cmp_gt_i64_e64 s[10:11], 0, v[2:3]
11599 // W64: encoding: [0x0a,0x00,0xa4,0xd4,0x80,0x04,0x02,0x00]
11600 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11602 v_cmp_gt_i64_e64 s[10:11], -1, v[2:3]
11603 // W64: encoding: [0x0a,0x00,0xa4,0xd4,0xc1,0x04,0x02,0x00]
11604 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11606 v_cmp_gt_i64_e64 s[10:11], 0.5, v[2:3]
11607 // W64: encoding: [0x0a,0x00,0xa4,0xd4,0xf0,0x04,0x02,0x00]
11608 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11610 v_cmp_gt_i64_e64 s[10:11], -4.0, v[2:3]
11611 // W64: encoding: [0x0a,0x00,0xa4,0xd4,0xf7,0x04,0x02,0x00]
11612 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11614 v_cmp_gt_i64_e64 s[10:11], v[1:2], v[254:255]
11615 // W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xfd,0x03,0x00]
11616 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11618 v_cmp_gt_i64_e64 s[10:11], v[1:2], s[4:5]
11619 // W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x09,0x00,0x00]
11620 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11622 v_cmp_gt_i64_e64 s[10:11], v[1:2], s[6:7]
11623 // W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x0d,0x00,0x00]
11624 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11626 v_cmp_gt_i64_e64 s[10:11], v[1:2], s[100:101]
11627 // W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xc9,0x00,0x00]
11628 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11630 v_cmp_gt_i64_e64 s[10:11], v[1:2], vcc
11631 // W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xd5,0x00,0x00]
11632 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11634 v_cmp_gt_i64_e64 s[10:11], v[1:2], exec
11635 // W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xfd,0x00,0x00]
11636 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11638 v_cmp_gt_i64_e64 s[10:11], v[1:2], 0
11639 // W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x01,0x01,0x00]
11640 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11642 v_cmp_gt_i64_e64 s[10:11], v[1:2], -1
11643 // W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x83,0x01,0x00]
11644 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11646 v_cmp_gt_i64_e64 s[10:11], v[1:2], 0.5
11647 // W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xe1,0x01,0x00]
11648 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11650 v_cmp_gt_i64_e64 s[10:11], v[1:2], -4.0
11651 // W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xef,0x01,0x00]
11652 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11654 v_cmp_ne_i64_e64 s[10:11], v[1:2], v[2:3]
11655 // W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
11656 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11658 v_cmp_ne_i64_e64 s[12:13], v[1:2], v[2:3]
11659 // W64: encoding: [0x0c,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
11660 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11662 v_cmp_ne_i64_e64 s[100:101], v[1:2], v[2:3]
11663 // W64: encoding: [0x64,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
11664 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11666 v_cmp_ne_i64_e64 vcc, v[1:2], v[2:3]
11667 // W64: encoding: [0x6a,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
11668 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11670 v_cmp_ne_i64_e64 s[10:11], v[254:255], v[2:3]
11671 // W64: encoding: [0x0a,0x00,0xa5,0xd4,0xfe,0x05,0x02,0x00]
11672 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11674 v_cmp_ne_i64_e64 s[10:11], s[2:3], v[2:3]
11675 // W64: encoding: [0x0a,0x00,0xa5,0xd4,0x02,0x04,0x02,0x00]
11676 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11678 v_cmp_ne_i64_e64 s[10:11], s[4:5], v[2:3]
11679 // W64: encoding: [0x0a,0x00,0xa5,0xd4,0x04,0x04,0x02,0x00]
11680 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11682 v_cmp_ne_i64_e64 s[10:11], s[100:101], v[2:3]
11683 // W64: encoding: [0x0a,0x00,0xa5,0xd4,0x64,0x04,0x02,0x00]
11684 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11686 v_cmp_ne_i64_e64 s[10:11], vcc, v[2:3]
11687 // W64: encoding: [0x0a,0x00,0xa5,0xd4,0x6a,0x04,0x02,0x00]
11688 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11690 v_cmp_ne_i64_e64 s[10:11], exec, v[2:3]
11691 // W64: encoding: [0x0a,0x00,0xa5,0xd4,0x7e,0x04,0x02,0x00]
11692 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11694 v_cmp_ne_i64_e64 s[10:11], 0, v[2:3]
11695 // W64: encoding: [0x0a,0x00,0xa5,0xd4,0x80,0x04,0x02,0x00]
11696 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11698 v_cmp_ne_i64_e64 s[10:11], -1, v[2:3]
11699 // W64: encoding: [0x0a,0x00,0xa5,0xd4,0xc1,0x04,0x02,0x00]
11700 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11702 v_cmp_ne_i64_e64 s[10:11], 0.5, v[2:3]
11703 // W64: encoding: [0x0a,0x00,0xa5,0xd4,0xf0,0x04,0x02,0x00]
11704 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11706 v_cmp_ne_i64_e64 s[10:11], -4.0, v[2:3]
11707 // W64: encoding: [0x0a,0x00,0xa5,0xd4,0xf7,0x04,0x02,0x00]
11708 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11710 v_cmp_ne_i64_e64 s[10:11], v[1:2], v[254:255]
11711 // W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xfd,0x03,0x00]
11712 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11714 v_cmp_ne_i64_e64 s[10:11], v[1:2], s[4:5]
11715 // W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x09,0x00,0x00]
11716 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11718 v_cmp_ne_i64_e64 s[10:11], v[1:2], s[6:7]
11719 // W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x0d,0x00,0x00]
11720 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11722 v_cmp_ne_i64_e64 s[10:11], v[1:2], s[100:101]
11723 // W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xc9,0x00,0x00]
11724 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11726 v_cmp_ne_i64_e64 s[10:11], v[1:2], vcc
11727 // W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xd5,0x00,0x00]
11728 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11730 v_cmp_ne_i64_e64 s[10:11], v[1:2], exec
11731 // W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xfd,0x00,0x00]
11732 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11734 v_cmp_ne_i64_e64 s[10:11], v[1:2], 0
11735 // W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x01,0x01,0x00]
11736 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11738 v_cmp_ne_i64_e64 s[10:11], v[1:2], -1
11739 // W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x83,0x01,0x00]
11740 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11742 v_cmp_ne_i64_e64 s[10:11], v[1:2], 0.5
11743 // W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xe1,0x01,0x00]
11744 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11746 v_cmp_ne_i64_e64 s[10:11], v[1:2], -4.0
11747 // W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xef,0x01,0x00]
11748 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11750 v_cmp_ge_i64_e64 s[10:11], v[1:2], v[2:3]
11751 // W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
11752 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11754 v_cmp_ge_i64_e64 s[12:13], v[1:2], v[2:3]
11755 // W64: encoding: [0x0c,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
11756 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11758 v_cmp_ge_i64_e64 s[100:101], v[1:2], v[2:3]
11759 // W64: encoding: [0x64,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
11760 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11762 v_cmp_ge_i64_e64 vcc, v[1:2], v[2:3]
11763 // W64: encoding: [0x6a,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
11764 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11766 v_cmp_ge_i64_e64 s[10:11], v[254:255], v[2:3]
11767 // W64: encoding: [0x0a,0x00,0xa6,0xd4,0xfe,0x05,0x02,0x00]
11768 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11770 v_cmp_ge_i64_e64 s[10:11], s[2:3], v[2:3]
11771 // W64: encoding: [0x0a,0x00,0xa6,0xd4,0x02,0x04,0x02,0x00]
11772 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11774 v_cmp_ge_i64_e64 s[10:11], s[4:5], v[2:3]
11775 // W64: encoding: [0x0a,0x00,0xa6,0xd4,0x04,0x04,0x02,0x00]
11776 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11778 v_cmp_ge_i64_e64 s[10:11], s[100:101], v[2:3]
11779 // W64: encoding: [0x0a,0x00,0xa6,0xd4,0x64,0x04,0x02,0x00]
11780 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11782 v_cmp_ge_i64_e64 s[10:11], vcc, v[2:3]
11783 // W64: encoding: [0x0a,0x00,0xa6,0xd4,0x6a,0x04,0x02,0x00]
11784 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11786 v_cmp_ge_i64_e64 s[10:11], exec, v[2:3]
11787 // W64: encoding: [0x0a,0x00,0xa6,0xd4,0x7e,0x04,0x02,0x00]
11788 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11790 v_cmp_ge_i64_e64 s[10:11], 0, v[2:3]
11791 // W64: encoding: [0x0a,0x00,0xa6,0xd4,0x80,0x04,0x02,0x00]
11792 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11794 v_cmp_ge_i64_e64 s[10:11], -1, v[2:3]
11795 // W64: encoding: [0x0a,0x00,0xa6,0xd4,0xc1,0x04,0x02,0x00]
11796 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11798 v_cmp_ge_i64_e64 s[10:11], 0.5, v[2:3]
11799 // W64: encoding: [0x0a,0x00,0xa6,0xd4,0xf0,0x04,0x02,0x00]
11800 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11802 v_cmp_ge_i64_e64 s[10:11], -4.0, v[2:3]
11803 // W64: encoding: [0x0a,0x00,0xa6,0xd4,0xf7,0x04,0x02,0x00]
11804 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11806 v_cmp_ge_i64_e64 s[10:11], v[1:2], v[254:255]
11807 // W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xfd,0x03,0x00]
11808 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11810 v_cmp_ge_i64_e64 s[10:11], v[1:2], s[4:5]
11811 // W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x09,0x00,0x00]
11812 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11814 v_cmp_ge_i64_e64 s[10:11], v[1:2], s[6:7]
11815 // W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x0d,0x00,0x00]
11816 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11818 v_cmp_ge_i64_e64 s[10:11], v[1:2], s[100:101]
11819 // W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xc9,0x00,0x00]
11820 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11822 v_cmp_ge_i64_e64 s[10:11], v[1:2], vcc
11823 // W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xd5,0x00,0x00]
11824 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11826 v_cmp_ge_i64_e64 s[10:11], v[1:2], exec
11827 // W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xfd,0x00,0x00]
11828 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11830 v_cmp_ge_i64_e64 s[10:11], v[1:2], 0
11831 // W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x01,0x01,0x00]
11832 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11834 v_cmp_ge_i64_e64 s[10:11], v[1:2], -1
11835 // W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x83,0x01,0x00]
11836 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11838 v_cmp_ge_i64_e64 s[10:11], v[1:2], 0.5
11839 // W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xe1,0x01,0x00]
11840 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11842 v_cmp_ge_i64_e64 s[10:11], v[1:2], -4.0
11843 // W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xef,0x01,0x00]
11844 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11846 v_cmp_t_i64_e64 s[10:11], v[1:2], v[2:3]
11847 // W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
11848 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11850 v_cmp_t_i64_e64 s[12:13], v[1:2], v[2:3]
11851 // W64: encoding: [0x0c,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
11852 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11854 v_cmp_t_i64_e64 s[100:101], v[1:2], v[2:3]
11855 // W64: encoding: [0x64,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
11856 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11858 v_cmp_t_i64_e64 vcc, v[1:2], v[2:3]
11859 // W64: encoding: [0x6a,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
11860 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11862 v_cmp_t_i64_e64 s[10:11], v[254:255], v[2:3]
11863 // W64: encoding: [0x0a,0x00,0xa7,0xd4,0xfe,0x05,0x02,0x00]
11864 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11866 v_cmp_t_i64_e64 s[10:11], s[2:3], v[2:3]
11867 // W64: encoding: [0x0a,0x00,0xa7,0xd4,0x02,0x04,0x02,0x00]
11868 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11870 v_cmp_t_i64_e64 s[10:11], s[4:5], v[2:3]
11871 // W64: encoding: [0x0a,0x00,0xa7,0xd4,0x04,0x04,0x02,0x00]
11872 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11874 v_cmp_t_i64_e64 s[10:11], s[100:101], v[2:3]
11875 // W64: encoding: [0x0a,0x00,0xa7,0xd4,0x64,0x04,0x02,0x00]
11876 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11878 v_cmp_t_i64_e64 s[10:11], vcc, v[2:3]
11879 // W64: encoding: [0x0a,0x00,0xa7,0xd4,0x6a,0x04,0x02,0x00]
11880 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11882 v_cmp_t_i64_e64 s[10:11], exec, v[2:3]
11883 // W64: encoding: [0x0a,0x00,0xa7,0xd4,0x7e,0x04,0x02,0x00]
11884 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11886 v_cmp_t_i64_e64 s[10:11], 0, v[2:3]
11887 // W64: encoding: [0x0a,0x00,0xa7,0xd4,0x80,0x04,0x02,0x00]
11888 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11890 v_cmp_t_i64_e64 s[10:11], -1, v[2:3]
11891 // W64: encoding: [0x0a,0x00,0xa7,0xd4,0xc1,0x04,0x02,0x00]
11892 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11894 v_cmp_t_i64_e64 s[10:11], 0.5, v[2:3]
11895 // W64: encoding: [0x0a,0x00,0xa7,0xd4,0xf0,0x04,0x02,0x00]
11896 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11898 v_cmp_t_i64_e64 s[10:11], -4.0, v[2:3]
11899 // W64: encoding: [0x0a,0x00,0xa7,0xd4,0xf7,0x04,0x02,0x00]
11900 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11902 v_cmp_t_i64_e64 s[10:11], v[1:2], v[254:255]
11903 // W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xfd,0x03,0x00]
11904 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11906 v_cmp_t_i64_e64 s[10:11], v[1:2], s[4:5]
11907 // W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x09,0x00,0x00]
11908 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11910 v_cmp_t_i64_e64 s[10:11], v[1:2], s[6:7]
11911 // W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x0d,0x00,0x00]
11912 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11914 v_cmp_t_i64_e64 s[10:11], v[1:2], s[100:101]
11915 // W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xc9,0x00,0x00]
11916 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11918 v_cmp_t_i64_e64 s[10:11], v[1:2], vcc
11919 // W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xd5,0x00,0x00]
11920 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11922 v_cmp_t_i64_e64 s[10:11], v[1:2], exec
11923 // W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xfd,0x00,0x00]
11924 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11926 v_cmp_t_i64_e64 s[10:11], v[1:2], 0
11927 // W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x01,0x01,0x00]
11928 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11930 v_cmp_t_i64_e64 s[10:11], v[1:2], -1
11931 // W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x83,0x01,0x00]
11932 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11934 v_cmp_t_i64_e64 s[10:11], v[1:2], 0.5
11935 // W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xe1,0x01,0x00]
11936 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11938 v_cmp_t_i64_e64 s[10:11], v[1:2], -4.0
11939 // W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xef,0x01,0x00]
11940 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11942 v_cmp_class_f64_e64 s[10:11], v[1:2], v2
11943 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
11944 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11946 v_cmp_class_f64_e64 s[12:13], v[1:2], v2
11947 // W64: encoding: [0x0c,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
11948 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11950 v_cmp_class_f64_e64 s[100:101], v[1:2], v2
11951 // W64: encoding: [0x64,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
11952 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11954 v_cmp_class_f64_e64 vcc, v[1:2], v2
11955 // W64: encoding: [0x6a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
11956 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11958 v_cmp_class_f64_e64 s[10:11], v[254:255], v2
11959 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0xfe,0x05,0x02,0x00]
11960 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11962 v_cmp_class_f64_e64 s[10:11], s[2:3], v2
11963 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0x02,0x04,0x02,0x00]
11964 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11966 v_cmp_class_f64_e64 s[10:11], s[4:5], v2
11967 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0x04,0x04,0x02,0x00]
11968 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11970 v_cmp_class_f64_e64 s[10:11], s[100:101], v2
11971 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0x64,0x04,0x02,0x00]
11972 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11974 v_cmp_class_f64_e64 s[10:11], vcc, v2
11975 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0x6a,0x04,0x02,0x00]
11976 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11978 v_cmp_class_f64_e64 s[10:11], exec, v2
11979 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0x7e,0x04,0x02,0x00]
11980 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11982 v_cmp_class_f64_e64 s[10:11], 0, v2
11983 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0x80,0x04,0x02,0x00]
11984 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11986 v_cmp_class_f64_e64 s[10:11], -1, v2
11987 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0xc1,0x04,0x02,0x00]
11988 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11990 v_cmp_class_f64_e64 s[10:11], 0.5, v2
11991 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0xf0,0x04,0x02,0x00]
11992 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11994 v_cmp_class_f64_e64 s[10:11], -4.0, v2
11995 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0xf7,0x04,0x02,0x00]
11996 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
11998 v_cmp_class_f64_e64 s[10:11], v[1:2], v255
11999 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xff,0x03,0x00]
12000 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12002 v_cmp_class_f64_e64 s[10:11], v[1:2], s2
12003 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x00,0x00]
12004 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12006 v_cmp_class_f64_e64 s[10:11], v[1:2], s101
12007 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xcb,0x00,0x00]
12008 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12010 v_cmp_class_f64_e64 s[10:11], v[1:2], vcc_lo
12011 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xd5,0x00,0x00]
12012 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12014 v_cmp_class_f64_e64 s[10:11], v[1:2], vcc_hi
12015 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xd7,0x00,0x00]
12016 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12018 v_cmp_class_f64_e64 s[10:11], v[1:2], m0
12019 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xf9,0x00,0x00]
12020 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12022 v_cmp_class_f64_e64 s[10:11], v[1:2], exec_lo
12023 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xfd,0x00,0x00]
12024 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12026 v_cmp_class_f64_e64 s[10:11], v[1:2], exec_hi
12027 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xff,0x00,0x00]
12028 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12030 v_cmp_class_f64_e64 s[10:11], v[1:2], 0
12031 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x01,0x01,0x00]
12032 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12034 v_cmp_class_f64_e64 s[10:11], v[1:2], -1
12035 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x83,0x01,0x00]
12036 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12038 v_cmp_class_f64_e64 s[10:11], v[1:2], 0.5
12039 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xe1,0x01,0x00]
12040 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12042 v_cmp_class_f64_e64 s[10:11], v[1:2], -4.0
12043 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xef,0x01,0x00]
12044 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12046 v_cmp_class_f64_e64 s[10:11], -v[1:2], v2
12047 // W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x20]
12048 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12050 v_cmp_f_u64_e64 s[10:11], v[1:2], v[2:3]
12051 // W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
12052 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12054 v_cmp_f_u64_e64 s[12:13], v[1:2], v[2:3]
12055 // W64: encoding: [0x0c,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
12056 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12058 v_cmp_f_u64_e64 s[100:101], v[1:2], v[2:3]
12059 // W64: encoding: [0x64,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
12060 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12062 v_cmp_f_u64_e64 vcc, v[1:2], v[2:3]
12063 // W64: encoding: [0x6a,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
12064 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12066 v_cmp_f_u64_e64 s[10:11], v[254:255], v[2:3]
12067 // W64: encoding: [0x0a,0x00,0xe0,0xd4,0xfe,0x05,0x02,0x00]
12068 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12070 v_cmp_f_u64_e64 s[10:11], s[2:3], v[2:3]
12071 // W64: encoding: [0x0a,0x00,0xe0,0xd4,0x02,0x04,0x02,0x00]
12072 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12074 v_cmp_f_u64_e64 s[10:11], s[4:5], v[2:3]
12075 // W64: encoding: [0x0a,0x00,0xe0,0xd4,0x04,0x04,0x02,0x00]
12076 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12078 v_cmp_f_u64_e64 s[10:11], s[100:101], v[2:3]
12079 // W64: encoding: [0x0a,0x00,0xe0,0xd4,0x64,0x04,0x02,0x00]
12080 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12082 v_cmp_f_u64_e64 s[10:11], vcc, v[2:3]
12083 // W64: encoding: [0x0a,0x00,0xe0,0xd4,0x6a,0x04,0x02,0x00]
12084 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12086 v_cmp_f_u64_e64 s[10:11], exec, v[2:3]
12087 // W64: encoding: [0x0a,0x00,0xe0,0xd4,0x7e,0x04,0x02,0x00]
12088 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12090 v_cmp_f_u64_e64 s[10:11], 0, v[2:3]
12091 // W64: encoding: [0x0a,0x00,0xe0,0xd4,0x80,0x04,0x02,0x00]
12092 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12094 v_cmp_f_u64_e64 s[10:11], -1, v[2:3]
12095 // W64: encoding: [0x0a,0x00,0xe0,0xd4,0xc1,0x04,0x02,0x00]
12096 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12098 v_cmp_f_u64_e64 s[10:11], 0.5, v[2:3]
12099 // W64: encoding: [0x0a,0x00,0xe0,0xd4,0xf0,0x04,0x02,0x00]
12100 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12102 v_cmp_f_u64_e64 s[10:11], -4.0, v[2:3]
12103 // W64: encoding: [0x0a,0x00,0xe0,0xd4,0xf7,0x04,0x02,0x00]
12104 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12106 v_cmp_f_u64_e64 s[10:11], v[1:2], v[254:255]
12107 // W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xfd,0x03,0x00]
12108 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12110 v_cmp_f_u64_e64 s[10:11], v[1:2], s[4:5]
12111 // W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x09,0x00,0x00]
12112 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12114 v_cmp_f_u64_e64 s[10:11], v[1:2], s[6:7]
12115 // W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x0d,0x00,0x00]
12116 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12118 v_cmp_f_u64_e64 s[10:11], v[1:2], s[100:101]
12119 // W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xc9,0x00,0x00]
12120 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12122 v_cmp_f_u64_e64 s[10:11], v[1:2], vcc
12123 // W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xd5,0x00,0x00]
12124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12126 v_cmp_f_u64_e64 s[10:11], v[1:2], exec
12127 // W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xfd,0x00,0x00]
12128 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12130 v_cmp_f_u64_e64 s[10:11], v[1:2], 0
12131 // W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x01,0x01,0x00]
12132 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12134 v_cmp_f_u64_e64 s[10:11], v[1:2], -1
12135 // W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x83,0x01,0x00]
12136 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12138 v_cmp_f_u64_e64 s[10:11], v[1:2], 0.5
12139 // W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xe1,0x01,0x00]
12140 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12142 v_cmp_f_u64_e64 s[10:11], v[1:2], -4.0
12143 // W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xef,0x01,0x00]
12144 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12146 v_cmp_lt_u64_e64 s[10:11], v[1:2], v[2:3]
12147 // W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
12148 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12150 v_cmp_lt_u64_e64 s[12:13], v[1:2], v[2:3]
12151 // W64: encoding: [0x0c,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
12152 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12154 v_cmp_lt_u64_e64 s[100:101], v[1:2], v[2:3]
12155 // W64: encoding: [0x64,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
12156 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12158 v_cmp_lt_u64_e64 vcc, v[1:2], v[2:3]
12159 // W64: encoding: [0x6a,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
12160 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12162 v_cmp_lt_u64_e64 s[10:11], v[254:255], v[2:3]
12163 // W64: encoding: [0x0a,0x00,0xe1,0xd4,0xfe,0x05,0x02,0x00]
12164 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12166 v_cmp_lt_u64_e64 s[10:11], s[2:3], v[2:3]
12167 // W64: encoding: [0x0a,0x00,0xe1,0xd4,0x02,0x04,0x02,0x00]
12168 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12170 v_cmp_lt_u64_e64 s[10:11], s[4:5], v[2:3]
12171 // W64: encoding: [0x0a,0x00,0xe1,0xd4,0x04,0x04,0x02,0x00]
12172 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12174 v_cmp_lt_u64_e64 s[10:11], s[100:101], v[2:3]
12175 // W64: encoding: [0x0a,0x00,0xe1,0xd4,0x64,0x04,0x02,0x00]
12176 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12178 v_cmp_lt_u64_e64 s[10:11], vcc, v[2:3]
12179 // W64: encoding: [0x0a,0x00,0xe1,0xd4,0x6a,0x04,0x02,0x00]
12180 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12182 v_cmp_lt_u64_e64 s[10:11], exec, v[2:3]
12183 // W64: encoding: [0x0a,0x00,0xe1,0xd4,0x7e,0x04,0x02,0x00]
12184 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12186 v_cmp_lt_u64_e64 s[10:11], 0, v[2:3]
12187 // W64: encoding: [0x0a,0x00,0xe1,0xd4,0x80,0x04,0x02,0x00]
12188 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12190 v_cmp_lt_u64_e64 s[10:11], -1, v[2:3]
12191 // W64: encoding: [0x0a,0x00,0xe1,0xd4,0xc1,0x04,0x02,0x00]
12192 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12194 v_cmp_lt_u64_e64 s[10:11], 0.5, v[2:3]
12195 // W64: encoding: [0x0a,0x00,0xe1,0xd4,0xf0,0x04,0x02,0x00]
12196 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12198 v_cmp_lt_u64_e64 s[10:11], -4.0, v[2:3]
12199 // W64: encoding: [0x0a,0x00,0xe1,0xd4,0xf7,0x04,0x02,0x00]
12200 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12202 v_cmp_lt_u64_e64 s[10:11], v[1:2], v[254:255]
12203 // W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xfd,0x03,0x00]
12204 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12206 v_cmp_lt_u64_e64 s[10:11], v[1:2], s[4:5]
12207 // W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x09,0x00,0x00]
12208 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12210 v_cmp_lt_u64_e64 s[10:11], v[1:2], s[6:7]
12211 // W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x0d,0x00,0x00]
12212 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12214 v_cmp_lt_u64_e64 s[10:11], v[1:2], s[100:101]
12215 // W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xc9,0x00,0x00]
12216 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12218 v_cmp_lt_u64_e64 s[10:11], v[1:2], vcc
12219 // W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xd5,0x00,0x00]
12220 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12222 v_cmp_lt_u64_e64 s[10:11], v[1:2], exec
12223 // W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xfd,0x00,0x00]
12224 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12226 v_cmp_lt_u64_e64 s[10:11], v[1:2], 0
12227 // W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x01,0x01,0x00]
12228 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12230 v_cmp_lt_u64_e64 s[10:11], v[1:2], -1
12231 // W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x83,0x01,0x00]
12232 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12234 v_cmp_lt_u64_e64 s[10:11], v[1:2], 0.5
12235 // W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xe1,0x01,0x00]
12236 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12238 v_cmp_lt_u64_e64 s[10:11], v[1:2], -4.0
12239 // W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xef,0x01,0x00]
12240 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12242 v_cmp_eq_u64_e64 s[10:11], v[1:2], v[2:3]
12243 // W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
12244 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12246 v_cmp_eq_u64_e64 s[12:13], v[1:2], v[2:3]
12247 // W64: encoding: [0x0c,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
12248 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12250 v_cmp_eq_u64_e64 s[100:101], v[1:2], v[2:3]
12251 // W64: encoding: [0x64,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
12252 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12254 v_cmp_eq_u64_e64 vcc, v[1:2], v[2:3]
12255 // W64: encoding: [0x6a,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
12256 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12258 v_cmp_eq_u64_e64 s[10:11], v[254:255], v[2:3]
12259 // W64: encoding: [0x0a,0x00,0xe2,0xd4,0xfe,0x05,0x02,0x00]
12260 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12262 v_cmp_eq_u64_e64 s[10:11], s[2:3], v[2:3]
12263 // W64: encoding: [0x0a,0x00,0xe2,0xd4,0x02,0x04,0x02,0x00]
12264 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12266 v_cmp_eq_u64_e64 s[10:11], s[4:5], v[2:3]
12267 // W64: encoding: [0x0a,0x00,0xe2,0xd4,0x04,0x04,0x02,0x00]
12268 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12270 v_cmp_eq_u64_e64 s[10:11], s[100:101], v[2:3]
12271 // W64: encoding: [0x0a,0x00,0xe2,0xd4,0x64,0x04,0x02,0x00]
12272 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12274 v_cmp_eq_u64_e64 s[10:11], vcc, v[2:3]
12275 // W64: encoding: [0x0a,0x00,0xe2,0xd4,0x6a,0x04,0x02,0x00]
12276 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12278 v_cmp_eq_u64_e64 s[10:11], exec, v[2:3]
12279 // W64: encoding: [0x0a,0x00,0xe2,0xd4,0x7e,0x04,0x02,0x00]
12280 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12282 v_cmp_eq_u64_e64 s[10:11], 0, v[2:3]
12283 // W64: encoding: [0x0a,0x00,0xe2,0xd4,0x80,0x04,0x02,0x00]
12284 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12286 v_cmp_eq_u64_e64 s[10:11], -1, v[2:3]
12287 // W64: encoding: [0x0a,0x00,0xe2,0xd4,0xc1,0x04,0x02,0x00]
12288 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12290 v_cmp_eq_u64_e64 s[10:11], 0.5, v[2:3]
12291 // W64: encoding: [0x0a,0x00,0xe2,0xd4,0xf0,0x04,0x02,0x00]
12292 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12294 v_cmp_eq_u64_e64 s[10:11], -4.0, v[2:3]
12295 // W64: encoding: [0x0a,0x00,0xe2,0xd4,0xf7,0x04,0x02,0x00]
12296 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12298 v_cmp_eq_u64_e64 s[10:11], v[1:2], v[254:255]
12299 // W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xfd,0x03,0x00]
12300 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12302 v_cmp_eq_u64_e64 s[10:11], v[1:2], s[4:5]
12303 // W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x09,0x00,0x00]
12304 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12306 v_cmp_eq_u64_e64 s[10:11], v[1:2], s[6:7]
12307 // W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x0d,0x00,0x00]
12308 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12310 v_cmp_eq_u64_e64 s[10:11], v[1:2], s[100:101]
12311 // W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xc9,0x00,0x00]
12312 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12314 v_cmp_eq_u64_e64 s[10:11], v[1:2], vcc
12315 // W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xd5,0x00,0x00]
12316 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12318 v_cmp_eq_u64_e64 s[10:11], v[1:2], exec
12319 // W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xfd,0x00,0x00]
12320 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12322 v_cmp_eq_u64_e64 s[10:11], v[1:2], 0
12323 // W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x01,0x01,0x00]
12324 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12326 v_cmp_eq_u64_e64 s[10:11], v[1:2], -1
12327 // W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x83,0x01,0x00]
12328 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12330 v_cmp_eq_u64_e64 s[10:11], v[1:2], 0.5
12331 // W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xe1,0x01,0x00]
12332 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12334 v_cmp_eq_u64_e64 s[10:11], v[1:2], -4.0
12335 // W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xef,0x01,0x00]
12336 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12338 v_cmp_le_u64_e64 s[10:11], v[1:2], v[2:3]
12339 // W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
12340 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12342 v_cmp_le_u64_e64 s[12:13], v[1:2], v[2:3]
12343 // W64: encoding: [0x0c,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
12344 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12346 v_cmp_le_u64_e64 s[100:101], v[1:2], v[2:3]
12347 // W64: encoding: [0x64,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
12348 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12350 v_cmp_le_u64_e64 vcc, v[1:2], v[2:3]
12351 // W64: encoding: [0x6a,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
12352 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12354 v_cmp_le_u64_e64 s[10:11], v[254:255], v[2:3]
12355 // W64: encoding: [0x0a,0x00,0xe3,0xd4,0xfe,0x05,0x02,0x00]
12356 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12358 v_cmp_le_u64_e64 s[10:11], s[2:3], v[2:3]
12359 // W64: encoding: [0x0a,0x00,0xe3,0xd4,0x02,0x04,0x02,0x00]
12360 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12362 v_cmp_le_u64_e64 s[10:11], s[4:5], v[2:3]
12363 // W64: encoding: [0x0a,0x00,0xe3,0xd4,0x04,0x04,0x02,0x00]
12364 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12366 v_cmp_le_u64_e64 s[10:11], s[100:101], v[2:3]
12367 // W64: encoding: [0x0a,0x00,0xe3,0xd4,0x64,0x04,0x02,0x00]
12368 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12370 v_cmp_le_u64_e64 s[10:11], vcc, v[2:3]
12371 // W64: encoding: [0x0a,0x00,0xe3,0xd4,0x6a,0x04,0x02,0x00]
12372 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12374 v_cmp_le_u64_e64 s[10:11], exec, v[2:3]
12375 // W64: encoding: [0x0a,0x00,0xe3,0xd4,0x7e,0x04,0x02,0x00]
12376 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12378 v_cmp_le_u64_e64 s[10:11], 0, v[2:3]
12379 // W64: encoding: [0x0a,0x00,0xe3,0xd4,0x80,0x04,0x02,0x00]
12380 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12382 v_cmp_le_u64_e64 s[10:11], -1, v[2:3]
12383 // W64: encoding: [0x0a,0x00,0xe3,0xd4,0xc1,0x04,0x02,0x00]
12384 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12386 v_cmp_le_u64_e64 s[10:11], 0.5, v[2:3]
12387 // W64: encoding: [0x0a,0x00,0xe3,0xd4,0xf0,0x04,0x02,0x00]
12388 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12390 v_cmp_le_u64_e64 s[10:11], -4.0, v[2:3]
12391 // W64: encoding: [0x0a,0x00,0xe3,0xd4,0xf7,0x04,0x02,0x00]
12392 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12394 v_cmp_le_u64_e64 s[10:11], v[1:2], v[254:255]
12395 // W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xfd,0x03,0x00]
12396 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12398 v_cmp_le_u64_e64 s[10:11], v[1:2], s[4:5]
12399 // W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x09,0x00,0x00]
12400 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12402 v_cmp_le_u64_e64 s[10:11], v[1:2], s[6:7]
12403 // W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x0d,0x00,0x00]
12404 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12406 v_cmp_le_u64_e64 s[10:11], v[1:2], s[100:101]
12407 // W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xc9,0x00,0x00]
12408 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12410 v_cmp_le_u64_e64 s[10:11], v[1:2], vcc
12411 // W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xd5,0x00,0x00]
12412 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12414 v_cmp_le_u64_e64 s[10:11], v[1:2], exec
12415 // W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xfd,0x00,0x00]
12416 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12418 v_cmp_le_u64_e64 s[10:11], v[1:2], 0
12419 // W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x01,0x01,0x00]
12420 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12422 v_cmp_le_u64_e64 s[10:11], v[1:2], -1
12423 // W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x83,0x01,0x00]
12424 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12426 v_cmp_le_u64_e64 s[10:11], v[1:2], 0.5
12427 // W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xe1,0x01,0x00]
12428 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12430 v_cmp_le_u64_e64 s[10:11], v[1:2], -4.0
12431 // W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xef,0x01,0x00]
12432 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12434 v_cmp_gt_u64_e64 s[10:11], v[1:2], v[2:3]
12435 // W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
12436 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12438 v_cmp_gt_u64_e64 s[12:13], v[1:2], v[2:3]
12439 // W64: encoding: [0x0c,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
12440 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12442 v_cmp_gt_u64_e64 s[100:101], v[1:2], v[2:3]
12443 // W64: encoding: [0x64,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
12444 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12446 v_cmp_gt_u64_e64 vcc, v[1:2], v[2:3]
12447 // W64: encoding: [0x6a,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
12448 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12450 v_cmp_gt_u64_e64 s[10:11], v[254:255], v[2:3]
12451 // W64: encoding: [0x0a,0x00,0xe4,0xd4,0xfe,0x05,0x02,0x00]
12452 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12454 v_cmp_gt_u64_e64 s[10:11], s[2:3], v[2:3]
12455 // W64: encoding: [0x0a,0x00,0xe4,0xd4,0x02,0x04,0x02,0x00]
12456 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12458 v_cmp_gt_u64_e64 s[10:11], s[4:5], v[2:3]
12459 // W64: encoding: [0x0a,0x00,0xe4,0xd4,0x04,0x04,0x02,0x00]
12460 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12462 v_cmp_gt_u64_e64 s[10:11], s[100:101], v[2:3]
12463 // W64: encoding: [0x0a,0x00,0xe4,0xd4,0x64,0x04,0x02,0x00]
12464 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12466 v_cmp_gt_u64_e64 s[10:11], vcc, v[2:3]
12467 // W64: encoding: [0x0a,0x00,0xe4,0xd4,0x6a,0x04,0x02,0x00]
12468 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12470 v_cmp_gt_u64_e64 s[10:11], exec, v[2:3]
12471 // W64: encoding: [0x0a,0x00,0xe4,0xd4,0x7e,0x04,0x02,0x00]
12472 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12474 v_cmp_gt_u64_e64 s[10:11], 0, v[2:3]
12475 // W64: encoding: [0x0a,0x00,0xe4,0xd4,0x80,0x04,0x02,0x00]
12476 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12478 v_cmp_gt_u64_e64 s[10:11], -1, v[2:3]
12479 // W64: encoding: [0x0a,0x00,0xe4,0xd4,0xc1,0x04,0x02,0x00]
12480 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12482 v_cmp_gt_u64_e64 s[10:11], 0.5, v[2:3]
12483 // W64: encoding: [0x0a,0x00,0xe4,0xd4,0xf0,0x04,0x02,0x00]
12484 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12486 v_cmp_gt_u64_e64 s[10:11], -4.0, v[2:3]
12487 // W64: encoding: [0x0a,0x00,0xe4,0xd4,0xf7,0x04,0x02,0x00]
12488 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12490 v_cmp_gt_u64_e64 s[10:11], v[1:2], v[254:255]
12491 // W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xfd,0x03,0x00]
12492 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12494 v_cmp_gt_u64_e64 s[10:11], v[1:2], s[4:5]
12495 // W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x09,0x00,0x00]
12496 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12498 v_cmp_gt_u64_e64 s[10:11], v[1:2], s[6:7]
12499 // W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x0d,0x00,0x00]
12500 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12502 v_cmp_gt_u64_e64 s[10:11], v[1:2], s[100:101]
12503 // W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xc9,0x00,0x00]
12504 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12506 v_cmp_gt_u64_e64 s[10:11], v[1:2], vcc
12507 // W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xd5,0x00,0x00]
12508 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12510 v_cmp_gt_u64_e64 s[10:11], v[1:2], exec
12511 // W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xfd,0x00,0x00]
12512 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12514 v_cmp_gt_u64_e64 s[10:11], v[1:2], 0
12515 // W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x01,0x01,0x00]
12516 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12518 v_cmp_gt_u64_e64 s[10:11], v[1:2], -1
12519 // W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x83,0x01,0x00]
12520 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12522 v_cmp_gt_u64_e64 s[10:11], v[1:2], 0.5
12523 // W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xe1,0x01,0x00]
12524 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12526 v_cmp_gt_u64_e64 s[10:11], v[1:2], -4.0
12527 // W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xef,0x01,0x00]
12528 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12530 v_cmp_ne_u64_e64 s[10:11], v[1:2], v[2:3]
12531 // W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
12532 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12534 v_cmp_ne_u64_e64 s[12:13], v[1:2], v[2:3]
12535 // W64: encoding: [0x0c,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
12536 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12538 v_cmp_ne_u64_e64 s[100:101], v[1:2], v[2:3]
12539 // W64: encoding: [0x64,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
12540 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12542 v_cmp_ne_u64_e64 vcc, v[1:2], v[2:3]
12543 // W64: encoding: [0x6a,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
12544 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12546 v_cmp_ne_u64_e64 s[10:11], v[254:255], v[2:3]
12547 // W64: encoding: [0x0a,0x00,0xe5,0xd4,0xfe,0x05,0x02,0x00]
12548 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12550 v_cmp_ne_u64_e64 s[10:11], s[2:3], v[2:3]
12551 // W64: encoding: [0x0a,0x00,0xe5,0xd4,0x02,0x04,0x02,0x00]
12552 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12554 v_cmp_ne_u64_e64 s[10:11], s[4:5], v[2:3]
12555 // W64: encoding: [0x0a,0x00,0xe5,0xd4,0x04,0x04,0x02,0x00]
12556 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12558 v_cmp_ne_u64_e64 s[10:11], s[100:101], v[2:3]
12559 // W64: encoding: [0x0a,0x00,0xe5,0xd4,0x64,0x04,0x02,0x00]
12560 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12562 v_cmp_ne_u64_e64 s[10:11], vcc, v[2:3]
12563 // W64: encoding: [0x0a,0x00,0xe5,0xd4,0x6a,0x04,0x02,0x00]
12564 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12566 v_cmp_ne_u64_e64 s[10:11], exec, v[2:3]
12567 // W64: encoding: [0x0a,0x00,0xe5,0xd4,0x7e,0x04,0x02,0x00]
12568 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12570 v_cmp_ne_u64_e64 s[10:11], 0, v[2:3]
12571 // W64: encoding: [0x0a,0x00,0xe5,0xd4,0x80,0x04,0x02,0x00]
12572 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12574 v_cmp_ne_u64_e64 s[10:11], -1, v[2:3]
12575 // W64: encoding: [0x0a,0x00,0xe5,0xd4,0xc1,0x04,0x02,0x00]
12576 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12578 v_cmp_ne_u64_e64 s[10:11], 0.5, v[2:3]
12579 // W64: encoding: [0x0a,0x00,0xe5,0xd4,0xf0,0x04,0x02,0x00]
12580 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12582 v_cmp_ne_u64_e64 s[10:11], -4.0, v[2:3]
12583 // W64: encoding: [0x0a,0x00,0xe5,0xd4,0xf7,0x04,0x02,0x00]
12584 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12586 v_cmp_ne_u64_e64 s[10:11], v[1:2], v[254:255]
12587 // W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xfd,0x03,0x00]
12588 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12590 v_cmp_ne_u64_e64 s[10:11], v[1:2], s[4:5]
12591 // W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x09,0x00,0x00]
12592 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12594 v_cmp_ne_u64_e64 s[10:11], v[1:2], s[6:7]
12595 // W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x0d,0x00,0x00]
12596 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12598 v_cmp_ne_u64_e64 s[10:11], v[1:2], s[100:101]
12599 // W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xc9,0x00,0x00]
12600 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12602 v_cmp_ne_u64_e64 s[10:11], v[1:2], vcc
12603 // W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xd5,0x00,0x00]
12604 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12606 v_cmp_ne_u64_e64 s[10:11], v[1:2], exec
12607 // W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xfd,0x00,0x00]
12608 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12610 v_cmp_ne_u64_e64 s[10:11], v[1:2], 0
12611 // W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x01,0x01,0x00]
12612 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12614 v_cmp_ne_u64_e64 s[10:11], v[1:2], -1
12615 // W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x83,0x01,0x00]
12616 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12618 v_cmp_ne_u64_e64 s[10:11], v[1:2], 0.5
12619 // W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xe1,0x01,0x00]
12620 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12622 v_cmp_ne_u64_e64 s[10:11], v[1:2], -4.0
12623 // W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xef,0x01,0x00]
12624 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12626 v_cmp_ge_u64_e64 s[10:11], v[1:2], v[2:3]
12627 // W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
12628 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12630 v_cmp_ge_u64_e64 s[12:13], v[1:2], v[2:3]
12631 // W64: encoding: [0x0c,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
12632 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12634 v_cmp_ge_u64_e64 s[100:101], v[1:2], v[2:3]
12635 // W64: encoding: [0x64,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
12636 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12638 v_cmp_ge_u64_e64 vcc, v[1:2], v[2:3]
12639 // W64: encoding: [0x6a,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
12640 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12642 v_cmp_ge_u64_e64 s[10:11], v[254:255], v[2:3]
12643 // W64: encoding: [0x0a,0x00,0xe6,0xd4,0xfe,0x05,0x02,0x00]
12644 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12646 v_cmp_ge_u64_e64 s[10:11], s[2:3], v[2:3]
12647 // W64: encoding: [0x0a,0x00,0xe6,0xd4,0x02,0x04,0x02,0x00]
12648 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12650 v_cmp_ge_u64_e64 s[10:11], s[4:5], v[2:3]
12651 // W64: encoding: [0x0a,0x00,0xe6,0xd4,0x04,0x04,0x02,0x00]
12652 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12654 v_cmp_ge_u64_e64 s[10:11], s[100:101], v[2:3]
12655 // W64: encoding: [0x0a,0x00,0xe6,0xd4,0x64,0x04,0x02,0x00]
12656 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12658 v_cmp_ge_u64_e64 s[10:11], vcc, v[2:3]
12659 // W64: encoding: [0x0a,0x00,0xe6,0xd4,0x6a,0x04,0x02,0x00]
12660 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12662 v_cmp_ge_u64_e64 s[10:11], exec, v[2:3]
12663 // W64: encoding: [0x0a,0x00,0xe6,0xd4,0x7e,0x04,0x02,0x00]
12664 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12666 v_cmp_ge_u64_e64 s[10:11], 0, v[2:3]
12667 // W64: encoding: [0x0a,0x00,0xe6,0xd4,0x80,0x04,0x02,0x00]
12668 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12670 v_cmp_ge_u64_e64 s[10:11], -1, v[2:3]
12671 // W64: encoding: [0x0a,0x00,0xe6,0xd4,0xc1,0x04,0x02,0x00]
12672 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12674 v_cmp_ge_u64_e64 s[10:11], 0.5, v[2:3]
12675 // W64: encoding: [0x0a,0x00,0xe6,0xd4,0xf0,0x04,0x02,0x00]
12676 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12678 v_cmp_ge_u64_e64 s[10:11], -4.0, v[2:3]
12679 // W64: encoding: [0x0a,0x00,0xe6,0xd4,0xf7,0x04,0x02,0x00]
12680 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12682 v_cmp_ge_u64_e64 s[10:11], v[1:2], v[254:255]
12683 // W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xfd,0x03,0x00]
12684 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12686 v_cmp_ge_u64_e64 s[10:11], v[1:2], s[4:5]
12687 // W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x09,0x00,0x00]
12688 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12690 v_cmp_ge_u64_e64 s[10:11], v[1:2], s[6:7]
12691 // W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x0d,0x00,0x00]
12692 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12694 v_cmp_ge_u64_e64 s[10:11], v[1:2], s[100:101]
12695 // W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xc9,0x00,0x00]
12696 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12698 v_cmp_ge_u64_e64 s[10:11], v[1:2], vcc
12699 // W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xd5,0x00,0x00]
12700 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12702 v_cmp_ge_u64_e64 s[10:11], v[1:2], exec
12703 // W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xfd,0x00,0x00]
12704 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12706 v_cmp_ge_u64_e64 s[10:11], v[1:2], 0
12707 // W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x01,0x01,0x00]
12708 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12710 v_cmp_ge_u64_e64 s[10:11], v[1:2], -1
12711 // W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x83,0x01,0x00]
12712 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12714 v_cmp_ge_u64_e64 s[10:11], v[1:2], 0.5
12715 // W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xe1,0x01,0x00]
12716 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12718 v_cmp_ge_u64_e64 s[10:11], v[1:2], -4.0
12719 // W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xef,0x01,0x00]
12720 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12722 v_cmp_t_u64_e64 s[10:11], v[1:2], v[2:3]
12723 // W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
12724 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12726 v_cmp_t_u64_e64 s[12:13], v[1:2], v[2:3]
12727 // W64: encoding: [0x0c,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
12728 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12730 v_cmp_t_u64_e64 s[100:101], v[1:2], v[2:3]
12731 // W64: encoding: [0x64,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
12732 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12734 v_cmp_t_u64_e64 vcc, v[1:2], v[2:3]
12735 // W64: encoding: [0x6a,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
12736 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12738 v_cmp_t_u64_e64 s[10:11], v[254:255], v[2:3]
12739 // W64: encoding: [0x0a,0x00,0xe7,0xd4,0xfe,0x05,0x02,0x00]
12740 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12742 v_cmp_t_u64_e64 s[10:11], s[2:3], v[2:3]
12743 // W64: encoding: [0x0a,0x00,0xe7,0xd4,0x02,0x04,0x02,0x00]
12744 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12746 v_cmp_t_u64_e64 s[10:11], s[4:5], v[2:3]
12747 // W64: encoding: [0x0a,0x00,0xe7,0xd4,0x04,0x04,0x02,0x00]
12748 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12750 v_cmp_t_u64_e64 s[10:11], s[100:101], v[2:3]
12751 // W64: encoding: [0x0a,0x00,0xe7,0xd4,0x64,0x04,0x02,0x00]
12752 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12754 v_cmp_t_u64_e64 s[10:11], vcc, v[2:3]
12755 // W64: encoding: [0x0a,0x00,0xe7,0xd4,0x6a,0x04,0x02,0x00]
12756 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12758 v_cmp_t_u64_e64 s[10:11], exec, v[2:3]
12759 // W64: encoding: [0x0a,0x00,0xe7,0xd4,0x7e,0x04,0x02,0x00]
12760 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12762 v_cmp_t_u64_e64 s[10:11], 0, v[2:3]
12763 // W64: encoding: [0x0a,0x00,0xe7,0xd4,0x80,0x04,0x02,0x00]
12764 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12766 v_cmp_t_u64_e64 s[10:11], -1, v[2:3]
12767 // W64: encoding: [0x0a,0x00,0xe7,0xd4,0xc1,0x04,0x02,0x00]
12768 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12770 v_cmp_t_u64_e64 s[10:11], 0.5, v[2:3]
12771 // W64: encoding: [0x0a,0x00,0xe7,0xd4,0xf0,0x04,0x02,0x00]
12772 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12774 v_cmp_t_u64_e64 s[10:11], -4.0, v[2:3]
12775 // W64: encoding: [0x0a,0x00,0xe7,0xd4,0xf7,0x04,0x02,0x00]
12776 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12778 v_cmp_t_u64_e64 s[10:11], v[1:2], v[254:255]
12779 // W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xfd,0x03,0x00]
12780 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12782 v_cmp_t_u64_e64 s[10:11], v[1:2], s[4:5]
12783 // W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x09,0x00,0x00]
12784 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12786 v_cmp_t_u64_e64 s[10:11], v[1:2], s[6:7]
12787 // W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x0d,0x00,0x00]
12788 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12790 v_cmp_t_u64_e64 s[10:11], v[1:2], s[100:101]
12791 // W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xc9,0x00,0x00]
12792 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12794 v_cmp_t_u64_e64 s[10:11], v[1:2], vcc
12795 // W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xd5,0x00,0x00]
12796 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12798 v_cmp_t_u64_e64 s[10:11], v[1:2], exec
12799 // W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xfd,0x00,0x00]
12800 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12802 v_cmp_t_u64_e64 s[10:11], v[1:2], 0
12803 // W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x01,0x01,0x00]
12804 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12806 v_cmp_t_u64_e64 s[10:11], v[1:2], -1
12807 // W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x83,0x01,0x00]
12808 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12810 v_cmp_t_u64_e64 s[10:11], v[1:2], 0.5
12811 // W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xe1,0x01,0x00]
12812 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12814 v_cmp_t_u64_e64 s[10:11], v[1:2], -4.0
12815 // W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xef,0x01,0x00]
12816 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12818 v_cmp_f_i64_e64 s10, v[1:2], v[2:3]
12819 // W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
12820 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12822 v_cmp_f_i64_e64 s12, v[1:2], v[2:3]
12823 // W32: encoding: [0x0c,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
12824 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12826 v_cmp_f_i64_e64 s100, v[1:2], v[2:3]
12827 // W32: encoding: [0x64,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
12828 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12830 v_cmp_f_i64_e64 vcc_lo, v[1:2], v[2:3]
12831 // W32: encoding: [0x6a,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
12832 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12834 v_cmp_f_i64_e64 s10, v[254:255], v[2:3]
12835 // W32: encoding: [0x0a,0x00,0xa0,0xd4,0xfe,0x05,0x02,0x00]
12836 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12838 v_cmp_f_i64_e64 s10, s[2:3], v[2:3]
12839 // W32: encoding: [0x0a,0x00,0xa0,0xd4,0x02,0x04,0x02,0x00]
12840 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12842 v_cmp_f_i64_e64 s10, s[4:5], v[2:3]
12843 // W32: encoding: [0x0a,0x00,0xa0,0xd4,0x04,0x04,0x02,0x00]
12844 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12846 v_cmp_f_i64_e64 s10, s[100:101], v[2:3]
12847 // W32: encoding: [0x0a,0x00,0xa0,0xd4,0x64,0x04,0x02,0x00]
12848 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12850 v_cmp_f_i64_e64 s10, vcc, v[2:3]
12851 // W32: encoding: [0x0a,0x00,0xa0,0xd4,0x6a,0x04,0x02,0x00]
12852 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12854 v_cmp_f_i64_e64 s10, exec, v[2:3]
12855 // W32: encoding: [0x0a,0x00,0xa0,0xd4,0x7e,0x04,0x02,0x00]
12856 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12858 v_cmp_f_i64_e64 s10, 0, v[2:3]
12859 // W32: encoding: [0x0a,0x00,0xa0,0xd4,0x80,0x04,0x02,0x00]
12860 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12862 v_cmp_f_i64_e64 s10, -1, v[2:3]
12863 // W32: encoding: [0x0a,0x00,0xa0,0xd4,0xc1,0x04,0x02,0x00]
12864 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12866 v_cmp_f_i64_e64 s10, 0.5, v[2:3]
12867 // W32: encoding: [0x0a,0x00,0xa0,0xd4,0xf0,0x04,0x02,0x00]
12868 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12870 v_cmp_f_i64_e64 s10, -4.0, v[2:3]
12871 // W32: encoding: [0x0a,0x00,0xa0,0xd4,0xf7,0x04,0x02,0x00]
12872 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12874 v_cmp_f_i64_e64 s10, v[1:2], v[254:255]
12875 // W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xfd,0x03,0x00]
12876 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12878 v_cmp_f_i64_e64 s10, v[1:2], s[4:5]
12879 // W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x09,0x00,0x00]
12880 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12882 v_cmp_f_i64_e64 s10, v[1:2], s[6:7]
12883 // W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x0d,0x00,0x00]
12884 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12886 v_cmp_f_i64_e64 s10, v[1:2], s[100:101]
12887 // W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xc9,0x00,0x00]
12888 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12890 v_cmp_f_i64_e64 s10, v[1:2], vcc
12891 // W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xd5,0x00,0x00]
12892 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12894 v_cmp_f_i64_e64 s10, v[1:2], exec
12895 // W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xfd,0x00,0x00]
12896 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12898 v_cmp_f_i64_e64 s10, v[1:2], 0
12899 // W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x01,0x01,0x00]
12900 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12902 v_cmp_f_i64_e64 s10, v[1:2], -1
12903 // W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x83,0x01,0x00]
12904 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12906 v_cmp_f_i64_e64 s10, v[1:2], 0.5
12907 // W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xe1,0x01,0x00]
12908 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12910 v_cmp_f_i64_e64 s10, v[1:2], -4.0
12911 // W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xef,0x01,0x00]
12912 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12914 v_cmp_lt_i64_e64 s10, v[1:2], v[2:3]
12915 // W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
12916 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12918 v_cmp_lt_i64_e64 s12, v[1:2], v[2:3]
12919 // W32: encoding: [0x0c,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
12920 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12922 v_cmp_lt_i64_e64 s100, v[1:2], v[2:3]
12923 // W32: encoding: [0x64,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
12924 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12926 v_cmp_lt_i64_e64 vcc_lo, v[1:2], v[2:3]
12927 // W32: encoding: [0x6a,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
12928 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12930 v_cmp_lt_i64_e64 s10, v[254:255], v[2:3]
12931 // W32: encoding: [0x0a,0x00,0xa1,0xd4,0xfe,0x05,0x02,0x00]
12932 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12934 v_cmp_lt_i64_e64 s10, s[2:3], v[2:3]
12935 // W32: encoding: [0x0a,0x00,0xa1,0xd4,0x02,0x04,0x02,0x00]
12936 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12938 v_cmp_lt_i64_e64 s10, s[4:5], v[2:3]
12939 // W32: encoding: [0x0a,0x00,0xa1,0xd4,0x04,0x04,0x02,0x00]
12940 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12942 v_cmp_lt_i64_e64 s10, s[100:101], v[2:3]
12943 // W32: encoding: [0x0a,0x00,0xa1,0xd4,0x64,0x04,0x02,0x00]
12944 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12946 v_cmp_lt_i64_e64 s10, vcc, v[2:3]
12947 // W32: encoding: [0x0a,0x00,0xa1,0xd4,0x6a,0x04,0x02,0x00]
12948 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12950 v_cmp_lt_i64_e64 s10, exec, v[2:3]
12951 // W32: encoding: [0x0a,0x00,0xa1,0xd4,0x7e,0x04,0x02,0x00]
12952 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12954 v_cmp_lt_i64_e64 s10, 0, v[2:3]
12955 // W32: encoding: [0x0a,0x00,0xa1,0xd4,0x80,0x04,0x02,0x00]
12956 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12958 v_cmp_lt_i64_e64 s10, -1, v[2:3]
12959 // W32: encoding: [0x0a,0x00,0xa1,0xd4,0xc1,0x04,0x02,0x00]
12960 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12962 v_cmp_lt_i64_e64 s10, 0.5, v[2:3]
12963 // W32: encoding: [0x0a,0x00,0xa1,0xd4,0xf0,0x04,0x02,0x00]
12964 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12966 v_cmp_lt_i64_e64 s10, -4.0, v[2:3]
12967 // W32: encoding: [0x0a,0x00,0xa1,0xd4,0xf7,0x04,0x02,0x00]
12968 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12970 v_cmp_lt_i64_e64 s10, v[1:2], v[254:255]
12971 // W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xfd,0x03,0x00]
12972 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12974 v_cmp_lt_i64_e64 s10, v[1:2], s[4:5]
12975 // W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x09,0x00,0x00]
12976 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12978 v_cmp_lt_i64_e64 s10, v[1:2], s[6:7]
12979 // W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x0d,0x00,0x00]
12980 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12982 v_cmp_lt_i64_e64 s10, v[1:2], s[100:101]
12983 // W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xc9,0x00,0x00]
12984 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12986 v_cmp_lt_i64_e64 s10, v[1:2], vcc
12987 // W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xd5,0x00,0x00]
12988 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12990 v_cmp_lt_i64_e64 s10, v[1:2], exec
12991 // W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xfd,0x00,0x00]
12992 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12994 v_cmp_lt_i64_e64 s10, v[1:2], 0
12995 // W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x01,0x01,0x00]
12996 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
12998 v_cmp_lt_i64_e64 s10, v[1:2], -1
12999 // W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x83,0x01,0x00]
13000 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13002 v_cmp_lt_i64_e64 s10, v[1:2], 0.5
13003 // W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xe1,0x01,0x00]
13004 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13006 v_cmp_lt_i64_e64 s10, v[1:2], -4.0
13007 // W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xef,0x01,0x00]
13008 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13010 v_cmp_eq_i64_e64 s10, v[1:2], v[2:3]
13011 // W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
13012 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13014 v_cmp_eq_i64_e64 s12, v[1:2], v[2:3]
13015 // W32: encoding: [0x0c,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
13016 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13018 v_cmp_eq_i64_e64 s100, v[1:2], v[2:3]
13019 // W32: encoding: [0x64,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
13020 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13022 v_cmp_eq_i64_e64 vcc_lo, v[1:2], v[2:3]
13023 // W32: encoding: [0x6a,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
13024 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13026 v_cmp_eq_i64_e64 s10, v[254:255], v[2:3]
13027 // W32: encoding: [0x0a,0x00,0xa2,0xd4,0xfe,0x05,0x02,0x00]
13028 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13030 v_cmp_eq_i64_e64 s10, s[2:3], v[2:3]
13031 // W32: encoding: [0x0a,0x00,0xa2,0xd4,0x02,0x04,0x02,0x00]
13032 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13034 v_cmp_eq_i64_e64 s10, s[4:5], v[2:3]
13035 // W32: encoding: [0x0a,0x00,0xa2,0xd4,0x04,0x04,0x02,0x00]
13036 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13038 v_cmp_eq_i64_e64 s10, s[100:101], v[2:3]
13039 // W32: encoding: [0x0a,0x00,0xa2,0xd4,0x64,0x04,0x02,0x00]
13040 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13042 v_cmp_eq_i64_e64 s10, vcc, v[2:3]
13043 // W32: encoding: [0x0a,0x00,0xa2,0xd4,0x6a,0x04,0x02,0x00]
13044 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13046 v_cmp_eq_i64_e64 s10, exec, v[2:3]
13047 // W32: encoding: [0x0a,0x00,0xa2,0xd4,0x7e,0x04,0x02,0x00]
13048 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13050 v_cmp_eq_i64_e64 s10, 0, v[2:3]
13051 // W32: encoding: [0x0a,0x00,0xa2,0xd4,0x80,0x04,0x02,0x00]
13052 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13054 v_cmp_eq_i64_e64 s10, -1, v[2:3]
13055 // W32: encoding: [0x0a,0x00,0xa2,0xd4,0xc1,0x04,0x02,0x00]
13056 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13058 v_cmp_eq_i64_e64 s10, 0.5, v[2:3]
13059 // W32: encoding: [0x0a,0x00,0xa2,0xd4,0xf0,0x04,0x02,0x00]
13060 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13062 v_cmp_eq_i64_e64 s10, -4.0, v[2:3]
13063 // W32: encoding: [0x0a,0x00,0xa2,0xd4,0xf7,0x04,0x02,0x00]
13064 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13066 v_cmp_eq_i64_e64 s10, v[1:2], v[254:255]
13067 // W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xfd,0x03,0x00]
13068 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13070 v_cmp_eq_i64_e64 s10, v[1:2], s[4:5]
13071 // W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x09,0x00,0x00]
13072 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13074 v_cmp_eq_i64_e64 s10, v[1:2], s[6:7]
13075 // W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x0d,0x00,0x00]
13076 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13078 v_cmp_eq_i64_e64 s10, v[1:2], s[100:101]
13079 // W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xc9,0x00,0x00]
13080 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13082 v_cmp_eq_i64_e64 s10, v[1:2], vcc
13083 // W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xd5,0x00,0x00]
13084 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13086 v_cmp_eq_i64_e64 s10, v[1:2], exec
13087 // W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xfd,0x00,0x00]
13088 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13090 v_cmp_eq_i64_e64 s10, v[1:2], 0
13091 // W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x01,0x01,0x00]
13092 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13094 v_cmp_eq_i64_e64 s10, v[1:2], -1
13095 // W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x83,0x01,0x00]
13096 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13098 v_cmp_eq_i64_e64 s10, v[1:2], 0.5
13099 // W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xe1,0x01,0x00]
13100 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13102 v_cmp_eq_i64_e64 s10, v[1:2], -4.0
13103 // W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xef,0x01,0x00]
13104 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13106 v_cmp_le_i64_e64 s10, v[1:2], v[2:3]
13107 // W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
13108 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13110 v_cmp_le_i64_e64 s12, v[1:2], v[2:3]
13111 // W32: encoding: [0x0c,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
13112 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13114 v_cmp_le_i64_e64 s100, v[1:2], v[2:3]
13115 // W32: encoding: [0x64,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
13116 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13118 v_cmp_le_i64_e64 vcc_lo, v[1:2], v[2:3]
13119 // W32: encoding: [0x6a,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
13120 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13122 v_cmp_le_i64_e64 s10, v[254:255], v[2:3]
13123 // W32: encoding: [0x0a,0x00,0xa3,0xd4,0xfe,0x05,0x02,0x00]
13124 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13126 v_cmp_le_i64_e64 s10, s[2:3], v[2:3]
13127 // W32: encoding: [0x0a,0x00,0xa3,0xd4,0x02,0x04,0x02,0x00]
13128 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13130 v_cmp_le_i64_e64 s10, s[4:5], v[2:3]
13131 // W32: encoding: [0x0a,0x00,0xa3,0xd4,0x04,0x04,0x02,0x00]
13132 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13134 v_cmp_le_i64_e64 s10, s[100:101], v[2:3]
13135 // W32: encoding: [0x0a,0x00,0xa3,0xd4,0x64,0x04,0x02,0x00]
13136 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13138 v_cmp_le_i64_e64 s10, vcc, v[2:3]
13139 // W32: encoding: [0x0a,0x00,0xa3,0xd4,0x6a,0x04,0x02,0x00]
13140 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13142 v_cmp_le_i64_e64 s10, exec, v[2:3]
13143 // W32: encoding: [0x0a,0x00,0xa3,0xd4,0x7e,0x04,0x02,0x00]
13144 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13146 v_cmp_le_i64_e64 s10, 0, v[2:3]
13147 // W32: encoding: [0x0a,0x00,0xa3,0xd4,0x80,0x04,0x02,0x00]
13148 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13150 v_cmp_le_i64_e64 s10, -1, v[2:3]
13151 // W32: encoding: [0x0a,0x00,0xa3,0xd4,0xc1,0x04,0x02,0x00]
13152 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13154 v_cmp_le_i64_e64 s10, 0.5, v[2:3]
13155 // W32: encoding: [0x0a,0x00,0xa3,0xd4,0xf0,0x04,0x02,0x00]
13156 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13158 v_cmp_le_i64_e64 s10, -4.0, v[2:3]
13159 // W32: encoding: [0x0a,0x00,0xa3,0xd4,0xf7,0x04,0x02,0x00]
13160 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13162 v_cmp_le_i64_e64 s10, v[1:2], v[254:255]
13163 // W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xfd,0x03,0x00]
13164 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13166 v_cmp_le_i64_e64 s10, v[1:2], s[4:5]
13167 // W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x09,0x00,0x00]
13168 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13170 v_cmp_le_i64_e64 s10, v[1:2], s[6:7]
13171 // W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x0d,0x00,0x00]
13172 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13174 v_cmp_le_i64_e64 s10, v[1:2], s[100:101]
13175 // W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xc9,0x00,0x00]
13176 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13178 v_cmp_le_i64_e64 s10, v[1:2], vcc
13179 // W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xd5,0x00,0x00]
13180 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13182 v_cmp_le_i64_e64 s10, v[1:2], exec
13183 // W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xfd,0x00,0x00]
13184 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13186 v_cmp_le_i64_e64 s10, v[1:2], 0
13187 // W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x01,0x01,0x00]
13188 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13190 v_cmp_le_i64_e64 s10, v[1:2], -1
13191 // W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x83,0x01,0x00]
13192 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13194 v_cmp_le_i64_e64 s10, v[1:2], 0.5
13195 // W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xe1,0x01,0x00]
13196 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13198 v_cmp_le_i64_e64 s10, v[1:2], -4.0
13199 // W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xef,0x01,0x00]
13200 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13202 v_cmp_gt_i64_e64 s10, v[1:2], v[2:3]
13203 // W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
13204 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13206 v_cmp_gt_i64_e64 s12, v[1:2], v[2:3]
13207 // W32: encoding: [0x0c,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
13208 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13210 v_cmp_gt_i64_e64 s100, v[1:2], v[2:3]
13211 // W32: encoding: [0x64,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
13212 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13214 v_cmp_gt_i64_e64 vcc_lo, v[1:2], v[2:3]
13215 // W32: encoding: [0x6a,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
13216 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13218 v_cmp_gt_i64_e64 s10, v[254:255], v[2:3]
13219 // W32: encoding: [0x0a,0x00,0xa4,0xd4,0xfe,0x05,0x02,0x00]
13220 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13222 v_cmp_gt_i64_e64 s10, s[2:3], v[2:3]
13223 // W32: encoding: [0x0a,0x00,0xa4,0xd4,0x02,0x04,0x02,0x00]
13224 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13226 v_cmp_gt_i64_e64 s10, s[4:5], v[2:3]
13227 // W32: encoding: [0x0a,0x00,0xa4,0xd4,0x04,0x04,0x02,0x00]
13228 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13230 v_cmp_gt_i64_e64 s10, s[100:101], v[2:3]
13231 // W32: encoding: [0x0a,0x00,0xa4,0xd4,0x64,0x04,0x02,0x00]
13232 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13234 v_cmp_gt_i64_e64 s10, vcc, v[2:3]
13235 // W32: encoding: [0x0a,0x00,0xa4,0xd4,0x6a,0x04,0x02,0x00]
13236 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13238 v_cmp_gt_i64_e64 s10, exec, v[2:3]
13239 // W32: encoding: [0x0a,0x00,0xa4,0xd4,0x7e,0x04,0x02,0x00]
13240 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13242 v_cmp_gt_i64_e64 s10, 0, v[2:3]
13243 // W32: encoding: [0x0a,0x00,0xa4,0xd4,0x80,0x04,0x02,0x00]
13244 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13246 v_cmp_gt_i64_e64 s10, -1, v[2:3]
13247 // W32: encoding: [0x0a,0x00,0xa4,0xd4,0xc1,0x04,0x02,0x00]
13248 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13250 v_cmp_gt_i64_e64 s10, 0.5, v[2:3]
13251 // W32: encoding: [0x0a,0x00,0xa4,0xd4,0xf0,0x04,0x02,0x00]
13252 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13254 v_cmp_gt_i64_e64 s10, -4.0, v[2:3]
13255 // W32: encoding: [0x0a,0x00,0xa4,0xd4,0xf7,0x04,0x02,0x00]
13256 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13258 v_cmp_gt_i64_e64 s10, v[1:2], v[254:255]
13259 // W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xfd,0x03,0x00]
13260 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13262 v_cmp_gt_i64_e64 s10, v[1:2], s[4:5]
13263 // W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x09,0x00,0x00]
13264 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13266 v_cmp_gt_i64_e64 s10, v[1:2], s[6:7]
13267 // W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x0d,0x00,0x00]
13268 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13270 v_cmp_gt_i64_e64 s10, v[1:2], s[100:101]
13271 // W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xc9,0x00,0x00]
13272 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13274 v_cmp_gt_i64_e64 s10, v[1:2], vcc
13275 // W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xd5,0x00,0x00]
13276 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13278 v_cmp_gt_i64_e64 s10, v[1:2], exec
13279 // W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xfd,0x00,0x00]
13280 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13282 v_cmp_gt_i64_e64 s10, v[1:2], 0
13283 // W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x01,0x01,0x00]
13284 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13286 v_cmp_gt_i64_e64 s10, v[1:2], -1
13287 // W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x83,0x01,0x00]
13288 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13290 v_cmp_gt_i64_e64 s10, v[1:2], 0.5
13291 // W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xe1,0x01,0x00]
13292 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13294 v_cmp_gt_i64_e64 s10, v[1:2], -4.0
13295 // W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xef,0x01,0x00]
13296 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13298 v_cmp_ne_i64_e64 s10, v[1:2], v[2:3]
13299 // W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
13300 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13302 v_cmp_ne_i64_e64 s12, v[1:2], v[2:3]
13303 // W32: encoding: [0x0c,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
13304 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13306 v_cmp_ne_i64_e64 s100, v[1:2], v[2:3]
13307 // W32: encoding: [0x64,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
13308 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13310 v_cmp_ne_i64_e64 vcc_lo, v[1:2], v[2:3]
13311 // W32: encoding: [0x6a,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
13312 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13314 v_cmp_ne_i64_e64 s10, v[254:255], v[2:3]
13315 // W32: encoding: [0x0a,0x00,0xa5,0xd4,0xfe,0x05,0x02,0x00]
13316 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13318 v_cmp_ne_i64_e64 s10, s[2:3], v[2:3]
13319 // W32: encoding: [0x0a,0x00,0xa5,0xd4,0x02,0x04,0x02,0x00]
13320 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13322 v_cmp_ne_i64_e64 s10, s[4:5], v[2:3]
13323 // W32: encoding: [0x0a,0x00,0xa5,0xd4,0x04,0x04,0x02,0x00]
13324 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13326 v_cmp_ne_i64_e64 s10, s[100:101], v[2:3]
13327 // W32: encoding: [0x0a,0x00,0xa5,0xd4,0x64,0x04,0x02,0x00]
13328 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13330 v_cmp_ne_i64_e64 s10, vcc, v[2:3]
13331 // W32: encoding: [0x0a,0x00,0xa5,0xd4,0x6a,0x04,0x02,0x00]
13332 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13334 v_cmp_ne_i64_e64 s10, exec, v[2:3]
13335 // W32: encoding: [0x0a,0x00,0xa5,0xd4,0x7e,0x04,0x02,0x00]
13336 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13338 v_cmp_ne_i64_e64 s10, 0, v[2:3]
13339 // W32: encoding: [0x0a,0x00,0xa5,0xd4,0x80,0x04,0x02,0x00]
13340 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13342 v_cmp_ne_i64_e64 s10, -1, v[2:3]
13343 // W32: encoding: [0x0a,0x00,0xa5,0xd4,0xc1,0x04,0x02,0x00]
13344 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13346 v_cmp_ne_i64_e64 s10, 0.5, v[2:3]
13347 // W32: encoding: [0x0a,0x00,0xa5,0xd4,0xf0,0x04,0x02,0x00]
13348 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13350 v_cmp_ne_i64_e64 s10, -4.0, v[2:3]
13351 // W32: encoding: [0x0a,0x00,0xa5,0xd4,0xf7,0x04,0x02,0x00]
13352 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13354 v_cmp_ne_i64_e64 s10, v[1:2], v[254:255]
13355 // W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xfd,0x03,0x00]
13356 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13358 v_cmp_ne_i64_e64 s10, v[1:2], s[4:5]
13359 // W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x09,0x00,0x00]
13360 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13362 v_cmp_ne_i64_e64 s10, v[1:2], s[6:7]
13363 // W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x0d,0x00,0x00]
13364 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13366 v_cmp_ne_i64_e64 s10, v[1:2], s[100:101]
13367 // W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xc9,0x00,0x00]
13368 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13370 v_cmp_ne_i64_e64 s10, v[1:2], vcc
13371 // W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xd5,0x00,0x00]
13372 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13374 v_cmp_ne_i64_e64 s10, v[1:2], exec
13375 // W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xfd,0x00,0x00]
13376 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13378 v_cmp_ne_i64_e64 s10, v[1:2], 0
13379 // W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x01,0x01,0x00]
13380 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13382 v_cmp_ne_i64_e64 s10, v[1:2], -1
13383 // W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x83,0x01,0x00]
13384 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13386 v_cmp_ne_i64_e64 s10, v[1:2], 0.5
13387 // W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xe1,0x01,0x00]
13388 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13390 v_cmp_ne_i64_e64 s10, v[1:2], -4.0
13391 // W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xef,0x01,0x00]
13392 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13394 v_cmp_ge_i64_e64 s10, v[1:2], v[2:3]
13395 // W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
13396 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13398 v_cmp_ge_i64_e64 s12, v[1:2], v[2:3]
13399 // W32: encoding: [0x0c,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
13400 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13402 v_cmp_ge_i64_e64 s100, v[1:2], v[2:3]
13403 // W32: encoding: [0x64,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
13404 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13406 v_cmp_ge_i64_e64 vcc_lo, v[1:2], v[2:3]
13407 // W32: encoding: [0x6a,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
13408 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13410 v_cmp_ge_i64_e64 s10, v[254:255], v[2:3]
13411 // W32: encoding: [0x0a,0x00,0xa6,0xd4,0xfe,0x05,0x02,0x00]
13412 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13414 v_cmp_ge_i64_e64 s10, s[2:3], v[2:3]
13415 // W32: encoding: [0x0a,0x00,0xa6,0xd4,0x02,0x04,0x02,0x00]
13416 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13418 v_cmp_ge_i64_e64 s10, s[4:5], v[2:3]
13419 // W32: encoding: [0x0a,0x00,0xa6,0xd4,0x04,0x04,0x02,0x00]
13420 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13422 v_cmp_ge_i64_e64 s10, s[100:101], v[2:3]
13423 // W32: encoding: [0x0a,0x00,0xa6,0xd4,0x64,0x04,0x02,0x00]
13424 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13426 v_cmp_ge_i64_e64 s10, vcc, v[2:3]
13427 // W32: encoding: [0x0a,0x00,0xa6,0xd4,0x6a,0x04,0x02,0x00]
13428 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13430 v_cmp_ge_i64_e64 s10, exec, v[2:3]
13431 // W32: encoding: [0x0a,0x00,0xa6,0xd4,0x7e,0x04,0x02,0x00]
13432 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13434 v_cmp_ge_i64_e64 s10, 0, v[2:3]
13435 // W32: encoding: [0x0a,0x00,0xa6,0xd4,0x80,0x04,0x02,0x00]
13436 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13438 v_cmp_ge_i64_e64 s10, -1, v[2:3]
13439 // W32: encoding: [0x0a,0x00,0xa6,0xd4,0xc1,0x04,0x02,0x00]
13440 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13442 v_cmp_ge_i64_e64 s10, 0.5, v[2:3]
13443 // W32: encoding: [0x0a,0x00,0xa6,0xd4,0xf0,0x04,0x02,0x00]
13444 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13446 v_cmp_ge_i64_e64 s10, -4.0, v[2:3]
13447 // W32: encoding: [0x0a,0x00,0xa6,0xd4,0xf7,0x04,0x02,0x00]
13448 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13450 v_cmp_ge_i64_e64 s10, v[1:2], v[254:255]
13451 // W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xfd,0x03,0x00]
13452 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13454 v_cmp_ge_i64_e64 s10, v[1:2], s[4:5]
13455 // W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x09,0x00,0x00]
13456 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13458 v_cmp_ge_i64_e64 s10, v[1:2], s[6:7]
13459 // W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x0d,0x00,0x00]
13460 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13462 v_cmp_ge_i64_e64 s10, v[1:2], s[100:101]
13463 // W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xc9,0x00,0x00]
13464 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13466 v_cmp_ge_i64_e64 s10, v[1:2], vcc
13467 // W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xd5,0x00,0x00]
13468 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13470 v_cmp_ge_i64_e64 s10, v[1:2], exec
13471 // W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xfd,0x00,0x00]
13472 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13474 v_cmp_ge_i64_e64 s10, v[1:2], 0
13475 // W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x01,0x01,0x00]
13476 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13478 v_cmp_ge_i64_e64 s10, v[1:2], -1
13479 // W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x83,0x01,0x00]
13480 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13482 v_cmp_ge_i64_e64 s10, v[1:2], 0.5
13483 // W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xe1,0x01,0x00]
13484 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13486 v_cmp_ge_i64_e64 s10, v[1:2], -4.0
13487 // W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xef,0x01,0x00]
13488 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13490 v_cmp_t_i64_e64 s10, v[1:2], v[2:3]
13491 // W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
13492 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13494 v_cmp_t_i64_e64 s12, v[1:2], v[2:3]
13495 // W32: encoding: [0x0c,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
13496 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13498 v_cmp_t_i64_e64 s100, v[1:2], v[2:3]
13499 // W32: encoding: [0x64,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
13500 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13502 v_cmp_t_i64_e64 vcc_lo, v[1:2], v[2:3]
13503 // W32: encoding: [0x6a,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
13504 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13506 v_cmp_t_i64_e64 s10, v[254:255], v[2:3]
13507 // W32: encoding: [0x0a,0x00,0xa7,0xd4,0xfe,0x05,0x02,0x00]
13508 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13510 v_cmp_t_i64_e64 s10, s[2:3], v[2:3]
13511 // W32: encoding: [0x0a,0x00,0xa7,0xd4,0x02,0x04,0x02,0x00]
13512 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13514 v_cmp_t_i64_e64 s10, s[4:5], v[2:3]
13515 // W32: encoding: [0x0a,0x00,0xa7,0xd4,0x04,0x04,0x02,0x00]
13516 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13518 v_cmp_t_i64_e64 s10, s[100:101], v[2:3]
13519 // W32: encoding: [0x0a,0x00,0xa7,0xd4,0x64,0x04,0x02,0x00]
13520 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13522 v_cmp_t_i64_e64 s10, vcc, v[2:3]
13523 // W32: encoding: [0x0a,0x00,0xa7,0xd4,0x6a,0x04,0x02,0x00]
13524 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13526 v_cmp_t_i64_e64 s10, exec, v[2:3]
13527 // W32: encoding: [0x0a,0x00,0xa7,0xd4,0x7e,0x04,0x02,0x00]
13528 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13530 v_cmp_t_i64_e64 s10, 0, v[2:3]
13531 // W32: encoding: [0x0a,0x00,0xa7,0xd4,0x80,0x04,0x02,0x00]
13532 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13534 v_cmp_t_i64_e64 s10, -1, v[2:3]
13535 // W32: encoding: [0x0a,0x00,0xa7,0xd4,0xc1,0x04,0x02,0x00]
13536 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13538 v_cmp_t_i64_e64 s10, 0.5, v[2:3]
13539 // W32: encoding: [0x0a,0x00,0xa7,0xd4,0xf0,0x04,0x02,0x00]
13540 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13542 v_cmp_t_i64_e64 s10, -4.0, v[2:3]
13543 // W32: encoding: [0x0a,0x00,0xa7,0xd4,0xf7,0x04,0x02,0x00]
13544 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13546 v_cmp_t_i64_e64 s10, v[1:2], v[254:255]
13547 // W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xfd,0x03,0x00]
13548 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13550 v_cmp_t_i64_e64 s10, v[1:2], s[4:5]
13551 // W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x09,0x00,0x00]
13552 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13554 v_cmp_t_i64_e64 s10, v[1:2], s[6:7]
13555 // W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x0d,0x00,0x00]
13556 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13558 v_cmp_t_i64_e64 s10, v[1:2], s[100:101]
13559 // W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xc9,0x00,0x00]
13560 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13562 v_cmp_t_i64_e64 s10, v[1:2], vcc
13563 // W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xd5,0x00,0x00]
13564 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13566 v_cmp_t_i64_e64 s10, v[1:2], exec
13567 // W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xfd,0x00,0x00]
13568 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13570 v_cmp_t_i64_e64 s10, v[1:2], 0
13571 // W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x01,0x01,0x00]
13572 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13574 v_cmp_t_i64_e64 s10, v[1:2], -1
13575 // W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x83,0x01,0x00]
13576 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13578 v_cmp_t_i64_e64 s10, v[1:2], 0.5
13579 // W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xe1,0x01,0x00]
13580 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13582 v_cmp_t_i64_e64 s10, v[1:2], -4.0
13583 // W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xef,0x01,0x00]
13584 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13586 v_cmp_class_f64_e64 s10, v[1:2], v2
13587 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
13588 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13590 v_cmp_class_f64_e64 s12, v[1:2], v2
13591 // W32: encoding: [0x0c,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
13592 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13594 v_cmp_class_f64_e64 s100, v[1:2], v2
13595 // W32: encoding: [0x64,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
13596 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13598 v_cmp_class_f64_e64 vcc_lo, v[1:2], v2
13599 // W32: encoding: [0x6a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
13600 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13602 v_cmp_class_f64_e64 s10, v[254:255], v2
13603 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0xfe,0x05,0x02,0x00]
13604 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13606 v_cmp_class_f64_e64 s10, s[2:3], v2
13607 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0x02,0x04,0x02,0x00]
13608 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13610 v_cmp_class_f64_e64 s10, s[4:5], v2
13611 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0x04,0x04,0x02,0x00]
13612 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13614 v_cmp_class_f64_e64 s10, s[100:101], v2
13615 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0x64,0x04,0x02,0x00]
13616 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13618 v_cmp_class_f64_e64 s10, vcc, v2
13619 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0x6a,0x04,0x02,0x00]
13620 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13622 v_cmp_class_f64_e64 s10, exec, v2
13623 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0x7e,0x04,0x02,0x00]
13624 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13626 v_cmp_class_f64_e64 s10, 0, v2
13627 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0x80,0x04,0x02,0x00]
13628 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13630 v_cmp_class_f64_e64 s10, -1, v2
13631 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0xc1,0x04,0x02,0x00]
13632 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13634 v_cmp_class_f64_e64 s10, 0.5, v2
13635 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0xf0,0x04,0x02,0x00]
13636 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13638 v_cmp_class_f64_e64 s10, -4.0, v2
13639 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0xf7,0x04,0x02,0x00]
13640 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13642 v_cmp_class_f64_e64 s10, v[1:2], v255
13643 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xff,0x03,0x00]
13644 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13646 v_cmp_class_f64_e64 s10, v[1:2], s2
13647 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x00,0x00]
13648 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13650 v_cmp_class_f64_e64 s10, v[1:2], s101
13651 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xcb,0x00,0x00]
13652 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13654 v_cmp_class_f64_e64 s10, v[1:2], vcc_lo
13655 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xd5,0x00,0x00]
13656 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13658 v_cmp_class_f64_e64 s10, v[1:2], vcc_hi
13659 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xd7,0x00,0x00]
13660 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13662 v_cmp_class_f64_e64 s10, v[1:2], m0
13663 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xf9,0x00,0x00]
13664 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13666 v_cmp_class_f64_e64 s10, v[1:2], exec_lo
13667 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xfd,0x00,0x00]
13668 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13670 v_cmp_class_f64_e64 s10, v[1:2], exec_hi
13671 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xff,0x00,0x00]
13672 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13674 v_cmp_class_f64_e64 s10, v[1:2], 0
13675 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x01,0x01,0x00]
13676 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13678 v_cmp_class_f64_e64 s10, v[1:2], -1
13679 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x83,0x01,0x00]
13680 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13682 v_cmp_class_f64_e64 s10, v[1:2], 0.5
13683 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xe1,0x01,0x00]
13684 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13686 v_cmp_class_f64_e64 s10, v[1:2], -4.0
13687 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xef,0x01,0x00]
13688 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13690 v_cmp_class_f64_e64 s10, -v[1:2], v2
13691 // W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x20]
13692 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13694 v_cmp_f_u64_e64 s10, v[1:2], v[2:3]
13695 // W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
13696 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13698 v_cmp_f_u64_e64 s12, v[1:2], v[2:3]
13699 // W32: encoding: [0x0c,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
13700 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13702 v_cmp_f_u64_e64 s100, v[1:2], v[2:3]
13703 // W32: encoding: [0x64,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
13704 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13706 v_cmp_f_u64_e64 vcc_lo, v[1:2], v[2:3]
13707 // W32: encoding: [0x6a,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
13708 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13710 v_cmp_f_u64_e64 s10, v[254:255], v[2:3]
13711 // W32: encoding: [0x0a,0x00,0xe0,0xd4,0xfe,0x05,0x02,0x00]
13712 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13714 v_cmp_f_u64_e64 s10, s[2:3], v[2:3]
13715 // W32: encoding: [0x0a,0x00,0xe0,0xd4,0x02,0x04,0x02,0x00]
13716 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13718 v_cmp_f_u64_e64 s10, s[4:5], v[2:3]
13719 // W32: encoding: [0x0a,0x00,0xe0,0xd4,0x04,0x04,0x02,0x00]
13720 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13722 v_cmp_f_u64_e64 s10, s[100:101], v[2:3]
13723 // W32: encoding: [0x0a,0x00,0xe0,0xd4,0x64,0x04,0x02,0x00]
13724 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13726 v_cmp_f_u64_e64 s10, vcc, v[2:3]
13727 // W32: encoding: [0x0a,0x00,0xe0,0xd4,0x6a,0x04,0x02,0x00]
13728 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13730 v_cmp_f_u64_e64 s10, exec, v[2:3]
13731 // W32: encoding: [0x0a,0x00,0xe0,0xd4,0x7e,0x04,0x02,0x00]
13732 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13734 v_cmp_f_u64_e64 s10, 0, v[2:3]
13735 // W32: encoding: [0x0a,0x00,0xe0,0xd4,0x80,0x04,0x02,0x00]
13736 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13738 v_cmp_f_u64_e64 s10, -1, v[2:3]
13739 // W32: encoding: [0x0a,0x00,0xe0,0xd4,0xc1,0x04,0x02,0x00]
13740 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13742 v_cmp_f_u64_e64 s10, 0.5, v[2:3]
13743 // W32: encoding: [0x0a,0x00,0xe0,0xd4,0xf0,0x04,0x02,0x00]
13744 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13746 v_cmp_f_u64_e64 s10, -4.0, v[2:3]
13747 // W32: encoding: [0x0a,0x00,0xe0,0xd4,0xf7,0x04,0x02,0x00]
13748 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13750 v_cmp_f_u64_e64 s10, v[1:2], v[254:255]
13751 // W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xfd,0x03,0x00]
13752 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13754 v_cmp_f_u64_e64 s10, v[1:2], s[4:5]
13755 // W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x09,0x00,0x00]
13756 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13758 v_cmp_f_u64_e64 s10, v[1:2], s[6:7]
13759 // W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x0d,0x00,0x00]
13760 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13762 v_cmp_f_u64_e64 s10, v[1:2], s[100:101]
13763 // W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xc9,0x00,0x00]
13764 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13766 v_cmp_f_u64_e64 s10, v[1:2], vcc
13767 // W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xd5,0x00,0x00]
13768 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13770 v_cmp_f_u64_e64 s10, v[1:2], exec
13771 // W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xfd,0x00,0x00]
13772 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13774 v_cmp_f_u64_e64 s10, v[1:2], 0
13775 // W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x01,0x01,0x00]
13776 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13778 v_cmp_f_u64_e64 s10, v[1:2], -1
13779 // W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x83,0x01,0x00]
13780 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13782 v_cmp_f_u64_e64 s10, v[1:2], 0.5
13783 // W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xe1,0x01,0x00]
13784 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13786 v_cmp_f_u64_e64 s10, v[1:2], -4.0
13787 // W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xef,0x01,0x00]
13788 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13790 v_cmp_lt_u64_e64 s10, v[1:2], v[2:3]
13791 // W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
13792 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13794 v_cmp_lt_u64_e64 s12, v[1:2], v[2:3]
13795 // W32: encoding: [0x0c,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
13796 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13798 v_cmp_lt_u64_e64 s100, v[1:2], v[2:3]
13799 // W32: encoding: [0x64,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
13800 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13802 v_cmp_lt_u64_e64 vcc_lo, v[1:2], v[2:3]
13803 // W32: encoding: [0x6a,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
13804 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13806 v_cmp_lt_u64_e64 s10, v[254:255], v[2:3]
13807 // W32: encoding: [0x0a,0x00,0xe1,0xd4,0xfe,0x05,0x02,0x00]
13808 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13810 v_cmp_lt_u64_e64 s10, s[2:3], v[2:3]
13811 // W32: encoding: [0x0a,0x00,0xe1,0xd4,0x02,0x04,0x02,0x00]
13812 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13814 v_cmp_lt_u64_e64 s10, s[4:5], v[2:3]
13815 // W32: encoding: [0x0a,0x00,0xe1,0xd4,0x04,0x04,0x02,0x00]
13816 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13818 v_cmp_lt_u64_e64 s10, s[100:101], v[2:3]
13819 // W32: encoding: [0x0a,0x00,0xe1,0xd4,0x64,0x04,0x02,0x00]
13820 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13822 v_cmp_lt_u64_e64 s10, vcc, v[2:3]
13823 // W32: encoding: [0x0a,0x00,0xe1,0xd4,0x6a,0x04,0x02,0x00]
13824 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13826 v_cmp_lt_u64_e64 s10, exec, v[2:3]
13827 // W32: encoding: [0x0a,0x00,0xe1,0xd4,0x7e,0x04,0x02,0x00]
13828 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13830 v_cmp_lt_u64_e64 s10, 0, v[2:3]
13831 // W32: encoding: [0x0a,0x00,0xe1,0xd4,0x80,0x04,0x02,0x00]
13832 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13834 v_cmp_lt_u64_e64 s10, -1, v[2:3]
13835 // W32: encoding: [0x0a,0x00,0xe1,0xd4,0xc1,0x04,0x02,0x00]
13836 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13838 v_cmp_lt_u64_e64 s10, 0.5, v[2:3]
13839 // W32: encoding: [0x0a,0x00,0xe1,0xd4,0xf0,0x04,0x02,0x00]
13840 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13842 v_cmp_lt_u64_e64 s10, -4.0, v[2:3]
13843 // W32: encoding: [0x0a,0x00,0xe1,0xd4,0xf7,0x04,0x02,0x00]
13844 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13846 v_cmp_lt_u64_e64 s10, v[1:2], v[254:255]
13847 // W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xfd,0x03,0x00]
13848 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13850 v_cmp_lt_u64_e64 s10, v[1:2], s[4:5]
13851 // W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x09,0x00,0x00]
13852 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13854 v_cmp_lt_u64_e64 s10, v[1:2], s[6:7]
13855 // W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x0d,0x00,0x00]
13856 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13858 v_cmp_lt_u64_e64 s10, v[1:2], s[100:101]
13859 // W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xc9,0x00,0x00]
13860 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13862 v_cmp_lt_u64_e64 s10, v[1:2], vcc
13863 // W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xd5,0x00,0x00]
13864 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13866 v_cmp_lt_u64_e64 s10, v[1:2], exec
13867 // W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xfd,0x00,0x00]
13868 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13870 v_cmp_lt_u64_e64 s10, v[1:2], 0
13871 // W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x01,0x01,0x00]
13872 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13874 v_cmp_lt_u64_e64 s10, v[1:2], -1
13875 // W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x83,0x01,0x00]
13876 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13878 v_cmp_lt_u64_e64 s10, v[1:2], 0.5
13879 // W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xe1,0x01,0x00]
13880 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13882 v_cmp_lt_u64_e64 s10, v[1:2], -4.0
13883 // W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xef,0x01,0x00]
13884 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13886 v_cmp_eq_u64_e64 s10, v[1:2], v[2:3]
13887 // W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
13888 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13890 v_cmp_eq_u64_e64 s12, v[1:2], v[2:3]
13891 // W32: encoding: [0x0c,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
13892 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13894 v_cmp_eq_u64_e64 s100, v[1:2], v[2:3]
13895 // W32: encoding: [0x64,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
13896 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13898 v_cmp_eq_u64_e64 vcc_lo, v[1:2], v[2:3]
13899 // W32: encoding: [0x6a,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
13900 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13902 v_cmp_eq_u64_e64 s10, v[254:255], v[2:3]
13903 // W32: encoding: [0x0a,0x00,0xe2,0xd4,0xfe,0x05,0x02,0x00]
13904 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13906 v_cmp_eq_u64_e64 s10, s[2:3], v[2:3]
13907 // W32: encoding: [0x0a,0x00,0xe2,0xd4,0x02,0x04,0x02,0x00]
13908 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13910 v_cmp_eq_u64_e64 s10, s[4:5], v[2:3]
13911 // W32: encoding: [0x0a,0x00,0xe2,0xd4,0x04,0x04,0x02,0x00]
13912 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13914 v_cmp_eq_u64_e64 s10, s[100:101], v[2:3]
13915 // W32: encoding: [0x0a,0x00,0xe2,0xd4,0x64,0x04,0x02,0x00]
13916 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13918 v_cmp_eq_u64_e64 s10, vcc, v[2:3]
13919 // W32: encoding: [0x0a,0x00,0xe2,0xd4,0x6a,0x04,0x02,0x00]
13920 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13922 v_cmp_eq_u64_e64 s10, exec, v[2:3]
13923 // W32: encoding: [0x0a,0x00,0xe2,0xd4,0x7e,0x04,0x02,0x00]
13924 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13926 v_cmp_eq_u64_e64 s10, 0, v[2:3]
13927 // W32: encoding: [0x0a,0x00,0xe2,0xd4,0x80,0x04,0x02,0x00]
13928 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13930 v_cmp_eq_u64_e64 s10, -1, v[2:3]
13931 // W32: encoding: [0x0a,0x00,0xe2,0xd4,0xc1,0x04,0x02,0x00]
13932 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13934 v_cmp_eq_u64_e64 s10, 0.5, v[2:3]
13935 // W32: encoding: [0x0a,0x00,0xe2,0xd4,0xf0,0x04,0x02,0x00]
13936 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13938 v_cmp_eq_u64_e64 s10, -4.0, v[2:3]
13939 // W32: encoding: [0x0a,0x00,0xe2,0xd4,0xf7,0x04,0x02,0x00]
13940 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13942 v_cmp_eq_u64_e64 s10, v[1:2], v[254:255]
13943 // W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xfd,0x03,0x00]
13944 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13946 v_cmp_eq_u64_e64 s10, v[1:2], s[4:5]
13947 // W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x09,0x00,0x00]
13948 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13950 v_cmp_eq_u64_e64 s10, v[1:2], s[6:7]
13951 // W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x0d,0x00,0x00]
13952 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13954 v_cmp_eq_u64_e64 s10, v[1:2], s[100:101]
13955 // W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xc9,0x00,0x00]
13956 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13958 v_cmp_eq_u64_e64 s10, v[1:2], vcc
13959 // W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xd5,0x00,0x00]
13960 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13962 v_cmp_eq_u64_e64 s10, v[1:2], exec
13963 // W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xfd,0x00,0x00]
13964 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13966 v_cmp_eq_u64_e64 s10, v[1:2], 0
13967 // W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x01,0x01,0x00]
13968 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13970 v_cmp_eq_u64_e64 s10, v[1:2], -1
13971 // W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x83,0x01,0x00]
13972 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13974 v_cmp_eq_u64_e64 s10, v[1:2], 0.5
13975 // W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xe1,0x01,0x00]
13976 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13978 v_cmp_eq_u64_e64 s10, v[1:2], -4.0
13979 // W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xef,0x01,0x00]
13980 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13982 v_cmp_le_u64_e64 s10, v[1:2], v[2:3]
13983 // W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
13984 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13986 v_cmp_le_u64_e64 s12, v[1:2], v[2:3]
13987 // W32: encoding: [0x0c,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
13988 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13990 v_cmp_le_u64_e64 s100, v[1:2], v[2:3]
13991 // W32: encoding: [0x64,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
13992 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13994 v_cmp_le_u64_e64 vcc_lo, v[1:2], v[2:3]
13995 // W32: encoding: [0x6a,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
13996 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
13998 v_cmp_le_u64_e64 s10, v[254:255], v[2:3]
13999 // W32: encoding: [0x0a,0x00,0xe3,0xd4,0xfe,0x05,0x02,0x00]
14000 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14002 v_cmp_le_u64_e64 s10, s[2:3], v[2:3]
14003 // W32: encoding: [0x0a,0x00,0xe3,0xd4,0x02,0x04,0x02,0x00]
14004 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14006 v_cmp_le_u64_e64 s10, s[4:5], v[2:3]
14007 // W32: encoding: [0x0a,0x00,0xe3,0xd4,0x04,0x04,0x02,0x00]
14008 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14010 v_cmp_le_u64_e64 s10, s[100:101], v[2:3]
14011 // W32: encoding: [0x0a,0x00,0xe3,0xd4,0x64,0x04,0x02,0x00]
14012 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14014 v_cmp_le_u64_e64 s10, vcc, v[2:3]
14015 // W32: encoding: [0x0a,0x00,0xe3,0xd4,0x6a,0x04,0x02,0x00]
14016 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14018 v_cmp_le_u64_e64 s10, exec, v[2:3]
14019 // W32: encoding: [0x0a,0x00,0xe3,0xd4,0x7e,0x04,0x02,0x00]
14020 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14022 v_cmp_le_u64_e64 s10, 0, v[2:3]
14023 // W32: encoding: [0x0a,0x00,0xe3,0xd4,0x80,0x04,0x02,0x00]
14024 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14026 v_cmp_le_u64_e64 s10, -1, v[2:3]
14027 // W32: encoding: [0x0a,0x00,0xe3,0xd4,0xc1,0x04,0x02,0x00]
14028 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14030 v_cmp_le_u64_e64 s10, 0.5, v[2:3]
14031 // W32: encoding: [0x0a,0x00,0xe3,0xd4,0xf0,0x04,0x02,0x00]
14032 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14034 v_cmp_le_u64_e64 s10, -4.0, v[2:3]
14035 // W32: encoding: [0x0a,0x00,0xe3,0xd4,0xf7,0x04,0x02,0x00]
14036 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14038 v_cmp_le_u64_e64 s10, v[1:2], v[254:255]
14039 // W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xfd,0x03,0x00]
14040 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14042 v_cmp_le_u64_e64 s10, v[1:2], s[4:5]
14043 // W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x09,0x00,0x00]
14044 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14046 v_cmp_le_u64_e64 s10, v[1:2], s[6:7]
14047 // W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x0d,0x00,0x00]
14048 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14050 v_cmp_le_u64_e64 s10, v[1:2], s[100:101]
14051 // W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xc9,0x00,0x00]
14052 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14054 v_cmp_le_u64_e64 s10, v[1:2], vcc
14055 // W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xd5,0x00,0x00]
14056 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14058 v_cmp_le_u64_e64 s10, v[1:2], exec
14059 // W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xfd,0x00,0x00]
14060 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14062 v_cmp_le_u64_e64 s10, v[1:2], 0
14063 // W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x01,0x01,0x00]
14064 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14066 v_cmp_le_u64_e64 s10, v[1:2], -1
14067 // W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x83,0x01,0x00]
14068 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14070 v_cmp_le_u64_e64 s10, v[1:2], 0.5
14071 // W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xe1,0x01,0x00]
14072 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14074 v_cmp_le_u64_e64 s10, v[1:2], -4.0
14075 // W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xef,0x01,0x00]
14076 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14078 v_cmp_gt_u64_e64 s10, v[1:2], v[2:3]
14079 // W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
14080 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14082 v_cmp_gt_u64_e64 s12, v[1:2], v[2:3]
14083 // W32: encoding: [0x0c,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
14084 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14086 v_cmp_gt_u64_e64 s100, v[1:2], v[2:3]
14087 // W32: encoding: [0x64,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
14088 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14090 v_cmp_gt_u64_e64 vcc_lo, v[1:2], v[2:3]
14091 // W32: encoding: [0x6a,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
14092 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14094 v_cmp_gt_u64_e64 s10, v[254:255], v[2:3]
14095 // W32: encoding: [0x0a,0x00,0xe4,0xd4,0xfe,0x05,0x02,0x00]
14096 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14098 v_cmp_gt_u64_e64 s10, s[2:3], v[2:3]
14099 // W32: encoding: [0x0a,0x00,0xe4,0xd4,0x02,0x04,0x02,0x00]
14100 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14102 v_cmp_gt_u64_e64 s10, s[4:5], v[2:3]
14103 // W32: encoding: [0x0a,0x00,0xe4,0xd4,0x04,0x04,0x02,0x00]
14104 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14106 v_cmp_gt_u64_e64 s10, s[100:101], v[2:3]
14107 // W32: encoding: [0x0a,0x00,0xe4,0xd4,0x64,0x04,0x02,0x00]
14108 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14110 v_cmp_gt_u64_e64 s10, vcc, v[2:3]
14111 // W32: encoding: [0x0a,0x00,0xe4,0xd4,0x6a,0x04,0x02,0x00]
14112 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14114 v_cmp_gt_u64_e64 s10, exec, v[2:3]
14115 // W32: encoding: [0x0a,0x00,0xe4,0xd4,0x7e,0x04,0x02,0x00]
14116 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14118 v_cmp_gt_u64_e64 s10, 0, v[2:3]
14119 // W32: encoding: [0x0a,0x00,0xe4,0xd4,0x80,0x04,0x02,0x00]
14120 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14122 v_cmp_gt_u64_e64 s10, -1, v[2:3]
14123 // W32: encoding: [0x0a,0x00,0xe4,0xd4,0xc1,0x04,0x02,0x00]
14124 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14126 v_cmp_gt_u64_e64 s10, 0.5, v[2:3]
14127 // W32: encoding: [0x0a,0x00,0xe4,0xd4,0xf0,0x04,0x02,0x00]
14128 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14130 v_cmp_gt_u64_e64 s10, -4.0, v[2:3]
14131 // W32: encoding: [0x0a,0x00,0xe4,0xd4,0xf7,0x04,0x02,0x00]
14132 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14134 v_cmp_gt_u64_e64 s10, v[1:2], v[254:255]
14135 // W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xfd,0x03,0x00]
14136 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14138 v_cmp_gt_u64_e64 s10, v[1:2], s[4:5]
14139 // W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x09,0x00,0x00]
14140 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14142 v_cmp_gt_u64_e64 s10, v[1:2], s[6:7]
14143 // W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x0d,0x00,0x00]
14144 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14146 v_cmp_gt_u64_e64 s10, v[1:2], s[100:101]
14147 // W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xc9,0x00,0x00]
14148 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14150 v_cmp_gt_u64_e64 s10, v[1:2], vcc
14151 // W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xd5,0x00,0x00]
14152 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14154 v_cmp_gt_u64_e64 s10, v[1:2], exec
14155 // W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xfd,0x00,0x00]
14156 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14158 v_cmp_gt_u64_e64 s10, v[1:2], 0
14159 // W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x01,0x01,0x00]
14160 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14162 v_cmp_gt_u64_e64 s10, v[1:2], -1
14163 // W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x83,0x01,0x00]
14164 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14166 v_cmp_gt_u64_e64 s10, v[1:2], 0.5
14167 // W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xe1,0x01,0x00]
14168 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14170 v_cmp_gt_u64_e64 s10, v[1:2], -4.0
14171 // W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xef,0x01,0x00]
14172 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14174 v_cmp_ne_u64_e64 s10, v[1:2], v[2:3]
14175 // W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
14176 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14178 v_cmp_ne_u64_e64 s12, v[1:2], v[2:3]
14179 // W32: encoding: [0x0c,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
14180 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14182 v_cmp_ne_u64_e64 s100, v[1:2], v[2:3]
14183 // W32: encoding: [0x64,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
14184 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14186 v_cmp_ne_u64_e64 vcc_lo, v[1:2], v[2:3]
14187 // W32: encoding: [0x6a,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
14188 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14190 v_cmp_ne_u64_e64 s10, v[254:255], v[2:3]
14191 // W32: encoding: [0x0a,0x00,0xe5,0xd4,0xfe,0x05,0x02,0x00]
14192 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14194 v_cmp_ne_u64_e64 s10, s[2:3], v[2:3]
14195 // W32: encoding: [0x0a,0x00,0xe5,0xd4,0x02,0x04,0x02,0x00]
14196 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14198 v_cmp_ne_u64_e64 s10, s[4:5], v[2:3]
14199 // W32: encoding: [0x0a,0x00,0xe5,0xd4,0x04,0x04,0x02,0x00]
14200 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14202 v_cmp_ne_u64_e64 s10, s[100:101], v[2:3]
14203 // W32: encoding: [0x0a,0x00,0xe5,0xd4,0x64,0x04,0x02,0x00]
14204 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14206 v_cmp_ne_u64_e64 s10, vcc, v[2:3]
14207 // W32: encoding: [0x0a,0x00,0xe5,0xd4,0x6a,0x04,0x02,0x00]
14208 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14210 v_cmp_ne_u64_e64 s10, exec, v[2:3]
14211 // W32: encoding: [0x0a,0x00,0xe5,0xd4,0x7e,0x04,0x02,0x00]
14212 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14214 v_cmp_ne_u64_e64 s10, 0, v[2:3]
14215 // W32: encoding: [0x0a,0x00,0xe5,0xd4,0x80,0x04,0x02,0x00]
14216 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14218 v_cmp_ne_u64_e64 s10, -1, v[2:3]
14219 // W32: encoding: [0x0a,0x00,0xe5,0xd4,0xc1,0x04,0x02,0x00]
14220 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14222 v_cmp_ne_u64_e64 s10, 0.5, v[2:3]
14223 // W32: encoding: [0x0a,0x00,0xe5,0xd4,0xf0,0x04,0x02,0x00]
14224 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14226 v_cmp_ne_u64_e64 s10, -4.0, v[2:3]
14227 // W32: encoding: [0x0a,0x00,0xe5,0xd4,0xf7,0x04,0x02,0x00]
14228 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14230 v_cmp_ne_u64_e64 s10, v[1:2], v[254:255]
14231 // W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xfd,0x03,0x00]
14232 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14234 v_cmp_ne_u64_e64 s10, v[1:2], s[4:5]
14235 // W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x09,0x00,0x00]
14236 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14238 v_cmp_ne_u64_e64 s10, v[1:2], s[6:7]
14239 // W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x0d,0x00,0x00]
14240 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14242 v_cmp_ne_u64_e64 s10, v[1:2], s[100:101]
14243 // W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xc9,0x00,0x00]
14244 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14246 v_cmp_ne_u64_e64 s10, v[1:2], vcc
14247 // W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xd5,0x00,0x00]
14248 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14250 v_cmp_ne_u64_e64 s10, v[1:2], exec
14251 // W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xfd,0x00,0x00]
14252 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14254 v_cmp_ne_u64_e64 s10, v[1:2], 0
14255 // W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x01,0x01,0x00]
14256 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14258 v_cmp_ne_u64_e64 s10, v[1:2], -1
14259 // W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x83,0x01,0x00]
14260 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14262 v_cmp_ne_u64_e64 s10, v[1:2], 0.5
14263 // W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xe1,0x01,0x00]
14264 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14266 v_cmp_ne_u64_e64 s10, v[1:2], -4.0
14267 // W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xef,0x01,0x00]
14268 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14270 v_cmp_ge_u64_e64 s10, v[1:2], v[2:3]
14271 // W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
14272 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14274 v_cmp_ge_u64_e64 s12, v[1:2], v[2:3]
14275 // W32: encoding: [0x0c,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
14276 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14278 v_cmp_ge_u64_e64 s100, v[1:2], v[2:3]
14279 // W32: encoding: [0x64,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
14280 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14282 v_cmp_ge_u64_e64 vcc_lo, v[1:2], v[2:3]
14283 // W32: encoding: [0x6a,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
14284 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14286 v_cmp_ge_u64_e64 s10, v[254:255], v[2:3]
14287 // W32: encoding: [0x0a,0x00,0xe6,0xd4,0xfe,0x05,0x02,0x00]
14288 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14290 v_cmp_ge_u64_e64 s10, s[2:3], v[2:3]
14291 // W32: encoding: [0x0a,0x00,0xe6,0xd4,0x02,0x04,0x02,0x00]
14292 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14294 v_cmp_ge_u64_e64 s10, s[4:5], v[2:3]
14295 // W32: encoding: [0x0a,0x00,0xe6,0xd4,0x04,0x04,0x02,0x00]
14296 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14298 v_cmp_ge_u64_e64 s10, s[100:101], v[2:3]
14299 // W32: encoding: [0x0a,0x00,0xe6,0xd4,0x64,0x04,0x02,0x00]
14300 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14302 v_cmp_ge_u64_e64 s10, vcc, v[2:3]
14303 // W32: encoding: [0x0a,0x00,0xe6,0xd4,0x6a,0x04,0x02,0x00]
14304 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14306 v_cmp_ge_u64_e64 s10, exec, v[2:3]
14307 // W32: encoding: [0x0a,0x00,0xe6,0xd4,0x7e,0x04,0x02,0x00]
14308 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14310 v_cmp_ge_u64_e64 s10, 0, v[2:3]
14311 // W32: encoding: [0x0a,0x00,0xe6,0xd4,0x80,0x04,0x02,0x00]
14312 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14314 v_cmp_ge_u64_e64 s10, -1, v[2:3]
14315 // W32: encoding: [0x0a,0x00,0xe6,0xd4,0xc1,0x04,0x02,0x00]
14316 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14318 v_cmp_ge_u64_e64 s10, 0.5, v[2:3]
14319 // W32: encoding: [0x0a,0x00,0xe6,0xd4,0xf0,0x04,0x02,0x00]
14320 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14322 v_cmp_ge_u64_e64 s10, -4.0, v[2:3]
14323 // W32: encoding: [0x0a,0x00,0xe6,0xd4,0xf7,0x04,0x02,0x00]
14324 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14326 v_cmp_ge_u64_e64 s10, v[1:2], v[254:255]
14327 // W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xfd,0x03,0x00]
14328 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14330 v_cmp_ge_u64_e64 s10, v[1:2], s[4:5]
14331 // W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x09,0x00,0x00]
14332 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14334 v_cmp_ge_u64_e64 s10, v[1:2], s[6:7]
14335 // W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x0d,0x00,0x00]
14336 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14338 v_cmp_ge_u64_e64 s10, v[1:2], s[100:101]
14339 // W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xc9,0x00,0x00]
14340 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14342 v_cmp_ge_u64_e64 s10, v[1:2], vcc
14343 // W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xd5,0x00,0x00]
14344 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14346 v_cmp_ge_u64_e64 s10, v[1:2], exec
14347 // W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xfd,0x00,0x00]
14348 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14350 v_cmp_ge_u64_e64 s10, v[1:2], 0
14351 // W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x01,0x01,0x00]
14352 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14354 v_cmp_ge_u64_e64 s10, v[1:2], -1
14355 // W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x83,0x01,0x00]
14356 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14358 v_cmp_ge_u64_e64 s10, v[1:2], 0.5
14359 // W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xe1,0x01,0x00]
14360 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14362 v_cmp_ge_u64_e64 s10, v[1:2], -4.0
14363 // W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xef,0x01,0x00]
14364 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14366 v_cmp_t_u64_e64 s10, v[1:2], v[2:3]
14367 // W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
14368 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14370 v_cmp_t_u64_e64 s12, v[1:2], v[2:3]
14371 // W32: encoding: [0x0c,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
14372 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14374 v_cmp_t_u64_e64 s100, v[1:2], v[2:3]
14375 // W32: encoding: [0x64,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
14376 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14378 v_cmp_t_u64_e64 vcc_lo, v[1:2], v[2:3]
14379 // W32: encoding: [0x6a,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
14380 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14382 v_cmp_t_u64_e64 s10, v[254:255], v[2:3]
14383 // W32: encoding: [0x0a,0x00,0xe7,0xd4,0xfe,0x05,0x02,0x00]
14384 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14386 v_cmp_t_u64_e64 s10, s[2:3], v[2:3]
14387 // W32: encoding: [0x0a,0x00,0xe7,0xd4,0x02,0x04,0x02,0x00]
14388 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14390 v_cmp_t_u64_e64 s10, s[4:5], v[2:3]
14391 // W32: encoding: [0x0a,0x00,0xe7,0xd4,0x04,0x04,0x02,0x00]
14392 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14394 v_cmp_t_u64_e64 s10, s[100:101], v[2:3]
14395 // W32: encoding: [0x0a,0x00,0xe7,0xd4,0x64,0x04,0x02,0x00]
14396 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14398 v_cmp_t_u64_e64 s10, vcc, v[2:3]
14399 // W32: encoding: [0x0a,0x00,0xe7,0xd4,0x6a,0x04,0x02,0x00]
14400 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14402 v_cmp_t_u64_e64 s10, exec, v[2:3]
14403 // W32: encoding: [0x0a,0x00,0xe7,0xd4,0x7e,0x04,0x02,0x00]
14404 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14406 v_cmp_t_u64_e64 s10, 0, v[2:3]
14407 // W32: encoding: [0x0a,0x00,0xe7,0xd4,0x80,0x04,0x02,0x00]
14408 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14410 v_cmp_t_u64_e64 s10, -1, v[2:3]
14411 // W32: encoding: [0x0a,0x00,0xe7,0xd4,0xc1,0x04,0x02,0x00]
14412 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14414 v_cmp_t_u64_e64 s10, 0.5, v[2:3]
14415 // W32: encoding: [0x0a,0x00,0xe7,0xd4,0xf0,0x04,0x02,0x00]
14416 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14418 v_cmp_t_u64_e64 s10, -4.0, v[2:3]
14419 // W32: encoding: [0x0a,0x00,0xe7,0xd4,0xf7,0x04,0x02,0x00]
14420 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14422 v_cmp_t_u64_e64 s10, v[1:2], v[254:255]
14423 // W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xfd,0x03,0x00]
14424 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14426 v_cmp_t_u64_e64 s10, v[1:2], s[4:5]
14427 // W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x09,0x00,0x00]
14428 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14430 v_cmp_t_u64_e64 s10, v[1:2], s[6:7]
14431 // W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x0d,0x00,0x00]
14432 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14434 v_cmp_t_u64_e64 s10, v[1:2], s[100:101]
14435 // W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xc9,0x00,0x00]
14436 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14438 v_cmp_t_u64_e64 s10, v[1:2], vcc
14439 // W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xd5,0x00,0x00]
14440 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14442 v_cmp_t_u64_e64 s10, v[1:2], exec
14443 // W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xfd,0x00,0x00]
14444 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14446 v_cmp_t_u64_e64 s10, v[1:2], 0
14447 // W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x01,0x01,0x00]
14448 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14450 v_cmp_t_u64_e64 s10, v[1:2], -1
14451 // W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x83,0x01,0x00]
14452 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14454 v_cmp_t_u64_e64 s10, v[1:2], 0.5
14455 // W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xe1,0x01,0x00]
14456 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14458 v_cmp_t_u64_e64 s10, v[1:2], -4.0
14459 // W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xef,0x01,0x00]
14460 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14462 v_cmp_lt_u16_e64 s[10:11], v1, v2
14463 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
14464 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14466 v_cmp_lt_u16_e64 s[12:13], v1, v2
14467 // W64: encoding: [0x0c,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
14468 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14470 v_cmp_lt_u16_e64 s[100:101], v1, v2
14471 // W64: encoding: [0x64,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
14472 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14474 v_cmp_lt_u16_e64 vcc, v1, v2
14475 // W64: encoding: [0x6a,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
14476 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14478 v_cmp_lt_u16_e64 s[10:11], v255, v2
14479 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0xff,0x05,0x02,0x00]
14480 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14482 v_cmp_lt_u16_e64 s[10:11], s1, v2
14483 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x04,0x02,0x00]
14484 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14486 v_cmp_lt_u16_e64 s[10:11], s101, v2
14487 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0x65,0x04,0x02,0x00]
14488 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14490 v_cmp_lt_u16_e64 s[10:11], vcc_lo, v2
14491 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0x6a,0x04,0x02,0x00]
14492 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14494 v_cmp_lt_u16_e64 s[10:11], vcc_hi, v2
14495 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0x6b,0x04,0x02,0x00]
14496 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14498 v_cmp_lt_u16_e64 s[10:11], m0, v2
14499 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0x7c,0x04,0x02,0x00]
14500 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14502 v_cmp_lt_u16_e64 s[10:11], exec_lo, v2
14503 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0x7e,0x04,0x02,0x00]
14504 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14506 v_cmp_lt_u16_e64 s[10:11], exec_hi, v2
14507 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0x7f,0x04,0x02,0x00]
14508 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14510 v_cmp_lt_u16_e64 s[10:11], 0, v2
14511 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0x80,0x04,0x02,0x00]
14512 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14514 v_cmp_lt_u16_e64 s[10:11], -1, v2
14515 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0xc1,0x04,0x02,0x00]
14516 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14518 v_cmp_lt_u16_e64 s[10:11], 0.5, v2
14519 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
14520 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14522 v_cmp_lt_u16_e64 s[10:11], -4.0, v2
14523 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
14524 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14526 v_cmp_lt_u16_e64 s[10:11], v1, v255
14527 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x03,0x00]
14528 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14530 v_cmp_lt_u16_e64 s[10:11], v1, s2
14531 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x05,0x00,0x00]
14532 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14534 v_cmp_lt_u16_e64 s[10:11], v1, s101
14535 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xcb,0x00,0x00]
14536 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14538 v_cmp_lt_u16_e64 s[10:11], v1, vcc_lo
14539 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xd5,0x00,0x00]
14540 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14542 v_cmp_lt_u16_e64 s[10:11], v1, vcc_hi
14543 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xd7,0x00,0x00]
14544 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14546 v_cmp_lt_u16_e64 s[10:11], v1, m0
14547 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xf9,0x00,0x00]
14548 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14550 v_cmp_lt_u16_e64 s[10:11], v1, exec_lo
14551 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xfd,0x00,0x00]
14552 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14554 v_cmp_lt_u16_e64 s[10:11], v1, exec_hi
14555 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x00,0x00]
14556 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14558 v_cmp_lt_u16_e64 s[10:11], v1, 0
14559 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x01,0x01,0x00]
14560 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14562 v_cmp_lt_u16_e64 s[10:11], v1, -1
14563 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x83,0x01,0x00]
14564 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14566 v_cmp_lt_u16_e64 s[10:11], v1, 0.5
14567 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
14568 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14570 v_cmp_lt_u16_e64 s[10:11], v1, -4.0
14571 // W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
14572 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14574 v_cmp_eq_u16_e64 s[10:11], v1, v2
14575 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
14576 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14578 v_cmp_eq_u16_e64 s[12:13], v1, v2
14579 // W64: encoding: [0x0c,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
14580 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14582 v_cmp_eq_u16_e64 s[100:101], v1, v2
14583 // W64: encoding: [0x64,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
14584 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14586 v_cmp_eq_u16_e64 vcc, v1, v2
14587 // W64: encoding: [0x6a,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
14588 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14590 v_cmp_eq_u16_e64 s[10:11], v255, v2
14591 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0xff,0x05,0x02,0x00]
14592 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14594 v_cmp_eq_u16_e64 s[10:11], s1, v2
14595 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x04,0x02,0x00]
14596 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14598 v_cmp_eq_u16_e64 s[10:11], s101, v2
14599 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0x65,0x04,0x02,0x00]
14600 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14602 v_cmp_eq_u16_e64 s[10:11], vcc_lo, v2
14603 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0x6a,0x04,0x02,0x00]
14604 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14606 v_cmp_eq_u16_e64 s[10:11], vcc_hi, v2
14607 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0x6b,0x04,0x02,0x00]
14608 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14610 v_cmp_eq_u16_e64 s[10:11], m0, v2
14611 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0x7c,0x04,0x02,0x00]
14612 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14614 v_cmp_eq_u16_e64 s[10:11], exec_lo, v2
14615 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0x7e,0x04,0x02,0x00]
14616 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14618 v_cmp_eq_u16_e64 s[10:11], exec_hi, v2
14619 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0x7f,0x04,0x02,0x00]
14620 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14622 v_cmp_eq_u16_e64 s[10:11], 0, v2
14623 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0x80,0x04,0x02,0x00]
14624 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14626 v_cmp_eq_u16_e64 s[10:11], -1, v2
14627 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0xc1,0x04,0x02,0x00]
14628 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14630 v_cmp_eq_u16_e64 s[10:11], 0.5, v2
14631 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
14632 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14634 v_cmp_eq_u16_e64 s[10:11], -4.0, v2
14635 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
14636 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14638 v_cmp_eq_u16_e64 s[10:11], v1, v255
14639 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x03,0x00]
14640 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14642 v_cmp_eq_u16_e64 s[10:11], v1, s2
14643 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x05,0x00,0x00]
14644 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14646 v_cmp_eq_u16_e64 s[10:11], v1, s101
14647 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xcb,0x00,0x00]
14648 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14650 v_cmp_eq_u16_e64 s[10:11], v1, vcc_lo
14651 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xd5,0x00,0x00]
14652 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14654 v_cmp_eq_u16_e64 s[10:11], v1, vcc_hi
14655 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xd7,0x00,0x00]
14656 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14658 v_cmp_eq_u16_e64 s[10:11], v1, m0
14659 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xf9,0x00,0x00]
14660 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14662 v_cmp_eq_u16_e64 s[10:11], v1, exec_lo
14663 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xfd,0x00,0x00]
14664 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14666 v_cmp_eq_u16_e64 s[10:11], v1, exec_hi
14667 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x00,0x00]
14668 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14670 v_cmp_eq_u16_e64 s[10:11], v1, 0
14671 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x01,0x01,0x00]
14672 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14674 v_cmp_eq_u16_e64 s[10:11], v1, -1
14675 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x83,0x01,0x00]
14676 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14678 v_cmp_eq_u16_e64 s[10:11], v1, 0.5
14679 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
14680 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14682 v_cmp_eq_u16_e64 s[10:11], v1, -4.0
14683 // W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
14684 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14686 v_cmp_le_u16_e64 s[10:11], v1, v2
14687 // W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
14688 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14690 v_cmp_le_u16_e64 s[12:13], v1, v2
14691 // W64: encoding: [0x0c,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
14692 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14694 v_cmp_le_u16_e64 s[100:101], v1, v2
14695 // W64: encoding: [0x64,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
14696 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14698 v_cmp_le_u16_e64 vcc, v1, v2
14699 // W64: encoding: [0x6a,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
14700 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14702 v_cmp_le_u16_e64 s[10:11], v255, v2
14703 // W64: encoding: [0x0a,0x00,0xab,0xd4,0xff,0x05,0x02,0x00]
14704 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14706 v_cmp_le_u16_e64 s[10:11], s1, v2
14707 // W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0x04,0x02,0x00]
14708 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14710 v_cmp_le_u16_e64 s[10:11], s101, v2
14711 // W64: encoding: [0x0a,0x00,0xab,0xd4,0x65,0x04,0x02,0x00]
14712 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14714 v_cmp_le_u16_e64 s[10:11], vcc_lo, v2
14715 // W64: encoding: [0x0a,0x00,0xab,0xd4,0x6a,0x04,0x02,0x00]
14716 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14718 v_cmp_le_u16_e64 s[10:11], vcc_hi, v2
14719 // W64: encoding: [0x0a,0x00,0xab,0xd4,0x6b,0x04,0x02,0x00]
14720 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14722 v_cmp_le_u16_e64 s[10:11], m0, v2
14723 // W64: encoding: [0x0a,0x00,0xab,0xd4,0x7c,0x04,0x02,0x00]
14724 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14726 v_cmp_le_u16_e64 s[10:11], exec_lo, v2
14727 // W64: encoding: [0x0a,0x00,0xab,0xd4,0x7e,0x04,0x02,0x00]
14728 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14730 v_cmp_le_u16_e64 s[10:11], exec_hi, v2
14731 // W64: encoding: [0x0a,0x00,0xab,0xd4,0x7f,0x04,0x02,0x00]
14732 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14734 v_cmp_le_u16_e64 s[10:11], 0, v2
14735 // W64: encoding: [0x0a,0x00,0xab,0xd4,0x80,0x04,0x02,0x00]
14736 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14738 v_cmp_le_u16_e64 s[10:11], -1, v2
14739 // W64: encoding: [0x0a,0x00,0xab,0xd4,0xc1,0x04,0x02,0x00]
14740 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14742 v_cmp_le_u16_e64 s[10:11], 0.5, v2
14743 // W64: encoding: [0x0a,0x00,0xab,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
14744 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14746 v_cmp_le_u16_e64 s[10:11], -4.0, v2
14747 // W64: encoding: [0x0a,0x00,0xab,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
14748 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14750 v_cmp_le_u16_e64 s[10:11], v1, v255
14751 // W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x03,0x00]
14752 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14754 v_cmp_le_u16_e64 s[10:11], v1, s2
14755 // W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0x05,0x00,0x00]
14756 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14758 v_cmp_le_u16_e64 s[10:11], v1, s101
14759 // W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xcb,0x00,0x00]
14760 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14762 v_cmp_le_u16_e64 s[10:11], v1, vcc_lo
14763 // W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xd5,0x00,0x00]
14764 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14766 v_cmp_le_u16_e64 s[10:11], v1, vcc_hi
14767 // W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xd7,0x00,0x00]
14768 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14770 v_cmp_le_u16_e64 s[10:11], v1, m0
14771 // W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xf9,0x00,0x00]
14772 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14774 v_cmp_le_u16_e64 s[10:11], v1, exec_lo
14775 // W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xfd,0x00,0x00]
14776 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14778 v_cmp_le_u16_e64 s[10:11], v1, exec_hi
14779 // W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x00,0x00]
14780 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14782 v_cmp_le_u16_e64 s[10:11], v1, 0
14783 // W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0x01,0x01,0x00]
14784 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14786 v_cmp_le_u16_e64 s[10:11], v1, -1
14787 // W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0x83,0x01,0x00]
14788 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14790 v_cmp_le_u16_e64 s[10:11], v1, 0.5
14791 // W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
14792 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14794 v_cmp_le_u16_e64 s[10:11], v1, -4.0
14795 // W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
14796 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14798 v_cmp_gt_u16_e64 s[10:11], v1, v2
14799 // W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
14800 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14802 v_cmp_gt_u16_e64 s[12:13], v1, v2
14803 // W64: encoding: [0x0c,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
14804 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14806 v_cmp_gt_u16_e64 s[100:101], v1, v2
14807 // W64: encoding: [0x64,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
14808 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14810 v_cmp_gt_u16_e64 vcc, v1, v2
14811 // W64: encoding: [0x6a,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
14812 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14814 v_cmp_gt_u16_e64 s[10:11], v255, v2
14815 // W64: encoding: [0x0a,0x00,0xac,0xd4,0xff,0x05,0x02,0x00]
14816 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14818 v_cmp_gt_u16_e64 s[10:11], s1, v2
14819 // W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0x04,0x02,0x00]
14820 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14822 v_cmp_gt_u16_e64 s[10:11], s101, v2
14823 // W64: encoding: [0x0a,0x00,0xac,0xd4,0x65,0x04,0x02,0x00]
14824 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14826 v_cmp_gt_u16_e64 s[10:11], vcc_lo, v2
14827 // W64: encoding: [0x0a,0x00,0xac,0xd4,0x6a,0x04,0x02,0x00]
14828 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14830 v_cmp_gt_u16_e64 s[10:11], vcc_hi, v2
14831 // W64: encoding: [0x0a,0x00,0xac,0xd4,0x6b,0x04,0x02,0x00]
14832 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14834 v_cmp_gt_u16_e64 s[10:11], m0, v2
14835 // W64: encoding: [0x0a,0x00,0xac,0xd4,0x7c,0x04,0x02,0x00]
14836 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14838 v_cmp_gt_u16_e64 s[10:11], exec_lo, v2
14839 // W64: encoding: [0x0a,0x00,0xac,0xd4,0x7e,0x04,0x02,0x00]
14840 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14842 v_cmp_gt_u16_e64 s[10:11], exec_hi, v2
14843 // W64: encoding: [0x0a,0x00,0xac,0xd4,0x7f,0x04,0x02,0x00]
14844 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14846 v_cmp_gt_u16_e64 s[10:11], 0, v2
14847 // W64: encoding: [0x0a,0x00,0xac,0xd4,0x80,0x04,0x02,0x00]
14848 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14850 v_cmp_gt_u16_e64 s[10:11], -1, v2
14851 // W64: encoding: [0x0a,0x00,0xac,0xd4,0xc1,0x04,0x02,0x00]
14852 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14854 v_cmp_gt_u16_e64 s[10:11], 0.5, v2
14855 // W64: encoding: [0x0a,0x00,0xac,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
14856 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14858 v_cmp_gt_u16_e64 s[10:11], -4.0, v2
14859 // W64: encoding: [0x0a,0x00,0xac,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
14860 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14862 v_cmp_gt_u16_e64 s[10:11], v1, v255
14863 // W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x03,0x00]
14864 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14866 v_cmp_gt_u16_e64 s[10:11], v1, s2
14867 // W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0x05,0x00,0x00]
14868 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14870 v_cmp_gt_u16_e64 s[10:11], v1, s101
14871 // W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xcb,0x00,0x00]
14872 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14874 v_cmp_gt_u16_e64 s[10:11], v1, vcc_lo
14875 // W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xd5,0x00,0x00]
14876 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14878 v_cmp_gt_u16_e64 s[10:11], v1, vcc_hi
14879 // W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xd7,0x00,0x00]
14880 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14882 v_cmp_gt_u16_e64 s[10:11], v1, m0
14883 // W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xf9,0x00,0x00]
14884 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14886 v_cmp_gt_u16_e64 s[10:11], v1, exec_lo
14887 // W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xfd,0x00,0x00]
14888 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14890 v_cmp_gt_u16_e64 s[10:11], v1, exec_hi
14891 // W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x00,0x00]
14892 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14894 v_cmp_gt_u16_e64 s[10:11], v1, 0
14895 // W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0x01,0x01,0x00]
14896 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14898 v_cmp_gt_u16_e64 s[10:11], v1, -1
14899 // W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0x83,0x01,0x00]
14900 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14902 v_cmp_gt_u16_e64 s[10:11], v1, 0.5
14903 // W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
14904 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14906 v_cmp_gt_u16_e64 s[10:11], v1, -4.0
14907 // W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
14908 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14910 v_cmp_ne_u16_e64 s[10:11], v1, v2
14911 // W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
14912 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14914 v_cmp_ne_u16_e64 s[12:13], v1, v2
14915 // W64: encoding: [0x0c,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
14916 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14918 v_cmp_ne_u16_e64 s[100:101], v1, v2
14919 // W64: encoding: [0x64,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
14920 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14922 v_cmp_ne_u16_e64 vcc, v1, v2
14923 // W64: encoding: [0x6a,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
14924 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14926 v_cmp_ne_u16_e64 s[10:11], v255, v2
14927 // W64: encoding: [0x0a,0x00,0xad,0xd4,0xff,0x05,0x02,0x00]
14928 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14930 v_cmp_ne_u16_e64 s[10:11], s1, v2
14931 // W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0x04,0x02,0x00]
14932 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14934 v_cmp_ne_u16_e64 s[10:11], s101, v2
14935 // W64: encoding: [0x0a,0x00,0xad,0xd4,0x65,0x04,0x02,0x00]
14936 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14938 v_cmp_ne_u16_e64 s[10:11], vcc_lo, v2
14939 // W64: encoding: [0x0a,0x00,0xad,0xd4,0x6a,0x04,0x02,0x00]
14940 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14942 v_cmp_ne_u16_e64 s[10:11], vcc_hi, v2
14943 // W64: encoding: [0x0a,0x00,0xad,0xd4,0x6b,0x04,0x02,0x00]
14944 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14946 v_cmp_ne_u16_e64 s[10:11], m0, v2
14947 // W64: encoding: [0x0a,0x00,0xad,0xd4,0x7c,0x04,0x02,0x00]
14948 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14950 v_cmp_ne_u16_e64 s[10:11], exec_lo, v2
14951 // W64: encoding: [0x0a,0x00,0xad,0xd4,0x7e,0x04,0x02,0x00]
14952 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14954 v_cmp_ne_u16_e64 s[10:11], exec_hi, v2
14955 // W64: encoding: [0x0a,0x00,0xad,0xd4,0x7f,0x04,0x02,0x00]
14956 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14958 v_cmp_ne_u16_e64 s[10:11], 0, v2
14959 // W64: encoding: [0x0a,0x00,0xad,0xd4,0x80,0x04,0x02,0x00]
14960 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14962 v_cmp_ne_u16_e64 s[10:11], -1, v2
14963 // W64: encoding: [0x0a,0x00,0xad,0xd4,0xc1,0x04,0x02,0x00]
14964 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14966 v_cmp_ne_u16_e64 s[10:11], 0.5, v2
14967 // W64: encoding: [0x0a,0x00,0xad,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
14968 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14970 v_cmp_ne_u16_e64 s[10:11], -4.0, v2
14971 // W64: encoding: [0x0a,0x00,0xad,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
14972 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14974 v_cmp_ne_u16_e64 s[10:11], v1, v255
14975 // W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x03,0x00]
14976 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14978 v_cmp_ne_u16_e64 s[10:11], v1, s2
14979 // W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0x05,0x00,0x00]
14980 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14982 v_cmp_ne_u16_e64 s[10:11], v1, s101
14983 // W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xcb,0x00,0x00]
14984 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14986 v_cmp_ne_u16_e64 s[10:11], v1, vcc_lo
14987 // W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xd5,0x00,0x00]
14988 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14990 v_cmp_ne_u16_e64 s[10:11], v1, vcc_hi
14991 // W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xd7,0x00,0x00]
14992 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14994 v_cmp_ne_u16_e64 s[10:11], v1, m0
14995 // W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xf9,0x00,0x00]
14996 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
14998 v_cmp_ne_u16_e64 s[10:11], v1, exec_lo
14999 // W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xfd,0x00,0x00]
15000 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15002 v_cmp_ne_u16_e64 s[10:11], v1, exec_hi
15003 // W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x00,0x00]
15004 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15006 v_cmp_ne_u16_e64 s[10:11], v1, 0
15007 // W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0x01,0x01,0x00]
15008 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15010 v_cmp_ne_u16_e64 s[10:11], v1, -1
15011 // W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0x83,0x01,0x00]
15012 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15014 v_cmp_ne_u16_e64 s[10:11], v1, 0.5
15015 // W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
15016 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15018 v_cmp_ne_u16_e64 s[10:11], v1, -4.0
15019 // W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
15020 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15022 v_cmp_ge_u16_e64 s[10:11], v1, v2
15023 // W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
15024 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15026 v_cmp_ge_u16_e64 s[12:13], v1, v2
15027 // W64: encoding: [0x0c,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
15028 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15030 v_cmp_ge_u16_e64 s[100:101], v1, v2
15031 // W64: encoding: [0x64,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
15032 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15034 v_cmp_ge_u16_e64 vcc, v1, v2
15035 // W64: encoding: [0x6a,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
15036 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15038 v_cmp_ge_u16_e64 s[10:11], v255, v2
15039 // W64: encoding: [0x0a,0x00,0xae,0xd4,0xff,0x05,0x02,0x00]
15040 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15042 v_cmp_ge_u16_e64 s[10:11], s1, v2
15043 // W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0x04,0x02,0x00]
15044 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15046 v_cmp_ge_u16_e64 s[10:11], s101, v2
15047 // W64: encoding: [0x0a,0x00,0xae,0xd4,0x65,0x04,0x02,0x00]
15048 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15050 v_cmp_ge_u16_e64 s[10:11], vcc_lo, v2
15051 // W64: encoding: [0x0a,0x00,0xae,0xd4,0x6a,0x04,0x02,0x00]
15052 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15054 v_cmp_ge_u16_e64 s[10:11], vcc_hi, v2
15055 // W64: encoding: [0x0a,0x00,0xae,0xd4,0x6b,0x04,0x02,0x00]
15056 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15058 v_cmp_ge_u16_e64 s[10:11], m0, v2
15059 // W64: encoding: [0x0a,0x00,0xae,0xd4,0x7c,0x04,0x02,0x00]
15060 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15062 v_cmp_ge_u16_e64 s[10:11], exec_lo, v2
15063 // W64: encoding: [0x0a,0x00,0xae,0xd4,0x7e,0x04,0x02,0x00]
15064 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15066 v_cmp_ge_u16_e64 s[10:11], exec_hi, v2
15067 // W64: encoding: [0x0a,0x00,0xae,0xd4,0x7f,0x04,0x02,0x00]
15068 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15070 v_cmp_ge_u16_e64 s[10:11], 0, v2
15071 // W64: encoding: [0x0a,0x00,0xae,0xd4,0x80,0x04,0x02,0x00]
15072 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15074 v_cmp_ge_u16_e64 s[10:11], -1, v2
15075 // W64: encoding: [0x0a,0x00,0xae,0xd4,0xc1,0x04,0x02,0x00]
15076 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15078 v_cmp_ge_u16_e64 s[10:11], 0.5, v2
15079 // W64: encoding: [0x0a,0x00,0xae,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
15080 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15082 v_cmp_ge_u16_e64 s[10:11], -4.0, v2
15083 // W64: encoding: [0x0a,0x00,0xae,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
15084 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15086 v_cmp_ge_u16_e64 s[10:11], v1, v255
15087 // W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x03,0x00]
15088 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15090 v_cmp_ge_u16_e64 s[10:11], v1, s2
15091 // W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0x05,0x00,0x00]
15092 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15094 v_cmp_ge_u16_e64 s[10:11], v1, s101
15095 // W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xcb,0x00,0x00]
15096 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15098 v_cmp_ge_u16_e64 s[10:11], v1, vcc_lo
15099 // W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xd5,0x00,0x00]
15100 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15102 v_cmp_ge_u16_e64 s[10:11], v1, vcc_hi
15103 // W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xd7,0x00,0x00]
15104 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15106 v_cmp_ge_u16_e64 s[10:11], v1, m0
15107 // W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xf9,0x00,0x00]
15108 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15110 v_cmp_ge_u16_e64 s[10:11], v1, exec_lo
15111 // W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xfd,0x00,0x00]
15112 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15114 v_cmp_ge_u16_e64 s[10:11], v1, exec_hi
15115 // W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x00,0x00]
15116 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15118 v_cmp_ge_u16_e64 s[10:11], v1, 0
15119 // W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0x01,0x01,0x00]
15120 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15122 v_cmp_ge_u16_e64 s[10:11], v1, -1
15123 // W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0x83,0x01,0x00]
15124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15126 v_cmp_ge_u16_e64 s[10:11], v1, 0.5
15127 // W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
15128 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15130 v_cmp_ge_u16_e64 s[10:11], v1, -4.0
15131 // W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
15132 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15134 v_cmp_f_u32_e64 s[10:11], v1, v2
15135 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
15136 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15138 v_cmp_f_u32_e64 s[12:13], v1, v2
15139 // W64: encoding: [0x0c,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
15140 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15142 v_cmp_f_u32_e64 s[100:101], v1, v2
15143 // W64: encoding: [0x64,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
15144 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15146 v_cmp_f_u32_e64 vcc, v1, v2
15147 // W64: encoding: [0x6a,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
15148 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15150 v_cmp_f_u32_e64 s[10:11], v255, v2
15151 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0xff,0x05,0x02,0x00]
15152 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15154 v_cmp_f_u32_e64 s[10:11], s1, v2
15155 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x04,0x02,0x00]
15156 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15158 v_cmp_f_u32_e64 s[10:11], s101, v2
15159 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0x65,0x04,0x02,0x00]
15160 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15162 v_cmp_f_u32_e64 s[10:11], vcc_lo, v2
15163 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0x6a,0x04,0x02,0x00]
15164 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15166 v_cmp_f_u32_e64 s[10:11], vcc_hi, v2
15167 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0x6b,0x04,0x02,0x00]
15168 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15170 v_cmp_f_u32_e64 s[10:11], m0, v2
15171 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0x7c,0x04,0x02,0x00]
15172 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15174 v_cmp_f_u32_e64 s[10:11], exec_lo, v2
15175 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0x7e,0x04,0x02,0x00]
15176 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15178 v_cmp_f_u32_e64 s[10:11], exec_hi, v2
15179 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0x7f,0x04,0x02,0x00]
15180 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15182 v_cmp_f_u32_e64 s[10:11], 0, v2
15183 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0x80,0x04,0x02,0x00]
15184 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15186 v_cmp_f_u32_e64 s[10:11], -1, v2
15187 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0xc1,0x04,0x02,0x00]
15188 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15190 v_cmp_f_u32_e64 s[10:11], 0.5, v2
15191 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0xf0,0x04,0x02,0x00]
15192 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15194 v_cmp_f_u32_e64 s[10:11], -4.0, v2
15195 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0xf7,0x04,0x02,0x00]
15196 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15198 v_cmp_f_u32_e64 s[10:11], v1, v255
15199 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xff,0x03,0x00]
15200 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15202 v_cmp_f_u32_e64 s[10:11], v1, s2
15203 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x05,0x00,0x00]
15204 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15206 v_cmp_f_u32_e64 s[10:11], v1, s101
15207 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xcb,0x00,0x00]
15208 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15210 v_cmp_f_u32_e64 s[10:11], v1, vcc_lo
15211 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xd5,0x00,0x00]
15212 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15214 v_cmp_f_u32_e64 s[10:11], v1, vcc_hi
15215 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xd7,0x00,0x00]
15216 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15218 v_cmp_f_u32_e64 s[10:11], v1, m0
15219 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xf9,0x00,0x00]
15220 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15222 v_cmp_f_u32_e64 s[10:11], v1, exec_lo
15223 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xfd,0x00,0x00]
15224 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15226 v_cmp_f_u32_e64 s[10:11], v1, exec_hi
15227 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xff,0x00,0x00]
15228 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15230 v_cmp_f_u32_e64 s[10:11], v1, 0
15231 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x01,0x01,0x00]
15232 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15234 v_cmp_f_u32_e64 s[10:11], v1, -1
15235 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x83,0x01,0x00]
15236 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15238 v_cmp_f_u32_e64 s[10:11], v1, 0.5
15239 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xe1,0x01,0x00]
15240 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15242 v_cmp_f_u32_e64 s[10:11], v1, -4.0
15243 // W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xef,0x01,0x00]
15244 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15246 v_cmp_lt_u32_e64 s[10:11], v1, v2
15247 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
15248 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15250 v_cmp_lt_u32_e64 s[12:13], v1, v2
15251 // W64: encoding: [0x0c,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
15252 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15254 v_cmp_lt_u32_e64 s[100:101], v1, v2
15255 // W64: encoding: [0x64,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
15256 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15258 v_cmp_lt_u32_e64 vcc, v1, v2
15259 // W64: encoding: [0x6a,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
15260 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15262 v_cmp_lt_u32_e64 s[10:11], v255, v2
15263 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0xff,0x05,0x02,0x00]
15264 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15266 v_cmp_lt_u32_e64 s[10:11], s1, v2
15267 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x04,0x02,0x00]
15268 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15270 v_cmp_lt_u32_e64 s[10:11], s101, v2
15271 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0x65,0x04,0x02,0x00]
15272 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15274 v_cmp_lt_u32_e64 s[10:11], vcc_lo, v2
15275 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0x6a,0x04,0x02,0x00]
15276 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15278 v_cmp_lt_u32_e64 s[10:11], vcc_hi, v2
15279 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0x6b,0x04,0x02,0x00]
15280 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15282 v_cmp_lt_u32_e64 s[10:11], m0, v2
15283 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0x7c,0x04,0x02,0x00]
15284 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15286 v_cmp_lt_u32_e64 s[10:11], exec_lo, v2
15287 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0x7e,0x04,0x02,0x00]
15288 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15290 v_cmp_lt_u32_e64 s[10:11], exec_hi, v2
15291 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0x7f,0x04,0x02,0x00]
15292 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15294 v_cmp_lt_u32_e64 s[10:11], 0, v2
15295 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0x80,0x04,0x02,0x00]
15296 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15298 v_cmp_lt_u32_e64 s[10:11], -1, v2
15299 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0xc1,0x04,0x02,0x00]
15300 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15302 v_cmp_lt_u32_e64 s[10:11], 0.5, v2
15303 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0xf0,0x04,0x02,0x00]
15304 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15306 v_cmp_lt_u32_e64 s[10:11], -4.0, v2
15307 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0xf7,0x04,0x02,0x00]
15308 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15310 v_cmp_lt_u32_e64 s[10:11], v1, v255
15311 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xff,0x03,0x00]
15312 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15314 v_cmp_lt_u32_e64 s[10:11], v1, s2
15315 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x05,0x00,0x00]
15316 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15318 v_cmp_lt_u32_e64 s[10:11], v1, s101
15319 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xcb,0x00,0x00]
15320 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15322 v_cmp_lt_u32_e64 s[10:11], v1, vcc_lo
15323 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xd5,0x00,0x00]
15324 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15326 v_cmp_lt_u32_e64 s[10:11], v1, vcc_hi
15327 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xd7,0x00,0x00]
15328 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15330 v_cmp_lt_u32_e64 s[10:11], v1, m0
15331 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xf9,0x00,0x00]
15332 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15334 v_cmp_lt_u32_e64 s[10:11], v1, exec_lo
15335 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xfd,0x00,0x00]
15336 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15338 v_cmp_lt_u32_e64 s[10:11], v1, exec_hi
15339 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xff,0x00,0x00]
15340 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15342 v_cmp_lt_u32_e64 s[10:11], v1, 0
15343 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x01,0x01,0x00]
15344 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15346 v_cmp_lt_u32_e64 s[10:11], v1, -1
15347 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x83,0x01,0x00]
15348 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15350 v_cmp_lt_u32_e64 s[10:11], v1, 0.5
15351 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xe1,0x01,0x00]
15352 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15354 v_cmp_lt_u32_e64 s[10:11], v1, -4.0
15355 // W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xef,0x01,0x00]
15356 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15358 v_cmp_eq_u32_e64 s[10:11], v1, v2
15359 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
15360 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15362 v_cmp_eq_u32_e64 s[12:13], v1, v2
15363 // W64: encoding: [0x0c,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
15364 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15366 v_cmp_eq_u32_e64 s[100:101], v1, v2
15367 // W64: encoding: [0x64,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
15368 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15370 v_cmp_eq_u32_e64 vcc, v1, v2
15371 // W64: encoding: [0x6a,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
15372 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15374 v_cmp_eq_u32_e64 s[10:11], v255, v2
15375 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0xff,0x05,0x02,0x00]
15376 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15378 v_cmp_eq_u32_e64 s[10:11], s1, v2
15379 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x04,0x02,0x00]
15380 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15382 v_cmp_eq_u32_e64 s[10:11], s101, v2
15383 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0x65,0x04,0x02,0x00]
15384 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15386 v_cmp_eq_u32_e64 s[10:11], vcc_lo, v2
15387 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0x6a,0x04,0x02,0x00]
15388 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15390 v_cmp_eq_u32_e64 s[10:11], vcc_hi, v2
15391 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0x6b,0x04,0x02,0x00]
15392 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15394 v_cmp_eq_u32_e64 s[10:11], m0, v2
15395 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0x7c,0x04,0x02,0x00]
15396 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15398 v_cmp_eq_u32_e64 s[10:11], exec_lo, v2
15399 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0x7e,0x04,0x02,0x00]
15400 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15402 v_cmp_eq_u32_e64 s[10:11], exec_hi, v2
15403 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0x7f,0x04,0x02,0x00]
15404 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15406 v_cmp_eq_u32_e64 s[10:11], 0, v2
15407 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0x80,0x04,0x02,0x00]
15408 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15410 v_cmp_eq_u32_e64 s[10:11], -1, v2
15411 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0xc1,0x04,0x02,0x00]
15412 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15414 v_cmp_eq_u32_e64 s[10:11], 0.5, v2
15415 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0xf0,0x04,0x02,0x00]
15416 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15418 v_cmp_eq_u32_e64 s[10:11], -4.0, v2
15419 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0xf7,0x04,0x02,0x00]
15420 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15422 v_cmp_eq_u32_e64 s[10:11], v1, v255
15423 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xff,0x03,0x00]
15424 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15426 v_cmp_eq_u32_e64 s[10:11], v1, s2
15427 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x05,0x00,0x00]
15428 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15430 v_cmp_eq_u32_e64 s[10:11], v1, s101
15431 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xcb,0x00,0x00]
15432 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15434 v_cmp_eq_u32_e64 s[10:11], v1, vcc_lo
15435 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xd5,0x00,0x00]
15436 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15438 v_cmp_eq_u32_e64 s[10:11], v1, vcc_hi
15439 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xd7,0x00,0x00]
15440 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15442 v_cmp_eq_u32_e64 s[10:11], v1, m0
15443 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xf9,0x00,0x00]
15444 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15446 v_cmp_eq_u32_e64 s[10:11], v1, exec_lo
15447 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xfd,0x00,0x00]
15448 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15450 v_cmp_eq_u32_e64 s[10:11], v1, exec_hi
15451 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xff,0x00,0x00]
15452 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15454 v_cmp_eq_u32_e64 s[10:11], v1, 0
15455 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x01,0x01,0x00]
15456 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15458 v_cmp_eq_u32_e64 s[10:11], v1, -1
15459 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x83,0x01,0x00]
15460 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15462 v_cmp_eq_u32_e64 s[10:11], v1, 0.5
15463 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xe1,0x01,0x00]
15464 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15466 v_cmp_eq_u32_e64 s[10:11], v1, -4.0
15467 // W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xef,0x01,0x00]
15468 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15470 v_cmp_le_u32_e64 s[10:11], v1, v2
15471 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
15472 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15474 v_cmp_le_u32_e64 s[12:13], v1, v2
15475 // W64: encoding: [0x0c,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
15476 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15478 v_cmp_le_u32_e64 s[100:101], v1, v2
15479 // W64: encoding: [0x64,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
15480 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15482 v_cmp_le_u32_e64 vcc, v1, v2
15483 // W64: encoding: [0x6a,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
15484 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15486 v_cmp_le_u32_e64 s[10:11], v255, v2
15487 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0xff,0x05,0x02,0x00]
15488 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15490 v_cmp_le_u32_e64 s[10:11], s1, v2
15491 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x04,0x02,0x00]
15492 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15494 v_cmp_le_u32_e64 s[10:11], s101, v2
15495 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0x65,0x04,0x02,0x00]
15496 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15498 v_cmp_le_u32_e64 s[10:11], vcc_lo, v2
15499 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0x6a,0x04,0x02,0x00]
15500 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15502 v_cmp_le_u32_e64 s[10:11], vcc_hi, v2
15503 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0x6b,0x04,0x02,0x00]
15504 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15506 v_cmp_le_u32_e64 s[10:11], m0, v2
15507 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0x7c,0x04,0x02,0x00]
15508 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15510 v_cmp_le_u32_e64 s[10:11], exec_lo, v2
15511 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0x7e,0x04,0x02,0x00]
15512 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15514 v_cmp_le_u32_e64 s[10:11], exec_hi, v2
15515 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0x7f,0x04,0x02,0x00]
15516 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15518 v_cmp_le_u32_e64 s[10:11], 0, v2
15519 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0x80,0x04,0x02,0x00]
15520 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15522 v_cmp_le_u32_e64 s[10:11], -1, v2
15523 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0xc1,0x04,0x02,0x00]
15524 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15526 v_cmp_le_u32_e64 s[10:11], 0.5, v2
15527 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0xf0,0x04,0x02,0x00]
15528 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15530 v_cmp_le_u32_e64 s[10:11], -4.0, v2
15531 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0xf7,0x04,0x02,0x00]
15532 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15534 v_cmp_le_u32_e64 s[10:11], v1, v255
15535 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xff,0x03,0x00]
15536 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15538 v_cmp_le_u32_e64 s[10:11], v1, s2
15539 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x05,0x00,0x00]
15540 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15542 v_cmp_le_u32_e64 s[10:11], v1, s101
15543 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xcb,0x00,0x00]
15544 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15546 v_cmp_le_u32_e64 s[10:11], v1, vcc_lo
15547 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xd5,0x00,0x00]
15548 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15550 v_cmp_le_u32_e64 s[10:11], v1, vcc_hi
15551 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xd7,0x00,0x00]
15552 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15554 v_cmp_le_u32_e64 s[10:11], v1, m0
15555 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xf9,0x00,0x00]
15556 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15558 v_cmp_le_u32_e64 s[10:11], v1, exec_lo
15559 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xfd,0x00,0x00]
15560 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15562 v_cmp_le_u32_e64 s[10:11], v1, exec_hi
15563 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xff,0x00,0x00]
15564 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15566 v_cmp_le_u32_e64 s[10:11], v1, 0
15567 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x01,0x01,0x00]
15568 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15570 v_cmp_le_u32_e64 s[10:11], v1, -1
15571 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x83,0x01,0x00]
15572 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15574 v_cmp_le_u32_e64 s[10:11], v1, 0.5
15575 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xe1,0x01,0x00]
15576 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15578 v_cmp_le_u32_e64 s[10:11], v1, -4.0
15579 // W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xef,0x01,0x00]
15580 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15582 v_cmp_gt_u32_e64 s[10:11], v1, v2
15583 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
15584 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15586 v_cmp_gt_u32_e64 s[12:13], v1, v2
15587 // W64: encoding: [0x0c,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
15588 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15590 v_cmp_gt_u32_e64 s[100:101], v1, v2
15591 // W64: encoding: [0x64,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
15592 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15594 v_cmp_gt_u32_e64 vcc, v1, v2
15595 // W64: encoding: [0x6a,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
15596 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15598 v_cmp_gt_u32_e64 s[10:11], v255, v2
15599 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0xff,0x05,0x02,0x00]
15600 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15602 v_cmp_gt_u32_e64 s[10:11], s1, v2
15603 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x04,0x02,0x00]
15604 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15606 v_cmp_gt_u32_e64 s[10:11], s101, v2
15607 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0x65,0x04,0x02,0x00]
15608 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15610 v_cmp_gt_u32_e64 s[10:11], vcc_lo, v2
15611 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0x6a,0x04,0x02,0x00]
15612 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15614 v_cmp_gt_u32_e64 s[10:11], vcc_hi, v2
15615 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0x6b,0x04,0x02,0x00]
15616 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15618 v_cmp_gt_u32_e64 s[10:11], m0, v2
15619 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0x7c,0x04,0x02,0x00]
15620 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15622 v_cmp_gt_u32_e64 s[10:11], exec_lo, v2
15623 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0x7e,0x04,0x02,0x00]
15624 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15626 v_cmp_gt_u32_e64 s[10:11], exec_hi, v2
15627 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0x7f,0x04,0x02,0x00]
15628 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15630 v_cmp_gt_u32_e64 s[10:11], 0, v2
15631 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0x80,0x04,0x02,0x00]
15632 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15634 v_cmp_gt_u32_e64 s[10:11], -1, v2
15635 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0xc1,0x04,0x02,0x00]
15636 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15638 v_cmp_gt_u32_e64 s[10:11], 0.5, v2
15639 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0xf0,0x04,0x02,0x00]
15640 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15642 v_cmp_gt_u32_e64 s[10:11], -4.0, v2
15643 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0xf7,0x04,0x02,0x00]
15644 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15646 v_cmp_gt_u32_e64 s[10:11], v1, v255
15647 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xff,0x03,0x00]
15648 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15650 v_cmp_gt_u32_e64 s[10:11], v1, s2
15651 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x05,0x00,0x00]
15652 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15654 v_cmp_gt_u32_e64 s[10:11], v1, s101
15655 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xcb,0x00,0x00]
15656 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15658 v_cmp_gt_u32_e64 s[10:11], v1, vcc_lo
15659 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xd5,0x00,0x00]
15660 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15662 v_cmp_gt_u32_e64 s[10:11], v1, vcc_hi
15663 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xd7,0x00,0x00]
15664 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15666 v_cmp_gt_u32_e64 s[10:11], v1, m0
15667 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xf9,0x00,0x00]
15668 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15670 v_cmp_gt_u32_e64 s[10:11], v1, exec_lo
15671 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xfd,0x00,0x00]
15672 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15674 v_cmp_gt_u32_e64 s[10:11], v1, exec_hi
15675 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xff,0x00,0x00]
15676 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15678 v_cmp_gt_u32_e64 s[10:11], v1, 0
15679 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x01,0x01,0x00]
15680 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15682 v_cmp_gt_u32_e64 s[10:11], v1, -1
15683 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x83,0x01,0x00]
15684 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15686 v_cmp_gt_u32_e64 s[10:11], v1, 0.5
15687 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xe1,0x01,0x00]
15688 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15690 v_cmp_gt_u32_e64 s[10:11], v1, -4.0
15691 // W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xef,0x01,0x00]
15692 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15694 v_cmp_ne_u32_e64 s[10:11], v1, v2
15695 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
15696 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15698 v_cmp_ne_u32_e64 s[12:13], v1, v2
15699 // W64: encoding: [0x0c,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
15700 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15702 v_cmp_ne_u32_e64 s[100:101], v1, v2
15703 // W64: encoding: [0x64,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
15704 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15706 v_cmp_ne_u32_e64 vcc, v1, v2
15707 // W64: encoding: [0x6a,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
15708 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15710 v_cmp_ne_u32_e64 s[10:11], v255, v2
15711 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0xff,0x05,0x02,0x00]
15712 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15714 v_cmp_ne_u32_e64 s[10:11], s1, v2
15715 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x04,0x02,0x00]
15716 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15718 v_cmp_ne_u32_e64 s[10:11], s101, v2
15719 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0x65,0x04,0x02,0x00]
15720 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15722 v_cmp_ne_u32_e64 s[10:11], vcc_lo, v2
15723 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0x6a,0x04,0x02,0x00]
15724 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15726 v_cmp_ne_u32_e64 s[10:11], vcc_hi, v2
15727 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0x6b,0x04,0x02,0x00]
15728 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15730 v_cmp_ne_u32_e64 s[10:11], m0, v2
15731 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0x7c,0x04,0x02,0x00]
15732 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15734 v_cmp_ne_u32_e64 s[10:11], exec_lo, v2
15735 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0x7e,0x04,0x02,0x00]
15736 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15738 v_cmp_ne_u32_e64 s[10:11], exec_hi, v2
15739 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0x7f,0x04,0x02,0x00]
15740 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15742 v_cmp_ne_u32_e64 s[10:11], 0, v2
15743 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0x80,0x04,0x02,0x00]
15744 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15746 v_cmp_ne_u32_e64 s[10:11], -1, v2
15747 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0xc1,0x04,0x02,0x00]
15748 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15750 v_cmp_ne_u32_e64 s[10:11], 0.5, v2
15751 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0xf0,0x04,0x02,0x00]
15752 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15754 v_cmp_ne_u32_e64 s[10:11], -4.0, v2
15755 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0xf7,0x04,0x02,0x00]
15756 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15758 v_cmp_ne_u32_e64 s[10:11], v1, v255
15759 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xff,0x03,0x00]
15760 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15762 v_cmp_ne_u32_e64 s[10:11], v1, s2
15763 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x05,0x00,0x00]
15764 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15766 v_cmp_ne_u32_e64 s[10:11], v1, s101
15767 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xcb,0x00,0x00]
15768 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15770 v_cmp_ne_u32_e64 s[10:11], v1, vcc_lo
15771 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xd5,0x00,0x00]
15772 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15774 v_cmp_ne_u32_e64 s[10:11], v1, vcc_hi
15775 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xd7,0x00,0x00]
15776 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15778 v_cmp_ne_u32_e64 s[10:11], v1, m0
15779 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xf9,0x00,0x00]
15780 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15782 v_cmp_ne_u32_e64 s[10:11], v1, exec_lo
15783 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xfd,0x00,0x00]
15784 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15786 v_cmp_ne_u32_e64 s[10:11], v1, exec_hi
15787 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xff,0x00,0x00]
15788 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15790 v_cmp_ne_u32_e64 s[10:11], v1, 0
15791 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x01,0x01,0x00]
15792 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15794 v_cmp_ne_u32_e64 s[10:11], v1, -1
15795 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x83,0x01,0x00]
15796 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15798 v_cmp_ne_u32_e64 s[10:11], v1, 0.5
15799 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xe1,0x01,0x00]
15800 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15802 v_cmp_ne_u32_e64 s[10:11], v1, -4.0
15803 // W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xef,0x01,0x00]
15804 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15806 v_cmp_ge_u32_e64 s[10:11], v1, v2
15807 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
15808 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15810 v_cmp_ge_u32_e64 s[12:13], v1, v2
15811 // W64: encoding: [0x0c,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
15812 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15814 v_cmp_ge_u32_e64 s[100:101], v1, v2
15815 // W64: encoding: [0x64,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
15816 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15818 v_cmp_ge_u32_e64 vcc, v1, v2
15819 // W64: encoding: [0x6a,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
15820 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15822 v_cmp_ge_u32_e64 s[10:11], v255, v2
15823 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0xff,0x05,0x02,0x00]
15824 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15826 v_cmp_ge_u32_e64 s[10:11], s1, v2
15827 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x04,0x02,0x00]
15828 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15830 v_cmp_ge_u32_e64 s[10:11], s101, v2
15831 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0x65,0x04,0x02,0x00]
15832 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15834 v_cmp_ge_u32_e64 s[10:11], vcc_lo, v2
15835 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0x6a,0x04,0x02,0x00]
15836 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15838 v_cmp_ge_u32_e64 s[10:11], vcc_hi, v2
15839 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0x6b,0x04,0x02,0x00]
15840 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15842 v_cmp_ge_u32_e64 s[10:11], m0, v2
15843 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0x7c,0x04,0x02,0x00]
15844 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15846 v_cmp_ge_u32_e64 s[10:11], exec_lo, v2
15847 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0x7e,0x04,0x02,0x00]
15848 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15850 v_cmp_ge_u32_e64 s[10:11], exec_hi, v2
15851 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0x7f,0x04,0x02,0x00]
15852 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15854 v_cmp_ge_u32_e64 s[10:11], 0, v2
15855 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0x80,0x04,0x02,0x00]
15856 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15858 v_cmp_ge_u32_e64 s[10:11], -1, v2
15859 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0xc1,0x04,0x02,0x00]
15860 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15862 v_cmp_ge_u32_e64 s[10:11], 0.5, v2
15863 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0xf0,0x04,0x02,0x00]
15864 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15866 v_cmp_ge_u32_e64 s[10:11], -4.0, v2
15867 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0xf7,0x04,0x02,0x00]
15868 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15870 v_cmp_ge_u32_e64 s[10:11], v1, v255
15871 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xff,0x03,0x00]
15872 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15874 v_cmp_ge_u32_e64 s[10:11], v1, s2
15875 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x05,0x00,0x00]
15876 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15878 v_cmp_ge_u32_e64 s[10:11], v1, s101
15879 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xcb,0x00,0x00]
15880 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15882 v_cmp_ge_u32_e64 s[10:11], v1, vcc_lo
15883 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xd5,0x00,0x00]
15884 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15886 v_cmp_ge_u32_e64 s[10:11], v1, vcc_hi
15887 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xd7,0x00,0x00]
15888 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15890 v_cmp_ge_u32_e64 s[10:11], v1, m0
15891 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xf9,0x00,0x00]
15892 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15894 v_cmp_ge_u32_e64 s[10:11], v1, exec_lo
15895 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xfd,0x00,0x00]
15896 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15898 v_cmp_ge_u32_e64 s[10:11], v1, exec_hi
15899 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xff,0x00,0x00]
15900 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15902 v_cmp_ge_u32_e64 s[10:11], v1, 0
15903 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x01,0x01,0x00]
15904 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15906 v_cmp_ge_u32_e64 s[10:11], v1, -1
15907 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x83,0x01,0x00]
15908 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15910 v_cmp_ge_u32_e64 s[10:11], v1, 0.5
15911 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xe1,0x01,0x00]
15912 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15914 v_cmp_ge_u32_e64 s[10:11], v1, -4.0
15915 // W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xef,0x01,0x00]
15916 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15918 v_cmp_t_u32_e64 s[10:11], v1, v2
15919 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
15920 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15922 v_cmp_t_u32_e64 s[12:13], v1, v2
15923 // W64: encoding: [0x0c,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
15924 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15926 v_cmp_t_u32_e64 s[100:101], v1, v2
15927 // W64: encoding: [0x64,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
15928 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15930 v_cmp_t_u32_e64 vcc, v1, v2
15931 // W64: encoding: [0x6a,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
15932 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15934 v_cmp_t_u32_e64 s[10:11], v255, v2
15935 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0xff,0x05,0x02,0x00]
15936 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15938 v_cmp_t_u32_e64 s[10:11], s1, v2
15939 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x04,0x02,0x00]
15940 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15942 v_cmp_t_u32_e64 s[10:11], s101, v2
15943 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0x65,0x04,0x02,0x00]
15944 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15946 v_cmp_t_u32_e64 s[10:11], vcc_lo, v2
15947 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0x6a,0x04,0x02,0x00]
15948 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15950 v_cmp_t_u32_e64 s[10:11], vcc_hi, v2
15951 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0x6b,0x04,0x02,0x00]
15952 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15954 v_cmp_t_u32_e64 s[10:11], m0, v2
15955 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0x7c,0x04,0x02,0x00]
15956 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15958 v_cmp_t_u32_e64 s[10:11], exec_lo, v2
15959 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0x7e,0x04,0x02,0x00]
15960 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15962 v_cmp_t_u32_e64 s[10:11], exec_hi, v2
15963 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0x7f,0x04,0x02,0x00]
15964 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15966 v_cmp_t_u32_e64 s[10:11], 0, v2
15967 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0x80,0x04,0x02,0x00]
15968 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15970 v_cmp_t_u32_e64 s[10:11], -1, v2
15971 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0xc1,0x04,0x02,0x00]
15972 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15974 v_cmp_t_u32_e64 s[10:11], 0.5, v2
15975 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0xf0,0x04,0x02,0x00]
15976 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15978 v_cmp_t_u32_e64 s[10:11], -4.0, v2
15979 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0xf7,0x04,0x02,0x00]
15980 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15982 v_cmp_t_u32_e64 s[10:11], v1, v255
15983 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xff,0x03,0x00]
15984 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15986 v_cmp_t_u32_e64 s[10:11], v1, s2
15987 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x05,0x00,0x00]
15988 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15990 v_cmp_t_u32_e64 s[10:11], v1, s101
15991 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xcb,0x00,0x00]
15992 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15994 v_cmp_t_u32_e64 s[10:11], v1, vcc_lo
15995 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xd5,0x00,0x00]
15996 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
15998 v_cmp_t_u32_e64 s[10:11], v1, vcc_hi
15999 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xd7,0x00,0x00]
16000 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16002 v_cmp_t_u32_e64 s[10:11], v1, m0
16003 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xf9,0x00,0x00]
16004 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16006 v_cmp_t_u32_e64 s[10:11], v1, exec_lo
16007 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xfd,0x00,0x00]
16008 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16010 v_cmp_t_u32_e64 s[10:11], v1, exec_hi
16011 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xff,0x00,0x00]
16012 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16014 v_cmp_t_u32_e64 s[10:11], v1, 0
16015 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x01,0x01,0x00]
16016 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16018 v_cmp_t_u32_e64 s[10:11], v1, -1
16019 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x83,0x01,0x00]
16020 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16022 v_cmp_t_u32_e64 s[10:11], v1, 0.5
16023 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xe1,0x01,0x00]
16024 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16026 v_cmp_t_u32_e64 s[10:11], v1, -4.0
16027 // W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xef,0x01,0x00]
16028 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16030 v_cmp_f_f16_e64 s[10:11], v1, v2
16031 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
16032 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16034 v_cmp_f_f16_e64 s[12:13], v1, v2
16035 // W64: encoding: [0x0c,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
16036 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16038 v_cmp_f_f16_e64 s[100:101], v1, v2
16039 // W64: encoding: [0x64,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
16040 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16042 v_cmp_f_f16_e64 vcc, v1, v2
16043 // W64: encoding: [0x6a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
16044 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16046 v_cmp_f_f16_e64 s[10:11], v255, v2
16047 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0xff,0x05,0x02,0x00]
16048 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16050 v_cmp_f_f16_e64 s[10:11], s1, v2
16051 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x04,0x02,0x00]
16052 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16054 v_cmp_f_f16_e64 s[10:11], s101, v2
16055 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x65,0x04,0x02,0x00]
16056 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16058 v_cmp_f_f16_e64 s[10:11], vcc_lo, v2
16059 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x6a,0x04,0x02,0x00]
16060 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16062 v_cmp_f_f16_e64 s[10:11], vcc_hi, v2
16063 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x6b,0x04,0x02,0x00]
16064 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16066 v_cmp_f_f16_e64 s[10:11], m0, v2
16067 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x7c,0x04,0x02,0x00]
16068 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16070 v_cmp_f_f16_e64 s[10:11], exec_lo, v2
16071 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x7e,0x04,0x02,0x00]
16072 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16074 v_cmp_f_f16_e64 s[10:11], exec_hi, v2
16075 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x7f,0x04,0x02,0x00]
16076 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16078 v_cmp_f_f16_e64 s[10:11], 0, v2
16079 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x80,0x04,0x02,0x00]
16080 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16082 v_cmp_f_f16_e64 s[10:11], -1, v2
16083 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0xc1,0x04,0x02,0x00]
16084 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16086 v_cmp_f_f16_e64 s[10:11], 0.5, v2
16087 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0xf0,0x04,0x02,0x00]
16088 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16090 v_cmp_f_f16_e64 s[10:11], -4.0, v2
16091 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0xf7,0x04,0x02,0x00]
16092 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16094 v_cmp_f_f16_e64 s[10:11], v1, v255
16095 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xff,0x03,0x00]
16096 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16098 v_cmp_f_f16_e64 s[10:11], v1, s2
16099 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x00,0x00]
16100 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16102 v_cmp_f_f16_e64 s[10:11], v1, s101
16103 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xcb,0x00,0x00]
16104 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16106 v_cmp_f_f16_e64 s[10:11], v1, vcc_lo
16107 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xd5,0x00,0x00]
16108 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16110 v_cmp_f_f16_e64 s[10:11], v1, vcc_hi
16111 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xd7,0x00,0x00]
16112 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16114 v_cmp_f_f16_e64 s[10:11], v1, m0
16115 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xf9,0x00,0x00]
16116 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16118 v_cmp_f_f16_e64 s[10:11], v1, exec_lo
16119 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xfd,0x00,0x00]
16120 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16122 v_cmp_f_f16_e64 s[10:11], v1, exec_hi
16123 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xff,0x00,0x00]
16124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16126 v_cmp_f_f16_e64 s[10:11], v1, 0
16127 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x01,0x01,0x00]
16128 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16130 v_cmp_f_f16_e64 s[10:11], v1, -1
16131 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x83,0x01,0x00]
16132 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16134 v_cmp_f_f16_e64 s[10:11], v1, 0.5
16135 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xe1,0x01,0x00]
16136 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16138 v_cmp_f_f16_e64 s[10:11], v1, -4.0
16139 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xef,0x01,0x00]
16140 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16142 v_cmp_f_f16_e64 s[10:11], -v1, v2
16143 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x20]
16144 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16146 v_cmp_f_f16_e64 s[10:11], v1, -v2
16147 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x40]
16148 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16150 v_cmp_f_f16_e64 s[10:11], -v1, -v2
16151 // W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x60]
16152 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16154 v_cmp_f_f16_e64 s[10:11], v1, v2 clamp
16155 // W64: encoding: [0x0a,0x80,0xc8,0xd4,0x01,0x05,0x02,0x00]
16156 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16158 v_cmp_lt_f16_e64 s[10:11], v1, v2
16159 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
16160 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16162 v_cmp_lt_f16_e64 s[12:13], v1, v2
16163 // W64: encoding: [0x0c,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
16164 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16166 v_cmp_lt_f16_e64 s[100:101], v1, v2
16167 // W64: encoding: [0x64,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
16168 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16170 v_cmp_lt_f16_e64 vcc, v1, v2
16171 // W64: encoding: [0x6a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
16172 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16174 v_cmp_lt_f16_e64 s[10:11], v255, v2
16175 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0xff,0x05,0x02,0x00]
16176 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16178 v_cmp_lt_f16_e64 s[10:11], s1, v2
16179 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x04,0x02,0x00]
16180 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16182 v_cmp_lt_f16_e64 s[10:11], s101, v2
16183 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x65,0x04,0x02,0x00]
16184 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16186 v_cmp_lt_f16_e64 s[10:11], vcc_lo, v2
16187 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x6a,0x04,0x02,0x00]
16188 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16190 v_cmp_lt_f16_e64 s[10:11], vcc_hi, v2
16191 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x6b,0x04,0x02,0x00]
16192 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16194 v_cmp_lt_f16_e64 s[10:11], m0, v2
16195 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x7c,0x04,0x02,0x00]
16196 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16198 v_cmp_lt_f16_e64 s[10:11], exec_lo, v2
16199 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x7e,0x04,0x02,0x00]
16200 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16202 v_cmp_lt_f16_e64 s[10:11], exec_hi, v2
16203 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x7f,0x04,0x02,0x00]
16204 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16206 v_cmp_lt_f16_e64 s[10:11], 0, v2
16207 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x80,0x04,0x02,0x00]
16208 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16210 v_cmp_lt_f16_e64 s[10:11], -1, v2
16211 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0xc1,0x04,0x02,0x00]
16212 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16214 v_cmp_lt_f16_e64 s[10:11], 0.5, v2
16215 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0xf0,0x04,0x02,0x00]
16216 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16218 v_cmp_lt_f16_e64 s[10:11], -4.0, v2
16219 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0xf7,0x04,0x02,0x00]
16220 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16222 v_cmp_lt_f16_e64 s[10:11], v1, v255
16223 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xff,0x03,0x00]
16224 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16226 v_cmp_lt_f16_e64 s[10:11], v1, s2
16227 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x00,0x00]
16228 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16230 v_cmp_lt_f16_e64 s[10:11], v1, s101
16231 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xcb,0x00,0x00]
16232 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16234 v_cmp_lt_f16_e64 s[10:11], v1, vcc_lo
16235 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xd5,0x00,0x00]
16236 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16238 v_cmp_lt_f16_e64 s[10:11], v1, vcc_hi
16239 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xd7,0x00,0x00]
16240 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16242 v_cmp_lt_f16_e64 s[10:11], v1, m0
16243 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xf9,0x00,0x00]
16244 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16246 v_cmp_lt_f16_e64 s[10:11], v1, exec_lo
16247 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xfd,0x00,0x00]
16248 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16250 v_cmp_lt_f16_e64 s[10:11], v1, exec_hi
16251 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xff,0x00,0x00]
16252 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16254 v_cmp_lt_f16_e64 s[10:11], v1, 0
16255 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x01,0x01,0x00]
16256 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16258 v_cmp_lt_f16_e64 s[10:11], v1, -1
16259 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x83,0x01,0x00]
16260 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16262 v_cmp_lt_f16_e64 s[10:11], v1, 0.5
16263 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xe1,0x01,0x00]
16264 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16266 v_cmp_lt_f16_e64 s[10:11], v1, -4.0
16267 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xef,0x01,0x00]
16268 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16270 v_cmp_lt_f16_e64 s[10:11], -v1, v2
16271 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x20]
16272 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16274 v_cmp_lt_f16_e64 s[10:11], v1, -v2
16275 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x40]
16276 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16278 v_cmp_lt_f16_e64 s[10:11], -v1, -v2
16279 // W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x60]
16280 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16282 v_cmp_lt_f16_e64 s[10:11], v1, v2 clamp
16283 // W64: encoding: [0x0a,0x80,0xc9,0xd4,0x01,0x05,0x02,0x00]
16284 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16286 v_cmp_eq_f16_e64 s[10:11], v1, v2
16287 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
16288 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16290 v_cmp_eq_f16_e64 s[12:13], v1, v2
16291 // W64: encoding: [0x0c,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
16292 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16294 v_cmp_eq_f16_e64 s[100:101], v1, v2
16295 // W64: encoding: [0x64,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
16296 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16298 v_cmp_eq_f16_e64 vcc, v1, v2
16299 // W64: encoding: [0x6a,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
16300 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16302 v_cmp_eq_f16_e64 s[10:11], v255, v2
16303 // W64: encoding: [0x0a,0x00,0xca,0xd4,0xff,0x05,0x02,0x00]
16304 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16306 v_cmp_eq_f16_e64 s[10:11], s1, v2
16307 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x04,0x02,0x00]
16308 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16310 v_cmp_eq_f16_e64 s[10:11], s101, v2
16311 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x65,0x04,0x02,0x00]
16312 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16314 v_cmp_eq_f16_e64 s[10:11], vcc_lo, v2
16315 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x6a,0x04,0x02,0x00]
16316 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16318 v_cmp_eq_f16_e64 s[10:11], vcc_hi, v2
16319 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x6b,0x04,0x02,0x00]
16320 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16322 v_cmp_eq_f16_e64 s[10:11], m0, v2
16323 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x7c,0x04,0x02,0x00]
16324 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16326 v_cmp_eq_f16_e64 s[10:11], exec_lo, v2
16327 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x7e,0x04,0x02,0x00]
16328 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16330 v_cmp_eq_f16_e64 s[10:11], exec_hi, v2
16331 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x7f,0x04,0x02,0x00]
16332 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16334 v_cmp_eq_f16_e64 s[10:11], 0, v2
16335 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x80,0x04,0x02,0x00]
16336 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16338 v_cmp_eq_f16_e64 s[10:11], -1, v2
16339 // W64: encoding: [0x0a,0x00,0xca,0xd4,0xc1,0x04,0x02,0x00]
16340 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16342 v_cmp_eq_f16_e64 s[10:11], 0.5, v2
16343 // W64: encoding: [0x0a,0x00,0xca,0xd4,0xf0,0x04,0x02,0x00]
16344 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16346 v_cmp_eq_f16_e64 s[10:11], -4.0, v2
16347 // W64: encoding: [0x0a,0x00,0xca,0xd4,0xf7,0x04,0x02,0x00]
16348 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16350 v_cmp_eq_f16_e64 s[10:11], v1, v255
16351 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xff,0x03,0x00]
16352 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16354 v_cmp_eq_f16_e64 s[10:11], v1, s2
16355 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x00,0x00]
16356 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16358 v_cmp_eq_f16_e64 s[10:11], v1, s101
16359 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xcb,0x00,0x00]
16360 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16362 v_cmp_eq_f16_e64 s[10:11], v1, vcc_lo
16363 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xd5,0x00,0x00]
16364 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16366 v_cmp_eq_f16_e64 s[10:11], v1, vcc_hi
16367 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xd7,0x00,0x00]
16368 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16370 v_cmp_eq_f16_e64 s[10:11], v1, m0
16371 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xf9,0x00,0x00]
16372 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16374 v_cmp_eq_f16_e64 s[10:11], v1, exec_lo
16375 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xfd,0x00,0x00]
16376 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16378 v_cmp_eq_f16_e64 s[10:11], v1, exec_hi
16379 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xff,0x00,0x00]
16380 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16382 v_cmp_eq_f16_e64 s[10:11], v1, 0
16383 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x01,0x01,0x00]
16384 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16386 v_cmp_eq_f16_e64 s[10:11], v1, -1
16387 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x83,0x01,0x00]
16388 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16390 v_cmp_eq_f16_e64 s[10:11], v1, 0.5
16391 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xe1,0x01,0x00]
16392 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16394 v_cmp_eq_f16_e64 s[10:11], v1, -4.0
16395 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xef,0x01,0x00]
16396 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16398 v_cmp_eq_f16_e64 s[10:11], -v1, v2
16399 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x20]
16400 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16402 v_cmp_eq_f16_e64 s[10:11], v1, -v2
16403 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x40]
16404 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16406 v_cmp_eq_f16_e64 s[10:11], -v1, -v2
16407 // W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x60]
16408 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16410 v_cmp_eq_f16_e64 s[10:11], v1, v2 clamp
16411 // W64: encoding: [0x0a,0x80,0xca,0xd4,0x01,0x05,0x02,0x00]
16412 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16414 v_cmp_le_f16_e64 s[10:11], v1, v2
16415 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
16416 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16418 v_cmp_le_f16_e64 s[12:13], v1, v2
16419 // W64: encoding: [0x0c,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
16420 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16422 v_cmp_le_f16_e64 s[100:101], v1, v2
16423 // W64: encoding: [0x64,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
16424 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16426 v_cmp_le_f16_e64 vcc, v1, v2
16427 // W64: encoding: [0x6a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
16428 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16430 v_cmp_le_f16_e64 s[10:11], v255, v2
16431 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0xff,0x05,0x02,0x00]
16432 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16434 v_cmp_le_f16_e64 s[10:11], s1, v2
16435 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x04,0x02,0x00]
16436 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16438 v_cmp_le_f16_e64 s[10:11], s101, v2
16439 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x65,0x04,0x02,0x00]
16440 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16442 v_cmp_le_f16_e64 s[10:11], vcc_lo, v2
16443 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x6a,0x04,0x02,0x00]
16444 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16446 v_cmp_le_f16_e64 s[10:11], vcc_hi, v2
16447 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x6b,0x04,0x02,0x00]
16448 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16450 v_cmp_le_f16_e64 s[10:11], m0, v2
16451 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x7c,0x04,0x02,0x00]
16452 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16454 v_cmp_le_f16_e64 s[10:11], exec_lo, v2
16455 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x7e,0x04,0x02,0x00]
16456 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16458 v_cmp_le_f16_e64 s[10:11], exec_hi, v2
16459 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x7f,0x04,0x02,0x00]
16460 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16462 v_cmp_le_f16_e64 s[10:11], 0, v2
16463 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x80,0x04,0x02,0x00]
16464 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16466 v_cmp_le_f16_e64 s[10:11], -1, v2
16467 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0xc1,0x04,0x02,0x00]
16468 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16470 v_cmp_le_f16_e64 s[10:11], 0.5, v2
16471 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0xf0,0x04,0x02,0x00]
16472 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16474 v_cmp_le_f16_e64 s[10:11], -4.0, v2
16475 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0xf7,0x04,0x02,0x00]
16476 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16478 v_cmp_le_f16_e64 s[10:11], v1, v255
16479 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xff,0x03,0x00]
16480 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16482 v_cmp_le_f16_e64 s[10:11], v1, s2
16483 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x00,0x00]
16484 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16486 v_cmp_le_f16_e64 s[10:11], v1, s101
16487 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xcb,0x00,0x00]
16488 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16490 v_cmp_le_f16_e64 s[10:11], v1, vcc_lo
16491 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xd5,0x00,0x00]
16492 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16494 v_cmp_le_f16_e64 s[10:11], v1, vcc_hi
16495 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xd7,0x00,0x00]
16496 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16498 v_cmp_le_f16_e64 s[10:11], v1, m0
16499 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xf9,0x00,0x00]
16500 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16502 v_cmp_le_f16_e64 s[10:11], v1, exec_lo
16503 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xfd,0x00,0x00]
16504 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16506 v_cmp_le_f16_e64 s[10:11], v1, exec_hi
16507 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xff,0x00,0x00]
16508 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16510 v_cmp_le_f16_e64 s[10:11], v1, 0
16511 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x01,0x01,0x00]
16512 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16514 v_cmp_le_f16_e64 s[10:11], v1, -1
16515 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x83,0x01,0x00]
16516 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16518 v_cmp_le_f16_e64 s[10:11], v1, 0.5
16519 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xe1,0x01,0x00]
16520 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16522 v_cmp_le_f16_e64 s[10:11], v1, -4.0
16523 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xef,0x01,0x00]
16524 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16526 v_cmp_le_f16_e64 s[10:11], -v1, v2
16527 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x20]
16528 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16530 v_cmp_le_f16_e64 s[10:11], v1, -v2
16531 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x40]
16532 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16534 v_cmp_le_f16_e64 s[10:11], -v1, -v2
16535 // W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x60]
16536 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16538 v_cmp_le_f16_e64 s[10:11], v1, v2 clamp
16539 // W64: encoding: [0x0a,0x80,0xcb,0xd4,0x01,0x05,0x02,0x00]
16540 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16542 v_cmp_gt_f16_e64 s[10:11], v1, v2
16543 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
16544 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16546 v_cmp_gt_f16_e64 s[12:13], v1, v2
16547 // W64: encoding: [0x0c,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
16548 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16550 v_cmp_gt_f16_e64 s[100:101], v1, v2
16551 // W64: encoding: [0x64,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
16552 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16554 v_cmp_gt_f16_e64 vcc, v1, v2
16555 // W64: encoding: [0x6a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
16556 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16558 v_cmp_gt_f16_e64 s[10:11], v255, v2
16559 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0xff,0x05,0x02,0x00]
16560 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16562 v_cmp_gt_f16_e64 s[10:11], s1, v2
16563 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x04,0x02,0x00]
16564 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16566 v_cmp_gt_f16_e64 s[10:11], s101, v2
16567 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x65,0x04,0x02,0x00]
16568 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16570 v_cmp_gt_f16_e64 s[10:11], vcc_lo, v2
16571 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x6a,0x04,0x02,0x00]
16572 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16574 v_cmp_gt_f16_e64 s[10:11], vcc_hi, v2
16575 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x6b,0x04,0x02,0x00]
16576 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16578 v_cmp_gt_f16_e64 s[10:11], m0, v2
16579 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x7c,0x04,0x02,0x00]
16580 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16582 v_cmp_gt_f16_e64 s[10:11], exec_lo, v2
16583 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x7e,0x04,0x02,0x00]
16584 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16586 v_cmp_gt_f16_e64 s[10:11], exec_hi, v2
16587 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x7f,0x04,0x02,0x00]
16588 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16590 v_cmp_gt_f16_e64 s[10:11], 0, v2
16591 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x80,0x04,0x02,0x00]
16592 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16594 v_cmp_gt_f16_e64 s[10:11], -1, v2
16595 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0xc1,0x04,0x02,0x00]
16596 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16598 v_cmp_gt_f16_e64 s[10:11], 0.5, v2
16599 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0xf0,0x04,0x02,0x00]
16600 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16602 v_cmp_gt_f16_e64 s[10:11], -4.0, v2
16603 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0xf7,0x04,0x02,0x00]
16604 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16606 v_cmp_gt_f16_e64 s[10:11], v1, v255
16607 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xff,0x03,0x00]
16608 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16610 v_cmp_gt_f16_e64 s[10:11], v1, s2
16611 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x00,0x00]
16612 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16614 v_cmp_gt_f16_e64 s[10:11], v1, s101
16615 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xcb,0x00,0x00]
16616 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16618 v_cmp_gt_f16_e64 s[10:11], v1, vcc_lo
16619 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xd5,0x00,0x00]
16620 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16622 v_cmp_gt_f16_e64 s[10:11], v1, vcc_hi
16623 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xd7,0x00,0x00]
16624 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16626 v_cmp_gt_f16_e64 s[10:11], v1, m0
16627 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xf9,0x00,0x00]
16628 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16630 v_cmp_gt_f16_e64 s[10:11], v1, exec_lo
16631 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xfd,0x00,0x00]
16632 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16634 v_cmp_gt_f16_e64 s[10:11], v1, exec_hi
16635 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xff,0x00,0x00]
16636 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16638 v_cmp_gt_f16_e64 s[10:11], v1, 0
16639 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x01,0x01,0x00]
16640 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16642 v_cmp_gt_f16_e64 s[10:11], v1, -1
16643 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x83,0x01,0x00]
16644 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16646 v_cmp_gt_f16_e64 s[10:11], v1, 0.5
16647 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xe1,0x01,0x00]
16648 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16650 v_cmp_gt_f16_e64 s[10:11], v1, -4.0
16651 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xef,0x01,0x00]
16652 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16654 v_cmp_gt_f16_e64 s[10:11], -v1, v2
16655 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x20]
16656 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16658 v_cmp_gt_f16_e64 s[10:11], v1, -v2
16659 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x40]
16660 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16662 v_cmp_gt_f16_e64 s[10:11], -v1, -v2
16663 // W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x60]
16664 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16666 v_cmp_gt_f16_e64 s[10:11], v1, v2 clamp
16667 // W64: encoding: [0x0a,0x80,0xcc,0xd4,0x01,0x05,0x02,0x00]
16668 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16670 v_cmp_lg_f16_e64 s[10:11], v1, v2
16671 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
16672 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16674 v_cmp_lg_f16_e64 s[12:13], v1, v2
16675 // W64: encoding: [0x0c,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
16676 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16678 v_cmp_lg_f16_e64 s[100:101], v1, v2
16679 // W64: encoding: [0x64,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
16680 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16682 v_cmp_lg_f16_e64 vcc, v1, v2
16683 // W64: encoding: [0x6a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
16684 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16686 v_cmp_lg_f16_e64 s[10:11], v255, v2
16687 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0xff,0x05,0x02,0x00]
16688 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16690 v_cmp_lg_f16_e64 s[10:11], s1, v2
16691 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x04,0x02,0x00]
16692 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16694 v_cmp_lg_f16_e64 s[10:11], s101, v2
16695 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x65,0x04,0x02,0x00]
16696 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16698 v_cmp_lg_f16_e64 s[10:11], vcc_lo, v2
16699 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x6a,0x04,0x02,0x00]
16700 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16702 v_cmp_lg_f16_e64 s[10:11], vcc_hi, v2
16703 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x6b,0x04,0x02,0x00]
16704 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16706 v_cmp_lg_f16_e64 s[10:11], m0, v2
16707 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x7c,0x04,0x02,0x00]
16708 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16710 v_cmp_lg_f16_e64 s[10:11], exec_lo, v2
16711 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x7e,0x04,0x02,0x00]
16712 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16714 v_cmp_lg_f16_e64 s[10:11], exec_hi, v2
16715 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x7f,0x04,0x02,0x00]
16716 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16718 v_cmp_lg_f16_e64 s[10:11], 0, v2
16719 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x80,0x04,0x02,0x00]
16720 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16722 v_cmp_lg_f16_e64 s[10:11], -1, v2
16723 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0xc1,0x04,0x02,0x00]
16724 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16726 v_cmp_lg_f16_e64 s[10:11], 0.5, v2
16727 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0xf0,0x04,0x02,0x00]
16728 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16730 v_cmp_lg_f16_e64 s[10:11], -4.0, v2
16731 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0xf7,0x04,0x02,0x00]
16732 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16734 v_cmp_lg_f16_e64 s[10:11], v1, v255
16735 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xff,0x03,0x00]
16736 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16738 v_cmp_lg_f16_e64 s[10:11], v1, s2
16739 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x00,0x00]
16740 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16742 v_cmp_lg_f16_e64 s[10:11], v1, s101
16743 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xcb,0x00,0x00]
16744 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16746 v_cmp_lg_f16_e64 s[10:11], v1, vcc_lo
16747 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xd5,0x00,0x00]
16748 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16750 v_cmp_lg_f16_e64 s[10:11], v1, vcc_hi
16751 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xd7,0x00,0x00]
16752 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16754 v_cmp_lg_f16_e64 s[10:11], v1, m0
16755 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xf9,0x00,0x00]
16756 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16758 v_cmp_lg_f16_e64 s[10:11], v1, exec_lo
16759 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xfd,0x00,0x00]
16760 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16762 v_cmp_lg_f16_e64 s[10:11], v1, exec_hi
16763 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xff,0x00,0x00]
16764 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16766 v_cmp_lg_f16_e64 s[10:11], v1, 0
16767 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x01,0x01,0x00]
16768 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16770 v_cmp_lg_f16_e64 s[10:11], v1, -1
16771 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x83,0x01,0x00]
16772 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16774 v_cmp_lg_f16_e64 s[10:11], v1, 0.5
16775 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xe1,0x01,0x00]
16776 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16778 v_cmp_lg_f16_e64 s[10:11], v1, -4.0
16779 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xef,0x01,0x00]
16780 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16782 v_cmp_lg_f16_e64 s[10:11], -v1, v2
16783 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x20]
16784 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16786 v_cmp_lg_f16_e64 s[10:11], v1, -v2
16787 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x40]
16788 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16790 v_cmp_lg_f16_e64 s[10:11], -v1, -v2
16791 // W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x60]
16792 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16794 v_cmp_lg_f16_e64 s[10:11], v1, v2 clamp
16795 // W64: encoding: [0x0a,0x80,0xcd,0xd4,0x01,0x05,0x02,0x00]
16796 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16798 v_cmp_ge_f16_e64 s[10:11], v1, v2
16799 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
16800 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16802 v_cmp_ge_f16_e64 s[12:13], v1, v2
16803 // W64: encoding: [0x0c,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
16804 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16806 v_cmp_ge_f16_e64 s[100:101], v1, v2
16807 // W64: encoding: [0x64,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
16808 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16810 v_cmp_ge_f16_e64 vcc, v1, v2
16811 // W64: encoding: [0x6a,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
16812 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16814 v_cmp_ge_f16_e64 s[10:11], v255, v2
16815 // W64: encoding: [0x0a,0x00,0xce,0xd4,0xff,0x05,0x02,0x00]
16816 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16818 v_cmp_ge_f16_e64 s[10:11], s1, v2
16819 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x04,0x02,0x00]
16820 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16822 v_cmp_ge_f16_e64 s[10:11], s101, v2
16823 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x65,0x04,0x02,0x00]
16824 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16826 v_cmp_ge_f16_e64 s[10:11], vcc_lo, v2
16827 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x6a,0x04,0x02,0x00]
16828 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16830 v_cmp_ge_f16_e64 s[10:11], vcc_hi, v2
16831 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x6b,0x04,0x02,0x00]
16832 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16834 v_cmp_ge_f16_e64 s[10:11], m0, v2
16835 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x7c,0x04,0x02,0x00]
16836 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16838 v_cmp_ge_f16_e64 s[10:11], exec_lo, v2
16839 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x7e,0x04,0x02,0x00]
16840 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16842 v_cmp_ge_f16_e64 s[10:11], exec_hi, v2
16843 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x7f,0x04,0x02,0x00]
16844 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16846 v_cmp_ge_f16_e64 s[10:11], 0, v2
16847 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x80,0x04,0x02,0x00]
16848 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16850 v_cmp_ge_f16_e64 s[10:11], -1, v2
16851 // W64: encoding: [0x0a,0x00,0xce,0xd4,0xc1,0x04,0x02,0x00]
16852 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16854 v_cmp_ge_f16_e64 s[10:11], 0.5, v2
16855 // W64: encoding: [0x0a,0x00,0xce,0xd4,0xf0,0x04,0x02,0x00]
16856 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16858 v_cmp_ge_f16_e64 s[10:11], -4.0, v2
16859 // W64: encoding: [0x0a,0x00,0xce,0xd4,0xf7,0x04,0x02,0x00]
16860 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16862 v_cmp_ge_f16_e64 s[10:11], v1, v255
16863 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xff,0x03,0x00]
16864 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16866 v_cmp_ge_f16_e64 s[10:11], v1, s2
16867 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x00,0x00]
16868 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16870 v_cmp_ge_f16_e64 s[10:11], v1, s101
16871 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xcb,0x00,0x00]
16872 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16874 v_cmp_ge_f16_e64 s[10:11], v1, vcc_lo
16875 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xd5,0x00,0x00]
16876 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16878 v_cmp_ge_f16_e64 s[10:11], v1, vcc_hi
16879 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xd7,0x00,0x00]
16880 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16882 v_cmp_ge_f16_e64 s[10:11], v1, m0
16883 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xf9,0x00,0x00]
16884 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16886 v_cmp_ge_f16_e64 s[10:11], v1, exec_lo
16887 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xfd,0x00,0x00]
16888 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16890 v_cmp_ge_f16_e64 s[10:11], v1, exec_hi
16891 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xff,0x00,0x00]
16892 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16894 v_cmp_ge_f16_e64 s[10:11], v1, 0
16895 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x01,0x01,0x00]
16896 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16898 v_cmp_ge_f16_e64 s[10:11], v1, -1
16899 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x83,0x01,0x00]
16900 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16902 v_cmp_ge_f16_e64 s[10:11], v1, 0.5
16903 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xe1,0x01,0x00]
16904 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16906 v_cmp_ge_f16_e64 s[10:11], v1, -4.0
16907 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xef,0x01,0x00]
16908 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16910 v_cmp_ge_f16_e64 s[10:11], -v1, v2
16911 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x20]
16912 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16914 v_cmp_ge_f16_e64 s[10:11], v1, -v2
16915 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x40]
16916 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16918 v_cmp_ge_f16_e64 s[10:11], -v1, -v2
16919 // W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x60]
16920 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16922 v_cmp_ge_f16_e64 s[10:11], v1, v2 clamp
16923 // W64: encoding: [0x0a,0x80,0xce,0xd4,0x01,0x05,0x02,0x00]
16924 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16926 v_cmp_o_f16_e64 s[10:11], v1, v2
16927 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
16928 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16930 v_cmp_o_f16_e64 s[12:13], v1, v2
16931 // W64: encoding: [0x0c,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
16932 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16934 v_cmp_o_f16_e64 s[100:101], v1, v2
16935 // W64: encoding: [0x64,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
16936 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16938 v_cmp_o_f16_e64 vcc, v1, v2
16939 // W64: encoding: [0x6a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
16940 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16942 v_cmp_o_f16_e64 s[10:11], v255, v2
16943 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0xff,0x05,0x02,0x00]
16944 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16946 v_cmp_o_f16_e64 s[10:11], s1, v2
16947 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x04,0x02,0x00]
16948 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16950 v_cmp_o_f16_e64 s[10:11], s101, v2
16951 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x65,0x04,0x02,0x00]
16952 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16954 v_cmp_o_f16_e64 s[10:11], vcc_lo, v2
16955 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x6a,0x04,0x02,0x00]
16956 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16958 v_cmp_o_f16_e64 s[10:11], vcc_hi, v2
16959 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x6b,0x04,0x02,0x00]
16960 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16962 v_cmp_o_f16_e64 s[10:11], m0, v2
16963 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x7c,0x04,0x02,0x00]
16964 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16966 v_cmp_o_f16_e64 s[10:11], exec_lo, v2
16967 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x7e,0x04,0x02,0x00]
16968 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16970 v_cmp_o_f16_e64 s[10:11], exec_hi, v2
16971 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x7f,0x04,0x02,0x00]
16972 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16974 v_cmp_o_f16_e64 s[10:11], 0, v2
16975 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x80,0x04,0x02,0x00]
16976 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16978 v_cmp_o_f16_e64 s[10:11], -1, v2
16979 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0xc1,0x04,0x02,0x00]
16980 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16982 v_cmp_o_f16_e64 s[10:11], 0.5, v2
16983 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0xf0,0x04,0x02,0x00]
16984 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16986 v_cmp_o_f16_e64 s[10:11], -4.0, v2
16987 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0xf7,0x04,0x02,0x00]
16988 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16990 v_cmp_o_f16_e64 s[10:11], v1, v255
16991 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xff,0x03,0x00]
16992 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16994 v_cmp_o_f16_e64 s[10:11], v1, s2
16995 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x00,0x00]
16996 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
16998 v_cmp_o_f16_e64 s[10:11], v1, s101
16999 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xcb,0x00,0x00]
17000 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17002 v_cmp_o_f16_e64 s[10:11], v1, vcc_lo
17003 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xd5,0x00,0x00]
17004 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17006 v_cmp_o_f16_e64 s[10:11], v1, vcc_hi
17007 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xd7,0x00,0x00]
17008 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17010 v_cmp_o_f16_e64 s[10:11], v1, m0
17011 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xf9,0x00,0x00]
17012 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17014 v_cmp_o_f16_e64 s[10:11], v1, exec_lo
17015 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xfd,0x00,0x00]
17016 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17018 v_cmp_o_f16_e64 s[10:11], v1, exec_hi
17019 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xff,0x00,0x00]
17020 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17022 v_cmp_o_f16_e64 s[10:11], v1, 0
17023 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x01,0x01,0x00]
17024 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17026 v_cmp_o_f16_e64 s[10:11], v1, -1
17027 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x83,0x01,0x00]
17028 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17030 v_cmp_o_f16_e64 s[10:11], v1, 0.5
17031 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xe1,0x01,0x00]
17032 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17034 v_cmp_o_f16_e64 s[10:11], v1, -4.0
17035 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xef,0x01,0x00]
17036 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17038 v_cmp_o_f16_e64 s[10:11], -v1, v2
17039 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x20]
17040 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17042 v_cmp_o_f16_e64 s[10:11], v1, -v2
17043 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x40]
17044 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17046 v_cmp_o_f16_e64 s[10:11], -v1, -v2
17047 // W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x60]
17048 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17050 v_cmp_o_f16_e64 s[10:11], v1, v2 clamp
17051 // W64: encoding: [0x0a,0x80,0xcf,0xd4,0x01,0x05,0x02,0x00]
17052 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17054 v_cmp_u_f16_e64 s[10:11], v1, v2
17055 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
17056 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17058 v_cmp_u_f16_e64 s[12:13], v1, v2
17059 // W64: encoding: [0x0c,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
17060 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17062 v_cmp_u_f16_e64 s[100:101], v1, v2
17063 // W64: encoding: [0x64,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
17064 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17066 v_cmp_u_f16_e64 vcc, v1, v2
17067 // W64: encoding: [0x6a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
17068 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17070 v_cmp_u_f16_e64 s[10:11], v255, v2
17071 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0xff,0x05,0x02,0x00]
17072 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17074 v_cmp_u_f16_e64 s[10:11], s1, v2
17075 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x04,0x02,0x00]
17076 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17078 v_cmp_u_f16_e64 s[10:11], s101, v2
17079 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x65,0x04,0x02,0x00]
17080 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17082 v_cmp_u_f16_e64 s[10:11], vcc_lo, v2
17083 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x6a,0x04,0x02,0x00]
17084 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17086 v_cmp_u_f16_e64 s[10:11], vcc_hi, v2
17087 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x6b,0x04,0x02,0x00]
17088 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17090 v_cmp_u_f16_e64 s[10:11], m0, v2
17091 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x7c,0x04,0x02,0x00]
17092 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17094 v_cmp_u_f16_e64 s[10:11], exec_lo, v2
17095 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x7e,0x04,0x02,0x00]
17096 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17098 v_cmp_u_f16_e64 s[10:11], exec_hi, v2
17099 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x7f,0x04,0x02,0x00]
17100 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17102 v_cmp_u_f16_e64 s[10:11], 0, v2
17103 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x80,0x04,0x02,0x00]
17104 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17106 v_cmp_u_f16_e64 s[10:11], -1, v2
17107 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0xc1,0x04,0x02,0x00]
17108 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17110 v_cmp_u_f16_e64 s[10:11], 0.5, v2
17111 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0xf0,0x04,0x02,0x00]
17112 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17114 v_cmp_u_f16_e64 s[10:11], -4.0, v2
17115 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0xf7,0x04,0x02,0x00]
17116 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17118 v_cmp_u_f16_e64 s[10:11], v1, v255
17119 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xff,0x03,0x00]
17120 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17122 v_cmp_u_f16_e64 s[10:11], v1, s2
17123 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x00,0x00]
17124 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17126 v_cmp_u_f16_e64 s[10:11], v1, s101
17127 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xcb,0x00,0x00]
17128 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17130 v_cmp_u_f16_e64 s[10:11], v1, vcc_lo
17131 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xd5,0x00,0x00]
17132 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17134 v_cmp_u_f16_e64 s[10:11], v1, vcc_hi
17135 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xd7,0x00,0x00]
17136 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17138 v_cmp_u_f16_e64 s[10:11], v1, m0
17139 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xf9,0x00,0x00]
17140 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17142 v_cmp_u_f16_e64 s[10:11], v1, exec_lo
17143 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xfd,0x00,0x00]
17144 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17146 v_cmp_u_f16_e64 s[10:11], v1, exec_hi
17147 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xff,0x00,0x00]
17148 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17150 v_cmp_u_f16_e64 s[10:11], v1, 0
17151 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x01,0x01,0x00]
17152 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17154 v_cmp_u_f16_e64 s[10:11], v1, -1
17155 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x83,0x01,0x00]
17156 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17158 v_cmp_u_f16_e64 s[10:11], v1, 0.5
17159 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xe1,0x01,0x00]
17160 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17162 v_cmp_u_f16_e64 s[10:11], v1, -4.0
17163 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xef,0x01,0x00]
17164 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17166 v_cmp_u_f16_e64 s[10:11], -v1, v2
17167 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x20]
17168 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17170 v_cmp_u_f16_e64 s[10:11], v1, -v2
17171 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x40]
17172 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17174 v_cmp_u_f16_e64 s[10:11], -v1, -v2
17175 // W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x60]
17176 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17178 v_cmp_u_f16_e64 s[10:11], v1, v2 clamp
17179 // W64: encoding: [0x0a,0x80,0xe8,0xd4,0x01,0x05,0x02,0x00]
17180 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17182 v_cmp_nge_f16_e64 s[10:11], v1, v2
17183 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
17184 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17186 v_cmp_nge_f16_e64 s[12:13], v1, v2
17187 // W64: encoding: [0x0c,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
17188 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17190 v_cmp_nge_f16_e64 s[100:101], v1, v2
17191 // W64: encoding: [0x64,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
17192 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17194 v_cmp_nge_f16_e64 vcc, v1, v2
17195 // W64: encoding: [0x6a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
17196 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17198 v_cmp_nge_f16_e64 s[10:11], v255, v2
17199 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0xff,0x05,0x02,0x00]
17200 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17202 v_cmp_nge_f16_e64 s[10:11], s1, v2
17203 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x04,0x02,0x00]
17204 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17206 v_cmp_nge_f16_e64 s[10:11], s101, v2
17207 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x65,0x04,0x02,0x00]
17208 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17210 v_cmp_nge_f16_e64 s[10:11], vcc_lo, v2
17211 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x6a,0x04,0x02,0x00]
17212 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17214 v_cmp_nge_f16_e64 s[10:11], vcc_hi, v2
17215 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x6b,0x04,0x02,0x00]
17216 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17218 v_cmp_nge_f16_e64 s[10:11], m0, v2
17219 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x7c,0x04,0x02,0x00]
17220 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17222 v_cmp_nge_f16_e64 s[10:11], exec_lo, v2
17223 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x7e,0x04,0x02,0x00]
17224 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17226 v_cmp_nge_f16_e64 s[10:11], exec_hi, v2
17227 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x7f,0x04,0x02,0x00]
17228 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17230 v_cmp_nge_f16_e64 s[10:11], 0, v2
17231 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x80,0x04,0x02,0x00]
17232 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17234 v_cmp_nge_f16_e64 s[10:11], -1, v2
17235 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0xc1,0x04,0x02,0x00]
17236 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17238 v_cmp_nge_f16_e64 s[10:11], 0.5, v2
17239 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0xf0,0x04,0x02,0x00]
17240 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17242 v_cmp_nge_f16_e64 s[10:11], -4.0, v2
17243 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0xf7,0x04,0x02,0x00]
17244 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17246 v_cmp_nge_f16_e64 s[10:11], v1, v255
17247 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xff,0x03,0x00]
17248 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17250 v_cmp_nge_f16_e64 s[10:11], v1, s2
17251 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x00,0x00]
17252 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17254 v_cmp_nge_f16_e64 s[10:11], v1, s101
17255 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xcb,0x00,0x00]
17256 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17258 v_cmp_nge_f16_e64 s[10:11], v1, vcc_lo
17259 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xd5,0x00,0x00]
17260 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17262 v_cmp_nge_f16_e64 s[10:11], v1, vcc_hi
17263 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xd7,0x00,0x00]
17264 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17266 v_cmp_nge_f16_e64 s[10:11], v1, m0
17267 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xf9,0x00,0x00]
17268 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17270 v_cmp_nge_f16_e64 s[10:11], v1, exec_lo
17271 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xfd,0x00,0x00]
17272 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17274 v_cmp_nge_f16_e64 s[10:11], v1, exec_hi
17275 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xff,0x00,0x00]
17276 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17278 v_cmp_nge_f16_e64 s[10:11], v1, 0
17279 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x01,0x01,0x00]
17280 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17282 v_cmp_nge_f16_e64 s[10:11], v1, -1
17283 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x83,0x01,0x00]
17284 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17286 v_cmp_nge_f16_e64 s[10:11], v1, 0.5
17287 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xe1,0x01,0x00]
17288 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17290 v_cmp_nge_f16_e64 s[10:11], v1, -4.0
17291 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xef,0x01,0x00]
17292 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17294 v_cmp_nge_f16_e64 s[10:11], -v1, v2
17295 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x20]
17296 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17298 v_cmp_nge_f16_e64 s[10:11], v1, -v2
17299 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x40]
17300 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17302 v_cmp_nge_f16_e64 s[10:11], -v1, -v2
17303 // W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x60]
17304 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17306 v_cmp_nge_f16_e64 s[10:11], v1, v2 clamp
17307 // W64: encoding: [0x0a,0x80,0xe9,0xd4,0x01,0x05,0x02,0x00]
17308 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17310 v_cmp_nlg_f16_e64 s[10:11], v1, v2
17311 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
17312 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17314 v_cmp_nlg_f16_e64 s[12:13], v1, v2
17315 // W64: encoding: [0x0c,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
17316 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17318 v_cmp_nlg_f16_e64 s[100:101], v1, v2
17319 // W64: encoding: [0x64,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
17320 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17322 v_cmp_nlg_f16_e64 vcc, v1, v2
17323 // W64: encoding: [0x6a,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
17324 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17326 v_cmp_nlg_f16_e64 s[10:11], v255, v2
17327 // W64: encoding: [0x0a,0x00,0xea,0xd4,0xff,0x05,0x02,0x00]
17328 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17330 v_cmp_nlg_f16_e64 s[10:11], s1, v2
17331 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x04,0x02,0x00]
17332 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17334 v_cmp_nlg_f16_e64 s[10:11], s101, v2
17335 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x65,0x04,0x02,0x00]
17336 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17338 v_cmp_nlg_f16_e64 s[10:11], vcc_lo, v2
17339 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x6a,0x04,0x02,0x00]
17340 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17342 v_cmp_nlg_f16_e64 s[10:11], vcc_hi, v2
17343 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x6b,0x04,0x02,0x00]
17344 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17346 v_cmp_nlg_f16_e64 s[10:11], m0, v2
17347 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x7c,0x04,0x02,0x00]
17348 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17350 v_cmp_nlg_f16_e64 s[10:11], exec_lo, v2
17351 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x7e,0x04,0x02,0x00]
17352 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17354 v_cmp_nlg_f16_e64 s[10:11], exec_hi, v2
17355 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x7f,0x04,0x02,0x00]
17356 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17358 v_cmp_nlg_f16_e64 s[10:11], 0, v2
17359 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x80,0x04,0x02,0x00]
17360 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17362 v_cmp_nlg_f16_e64 s[10:11], -1, v2
17363 // W64: encoding: [0x0a,0x00,0xea,0xd4,0xc1,0x04,0x02,0x00]
17364 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17366 v_cmp_nlg_f16_e64 s[10:11], 0.5, v2
17367 // W64: encoding: [0x0a,0x00,0xea,0xd4,0xf0,0x04,0x02,0x00]
17368 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17370 v_cmp_nlg_f16_e64 s[10:11], -4.0, v2
17371 // W64: encoding: [0x0a,0x00,0xea,0xd4,0xf7,0x04,0x02,0x00]
17372 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17374 v_cmp_nlg_f16_e64 s[10:11], v1, v255
17375 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xff,0x03,0x00]
17376 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17378 v_cmp_nlg_f16_e64 s[10:11], v1, s2
17379 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x00,0x00]
17380 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17382 v_cmp_nlg_f16_e64 s[10:11], v1, s101
17383 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xcb,0x00,0x00]
17384 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17386 v_cmp_nlg_f16_e64 s[10:11], v1, vcc_lo
17387 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xd5,0x00,0x00]
17388 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17390 v_cmp_nlg_f16_e64 s[10:11], v1, vcc_hi
17391 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xd7,0x00,0x00]
17392 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17394 v_cmp_nlg_f16_e64 s[10:11], v1, m0
17395 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xf9,0x00,0x00]
17396 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17398 v_cmp_nlg_f16_e64 s[10:11], v1, exec_lo
17399 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xfd,0x00,0x00]
17400 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17402 v_cmp_nlg_f16_e64 s[10:11], v1, exec_hi
17403 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xff,0x00,0x00]
17404 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17406 v_cmp_nlg_f16_e64 s[10:11], v1, 0
17407 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x01,0x01,0x00]
17408 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17410 v_cmp_nlg_f16_e64 s[10:11], v1, -1
17411 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x83,0x01,0x00]
17412 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17414 v_cmp_nlg_f16_e64 s[10:11], v1, 0.5
17415 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xe1,0x01,0x00]
17416 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17418 v_cmp_nlg_f16_e64 s[10:11], v1, -4.0
17419 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xef,0x01,0x00]
17420 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17422 v_cmp_nlg_f16_e64 s[10:11], -v1, v2
17423 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x20]
17424 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17426 v_cmp_nlg_f16_e64 s[10:11], v1, -v2
17427 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x40]
17428 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17430 v_cmp_nlg_f16_e64 s[10:11], -v1, -v2
17431 // W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x60]
17432 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17434 v_cmp_nlg_f16_e64 s[10:11], v1, v2 clamp
17435 // W64: encoding: [0x0a,0x80,0xea,0xd4,0x01,0x05,0x02,0x00]
17436 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17438 v_cmp_ngt_f16_e64 s[10:11], v1, v2
17439 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
17440 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17442 v_cmp_ngt_f16_e64 s[12:13], v1, v2
17443 // W64: encoding: [0x0c,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
17444 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17446 v_cmp_ngt_f16_e64 s[100:101], v1, v2
17447 // W64: encoding: [0x64,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
17448 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17450 v_cmp_ngt_f16_e64 vcc, v1, v2
17451 // W64: encoding: [0x6a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
17452 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17454 v_cmp_ngt_f16_e64 s[10:11], v255, v2
17455 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0xff,0x05,0x02,0x00]
17456 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17458 v_cmp_ngt_f16_e64 s[10:11], s1, v2
17459 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x04,0x02,0x00]
17460 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17462 v_cmp_ngt_f16_e64 s[10:11], s101, v2
17463 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x65,0x04,0x02,0x00]
17464 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17466 v_cmp_ngt_f16_e64 s[10:11], vcc_lo, v2
17467 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x6a,0x04,0x02,0x00]
17468 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17470 v_cmp_ngt_f16_e64 s[10:11], vcc_hi, v2
17471 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x6b,0x04,0x02,0x00]
17472 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17474 v_cmp_ngt_f16_e64 s[10:11], m0, v2
17475 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x7c,0x04,0x02,0x00]
17476 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17478 v_cmp_ngt_f16_e64 s[10:11], exec_lo, v2
17479 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x7e,0x04,0x02,0x00]
17480 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17482 v_cmp_ngt_f16_e64 s[10:11], exec_hi, v2
17483 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x7f,0x04,0x02,0x00]
17484 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17486 v_cmp_ngt_f16_e64 s[10:11], 0, v2
17487 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x80,0x04,0x02,0x00]
17488 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17490 v_cmp_ngt_f16_e64 s[10:11], -1, v2
17491 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0xc1,0x04,0x02,0x00]
17492 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17494 v_cmp_ngt_f16_e64 s[10:11], 0.5, v2
17495 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0xf0,0x04,0x02,0x00]
17496 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17498 v_cmp_ngt_f16_e64 s[10:11], -4.0, v2
17499 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0xf7,0x04,0x02,0x00]
17500 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17502 v_cmp_ngt_f16_e64 s[10:11], v1, v255
17503 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xff,0x03,0x00]
17504 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17506 v_cmp_ngt_f16_e64 s[10:11], v1, s2
17507 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x00,0x00]
17508 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17510 v_cmp_ngt_f16_e64 s[10:11], v1, s101
17511 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xcb,0x00,0x00]
17512 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17514 v_cmp_ngt_f16_e64 s[10:11], v1, vcc_lo
17515 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xd5,0x00,0x00]
17516 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17518 v_cmp_ngt_f16_e64 s[10:11], v1, vcc_hi
17519 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xd7,0x00,0x00]
17520 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17522 v_cmp_ngt_f16_e64 s[10:11], v1, m0
17523 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xf9,0x00,0x00]
17524 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17526 v_cmp_ngt_f16_e64 s[10:11], v1, exec_lo
17527 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xfd,0x00,0x00]
17528 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17530 v_cmp_ngt_f16_e64 s[10:11], v1, exec_hi
17531 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xff,0x00,0x00]
17532 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17534 v_cmp_ngt_f16_e64 s[10:11], v1, 0
17535 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x01,0x01,0x00]
17536 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17538 v_cmp_ngt_f16_e64 s[10:11], v1, -1
17539 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x83,0x01,0x00]
17540 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17542 v_cmp_ngt_f16_e64 s[10:11], v1, 0.5
17543 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xe1,0x01,0x00]
17544 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17546 v_cmp_ngt_f16_e64 s[10:11], v1, -4.0
17547 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xef,0x01,0x00]
17548 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17550 v_cmp_ngt_f16_e64 s[10:11], -v1, v2
17551 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x20]
17552 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17554 v_cmp_ngt_f16_e64 s[10:11], v1, -v2
17555 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x40]
17556 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17558 v_cmp_ngt_f16_e64 s[10:11], -v1, -v2
17559 // W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x60]
17560 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17562 v_cmp_ngt_f16_e64 s[10:11], v1, v2 clamp
17563 // W64: encoding: [0x0a,0x80,0xeb,0xd4,0x01,0x05,0x02,0x00]
17564 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17566 v_cmp_nle_f16_e64 s[10:11], v1, v2
17567 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
17568 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17570 v_cmp_nle_f16_e64 s[12:13], v1, v2
17571 // W64: encoding: [0x0c,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
17572 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17574 v_cmp_nle_f16_e64 s[100:101], v1, v2
17575 // W64: encoding: [0x64,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
17576 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17578 v_cmp_nle_f16_e64 vcc, v1, v2
17579 // W64: encoding: [0x6a,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
17580 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17582 v_cmp_nle_f16_e64 s[10:11], v255, v2
17583 // W64: encoding: [0x0a,0x00,0xec,0xd4,0xff,0x05,0x02,0x00]
17584 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17586 v_cmp_nle_f16_e64 s[10:11], s1, v2
17587 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x04,0x02,0x00]
17588 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17590 v_cmp_nle_f16_e64 s[10:11], s101, v2
17591 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x65,0x04,0x02,0x00]
17592 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17594 v_cmp_nle_f16_e64 s[10:11], vcc_lo, v2
17595 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x6a,0x04,0x02,0x00]
17596 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17598 v_cmp_nle_f16_e64 s[10:11], vcc_hi, v2
17599 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x6b,0x04,0x02,0x00]
17600 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17602 v_cmp_nle_f16_e64 s[10:11], m0, v2
17603 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x7c,0x04,0x02,0x00]
17604 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17606 v_cmp_nle_f16_e64 s[10:11], exec_lo, v2
17607 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x7e,0x04,0x02,0x00]
17608 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17610 v_cmp_nle_f16_e64 s[10:11], exec_hi, v2
17611 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x7f,0x04,0x02,0x00]
17612 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17614 v_cmp_nle_f16_e64 s[10:11], 0, v2
17615 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x80,0x04,0x02,0x00]
17616 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17618 v_cmp_nle_f16_e64 s[10:11], -1, v2
17619 // W64: encoding: [0x0a,0x00,0xec,0xd4,0xc1,0x04,0x02,0x00]
17620 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17622 v_cmp_nle_f16_e64 s[10:11], 0.5, v2
17623 // W64: encoding: [0x0a,0x00,0xec,0xd4,0xf0,0x04,0x02,0x00]
17624 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17626 v_cmp_nle_f16_e64 s[10:11], -4.0, v2
17627 // W64: encoding: [0x0a,0x00,0xec,0xd4,0xf7,0x04,0x02,0x00]
17628 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17630 v_cmp_nle_f16_e64 s[10:11], v1, v255
17631 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xff,0x03,0x00]
17632 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17634 v_cmp_nle_f16_e64 s[10:11], v1, s2
17635 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x00,0x00]
17636 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17638 v_cmp_nle_f16_e64 s[10:11], v1, s101
17639 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xcb,0x00,0x00]
17640 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17642 v_cmp_nle_f16_e64 s[10:11], v1, vcc_lo
17643 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xd5,0x00,0x00]
17644 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17646 v_cmp_nle_f16_e64 s[10:11], v1, vcc_hi
17647 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xd7,0x00,0x00]
17648 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17650 v_cmp_nle_f16_e64 s[10:11], v1, m0
17651 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xf9,0x00,0x00]
17652 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17654 v_cmp_nle_f16_e64 s[10:11], v1, exec_lo
17655 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xfd,0x00,0x00]
17656 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17658 v_cmp_nle_f16_e64 s[10:11], v1, exec_hi
17659 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xff,0x00,0x00]
17660 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17662 v_cmp_nle_f16_e64 s[10:11], v1, 0
17663 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x01,0x01,0x00]
17664 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17666 v_cmp_nle_f16_e64 s[10:11], v1, -1
17667 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x83,0x01,0x00]
17668 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17670 v_cmp_nle_f16_e64 s[10:11], v1, 0.5
17671 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xe1,0x01,0x00]
17672 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17674 v_cmp_nle_f16_e64 s[10:11], v1, -4.0
17675 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xef,0x01,0x00]
17676 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17678 v_cmp_nle_f16_e64 s[10:11], -v1, v2
17679 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x20]
17680 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17682 v_cmp_nle_f16_e64 s[10:11], v1, -v2
17683 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x40]
17684 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17686 v_cmp_nle_f16_e64 s[10:11], -v1, -v2
17687 // W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x60]
17688 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17690 v_cmp_nle_f16_e64 s[10:11], v1, v2 clamp
17691 // W64: encoding: [0x0a,0x80,0xec,0xd4,0x01,0x05,0x02,0x00]
17692 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17694 v_cmp_neq_f16_e64 s[10:11], v1, v2
17695 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
17696 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17698 v_cmp_neq_f16_e64 s[12:13], v1, v2
17699 // W64: encoding: [0x0c,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
17700 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17702 v_cmp_neq_f16_e64 s[100:101], v1, v2
17703 // W64: encoding: [0x64,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
17704 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17706 v_cmp_neq_f16_e64 vcc, v1, v2
17707 // W64: encoding: [0x6a,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
17708 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17710 v_cmp_neq_f16_e64 s[10:11], v255, v2
17711 // W64: encoding: [0x0a,0x00,0xed,0xd4,0xff,0x05,0x02,0x00]
17712 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17714 v_cmp_neq_f16_e64 s[10:11], s1, v2
17715 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x04,0x02,0x00]
17716 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17718 v_cmp_neq_f16_e64 s[10:11], s101, v2
17719 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x65,0x04,0x02,0x00]
17720 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17722 v_cmp_neq_f16_e64 s[10:11], vcc_lo, v2
17723 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x6a,0x04,0x02,0x00]
17724 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17726 v_cmp_neq_f16_e64 s[10:11], vcc_hi, v2
17727 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x6b,0x04,0x02,0x00]
17728 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17730 v_cmp_neq_f16_e64 s[10:11], m0, v2
17731 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x7c,0x04,0x02,0x00]
17732 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17734 v_cmp_neq_f16_e64 s[10:11], exec_lo, v2
17735 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x7e,0x04,0x02,0x00]
17736 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17738 v_cmp_neq_f16_e64 s[10:11], exec_hi, v2
17739 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x7f,0x04,0x02,0x00]
17740 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17742 v_cmp_neq_f16_e64 s[10:11], 0, v2
17743 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x80,0x04,0x02,0x00]
17744 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17746 v_cmp_neq_f16_e64 s[10:11], -1, v2
17747 // W64: encoding: [0x0a,0x00,0xed,0xd4,0xc1,0x04,0x02,0x00]
17748 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17750 v_cmp_neq_f16_e64 s[10:11], 0.5, v2
17751 // W64: encoding: [0x0a,0x00,0xed,0xd4,0xf0,0x04,0x02,0x00]
17752 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17754 v_cmp_neq_f16_e64 s[10:11], -4.0, v2
17755 // W64: encoding: [0x0a,0x00,0xed,0xd4,0xf7,0x04,0x02,0x00]
17756 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17758 v_cmp_neq_f16_e64 s[10:11], v1, v255
17759 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xff,0x03,0x00]
17760 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17762 v_cmp_neq_f16_e64 s[10:11], v1, s2
17763 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x00,0x00]
17764 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17766 v_cmp_neq_f16_e64 s[10:11], v1, s101
17767 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xcb,0x00,0x00]
17768 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17770 v_cmp_neq_f16_e64 s[10:11], v1, vcc_lo
17771 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xd5,0x00,0x00]
17772 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17774 v_cmp_neq_f16_e64 s[10:11], v1, vcc_hi
17775 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xd7,0x00,0x00]
17776 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17778 v_cmp_neq_f16_e64 s[10:11], v1, m0
17779 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xf9,0x00,0x00]
17780 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17782 v_cmp_neq_f16_e64 s[10:11], v1, exec_lo
17783 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xfd,0x00,0x00]
17784 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17786 v_cmp_neq_f16_e64 s[10:11], v1, exec_hi
17787 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xff,0x00,0x00]
17788 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17790 v_cmp_neq_f16_e64 s[10:11], v1, 0
17791 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x01,0x01,0x00]
17792 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17794 v_cmp_neq_f16_e64 s[10:11], v1, -1
17795 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x83,0x01,0x00]
17796 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17798 v_cmp_neq_f16_e64 s[10:11], v1, 0.5
17799 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xe1,0x01,0x00]
17800 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17802 v_cmp_neq_f16_e64 s[10:11], v1, -4.0
17803 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xef,0x01,0x00]
17804 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17806 v_cmp_neq_f16_e64 s[10:11], -v1, v2
17807 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x20]
17808 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17810 v_cmp_neq_f16_e64 s[10:11], v1, -v2
17811 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x40]
17812 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17814 v_cmp_neq_f16_e64 s[10:11], -v1, -v2
17815 // W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x60]
17816 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17818 v_cmp_neq_f16_e64 s[10:11], v1, v2 clamp
17819 // W64: encoding: [0x0a,0x80,0xed,0xd4,0x01,0x05,0x02,0x00]
17820 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17822 v_cmp_nlt_f16_e64 s[10:11], v1, v2
17823 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
17824 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17826 v_cmp_nlt_f16_e64 s[12:13], v1, v2
17827 // W64: encoding: [0x0c,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
17828 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17830 v_cmp_nlt_f16_e64 s[100:101], v1, v2
17831 // W64: encoding: [0x64,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
17832 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17834 v_cmp_nlt_f16_e64 vcc, v1, v2
17835 // W64: encoding: [0x6a,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
17836 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17838 v_cmp_nlt_f16_e64 s[10:11], v255, v2
17839 // W64: encoding: [0x0a,0x00,0xee,0xd4,0xff,0x05,0x02,0x00]
17840 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17842 v_cmp_nlt_f16_e64 s[10:11], s1, v2
17843 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x04,0x02,0x00]
17844 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17846 v_cmp_nlt_f16_e64 s[10:11], s101, v2
17847 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x65,0x04,0x02,0x00]
17848 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17850 v_cmp_nlt_f16_e64 s[10:11], vcc_lo, v2
17851 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x6a,0x04,0x02,0x00]
17852 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17854 v_cmp_nlt_f16_e64 s[10:11], vcc_hi, v2
17855 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x6b,0x04,0x02,0x00]
17856 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17858 v_cmp_nlt_f16_e64 s[10:11], m0, v2
17859 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x7c,0x04,0x02,0x00]
17860 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17862 v_cmp_nlt_f16_e64 s[10:11], exec_lo, v2
17863 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x7e,0x04,0x02,0x00]
17864 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17866 v_cmp_nlt_f16_e64 s[10:11], exec_hi, v2
17867 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x7f,0x04,0x02,0x00]
17868 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17870 v_cmp_nlt_f16_e64 s[10:11], 0, v2
17871 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x80,0x04,0x02,0x00]
17872 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17874 v_cmp_nlt_f16_e64 s[10:11], -1, v2
17875 // W64: encoding: [0x0a,0x00,0xee,0xd4,0xc1,0x04,0x02,0x00]
17876 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17878 v_cmp_nlt_f16_e64 s[10:11], 0.5, v2
17879 // W64: encoding: [0x0a,0x00,0xee,0xd4,0xf0,0x04,0x02,0x00]
17880 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17882 v_cmp_nlt_f16_e64 s[10:11], -4.0, v2
17883 // W64: encoding: [0x0a,0x00,0xee,0xd4,0xf7,0x04,0x02,0x00]
17884 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17886 v_cmp_nlt_f16_e64 s[10:11], v1, v255
17887 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xff,0x03,0x00]
17888 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17890 v_cmp_nlt_f16_e64 s[10:11], v1, s2
17891 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x00,0x00]
17892 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17894 v_cmp_nlt_f16_e64 s[10:11], v1, s101
17895 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xcb,0x00,0x00]
17896 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17898 v_cmp_nlt_f16_e64 s[10:11], v1, vcc_lo
17899 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xd5,0x00,0x00]
17900 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17902 v_cmp_nlt_f16_e64 s[10:11], v1, vcc_hi
17903 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xd7,0x00,0x00]
17904 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17906 v_cmp_nlt_f16_e64 s[10:11], v1, m0
17907 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xf9,0x00,0x00]
17908 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17910 v_cmp_nlt_f16_e64 s[10:11], v1, exec_lo
17911 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xfd,0x00,0x00]
17912 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17914 v_cmp_nlt_f16_e64 s[10:11], v1, exec_hi
17915 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xff,0x00,0x00]
17916 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17918 v_cmp_nlt_f16_e64 s[10:11], v1, 0
17919 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x01,0x01,0x00]
17920 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17922 v_cmp_nlt_f16_e64 s[10:11], v1, -1
17923 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x83,0x01,0x00]
17924 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17926 v_cmp_nlt_f16_e64 s[10:11], v1, 0.5
17927 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xe1,0x01,0x00]
17928 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17930 v_cmp_nlt_f16_e64 s[10:11], v1, -4.0
17931 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xef,0x01,0x00]
17932 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17934 v_cmp_nlt_f16_e64 s[10:11], -v1, v2
17935 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x20]
17936 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17938 v_cmp_nlt_f16_e64 s[10:11], v1, -v2
17939 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x40]
17940 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17942 v_cmp_nlt_f16_e64 s[10:11], -v1, -v2
17943 // W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x60]
17944 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17946 v_cmp_nlt_f16_e64 s[10:11], v1, v2 clamp
17947 // W64: encoding: [0x0a,0x80,0xee,0xd4,0x01,0x05,0x02,0x00]
17948 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17950 v_cmp_tru_f16_e64 s[10:11], v1, v2
17951 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
17952 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17954 v_cmp_tru_f16_e64 s[12:13], v1, v2
17955 // W64: encoding: [0x0c,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
17956 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17958 v_cmp_tru_f16_e64 s[100:101], v1, v2
17959 // W64: encoding: [0x64,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
17960 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17962 v_cmp_tru_f16_e64 vcc, v1, v2
17963 // W64: encoding: [0x6a,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
17964 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17966 v_cmp_tru_f16_e64 s[10:11], v255, v2
17967 // W64: encoding: [0x0a,0x00,0xef,0xd4,0xff,0x05,0x02,0x00]
17968 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17970 v_cmp_tru_f16_e64 s[10:11], s1, v2
17971 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x04,0x02,0x00]
17972 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17974 v_cmp_tru_f16_e64 s[10:11], s101, v2
17975 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x65,0x04,0x02,0x00]
17976 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17978 v_cmp_tru_f16_e64 s[10:11], vcc_lo, v2
17979 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x6a,0x04,0x02,0x00]
17980 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17982 v_cmp_tru_f16_e64 s[10:11], vcc_hi, v2
17983 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x6b,0x04,0x02,0x00]
17984 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17986 v_cmp_tru_f16_e64 s[10:11], m0, v2
17987 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x7c,0x04,0x02,0x00]
17988 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17990 v_cmp_tru_f16_e64 s[10:11], exec_lo, v2
17991 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x7e,0x04,0x02,0x00]
17992 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17994 v_cmp_tru_f16_e64 s[10:11], exec_hi, v2
17995 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x7f,0x04,0x02,0x00]
17996 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
17998 v_cmp_tru_f16_e64 s[10:11], 0, v2
17999 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x80,0x04,0x02,0x00]
18000 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18002 v_cmp_tru_f16_e64 s[10:11], -1, v2
18003 // W64: encoding: [0x0a,0x00,0xef,0xd4,0xc1,0x04,0x02,0x00]
18004 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18006 v_cmp_tru_f16_e64 s[10:11], 0.5, v2
18007 // W64: encoding: [0x0a,0x00,0xef,0xd4,0xf0,0x04,0x02,0x00]
18008 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18010 v_cmp_tru_f16_e64 s[10:11], -4.0, v2
18011 // W64: encoding: [0x0a,0x00,0xef,0xd4,0xf7,0x04,0x02,0x00]
18012 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18014 v_cmp_tru_f16_e64 s[10:11], v1, v255
18015 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xff,0x03,0x00]
18016 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18018 v_cmp_tru_f16_e64 s[10:11], v1, s2
18019 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x00,0x00]
18020 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18022 v_cmp_tru_f16_e64 s[10:11], v1, s101
18023 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xcb,0x00,0x00]
18024 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18026 v_cmp_tru_f16_e64 s[10:11], v1, vcc_lo
18027 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xd5,0x00,0x00]
18028 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18030 v_cmp_tru_f16_e64 s[10:11], v1, vcc_hi
18031 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xd7,0x00,0x00]
18032 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18034 v_cmp_tru_f16_e64 s[10:11], v1, m0
18035 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xf9,0x00,0x00]
18036 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18038 v_cmp_tru_f16_e64 s[10:11], v1, exec_lo
18039 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xfd,0x00,0x00]
18040 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18042 v_cmp_tru_f16_e64 s[10:11], v1, exec_hi
18043 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xff,0x00,0x00]
18044 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18046 v_cmp_tru_f16_e64 s[10:11], v1, 0
18047 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x01,0x01,0x00]
18048 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18050 v_cmp_tru_f16_e64 s[10:11], v1, -1
18051 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x83,0x01,0x00]
18052 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18054 v_cmp_tru_f16_e64 s[10:11], v1, 0.5
18055 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xe1,0x01,0x00]
18056 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18058 v_cmp_tru_f16_e64 s[10:11], v1, -4.0
18059 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xef,0x01,0x00]
18060 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18062 v_cmp_tru_f16_e64 s[10:11], -v1, v2
18063 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x20]
18064 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18066 v_cmp_tru_f16_e64 s[10:11], v1, -v2
18067 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x40]
18068 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18070 v_cmp_tru_f16_e64 s[10:11], -v1, -v2
18071 // W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x60]
18072 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18074 v_cmp_tru_f16_e64 s[10:11], v1, v2 clamp
18075 // W64: encoding: [0x0a,0x80,0xef,0xd4,0x01,0x05,0x02,0x00]
18076 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18078 v_cmp_lt_u16_e64 s10, v1, v2
18079 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
18080 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18082 v_cmp_lt_u16_e64 s12, v1, v2
18083 // W32: encoding: [0x0c,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
18084 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18086 v_cmp_lt_u16_e64 s100, v1, v2
18087 // W32: encoding: [0x64,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
18088 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18090 v_cmp_lt_u16_e64 vcc_lo, v1, v2
18091 // W32: encoding: [0x6a,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
18092 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18094 v_cmp_lt_u16_e64 s10, v255, v2
18095 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0xff,0x05,0x02,0x00]
18096 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18098 v_cmp_lt_u16_e64 s10, s1, v2
18099 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x04,0x02,0x00]
18100 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18102 v_cmp_lt_u16_e64 s10, s101, v2
18103 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0x65,0x04,0x02,0x00]
18104 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18106 v_cmp_lt_u16_e64 s10, vcc_lo, v2
18107 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0x6a,0x04,0x02,0x00]
18108 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18110 v_cmp_lt_u16_e64 s10, vcc_hi, v2
18111 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0x6b,0x04,0x02,0x00]
18112 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18114 v_cmp_lt_u16_e64 s10, m0, v2
18115 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0x7c,0x04,0x02,0x00]
18116 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18118 v_cmp_lt_u16_e64 s10, exec_lo, v2
18119 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0x7e,0x04,0x02,0x00]
18120 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18122 v_cmp_lt_u16_e64 s10, exec_hi, v2
18123 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0x7f,0x04,0x02,0x00]
18124 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18126 v_cmp_lt_u16_e64 s10, 0, v2
18127 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0x80,0x04,0x02,0x00]
18128 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18130 v_cmp_lt_u16_e64 s10, -1, v2
18131 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0xc1,0x04,0x02,0x00]
18132 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18134 v_cmp_lt_u16_e64 s10, 0.5, v2
18135 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
18136 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18138 v_cmp_lt_u16_e64 s10, -4.0, v2
18139 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
18140 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18142 v_cmp_lt_u16_e64 s10, v1, v255
18143 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x03,0x00]
18144 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18146 v_cmp_lt_u16_e64 s10, v1, s2
18147 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x05,0x00,0x00]
18148 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18150 v_cmp_lt_u16_e64 s10, v1, s101
18151 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xcb,0x00,0x00]
18152 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18154 v_cmp_lt_u16_e64 s10, v1, vcc_lo
18155 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xd5,0x00,0x00]
18156 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18158 v_cmp_lt_u16_e64 s10, v1, vcc_hi
18159 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xd7,0x00,0x00]
18160 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18162 v_cmp_lt_u16_e64 s10, v1, m0
18163 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xf9,0x00,0x00]
18164 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18166 v_cmp_lt_u16_e64 s10, v1, exec_lo
18167 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xfd,0x00,0x00]
18168 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18170 v_cmp_lt_u16_e64 s10, v1, exec_hi
18171 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x00,0x00]
18172 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18174 v_cmp_lt_u16_e64 s10, v1, 0
18175 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x01,0x01,0x00]
18176 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18178 v_cmp_lt_u16_e64 s10, v1, -1
18179 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x83,0x01,0x00]
18180 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18182 v_cmp_lt_u16_e64 s10, v1, 0.5
18183 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
18184 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18186 v_cmp_lt_u16_e64 s10, v1, -4.0
18187 // W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
18188 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18190 v_cmp_eq_u16_e64 s10, v1, v2
18191 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
18192 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18194 v_cmp_eq_u16_e64 s12, v1, v2
18195 // W32: encoding: [0x0c,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
18196 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18198 v_cmp_eq_u16_e64 s100, v1, v2
18199 // W32: encoding: [0x64,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
18200 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18202 v_cmp_eq_u16_e64 vcc_lo, v1, v2
18203 // W32: encoding: [0x6a,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
18204 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18206 v_cmp_eq_u16_e64 s10, v255, v2
18207 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0xff,0x05,0x02,0x00]
18208 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18210 v_cmp_eq_u16_e64 s10, s1, v2
18211 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x04,0x02,0x00]
18212 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18214 v_cmp_eq_u16_e64 s10, s101, v2
18215 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0x65,0x04,0x02,0x00]
18216 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18218 v_cmp_eq_u16_e64 s10, vcc_lo, v2
18219 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0x6a,0x04,0x02,0x00]
18220 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18222 v_cmp_eq_u16_e64 s10, vcc_hi, v2
18223 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0x6b,0x04,0x02,0x00]
18224 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18226 v_cmp_eq_u16_e64 s10, m0, v2
18227 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0x7c,0x04,0x02,0x00]
18228 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18230 v_cmp_eq_u16_e64 s10, exec_lo, v2
18231 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0x7e,0x04,0x02,0x00]
18232 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18234 v_cmp_eq_u16_e64 s10, exec_hi, v2
18235 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0x7f,0x04,0x02,0x00]
18236 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18238 v_cmp_eq_u16_e64 s10, 0, v2
18239 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0x80,0x04,0x02,0x00]
18240 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18242 v_cmp_eq_u16_e64 s10, -1, v2
18243 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0xc1,0x04,0x02,0x00]
18244 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18246 v_cmp_eq_u16_e64 s10, 0.5, v2
18247 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
18248 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18250 v_cmp_eq_u16_e64 s10, -4.0, v2
18251 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
18252 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18254 v_cmp_eq_u16_e64 s10, v1, v255
18255 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x03,0x00]
18256 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18258 v_cmp_eq_u16_e64 s10, v1, s2
18259 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x05,0x00,0x00]
18260 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18262 v_cmp_eq_u16_e64 s10, v1, s101
18263 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xcb,0x00,0x00]
18264 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18266 v_cmp_eq_u16_e64 s10, v1, vcc_lo
18267 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xd5,0x00,0x00]
18268 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18270 v_cmp_eq_u16_e64 s10, v1, vcc_hi
18271 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xd7,0x00,0x00]
18272 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18274 v_cmp_eq_u16_e64 s10, v1, m0
18275 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xf9,0x00,0x00]
18276 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18278 v_cmp_eq_u16_e64 s10, v1, exec_lo
18279 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xfd,0x00,0x00]
18280 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18282 v_cmp_eq_u16_e64 s10, v1, exec_hi
18283 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x00,0x00]
18284 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18286 v_cmp_eq_u16_e64 s10, v1, 0
18287 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x01,0x01,0x00]
18288 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18290 v_cmp_eq_u16_e64 s10, v1, -1
18291 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x83,0x01,0x00]
18292 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18294 v_cmp_eq_u16_e64 s10, v1, 0.5
18295 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
18296 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18298 v_cmp_eq_u16_e64 s10, v1, -4.0
18299 // W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
18300 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18302 v_cmp_le_u16_e64 s10, v1, v2
18303 // W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
18304 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18306 v_cmp_le_u16_e64 s12, v1, v2
18307 // W32: encoding: [0x0c,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
18308 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18310 v_cmp_le_u16_e64 s100, v1, v2
18311 // W32: encoding: [0x64,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
18312 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18314 v_cmp_le_u16_e64 vcc_lo, v1, v2
18315 // W32: encoding: [0x6a,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
18316 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18318 v_cmp_le_u16_e64 s10, v255, v2
18319 // W32: encoding: [0x0a,0x00,0xab,0xd4,0xff,0x05,0x02,0x00]
18320 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18322 v_cmp_le_u16_e64 s10, s1, v2
18323 // W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0x04,0x02,0x00]
18324 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18326 v_cmp_le_u16_e64 s10, s101, v2
18327 // W32: encoding: [0x0a,0x00,0xab,0xd4,0x65,0x04,0x02,0x00]
18328 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18330 v_cmp_le_u16_e64 s10, vcc_lo, v2
18331 // W32: encoding: [0x0a,0x00,0xab,0xd4,0x6a,0x04,0x02,0x00]
18332 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18334 v_cmp_le_u16_e64 s10, vcc_hi, v2
18335 // W32: encoding: [0x0a,0x00,0xab,0xd4,0x6b,0x04,0x02,0x00]
18336 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18338 v_cmp_le_u16_e64 s10, m0, v2
18339 // W32: encoding: [0x0a,0x00,0xab,0xd4,0x7c,0x04,0x02,0x00]
18340 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18342 v_cmp_le_u16_e64 s10, exec_lo, v2
18343 // W32: encoding: [0x0a,0x00,0xab,0xd4,0x7e,0x04,0x02,0x00]
18344 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18346 v_cmp_le_u16_e64 s10, exec_hi, v2
18347 // W32: encoding: [0x0a,0x00,0xab,0xd4,0x7f,0x04,0x02,0x00]
18348 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18350 v_cmp_le_u16_e64 s10, 0, v2
18351 // W32: encoding: [0x0a,0x00,0xab,0xd4,0x80,0x04,0x02,0x00]
18352 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18354 v_cmp_le_u16_e64 s10, -1, v2
18355 // W32: encoding: [0x0a,0x00,0xab,0xd4,0xc1,0x04,0x02,0x00]
18356 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18358 v_cmp_le_u16_e64 s10, 0.5, v2
18359 // W32: encoding: [0x0a,0x00,0xab,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
18360 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18362 v_cmp_le_u16_e64 s10, -4.0, v2
18363 // W32: encoding: [0x0a,0x00,0xab,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
18364 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18366 v_cmp_le_u16_e64 s10, v1, v255
18367 // W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x03,0x00]
18368 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18370 v_cmp_le_u16_e64 s10, v1, s2
18371 // W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0x05,0x00,0x00]
18372 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18374 v_cmp_le_u16_e64 s10, v1, s101
18375 // W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xcb,0x00,0x00]
18376 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18378 v_cmp_le_u16_e64 s10, v1, vcc_lo
18379 // W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xd5,0x00,0x00]
18380 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18382 v_cmp_le_u16_e64 s10, v1, vcc_hi
18383 // W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xd7,0x00,0x00]
18384 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18386 v_cmp_le_u16_e64 s10, v1, m0
18387 // W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xf9,0x00,0x00]
18388 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18390 v_cmp_le_u16_e64 s10, v1, exec_lo
18391 // W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xfd,0x00,0x00]
18392 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18394 v_cmp_le_u16_e64 s10, v1, exec_hi
18395 // W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x00,0x00]
18396 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18398 v_cmp_le_u16_e64 s10, v1, 0
18399 // W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0x01,0x01,0x00]
18400 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18402 v_cmp_le_u16_e64 s10, v1, -1
18403 // W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0x83,0x01,0x00]
18404 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18406 v_cmp_le_u16_e64 s10, v1, 0.5
18407 // W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
18408 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18410 v_cmp_le_u16_e64 s10, v1, -4.0
18411 // W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
18412 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18414 v_cmp_gt_u16_e64 s10, v1, v2
18415 // W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
18416 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18418 v_cmp_gt_u16_e64 s12, v1, v2
18419 // W32: encoding: [0x0c,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
18420 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18422 v_cmp_gt_u16_e64 s100, v1, v2
18423 // W32: encoding: [0x64,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
18424 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18426 v_cmp_gt_u16_e64 vcc_lo, v1, v2
18427 // W32: encoding: [0x6a,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
18428 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18430 v_cmp_gt_u16_e64 s10, v255, v2
18431 // W32: encoding: [0x0a,0x00,0xac,0xd4,0xff,0x05,0x02,0x00]
18432 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18434 v_cmp_gt_u16_e64 s10, s1, v2
18435 // W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0x04,0x02,0x00]
18436 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18438 v_cmp_gt_u16_e64 s10, s101, v2
18439 // W32: encoding: [0x0a,0x00,0xac,0xd4,0x65,0x04,0x02,0x00]
18440 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18442 v_cmp_gt_u16_e64 s10, vcc_lo, v2
18443 // W32: encoding: [0x0a,0x00,0xac,0xd4,0x6a,0x04,0x02,0x00]
18444 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18446 v_cmp_gt_u16_e64 s10, vcc_hi, v2
18447 // W32: encoding: [0x0a,0x00,0xac,0xd4,0x6b,0x04,0x02,0x00]
18448 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18450 v_cmp_gt_u16_e64 s10, m0, v2
18451 // W32: encoding: [0x0a,0x00,0xac,0xd4,0x7c,0x04,0x02,0x00]
18452 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18454 v_cmp_gt_u16_e64 s10, exec_lo, v2
18455 // W32: encoding: [0x0a,0x00,0xac,0xd4,0x7e,0x04,0x02,0x00]
18456 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18458 v_cmp_gt_u16_e64 s10, exec_hi, v2
18459 // W32: encoding: [0x0a,0x00,0xac,0xd4,0x7f,0x04,0x02,0x00]
18460 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18462 v_cmp_gt_u16_e64 s10, 0, v2
18463 // W32: encoding: [0x0a,0x00,0xac,0xd4,0x80,0x04,0x02,0x00]
18464 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18466 v_cmp_gt_u16_e64 s10, -1, v2
18467 // W32: encoding: [0x0a,0x00,0xac,0xd4,0xc1,0x04,0x02,0x00]
18468 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18470 v_cmp_gt_u16_e64 s10, 0.5, v2
18471 // W32: encoding: [0x0a,0x00,0xac,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
18472 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18474 v_cmp_gt_u16_e64 s10, -4.0, v2
18475 // W32: encoding: [0x0a,0x00,0xac,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
18476 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18478 v_cmp_gt_u16_e64 s10, v1, v255
18479 // W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x03,0x00]
18480 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18482 v_cmp_gt_u16_e64 s10, v1, s2
18483 // W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0x05,0x00,0x00]
18484 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18486 v_cmp_gt_u16_e64 s10, v1, s101
18487 // W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xcb,0x00,0x00]
18488 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18490 v_cmp_gt_u16_e64 s10, v1, vcc_lo
18491 // W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xd5,0x00,0x00]
18492 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18494 v_cmp_gt_u16_e64 s10, v1, vcc_hi
18495 // W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xd7,0x00,0x00]
18496 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18498 v_cmp_gt_u16_e64 s10, v1, m0
18499 // W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xf9,0x00,0x00]
18500 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18502 v_cmp_gt_u16_e64 s10, v1, exec_lo
18503 // W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xfd,0x00,0x00]
18504 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18506 v_cmp_gt_u16_e64 s10, v1, exec_hi
18507 // W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x00,0x00]
18508 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18510 v_cmp_gt_u16_e64 s10, v1, 0
18511 // W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0x01,0x01,0x00]
18512 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18514 v_cmp_gt_u16_e64 s10, v1, -1
18515 // W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0x83,0x01,0x00]
18516 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18518 v_cmp_gt_u16_e64 s10, v1, 0.5
18519 // W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
18520 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18522 v_cmp_gt_u16_e64 s10, v1, -4.0
18523 // W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
18524 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18526 v_cmp_ne_u16_e64 s10, v1, v2
18527 // W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
18528 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18530 v_cmp_ne_u16_e64 s12, v1, v2
18531 // W32: encoding: [0x0c,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
18532 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18534 v_cmp_ne_u16_e64 s100, v1, v2
18535 // W32: encoding: [0x64,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
18536 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18538 v_cmp_ne_u16_e64 vcc_lo, v1, v2
18539 // W32: encoding: [0x6a,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
18540 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18542 v_cmp_ne_u16_e64 s10, v255, v2
18543 // W32: encoding: [0x0a,0x00,0xad,0xd4,0xff,0x05,0x02,0x00]
18544 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18546 v_cmp_ne_u16_e64 s10, s1, v2
18547 // W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0x04,0x02,0x00]
18548 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18550 v_cmp_ne_u16_e64 s10, s101, v2
18551 // W32: encoding: [0x0a,0x00,0xad,0xd4,0x65,0x04,0x02,0x00]
18552 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18554 v_cmp_ne_u16_e64 s10, vcc_lo, v2
18555 // W32: encoding: [0x0a,0x00,0xad,0xd4,0x6a,0x04,0x02,0x00]
18556 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18558 v_cmp_ne_u16_e64 s10, vcc_hi, v2
18559 // W32: encoding: [0x0a,0x00,0xad,0xd4,0x6b,0x04,0x02,0x00]
18560 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18562 v_cmp_ne_u16_e64 s10, m0, v2
18563 // W32: encoding: [0x0a,0x00,0xad,0xd4,0x7c,0x04,0x02,0x00]
18564 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18566 v_cmp_ne_u16_e64 s10, exec_lo, v2
18567 // W32: encoding: [0x0a,0x00,0xad,0xd4,0x7e,0x04,0x02,0x00]
18568 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18570 v_cmp_ne_u16_e64 s10, exec_hi, v2
18571 // W32: encoding: [0x0a,0x00,0xad,0xd4,0x7f,0x04,0x02,0x00]
18572 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18574 v_cmp_ne_u16_e64 s10, 0, v2
18575 // W32: encoding: [0x0a,0x00,0xad,0xd4,0x80,0x04,0x02,0x00]
18576 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18578 v_cmp_ne_u16_e64 s10, -1, v2
18579 // W32: encoding: [0x0a,0x00,0xad,0xd4,0xc1,0x04,0x02,0x00]
18580 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18582 v_cmp_ne_u16_e64 s10, 0.5, v2
18583 // W32: encoding: [0x0a,0x00,0xad,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
18584 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18586 v_cmp_ne_u16_e64 s10, -4.0, v2
18587 // W32: encoding: [0x0a,0x00,0xad,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
18588 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18590 v_cmp_ne_u16_e64 s10, v1, v255
18591 // W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x03,0x00]
18592 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18594 v_cmp_ne_u16_e64 s10, v1, s2
18595 // W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0x05,0x00,0x00]
18596 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18598 v_cmp_ne_u16_e64 s10, v1, s101
18599 // W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xcb,0x00,0x00]
18600 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18602 v_cmp_ne_u16_e64 s10, v1, vcc_lo
18603 // W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xd5,0x00,0x00]
18604 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18606 v_cmp_ne_u16_e64 s10, v1, vcc_hi
18607 // W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xd7,0x00,0x00]
18608 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18610 v_cmp_ne_u16_e64 s10, v1, m0
18611 // W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xf9,0x00,0x00]
18612 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18614 v_cmp_ne_u16_e64 s10, v1, exec_lo
18615 // W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xfd,0x00,0x00]
18616 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18618 v_cmp_ne_u16_e64 s10, v1, exec_hi
18619 // W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x00,0x00]
18620 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18622 v_cmp_ne_u16_e64 s10, v1, 0
18623 // W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0x01,0x01,0x00]
18624 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18626 v_cmp_ne_u16_e64 s10, v1, -1
18627 // W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0x83,0x01,0x00]
18628 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18630 v_cmp_ne_u16_e64 s10, v1, 0.5
18631 // W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
18632 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18634 v_cmp_ne_u16_e64 s10, v1, -4.0
18635 // W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
18636 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18638 v_cmp_ge_u16_e64 s10, v1, v2
18639 // W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
18640 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18642 v_cmp_ge_u16_e64 s12, v1, v2
18643 // W32: encoding: [0x0c,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
18644 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18646 v_cmp_ge_u16_e64 s100, v1, v2
18647 // W32: encoding: [0x64,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
18648 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18650 v_cmp_ge_u16_e64 vcc_lo, v1, v2
18651 // W32: encoding: [0x6a,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
18652 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18654 v_cmp_ge_u16_e64 s10, v255, v2
18655 // W32: encoding: [0x0a,0x00,0xae,0xd4,0xff,0x05,0x02,0x00]
18656 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18658 v_cmp_ge_u16_e64 s10, s1, v2
18659 // W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0x04,0x02,0x00]
18660 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18662 v_cmp_ge_u16_e64 s10, s101, v2
18663 // W32: encoding: [0x0a,0x00,0xae,0xd4,0x65,0x04,0x02,0x00]
18664 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18666 v_cmp_ge_u16_e64 s10, vcc_lo, v2
18667 // W32: encoding: [0x0a,0x00,0xae,0xd4,0x6a,0x04,0x02,0x00]
18668 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18670 v_cmp_ge_u16_e64 s10, vcc_hi, v2
18671 // W32: encoding: [0x0a,0x00,0xae,0xd4,0x6b,0x04,0x02,0x00]
18672 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18674 v_cmp_ge_u16_e64 s10, m0, v2
18675 // W32: encoding: [0x0a,0x00,0xae,0xd4,0x7c,0x04,0x02,0x00]
18676 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18678 v_cmp_ge_u16_e64 s10, exec_lo, v2
18679 // W32: encoding: [0x0a,0x00,0xae,0xd4,0x7e,0x04,0x02,0x00]
18680 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18682 v_cmp_ge_u16_e64 s10, exec_hi, v2
18683 // W32: encoding: [0x0a,0x00,0xae,0xd4,0x7f,0x04,0x02,0x00]
18684 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18686 v_cmp_ge_u16_e64 s10, 0, v2
18687 // W32: encoding: [0x0a,0x00,0xae,0xd4,0x80,0x04,0x02,0x00]
18688 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18690 v_cmp_ge_u16_e64 s10, -1, v2
18691 // W32: encoding: [0x0a,0x00,0xae,0xd4,0xc1,0x04,0x02,0x00]
18692 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18694 v_cmp_ge_u16_e64 s10, 0.5, v2
18695 // W32: encoding: [0x0a,0x00,0xae,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
18696 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18698 v_cmp_ge_u16_e64 s10, -4.0, v2
18699 // W32: encoding: [0x0a,0x00,0xae,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
18700 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18702 v_cmp_ge_u16_e64 s10, v1, v255
18703 // W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x03,0x00]
18704 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18706 v_cmp_ge_u16_e64 s10, v1, s2
18707 // W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0x05,0x00,0x00]
18708 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18710 v_cmp_ge_u16_e64 s10, v1, s101
18711 // W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xcb,0x00,0x00]
18712 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18714 v_cmp_ge_u16_e64 s10, v1, vcc_lo
18715 // W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xd5,0x00,0x00]
18716 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18718 v_cmp_ge_u16_e64 s10, v1, vcc_hi
18719 // W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xd7,0x00,0x00]
18720 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18722 v_cmp_ge_u16_e64 s10, v1, m0
18723 // W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xf9,0x00,0x00]
18724 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18726 v_cmp_ge_u16_e64 s10, v1, exec_lo
18727 // W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xfd,0x00,0x00]
18728 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18730 v_cmp_ge_u16_e64 s10, v1, exec_hi
18731 // W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x00,0x00]
18732 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18734 v_cmp_ge_u16_e64 s10, v1, 0
18735 // W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0x01,0x01,0x00]
18736 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18738 v_cmp_ge_u16_e64 s10, v1, -1
18739 // W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0x83,0x01,0x00]
18740 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18742 v_cmp_ge_u16_e64 s10, v1, 0.5
18743 // W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
18744 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18746 v_cmp_ge_u16_e64 s10, v1, -4.0
18747 // W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
18748 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18750 v_cmp_f_u32_e64 s10, v1, v2
18751 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
18752 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18754 v_cmp_f_u32_e64 s12, v1, v2
18755 // W32: encoding: [0x0c,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
18756 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18758 v_cmp_f_u32_e64 s100, v1, v2
18759 // W32: encoding: [0x64,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
18760 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18762 v_cmp_f_u32_e64 vcc_lo, v1, v2
18763 // W32: encoding: [0x6a,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
18764 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18766 v_cmp_f_u32_e64 s10, v255, v2
18767 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0xff,0x05,0x02,0x00]
18768 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18770 v_cmp_f_u32_e64 s10, s1, v2
18771 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x04,0x02,0x00]
18772 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18774 v_cmp_f_u32_e64 s10, s101, v2
18775 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0x65,0x04,0x02,0x00]
18776 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18778 v_cmp_f_u32_e64 s10, vcc_lo, v2
18779 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0x6a,0x04,0x02,0x00]
18780 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18782 v_cmp_f_u32_e64 s10, vcc_hi, v2
18783 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0x6b,0x04,0x02,0x00]
18784 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18786 v_cmp_f_u32_e64 s10, m0, v2
18787 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0x7c,0x04,0x02,0x00]
18788 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18790 v_cmp_f_u32_e64 s10, exec_lo, v2
18791 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0x7e,0x04,0x02,0x00]
18792 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18794 v_cmp_f_u32_e64 s10, exec_hi, v2
18795 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0x7f,0x04,0x02,0x00]
18796 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18798 v_cmp_f_u32_e64 s10, 0, v2
18799 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0x80,0x04,0x02,0x00]
18800 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18802 v_cmp_f_u32_e64 s10, -1, v2
18803 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0xc1,0x04,0x02,0x00]
18804 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18806 v_cmp_f_u32_e64 s10, 0.5, v2
18807 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0xf0,0x04,0x02,0x00]
18808 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18810 v_cmp_f_u32_e64 s10, -4.0, v2
18811 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0xf7,0x04,0x02,0x00]
18812 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18814 v_cmp_f_u32_e64 s10, v1, v255
18815 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xff,0x03,0x00]
18816 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18818 v_cmp_f_u32_e64 s10, v1, s2
18819 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x05,0x00,0x00]
18820 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18822 v_cmp_f_u32_e64 s10, v1, s101
18823 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xcb,0x00,0x00]
18824 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18826 v_cmp_f_u32_e64 s10, v1, vcc_lo
18827 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xd5,0x00,0x00]
18828 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18830 v_cmp_f_u32_e64 s10, v1, vcc_hi
18831 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xd7,0x00,0x00]
18832 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18834 v_cmp_f_u32_e64 s10, v1, m0
18835 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xf9,0x00,0x00]
18836 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18838 v_cmp_f_u32_e64 s10, v1, exec_lo
18839 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xfd,0x00,0x00]
18840 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18842 v_cmp_f_u32_e64 s10, v1, exec_hi
18843 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xff,0x00,0x00]
18844 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18846 v_cmp_f_u32_e64 s10, v1, 0
18847 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x01,0x01,0x00]
18848 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18850 v_cmp_f_u32_e64 s10, v1, -1
18851 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x83,0x01,0x00]
18852 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18854 v_cmp_f_u32_e64 s10, v1, 0.5
18855 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xe1,0x01,0x00]
18856 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18858 v_cmp_f_u32_e64 s10, v1, -4.0
18859 // W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xef,0x01,0x00]
18860 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18862 v_cmp_lt_u32_e64 s10, v1, v2
18863 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
18864 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18866 v_cmp_lt_u32_e64 s12, v1, v2
18867 // W32: encoding: [0x0c,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
18868 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18870 v_cmp_lt_u32_e64 s100, v1, v2
18871 // W32: encoding: [0x64,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
18872 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18874 v_cmp_lt_u32_e64 vcc_lo, v1, v2
18875 // W32: encoding: [0x6a,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
18876 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18878 v_cmp_lt_u32_e64 s10, v255, v2
18879 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0xff,0x05,0x02,0x00]
18880 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18882 v_cmp_lt_u32_e64 s10, s1, v2
18883 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x04,0x02,0x00]
18884 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18886 v_cmp_lt_u32_e64 s10, s101, v2
18887 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0x65,0x04,0x02,0x00]
18888 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18890 v_cmp_lt_u32_e64 s10, vcc_lo, v2
18891 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0x6a,0x04,0x02,0x00]
18892 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18894 v_cmp_lt_u32_e64 s10, vcc_hi, v2
18895 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0x6b,0x04,0x02,0x00]
18896 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18898 v_cmp_lt_u32_e64 s10, m0, v2
18899 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0x7c,0x04,0x02,0x00]
18900 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18902 v_cmp_lt_u32_e64 s10, exec_lo, v2
18903 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0x7e,0x04,0x02,0x00]
18904 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18906 v_cmp_lt_u32_e64 s10, exec_hi, v2
18907 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0x7f,0x04,0x02,0x00]
18908 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18910 v_cmp_lt_u32_e64 s10, 0, v2
18911 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0x80,0x04,0x02,0x00]
18912 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18914 v_cmp_lt_u32_e64 s10, -1, v2
18915 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0xc1,0x04,0x02,0x00]
18916 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18918 v_cmp_lt_u32_e64 s10, 0.5, v2
18919 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0xf0,0x04,0x02,0x00]
18920 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18922 v_cmp_lt_u32_e64 s10, -4.0, v2
18923 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0xf7,0x04,0x02,0x00]
18924 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18926 v_cmp_lt_u32_e64 s10, v1, v255
18927 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xff,0x03,0x00]
18928 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18930 v_cmp_lt_u32_e64 s10, v1, s2
18931 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x05,0x00,0x00]
18932 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18934 v_cmp_lt_u32_e64 s10, v1, s101
18935 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xcb,0x00,0x00]
18936 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18938 v_cmp_lt_u32_e64 s10, v1, vcc_lo
18939 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xd5,0x00,0x00]
18940 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18942 v_cmp_lt_u32_e64 s10, v1, vcc_hi
18943 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xd7,0x00,0x00]
18944 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18946 v_cmp_lt_u32_e64 s10, v1, m0
18947 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xf9,0x00,0x00]
18948 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18950 v_cmp_lt_u32_e64 s10, v1, exec_lo
18951 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xfd,0x00,0x00]
18952 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18954 v_cmp_lt_u32_e64 s10, v1, exec_hi
18955 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xff,0x00,0x00]
18956 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18958 v_cmp_lt_u32_e64 s10, v1, 0
18959 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x01,0x01,0x00]
18960 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18962 v_cmp_lt_u32_e64 s10, v1, -1
18963 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x83,0x01,0x00]
18964 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18966 v_cmp_lt_u32_e64 s10, v1, 0.5
18967 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xe1,0x01,0x00]
18968 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18970 v_cmp_lt_u32_e64 s10, v1, -4.0
18971 // W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xef,0x01,0x00]
18972 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18974 v_cmp_eq_u32_e64 s10, v1, v2
18975 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
18976 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18978 v_cmp_eq_u32_e64 s12, v1, v2
18979 // W32: encoding: [0x0c,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
18980 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18982 v_cmp_eq_u32_e64 s100, v1, v2
18983 // W32: encoding: [0x64,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
18984 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18986 v_cmp_eq_u32_e64 vcc_lo, v1, v2
18987 // W32: encoding: [0x6a,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
18988 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18990 v_cmp_eq_u32_e64 s10, v255, v2
18991 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0xff,0x05,0x02,0x00]
18992 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18994 v_cmp_eq_u32_e64 s10, s1, v2
18995 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x04,0x02,0x00]
18996 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
18998 v_cmp_eq_u32_e64 s10, s101, v2
18999 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0x65,0x04,0x02,0x00]
19000 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19002 v_cmp_eq_u32_e64 s10, vcc_lo, v2
19003 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0x6a,0x04,0x02,0x00]
19004 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19006 v_cmp_eq_u32_e64 s10, vcc_hi, v2
19007 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0x6b,0x04,0x02,0x00]
19008 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19010 v_cmp_eq_u32_e64 s10, m0, v2
19011 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0x7c,0x04,0x02,0x00]
19012 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19014 v_cmp_eq_u32_e64 s10, exec_lo, v2
19015 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0x7e,0x04,0x02,0x00]
19016 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19018 v_cmp_eq_u32_e64 s10, exec_hi, v2
19019 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0x7f,0x04,0x02,0x00]
19020 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19022 v_cmp_eq_u32_e64 s10, 0, v2
19023 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0x80,0x04,0x02,0x00]
19024 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19026 v_cmp_eq_u32_e64 s10, -1, v2
19027 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0xc1,0x04,0x02,0x00]
19028 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19030 v_cmp_eq_u32_e64 s10, 0.5, v2
19031 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0xf0,0x04,0x02,0x00]
19032 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19034 v_cmp_eq_u32_e64 s10, -4.0, v2
19035 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0xf7,0x04,0x02,0x00]
19036 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19038 v_cmp_eq_u32_e64 s10, v1, v255
19039 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xff,0x03,0x00]
19040 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19042 v_cmp_eq_u32_e64 s10, v1, s2
19043 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x05,0x00,0x00]
19044 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19046 v_cmp_eq_u32_e64 s10, v1, s101
19047 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xcb,0x00,0x00]
19048 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19050 v_cmp_eq_u32_e64 s10, v1, vcc_lo
19051 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xd5,0x00,0x00]
19052 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19054 v_cmp_eq_u32_e64 s10, v1, vcc_hi
19055 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xd7,0x00,0x00]
19056 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19058 v_cmp_eq_u32_e64 s10, v1, m0
19059 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xf9,0x00,0x00]
19060 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19062 v_cmp_eq_u32_e64 s10, v1, exec_lo
19063 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xfd,0x00,0x00]
19064 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19066 v_cmp_eq_u32_e64 s10, v1, exec_hi
19067 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xff,0x00,0x00]
19068 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19070 v_cmp_eq_u32_e64 s10, v1, 0
19071 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x01,0x01,0x00]
19072 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19074 v_cmp_eq_u32_e64 s10, v1, -1
19075 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x83,0x01,0x00]
19076 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19078 v_cmp_eq_u32_e64 s10, v1, 0.5
19079 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xe1,0x01,0x00]
19080 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19082 v_cmp_eq_u32_e64 s10, v1, -4.0
19083 // W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xef,0x01,0x00]
19084 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19086 v_cmp_le_u32_e64 s10, v1, v2
19087 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
19088 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19090 v_cmp_le_u32_e64 s12, v1, v2
19091 // W32: encoding: [0x0c,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
19092 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19094 v_cmp_le_u32_e64 s100, v1, v2
19095 // W32: encoding: [0x64,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
19096 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19098 v_cmp_le_u32_e64 vcc_lo, v1, v2
19099 // W32: encoding: [0x6a,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
19100 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19102 v_cmp_le_u32_e64 s10, v255, v2
19103 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0xff,0x05,0x02,0x00]
19104 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19106 v_cmp_le_u32_e64 s10, s1, v2
19107 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x04,0x02,0x00]
19108 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19110 v_cmp_le_u32_e64 s10, s101, v2
19111 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0x65,0x04,0x02,0x00]
19112 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19114 v_cmp_le_u32_e64 s10, vcc_lo, v2
19115 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0x6a,0x04,0x02,0x00]
19116 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19118 v_cmp_le_u32_e64 s10, vcc_hi, v2
19119 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0x6b,0x04,0x02,0x00]
19120 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19122 v_cmp_le_u32_e64 s10, m0, v2
19123 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0x7c,0x04,0x02,0x00]
19124 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19126 v_cmp_le_u32_e64 s10, exec_lo, v2
19127 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0x7e,0x04,0x02,0x00]
19128 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19130 v_cmp_le_u32_e64 s10, exec_hi, v2
19131 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0x7f,0x04,0x02,0x00]
19132 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19134 v_cmp_le_u32_e64 s10, 0, v2
19135 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0x80,0x04,0x02,0x00]
19136 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19138 v_cmp_le_u32_e64 s10, -1, v2
19139 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0xc1,0x04,0x02,0x00]
19140 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19142 v_cmp_le_u32_e64 s10, 0.5, v2
19143 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0xf0,0x04,0x02,0x00]
19144 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19146 v_cmp_le_u32_e64 s10, -4.0, v2
19147 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0xf7,0x04,0x02,0x00]
19148 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19150 v_cmp_le_u32_e64 s10, v1, v255
19151 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xff,0x03,0x00]
19152 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19154 v_cmp_le_u32_e64 s10, v1, s2
19155 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x05,0x00,0x00]
19156 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19158 v_cmp_le_u32_e64 s10, v1, s101
19159 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xcb,0x00,0x00]
19160 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19162 v_cmp_le_u32_e64 s10, v1, vcc_lo
19163 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xd5,0x00,0x00]
19164 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19166 v_cmp_le_u32_e64 s10, v1, vcc_hi
19167 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xd7,0x00,0x00]
19168 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19170 v_cmp_le_u32_e64 s10, v1, m0
19171 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xf9,0x00,0x00]
19172 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19174 v_cmp_le_u32_e64 s10, v1, exec_lo
19175 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xfd,0x00,0x00]
19176 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19178 v_cmp_le_u32_e64 s10, v1, exec_hi
19179 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xff,0x00,0x00]
19180 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19182 v_cmp_le_u32_e64 s10, v1, 0
19183 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x01,0x01,0x00]
19184 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19186 v_cmp_le_u32_e64 s10, v1, -1
19187 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x83,0x01,0x00]
19188 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19190 v_cmp_le_u32_e64 s10, v1, 0.5
19191 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xe1,0x01,0x00]
19192 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19194 v_cmp_le_u32_e64 s10, v1, -4.0
19195 // W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xef,0x01,0x00]
19196 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19198 v_cmp_gt_u32_e64 s10, v1, v2
19199 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
19200 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19202 v_cmp_gt_u32_e64 s12, v1, v2
19203 // W32: encoding: [0x0c,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
19204 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19206 v_cmp_gt_u32_e64 s100, v1, v2
19207 // W32: encoding: [0x64,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
19208 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19210 v_cmp_gt_u32_e64 vcc_lo, v1, v2
19211 // W32: encoding: [0x6a,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
19212 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19214 v_cmp_gt_u32_e64 s10, v255, v2
19215 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0xff,0x05,0x02,0x00]
19216 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19218 v_cmp_gt_u32_e64 s10, s1, v2
19219 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x04,0x02,0x00]
19220 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19222 v_cmp_gt_u32_e64 s10, s101, v2
19223 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0x65,0x04,0x02,0x00]
19224 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19226 v_cmp_gt_u32_e64 s10, vcc_lo, v2
19227 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0x6a,0x04,0x02,0x00]
19228 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19230 v_cmp_gt_u32_e64 s10, vcc_hi, v2
19231 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0x6b,0x04,0x02,0x00]
19232 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19234 v_cmp_gt_u32_e64 s10, m0, v2
19235 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0x7c,0x04,0x02,0x00]
19236 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19238 v_cmp_gt_u32_e64 s10, exec_lo, v2
19239 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0x7e,0x04,0x02,0x00]
19240 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19242 v_cmp_gt_u32_e64 s10, exec_hi, v2
19243 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0x7f,0x04,0x02,0x00]
19244 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19246 v_cmp_gt_u32_e64 s10, 0, v2
19247 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0x80,0x04,0x02,0x00]
19248 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19250 v_cmp_gt_u32_e64 s10, -1, v2
19251 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0xc1,0x04,0x02,0x00]
19252 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19254 v_cmp_gt_u32_e64 s10, 0.5, v2
19255 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0xf0,0x04,0x02,0x00]
19256 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19258 v_cmp_gt_u32_e64 s10, -4.0, v2
19259 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0xf7,0x04,0x02,0x00]
19260 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19262 v_cmp_gt_u32_e64 s10, v1, v255
19263 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xff,0x03,0x00]
19264 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19266 v_cmp_gt_u32_e64 s10, v1, s2
19267 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x05,0x00,0x00]
19268 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19270 v_cmp_gt_u32_e64 s10, v1, s101
19271 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xcb,0x00,0x00]
19272 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19274 v_cmp_gt_u32_e64 s10, v1, vcc_lo
19275 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xd5,0x00,0x00]
19276 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19278 v_cmp_gt_u32_e64 s10, v1, vcc_hi
19279 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xd7,0x00,0x00]
19280 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19282 v_cmp_gt_u32_e64 s10, v1, m0
19283 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xf9,0x00,0x00]
19284 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19286 v_cmp_gt_u32_e64 s10, v1, exec_lo
19287 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xfd,0x00,0x00]
19288 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19290 v_cmp_gt_u32_e64 s10, v1, exec_hi
19291 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xff,0x00,0x00]
19292 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19294 v_cmp_gt_u32_e64 s10, v1, 0
19295 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x01,0x01,0x00]
19296 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19298 v_cmp_gt_u32_e64 s10, v1, -1
19299 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x83,0x01,0x00]
19300 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19302 v_cmp_gt_u32_e64 s10, v1, 0.5
19303 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xe1,0x01,0x00]
19304 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19306 v_cmp_gt_u32_e64 s10, v1, -4.0
19307 // W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xef,0x01,0x00]
19308 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19310 v_cmp_ne_u32_e64 s10, v1, v2
19311 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
19312 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19314 v_cmp_ne_u32_e64 s12, v1, v2
19315 // W32: encoding: [0x0c,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
19316 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19318 v_cmp_ne_u32_e64 s100, v1, v2
19319 // W32: encoding: [0x64,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
19320 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19322 v_cmp_ne_u32_e64 vcc_lo, v1, v2
19323 // W32: encoding: [0x6a,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
19324 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19326 v_cmp_ne_u32_e64 s10, v255, v2
19327 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0xff,0x05,0x02,0x00]
19328 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19330 v_cmp_ne_u32_e64 s10, s1, v2
19331 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x04,0x02,0x00]
19332 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19334 v_cmp_ne_u32_e64 s10, s101, v2
19335 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0x65,0x04,0x02,0x00]
19336 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19338 v_cmp_ne_u32_e64 s10, vcc_lo, v2
19339 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0x6a,0x04,0x02,0x00]
19340 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19342 v_cmp_ne_u32_e64 s10, vcc_hi, v2
19343 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0x6b,0x04,0x02,0x00]
19344 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19346 v_cmp_ne_u32_e64 s10, m0, v2
19347 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0x7c,0x04,0x02,0x00]
19348 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19350 v_cmp_ne_u32_e64 s10, exec_lo, v2
19351 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0x7e,0x04,0x02,0x00]
19352 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19354 v_cmp_ne_u32_e64 s10, exec_hi, v2
19355 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0x7f,0x04,0x02,0x00]
19356 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19358 v_cmp_ne_u32_e64 s10, 0, v2
19359 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0x80,0x04,0x02,0x00]
19360 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19362 v_cmp_ne_u32_e64 s10, -1, v2
19363 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0xc1,0x04,0x02,0x00]
19364 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19366 v_cmp_ne_u32_e64 s10, 0.5, v2
19367 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0xf0,0x04,0x02,0x00]
19368 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19370 v_cmp_ne_u32_e64 s10, -4.0, v2
19371 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0xf7,0x04,0x02,0x00]
19372 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19374 v_cmp_ne_u32_e64 s10, v1, v255
19375 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xff,0x03,0x00]
19376 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19378 v_cmp_ne_u32_e64 s10, v1, s2
19379 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x05,0x00,0x00]
19380 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19382 v_cmp_ne_u32_e64 s10, v1, s101
19383 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xcb,0x00,0x00]
19384 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19386 v_cmp_ne_u32_e64 s10, v1, vcc_lo
19387 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xd5,0x00,0x00]
19388 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19390 v_cmp_ne_u32_e64 s10, v1, vcc_hi
19391 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xd7,0x00,0x00]
19392 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19394 v_cmp_ne_u32_e64 s10, v1, m0
19395 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xf9,0x00,0x00]
19396 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19398 v_cmp_ne_u32_e64 s10, v1, exec_lo
19399 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xfd,0x00,0x00]
19400 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19402 v_cmp_ne_u32_e64 s10, v1, exec_hi
19403 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xff,0x00,0x00]
19404 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19406 v_cmp_ne_u32_e64 s10, v1, 0
19407 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x01,0x01,0x00]
19408 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19410 v_cmp_ne_u32_e64 s10, v1, -1
19411 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x83,0x01,0x00]
19412 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19414 v_cmp_ne_u32_e64 s10, v1, 0.5
19415 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xe1,0x01,0x00]
19416 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19418 v_cmp_ne_u32_e64 s10, v1, -4.0
19419 // W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xef,0x01,0x00]
19420 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19422 v_cmp_ge_u32_e64 s10, v1, v2
19423 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
19424 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19426 v_cmp_ge_u32_e64 s12, v1, v2
19427 // W32: encoding: [0x0c,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
19428 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19430 v_cmp_ge_u32_e64 s100, v1, v2
19431 // W32: encoding: [0x64,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
19432 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19434 v_cmp_ge_u32_e64 vcc_lo, v1, v2
19435 // W32: encoding: [0x6a,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
19436 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19438 v_cmp_ge_u32_e64 s10, v255, v2
19439 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0xff,0x05,0x02,0x00]
19440 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19442 v_cmp_ge_u32_e64 s10, s1, v2
19443 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x04,0x02,0x00]
19444 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19446 v_cmp_ge_u32_e64 s10, s101, v2
19447 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0x65,0x04,0x02,0x00]
19448 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19450 v_cmp_ge_u32_e64 s10, vcc_lo, v2
19451 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0x6a,0x04,0x02,0x00]
19452 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19454 v_cmp_ge_u32_e64 s10, vcc_hi, v2
19455 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0x6b,0x04,0x02,0x00]
19456 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19458 v_cmp_ge_u32_e64 s10, m0, v2
19459 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0x7c,0x04,0x02,0x00]
19460 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19462 v_cmp_ge_u32_e64 s10, exec_lo, v2
19463 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0x7e,0x04,0x02,0x00]
19464 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19466 v_cmp_ge_u32_e64 s10, exec_hi, v2
19467 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0x7f,0x04,0x02,0x00]
19468 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19470 v_cmp_ge_u32_e64 s10, 0, v2
19471 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0x80,0x04,0x02,0x00]
19472 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19474 v_cmp_ge_u32_e64 s10, -1, v2
19475 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0xc1,0x04,0x02,0x00]
19476 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19478 v_cmp_ge_u32_e64 s10, 0.5, v2
19479 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0xf0,0x04,0x02,0x00]
19480 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19482 v_cmp_ge_u32_e64 s10, -4.0, v2
19483 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0xf7,0x04,0x02,0x00]
19484 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19486 v_cmp_ge_u32_e64 s10, v1, v255
19487 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xff,0x03,0x00]
19488 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19490 v_cmp_ge_u32_e64 s10, v1, s2
19491 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x05,0x00,0x00]
19492 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19494 v_cmp_ge_u32_e64 s10, v1, s101
19495 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xcb,0x00,0x00]
19496 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19498 v_cmp_ge_u32_e64 s10, v1, vcc_lo
19499 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xd5,0x00,0x00]
19500 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19502 v_cmp_ge_u32_e64 s10, v1, vcc_hi
19503 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xd7,0x00,0x00]
19504 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19506 v_cmp_ge_u32_e64 s10, v1, m0
19507 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xf9,0x00,0x00]
19508 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19510 v_cmp_ge_u32_e64 s10, v1, exec_lo
19511 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xfd,0x00,0x00]
19512 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19514 v_cmp_ge_u32_e64 s10, v1, exec_hi
19515 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xff,0x00,0x00]
19516 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19518 v_cmp_ge_u32_e64 s10, v1, 0
19519 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x01,0x01,0x00]
19520 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19522 v_cmp_ge_u32_e64 s10, v1, -1
19523 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x83,0x01,0x00]
19524 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19526 v_cmp_ge_u32_e64 s10, v1, 0.5
19527 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xe1,0x01,0x00]
19528 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19530 v_cmp_ge_u32_e64 s10, v1, -4.0
19531 // W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xef,0x01,0x00]
19532 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19534 v_cmp_t_u32_e64 s10, v1, v2
19535 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
19536 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19538 v_cmp_t_u32_e64 s12, v1, v2
19539 // W32: encoding: [0x0c,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
19540 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19542 v_cmp_t_u32_e64 s100, v1, v2
19543 // W32: encoding: [0x64,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
19544 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19546 v_cmp_t_u32_e64 vcc_lo, v1, v2
19547 // W32: encoding: [0x6a,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
19548 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19550 v_cmp_t_u32_e64 s10, v255, v2
19551 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0xff,0x05,0x02,0x00]
19552 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19554 v_cmp_t_u32_e64 s10, s1, v2
19555 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x04,0x02,0x00]
19556 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19558 v_cmp_t_u32_e64 s10, s101, v2
19559 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0x65,0x04,0x02,0x00]
19560 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19562 v_cmp_t_u32_e64 s10, vcc_lo, v2
19563 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0x6a,0x04,0x02,0x00]
19564 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19566 v_cmp_t_u32_e64 s10, vcc_hi, v2
19567 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0x6b,0x04,0x02,0x00]
19568 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19570 v_cmp_t_u32_e64 s10, m0, v2
19571 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0x7c,0x04,0x02,0x00]
19572 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19574 v_cmp_t_u32_e64 s10, exec_lo, v2
19575 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0x7e,0x04,0x02,0x00]
19576 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19578 v_cmp_t_u32_e64 s10, exec_hi, v2
19579 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0x7f,0x04,0x02,0x00]
19580 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19582 v_cmp_t_u32_e64 s10, 0, v2
19583 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0x80,0x04,0x02,0x00]
19584 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19586 v_cmp_t_u32_e64 s10, -1, v2
19587 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0xc1,0x04,0x02,0x00]
19588 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19590 v_cmp_t_u32_e64 s10, 0.5, v2
19591 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0xf0,0x04,0x02,0x00]
19592 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19594 v_cmp_t_u32_e64 s10, -4.0, v2
19595 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0xf7,0x04,0x02,0x00]
19596 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19598 v_cmp_t_u32_e64 s10, v1, v255
19599 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xff,0x03,0x00]
19600 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19602 v_cmp_t_u32_e64 s10, v1, s2
19603 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x05,0x00,0x00]
19604 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19606 v_cmp_t_u32_e64 s10, v1, s101
19607 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xcb,0x00,0x00]
19608 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19610 v_cmp_t_u32_e64 s10, v1, vcc_lo
19611 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xd5,0x00,0x00]
19612 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19614 v_cmp_t_u32_e64 s10, v1, vcc_hi
19615 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xd7,0x00,0x00]
19616 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19618 v_cmp_t_u32_e64 s10, v1, m0
19619 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xf9,0x00,0x00]
19620 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19622 v_cmp_t_u32_e64 s10, v1, exec_lo
19623 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xfd,0x00,0x00]
19624 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19626 v_cmp_t_u32_e64 s10, v1, exec_hi
19627 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xff,0x00,0x00]
19628 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19630 v_cmp_t_u32_e64 s10, v1, 0
19631 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x01,0x01,0x00]
19632 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19634 v_cmp_t_u32_e64 s10, v1, -1
19635 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x83,0x01,0x00]
19636 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19638 v_cmp_t_u32_e64 s10, v1, 0.5
19639 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xe1,0x01,0x00]
19640 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19642 v_cmp_t_u32_e64 s10, v1, -4.0
19643 // W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xef,0x01,0x00]
19644 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19646 v_cmp_f_f16_e64 s10, v1, v2
19647 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
19648 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19650 v_cmp_f_f16_e64 s12, v1, v2
19651 // W32: encoding: [0x0c,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
19652 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19654 v_cmp_f_f16_e64 s100, v1, v2
19655 // W32: encoding: [0x64,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
19656 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19658 v_cmp_f_f16_e64 vcc_lo, v1, v2
19659 // W32: encoding: [0x6a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
19660 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19662 v_cmp_f_f16_e64 s10, v255, v2
19663 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0xff,0x05,0x02,0x00]
19664 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19666 v_cmp_f_f16_e64 s10, s1, v2
19667 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x04,0x02,0x00]
19668 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19670 v_cmp_f_f16_e64 s10, s101, v2
19671 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x65,0x04,0x02,0x00]
19672 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19674 v_cmp_f_f16_e64 s10, vcc_lo, v2
19675 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x6a,0x04,0x02,0x00]
19676 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19678 v_cmp_f_f16_e64 s10, vcc_hi, v2
19679 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x6b,0x04,0x02,0x00]
19680 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19682 v_cmp_f_f16_e64 s10, m0, v2
19683 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x7c,0x04,0x02,0x00]
19684 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19686 v_cmp_f_f16_e64 s10, exec_lo, v2
19687 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x7e,0x04,0x02,0x00]
19688 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19690 v_cmp_f_f16_e64 s10, exec_hi, v2
19691 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x7f,0x04,0x02,0x00]
19692 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19694 v_cmp_f_f16_e64 s10, 0, v2
19695 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x80,0x04,0x02,0x00]
19696 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19698 v_cmp_f_f16_e64 s10, -1, v2
19699 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0xc1,0x04,0x02,0x00]
19700 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19702 v_cmp_f_f16_e64 s10, 0.5, v2
19703 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0xf0,0x04,0x02,0x00]
19704 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19706 v_cmp_f_f16_e64 s10, -4.0, v2
19707 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0xf7,0x04,0x02,0x00]
19708 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19710 v_cmp_f_f16_e64 s10, v1, v255
19711 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xff,0x03,0x00]
19712 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19714 v_cmp_f_f16_e64 s10, v1, s2
19715 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x00,0x00]
19716 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19718 v_cmp_f_f16_e64 s10, v1, s101
19719 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xcb,0x00,0x00]
19720 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19722 v_cmp_f_f16_e64 s10, v1, vcc_lo
19723 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xd5,0x00,0x00]
19724 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19726 v_cmp_f_f16_e64 s10, v1, vcc_hi
19727 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xd7,0x00,0x00]
19728 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19730 v_cmp_f_f16_e64 s10, v1, m0
19731 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xf9,0x00,0x00]
19732 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19734 v_cmp_f_f16_e64 s10, v1, exec_lo
19735 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xfd,0x00,0x00]
19736 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19738 v_cmp_f_f16_e64 s10, v1, exec_hi
19739 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xff,0x00,0x00]
19740 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19742 v_cmp_f_f16_e64 s10, v1, 0
19743 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x01,0x01,0x00]
19744 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19746 v_cmp_f_f16_e64 s10, v1, -1
19747 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x83,0x01,0x00]
19748 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19750 v_cmp_f_f16_e64 s10, v1, 0.5
19751 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xe1,0x01,0x00]
19752 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19754 v_cmp_f_f16_e64 s10, v1, -4.0
19755 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xef,0x01,0x00]
19756 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19758 v_cmp_f_f16_e64 s10, -v1, v2
19759 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x20]
19760 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19762 v_cmp_f_f16_e64 s10, v1, -v2
19763 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x40]
19764 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19766 v_cmp_f_f16_e64 s10, -v1, -v2
19767 // W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x60]
19768 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19770 v_cmp_f_f16_e64 s10, v1, v2 clamp
19771 // W32: encoding: [0x0a,0x80,0xc8,0xd4,0x01,0x05,0x02,0x00]
19772 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19774 v_cmp_lt_f16_e64 s10, v1, v2
19775 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
19776 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19778 v_cmp_lt_f16_e64 s12, v1, v2
19779 // W32: encoding: [0x0c,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
19780 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19782 v_cmp_lt_f16_e64 s100, v1, v2
19783 // W32: encoding: [0x64,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
19784 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19786 v_cmp_lt_f16_e64 vcc_lo, v1, v2
19787 // W32: encoding: [0x6a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
19788 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19790 v_cmp_lt_f16_e64 s10, v255, v2
19791 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0xff,0x05,0x02,0x00]
19792 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19794 v_cmp_lt_f16_e64 s10, s1, v2
19795 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x04,0x02,0x00]
19796 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19798 v_cmp_lt_f16_e64 s10, s101, v2
19799 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x65,0x04,0x02,0x00]
19800 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19802 v_cmp_lt_f16_e64 s10, vcc_lo, v2
19803 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x6a,0x04,0x02,0x00]
19804 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19806 v_cmp_lt_f16_e64 s10, vcc_hi, v2
19807 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x6b,0x04,0x02,0x00]
19808 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19810 v_cmp_lt_f16_e64 s10, m0, v2
19811 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x7c,0x04,0x02,0x00]
19812 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19814 v_cmp_lt_f16_e64 s10, exec_lo, v2
19815 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x7e,0x04,0x02,0x00]
19816 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19818 v_cmp_lt_f16_e64 s10, exec_hi, v2
19819 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x7f,0x04,0x02,0x00]
19820 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19822 v_cmp_lt_f16_e64 s10, 0, v2
19823 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x80,0x04,0x02,0x00]
19824 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19826 v_cmp_lt_f16_e64 s10, -1, v2
19827 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0xc1,0x04,0x02,0x00]
19828 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19830 v_cmp_lt_f16_e64 s10, 0.5, v2
19831 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0xf0,0x04,0x02,0x00]
19832 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19834 v_cmp_lt_f16_e64 s10, -4.0, v2
19835 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0xf7,0x04,0x02,0x00]
19836 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19838 v_cmp_lt_f16_e64 s10, v1, v255
19839 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xff,0x03,0x00]
19840 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19842 v_cmp_lt_f16_e64 s10, v1, s2
19843 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x00,0x00]
19844 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19846 v_cmp_lt_f16_e64 s10, v1, s101
19847 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xcb,0x00,0x00]
19848 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19850 v_cmp_lt_f16_e64 s10, v1, vcc_lo
19851 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xd5,0x00,0x00]
19852 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19854 v_cmp_lt_f16_e64 s10, v1, vcc_hi
19855 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xd7,0x00,0x00]
19856 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19858 v_cmp_lt_f16_e64 s10, v1, m0
19859 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xf9,0x00,0x00]
19860 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19862 v_cmp_lt_f16_e64 s10, v1, exec_lo
19863 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xfd,0x00,0x00]
19864 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19866 v_cmp_lt_f16_e64 s10, v1, exec_hi
19867 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xff,0x00,0x00]
19868 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19870 v_cmp_lt_f16_e64 s10, v1, 0
19871 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x01,0x01,0x00]
19872 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19874 v_cmp_lt_f16_e64 s10, v1, -1
19875 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x83,0x01,0x00]
19876 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19878 v_cmp_lt_f16_e64 s10, v1, 0.5
19879 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xe1,0x01,0x00]
19880 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19882 v_cmp_lt_f16_e64 s10, v1, -4.0
19883 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xef,0x01,0x00]
19884 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19886 v_cmp_lt_f16_e64 s10, -v1, v2
19887 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x20]
19888 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19890 v_cmp_lt_f16_e64 s10, v1, -v2
19891 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x40]
19892 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19894 v_cmp_lt_f16_e64 s10, -v1, -v2
19895 // W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x60]
19896 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19898 v_cmp_lt_f16_e64 s10, v1, v2 clamp
19899 // W32: encoding: [0x0a,0x80,0xc9,0xd4,0x01,0x05,0x02,0x00]
19900 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19902 v_cmp_eq_f16_e64 s10, v1, v2
19903 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
19904 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19906 v_cmp_eq_f16_e64 s12, v1, v2
19907 // W32: encoding: [0x0c,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
19908 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19910 v_cmp_eq_f16_e64 s100, v1, v2
19911 // W32: encoding: [0x64,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
19912 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19914 v_cmp_eq_f16_e64 vcc_lo, v1, v2
19915 // W32: encoding: [0x6a,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
19916 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19918 v_cmp_eq_f16_e64 s10, v255, v2
19919 // W32: encoding: [0x0a,0x00,0xca,0xd4,0xff,0x05,0x02,0x00]
19920 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19922 v_cmp_eq_f16_e64 s10, s1, v2
19923 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x04,0x02,0x00]
19924 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19926 v_cmp_eq_f16_e64 s10, s101, v2
19927 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x65,0x04,0x02,0x00]
19928 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19930 v_cmp_eq_f16_e64 s10, vcc_lo, v2
19931 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x6a,0x04,0x02,0x00]
19932 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19934 v_cmp_eq_f16_e64 s10, vcc_hi, v2
19935 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x6b,0x04,0x02,0x00]
19936 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19938 v_cmp_eq_f16_e64 s10, m0, v2
19939 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x7c,0x04,0x02,0x00]
19940 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19942 v_cmp_eq_f16_e64 s10, exec_lo, v2
19943 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x7e,0x04,0x02,0x00]
19944 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19946 v_cmp_eq_f16_e64 s10, exec_hi, v2
19947 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x7f,0x04,0x02,0x00]
19948 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19950 v_cmp_eq_f16_e64 s10, 0, v2
19951 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x80,0x04,0x02,0x00]
19952 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19954 v_cmp_eq_f16_e64 s10, -1, v2
19955 // W32: encoding: [0x0a,0x00,0xca,0xd4,0xc1,0x04,0x02,0x00]
19956 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19958 v_cmp_eq_f16_e64 s10, 0.5, v2
19959 // W32: encoding: [0x0a,0x00,0xca,0xd4,0xf0,0x04,0x02,0x00]
19960 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19962 v_cmp_eq_f16_e64 s10, -4.0, v2
19963 // W32: encoding: [0x0a,0x00,0xca,0xd4,0xf7,0x04,0x02,0x00]
19964 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19966 v_cmp_eq_f16_e64 s10, v1, v255
19967 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xff,0x03,0x00]
19968 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19970 v_cmp_eq_f16_e64 s10, v1, s2
19971 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x00,0x00]
19972 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19974 v_cmp_eq_f16_e64 s10, v1, s101
19975 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xcb,0x00,0x00]
19976 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19978 v_cmp_eq_f16_e64 s10, v1, vcc_lo
19979 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xd5,0x00,0x00]
19980 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19982 v_cmp_eq_f16_e64 s10, v1, vcc_hi
19983 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xd7,0x00,0x00]
19984 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19986 v_cmp_eq_f16_e64 s10, v1, m0
19987 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xf9,0x00,0x00]
19988 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19990 v_cmp_eq_f16_e64 s10, v1, exec_lo
19991 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xfd,0x00,0x00]
19992 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19994 v_cmp_eq_f16_e64 s10, v1, exec_hi
19995 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xff,0x00,0x00]
19996 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
19998 v_cmp_eq_f16_e64 s10, v1, 0
19999 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x01,0x01,0x00]
20000 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20002 v_cmp_eq_f16_e64 s10, v1, -1
20003 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x83,0x01,0x00]
20004 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20006 v_cmp_eq_f16_e64 s10, v1, 0.5
20007 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xe1,0x01,0x00]
20008 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20010 v_cmp_eq_f16_e64 s10, v1, -4.0
20011 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xef,0x01,0x00]
20012 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20014 v_cmp_eq_f16_e64 s10, -v1, v2
20015 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x20]
20016 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20018 v_cmp_eq_f16_e64 s10, v1, -v2
20019 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x40]
20020 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20022 v_cmp_eq_f16_e64 s10, -v1, -v2
20023 // W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x60]
20024 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20026 v_cmp_eq_f16_e64 s10, v1, v2 clamp
20027 // W32: encoding: [0x0a,0x80,0xca,0xd4,0x01,0x05,0x02,0x00]
20028 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20030 v_cmp_le_f16_e64 s10, v1, v2
20031 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
20032 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20034 v_cmp_le_f16_e64 s12, v1, v2
20035 // W32: encoding: [0x0c,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
20036 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20038 v_cmp_le_f16_e64 s100, v1, v2
20039 // W32: encoding: [0x64,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
20040 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20042 v_cmp_le_f16_e64 vcc_lo, v1, v2
20043 // W32: encoding: [0x6a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
20044 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20046 v_cmp_le_f16_e64 s10, v255, v2
20047 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0xff,0x05,0x02,0x00]
20048 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20050 v_cmp_le_f16_e64 s10, s1, v2
20051 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x04,0x02,0x00]
20052 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20054 v_cmp_le_f16_e64 s10, s101, v2
20055 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x65,0x04,0x02,0x00]
20056 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20058 v_cmp_le_f16_e64 s10, vcc_lo, v2
20059 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x6a,0x04,0x02,0x00]
20060 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20062 v_cmp_le_f16_e64 s10, vcc_hi, v2
20063 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x6b,0x04,0x02,0x00]
20064 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20066 v_cmp_le_f16_e64 s10, m0, v2
20067 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x7c,0x04,0x02,0x00]
20068 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20070 v_cmp_le_f16_e64 s10, exec_lo, v2
20071 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x7e,0x04,0x02,0x00]
20072 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20074 v_cmp_le_f16_e64 s10, exec_hi, v2
20075 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x7f,0x04,0x02,0x00]
20076 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20078 v_cmp_le_f16_e64 s10, 0, v2
20079 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x80,0x04,0x02,0x00]
20080 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20082 v_cmp_le_f16_e64 s10, -1, v2
20083 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0xc1,0x04,0x02,0x00]
20084 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20086 v_cmp_le_f16_e64 s10, 0.5, v2
20087 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0xf0,0x04,0x02,0x00]
20088 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20090 v_cmp_le_f16_e64 s10, -4.0, v2
20091 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0xf7,0x04,0x02,0x00]
20092 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20094 v_cmp_le_f16_e64 s10, v1, v255
20095 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xff,0x03,0x00]
20096 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20098 v_cmp_le_f16_e64 s10, v1, s2
20099 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x00,0x00]
20100 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20102 v_cmp_le_f16_e64 s10, v1, s101
20103 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xcb,0x00,0x00]
20104 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20106 v_cmp_le_f16_e64 s10, v1, vcc_lo
20107 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xd5,0x00,0x00]
20108 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20110 v_cmp_le_f16_e64 s10, v1, vcc_hi
20111 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xd7,0x00,0x00]
20112 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20114 v_cmp_le_f16_e64 s10, v1, m0
20115 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xf9,0x00,0x00]
20116 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20118 v_cmp_le_f16_e64 s10, v1, exec_lo
20119 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xfd,0x00,0x00]
20120 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20122 v_cmp_le_f16_e64 s10, v1, exec_hi
20123 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xff,0x00,0x00]
20124 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20126 v_cmp_le_f16_e64 s10, v1, 0
20127 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x01,0x01,0x00]
20128 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20130 v_cmp_le_f16_e64 s10, v1, -1
20131 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x83,0x01,0x00]
20132 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20134 v_cmp_le_f16_e64 s10, v1, 0.5
20135 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xe1,0x01,0x00]
20136 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20138 v_cmp_le_f16_e64 s10, v1, -4.0
20139 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xef,0x01,0x00]
20140 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20142 v_cmp_le_f16_e64 s10, -v1, v2
20143 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x20]
20144 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20146 v_cmp_le_f16_e64 s10, v1, -v2
20147 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x40]
20148 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20150 v_cmp_le_f16_e64 s10, -v1, -v2
20151 // W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x60]
20152 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20154 v_cmp_le_f16_e64 s10, v1, v2 clamp
20155 // W32: encoding: [0x0a,0x80,0xcb,0xd4,0x01,0x05,0x02,0x00]
20156 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20158 v_cmp_gt_f16_e64 s10, v1, v2
20159 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
20160 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20162 v_cmp_gt_f16_e64 s12, v1, v2
20163 // W32: encoding: [0x0c,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
20164 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20166 v_cmp_gt_f16_e64 s100, v1, v2
20167 // W32: encoding: [0x64,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
20168 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20170 v_cmp_gt_f16_e64 vcc_lo, v1, v2
20171 // W32: encoding: [0x6a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
20172 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20174 v_cmp_gt_f16_e64 s10, v255, v2
20175 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0xff,0x05,0x02,0x00]
20176 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20178 v_cmp_gt_f16_e64 s10, s1, v2
20179 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x04,0x02,0x00]
20180 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20182 v_cmp_gt_f16_e64 s10, s101, v2
20183 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x65,0x04,0x02,0x00]
20184 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20186 v_cmp_gt_f16_e64 s10, vcc_lo, v2
20187 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x6a,0x04,0x02,0x00]
20188 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20190 v_cmp_gt_f16_e64 s10, vcc_hi, v2
20191 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x6b,0x04,0x02,0x00]
20192 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20194 v_cmp_gt_f16_e64 s10, m0, v2
20195 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x7c,0x04,0x02,0x00]
20196 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20198 v_cmp_gt_f16_e64 s10, exec_lo, v2
20199 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x7e,0x04,0x02,0x00]
20200 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20202 v_cmp_gt_f16_e64 s10, exec_hi, v2
20203 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x7f,0x04,0x02,0x00]
20204 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20206 v_cmp_gt_f16_e64 s10, 0, v2
20207 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x80,0x04,0x02,0x00]
20208 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20210 v_cmp_gt_f16_e64 s10, -1, v2
20211 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0xc1,0x04,0x02,0x00]
20212 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20214 v_cmp_gt_f16_e64 s10, 0.5, v2
20215 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0xf0,0x04,0x02,0x00]
20216 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20218 v_cmp_gt_f16_e64 s10, -4.0, v2
20219 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0xf7,0x04,0x02,0x00]
20220 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20222 v_cmp_gt_f16_e64 s10, v1, v255
20223 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xff,0x03,0x00]
20224 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20226 v_cmp_gt_f16_e64 s10, v1, s2
20227 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x00,0x00]
20228 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20230 v_cmp_gt_f16_e64 s10, v1, s101
20231 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xcb,0x00,0x00]
20232 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20234 v_cmp_gt_f16_e64 s10, v1, vcc_lo
20235 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xd5,0x00,0x00]
20236 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20238 v_cmp_gt_f16_e64 s10, v1, vcc_hi
20239 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xd7,0x00,0x00]
20240 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20242 v_cmp_gt_f16_e64 s10, v1, m0
20243 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xf9,0x00,0x00]
20244 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20246 v_cmp_gt_f16_e64 s10, v1, exec_lo
20247 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xfd,0x00,0x00]
20248 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20250 v_cmp_gt_f16_e64 s10, v1, exec_hi
20251 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xff,0x00,0x00]
20252 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20254 v_cmp_gt_f16_e64 s10, v1, 0
20255 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x01,0x01,0x00]
20256 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20258 v_cmp_gt_f16_e64 s10, v1, -1
20259 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x83,0x01,0x00]
20260 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20262 v_cmp_gt_f16_e64 s10, v1, 0.5
20263 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xe1,0x01,0x00]
20264 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20266 v_cmp_gt_f16_e64 s10, v1, -4.0
20267 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xef,0x01,0x00]
20268 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20270 v_cmp_gt_f16_e64 s10, -v1, v2
20271 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x20]
20272 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20274 v_cmp_gt_f16_e64 s10, v1, -v2
20275 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x40]
20276 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20278 v_cmp_gt_f16_e64 s10, -v1, -v2
20279 // W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x60]
20280 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20282 v_cmp_gt_f16_e64 s10, v1, v2 clamp
20283 // W32: encoding: [0x0a,0x80,0xcc,0xd4,0x01,0x05,0x02,0x00]
20284 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20286 v_cmp_lg_f16_e64 s10, v1, v2
20287 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
20288 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20290 v_cmp_lg_f16_e64 s12, v1, v2
20291 // W32: encoding: [0x0c,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
20292 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20294 v_cmp_lg_f16_e64 s100, v1, v2
20295 // W32: encoding: [0x64,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
20296 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20298 v_cmp_lg_f16_e64 vcc_lo, v1, v2
20299 // W32: encoding: [0x6a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
20300 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20302 v_cmp_lg_f16_e64 s10, v255, v2
20303 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0xff,0x05,0x02,0x00]
20304 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20306 v_cmp_lg_f16_e64 s10, s1, v2
20307 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x04,0x02,0x00]
20308 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20310 v_cmp_lg_f16_e64 s10, s101, v2
20311 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x65,0x04,0x02,0x00]
20312 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20314 v_cmp_lg_f16_e64 s10, vcc_lo, v2
20315 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x6a,0x04,0x02,0x00]
20316 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20318 v_cmp_lg_f16_e64 s10, vcc_hi, v2
20319 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x6b,0x04,0x02,0x00]
20320 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20322 v_cmp_lg_f16_e64 s10, m0, v2
20323 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x7c,0x04,0x02,0x00]
20324 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20326 v_cmp_lg_f16_e64 s10, exec_lo, v2
20327 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x7e,0x04,0x02,0x00]
20328 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20330 v_cmp_lg_f16_e64 s10, exec_hi, v2
20331 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x7f,0x04,0x02,0x00]
20332 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20334 v_cmp_lg_f16_e64 s10, 0, v2
20335 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x80,0x04,0x02,0x00]
20336 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20338 v_cmp_lg_f16_e64 s10, -1, v2
20339 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0xc1,0x04,0x02,0x00]
20340 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20342 v_cmp_lg_f16_e64 s10, 0.5, v2
20343 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0xf0,0x04,0x02,0x00]
20344 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20346 v_cmp_lg_f16_e64 s10, -4.0, v2
20347 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0xf7,0x04,0x02,0x00]
20348 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20350 v_cmp_lg_f16_e64 s10, v1, v255
20351 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xff,0x03,0x00]
20352 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20354 v_cmp_lg_f16_e64 s10, v1, s2
20355 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x00,0x00]
20356 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20358 v_cmp_lg_f16_e64 s10, v1, s101
20359 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xcb,0x00,0x00]
20360 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20362 v_cmp_lg_f16_e64 s10, v1, vcc_lo
20363 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xd5,0x00,0x00]
20364 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20366 v_cmp_lg_f16_e64 s10, v1, vcc_hi
20367 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xd7,0x00,0x00]
20368 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20370 v_cmp_lg_f16_e64 s10, v1, m0
20371 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xf9,0x00,0x00]
20372 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20374 v_cmp_lg_f16_e64 s10, v1, exec_lo
20375 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xfd,0x00,0x00]
20376 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20378 v_cmp_lg_f16_e64 s10, v1, exec_hi
20379 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xff,0x00,0x00]
20380 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20382 v_cmp_lg_f16_e64 s10, v1, 0
20383 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x01,0x01,0x00]
20384 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20386 v_cmp_lg_f16_e64 s10, v1, -1
20387 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x83,0x01,0x00]
20388 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20390 v_cmp_lg_f16_e64 s10, v1, 0.5
20391 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xe1,0x01,0x00]
20392 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20394 v_cmp_lg_f16_e64 s10, v1, -4.0
20395 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xef,0x01,0x00]
20396 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20398 v_cmp_lg_f16_e64 s10, -v1, v2
20399 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x20]
20400 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20402 v_cmp_lg_f16_e64 s10, v1, -v2
20403 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x40]
20404 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20406 v_cmp_lg_f16_e64 s10, -v1, -v2
20407 // W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x60]
20408 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20410 v_cmp_lg_f16_e64 s10, v1, v2 clamp
20411 // W32: encoding: [0x0a,0x80,0xcd,0xd4,0x01,0x05,0x02,0x00]
20412 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20414 v_cmp_ge_f16_e64 s10, v1, v2
20415 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
20416 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20418 v_cmp_ge_f16_e64 s12, v1, v2
20419 // W32: encoding: [0x0c,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
20420 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20422 v_cmp_ge_f16_e64 s100, v1, v2
20423 // W32: encoding: [0x64,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
20424 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20426 v_cmp_ge_f16_e64 vcc_lo, v1, v2
20427 // W32: encoding: [0x6a,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
20428 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20430 v_cmp_ge_f16_e64 s10, v255, v2
20431 // W32: encoding: [0x0a,0x00,0xce,0xd4,0xff,0x05,0x02,0x00]
20432 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20434 v_cmp_ge_f16_e64 s10, s1, v2
20435 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x04,0x02,0x00]
20436 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20438 v_cmp_ge_f16_e64 s10, s101, v2
20439 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x65,0x04,0x02,0x00]
20440 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20442 v_cmp_ge_f16_e64 s10, vcc_lo, v2
20443 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x6a,0x04,0x02,0x00]
20444 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20446 v_cmp_ge_f16_e64 s10, vcc_hi, v2
20447 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x6b,0x04,0x02,0x00]
20448 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20450 v_cmp_ge_f16_e64 s10, m0, v2
20451 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x7c,0x04,0x02,0x00]
20452 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20454 v_cmp_ge_f16_e64 s10, exec_lo, v2
20455 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x7e,0x04,0x02,0x00]
20456 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20458 v_cmp_ge_f16_e64 s10, exec_hi, v2
20459 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x7f,0x04,0x02,0x00]
20460 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20462 v_cmp_ge_f16_e64 s10, 0, v2
20463 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x80,0x04,0x02,0x00]
20464 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20466 v_cmp_ge_f16_e64 s10, -1, v2
20467 // W32: encoding: [0x0a,0x00,0xce,0xd4,0xc1,0x04,0x02,0x00]
20468 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20470 v_cmp_ge_f16_e64 s10, 0.5, v2
20471 // W32: encoding: [0x0a,0x00,0xce,0xd4,0xf0,0x04,0x02,0x00]
20472 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20474 v_cmp_ge_f16_e64 s10, -4.0, v2
20475 // W32: encoding: [0x0a,0x00,0xce,0xd4,0xf7,0x04,0x02,0x00]
20476 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20478 v_cmp_ge_f16_e64 s10, v1, v255
20479 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xff,0x03,0x00]
20480 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20482 v_cmp_ge_f16_e64 s10, v1, s2
20483 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x00,0x00]
20484 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20486 v_cmp_ge_f16_e64 s10, v1, s101
20487 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xcb,0x00,0x00]
20488 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20490 v_cmp_ge_f16_e64 s10, v1, vcc_lo
20491 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xd5,0x00,0x00]
20492 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20494 v_cmp_ge_f16_e64 s10, v1, vcc_hi
20495 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xd7,0x00,0x00]
20496 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20498 v_cmp_ge_f16_e64 s10, v1, m0
20499 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xf9,0x00,0x00]
20500 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20502 v_cmp_ge_f16_e64 s10, v1, exec_lo
20503 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xfd,0x00,0x00]
20504 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20506 v_cmp_ge_f16_e64 s10, v1, exec_hi
20507 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xff,0x00,0x00]
20508 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20510 v_cmp_ge_f16_e64 s10, v1, 0
20511 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x01,0x01,0x00]
20512 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20514 v_cmp_ge_f16_e64 s10, v1, -1
20515 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x83,0x01,0x00]
20516 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20518 v_cmp_ge_f16_e64 s10, v1, 0.5
20519 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xe1,0x01,0x00]
20520 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20522 v_cmp_ge_f16_e64 s10, v1, -4.0
20523 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xef,0x01,0x00]
20524 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20526 v_cmp_ge_f16_e64 s10, -v1, v2
20527 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x20]
20528 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20530 v_cmp_ge_f16_e64 s10, v1, -v2
20531 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x40]
20532 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20534 v_cmp_ge_f16_e64 s10, -v1, -v2
20535 // W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x60]
20536 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20538 v_cmp_ge_f16_e64 s10, v1, v2 clamp
20539 // W32: encoding: [0x0a,0x80,0xce,0xd4,0x01,0x05,0x02,0x00]
20540 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20542 v_cmp_o_f16_e64 s10, v1, v2
20543 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
20544 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20546 v_cmp_o_f16_e64 s12, v1, v2
20547 // W32: encoding: [0x0c,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
20548 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20550 v_cmp_o_f16_e64 s100, v1, v2
20551 // W32: encoding: [0x64,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
20552 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20554 v_cmp_o_f16_e64 vcc_lo, v1, v2
20555 // W32: encoding: [0x6a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
20556 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20558 v_cmp_o_f16_e64 s10, v255, v2
20559 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0xff,0x05,0x02,0x00]
20560 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20562 v_cmp_o_f16_e64 s10, s1, v2
20563 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x04,0x02,0x00]
20564 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20566 v_cmp_o_f16_e64 s10, s101, v2
20567 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x65,0x04,0x02,0x00]
20568 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20570 v_cmp_o_f16_e64 s10, vcc_lo, v2
20571 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x6a,0x04,0x02,0x00]
20572 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20574 v_cmp_o_f16_e64 s10, vcc_hi, v2
20575 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x6b,0x04,0x02,0x00]
20576 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20578 v_cmp_o_f16_e64 s10, m0, v2
20579 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x7c,0x04,0x02,0x00]
20580 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20582 v_cmp_o_f16_e64 s10, exec_lo, v2
20583 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x7e,0x04,0x02,0x00]
20584 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20586 v_cmp_o_f16_e64 s10, exec_hi, v2
20587 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x7f,0x04,0x02,0x00]
20588 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20590 v_cmp_o_f16_e64 s10, 0, v2
20591 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x80,0x04,0x02,0x00]
20592 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20594 v_cmp_o_f16_e64 s10, -1, v2
20595 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0xc1,0x04,0x02,0x00]
20596 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20598 v_cmp_o_f16_e64 s10, 0.5, v2
20599 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0xf0,0x04,0x02,0x00]
20600 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20602 v_cmp_o_f16_e64 s10, -4.0, v2
20603 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0xf7,0x04,0x02,0x00]
20604 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20606 v_cmp_o_f16_e64 s10, v1, v255
20607 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xff,0x03,0x00]
20608 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20610 v_cmp_o_f16_e64 s10, v1, s2
20611 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x00,0x00]
20612 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20614 v_cmp_o_f16_e64 s10, v1, s101
20615 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xcb,0x00,0x00]
20616 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20618 v_cmp_o_f16_e64 s10, v1, vcc_lo
20619 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xd5,0x00,0x00]
20620 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20622 v_cmp_o_f16_e64 s10, v1, vcc_hi
20623 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xd7,0x00,0x00]
20624 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20626 v_cmp_o_f16_e64 s10, v1, m0
20627 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xf9,0x00,0x00]
20628 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20630 v_cmp_o_f16_e64 s10, v1, exec_lo
20631 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xfd,0x00,0x00]
20632 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20634 v_cmp_o_f16_e64 s10, v1, exec_hi
20635 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xff,0x00,0x00]
20636 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20638 v_cmp_o_f16_e64 s10, v1, 0
20639 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x01,0x01,0x00]
20640 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20642 v_cmp_o_f16_e64 s10, v1, -1
20643 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x83,0x01,0x00]
20644 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20646 v_cmp_o_f16_e64 s10, v1, 0.5
20647 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xe1,0x01,0x00]
20648 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20650 v_cmp_o_f16_e64 s10, v1, -4.0
20651 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xef,0x01,0x00]
20652 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20654 v_cmp_o_f16_e64 s10, -v1, v2
20655 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x20]
20656 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20658 v_cmp_o_f16_e64 s10, v1, -v2
20659 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x40]
20660 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20662 v_cmp_o_f16_e64 s10, -v1, -v2
20663 // W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x60]
20664 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20666 v_cmp_o_f16_e64 s10, v1, v2 clamp
20667 // W32: encoding: [0x0a,0x80,0xcf,0xd4,0x01,0x05,0x02,0x00]
20668 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20670 v_cmp_u_f16_e64 s10, v1, v2
20671 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
20672 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20674 v_cmp_u_f16_e64 s12, v1, v2
20675 // W32: encoding: [0x0c,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
20676 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20678 v_cmp_u_f16_e64 s100, v1, v2
20679 // W32: encoding: [0x64,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
20680 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20682 v_cmp_u_f16_e64 vcc_lo, v1, v2
20683 // W32: encoding: [0x6a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
20684 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20686 v_cmp_u_f16_e64 s10, v255, v2
20687 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0xff,0x05,0x02,0x00]
20688 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20690 v_cmp_u_f16_e64 s10, s1, v2
20691 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x04,0x02,0x00]
20692 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20694 v_cmp_u_f16_e64 s10, s101, v2
20695 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x65,0x04,0x02,0x00]
20696 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20698 v_cmp_u_f16_e64 s10, vcc_lo, v2
20699 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x6a,0x04,0x02,0x00]
20700 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20702 v_cmp_u_f16_e64 s10, vcc_hi, v2
20703 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x6b,0x04,0x02,0x00]
20704 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20706 v_cmp_u_f16_e64 s10, m0, v2
20707 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x7c,0x04,0x02,0x00]
20708 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20710 v_cmp_u_f16_e64 s10, exec_lo, v2
20711 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x7e,0x04,0x02,0x00]
20712 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20714 v_cmp_u_f16_e64 s10, exec_hi, v2
20715 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x7f,0x04,0x02,0x00]
20716 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20718 v_cmp_u_f16_e64 s10, 0, v2
20719 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x80,0x04,0x02,0x00]
20720 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20722 v_cmp_u_f16_e64 s10, -1, v2
20723 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0xc1,0x04,0x02,0x00]
20724 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20726 v_cmp_u_f16_e64 s10, 0.5, v2
20727 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0xf0,0x04,0x02,0x00]
20728 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20730 v_cmp_u_f16_e64 s10, -4.0, v2
20731 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0xf7,0x04,0x02,0x00]
20732 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20734 v_cmp_u_f16_e64 s10, v1, v255
20735 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xff,0x03,0x00]
20736 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20738 v_cmp_u_f16_e64 s10, v1, s2
20739 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x00,0x00]
20740 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20742 v_cmp_u_f16_e64 s10, v1, s101
20743 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xcb,0x00,0x00]
20744 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20746 v_cmp_u_f16_e64 s10, v1, vcc_lo
20747 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xd5,0x00,0x00]
20748 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20750 v_cmp_u_f16_e64 s10, v1, vcc_hi
20751 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xd7,0x00,0x00]
20752 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20754 v_cmp_u_f16_e64 s10, v1, m0
20755 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xf9,0x00,0x00]
20756 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20758 v_cmp_u_f16_e64 s10, v1, exec_lo
20759 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xfd,0x00,0x00]
20760 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20762 v_cmp_u_f16_e64 s10, v1, exec_hi
20763 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xff,0x00,0x00]
20764 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20766 v_cmp_u_f16_e64 s10, v1, 0
20767 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x01,0x01,0x00]
20768 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20770 v_cmp_u_f16_e64 s10, v1, -1
20771 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x83,0x01,0x00]
20772 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20774 v_cmp_u_f16_e64 s10, v1, 0.5
20775 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xe1,0x01,0x00]
20776 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20778 v_cmp_u_f16_e64 s10, v1, -4.0
20779 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xef,0x01,0x00]
20780 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20782 v_cmp_u_f16_e64 s10, -v1, v2
20783 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x20]
20784 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20786 v_cmp_u_f16_e64 s10, v1, -v2
20787 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x40]
20788 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20790 v_cmp_u_f16_e64 s10, -v1, -v2
20791 // W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x60]
20792 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20794 v_cmp_u_f16_e64 s10, v1, v2 clamp
20795 // W32: encoding: [0x0a,0x80,0xe8,0xd4,0x01,0x05,0x02,0x00]
20796 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20798 v_cmp_nge_f16_e64 s10, v1, v2
20799 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
20800 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20802 v_cmp_nge_f16_e64 s12, v1, v2
20803 // W32: encoding: [0x0c,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
20804 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20806 v_cmp_nge_f16_e64 s100, v1, v2
20807 // W32: encoding: [0x64,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
20808 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20810 v_cmp_nge_f16_e64 vcc_lo, v1, v2
20811 // W32: encoding: [0x6a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
20812 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20814 v_cmp_nge_f16_e64 s10, v255, v2
20815 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0xff,0x05,0x02,0x00]
20816 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20818 v_cmp_nge_f16_e64 s10, s1, v2
20819 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x04,0x02,0x00]
20820 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20822 v_cmp_nge_f16_e64 s10, s101, v2
20823 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x65,0x04,0x02,0x00]
20824 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20826 v_cmp_nge_f16_e64 s10, vcc_lo, v2
20827 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x6a,0x04,0x02,0x00]
20828 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20830 v_cmp_nge_f16_e64 s10, vcc_hi, v2
20831 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x6b,0x04,0x02,0x00]
20832 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20834 v_cmp_nge_f16_e64 s10, m0, v2
20835 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x7c,0x04,0x02,0x00]
20836 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20838 v_cmp_nge_f16_e64 s10, exec_lo, v2
20839 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x7e,0x04,0x02,0x00]
20840 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20842 v_cmp_nge_f16_e64 s10, exec_hi, v2
20843 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x7f,0x04,0x02,0x00]
20844 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20846 v_cmp_nge_f16_e64 s10, 0, v2
20847 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x80,0x04,0x02,0x00]
20848 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20850 v_cmp_nge_f16_e64 s10, -1, v2
20851 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0xc1,0x04,0x02,0x00]
20852 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20854 v_cmp_nge_f16_e64 s10, 0.5, v2
20855 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0xf0,0x04,0x02,0x00]
20856 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20858 v_cmp_nge_f16_e64 s10, -4.0, v2
20859 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0xf7,0x04,0x02,0x00]
20860 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20862 v_cmp_nge_f16_e64 s10, v1, v255
20863 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xff,0x03,0x00]
20864 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20866 v_cmp_nge_f16_e64 s10, v1, s2
20867 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x00,0x00]
20868 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20870 v_cmp_nge_f16_e64 s10, v1, s101
20871 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xcb,0x00,0x00]
20872 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20874 v_cmp_nge_f16_e64 s10, v1, vcc_lo
20875 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xd5,0x00,0x00]
20876 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20878 v_cmp_nge_f16_e64 s10, v1, vcc_hi
20879 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xd7,0x00,0x00]
20880 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20882 v_cmp_nge_f16_e64 s10, v1, m0
20883 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xf9,0x00,0x00]
20884 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20886 v_cmp_nge_f16_e64 s10, v1, exec_lo
20887 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xfd,0x00,0x00]
20888 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20890 v_cmp_nge_f16_e64 s10, v1, exec_hi
20891 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xff,0x00,0x00]
20892 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20894 v_cmp_nge_f16_e64 s10, v1, 0
20895 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x01,0x01,0x00]
20896 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20898 v_cmp_nge_f16_e64 s10, v1, -1
20899 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x83,0x01,0x00]
20900 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20902 v_cmp_nge_f16_e64 s10, v1, 0.5
20903 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xe1,0x01,0x00]
20904 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20906 v_cmp_nge_f16_e64 s10, v1, -4.0
20907 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xef,0x01,0x00]
20908 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20910 v_cmp_nge_f16_e64 s10, -v1, v2
20911 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x20]
20912 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20914 v_cmp_nge_f16_e64 s10, v1, -v2
20915 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x40]
20916 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20918 v_cmp_nge_f16_e64 s10, -v1, -v2
20919 // W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x60]
20920 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20922 v_cmp_nge_f16_e64 s10, v1, v2 clamp
20923 // W32: encoding: [0x0a,0x80,0xe9,0xd4,0x01,0x05,0x02,0x00]
20924 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20926 v_cmp_nlg_f16_e64 s10, v1, v2
20927 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
20928 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20930 v_cmp_nlg_f16_e64 s12, v1, v2
20931 // W32: encoding: [0x0c,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
20932 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20934 v_cmp_nlg_f16_e64 s100, v1, v2
20935 // W32: encoding: [0x64,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
20936 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20938 v_cmp_nlg_f16_e64 vcc_lo, v1, v2
20939 // W32: encoding: [0x6a,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
20940 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20942 v_cmp_nlg_f16_e64 s10, v255, v2
20943 // W32: encoding: [0x0a,0x00,0xea,0xd4,0xff,0x05,0x02,0x00]
20944 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20946 v_cmp_nlg_f16_e64 s10, s1, v2
20947 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x04,0x02,0x00]
20948 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20950 v_cmp_nlg_f16_e64 s10, s101, v2
20951 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x65,0x04,0x02,0x00]
20952 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20954 v_cmp_nlg_f16_e64 s10, vcc_lo, v2
20955 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x6a,0x04,0x02,0x00]
20956 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20958 v_cmp_nlg_f16_e64 s10, vcc_hi, v2
20959 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x6b,0x04,0x02,0x00]
20960 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20962 v_cmp_nlg_f16_e64 s10, m0, v2
20963 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x7c,0x04,0x02,0x00]
20964 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20966 v_cmp_nlg_f16_e64 s10, exec_lo, v2
20967 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x7e,0x04,0x02,0x00]
20968 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20970 v_cmp_nlg_f16_e64 s10, exec_hi, v2
20971 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x7f,0x04,0x02,0x00]
20972 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20974 v_cmp_nlg_f16_e64 s10, 0, v2
20975 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x80,0x04,0x02,0x00]
20976 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20978 v_cmp_nlg_f16_e64 s10, -1, v2
20979 // W32: encoding: [0x0a,0x00,0xea,0xd4,0xc1,0x04,0x02,0x00]
20980 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20982 v_cmp_nlg_f16_e64 s10, 0.5, v2
20983 // W32: encoding: [0x0a,0x00,0xea,0xd4,0xf0,0x04,0x02,0x00]
20984 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20986 v_cmp_nlg_f16_e64 s10, -4.0, v2
20987 // W32: encoding: [0x0a,0x00,0xea,0xd4,0xf7,0x04,0x02,0x00]
20988 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20990 v_cmp_nlg_f16_e64 s10, v1, v255
20991 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xff,0x03,0x00]
20992 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20994 v_cmp_nlg_f16_e64 s10, v1, s2
20995 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x00,0x00]
20996 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
20998 v_cmp_nlg_f16_e64 s10, v1, s101
20999 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xcb,0x00,0x00]
21000 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21002 v_cmp_nlg_f16_e64 s10, v1, vcc_lo
21003 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xd5,0x00,0x00]
21004 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21006 v_cmp_nlg_f16_e64 s10, v1, vcc_hi
21007 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xd7,0x00,0x00]
21008 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21010 v_cmp_nlg_f16_e64 s10, v1, m0
21011 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xf9,0x00,0x00]
21012 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21014 v_cmp_nlg_f16_e64 s10, v1, exec_lo
21015 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xfd,0x00,0x00]
21016 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21018 v_cmp_nlg_f16_e64 s10, v1, exec_hi
21019 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xff,0x00,0x00]
21020 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21022 v_cmp_nlg_f16_e64 s10, v1, 0
21023 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x01,0x01,0x00]
21024 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21026 v_cmp_nlg_f16_e64 s10, v1, -1
21027 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x83,0x01,0x00]
21028 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21030 v_cmp_nlg_f16_e64 s10, v1, 0.5
21031 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xe1,0x01,0x00]
21032 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21034 v_cmp_nlg_f16_e64 s10, v1, -4.0
21035 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xef,0x01,0x00]
21036 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21038 v_cmp_nlg_f16_e64 s10, -v1, v2
21039 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x20]
21040 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21042 v_cmp_nlg_f16_e64 s10, v1, -v2
21043 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x40]
21044 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21046 v_cmp_nlg_f16_e64 s10, -v1, -v2
21047 // W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x60]
21048 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21050 v_cmp_nlg_f16_e64 s10, v1, v2 clamp
21051 // W32: encoding: [0x0a,0x80,0xea,0xd4,0x01,0x05,0x02,0x00]
21052 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21054 v_cmp_ngt_f16_e64 s10, v1, v2
21055 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
21056 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21058 v_cmp_ngt_f16_e64 s12, v1, v2
21059 // W32: encoding: [0x0c,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
21060 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21062 v_cmp_ngt_f16_e64 s100, v1, v2
21063 // W32: encoding: [0x64,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
21064 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21066 v_cmp_ngt_f16_e64 vcc_lo, v1, v2
21067 // W32: encoding: [0x6a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
21068 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21070 v_cmp_ngt_f16_e64 s10, v255, v2
21071 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0xff,0x05,0x02,0x00]
21072 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21074 v_cmp_ngt_f16_e64 s10, s1, v2
21075 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x04,0x02,0x00]
21076 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21078 v_cmp_ngt_f16_e64 s10, s101, v2
21079 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x65,0x04,0x02,0x00]
21080 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21082 v_cmp_ngt_f16_e64 s10, vcc_lo, v2
21083 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x6a,0x04,0x02,0x00]
21084 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21086 v_cmp_ngt_f16_e64 s10, vcc_hi, v2
21087 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x6b,0x04,0x02,0x00]
21088 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21090 v_cmp_ngt_f16_e64 s10, m0, v2
21091 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x7c,0x04,0x02,0x00]
21092 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21094 v_cmp_ngt_f16_e64 s10, exec_lo, v2
21095 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x7e,0x04,0x02,0x00]
21096 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21098 v_cmp_ngt_f16_e64 s10, exec_hi, v2
21099 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x7f,0x04,0x02,0x00]
21100 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21102 v_cmp_ngt_f16_e64 s10, 0, v2
21103 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x80,0x04,0x02,0x00]
21104 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21106 v_cmp_ngt_f16_e64 s10, -1, v2
21107 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0xc1,0x04,0x02,0x00]
21108 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21110 v_cmp_ngt_f16_e64 s10, 0.5, v2
21111 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0xf0,0x04,0x02,0x00]
21112 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21114 v_cmp_ngt_f16_e64 s10, -4.0, v2
21115 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0xf7,0x04,0x02,0x00]
21116 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21118 v_cmp_ngt_f16_e64 s10, v1, v255
21119 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xff,0x03,0x00]
21120 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21122 v_cmp_ngt_f16_e64 s10, v1, s2
21123 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x00,0x00]
21124 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21126 v_cmp_ngt_f16_e64 s10, v1, s101
21127 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xcb,0x00,0x00]
21128 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21130 v_cmp_ngt_f16_e64 s10, v1, vcc_lo
21131 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xd5,0x00,0x00]
21132 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21134 v_cmp_ngt_f16_e64 s10, v1, vcc_hi
21135 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xd7,0x00,0x00]
21136 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21138 v_cmp_ngt_f16_e64 s10, v1, m0
21139 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xf9,0x00,0x00]
21140 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21142 v_cmp_ngt_f16_e64 s10, v1, exec_lo
21143 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xfd,0x00,0x00]
21144 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21146 v_cmp_ngt_f16_e64 s10, v1, exec_hi
21147 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xff,0x00,0x00]
21148 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21150 v_cmp_ngt_f16_e64 s10, v1, 0
21151 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x01,0x01,0x00]
21152 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21154 v_cmp_ngt_f16_e64 s10, v1, -1
21155 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x83,0x01,0x00]
21156 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21158 v_cmp_ngt_f16_e64 s10, v1, 0.5
21159 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xe1,0x01,0x00]
21160 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21162 v_cmp_ngt_f16_e64 s10, v1, -4.0
21163 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xef,0x01,0x00]
21164 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21166 v_cmp_ngt_f16_e64 s10, -v1, v2
21167 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x20]
21168 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21170 v_cmp_ngt_f16_e64 s10, v1, -v2
21171 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x40]
21172 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21174 v_cmp_ngt_f16_e64 s10, -v1, -v2
21175 // W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x60]
21176 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21178 v_cmp_ngt_f16_e64 s10, v1, v2 clamp
21179 // W32: encoding: [0x0a,0x80,0xeb,0xd4,0x01,0x05,0x02,0x00]
21180 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21182 v_cmp_nle_f16_e64 s10, v1, v2
21183 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
21184 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21186 v_cmp_nle_f16_e64 s12, v1, v2
21187 // W32: encoding: [0x0c,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
21188 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21190 v_cmp_nle_f16_e64 s100, v1, v2
21191 // W32: encoding: [0x64,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
21192 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21194 v_cmp_nle_f16_e64 vcc_lo, v1, v2
21195 // W32: encoding: [0x6a,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
21196 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21198 v_cmp_nle_f16_e64 s10, v255, v2
21199 // W32: encoding: [0x0a,0x00,0xec,0xd4,0xff,0x05,0x02,0x00]
21200 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21202 v_cmp_nle_f16_e64 s10, s1, v2
21203 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x04,0x02,0x00]
21204 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21206 v_cmp_nle_f16_e64 s10, s101, v2
21207 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x65,0x04,0x02,0x00]
21208 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21210 v_cmp_nle_f16_e64 s10, vcc_lo, v2
21211 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x6a,0x04,0x02,0x00]
21212 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21214 v_cmp_nle_f16_e64 s10, vcc_hi, v2
21215 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x6b,0x04,0x02,0x00]
21216 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21218 v_cmp_nle_f16_e64 s10, m0, v2
21219 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x7c,0x04,0x02,0x00]
21220 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21222 v_cmp_nle_f16_e64 s10, exec_lo, v2
21223 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x7e,0x04,0x02,0x00]
21224 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21226 v_cmp_nle_f16_e64 s10, exec_hi, v2
21227 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x7f,0x04,0x02,0x00]
21228 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21230 v_cmp_nle_f16_e64 s10, 0, v2
21231 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x80,0x04,0x02,0x00]
21232 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21234 v_cmp_nle_f16_e64 s10, -1, v2
21235 // W32: encoding: [0x0a,0x00,0xec,0xd4,0xc1,0x04,0x02,0x00]
21236 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21238 v_cmp_nle_f16_e64 s10, 0.5, v2
21239 // W32: encoding: [0x0a,0x00,0xec,0xd4,0xf0,0x04,0x02,0x00]
21240 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21242 v_cmp_nle_f16_e64 s10, -4.0, v2
21243 // W32: encoding: [0x0a,0x00,0xec,0xd4,0xf7,0x04,0x02,0x00]
21244 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21246 v_cmp_nle_f16_e64 s10, v1, v255
21247 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xff,0x03,0x00]
21248 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21250 v_cmp_nle_f16_e64 s10, v1, s2
21251 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x00,0x00]
21252 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21254 v_cmp_nle_f16_e64 s10, v1, s101
21255 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xcb,0x00,0x00]
21256 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21258 v_cmp_nle_f16_e64 s10, v1, vcc_lo
21259 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xd5,0x00,0x00]
21260 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21262 v_cmp_nle_f16_e64 s10, v1, vcc_hi
21263 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xd7,0x00,0x00]
21264 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21266 v_cmp_nle_f16_e64 s10, v1, m0
21267 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xf9,0x00,0x00]
21268 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21270 v_cmp_nle_f16_e64 s10, v1, exec_lo
21271 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xfd,0x00,0x00]
21272 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21274 v_cmp_nle_f16_e64 s10, v1, exec_hi
21275 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xff,0x00,0x00]
21276 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21278 v_cmp_nle_f16_e64 s10, v1, 0
21279 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x01,0x01,0x00]
21280 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21282 v_cmp_nle_f16_e64 s10, v1, -1
21283 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x83,0x01,0x00]
21284 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21286 v_cmp_nle_f16_e64 s10, v1, 0.5
21287 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xe1,0x01,0x00]
21288 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21290 v_cmp_nle_f16_e64 s10, v1, -4.0
21291 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xef,0x01,0x00]
21292 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21294 v_cmp_nle_f16_e64 s10, -v1, v2
21295 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x20]
21296 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21298 v_cmp_nle_f16_e64 s10, v1, -v2
21299 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x40]
21300 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21302 v_cmp_nle_f16_e64 s10, -v1, -v2
21303 // W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x60]
21304 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21306 v_cmp_nle_f16_e64 s10, v1, v2 clamp
21307 // W32: encoding: [0x0a,0x80,0xec,0xd4,0x01,0x05,0x02,0x00]
21308 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21310 v_cmp_neq_f16_e64 s10, v1, v2
21311 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
21312 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21314 v_cmp_neq_f16_e64 s12, v1, v2
21315 // W32: encoding: [0x0c,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
21316 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21318 v_cmp_neq_f16_e64 s100, v1, v2
21319 // W32: encoding: [0x64,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
21320 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21322 v_cmp_neq_f16_e64 vcc_lo, v1, v2
21323 // W32: encoding: [0x6a,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
21324 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21326 v_cmp_neq_f16_e64 s10, v255, v2
21327 // W32: encoding: [0x0a,0x00,0xed,0xd4,0xff,0x05,0x02,0x00]
21328 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21330 v_cmp_neq_f16_e64 s10, s1, v2
21331 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x04,0x02,0x00]
21332 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21334 v_cmp_neq_f16_e64 s10, s101, v2
21335 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x65,0x04,0x02,0x00]
21336 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21338 v_cmp_neq_f16_e64 s10, vcc_lo, v2
21339 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x6a,0x04,0x02,0x00]
21340 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21342 v_cmp_neq_f16_e64 s10, vcc_hi, v2
21343 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x6b,0x04,0x02,0x00]
21344 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21346 v_cmp_neq_f16_e64 s10, m0, v2
21347 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x7c,0x04,0x02,0x00]
21348 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21350 v_cmp_neq_f16_e64 s10, exec_lo, v2
21351 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x7e,0x04,0x02,0x00]
21352 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21354 v_cmp_neq_f16_e64 s10, exec_hi, v2
21355 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x7f,0x04,0x02,0x00]
21356 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21358 v_cmp_neq_f16_e64 s10, 0, v2
21359 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x80,0x04,0x02,0x00]
21360 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21362 v_cmp_neq_f16_e64 s10, -1, v2
21363 // W32: encoding: [0x0a,0x00,0xed,0xd4,0xc1,0x04,0x02,0x00]
21364 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21366 v_cmp_neq_f16_e64 s10, 0.5, v2
21367 // W32: encoding: [0x0a,0x00,0xed,0xd4,0xf0,0x04,0x02,0x00]
21368 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21370 v_cmp_neq_f16_e64 s10, -4.0, v2
21371 // W32: encoding: [0x0a,0x00,0xed,0xd4,0xf7,0x04,0x02,0x00]
21372 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21374 v_cmp_neq_f16_e64 s10, v1, v255
21375 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xff,0x03,0x00]
21376 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21378 v_cmp_neq_f16_e64 s10, v1, s2
21379 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x00,0x00]
21380 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21382 v_cmp_neq_f16_e64 s10, v1, s101
21383 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xcb,0x00,0x00]
21384 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21386 v_cmp_neq_f16_e64 s10, v1, vcc_lo
21387 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xd5,0x00,0x00]
21388 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21390 v_cmp_neq_f16_e64 s10, v1, vcc_hi
21391 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xd7,0x00,0x00]
21392 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21394 v_cmp_neq_f16_e64 s10, v1, m0
21395 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xf9,0x00,0x00]
21396 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21398 v_cmp_neq_f16_e64 s10, v1, exec_lo
21399 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xfd,0x00,0x00]
21400 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21402 v_cmp_neq_f16_e64 s10, v1, exec_hi
21403 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xff,0x00,0x00]
21404 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21406 v_cmp_neq_f16_e64 s10, v1, 0
21407 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x01,0x01,0x00]
21408 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21410 v_cmp_neq_f16_e64 s10, v1, -1
21411 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x83,0x01,0x00]
21412 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21414 v_cmp_neq_f16_e64 s10, v1, 0.5
21415 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xe1,0x01,0x00]
21416 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21418 v_cmp_neq_f16_e64 s10, v1, -4.0
21419 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xef,0x01,0x00]
21420 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21422 v_cmp_neq_f16_e64 s10, -v1, v2
21423 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x20]
21424 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21426 v_cmp_neq_f16_e64 s10, v1, -v2
21427 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x40]
21428 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21430 v_cmp_neq_f16_e64 s10, -v1, -v2
21431 // W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x60]
21432 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21434 v_cmp_neq_f16_e64 s10, v1, v2 clamp
21435 // W32: encoding: [0x0a,0x80,0xed,0xd4,0x01,0x05,0x02,0x00]
21436 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21438 v_cmp_nlt_f16_e64 s10, v1, v2
21439 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
21440 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21442 v_cmp_nlt_f16_e64 s12, v1, v2
21443 // W32: encoding: [0x0c,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
21444 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21446 v_cmp_nlt_f16_e64 s100, v1, v2
21447 // W32: encoding: [0x64,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
21448 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21450 v_cmp_nlt_f16_e64 vcc_lo, v1, v2
21451 // W32: encoding: [0x6a,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
21452 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21454 v_cmp_nlt_f16_e64 s10, v255, v2
21455 // W32: encoding: [0x0a,0x00,0xee,0xd4,0xff,0x05,0x02,0x00]
21456 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21458 v_cmp_nlt_f16_e64 s10, s1, v2
21459 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x04,0x02,0x00]
21460 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21462 v_cmp_nlt_f16_e64 s10, s101, v2
21463 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x65,0x04,0x02,0x00]
21464 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21466 v_cmp_nlt_f16_e64 s10, vcc_lo, v2
21467 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x6a,0x04,0x02,0x00]
21468 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21470 v_cmp_nlt_f16_e64 s10, vcc_hi, v2
21471 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x6b,0x04,0x02,0x00]
21472 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21474 v_cmp_nlt_f16_e64 s10, m0, v2
21475 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x7c,0x04,0x02,0x00]
21476 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21478 v_cmp_nlt_f16_e64 s10, exec_lo, v2
21479 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x7e,0x04,0x02,0x00]
21480 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21482 v_cmp_nlt_f16_e64 s10, exec_hi, v2
21483 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x7f,0x04,0x02,0x00]
21484 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21486 v_cmp_nlt_f16_e64 s10, 0, v2
21487 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x80,0x04,0x02,0x00]
21488 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21490 v_cmp_nlt_f16_e64 s10, -1, v2
21491 // W32: encoding: [0x0a,0x00,0xee,0xd4,0xc1,0x04,0x02,0x00]
21492 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21494 v_cmp_nlt_f16_e64 s10, 0.5, v2
21495 // W32: encoding: [0x0a,0x00,0xee,0xd4,0xf0,0x04,0x02,0x00]
21496 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21498 v_cmp_nlt_f16_e64 s10, -4.0, v2
21499 // W32: encoding: [0x0a,0x00,0xee,0xd4,0xf7,0x04,0x02,0x00]
21500 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21502 v_cmp_nlt_f16_e64 s10, v1, v255
21503 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xff,0x03,0x00]
21504 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21506 v_cmp_nlt_f16_e64 s10, v1, s2
21507 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x00,0x00]
21508 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21510 v_cmp_nlt_f16_e64 s10, v1, s101
21511 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xcb,0x00,0x00]
21512 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21514 v_cmp_nlt_f16_e64 s10, v1, vcc_lo
21515 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xd5,0x00,0x00]
21516 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21518 v_cmp_nlt_f16_e64 s10, v1, vcc_hi
21519 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xd7,0x00,0x00]
21520 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21522 v_cmp_nlt_f16_e64 s10, v1, m0
21523 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xf9,0x00,0x00]
21524 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21526 v_cmp_nlt_f16_e64 s10, v1, exec_lo
21527 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xfd,0x00,0x00]
21528 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21530 v_cmp_nlt_f16_e64 s10, v1, exec_hi
21531 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xff,0x00,0x00]
21532 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21534 v_cmp_nlt_f16_e64 s10, v1, 0
21535 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x01,0x01,0x00]
21536 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21538 v_cmp_nlt_f16_e64 s10, v1, -1
21539 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x83,0x01,0x00]
21540 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21542 v_cmp_nlt_f16_e64 s10, v1, 0.5
21543 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xe1,0x01,0x00]
21544 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21546 v_cmp_nlt_f16_e64 s10, v1, -4.0
21547 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xef,0x01,0x00]
21548 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21550 v_cmp_nlt_f16_e64 s10, -v1, v2
21551 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x20]
21552 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21554 v_cmp_nlt_f16_e64 s10, v1, -v2
21555 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x40]
21556 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21558 v_cmp_nlt_f16_e64 s10, -v1, -v2
21559 // W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x60]
21560 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21562 v_cmp_nlt_f16_e64 s10, v1, v2 clamp
21563 // W32: encoding: [0x0a,0x80,0xee,0xd4,0x01,0x05,0x02,0x00]
21564 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21566 v_cmp_tru_f16_e64 s10, v1, v2
21567 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
21568 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21570 v_cmp_tru_f16_e64 s12, v1, v2
21571 // W32: encoding: [0x0c,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
21572 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21574 v_cmp_tru_f16_e64 s100, v1, v2
21575 // W32: encoding: [0x64,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
21576 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21578 v_cmp_tru_f16_e64 vcc_lo, v1, v2
21579 // W32: encoding: [0x6a,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
21580 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21582 v_cmp_tru_f16_e64 s10, v255, v2
21583 // W32: encoding: [0x0a,0x00,0xef,0xd4,0xff,0x05,0x02,0x00]
21584 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21586 v_cmp_tru_f16_e64 s10, s1, v2
21587 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x04,0x02,0x00]
21588 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21590 v_cmp_tru_f16_e64 s10, s101, v2
21591 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x65,0x04,0x02,0x00]
21592 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21594 v_cmp_tru_f16_e64 s10, vcc_lo, v2
21595 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x6a,0x04,0x02,0x00]
21596 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21598 v_cmp_tru_f16_e64 s10, vcc_hi, v2
21599 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x6b,0x04,0x02,0x00]
21600 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21602 v_cmp_tru_f16_e64 s10, m0, v2
21603 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x7c,0x04,0x02,0x00]
21604 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21606 v_cmp_tru_f16_e64 s10, exec_lo, v2
21607 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x7e,0x04,0x02,0x00]
21608 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21610 v_cmp_tru_f16_e64 s10, exec_hi, v2
21611 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x7f,0x04,0x02,0x00]
21612 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21614 v_cmp_tru_f16_e64 s10, 0, v2
21615 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x80,0x04,0x02,0x00]
21616 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21618 v_cmp_tru_f16_e64 s10, -1, v2
21619 // W32: encoding: [0x0a,0x00,0xef,0xd4,0xc1,0x04,0x02,0x00]
21620 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21622 v_cmp_tru_f16_e64 s10, 0.5, v2
21623 // W32: encoding: [0x0a,0x00,0xef,0xd4,0xf0,0x04,0x02,0x00]
21624 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21626 v_cmp_tru_f16_e64 s10, -4.0, v2
21627 // W32: encoding: [0x0a,0x00,0xef,0xd4,0xf7,0x04,0x02,0x00]
21628 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21630 v_cmp_tru_f16_e64 s10, v1, v255
21631 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xff,0x03,0x00]
21632 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21634 v_cmp_tru_f16_e64 s10, v1, s2
21635 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x00,0x00]
21636 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21638 v_cmp_tru_f16_e64 s10, v1, s101
21639 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xcb,0x00,0x00]
21640 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21642 v_cmp_tru_f16_e64 s10, v1, vcc_lo
21643 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xd5,0x00,0x00]
21644 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21646 v_cmp_tru_f16_e64 s10, v1, vcc_hi
21647 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xd7,0x00,0x00]
21648 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21650 v_cmp_tru_f16_e64 s10, v1, m0
21651 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xf9,0x00,0x00]
21652 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21654 v_cmp_tru_f16_e64 s10, v1, exec_lo
21655 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xfd,0x00,0x00]
21656 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21658 v_cmp_tru_f16_e64 s10, v1, exec_hi
21659 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xff,0x00,0x00]
21660 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21662 v_cmp_tru_f16_e64 s10, v1, 0
21663 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x01,0x01,0x00]
21664 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21666 v_cmp_tru_f16_e64 s10, v1, -1
21667 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x83,0x01,0x00]
21668 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21670 v_cmp_tru_f16_e64 s10, v1, 0.5
21671 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xe1,0x01,0x00]
21672 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21674 v_cmp_tru_f16_e64 s10, v1, -4.0
21675 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xef,0x01,0x00]
21676 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21678 v_cmp_tru_f16_e64 s10, -v1, v2
21679 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x20]
21680 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21682 v_cmp_tru_f16_e64 s10, v1, -v2
21683 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x40]
21684 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21686 v_cmp_tru_f16_e64 s10, -v1, -v2
21687 // W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x60]
21688 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
21690 v_cmp_tru_f16_e64 s10, v1, v2 clamp
21691 // W32: encoding: [0x0a,0x80,0xef,0xd4,0x01,0x05,0x02,0x00]
21692 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction