1 # RUN: llvm-mc -triple=amdgcn -mcpu=tonga -disassemble -show-encoding < %s | FileCheck -strict-whitespace %s
3 # CHECK: v_cmp_class_f32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0x05,0x02,0x00]
4 0x0a,0x00,0x10,0xd0,0x01,0x05,0x02,0x00
6 # CHECK: v_cmp_class_f32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x10,0xd0,0x01,0x05,0x02,0x00]
7 0x0c,0x00,0x10,0xd0,0x01,0x05,0x02,0x00
9 # CHECK: v_cmp_class_f32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x10,0xd0,0x01,0x05,0x02,0x00]
10 0x64,0x00,0x10,0xd0,0x01,0x05,0x02,0x00
12 # CHECK: v_cmp_class_f32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x10,0xd0,0x01,0x05,0x02,0x00]
13 0x66,0x00,0x10,0xd0,0x01,0x05,0x02,0x00
15 # CHECK: v_cmp_class_f32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x10,0xd0,0x01,0x05,0x02,0x00]
16 0x6a,0x00,0x10,0xd0,0x01,0x05,0x02,0x00
18 # CHECK: v_cmp_class_f32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x10,0xd0,0x01,0x05,0x02,0x00]
19 0x6c,0x00,0x10,0xd0,0x01,0x05,0x02,0x00
21 # CHECK: v_cmp_class_f32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x10,0xd0,0x01,0x05,0x02,0x00]
22 0x6e,0x00,0x10,0xd0,0x01,0x05,0x02,0x00
24 # CHECK: v_cmp_class_f32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x10,0xd0,0x01,0x05,0x02,0x00]
25 0x7a,0x00,0x10,0xd0,0x01,0x05,0x02,0x00
27 # CHECK: v_cmp_class_f32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x10,0xd0,0xff,0x05,0x02,0x00]
28 0x0a,0x00,0x10,0xd0,0xff,0x05,0x02,0x00
30 # CHECK: v_cmp_class_f32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0x04,0x02,0x00]
31 0x0a,0x00,0x10,0xd0,0x01,0x04,0x02,0x00
33 # CHECK: v_cmp_class_f32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x10,0xd0,0x65,0x04,0x02,0x00]
34 0x0a,0x00,0x10,0xd0,0x65,0x04,0x02,0x00
36 # CHECK: v_cmp_class_f32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x10,0xd0,0x66,0x04,0x02,0x00]
37 0x0a,0x00,0x10,0xd0,0x66,0x04,0x02,0x00
39 # CHECK: v_cmp_class_f32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x10,0xd0,0x67,0x04,0x02,0x00]
40 0x0a,0x00,0x10,0xd0,0x67,0x04,0x02,0x00
42 # CHECK: v_cmp_class_f32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x10,0xd0,0x6a,0x04,0x02,0x00]
43 0x0a,0x00,0x10,0xd0,0x6a,0x04,0x02,0x00
45 # CHECK: v_cmp_class_f32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x10,0xd0,0x6b,0x04,0x02,0x00]
46 0x0a,0x00,0x10,0xd0,0x6b,0x04,0x02,0x00
48 # CHECK: v_cmp_class_f32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x10,0xd0,0x6c,0x04,0x02,0x00]
49 0x0a,0x00,0x10,0xd0,0x6c,0x04,0x02,0x00
51 # CHECK: v_cmp_class_f32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x10,0xd0,0x6d,0x04,0x02,0x00]
52 0x0a,0x00,0x10,0xd0,0x6d,0x04,0x02,0x00
54 # CHECK: v_cmp_class_f32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x10,0xd0,0x6e,0x04,0x02,0x00]
55 0x0a,0x00,0x10,0xd0,0x6e,0x04,0x02,0x00
57 # CHECK: v_cmp_class_f32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x10,0xd0,0x6f,0x04,0x02,0x00]
58 0x0a,0x00,0x10,0xd0,0x6f,0x04,0x02,0x00
60 # CHECK: v_cmp_class_f32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x10,0xd0,0x7b,0x04,0x02,0x00]
61 0x0a,0x00,0x10,0xd0,0x7b,0x04,0x02,0x00
63 # CHECK: v_cmp_class_f32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x10,0xd0,0x7c,0x04,0x02,0x00]
64 0x0a,0x00,0x10,0xd0,0x7c,0x04,0x02,0x00
66 # CHECK: v_cmp_class_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x10,0xd0,0x7e,0x04,0x02,0x00]
67 0x0a,0x00,0x10,0xd0,0x7e,0x04,0x02,0x00
69 # CHECK: v_cmp_class_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x10,0xd0,0x7f,0x04,0x02,0x00]
70 0x0a,0x00,0x10,0xd0,0x7f,0x04,0x02,0x00
72 # CHECK: v_cmp_class_f32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x10,0xd0,0x80,0x04,0x02,0x00]
73 0x0a,0x00,0x10,0xd0,0x80,0x04,0x02,0x00
75 # CHECK: v_cmp_class_f32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x10,0xd0,0xc1,0x04,0x02,0x00]
76 0x0a,0x00,0x10,0xd0,0xc1,0x04,0x02,0x00
78 # CHECK: v_cmp_class_f32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x10,0xd0,0xf0,0x04,0x02,0x00]
79 0x0a,0x00,0x10,0xd0,0xf0,0x04,0x02,0x00
81 # CHECK: v_cmp_class_f32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x10,0xd0,0xf7,0x04,0x02,0x00]
82 0x0a,0x00,0x10,0xd0,0xf7,0x04,0x02,0x00
84 # CHECK: v_cmp_class_f32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0xff,0x03,0x00]
85 0x0a,0x00,0x10,0xd0,0x01,0xff,0x03,0x00
87 # CHECK: v_cmp_class_f32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0x05,0x00,0x00]
88 0x0a,0x00,0x10,0xd0,0x01,0x05,0x00,0x00
90 # CHECK: v_cmp_class_f32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0xcb,0x00,0x00]
91 0x0a,0x00,0x10,0xd0,0x01,0xcb,0x00,0x00
93 # CHECK: v_cmp_class_f32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0xcd,0x00,0x00]
94 0x0a,0x00,0x10,0xd0,0x01,0xcd,0x00,0x00
96 # CHECK: v_cmp_class_f32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0xcf,0x00,0x00]
97 0x0a,0x00,0x10,0xd0,0x01,0xcf,0x00,0x00
99 # CHECK: v_cmp_class_f32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0xd5,0x00,0x00]
100 0x0a,0x00,0x10,0xd0,0x01,0xd5,0x00,0x00
102 # CHECK: v_cmp_class_f32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0xd7,0x00,0x00]
103 0x0a,0x00,0x10,0xd0,0x01,0xd7,0x00,0x00
105 # CHECK: v_cmp_class_f32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0xd9,0x00,0x00]
106 0x0a,0x00,0x10,0xd0,0x01,0xd9,0x00,0x00
108 # CHECK: v_cmp_class_f32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0xdb,0x00,0x00]
109 0x0a,0x00,0x10,0xd0,0x01,0xdb,0x00,0x00
111 # CHECK: v_cmp_class_f32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0xdd,0x00,0x00]
112 0x0a,0x00,0x10,0xd0,0x01,0xdd,0x00,0x00
114 # CHECK: v_cmp_class_f32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0xdf,0x00,0x00]
115 0x0a,0x00,0x10,0xd0,0x01,0xdf,0x00,0x00
117 # CHECK: v_cmp_class_f32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0xf7,0x00,0x00]
118 0x0a,0x00,0x10,0xd0,0x01,0xf7,0x00,0x00
120 # CHECK: v_cmp_class_f32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0xf9,0x00,0x00]
121 0x0a,0x00,0x10,0xd0,0x01,0xf9,0x00,0x00
123 # CHECK: v_cmp_class_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0xfd,0x00,0x00]
124 0x0a,0x00,0x10,0xd0,0x01,0xfd,0x00,0x00
126 # CHECK: v_cmp_class_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0xff,0x00,0x00]
127 0x0a,0x00,0x10,0xd0,0x01,0xff,0x00,0x00
129 # CHECK: v_cmp_class_f32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0x01,0x01,0x00]
130 0x0a,0x00,0x10,0xd0,0x01,0x01,0x01,0x00
132 # CHECK: v_cmp_class_f32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0x83,0x01,0x00]
133 0x0a,0x00,0x10,0xd0,0x01,0x83,0x01,0x00
135 # CHECK: v_cmp_class_f32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0xe1,0x01,0x00]
136 0x0a,0x00,0x10,0xd0,0x01,0xe1,0x01,0x00
138 # CHECK: v_cmp_class_f32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0xef,0x01,0x00]
139 0x0a,0x00,0x10,0xd0,0x01,0xef,0x01,0x00
141 # CHECK: v_cmp_class_f32_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x10,0xd0,0x01,0x05,0x02,0x20]
142 0x0a,0x00,0x10,0xd0,0x01,0x05,0x02,0x20
144 # CHECK: v_cmp_class_f64_e64 s[10:11], v[1:2], v2 ; encoding: [0x0a,0x00,0x12,0xd0,0x01,0x05,0x02,0x00]
145 0x0a,0x00,0x12,0xd0,0x01,0x05,0x02,0x00
147 # CHECK: v_cmp_class_f64_e64 s[12:13], v[1:2], v2 ; encoding: [0x0c,0x00,0x12,0xd0,0x01,0x05,0x02,0x00]
148 0x0c,0x00,0x12,0xd0,0x01,0x05,0x02,0x00
150 # CHECK: v_cmp_class_f64_e64 s[100:101], v[1:2], v2 ; encoding: [0x64,0x00,0x12,0xd0,0x01,0x05,0x02,0x00]
151 0x64,0x00,0x12,0xd0,0x01,0x05,0x02,0x00
153 # CHECK: v_cmp_class_f64_e64 flat_scratch, v[1:2], v2 ; encoding: [0x66,0x00,0x12,0xd0,0x01,0x05,0x02,0x00]
154 0x66,0x00,0x12,0xd0,0x01,0x05,0x02,0x00
156 # CHECK: v_cmp_class_f64_e64 vcc, v[1:2], v2 ; encoding: [0x6a,0x00,0x12,0xd0,0x01,0x05,0x02,0x00]
157 0x6a,0x00,0x12,0xd0,0x01,0x05,0x02,0x00
159 # CHECK: v_cmp_class_f64_e64 tba, v[1:2], v2 ; encoding: [0x6c,0x00,0x12,0xd0,0x01,0x05,0x02,0x00]
160 0x6c,0x00,0x12,0xd0,0x01,0x05,0x02,0x00
162 # CHECK: v_cmp_class_f64_e64 tma, v[1:2], v2 ; encoding: [0x6e,0x00,0x12,0xd0,0x01,0x05,0x02,0x00]
163 0x6e,0x00,0x12,0xd0,0x01,0x05,0x02,0x00
165 # CHECK: v_cmp_class_f64_e64 ttmp[10:11], v[1:2], v2 ; encoding: [0x7a,0x00,0x12,0xd0,0x01,0x05,0x02,0x00]
166 0x7a,0x00,0x12,0xd0,0x01,0x05,0x02,0x00
168 # CHECK: v_cmp_class_f64_e64 s[10:11], v[254:255], v2 ; encoding: [0x0a,0x00,0x12,0xd0,0xfe,0x05,0x02,0x00]
169 0x0a,0x00,0x12,0xd0,0xfe,0x05,0x02,0x00
171 # CHECK: v_cmp_class_f64_e64 s[10:11], s[2:3], v2 ; encoding: [0x0a,0x00,0x12,0xd0,0x02,0x04,0x02,0x00]
172 0x0a,0x00,0x12,0xd0,0x02,0x04,0x02,0x00
174 # CHECK: v_cmp_class_f64_e64 s[10:11], s[4:5], v2 ; encoding: [0x0a,0x00,0x12,0xd0,0x04,0x04,0x02,0x00]
175 0x0a,0x00,0x12,0xd0,0x04,0x04,0x02,0x00
177 # CHECK: v_cmp_class_f64_e64 s[10:11], s[100:101], v2 ; encoding: [0x0a,0x00,0x12,0xd0,0x64,0x04,0x02,0x00]
178 0x0a,0x00,0x12,0xd0,0x64,0x04,0x02,0x00
180 # CHECK: v_cmp_class_f64_e64 s[10:11], flat_scratch, v2 ; encoding: [0x0a,0x00,0x12,0xd0,0x66,0x04,0x02,0x00]
181 0x0a,0x00,0x12,0xd0,0x66,0x04,0x02,0x00
183 # CHECK: v_cmp_class_f64_e64 s[10:11], vcc, v2 ; encoding: [0x0a,0x00,0x12,0xd0,0x6a,0x04,0x02,0x00]
184 0x0a,0x00,0x12,0xd0,0x6a,0x04,0x02,0x00
186 # CHECK: v_cmp_class_f64_e64 s[10:11], tba, v2 ; encoding: [0x0a,0x00,0x12,0xd0,0x6c,0x04,0x02,0x00]
187 0x0a,0x00,0x12,0xd0,0x6c,0x04,0x02,0x00
189 # CHECK: v_cmp_class_f64_e64 s[10:11], tma, v2 ; encoding: [0x0a,0x00,0x12,0xd0,0x6e,0x04,0x02,0x00]
190 0x0a,0x00,0x12,0xd0,0x6e,0x04,0x02,0x00
192 # CHECK: v_cmp_class_f64_e64 s[10:11], ttmp[10:11], v2 ; encoding: [0x0a,0x00,0x12,0xd0,0x7a,0x04,0x02,0x00]
193 0x0a,0x00,0x12,0xd0,0x7a,0x04,0x02,0x00
195 # CHECK: v_cmp_class_f64_e64 s[10:11], exec, v2 ; encoding: [0x0a,0x00,0x12,0xd0,0x7e,0x04,0x02,0x00]
196 0x0a,0x00,0x12,0xd0,0x7e,0x04,0x02,0x00
198 # CHECK: v_cmp_class_f64_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x12,0xd0,0x80,0x04,0x02,0x00]
199 0x0a,0x00,0x12,0xd0,0x80,0x04,0x02,0x00
201 # CHECK: v_cmp_class_f64_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x12,0xd0,0xc1,0x04,0x02,0x00]
202 0x0a,0x00,0x12,0xd0,0xc1,0x04,0x02,0x00
204 # CHECK: v_cmp_class_f64_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x12,0xd0,0xf0,0x04,0x02,0x00]
205 0x0a,0x00,0x12,0xd0,0xf0,0x04,0x02,0x00
207 # CHECK: v_cmp_class_f64_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x12,0xd0,0xf7,0x04,0x02,0x00]
208 0x0a,0x00,0x12,0xd0,0xf7,0x04,0x02,0x00
210 # CHECK: v_cmp_class_f64_e64 s[10:11], v[1:2], v255 ; encoding: [0x0a,0x00,0x12,0xd0,0x01,0xff,0x03,0x00]
211 0x0a,0x00,0x12,0xd0,0x01,0xff,0x03,0x00
213 # CHECK: v_cmp_class_f64_e64 s[10:11], v[1:2], s2 ; encoding: [0x0a,0x00,0x12,0xd0,0x01,0x05,0x00,0x00]
214 0x0a,0x00,0x12,0xd0,0x01,0x05,0x00,0x00
216 # CHECK: v_cmp_class_f64_e64 s[10:11], v[1:2], s101 ; encoding: [0x0a,0x00,0x12,0xd0,0x01,0xcb,0x00,0x00]
217 0x0a,0x00,0x12,0xd0,0x01,0xcb,0x00,0x00
219 # CHECK: v_cmp_class_f64_e64 s[10:11], v[1:2], flat_scratch_lo ; encoding: [0x0a,0x00,0x12,0xd0,0x01,0xcd,0x00,0x00]
220 0x0a,0x00,0x12,0xd0,0x01,0xcd,0x00,0x00
222 # CHECK: v_cmp_class_f64_e64 s[10:11], v[1:2], flat_scratch_hi ; encoding: [0x0a,0x00,0x12,0xd0,0x01,0xcf,0x00,0x00]
223 0x0a,0x00,0x12,0xd0,0x01,0xcf,0x00,0x00
225 # CHECK: v_cmp_class_f64_e64 s[10:11], v[1:2], vcc_lo ; encoding: [0x0a,0x00,0x12,0xd0,0x01,0xd5,0x00,0x00]
226 0x0a,0x00,0x12,0xd0,0x01,0xd5,0x00,0x00
228 # CHECK: v_cmp_class_f64_e64 s[10:11], v[1:2], vcc_hi ; encoding: [0x0a,0x00,0x12,0xd0,0x01,0xd7,0x00,0x00]
229 0x0a,0x00,0x12,0xd0,0x01,0xd7,0x00,0x00
231 # CHECK: v_cmp_class_f64_e64 s[10:11], v[1:2], tba_lo ; encoding: [0x0a,0x00,0x12,0xd0,0x01,0xd9,0x00,0x00]
232 0x0a,0x00,0x12,0xd0,0x01,0xd9,0x00,0x00
234 # CHECK: v_cmp_class_f64_e64 s[10:11], v[1:2], tba_hi ; encoding: [0x0a,0x00,0x12,0xd0,0x01,0xdb,0x00,0x00]
235 0x0a,0x00,0x12,0xd0,0x01,0xdb,0x00,0x00
237 # CHECK: v_cmp_class_f64_e64 s[10:11], v[1:2], tma_lo ; encoding: [0x0a,0x00,0x12,0xd0,0x01,0xdd,0x00,0x00]
238 0x0a,0x00,0x12,0xd0,0x01,0xdd,0x00,0x00
240 # CHECK: v_cmp_class_f64_e64 s[10:11], v[1:2], tma_hi ; encoding: [0x0a,0x00,0x12,0xd0,0x01,0xdf,0x00,0x00]
241 0x0a,0x00,0x12,0xd0,0x01,0xdf,0x00,0x00
243 # CHECK: v_cmp_class_f64_e64 s[10:11], v[1:2], ttmp11 ; encoding: [0x0a,0x00,0x12,0xd0,0x01,0xf7,0x00,0x00]
244 0x0a,0x00,0x12,0xd0,0x01,0xf7,0x00,0x00
246 # CHECK: v_cmp_class_f64_e64 s[10:11], v[1:2], m0 ; encoding: [0x0a,0x00,0x12,0xd0,0x01,0xf9,0x00,0x00]
247 0x0a,0x00,0x12,0xd0,0x01,0xf9,0x00,0x00
249 # CHECK: v_cmp_class_f64_e64 s[10:11], v[1:2], exec_lo ; encoding: [0x0a,0x00,0x12,0xd0,0x01,0xfd,0x00,0x00]
250 0x0a,0x00,0x12,0xd0,0x01,0xfd,0x00,0x00
252 # CHECK: v_cmp_class_f64_e64 s[10:11], v[1:2], exec_hi ; encoding: [0x0a,0x00,0x12,0xd0,0x01,0xff,0x00,0x00]
253 0x0a,0x00,0x12,0xd0,0x01,0xff,0x00,0x00
255 # CHECK: v_cmp_class_f64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0x12,0xd0,0x01,0x01,0x01,0x00]
256 0x0a,0x00,0x12,0xd0,0x01,0x01,0x01,0x00
258 # CHECK: v_cmp_class_f64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0x12,0xd0,0x01,0x83,0x01,0x00]
259 0x0a,0x00,0x12,0xd0,0x01,0x83,0x01,0x00
261 # CHECK: v_cmp_class_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x12,0xd0,0x01,0xe1,0x01,0x00]
262 0x0a,0x00,0x12,0xd0,0x01,0xe1,0x01,0x00
264 # CHECK: v_cmp_class_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x12,0xd0,0x01,0xef,0x01,0x00]
265 0x0a,0x00,0x12,0xd0,0x01,0xef,0x01,0x00
267 # CHECK: v_cmp_class_f64_e64 s[10:11], -v[1:2], v2 ; encoding: [0x0a,0x00,0x12,0xd0,0x01,0x05,0x02,0x20]
268 0x0a,0x00,0x12,0xd0,0x01,0x05,0x02,0x20
270 # CHECK: v_cmp_class_f16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0x05,0x02,0x00]
271 0x0a,0x00,0x14,0xd0,0x01,0x05,0x02,0x00
273 # CHECK: v_cmp_class_f16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x14,0xd0,0x01,0x05,0x02,0x00]
274 0x0c,0x00,0x14,0xd0,0x01,0x05,0x02,0x00
276 # CHECK: v_cmp_class_f16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x14,0xd0,0x01,0x05,0x02,0x00]
277 0x64,0x00,0x14,0xd0,0x01,0x05,0x02,0x00
279 # CHECK: v_cmp_class_f16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x14,0xd0,0x01,0x05,0x02,0x00]
280 0x66,0x00,0x14,0xd0,0x01,0x05,0x02,0x00
282 # CHECK: v_cmp_class_f16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x14,0xd0,0x01,0x05,0x02,0x00]
283 0x6a,0x00,0x14,0xd0,0x01,0x05,0x02,0x00
285 # CHECK: v_cmp_class_f16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x14,0xd0,0x01,0x05,0x02,0x00]
286 0x6c,0x00,0x14,0xd0,0x01,0x05,0x02,0x00
288 # CHECK: v_cmp_class_f16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x14,0xd0,0x01,0x05,0x02,0x00]
289 0x6e,0x00,0x14,0xd0,0x01,0x05,0x02,0x00
291 # CHECK: v_cmp_class_f16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x14,0xd0,0x01,0x05,0x02,0x00]
292 0x7a,0x00,0x14,0xd0,0x01,0x05,0x02,0x00
294 # CHECK: v_cmp_class_f16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x14,0xd0,0xff,0x05,0x02,0x00]
295 0x0a,0x00,0x14,0xd0,0xff,0x05,0x02,0x00
297 # CHECK: v_cmp_class_f16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0x04,0x02,0x00]
298 0x0a,0x00,0x14,0xd0,0x01,0x04,0x02,0x00
300 # CHECK: v_cmp_class_f16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x14,0xd0,0x65,0x04,0x02,0x00]
301 0x0a,0x00,0x14,0xd0,0x65,0x04,0x02,0x00
303 # CHECK: v_cmp_class_f16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x14,0xd0,0x66,0x04,0x02,0x00]
304 0x0a,0x00,0x14,0xd0,0x66,0x04,0x02,0x00
306 # CHECK: v_cmp_class_f16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x14,0xd0,0x67,0x04,0x02,0x00]
307 0x0a,0x00,0x14,0xd0,0x67,0x04,0x02,0x00
309 # CHECK: v_cmp_class_f16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x14,0xd0,0x6a,0x04,0x02,0x00]
310 0x0a,0x00,0x14,0xd0,0x6a,0x04,0x02,0x00
312 # CHECK: v_cmp_class_f16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x14,0xd0,0x6b,0x04,0x02,0x00]
313 0x0a,0x00,0x14,0xd0,0x6b,0x04,0x02,0x00
315 # CHECK: v_cmp_class_f16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x14,0xd0,0x6c,0x04,0x02,0x00]
316 0x0a,0x00,0x14,0xd0,0x6c,0x04,0x02,0x00
318 # CHECK: v_cmp_class_f16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x14,0xd0,0x6d,0x04,0x02,0x00]
319 0x0a,0x00,0x14,0xd0,0x6d,0x04,0x02,0x00
321 # CHECK: v_cmp_class_f16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x14,0xd0,0x6e,0x04,0x02,0x00]
322 0x0a,0x00,0x14,0xd0,0x6e,0x04,0x02,0x00
324 # CHECK: v_cmp_class_f16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x14,0xd0,0x6f,0x04,0x02,0x00]
325 0x0a,0x00,0x14,0xd0,0x6f,0x04,0x02,0x00
327 # CHECK: v_cmp_class_f16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x14,0xd0,0x7b,0x04,0x02,0x00]
328 0x0a,0x00,0x14,0xd0,0x7b,0x04,0x02,0x00
330 # CHECK: v_cmp_class_f16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x14,0xd0,0x7c,0x04,0x02,0x00]
331 0x0a,0x00,0x14,0xd0,0x7c,0x04,0x02,0x00
333 # CHECK: v_cmp_class_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x14,0xd0,0x7e,0x04,0x02,0x00]
334 0x0a,0x00,0x14,0xd0,0x7e,0x04,0x02,0x00
336 # CHECK: v_cmp_class_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x14,0xd0,0x7f,0x04,0x02,0x00]
337 0x0a,0x00,0x14,0xd0,0x7f,0x04,0x02,0x00
339 # CHECK: v_cmp_class_f16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x14,0xd0,0x80,0x04,0x02,0x00]
340 0x0a,0x00,0x14,0xd0,0x80,0x04,0x02,0x00
342 # CHECK: v_cmp_class_f16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x14,0xd0,0xc1,0x04,0x02,0x00]
343 0x0a,0x00,0x14,0xd0,0xc1,0x04,0x02,0x00
345 # CHECK: v_cmp_class_f16_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x14,0xd0,0xf0,0x04,0x02,0x00]
346 0x0a,0x00,0x14,0xd0,0xf0,0x04,0x02,0x00
348 # CHECK: v_cmp_class_f16_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x14,0xd0,0xf7,0x04,0x02,0x00]
349 0x0a,0x00,0x14,0xd0,0xf7,0x04,0x02,0x00
351 # CHECK: v_cmp_class_f16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0xff,0x03,0x00]
352 0x0a,0x00,0x14,0xd0,0x01,0xff,0x03,0x00
354 # CHECK: v_cmp_class_f16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0x05,0x00,0x00]
355 0x0a,0x00,0x14,0xd0,0x01,0x05,0x00,0x00
357 # CHECK: v_cmp_class_f16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0xcb,0x00,0x00]
358 0x0a,0x00,0x14,0xd0,0x01,0xcb,0x00,0x00
360 # CHECK: v_cmp_class_f16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0xcd,0x00,0x00]
361 0x0a,0x00,0x14,0xd0,0x01,0xcd,0x00,0x00
363 # CHECK: v_cmp_class_f16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0xcf,0x00,0x00]
364 0x0a,0x00,0x14,0xd0,0x01,0xcf,0x00,0x00
366 # CHECK: v_cmp_class_f16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0xd5,0x00,0x00]
367 0x0a,0x00,0x14,0xd0,0x01,0xd5,0x00,0x00
369 # CHECK: v_cmp_class_f16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0xd7,0x00,0x00]
370 0x0a,0x00,0x14,0xd0,0x01,0xd7,0x00,0x00
372 # CHECK: v_cmp_class_f16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0xd9,0x00,0x00]
373 0x0a,0x00,0x14,0xd0,0x01,0xd9,0x00,0x00
375 # CHECK: v_cmp_class_f16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0xdb,0x00,0x00]
376 0x0a,0x00,0x14,0xd0,0x01,0xdb,0x00,0x00
378 # CHECK: v_cmp_class_f16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0xdd,0x00,0x00]
379 0x0a,0x00,0x14,0xd0,0x01,0xdd,0x00,0x00
381 # CHECK: v_cmp_class_f16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0xdf,0x00,0x00]
382 0x0a,0x00,0x14,0xd0,0x01,0xdf,0x00,0x00
384 # CHECK: v_cmp_class_f16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0xf7,0x00,0x00]
385 0x0a,0x00,0x14,0xd0,0x01,0xf7,0x00,0x00
387 # CHECK: v_cmp_class_f16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0xf9,0x00,0x00]
388 0x0a,0x00,0x14,0xd0,0x01,0xf9,0x00,0x00
390 # CHECK: v_cmp_class_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0xfd,0x00,0x00]
391 0x0a,0x00,0x14,0xd0,0x01,0xfd,0x00,0x00
393 # CHECK: v_cmp_class_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0xff,0x00,0x00]
394 0x0a,0x00,0x14,0xd0,0x01,0xff,0x00,0x00
396 # CHECK: v_cmp_class_f16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0x01,0x01,0x00]
397 0x0a,0x00,0x14,0xd0,0x01,0x01,0x01,0x00
399 # CHECK: v_cmp_class_f16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0x83,0x01,0x00]
400 0x0a,0x00,0x14,0xd0,0x01,0x83,0x01,0x00
402 # CHECK: v_cmp_class_f16_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0xe1,0x01,0x00]
403 0x0a,0x00,0x14,0xd0,0x01,0xe1,0x01,0x00
405 # CHECK: v_cmp_class_f16_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0xef,0x01,0x00]
406 0x0a,0x00,0x14,0xd0,0x01,0xef,0x01,0x00
408 # CHECK: v_cmp_class_f16_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x14,0xd0,0x01,0x05,0x02,0x20]
409 0x0a,0x00,0x14,0xd0,0x01,0x05,0x02,0x20
411 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0x05,0x02,0x00]
412 0x0a,0x00,0x20,0xd0,0x01,0x05,0x02,0x00
414 # CHECK: v_cmp_f_f16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x20,0xd0,0x01,0x05,0x02,0x00]
415 0x0c,0x00,0x20,0xd0,0x01,0x05,0x02,0x00
417 # CHECK: v_cmp_f_f16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x20,0xd0,0x01,0x05,0x02,0x00]
418 0x64,0x00,0x20,0xd0,0x01,0x05,0x02,0x00
420 # CHECK: v_cmp_f_f16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x20,0xd0,0x01,0x05,0x02,0x00]
421 0x66,0x00,0x20,0xd0,0x01,0x05,0x02,0x00
423 # CHECK: v_cmp_f_f16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x20,0xd0,0x01,0x05,0x02,0x00]
424 0x6a,0x00,0x20,0xd0,0x01,0x05,0x02,0x00
426 # CHECK: v_cmp_f_f16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x20,0xd0,0x01,0x05,0x02,0x00]
427 0x6c,0x00,0x20,0xd0,0x01,0x05,0x02,0x00
429 # CHECK: v_cmp_f_f16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x20,0xd0,0x01,0x05,0x02,0x00]
430 0x6e,0x00,0x20,0xd0,0x01,0x05,0x02,0x00
432 # CHECK: v_cmp_f_f16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x20,0xd0,0x01,0x05,0x02,0x00]
433 0x7a,0x00,0x20,0xd0,0x01,0x05,0x02,0x00
435 # CHECK: v_cmp_f_f16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x20,0xd0,0xff,0x05,0x02,0x00]
436 0x0a,0x00,0x20,0xd0,0xff,0x05,0x02,0x00
438 # CHECK: v_cmp_f_f16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0x04,0x02,0x00]
439 0x0a,0x00,0x20,0xd0,0x01,0x04,0x02,0x00
441 # CHECK: v_cmp_f_f16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x20,0xd0,0x65,0x04,0x02,0x00]
442 0x0a,0x00,0x20,0xd0,0x65,0x04,0x02,0x00
444 # CHECK: v_cmp_f_f16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x20,0xd0,0x66,0x04,0x02,0x00]
445 0x0a,0x00,0x20,0xd0,0x66,0x04,0x02,0x00
447 # CHECK: v_cmp_f_f16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x20,0xd0,0x67,0x04,0x02,0x00]
448 0x0a,0x00,0x20,0xd0,0x67,0x04,0x02,0x00
450 # CHECK: v_cmp_f_f16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x20,0xd0,0x6a,0x04,0x02,0x00]
451 0x0a,0x00,0x20,0xd0,0x6a,0x04,0x02,0x00
453 # CHECK: v_cmp_f_f16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x20,0xd0,0x6b,0x04,0x02,0x00]
454 0x0a,0x00,0x20,0xd0,0x6b,0x04,0x02,0x00
456 # CHECK: v_cmp_f_f16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x20,0xd0,0x6c,0x04,0x02,0x00]
457 0x0a,0x00,0x20,0xd0,0x6c,0x04,0x02,0x00
459 # CHECK: v_cmp_f_f16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x20,0xd0,0x6d,0x04,0x02,0x00]
460 0x0a,0x00,0x20,0xd0,0x6d,0x04,0x02,0x00
462 # CHECK: v_cmp_f_f16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x20,0xd0,0x6e,0x04,0x02,0x00]
463 0x0a,0x00,0x20,0xd0,0x6e,0x04,0x02,0x00
465 # CHECK: v_cmp_f_f16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x20,0xd0,0x6f,0x04,0x02,0x00]
466 0x0a,0x00,0x20,0xd0,0x6f,0x04,0x02,0x00
468 # CHECK: v_cmp_f_f16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x20,0xd0,0x7b,0x04,0x02,0x00]
469 0x0a,0x00,0x20,0xd0,0x7b,0x04,0x02,0x00
471 # CHECK: v_cmp_f_f16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x20,0xd0,0x7c,0x04,0x02,0x00]
472 0x0a,0x00,0x20,0xd0,0x7c,0x04,0x02,0x00
474 # CHECK: v_cmp_f_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x20,0xd0,0x7e,0x04,0x02,0x00]
475 0x0a,0x00,0x20,0xd0,0x7e,0x04,0x02,0x00
477 # CHECK: v_cmp_f_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x20,0xd0,0x7f,0x04,0x02,0x00]
478 0x0a,0x00,0x20,0xd0,0x7f,0x04,0x02,0x00
480 # CHECK: v_cmp_f_f16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x20,0xd0,0x80,0x04,0x02,0x00]
481 0x0a,0x00,0x20,0xd0,0x80,0x04,0x02,0x00
483 # CHECK: v_cmp_f_f16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x20,0xd0,0xc1,0x04,0x02,0x00]
484 0x0a,0x00,0x20,0xd0,0xc1,0x04,0x02,0x00
486 # CHECK: v_cmp_f_f16_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x20,0xd0,0xf0,0x04,0x02,0x00]
487 0x0a,0x00,0x20,0xd0,0xf0,0x04,0x02,0x00
489 # CHECK: v_cmp_f_f16_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x20,0xd0,0xf7,0x04,0x02,0x00]
490 0x0a,0x00,0x20,0xd0,0xf7,0x04,0x02,0x00
492 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0xff,0x03,0x00]
493 0x0a,0x00,0x20,0xd0,0x01,0xff,0x03,0x00
495 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0x05,0x00,0x00]
496 0x0a,0x00,0x20,0xd0,0x01,0x05,0x00,0x00
498 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0xcb,0x00,0x00]
499 0x0a,0x00,0x20,0xd0,0x01,0xcb,0x00,0x00
501 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0xcd,0x00,0x00]
502 0x0a,0x00,0x20,0xd0,0x01,0xcd,0x00,0x00
504 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0xcf,0x00,0x00]
505 0x0a,0x00,0x20,0xd0,0x01,0xcf,0x00,0x00
507 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0xd5,0x00,0x00]
508 0x0a,0x00,0x20,0xd0,0x01,0xd5,0x00,0x00
510 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0xd7,0x00,0x00]
511 0x0a,0x00,0x20,0xd0,0x01,0xd7,0x00,0x00
513 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0xd9,0x00,0x00]
514 0x0a,0x00,0x20,0xd0,0x01,0xd9,0x00,0x00
516 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0xdb,0x00,0x00]
517 0x0a,0x00,0x20,0xd0,0x01,0xdb,0x00,0x00
519 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0xdd,0x00,0x00]
520 0x0a,0x00,0x20,0xd0,0x01,0xdd,0x00,0x00
522 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0xdf,0x00,0x00]
523 0x0a,0x00,0x20,0xd0,0x01,0xdf,0x00,0x00
525 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0xf7,0x00,0x00]
526 0x0a,0x00,0x20,0xd0,0x01,0xf7,0x00,0x00
528 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0xf9,0x00,0x00]
529 0x0a,0x00,0x20,0xd0,0x01,0xf9,0x00,0x00
531 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0xfd,0x00,0x00]
532 0x0a,0x00,0x20,0xd0,0x01,0xfd,0x00,0x00
534 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0xff,0x00,0x00]
535 0x0a,0x00,0x20,0xd0,0x01,0xff,0x00,0x00
537 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0x01,0x01,0x00]
538 0x0a,0x00,0x20,0xd0,0x01,0x01,0x01,0x00
540 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0x83,0x01,0x00]
541 0x0a,0x00,0x20,0xd0,0x01,0x83,0x01,0x00
543 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0xe1,0x01,0x00]
544 0x0a,0x00,0x20,0xd0,0x01,0xe1,0x01,0x00
546 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0xef,0x01,0x00]
547 0x0a,0x00,0x20,0xd0,0x01,0xef,0x01,0x00
549 # CHECK: v_cmp_f_f16_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0x05,0x02,0x20]
550 0x0a,0x00,0x20,0xd0,0x01,0x05,0x02,0x20
552 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0x05,0x02,0x40]
553 0x0a,0x00,0x20,0xd0,0x01,0x05,0x02,0x40
555 # CHECK: v_cmp_f_f16_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x20,0xd0,0x01,0x05,0x02,0x60]
556 0x0a,0x00,0x20,0xd0,0x01,0x05,0x02,0x60
558 # CHECK: v_cmp_f_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x20,0xd0,0x01,0x05,0x02,0x00]
559 0x0a,0x80,0x20,0xd0,0x01,0x05,0x02,0x00
561 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0x05,0x02,0x00]
562 0x0a,0x00,0x21,0xd0,0x01,0x05,0x02,0x00
564 # CHECK: v_cmp_lt_f16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x21,0xd0,0x01,0x05,0x02,0x00]
565 0x0c,0x00,0x21,0xd0,0x01,0x05,0x02,0x00
567 # CHECK: v_cmp_lt_f16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x21,0xd0,0x01,0x05,0x02,0x00]
568 0x64,0x00,0x21,0xd0,0x01,0x05,0x02,0x00
570 # CHECK: v_cmp_lt_f16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x21,0xd0,0x01,0x05,0x02,0x00]
571 0x66,0x00,0x21,0xd0,0x01,0x05,0x02,0x00
573 # CHECK: v_cmp_lt_f16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x21,0xd0,0x01,0x05,0x02,0x00]
574 0x6a,0x00,0x21,0xd0,0x01,0x05,0x02,0x00
576 # CHECK: v_cmp_lt_f16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x21,0xd0,0x01,0x05,0x02,0x00]
577 0x6c,0x00,0x21,0xd0,0x01,0x05,0x02,0x00
579 # CHECK: v_cmp_lt_f16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x21,0xd0,0x01,0x05,0x02,0x00]
580 0x6e,0x00,0x21,0xd0,0x01,0x05,0x02,0x00
582 # CHECK: v_cmp_lt_f16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x21,0xd0,0x01,0x05,0x02,0x00]
583 0x7a,0x00,0x21,0xd0,0x01,0x05,0x02,0x00
585 # CHECK: v_cmp_lt_f16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x21,0xd0,0xff,0x05,0x02,0x00]
586 0x0a,0x00,0x21,0xd0,0xff,0x05,0x02,0x00
588 # CHECK: v_cmp_lt_f16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0x04,0x02,0x00]
589 0x0a,0x00,0x21,0xd0,0x01,0x04,0x02,0x00
591 # CHECK: v_cmp_lt_f16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x21,0xd0,0x65,0x04,0x02,0x00]
592 0x0a,0x00,0x21,0xd0,0x65,0x04,0x02,0x00
594 # CHECK: v_cmp_lt_f16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x21,0xd0,0x66,0x04,0x02,0x00]
595 0x0a,0x00,0x21,0xd0,0x66,0x04,0x02,0x00
597 # CHECK: v_cmp_lt_f16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x21,0xd0,0x67,0x04,0x02,0x00]
598 0x0a,0x00,0x21,0xd0,0x67,0x04,0x02,0x00
600 # CHECK: v_cmp_lt_f16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x21,0xd0,0x6a,0x04,0x02,0x00]
601 0x0a,0x00,0x21,0xd0,0x6a,0x04,0x02,0x00
603 # CHECK: v_cmp_lt_f16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x21,0xd0,0x6b,0x04,0x02,0x00]
604 0x0a,0x00,0x21,0xd0,0x6b,0x04,0x02,0x00
606 # CHECK: v_cmp_lt_f16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x21,0xd0,0x6c,0x04,0x02,0x00]
607 0x0a,0x00,0x21,0xd0,0x6c,0x04,0x02,0x00
609 # CHECK: v_cmp_lt_f16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x21,0xd0,0x6d,0x04,0x02,0x00]
610 0x0a,0x00,0x21,0xd0,0x6d,0x04,0x02,0x00
612 # CHECK: v_cmp_lt_f16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x21,0xd0,0x6e,0x04,0x02,0x00]
613 0x0a,0x00,0x21,0xd0,0x6e,0x04,0x02,0x00
615 # CHECK: v_cmp_lt_f16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x21,0xd0,0x6f,0x04,0x02,0x00]
616 0x0a,0x00,0x21,0xd0,0x6f,0x04,0x02,0x00
618 # CHECK: v_cmp_lt_f16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x21,0xd0,0x7b,0x04,0x02,0x00]
619 0x0a,0x00,0x21,0xd0,0x7b,0x04,0x02,0x00
621 # CHECK: v_cmp_lt_f16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x21,0xd0,0x7c,0x04,0x02,0x00]
622 0x0a,0x00,0x21,0xd0,0x7c,0x04,0x02,0x00
624 # CHECK: v_cmp_lt_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x21,0xd0,0x7e,0x04,0x02,0x00]
625 0x0a,0x00,0x21,0xd0,0x7e,0x04,0x02,0x00
627 # CHECK: v_cmp_lt_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x21,0xd0,0x7f,0x04,0x02,0x00]
628 0x0a,0x00,0x21,0xd0,0x7f,0x04,0x02,0x00
630 # CHECK: v_cmp_lt_f16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x21,0xd0,0x80,0x04,0x02,0x00]
631 0x0a,0x00,0x21,0xd0,0x80,0x04,0x02,0x00
633 # CHECK: v_cmp_lt_f16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x21,0xd0,0xc1,0x04,0x02,0x00]
634 0x0a,0x00,0x21,0xd0,0xc1,0x04,0x02,0x00
636 # CHECK: v_cmp_lt_f16_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x21,0xd0,0xf0,0x04,0x02,0x00]
637 0x0a,0x00,0x21,0xd0,0xf0,0x04,0x02,0x00
639 # CHECK: v_cmp_lt_f16_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x21,0xd0,0xf7,0x04,0x02,0x00]
640 0x0a,0x00,0x21,0xd0,0xf7,0x04,0x02,0x00
642 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0xff,0x03,0x00]
643 0x0a,0x00,0x21,0xd0,0x01,0xff,0x03,0x00
645 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0x05,0x00,0x00]
646 0x0a,0x00,0x21,0xd0,0x01,0x05,0x00,0x00
648 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0xcb,0x00,0x00]
649 0x0a,0x00,0x21,0xd0,0x01,0xcb,0x00,0x00
651 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0xcd,0x00,0x00]
652 0x0a,0x00,0x21,0xd0,0x01,0xcd,0x00,0x00
654 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0xcf,0x00,0x00]
655 0x0a,0x00,0x21,0xd0,0x01,0xcf,0x00,0x00
657 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0xd5,0x00,0x00]
658 0x0a,0x00,0x21,0xd0,0x01,0xd5,0x00,0x00
660 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0xd7,0x00,0x00]
661 0x0a,0x00,0x21,0xd0,0x01,0xd7,0x00,0x00
663 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0xd9,0x00,0x00]
664 0x0a,0x00,0x21,0xd0,0x01,0xd9,0x00,0x00
666 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0xdb,0x00,0x00]
667 0x0a,0x00,0x21,0xd0,0x01,0xdb,0x00,0x00
669 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0xdd,0x00,0x00]
670 0x0a,0x00,0x21,0xd0,0x01,0xdd,0x00,0x00
672 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0xdf,0x00,0x00]
673 0x0a,0x00,0x21,0xd0,0x01,0xdf,0x00,0x00
675 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0xf7,0x00,0x00]
676 0x0a,0x00,0x21,0xd0,0x01,0xf7,0x00,0x00
678 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0xf9,0x00,0x00]
679 0x0a,0x00,0x21,0xd0,0x01,0xf9,0x00,0x00
681 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0xfd,0x00,0x00]
682 0x0a,0x00,0x21,0xd0,0x01,0xfd,0x00,0x00
684 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0xff,0x00,0x00]
685 0x0a,0x00,0x21,0xd0,0x01,0xff,0x00,0x00
687 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0x01,0x01,0x00]
688 0x0a,0x00,0x21,0xd0,0x01,0x01,0x01,0x00
690 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0x83,0x01,0x00]
691 0x0a,0x00,0x21,0xd0,0x01,0x83,0x01,0x00
693 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0xe1,0x01,0x00]
694 0x0a,0x00,0x21,0xd0,0x01,0xe1,0x01,0x00
696 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0xef,0x01,0x00]
697 0x0a,0x00,0x21,0xd0,0x01,0xef,0x01,0x00
699 # CHECK: v_cmp_lt_f16_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0x05,0x02,0x20]
700 0x0a,0x00,0x21,0xd0,0x01,0x05,0x02,0x20
702 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0x05,0x02,0x40]
703 0x0a,0x00,0x21,0xd0,0x01,0x05,0x02,0x40
705 # CHECK: v_cmp_lt_f16_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x21,0xd0,0x01,0x05,0x02,0x60]
706 0x0a,0x00,0x21,0xd0,0x01,0x05,0x02,0x60
708 # CHECK: v_cmp_lt_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x21,0xd0,0x01,0x05,0x02,0x00]
709 0x0a,0x80,0x21,0xd0,0x01,0x05,0x02,0x00
711 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0x05,0x02,0x00]
712 0x0a,0x00,0x22,0xd0,0x01,0x05,0x02,0x00
714 # CHECK: v_cmp_eq_f16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x22,0xd0,0x01,0x05,0x02,0x00]
715 0x0c,0x00,0x22,0xd0,0x01,0x05,0x02,0x00
717 # CHECK: v_cmp_eq_f16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x22,0xd0,0x01,0x05,0x02,0x00]
718 0x64,0x00,0x22,0xd0,0x01,0x05,0x02,0x00
720 # CHECK: v_cmp_eq_f16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x22,0xd0,0x01,0x05,0x02,0x00]
721 0x66,0x00,0x22,0xd0,0x01,0x05,0x02,0x00
723 # CHECK: v_cmp_eq_f16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x22,0xd0,0x01,0x05,0x02,0x00]
724 0x6a,0x00,0x22,0xd0,0x01,0x05,0x02,0x00
726 # CHECK: v_cmp_eq_f16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x22,0xd0,0x01,0x05,0x02,0x00]
727 0x6c,0x00,0x22,0xd0,0x01,0x05,0x02,0x00
729 # CHECK: v_cmp_eq_f16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x22,0xd0,0x01,0x05,0x02,0x00]
730 0x6e,0x00,0x22,0xd0,0x01,0x05,0x02,0x00
732 # CHECK: v_cmp_eq_f16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x22,0xd0,0x01,0x05,0x02,0x00]
733 0x7a,0x00,0x22,0xd0,0x01,0x05,0x02,0x00
735 # CHECK: v_cmp_eq_f16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x22,0xd0,0xff,0x05,0x02,0x00]
736 0x0a,0x00,0x22,0xd0,0xff,0x05,0x02,0x00
738 # CHECK: v_cmp_eq_f16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0x04,0x02,0x00]
739 0x0a,0x00,0x22,0xd0,0x01,0x04,0x02,0x00
741 # CHECK: v_cmp_eq_f16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x22,0xd0,0x65,0x04,0x02,0x00]
742 0x0a,0x00,0x22,0xd0,0x65,0x04,0x02,0x00
744 # CHECK: v_cmp_eq_f16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x22,0xd0,0x66,0x04,0x02,0x00]
745 0x0a,0x00,0x22,0xd0,0x66,0x04,0x02,0x00
747 # CHECK: v_cmp_eq_f16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x22,0xd0,0x67,0x04,0x02,0x00]
748 0x0a,0x00,0x22,0xd0,0x67,0x04,0x02,0x00
750 # CHECK: v_cmp_eq_f16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x22,0xd0,0x6a,0x04,0x02,0x00]
751 0x0a,0x00,0x22,0xd0,0x6a,0x04,0x02,0x00
753 # CHECK: v_cmp_eq_f16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x22,0xd0,0x6b,0x04,0x02,0x00]
754 0x0a,0x00,0x22,0xd0,0x6b,0x04,0x02,0x00
756 # CHECK: v_cmp_eq_f16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x22,0xd0,0x6c,0x04,0x02,0x00]
757 0x0a,0x00,0x22,0xd0,0x6c,0x04,0x02,0x00
759 # CHECK: v_cmp_eq_f16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x22,0xd0,0x6d,0x04,0x02,0x00]
760 0x0a,0x00,0x22,0xd0,0x6d,0x04,0x02,0x00
762 # CHECK: v_cmp_eq_f16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x22,0xd0,0x6e,0x04,0x02,0x00]
763 0x0a,0x00,0x22,0xd0,0x6e,0x04,0x02,0x00
765 # CHECK: v_cmp_eq_f16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x22,0xd0,0x6f,0x04,0x02,0x00]
766 0x0a,0x00,0x22,0xd0,0x6f,0x04,0x02,0x00
768 # CHECK: v_cmp_eq_f16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x22,0xd0,0x7b,0x04,0x02,0x00]
769 0x0a,0x00,0x22,0xd0,0x7b,0x04,0x02,0x00
771 # CHECK: v_cmp_eq_f16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x22,0xd0,0x7c,0x04,0x02,0x00]
772 0x0a,0x00,0x22,0xd0,0x7c,0x04,0x02,0x00
774 # CHECK: v_cmp_eq_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x22,0xd0,0x7e,0x04,0x02,0x00]
775 0x0a,0x00,0x22,0xd0,0x7e,0x04,0x02,0x00
777 # CHECK: v_cmp_eq_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x22,0xd0,0x7f,0x04,0x02,0x00]
778 0x0a,0x00,0x22,0xd0,0x7f,0x04,0x02,0x00
780 # CHECK: v_cmp_eq_f16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x22,0xd0,0x80,0x04,0x02,0x00]
781 0x0a,0x00,0x22,0xd0,0x80,0x04,0x02,0x00
783 # CHECK: v_cmp_eq_f16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x22,0xd0,0xc1,0x04,0x02,0x00]
784 0x0a,0x00,0x22,0xd0,0xc1,0x04,0x02,0x00
786 # CHECK: v_cmp_eq_f16_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x22,0xd0,0xf0,0x04,0x02,0x00]
787 0x0a,0x00,0x22,0xd0,0xf0,0x04,0x02,0x00
789 # CHECK: v_cmp_eq_f16_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x22,0xd0,0xf7,0x04,0x02,0x00]
790 0x0a,0x00,0x22,0xd0,0xf7,0x04,0x02,0x00
792 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0xff,0x03,0x00]
793 0x0a,0x00,0x22,0xd0,0x01,0xff,0x03,0x00
795 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0x05,0x00,0x00]
796 0x0a,0x00,0x22,0xd0,0x01,0x05,0x00,0x00
798 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0xcb,0x00,0x00]
799 0x0a,0x00,0x22,0xd0,0x01,0xcb,0x00,0x00
801 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0xcd,0x00,0x00]
802 0x0a,0x00,0x22,0xd0,0x01,0xcd,0x00,0x00
804 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0xcf,0x00,0x00]
805 0x0a,0x00,0x22,0xd0,0x01,0xcf,0x00,0x00
807 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0xd5,0x00,0x00]
808 0x0a,0x00,0x22,0xd0,0x01,0xd5,0x00,0x00
810 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0xd7,0x00,0x00]
811 0x0a,0x00,0x22,0xd0,0x01,0xd7,0x00,0x00
813 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0xd9,0x00,0x00]
814 0x0a,0x00,0x22,0xd0,0x01,0xd9,0x00,0x00
816 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0xdb,0x00,0x00]
817 0x0a,0x00,0x22,0xd0,0x01,0xdb,0x00,0x00
819 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0xdd,0x00,0x00]
820 0x0a,0x00,0x22,0xd0,0x01,0xdd,0x00,0x00
822 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0xdf,0x00,0x00]
823 0x0a,0x00,0x22,0xd0,0x01,0xdf,0x00,0x00
825 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0xf7,0x00,0x00]
826 0x0a,0x00,0x22,0xd0,0x01,0xf7,0x00,0x00
828 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0xf9,0x00,0x00]
829 0x0a,0x00,0x22,0xd0,0x01,0xf9,0x00,0x00
831 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0xfd,0x00,0x00]
832 0x0a,0x00,0x22,0xd0,0x01,0xfd,0x00,0x00
834 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0xff,0x00,0x00]
835 0x0a,0x00,0x22,0xd0,0x01,0xff,0x00,0x00
837 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0x01,0x01,0x00]
838 0x0a,0x00,0x22,0xd0,0x01,0x01,0x01,0x00
840 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0x83,0x01,0x00]
841 0x0a,0x00,0x22,0xd0,0x01,0x83,0x01,0x00
843 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0xe1,0x01,0x00]
844 0x0a,0x00,0x22,0xd0,0x01,0xe1,0x01,0x00
846 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0xef,0x01,0x00]
847 0x0a,0x00,0x22,0xd0,0x01,0xef,0x01,0x00
849 # CHECK: v_cmp_eq_f16_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0x05,0x02,0x20]
850 0x0a,0x00,0x22,0xd0,0x01,0x05,0x02,0x20
852 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0x05,0x02,0x40]
853 0x0a,0x00,0x22,0xd0,0x01,0x05,0x02,0x40
855 # CHECK: v_cmp_eq_f16_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x22,0xd0,0x01,0x05,0x02,0x60]
856 0x0a,0x00,0x22,0xd0,0x01,0x05,0x02,0x60
858 # CHECK: v_cmp_eq_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x22,0xd0,0x01,0x05,0x02,0x00]
859 0x0a,0x80,0x22,0xd0,0x01,0x05,0x02,0x00
861 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0x05,0x02,0x00]
862 0x0a,0x00,0x23,0xd0,0x01,0x05,0x02,0x00
864 # CHECK: v_cmp_le_f16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x23,0xd0,0x01,0x05,0x02,0x00]
865 0x0c,0x00,0x23,0xd0,0x01,0x05,0x02,0x00
867 # CHECK: v_cmp_le_f16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x23,0xd0,0x01,0x05,0x02,0x00]
868 0x64,0x00,0x23,0xd0,0x01,0x05,0x02,0x00
870 # CHECK: v_cmp_le_f16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x23,0xd0,0x01,0x05,0x02,0x00]
871 0x66,0x00,0x23,0xd0,0x01,0x05,0x02,0x00
873 # CHECK: v_cmp_le_f16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x23,0xd0,0x01,0x05,0x02,0x00]
874 0x6a,0x00,0x23,0xd0,0x01,0x05,0x02,0x00
876 # CHECK: v_cmp_le_f16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x23,0xd0,0x01,0x05,0x02,0x00]
877 0x6c,0x00,0x23,0xd0,0x01,0x05,0x02,0x00
879 # CHECK: v_cmp_le_f16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x23,0xd0,0x01,0x05,0x02,0x00]
880 0x6e,0x00,0x23,0xd0,0x01,0x05,0x02,0x00
882 # CHECK: v_cmp_le_f16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x23,0xd0,0x01,0x05,0x02,0x00]
883 0x7a,0x00,0x23,0xd0,0x01,0x05,0x02,0x00
885 # CHECK: v_cmp_le_f16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x23,0xd0,0xff,0x05,0x02,0x00]
886 0x0a,0x00,0x23,0xd0,0xff,0x05,0x02,0x00
888 # CHECK: v_cmp_le_f16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0x04,0x02,0x00]
889 0x0a,0x00,0x23,0xd0,0x01,0x04,0x02,0x00
891 # CHECK: v_cmp_le_f16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x23,0xd0,0x65,0x04,0x02,0x00]
892 0x0a,0x00,0x23,0xd0,0x65,0x04,0x02,0x00
894 # CHECK: v_cmp_le_f16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x23,0xd0,0x66,0x04,0x02,0x00]
895 0x0a,0x00,0x23,0xd0,0x66,0x04,0x02,0x00
897 # CHECK: v_cmp_le_f16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x23,0xd0,0x67,0x04,0x02,0x00]
898 0x0a,0x00,0x23,0xd0,0x67,0x04,0x02,0x00
900 # CHECK: v_cmp_le_f16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x23,0xd0,0x6a,0x04,0x02,0x00]
901 0x0a,0x00,0x23,0xd0,0x6a,0x04,0x02,0x00
903 # CHECK: v_cmp_le_f16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x23,0xd0,0x6b,0x04,0x02,0x00]
904 0x0a,0x00,0x23,0xd0,0x6b,0x04,0x02,0x00
906 # CHECK: v_cmp_le_f16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x23,0xd0,0x6c,0x04,0x02,0x00]
907 0x0a,0x00,0x23,0xd0,0x6c,0x04,0x02,0x00
909 # CHECK: v_cmp_le_f16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x23,0xd0,0x6d,0x04,0x02,0x00]
910 0x0a,0x00,0x23,0xd0,0x6d,0x04,0x02,0x00
912 # CHECK: v_cmp_le_f16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x23,0xd0,0x6e,0x04,0x02,0x00]
913 0x0a,0x00,0x23,0xd0,0x6e,0x04,0x02,0x00
915 # CHECK: v_cmp_le_f16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x23,0xd0,0x6f,0x04,0x02,0x00]
916 0x0a,0x00,0x23,0xd0,0x6f,0x04,0x02,0x00
918 # CHECK: v_cmp_le_f16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x23,0xd0,0x7b,0x04,0x02,0x00]
919 0x0a,0x00,0x23,0xd0,0x7b,0x04,0x02,0x00
921 # CHECK: v_cmp_le_f16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x23,0xd0,0x7c,0x04,0x02,0x00]
922 0x0a,0x00,0x23,0xd0,0x7c,0x04,0x02,0x00
924 # CHECK: v_cmp_le_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x23,0xd0,0x7e,0x04,0x02,0x00]
925 0x0a,0x00,0x23,0xd0,0x7e,0x04,0x02,0x00
927 # CHECK: v_cmp_le_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x23,0xd0,0x7f,0x04,0x02,0x00]
928 0x0a,0x00,0x23,0xd0,0x7f,0x04,0x02,0x00
930 # CHECK: v_cmp_le_f16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x23,0xd0,0x80,0x04,0x02,0x00]
931 0x0a,0x00,0x23,0xd0,0x80,0x04,0x02,0x00
933 # CHECK: v_cmp_le_f16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x23,0xd0,0xc1,0x04,0x02,0x00]
934 0x0a,0x00,0x23,0xd0,0xc1,0x04,0x02,0x00
936 # CHECK: v_cmp_le_f16_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x23,0xd0,0xf0,0x04,0x02,0x00]
937 0x0a,0x00,0x23,0xd0,0xf0,0x04,0x02,0x00
939 # CHECK: v_cmp_le_f16_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x23,0xd0,0xf7,0x04,0x02,0x00]
940 0x0a,0x00,0x23,0xd0,0xf7,0x04,0x02,0x00
942 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0xff,0x03,0x00]
943 0x0a,0x00,0x23,0xd0,0x01,0xff,0x03,0x00
945 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0x05,0x00,0x00]
946 0x0a,0x00,0x23,0xd0,0x01,0x05,0x00,0x00
948 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0xcb,0x00,0x00]
949 0x0a,0x00,0x23,0xd0,0x01,0xcb,0x00,0x00
951 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0xcd,0x00,0x00]
952 0x0a,0x00,0x23,0xd0,0x01,0xcd,0x00,0x00
954 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0xcf,0x00,0x00]
955 0x0a,0x00,0x23,0xd0,0x01,0xcf,0x00,0x00
957 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0xd5,0x00,0x00]
958 0x0a,0x00,0x23,0xd0,0x01,0xd5,0x00,0x00
960 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0xd7,0x00,0x00]
961 0x0a,0x00,0x23,0xd0,0x01,0xd7,0x00,0x00
963 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0xd9,0x00,0x00]
964 0x0a,0x00,0x23,0xd0,0x01,0xd9,0x00,0x00
966 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0xdb,0x00,0x00]
967 0x0a,0x00,0x23,0xd0,0x01,0xdb,0x00,0x00
969 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0xdd,0x00,0x00]
970 0x0a,0x00,0x23,0xd0,0x01,0xdd,0x00,0x00
972 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0xdf,0x00,0x00]
973 0x0a,0x00,0x23,0xd0,0x01,0xdf,0x00,0x00
975 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0xf7,0x00,0x00]
976 0x0a,0x00,0x23,0xd0,0x01,0xf7,0x00,0x00
978 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0xf9,0x00,0x00]
979 0x0a,0x00,0x23,0xd0,0x01,0xf9,0x00,0x00
981 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0xfd,0x00,0x00]
982 0x0a,0x00,0x23,0xd0,0x01,0xfd,0x00,0x00
984 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0xff,0x00,0x00]
985 0x0a,0x00,0x23,0xd0,0x01,0xff,0x00,0x00
987 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0x01,0x01,0x00]
988 0x0a,0x00,0x23,0xd0,0x01,0x01,0x01,0x00
990 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0x83,0x01,0x00]
991 0x0a,0x00,0x23,0xd0,0x01,0x83,0x01,0x00
993 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0xe1,0x01,0x00]
994 0x0a,0x00,0x23,0xd0,0x01,0xe1,0x01,0x00
996 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0xef,0x01,0x00]
997 0x0a,0x00,0x23,0xd0,0x01,0xef,0x01,0x00
999 # CHECK: v_cmp_le_f16_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0x05,0x02,0x20]
1000 0x0a,0x00,0x23,0xd0,0x01,0x05,0x02,0x20
1002 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0x05,0x02,0x40]
1003 0x0a,0x00,0x23,0xd0,0x01,0x05,0x02,0x40
1005 # CHECK: v_cmp_le_f16_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x23,0xd0,0x01,0x05,0x02,0x60]
1006 0x0a,0x00,0x23,0xd0,0x01,0x05,0x02,0x60
1008 # CHECK: v_cmp_le_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x23,0xd0,0x01,0x05,0x02,0x00]
1009 0x0a,0x80,0x23,0xd0,0x01,0x05,0x02,0x00
1011 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0x05,0x02,0x00]
1012 0x0a,0x00,0x24,0xd0,0x01,0x05,0x02,0x00
1014 # CHECK: v_cmp_gt_f16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x24,0xd0,0x01,0x05,0x02,0x00]
1015 0x0c,0x00,0x24,0xd0,0x01,0x05,0x02,0x00
1017 # CHECK: v_cmp_gt_f16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x24,0xd0,0x01,0x05,0x02,0x00]
1018 0x64,0x00,0x24,0xd0,0x01,0x05,0x02,0x00
1020 # CHECK: v_cmp_gt_f16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x24,0xd0,0x01,0x05,0x02,0x00]
1021 0x66,0x00,0x24,0xd0,0x01,0x05,0x02,0x00
1023 # CHECK: v_cmp_gt_f16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x24,0xd0,0x01,0x05,0x02,0x00]
1024 0x6a,0x00,0x24,0xd0,0x01,0x05,0x02,0x00
1026 # CHECK: v_cmp_gt_f16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x24,0xd0,0x01,0x05,0x02,0x00]
1027 0x6c,0x00,0x24,0xd0,0x01,0x05,0x02,0x00
1029 # CHECK: v_cmp_gt_f16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x24,0xd0,0x01,0x05,0x02,0x00]
1030 0x6e,0x00,0x24,0xd0,0x01,0x05,0x02,0x00
1032 # CHECK: v_cmp_gt_f16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x24,0xd0,0x01,0x05,0x02,0x00]
1033 0x7a,0x00,0x24,0xd0,0x01,0x05,0x02,0x00
1035 # CHECK: v_cmp_gt_f16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x24,0xd0,0xff,0x05,0x02,0x00]
1036 0x0a,0x00,0x24,0xd0,0xff,0x05,0x02,0x00
1038 # CHECK: v_cmp_gt_f16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0x04,0x02,0x00]
1039 0x0a,0x00,0x24,0xd0,0x01,0x04,0x02,0x00
1041 # CHECK: v_cmp_gt_f16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x24,0xd0,0x65,0x04,0x02,0x00]
1042 0x0a,0x00,0x24,0xd0,0x65,0x04,0x02,0x00
1044 # CHECK: v_cmp_gt_f16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x24,0xd0,0x66,0x04,0x02,0x00]
1045 0x0a,0x00,0x24,0xd0,0x66,0x04,0x02,0x00
1047 # CHECK: v_cmp_gt_f16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x24,0xd0,0x67,0x04,0x02,0x00]
1048 0x0a,0x00,0x24,0xd0,0x67,0x04,0x02,0x00
1050 # CHECK: v_cmp_gt_f16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x24,0xd0,0x6a,0x04,0x02,0x00]
1051 0x0a,0x00,0x24,0xd0,0x6a,0x04,0x02,0x00
1053 # CHECK: v_cmp_gt_f16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x24,0xd0,0x6b,0x04,0x02,0x00]
1054 0x0a,0x00,0x24,0xd0,0x6b,0x04,0x02,0x00
1056 # CHECK: v_cmp_gt_f16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x24,0xd0,0x6c,0x04,0x02,0x00]
1057 0x0a,0x00,0x24,0xd0,0x6c,0x04,0x02,0x00
1059 # CHECK: v_cmp_gt_f16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x24,0xd0,0x6d,0x04,0x02,0x00]
1060 0x0a,0x00,0x24,0xd0,0x6d,0x04,0x02,0x00
1062 # CHECK: v_cmp_gt_f16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x24,0xd0,0x6e,0x04,0x02,0x00]
1063 0x0a,0x00,0x24,0xd0,0x6e,0x04,0x02,0x00
1065 # CHECK: v_cmp_gt_f16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x24,0xd0,0x6f,0x04,0x02,0x00]
1066 0x0a,0x00,0x24,0xd0,0x6f,0x04,0x02,0x00
1068 # CHECK: v_cmp_gt_f16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x24,0xd0,0x7b,0x04,0x02,0x00]
1069 0x0a,0x00,0x24,0xd0,0x7b,0x04,0x02,0x00
1071 # CHECK: v_cmp_gt_f16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x24,0xd0,0x7c,0x04,0x02,0x00]
1072 0x0a,0x00,0x24,0xd0,0x7c,0x04,0x02,0x00
1074 # CHECK: v_cmp_gt_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x24,0xd0,0x7e,0x04,0x02,0x00]
1075 0x0a,0x00,0x24,0xd0,0x7e,0x04,0x02,0x00
1077 # CHECK: v_cmp_gt_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x24,0xd0,0x7f,0x04,0x02,0x00]
1078 0x0a,0x00,0x24,0xd0,0x7f,0x04,0x02,0x00
1080 # CHECK: v_cmp_gt_f16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x24,0xd0,0x80,0x04,0x02,0x00]
1081 0x0a,0x00,0x24,0xd0,0x80,0x04,0x02,0x00
1083 # CHECK: v_cmp_gt_f16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x24,0xd0,0xc1,0x04,0x02,0x00]
1084 0x0a,0x00,0x24,0xd0,0xc1,0x04,0x02,0x00
1086 # CHECK: v_cmp_gt_f16_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x24,0xd0,0xf0,0x04,0x02,0x00]
1087 0x0a,0x00,0x24,0xd0,0xf0,0x04,0x02,0x00
1089 # CHECK: v_cmp_gt_f16_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x24,0xd0,0xf7,0x04,0x02,0x00]
1090 0x0a,0x00,0x24,0xd0,0xf7,0x04,0x02,0x00
1092 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0xff,0x03,0x00]
1093 0x0a,0x00,0x24,0xd0,0x01,0xff,0x03,0x00
1095 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0x05,0x00,0x00]
1096 0x0a,0x00,0x24,0xd0,0x01,0x05,0x00,0x00
1098 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0xcb,0x00,0x00]
1099 0x0a,0x00,0x24,0xd0,0x01,0xcb,0x00,0x00
1101 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0xcd,0x00,0x00]
1102 0x0a,0x00,0x24,0xd0,0x01,0xcd,0x00,0x00
1104 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0xcf,0x00,0x00]
1105 0x0a,0x00,0x24,0xd0,0x01,0xcf,0x00,0x00
1107 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0xd5,0x00,0x00]
1108 0x0a,0x00,0x24,0xd0,0x01,0xd5,0x00,0x00
1110 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0xd7,0x00,0x00]
1111 0x0a,0x00,0x24,0xd0,0x01,0xd7,0x00,0x00
1113 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0xd9,0x00,0x00]
1114 0x0a,0x00,0x24,0xd0,0x01,0xd9,0x00,0x00
1116 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0xdb,0x00,0x00]
1117 0x0a,0x00,0x24,0xd0,0x01,0xdb,0x00,0x00
1119 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0xdd,0x00,0x00]
1120 0x0a,0x00,0x24,0xd0,0x01,0xdd,0x00,0x00
1122 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0xdf,0x00,0x00]
1123 0x0a,0x00,0x24,0xd0,0x01,0xdf,0x00,0x00
1125 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0xf7,0x00,0x00]
1126 0x0a,0x00,0x24,0xd0,0x01,0xf7,0x00,0x00
1128 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0xf9,0x00,0x00]
1129 0x0a,0x00,0x24,0xd0,0x01,0xf9,0x00,0x00
1131 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0xfd,0x00,0x00]
1132 0x0a,0x00,0x24,0xd0,0x01,0xfd,0x00,0x00
1134 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0xff,0x00,0x00]
1135 0x0a,0x00,0x24,0xd0,0x01,0xff,0x00,0x00
1137 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0x01,0x01,0x00]
1138 0x0a,0x00,0x24,0xd0,0x01,0x01,0x01,0x00
1140 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0x83,0x01,0x00]
1141 0x0a,0x00,0x24,0xd0,0x01,0x83,0x01,0x00
1143 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0xe1,0x01,0x00]
1144 0x0a,0x00,0x24,0xd0,0x01,0xe1,0x01,0x00
1146 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0xef,0x01,0x00]
1147 0x0a,0x00,0x24,0xd0,0x01,0xef,0x01,0x00
1149 # CHECK: v_cmp_gt_f16_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0x05,0x02,0x20]
1150 0x0a,0x00,0x24,0xd0,0x01,0x05,0x02,0x20
1152 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0x05,0x02,0x40]
1153 0x0a,0x00,0x24,0xd0,0x01,0x05,0x02,0x40
1155 # CHECK: v_cmp_gt_f16_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x24,0xd0,0x01,0x05,0x02,0x60]
1156 0x0a,0x00,0x24,0xd0,0x01,0x05,0x02,0x60
1158 # CHECK: v_cmp_gt_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x24,0xd0,0x01,0x05,0x02,0x00]
1159 0x0a,0x80,0x24,0xd0,0x01,0x05,0x02,0x00
1161 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0x05,0x02,0x00]
1162 0x0a,0x00,0x25,0xd0,0x01,0x05,0x02,0x00
1164 # CHECK: v_cmp_lg_f16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x25,0xd0,0x01,0x05,0x02,0x00]
1165 0x0c,0x00,0x25,0xd0,0x01,0x05,0x02,0x00
1167 # CHECK: v_cmp_lg_f16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x25,0xd0,0x01,0x05,0x02,0x00]
1168 0x64,0x00,0x25,0xd0,0x01,0x05,0x02,0x00
1170 # CHECK: v_cmp_lg_f16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x25,0xd0,0x01,0x05,0x02,0x00]
1171 0x66,0x00,0x25,0xd0,0x01,0x05,0x02,0x00
1173 # CHECK: v_cmp_lg_f16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x25,0xd0,0x01,0x05,0x02,0x00]
1174 0x6a,0x00,0x25,0xd0,0x01,0x05,0x02,0x00
1176 # CHECK: v_cmp_lg_f16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x25,0xd0,0x01,0x05,0x02,0x00]
1177 0x6c,0x00,0x25,0xd0,0x01,0x05,0x02,0x00
1179 # CHECK: v_cmp_lg_f16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x25,0xd0,0x01,0x05,0x02,0x00]
1180 0x6e,0x00,0x25,0xd0,0x01,0x05,0x02,0x00
1182 # CHECK: v_cmp_lg_f16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x25,0xd0,0x01,0x05,0x02,0x00]
1183 0x7a,0x00,0x25,0xd0,0x01,0x05,0x02,0x00
1185 # CHECK: v_cmp_lg_f16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x25,0xd0,0xff,0x05,0x02,0x00]
1186 0x0a,0x00,0x25,0xd0,0xff,0x05,0x02,0x00
1188 # CHECK: v_cmp_lg_f16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0x04,0x02,0x00]
1189 0x0a,0x00,0x25,0xd0,0x01,0x04,0x02,0x00
1191 # CHECK: v_cmp_lg_f16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x25,0xd0,0x65,0x04,0x02,0x00]
1192 0x0a,0x00,0x25,0xd0,0x65,0x04,0x02,0x00
1194 # CHECK: v_cmp_lg_f16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x25,0xd0,0x66,0x04,0x02,0x00]
1195 0x0a,0x00,0x25,0xd0,0x66,0x04,0x02,0x00
1197 # CHECK: v_cmp_lg_f16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x25,0xd0,0x67,0x04,0x02,0x00]
1198 0x0a,0x00,0x25,0xd0,0x67,0x04,0x02,0x00
1200 # CHECK: v_cmp_lg_f16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x25,0xd0,0x6a,0x04,0x02,0x00]
1201 0x0a,0x00,0x25,0xd0,0x6a,0x04,0x02,0x00
1203 # CHECK: v_cmp_lg_f16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x25,0xd0,0x6b,0x04,0x02,0x00]
1204 0x0a,0x00,0x25,0xd0,0x6b,0x04,0x02,0x00
1206 # CHECK: v_cmp_lg_f16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x25,0xd0,0x6c,0x04,0x02,0x00]
1207 0x0a,0x00,0x25,0xd0,0x6c,0x04,0x02,0x00
1209 # CHECK: v_cmp_lg_f16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x25,0xd0,0x6d,0x04,0x02,0x00]
1210 0x0a,0x00,0x25,0xd0,0x6d,0x04,0x02,0x00
1212 # CHECK: v_cmp_lg_f16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x25,0xd0,0x6e,0x04,0x02,0x00]
1213 0x0a,0x00,0x25,0xd0,0x6e,0x04,0x02,0x00
1215 # CHECK: v_cmp_lg_f16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x25,0xd0,0x6f,0x04,0x02,0x00]
1216 0x0a,0x00,0x25,0xd0,0x6f,0x04,0x02,0x00
1218 # CHECK: v_cmp_lg_f16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x25,0xd0,0x7b,0x04,0x02,0x00]
1219 0x0a,0x00,0x25,0xd0,0x7b,0x04,0x02,0x00
1221 # CHECK: v_cmp_lg_f16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x25,0xd0,0x7c,0x04,0x02,0x00]
1222 0x0a,0x00,0x25,0xd0,0x7c,0x04,0x02,0x00
1224 # CHECK: v_cmp_lg_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x25,0xd0,0x7e,0x04,0x02,0x00]
1225 0x0a,0x00,0x25,0xd0,0x7e,0x04,0x02,0x00
1227 # CHECK: v_cmp_lg_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x25,0xd0,0x7f,0x04,0x02,0x00]
1228 0x0a,0x00,0x25,0xd0,0x7f,0x04,0x02,0x00
1230 # CHECK: v_cmp_lg_f16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x25,0xd0,0x80,0x04,0x02,0x00]
1231 0x0a,0x00,0x25,0xd0,0x80,0x04,0x02,0x00
1233 # CHECK: v_cmp_lg_f16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x25,0xd0,0xc1,0x04,0x02,0x00]
1234 0x0a,0x00,0x25,0xd0,0xc1,0x04,0x02,0x00
1236 # CHECK: v_cmp_lg_f16_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x25,0xd0,0xf0,0x04,0x02,0x00]
1237 0x0a,0x00,0x25,0xd0,0xf0,0x04,0x02,0x00
1239 # CHECK: v_cmp_lg_f16_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x25,0xd0,0xf7,0x04,0x02,0x00]
1240 0x0a,0x00,0x25,0xd0,0xf7,0x04,0x02,0x00
1242 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0xff,0x03,0x00]
1243 0x0a,0x00,0x25,0xd0,0x01,0xff,0x03,0x00
1245 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0x05,0x00,0x00]
1246 0x0a,0x00,0x25,0xd0,0x01,0x05,0x00,0x00
1248 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0xcb,0x00,0x00]
1249 0x0a,0x00,0x25,0xd0,0x01,0xcb,0x00,0x00
1251 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0xcd,0x00,0x00]
1252 0x0a,0x00,0x25,0xd0,0x01,0xcd,0x00,0x00
1254 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0xcf,0x00,0x00]
1255 0x0a,0x00,0x25,0xd0,0x01,0xcf,0x00,0x00
1257 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0xd5,0x00,0x00]
1258 0x0a,0x00,0x25,0xd0,0x01,0xd5,0x00,0x00
1260 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0xd7,0x00,0x00]
1261 0x0a,0x00,0x25,0xd0,0x01,0xd7,0x00,0x00
1263 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0xd9,0x00,0x00]
1264 0x0a,0x00,0x25,0xd0,0x01,0xd9,0x00,0x00
1266 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0xdb,0x00,0x00]
1267 0x0a,0x00,0x25,0xd0,0x01,0xdb,0x00,0x00
1269 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0xdd,0x00,0x00]
1270 0x0a,0x00,0x25,0xd0,0x01,0xdd,0x00,0x00
1272 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0xdf,0x00,0x00]
1273 0x0a,0x00,0x25,0xd0,0x01,0xdf,0x00,0x00
1275 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0xf7,0x00,0x00]
1276 0x0a,0x00,0x25,0xd0,0x01,0xf7,0x00,0x00
1278 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0xf9,0x00,0x00]
1279 0x0a,0x00,0x25,0xd0,0x01,0xf9,0x00,0x00
1281 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0xfd,0x00,0x00]
1282 0x0a,0x00,0x25,0xd0,0x01,0xfd,0x00,0x00
1284 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0xff,0x00,0x00]
1285 0x0a,0x00,0x25,0xd0,0x01,0xff,0x00,0x00
1287 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0x01,0x01,0x00]
1288 0x0a,0x00,0x25,0xd0,0x01,0x01,0x01,0x00
1290 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0x83,0x01,0x00]
1291 0x0a,0x00,0x25,0xd0,0x01,0x83,0x01,0x00
1293 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0xe1,0x01,0x00]
1294 0x0a,0x00,0x25,0xd0,0x01,0xe1,0x01,0x00
1296 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0xef,0x01,0x00]
1297 0x0a,0x00,0x25,0xd0,0x01,0xef,0x01,0x00
1299 # CHECK: v_cmp_lg_f16_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0x05,0x02,0x20]
1300 0x0a,0x00,0x25,0xd0,0x01,0x05,0x02,0x20
1302 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0x05,0x02,0x40]
1303 0x0a,0x00,0x25,0xd0,0x01,0x05,0x02,0x40
1305 # CHECK: v_cmp_lg_f16_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x25,0xd0,0x01,0x05,0x02,0x60]
1306 0x0a,0x00,0x25,0xd0,0x01,0x05,0x02,0x60
1308 # CHECK: v_cmp_lg_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x25,0xd0,0x01,0x05,0x02,0x00]
1309 0x0a,0x80,0x25,0xd0,0x01,0x05,0x02,0x00
1311 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0x05,0x02,0x00]
1312 0x0a,0x00,0x26,0xd0,0x01,0x05,0x02,0x00
1314 # CHECK: v_cmp_ge_f16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x26,0xd0,0x01,0x05,0x02,0x00]
1315 0x0c,0x00,0x26,0xd0,0x01,0x05,0x02,0x00
1317 # CHECK: v_cmp_ge_f16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x26,0xd0,0x01,0x05,0x02,0x00]
1318 0x64,0x00,0x26,0xd0,0x01,0x05,0x02,0x00
1320 # CHECK: v_cmp_ge_f16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x26,0xd0,0x01,0x05,0x02,0x00]
1321 0x66,0x00,0x26,0xd0,0x01,0x05,0x02,0x00
1323 # CHECK: v_cmp_ge_f16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x26,0xd0,0x01,0x05,0x02,0x00]
1324 0x6a,0x00,0x26,0xd0,0x01,0x05,0x02,0x00
1326 # CHECK: v_cmp_ge_f16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x26,0xd0,0x01,0x05,0x02,0x00]
1327 0x6c,0x00,0x26,0xd0,0x01,0x05,0x02,0x00
1329 # CHECK: v_cmp_ge_f16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x26,0xd0,0x01,0x05,0x02,0x00]
1330 0x6e,0x00,0x26,0xd0,0x01,0x05,0x02,0x00
1332 # CHECK: v_cmp_ge_f16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x26,0xd0,0x01,0x05,0x02,0x00]
1333 0x7a,0x00,0x26,0xd0,0x01,0x05,0x02,0x00
1335 # CHECK: v_cmp_ge_f16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x26,0xd0,0xff,0x05,0x02,0x00]
1336 0x0a,0x00,0x26,0xd0,0xff,0x05,0x02,0x00
1338 # CHECK: v_cmp_ge_f16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0x04,0x02,0x00]
1339 0x0a,0x00,0x26,0xd0,0x01,0x04,0x02,0x00
1341 # CHECK: v_cmp_ge_f16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x26,0xd0,0x65,0x04,0x02,0x00]
1342 0x0a,0x00,0x26,0xd0,0x65,0x04,0x02,0x00
1344 # CHECK: v_cmp_ge_f16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x26,0xd0,0x66,0x04,0x02,0x00]
1345 0x0a,0x00,0x26,0xd0,0x66,0x04,0x02,0x00
1347 # CHECK: v_cmp_ge_f16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x26,0xd0,0x67,0x04,0x02,0x00]
1348 0x0a,0x00,0x26,0xd0,0x67,0x04,0x02,0x00
1350 # CHECK: v_cmp_ge_f16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x26,0xd0,0x6a,0x04,0x02,0x00]
1351 0x0a,0x00,0x26,0xd0,0x6a,0x04,0x02,0x00
1353 # CHECK: v_cmp_ge_f16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x26,0xd0,0x6b,0x04,0x02,0x00]
1354 0x0a,0x00,0x26,0xd0,0x6b,0x04,0x02,0x00
1356 # CHECK: v_cmp_ge_f16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x26,0xd0,0x6c,0x04,0x02,0x00]
1357 0x0a,0x00,0x26,0xd0,0x6c,0x04,0x02,0x00
1359 # CHECK: v_cmp_ge_f16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x26,0xd0,0x6d,0x04,0x02,0x00]
1360 0x0a,0x00,0x26,0xd0,0x6d,0x04,0x02,0x00
1362 # CHECK: v_cmp_ge_f16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x26,0xd0,0x6e,0x04,0x02,0x00]
1363 0x0a,0x00,0x26,0xd0,0x6e,0x04,0x02,0x00
1365 # CHECK: v_cmp_ge_f16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x26,0xd0,0x6f,0x04,0x02,0x00]
1366 0x0a,0x00,0x26,0xd0,0x6f,0x04,0x02,0x00
1368 # CHECK: v_cmp_ge_f16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x26,0xd0,0x7b,0x04,0x02,0x00]
1369 0x0a,0x00,0x26,0xd0,0x7b,0x04,0x02,0x00
1371 # CHECK: v_cmp_ge_f16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x26,0xd0,0x7c,0x04,0x02,0x00]
1372 0x0a,0x00,0x26,0xd0,0x7c,0x04,0x02,0x00
1374 # CHECK: v_cmp_ge_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x26,0xd0,0x7e,0x04,0x02,0x00]
1375 0x0a,0x00,0x26,0xd0,0x7e,0x04,0x02,0x00
1377 # CHECK: v_cmp_ge_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x26,0xd0,0x7f,0x04,0x02,0x00]
1378 0x0a,0x00,0x26,0xd0,0x7f,0x04,0x02,0x00
1380 # CHECK: v_cmp_ge_f16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x26,0xd0,0x80,0x04,0x02,0x00]
1381 0x0a,0x00,0x26,0xd0,0x80,0x04,0x02,0x00
1383 # CHECK: v_cmp_ge_f16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x26,0xd0,0xc1,0x04,0x02,0x00]
1384 0x0a,0x00,0x26,0xd0,0xc1,0x04,0x02,0x00
1386 # CHECK: v_cmp_ge_f16_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x26,0xd0,0xf0,0x04,0x02,0x00]
1387 0x0a,0x00,0x26,0xd0,0xf0,0x04,0x02,0x00
1389 # CHECK: v_cmp_ge_f16_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x26,0xd0,0xf7,0x04,0x02,0x00]
1390 0x0a,0x00,0x26,0xd0,0xf7,0x04,0x02,0x00
1392 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0xff,0x03,0x00]
1393 0x0a,0x00,0x26,0xd0,0x01,0xff,0x03,0x00
1395 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0x05,0x00,0x00]
1396 0x0a,0x00,0x26,0xd0,0x01,0x05,0x00,0x00
1398 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0xcb,0x00,0x00]
1399 0x0a,0x00,0x26,0xd0,0x01,0xcb,0x00,0x00
1401 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0xcd,0x00,0x00]
1402 0x0a,0x00,0x26,0xd0,0x01,0xcd,0x00,0x00
1404 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0xcf,0x00,0x00]
1405 0x0a,0x00,0x26,0xd0,0x01,0xcf,0x00,0x00
1407 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0xd5,0x00,0x00]
1408 0x0a,0x00,0x26,0xd0,0x01,0xd5,0x00,0x00
1410 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0xd7,0x00,0x00]
1411 0x0a,0x00,0x26,0xd0,0x01,0xd7,0x00,0x00
1413 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0xd9,0x00,0x00]
1414 0x0a,0x00,0x26,0xd0,0x01,0xd9,0x00,0x00
1416 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0xdb,0x00,0x00]
1417 0x0a,0x00,0x26,0xd0,0x01,0xdb,0x00,0x00
1419 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0xdd,0x00,0x00]
1420 0x0a,0x00,0x26,0xd0,0x01,0xdd,0x00,0x00
1422 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0xdf,0x00,0x00]
1423 0x0a,0x00,0x26,0xd0,0x01,0xdf,0x00,0x00
1425 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0xf7,0x00,0x00]
1426 0x0a,0x00,0x26,0xd0,0x01,0xf7,0x00,0x00
1428 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0xf9,0x00,0x00]
1429 0x0a,0x00,0x26,0xd0,0x01,0xf9,0x00,0x00
1431 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0xfd,0x00,0x00]
1432 0x0a,0x00,0x26,0xd0,0x01,0xfd,0x00,0x00
1434 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0xff,0x00,0x00]
1435 0x0a,0x00,0x26,0xd0,0x01,0xff,0x00,0x00
1437 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0x01,0x01,0x00]
1438 0x0a,0x00,0x26,0xd0,0x01,0x01,0x01,0x00
1440 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0x83,0x01,0x00]
1441 0x0a,0x00,0x26,0xd0,0x01,0x83,0x01,0x00
1443 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0xe1,0x01,0x00]
1444 0x0a,0x00,0x26,0xd0,0x01,0xe1,0x01,0x00
1446 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0xef,0x01,0x00]
1447 0x0a,0x00,0x26,0xd0,0x01,0xef,0x01,0x00
1449 # CHECK: v_cmp_ge_f16_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0x05,0x02,0x20]
1450 0x0a,0x00,0x26,0xd0,0x01,0x05,0x02,0x20
1452 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0x05,0x02,0x40]
1453 0x0a,0x00,0x26,0xd0,0x01,0x05,0x02,0x40
1455 # CHECK: v_cmp_ge_f16_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x26,0xd0,0x01,0x05,0x02,0x60]
1456 0x0a,0x00,0x26,0xd0,0x01,0x05,0x02,0x60
1458 # CHECK: v_cmp_ge_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x26,0xd0,0x01,0x05,0x02,0x00]
1459 0x0a,0x80,0x26,0xd0,0x01,0x05,0x02,0x00
1461 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0x05,0x02,0x00]
1462 0x0a,0x00,0x27,0xd0,0x01,0x05,0x02,0x00
1464 # CHECK: v_cmp_o_f16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x27,0xd0,0x01,0x05,0x02,0x00]
1465 0x0c,0x00,0x27,0xd0,0x01,0x05,0x02,0x00
1467 # CHECK: v_cmp_o_f16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x27,0xd0,0x01,0x05,0x02,0x00]
1468 0x64,0x00,0x27,0xd0,0x01,0x05,0x02,0x00
1470 # CHECK: v_cmp_o_f16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x27,0xd0,0x01,0x05,0x02,0x00]
1471 0x66,0x00,0x27,0xd0,0x01,0x05,0x02,0x00
1473 # CHECK: v_cmp_o_f16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x27,0xd0,0x01,0x05,0x02,0x00]
1474 0x6a,0x00,0x27,0xd0,0x01,0x05,0x02,0x00
1476 # CHECK: v_cmp_o_f16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x27,0xd0,0x01,0x05,0x02,0x00]
1477 0x6c,0x00,0x27,0xd0,0x01,0x05,0x02,0x00
1479 # CHECK: v_cmp_o_f16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x27,0xd0,0x01,0x05,0x02,0x00]
1480 0x6e,0x00,0x27,0xd0,0x01,0x05,0x02,0x00
1482 # CHECK: v_cmp_o_f16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x27,0xd0,0x01,0x05,0x02,0x00]
1483 0x7a,0x00,0x27,0xd0,0x01,0x05,0x02,0x00
1485 # CHECK: v_cmp_o_f16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x27,0xd0,0xff,0x05,0x02,0x00]
1486 0x0a,0x00,0x27,0xd0,0xff,0x05,0x02,0x00
1488 # CHECK: v_cmp_o_f16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0x04,0x02,0x00]
1489 0x0a,0x00,0x27,0xd0,0x01,0x04,0x02,0x00
1491 # CHECK: v_cmp_o_f16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x27,0xd0,0x65,0x04,0x02,0x00]
1492 0x0a,0x00,0x27,0xd0,0x65,0x04,0x02,0x00
1494 # CHECK: v_cmp_o_f16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x27,0xd0,0x66,0x04,0x02,0x00]
1495 0x0a,0x00,0x27,0xd0,0x66,0x04,0x02,0x00
1497 # CHECK: v_cmp_o_f16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x27,0xd0,0x67,0x04,0x02,0x00]
1498 0x0a,0x00,0x27,0xd0,0x67,0x04,0x02,0x00
1500 # CHECK: v_cmp_o_f16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x27,0xd0,0x6a,0x04,0x02,0x00]
1501 0x0a,0x00,0x27,0xd0,0x6a,0x04,0x02,0x00
1503 # CHECK: v_cmp_o_f16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x27,0xd0,0x6b,0x04,0x02,0x00]
1504 0x0a,0x00,0x27,0xd0,0x6b,0x04,0x02,0x00
1506 # CHECK: v_cmp_o_f16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x27,0xd0,0x6c,0x04,0x02,0x00]
1507 0x0a,0x00,0x27,0xd0,0x6c,0x04,0x02,0x00
1509 # CHECK: v_cmp_o_f16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x27,0xd0,0x6d,0x04,0x02,0x00]
1510 0x0a,0x00,0x27,0xd0,0x6d,0x04,0x02,0x00
1512 # CHECK: v_cmp_o_f16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x27,0xd0,0x6e,0x04,0x02,0x00]
1513 0x0a,0x00,0x27,0xd0,0x6e,0x04,0x02,0x00
1515 # CHECK: v_cmp_o_f16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x27,0xd0,0x6f,0x04,0x02,0x00]
1516 0x0a,0x00,0x27,0xd0,0x6f,0x04,0x02,0x00
1518 # CHECK: v_cmp_o_f16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x27,0xd0,0x7b,0x04,0x02,0x00]
1519 0x0a,0x00,0x27,0xd0,0x7b,0x04,0x02,0x00
1521 # CHECK: v_cmp_o_f16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x27,0xd0,0x7c,0x04,0x02,0x00]
1522 0x0a,0x00,0x27,0xd0,0x7c,0x04,0x02,0x00
1524 # CHECK: v_cmp_o_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x27,0xd0,0x7e,0x04,0x02,0x00]
1525 0x0a,0x00,0x27,0xd0,0x7e,0x04,0x02,0x00
1527 # CHECK: v_cmp_o_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x27,0xd0,0x7f,0x04,0x02,0x00]
1528 0x0a,0x00,0x27,0xd0,0x7f,0x04,0x02,0x00
1530 # CHECK: v_cmp_o_f16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x27,0xd0,0x80,0x04,0x02,0x00]
1531 0x0a,0x00,0x27,0xd0,0x80,0x04,0x02,0x00
1533 # CHECK: v_cmp_o_f16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x27,0xd0,0xc1,0x04,0x02,0x00]
1534 0x0a,0x00,0x27,0xd0,0xc1,0x04,0x02,0x00
1536 # CHECK: v_cmp_o_f16_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x27,0xd0,0xf0,0x04,0x02,0x00]
1537 0x0a,0x00,0x27,0xd0,0xf0,0x04,0x02,0x00
1539 # CHECK: v_cmp_o_f16_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x27,0xd0,0xf7,0x04,0x02,0x00]
1540 0x0a,0x00,0x27,0xd0,0xf7,0x04,0x02,0x00
1542 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0xff,0x03,0x00]
1543 0x0a,0x00,0x27,0xd0,0x01,0xff,0x03,0x00
1545 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0x05,0x00,0x00]
1546 0x0a,0x00,0x27,0xd0,0x01,0x05,0x00,0x00
1548 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0xcb,0x00,0x00]
1549 0x0a,0x00,0x27,0xd0,0x01,0xcb,0x00,0x00
1551 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0xcd,0x00,0x00]
1552 0x0a,0x00,0x27,0xd0,0x01,0xcd,0x00,0x00
1554 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0xcf,0x00,0x00]
1555 0x0a,0x00,0x27,0xd0,0x01,0xcf,0x00,0x00
1557 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0xd5,0x00,0x00]
1558 0x0a,0x00,0x27,0xd0,0x01,0xd5,0x00,0x00
1560 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0xd7,0x00,0x00]
1561 0x0a,0x00,0x27,0xd0,0x01,0xd7,0x00,0x00
1563 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0xd9,0x00,0x00]
1564 0x0a,0x00,0x27,0xd0,0x01,0xd9,0x00,0x00
1566 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0xdb,0x00,0x00]
1567 0x0a,0x00,0x27,0xd0,0x01,0xdb,0x00,0x00
1569 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0xdd,0x00,0x00]
1570 0x0a,0x00,0x27,0xd0,0x01,0xdd,0x00,0x00
1572 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0xdf,0x00,0x00]
1573 0x0a,0x00,0x27,0xd0,0x01,0xdf,0x00,0x00
1575 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0xf7,0x00,0x00]
1576 0x0a,0x00,0x27,0xd0,0x01,0xf7,0x00,0x00
1578 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0xf9,0x00,0x00]
1579 0x0a,0x00,0x27,0xd0,0x01,0xf9,0x00,0x00
1581 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0xfd,0x00,0x00]
1582 0x0a,0x00,0x27,0xd0,0x01,0xfd,0x00,0x00
1584 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0xff,0x00,0x00]
1585 0x0a,0x00,0x27,0xd0,0x01,0xff,0x00,0x00
1587 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0x01,0x01,0x00]
1588 0x0a,0x00,0x27,0xd0,0x01,0x01,0x01,0x00
1590 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0x83,0x01,0x00]
1591 0x0a,0x00,0x27,0xd0,0x01,0x83,0x01,0x00
1593 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0xe1,0x01,0x00]
1594 0x0a,0x00,0x27,0xd0,0x01,0xe1,0x01,0x00
1596 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0xef,0x01,0x00]
1597 0x0a,0x00,0x27,0xd0,0x01,0xef,0x01,0x00
1599 # CHECK: v_cmp_o_f16_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0x05,0x02,0x20]
1600 0x0a,0x00,0x27,0xd0,0x01,0x05,0x02,0x20
1602 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0x05,0x02,0x40]
1603 0x0a,0x00,0x27,0xd0,0x01,0x05,0x02,0x40
1605 # CHECK: v_cmp_o_f16_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x27,0xd0,0x01,0x05,0x02,0x60]
1606 0x0a,0x00,0x27,0xd0,0x01,0x05,0x02,0x60
1608 # CHECK: v_cmp_o_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x27,0xd0,0x01,0x05,0x02,0x00]
1609 0x0a,0x80,0x27,0xd0,0x01,0x05,0x02,0x00
1611 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0x05,0x02,0x00]
1612 0x0a,0x00,0x28,0xd0,0x01,0x05,0x02,0x00
1614 # CHECK: v_cmp_u_f16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x28,0xd0,0x01,0x05,0x02,0x00]
1615 0x0c,0x00,0x28,0xd0,0x01,0x05,0x02,0x00
1617 # CHECK: v_cmp_u_f16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x28,0xd0,0x01,0x05,0x02,0x00]
1618 0x64,0x00,0x28,0xd0,0x01,0x05,0x02,0x00
1620 # CHECK: v_cmp_u_f16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x28,0xd0,0x01,0x05,0x02,0x00]
1621 0x66,0x00,0x28,0xd0,0x01,0x05,0x02,0x00
1623 # CHECK: v_cmp_u_f16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x28,0xd0,0x01,0x05,0x02,0x00]
1624 0x6a,0x00,0x28,0xd0,0x01,0x05,0x02,0x00
1626 # CHECK: v_cmp_u_f16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x28,0xd0,0x01,0x05,0x02,0x00]
1627 0x6c,0x00,0x28,0xd0,0x01,0x05,0x02,0x00
1629 # CHECK: v_cmp_u_f16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x28,0xd0,0x01,0x05,0x02,0x00]
1630 0x6e,0x00,0x28,0xd0,0x01,0x05,0x02,0x00
1632 # CHECK: v_cmp_u_f16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x28,0xd0,0x01,0x05,0x02,0x00]
1633 0x7a,0x00,0x28,0xd0,0x01,0x05,0x02,0x00
1635 # CHECK: v_cmp_u_f16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x28,0xd0,0xff,0x05,0x02,0x00]
1636 0x0a,0x00,0x28,0xd0,0xff,0x05,0x02,0x00
1638 # CHECK: v_cmp_u_f16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0x04,0x02,0x00]
1639 0x0a,0x00,0x28,0xd0,0x01,0x04,0x02,0x00
1641 # CHECK: v_cmp_u_f16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x28,0xd0,0x65,0x04,0x02,0x00]
1642 0x0a,0x00,0x28,0xd0,0x65,0x04,0x02,0x00
1644 # CHECK: v_cmp_u_f16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x28,0xd0,0x66,0x04,0x02,0x00]
1645 0x0a,0x00,0x28,0xd0,0x66,0x04,0x02,0x00
1647 # CHECK: v_cmp_u_f16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x28,0xd0,0x67,0x04,0x02,0x00]
1648 0x0a,0x00,0x28,0xd0,0x67,0x04,0x02,0x00
1650 # CHECK: v_cmp_u_f16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x28,0xd0,0x6a,0x04,0x02,0x00]
1651 0x0a,0x00,0x28,0xd0,0x6a,0x04,0x02,0x00
1653 # CHECK: v_cmp_u_f16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x28,0xd0,0x6b,0x04,0x02,0x00]
1654 0x0a,0x00,0x28,0xd0,0x6b,0x04,0x02,0x00
1656 # CHECK: v_cmp_u_f16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x28,0xd0,0x6c,0x04,0x02,0x00]
1657 0x0a,0x00,0x28,0xd0,0x6c,0x04,0x02,0x00
1659 # CHECK: v_cmp_u_f16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x28,0xd0,0x6d,0x04,0x02,0x00]
1660 0x0a,0x00,0x28,0xd0,0x6d,0x04,0x02,0x00
1662 # CHECK: v_cmp_u_f16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x28,0xd0,0x6e,0x04,0x02,0x00]
1663 0x0a,0x00,0x28,0xd0,0x6e,0x04,0x02,0x00
1665 # CHECK: v_cmp_u_f16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x28,0xd0,0x6f,0x04,0x02,0x00]
1666 0x0a,0x00,0x28,0xd0,0x6f,0x04,0x02,0x00
1668 # CHECK: v_cmp_u_f16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x28,0xd0,0x7b,0x04,0x02,0x00]
1669 0x0a,0x00,0x28,0xd0,0x7b,0x04,0x02,0x00
1671 # CHECK: v_cmp_u_f16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x28,0xd0,0x7c,0x04,0x02,0x00]
1672 0x0a,0x00,0x28,0xd0,0x7c,0x04,0x02,0x00
1674 # CHECK: v_cmp_u_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x28,0xd0,0x7e,0x04,0x02,0x00]
1675 0x0a,0x00,0x28,0xd0,0x7e,0x04,0x02,0x00
1677 # CHECK: v_cmp_u_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x28,0xd0,0x7f,0x04,0x02,0x00]
1678 0x0a,0x00,0x28,0xd0,0x7f,0x04,0x02,0x00
1680 # CHECK: v_cmp_u_f16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x28,0xd0,0x80,0x04,0x02,0x00]
1681 0x0a,0x00,0x28,0xd0,0x80,0x04,0x02,0x00
1683 # CHECK: v_cmp_u_f16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x28,0xd0,0xc1,0x04,0x02,0x00]
1684 0x0a,0x00,0x28,0xd0,0xc1,0x04,0x02,0x00
1686 # CHECK: v_cmp_u_f16_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x28,0xd0,0xf0,0x04,0x02,0x00]
1687 0x0a,0x00,0x28,0xd0,0xf0,0x04,0x02,0x00
1689 # CHECK: v_cmp_u_f16_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x28,0xd0,0xf7,0x04,0x02,0x00]
1690 0x0a,0x00,0x28,0xd0,0xf7,0x04,0x02,0x00
1692 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0xff,0x03,0x00]
1693 0x0a,0x00,0x28,0xd0,0x01,0xff,0x03,0x00
1695 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0x05,0x00,0x00]
1696 0x0a,0x00,0x28,0xd0,0x01,0x05,0x00,0x00
1698 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0xcb,0x00,0x00]
1699 0x0a,0x00,0x28,0xd0,0x01,0xcb,0x00,0x00
1701 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0xcd,0x00,0x00]
1702 0x0a,0x00,0x28,0xd0,0x01,0xcd,0x00,0x00
1704 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0xcf,0x00,0x00]
1705 0x0a,0x00,0x28,0xd0,0x01,0xcf,0x00,0x00
1707 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0xd5,0x00,0x00]
1708 0x0a,0x00,0x28,0xd0,0x01,0xd5,0x00,0x00
1710 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0xd7,0x00,0x00]
1711 0x0a,0x00,0x28,0xd0,0x01,0xd7,0x00,0x00
1713 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0xd9,0x00,0x00]
1714 0x0a,0x00,0x28,0xd0,0x01,0xd9,0x00,0x00
1716 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0xdb,0x00,0x00]
1717 0x0a,0x00,0x28,0xd0,0x01,0xdb,0x00,0x00
1719 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0xdd,0x00,0x00]
1720 0x0a,0x00,0x28,0xd0,0x01,0xdd,0x00,0x00
1722 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0xdf,0x00,0x00]
1723 0x0a,0x00,0x28,0xd0,0x01,0xdf,0x00,0x00
1725 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0xf7,0x00,0x00]
1726 0x0a,0x00,0x28,0xd0,0x01,0xf7,0x00,0x00
1728 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0xf9,0x00,0x00]
1729 0x0a,0x00,0x28,0xd0,0x01,0xf9,0x00,0x00
1731 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0xfd,0x00,0x00]
1732 0x0a,0x00,0x28,0xd0,0x01,0xfd,0x00,0x00
1734 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0xff,0x00,0x00]
1735 0x0a,0x00,0x28,0xd0,0x01,0xff,0x00,0x00
1737 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0x01,0x01,0x00]
1738 0x0a,0x00,0x28,0xd0,0x01,0x01,0x01,0x00
1740 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0x83,0x01,0x00]
1741 0x0a,0x00,0x28,0xd0,0x01,0x83,0x01,0x00
1743 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0xe1,0x01,0x00]
1744 0x0a,0x00,0x28,0xd0,0x01,0xe1,0x01,0x00
1746 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0xef,0x01,0x00]
1747 0x0a,0x00,0x28,0xd0,0x01,0xef,0x01,0x00
1749 # CHECK: v_cmp_u_f16_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0x05,0x02,0x20]
1750 0x0a,0x00,0x28,0xd0,0x01,0x05,0x02,0x20
1752 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0x05,0x02,0x40]
1753 0x0a,0x00,0x28,0xd0,0x01,0x05,0x02,0x40
1755 # CHECK: v_cmp_u_f16_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x28,0xd0,0x01,0x05,0x02,0x60]
1756 0x0a,0x00,0x28,0xd0,0x01,0x05,0x02,0x60
1758 # CHECK: v_cmp_u_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x28,0xd0,0x01,0x05,0x02,0x00]
1759 0x0a,0x80,0x28,0xd0,0x01,0x05,0x02,0x00
1761 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0x05,0x02,0x00]
1762 0x0a,0x00,0x29,0xd0,0x01,0x05,0x02,0x00
1764 # CHECK: v_cmp_nge_f16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x29,0xd0,0x01,0x05,0x02,0x00]
1765 0x0c,0x00,0x29,0xd0,0x01,0x05,0x02,0x00
1767 # CHECK: v_cmp_nge_f16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x29,0xd0,0x01,0x05,0x02,0x00]
1768 0x64,0x00,0x29,0xd0,0x01,0x05,0x02,0x00
1770 # CHECK: v_cmp_nge_f16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x29,0xd0,0x01,0x05,0x02,0x00]
1771 0x66,0x00,0x29,0xd0,0x01,0x05,0x02,0x00
1773 # CHECK: v_cmp_nge_f16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x29,0xd0,0x01,0x05,0x02,0x00]
1774 0x6a,0x00,0x29,0xd0,0x01,0x05,0x02,0x00
1776 # CHECK: v_cmp_nge_f16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x29,0xd0,0x01,0x05,0x02,0x00]
1777 0x6c,0x00,0x29,0xd0,0x01,0x05,0x02,0x00
1779 # CHECK: v_cmp_nge_f16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x29,0xd0,0x01,0x05,0x02,0x00]
1780 0x6e,0x00,0x29,0xd0,0x01,0x05,0x02,0x00
1782 # CHECK: v_cmp_nge_f16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x29,0xd0,0x01,0x05,0x02,0x00]
1783 0x7a,0x00,0x29,0xd0,0x01,0x05,0x02,0x00
1785 # CHECK: v_cmp_nge_f16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x29,0xd0,0xff,0x05,0x02,0x00]
1786 0x0a,0x00,0x29,0xd0,0xff,0x05,0x02,0x00
1788 # CHECK: v_cmp_nge_f16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0x04,0x02,0x00]
1789 0x0a,0x00,0x29,0xd0,0x01,0x04,0x02,0x00
1791 # CHECK: v_cmp_nge_f16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x29,0xd0,0x65,0x04,0x02,0x00]
1792 0x0a,0x00,0x29,0xd0,0x65,0x04,0x02,0x00
1794 # CHECK: v_cmp_nge_f16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x29,0xd0,0x66,0x04,0x02,0x00]
1795 0x0a,0x00,0x29,0xd0,0x66,0x04,0x02,0x00
1797 # CHECK: v_cmp_nge_f16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x29,0xd0,0x67,0x04,0x02,0x00]
1798 0x0a,0x00,0x29,0xd0,0x67,0x04,0x02,0x00
1800 # CHECK: v_cmp_nge_f16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x29,0xd0,0x6a,0x04,0x02,0x00]
1801 0x0a,0x00,0x29,0xd0,0x6a,0x04,0x02,0x00
1803 # CHECK: v_cmp_nge_f16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x29,0xd0,0x6b,0x04,0x02,0x00]
1804 0x0a,0x00,0x29,0xd0,0x6b,0x04,0x02,0x00
1806 # CHECK: v_cmp_nge_f16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x29,0xd0,0x6c,0x04,0x02,0x00]
1807 0x0a,0x00,0x29,0xd0,0x6c,0x04,0x02,0x00
1809 # CHECK: v_cmp_nge_f16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x29,0xd0,0x6d,0x04,0x02,0x00]
1810 0x0a,0x00,0x29,0xd0,0x6d,0x04,0x02,0x00
1812 # CHECK: v_cmp_nge_f16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x29,0xd0,0x6e,0x04,0x02,0x00]
1813 0x0a,0x00,0x29,0xd0,0x6e,0x04,0x02,0x00
1815 # CHECK: v_cmp_nge_f16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x29,0xd0,0x6f,0x04,0x02,0x00]
1816 0x0a,0x00,0x29,0xd0,0x6f,0x04,0x02,0x00
1818 # CHECK: v_cmp_nge_f16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x29,0xd0,0x7b,0x04,0x02,0x00]
1819 0x0a,0x00,0x29,0xd0,0x7b,0x04,0x02,0x00
1821 # CHECK: v_cmp_nge_f16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x29,0xd0,0x7c,0x04,0x02,0x00]
1822 0x0a,0x00,0x29,0xd0,0x7c,0x04,0x02,0x00
1824 # CHECK: v_cmp_nge_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x29,0xd0,0x7e,0x04,0x02,0x00]
1825 0x0a,0x00,0x29,0xd0,0x7e,0x04,0x02,0x00
1827 # CHECK: v_cmp_nge_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x29,0xd0,0x7f,0x04,0x02,0x00]
1828 0x0a,0x00,0x29,0xd0,0x7f,0x04,0x02,0x00
1830 # CHECK: v_cmp_nge_f16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x29,0xd0,0x80,0x04,0x02,0x00]
1831 0x0a,0x00,0x29,0xd0,0x80,0x04,0x02,0x00
1833 # CHECK: v_cmp_nge_f16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x29,0xd0,0xc1,0x04,0x02,0x00]
1834 0x0a,0x00,0x29,0xd0,0xc1,0x04,0x02,0x00
1836 # CHECK: v_cmp_nge_f16_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x29,0xd0,0xf0,0x04,0x02,0x00]
1837 0x0a,0x00,0x29,0xd0,0xf0,0x04,0x02,0x00
1839 # CHECK: v_cmp_nge_f16_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x29,0xd0,0xf7,0x04,0x02,0x00]
1840 0x0a,0x00,0x29,0xd0,0xf7,0x04,0x02,0x00
1842 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0xff,0x03,0x00]
1843 0x0a,0x00,0x29,0xd0,0x01,0xff,0x03,0x00
1845 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0x05,0x00,0x00]
1846 0x0a,0x00,0x29,0xd0,0x01,0x05,0x00,0x00
1848 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0xcb,0x00,0x00]
1849 0x0a,0x00,0x29,0xd0,0x01,0xcb,0x00,0x00
1851 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0xcd,0x00,0x00]
1852 0x0a,0x00,0x29,0xd0,0x01,0xcd,0x00,0x00
1854 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0xcf,0x00,0x00]
1855 0x0a,0x00,0x29,0xd0,0x01,0xcf,0x00,0x00
1857 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0xd5,0x00,0x00]
1858 0x0a,0x00,0x29,0xd0,0x01,0xd5,0x00,0x00
1860 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0xd7,0x00,0x00]
1861 0x0a,0x00,0x29,0xd0,0x01,0xd7,0x00,0x00
1863 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0xd9,0x00,0x00]
1864 0x0a,0x00,0x29,0xd0,0x01,0xd9,0x00,0x00
1866 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0xdb,0x00,0x00]
1867 0x0a,0x00,0x29,0xd0,0x01,0xdb,0x00,0x00
1869 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0xdd,0x00,0x00]
1870 0x0a,0x00,0x29,0xd0,0x01,0xdd,0x00,0x00
1872 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0xdf,0x00,0x00]
1873 0x0a,0x00,0x29,0xd0,0x01,0xdf,0x00,0x00
1875 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0xf7,0x00,0x00]
1876 0x0a,0x00,0x29,0xd0,0x01,0xf7,0x00,0x00
1878 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0xf9,0x00,0x00]
1879 0x0a,0x00,0x29,0xd0,0x01,0xf9,0x00,0x00
1881 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0xfd,0x00,0x00]
1882 0x0a,0x00,0x29,0xd0,0x01,0xfd,0x00,0x00
1884 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0xff,0x00,0x00]
1885 0x0a,0x00,0x29,0xd0,0x01,0xff,0x00,0x00
1887 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0x01,0x01,0x00]
1888 0x0a,0x00,0x29,0xd0,0x01,0x01,0x01,0x00
1890 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0x83,0x01,0x00]
1891 0x0a,0x00,0x29,0xd0,0x01,0x83,0x01,0x00
1893 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0xe1,0x01,0x00]
1894 0x0a,0x00,0x29,0xd0,0x01,0xe1,0x01,0x00
1896 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0xef,0x01,0x00]
1897 0x0a,0x00,0x29,0xd0,0x01,0xef,0x01,0x00
1899 # CHECK: v_cmp_nge_f16_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0x05,0x02,0x20]
1900 0x0a,0x00,0x29,0xd0,0x01,0x05,0x02,0x20
1902 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0x05,0x02,0x40]
1903 0x0a,0x00,0x29,0xd0,0x01,0x05,0x02,0x40
1905 # CHECK: v_cmp_nge_f16_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x29,0xd0,0x01,0x05,0x02,0x60]
1906 0x0a,0x00,0x29,0xd0,0x01,0x05,0x02,0x60
1908 # CHECK: v_cmp_nge_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x29,0xd0,0x01,0x05,0x02,0x00]
1909 0x0a,0x80,0x29,0xd0,0x01,0x05,0x02,0x00
1911 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0x05,0x02,0x00]
1912 0x0a,0x00,0x2a,0xd0,0x01,0x05,0x02,0x00
1914 # CHECK: v_cmp_nlg_f16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x2a,0xd0,0x01,0x05,0x02,0x00]
1915 0x0c,0x00,0x2a,0xd0,0x01,0x05,0x02,0x00
1917 # CHECK: v_cmp_nlg_f16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x2a,0xd0,0x01,0x05,0x02,0x00]
1918 0x64,0x00,0x2a,0xd0,0x01,0x05,0x02,0x00
1920 # CHECK: v_cmp_nlg_f16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x2a,0xd0,0x01,0x05,0x02,0x00]
1921 0x66,0x00,0x2a,0xd0,0x01,0x05,0x02,0x00
1923 # CHECK: v_cmp_nlg_f16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x2a,0xd0,0x01,0x05,0x02,0x00]
1924 0x6a,0x00,0x2a,0xd0,0x01,0x05,0x02,0x00
1926 # CHECK: v_cmp_nlg_f16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x2a,0xd0,0x01,0x05,0x02,0x00]
1927 0x6c,0x00,0x2a,0xd0,0x01,0x05,0x02,0x00
1929 # CHECK: v_cmp_nlg_f16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x2a,0xd0,0x01,0x05,0x02,0x00]
1930 0x6e,0x00,0x2a,0xd0,0x01,0x05,0x02,0x00
1932 # CHECK: v_cmp_nlg_f16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x2a,0xd0,0x01,0x05,0x02,0x00]
1933 0x7a,0x00,0x2a,0xd0,0x01,0x05,0x02,0x00
1935 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0xff,0x05,0x02,0x00]
1936 0x0a,0x00,0x2a,0xd0,0xff,0x05,0x02,0x00
1938 # CHECK: v_cmp_nlg_f16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0x04,0x02,0x00]
1939 0x0a,0x00,0x2a,0xd0,0x01,0x04,0x02,0x00
1941 # CHECK: v_cmp_nlg_f16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0x65,0x04,0x02,0x00]
1942 0x0a,0x00,0x2a,0xd0,0x65,0x04,0x02,0x00
1944 # CHECK: v_cmp_nlg_f16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0x66,0x04,0x02,0x00]
1945 0x0a,0x00,0x2a,0xd0,0x66,0x04,0x02,0x00
1947 # CHECK: v_cmp_nlg_f16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0x67,0x04,0x02,0x00]
1948 0x0a,0x00,0x2a,0xd0,0x67,0x04,0x02,0x00
1950 # CHECK: v_cmp_nlg_f16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0x6a,0x04,0x02,0x00]
1951 0x0a,0x00,0x2a,0xd0,0x6a,0x04,0x02,0x00
1953 # CHECK: v_cmp_nlg_f16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0x6b,0x04,0x02,0x00]
1954 0x0a,0x00,0x2a,0xd0,0x6b,0x04,0x02,0x00
1956 # CHECK: v_cmp_nlg_f16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0x6c,0x04,0x02,0x00]
1957 0x0a,0x00,0x2a,0xd0,0x6c,0x04,0x02,0x00
1959 # CHECK: v_cmp_nlg_f16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0x6d,0x04,0x02,0x00]
1960 0x0a,0x00,0x2a,0xd0,0x6d,0x04,0x02,0x00
1962 # CHECK: v_cmp_nlg_f16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0x6e,0x04,0x02,0x00]
1963 0x0a,0x00,0x2a,0xd0,0x6e,0x04,0x02,0x00
1965 # CHECK: v_cmp_nlg_f16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0x6f,0x04,0x02,0x00]
1966 0x0a,0x00,0x2a,0xd0,0x6f,0x04,0x02,0x00
1968 # CHECK: v_cmp_nlg_f16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0x7b,0x04,0x02,0x00]
1969 0x0a,0x00,0x2a,0xd0,0x7b,0x04,0x02,0x00
1971 # CHECK: v_cmp_nlg_f16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0x7c,0x04,0x02,0x00]
1972 0x0a,0x00,0x2a,0xd0,0x7c,0x04,0x02,0x00
1974 # CHECK: v_cmp_nlg_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0x7e,0x04,0x02,0x00]
1975 0x0a,0x00,0x2a,0xd0,0x7e,0x04,0x02,0x00
1977 # CHECK: v_cmp_nlg_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0x7f,0x04,0x02,0x00]
1978 0x0a,0x00,0x2a,0xd0,0x7f,0x04,0x02,0x00
1980 # CHECK: v_cmp_nlg_f16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0x80,0x04,0x02,0x00]
1981 0x0a,0x00,0x2a,0xd0,0x80,0x04,0x02,0x00
1983 # CHECK: v_cmp_nlg_f16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0xc1,0x04,0x02,0x00]
1984 0x0a,0x00,0x2a,0xd0,0xc1,0x04,0x02,0x00
1986 # CHECK: v_cmp_nlg_f16_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0xf0,0x04,0x02,0x00]
1987 0x0a,0x00,0x2a,0xd0,0xf0,0x04,0x02,0x00
1989 # CHECK: v_cmp_nlg_f16_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0xf7,0x04,0x02,0x00]
1990 0x0a,0x00,0x2a,0xd0,0xf7,0x04,0x02,0x00
1992 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0xff,0x03,0x00]
1993 0x0a,0x00,0x2a,0xd0,0x01,0xff,0x03,0x00
1995 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0x05,0x00,0x00]
1996 0x0a,0x00,0x2a,0xd0,0x01,0x05,0x00,0x00
1998 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0xcb,0x00,0x00]
1999 0x0a,0x00,0x2a,0xd0,0x01,0xcb,0x00,0x00
2001 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0xcd,0x00,0x00]
2002 0x0a,0x00,0x2a,0xd0,0x01,0xcd,0x00,0x00
2004 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0xcf,0x00,0x00]
2005 0x0a,0x00,0x2a,0xd0,0x01,0xcf,0x00,0x00
2007 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0xd5,0x00,0x00]
2008 0x0a,0x00,0x2a,0xd0,0x01,0xd5,0x00,0x00
2010 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0xd7,0x00,0x00]
2011 0x0a,0x00,0x2a,0xd0,0x01,0xd7,0x00,0x00
2013 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0xd9,0x00,0x00]
2014 0x0a,0x00,0x2a,0xd0,0x01,0xd9,0x00,0x00
2016 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0xdb,0x00,0x00]
2017 0x0a,0x00,0x2a,0xd0,0x01,0xdb,0x00,0x00
2019 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0xdd,0x00,0x00]
2020 0x0a,0x00,0x2a,0xd0,0x01,0xdd,0x00,0x00
2022 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0xdf,0x00,0x00]
2023 0x0a,0x00,0x2a,0xd0,0x01,0xdf,0x00,0x00
2025 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0xf7,0x00,0x00]
2026 0x0a,0x00,0x2a,0xd0,0x01,0xf7,0x00,0x00
2028 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0xf9,0x00,0x00]
2029 0x0a,0x00,0x2a,0xd0,0x01,0xf9,0x00,0x00
2031 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0xfd,0x00,0x00]
2032 0x0a,0x00,0x2a,0xd0,0x01,0xfd,0x00,0x00
2034 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0xff,0x00,0x00]
2035 0x0a,0x00,0x2a,0xd0,0x01,0xff,0x00,0x00
2037 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0x01,0x01,0x00]
2038 0x0a,0x00,0x2a,0xd0,0x01,0x01,0x01,0x00
2040 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0x83,0x01,0x00]
2041 0x0a,0x00,0x2a,0xd0,0x01,0x83,0x01,0x00
2043 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0xe1,0x01,0x00]
2044 0x0a,0x00,0x2a,0xd0,0x01,0xe1,0x01,0x00
2046 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0xef,0x01,0x00]
2047 0x0a,0x00,0x2a,0xd0,0x01,0xef,0x01,0x00
2049 # CHECK: v_cmp_nlg_f16_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0x05,0x02,0x20]
2050 0x0a,0x00,0x2a,0xd0,0x01,0x05,0x02,0x20
2052 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0x05,0x02,0x40]
2053 0x0a,0x00,0x2a,0xd0,0x01,0x05,0x02,0x40
2055 # CHECK: v_cmp_nlg_f16_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x2a,0xd0,0x01,0x05,0x02,0x60]
2056 0x0a,0x00,0x2a,0xd0,0x01,0x05,0x02,0x60
2058 # CHECK: v_cmp_nlg_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x2a,0xd0,0x01,0x05,0x02,0x00]
2059 0x0a,0x80,0x2a,0xd0,0x01,0x05,0x02,0x00
2061 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0x05,0x02,0x00]
2062 0x0a,0x00,0x2b,0xd0,0x01,0x05,0x02,0x00
2064 # CHECK: v_cmp_ngt_f16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x2b,0xd0,0x01,0x05,0x02,0x00]
2065 0x0c,0x00,0x2b,0xd0,0x01,0x05,0x02,0x00
2067 # CHECK: v_cmp_ngt_f16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x2b,0xd0,0x01,0x05,0x02,0x00]
2068 0x64,0x00,0x2b,0xd0,0x01,0x05,0x02,0x00
2070 # CHECK: v_cmp_ngt_f16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x2b,0xd0,0x01,0x05,0x02,0x00]
2071 0x66,0x00,0x2b,0xd0,0x01,0x05,0x02,0x00
2073 # CHECK: v_cmp_ngt_f16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x2b,0xd0,0x01,0x05,0x02,0x00]
2074 0x6a,0x00,0x2b,0xd0,0x01,0x05,0x02,0x00
2076 # CHECK: v_cmp_ngt_f16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x2b,0xd0,0x01,0x05,0x02,0x00]
2077 0x6c,0x00,0x2b,0xd0,0x01,0x05,0x02,0x00
2079 # CHECK: v_cmp_ngt_f16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x2b,0xd0,0x01,0x05,0x02,0x00]
2080 0x6e,0x00,0x2b,0xd0,0x01,0x05,0x02,0x00
2082 # CHECK: v_cmp_ngt_f16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x2b,0xd0,0x01,0x05,0x02,0x00]
2083 0x7a,0x00,0x2b,0xd0,0x01,0x05,0x02,0x00
2085 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0xff,0x05,0x02,0x00]
2086 0x0a,0x00,0x2b,0xd0,0xff,0x05,0x02,0x00
2088 # CHECK: v_cmp_ngt_f16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0x04,0x02,0x00]
2089 0x0a,0x00,0x2b,0xd0,0x01,0x04,0x02,0x00
2091 # CHECK: v_cmp_ngt_f16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0x65,0x04,0x02,0x00]
2092 0x0a,0x00,0x2b,0xd0,0x65,0x04,0x02,0x00
2094 # CHECK: v_cmp_ngt_f16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0x66,0x04,0x02,0x00]
2095 0x0a,0x00,0x2b,0xd0,0x66,0x04,0x02,0x00
2097 # CHECK: v_cmp_ngt_f16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0x67,0x04,0x02,0x00]
2098 0x0a,0x00,0x2b,0xd0,0x67,0x04,0x02,0x00
2100 # CHECK: v_cmp_ngt_f16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0x6a,0x04,0x02,0x00]
2101 0x0a,0x00,0x2b,0xd0,0x6a,0x04,0x02,0x00
2103 # CHECK: v_cmp_ngt_f16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0x6b,0x04,0x02,0x00]
2104 0x0a,0x00,0x2b,0xd0,0x6b,0x04,0x02,0x00
2106 # CHECK: v_cmp_ngt_f16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0x6c,0x04,0x02,0x00]
2107 0x0a,0x00,0x2b,0xd0,0x6c,0x04,0x02,0x00
2109 # CHECK: v_cmp_ngt_f16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0x6d,0x04,0x02,0x00]
2110 0x0a,0x00,0x2b,0xd0,0x6d,0x04,0x02,0x00
2112 # CHECK: v_cmp_ngt_f16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0x6e,0x04,0x02,0x00]
2113 0x0a,0x00,0x2b,0xd0,0x6e,0x04,0x02,0x00
2115 # CHECK: v_cmp_ngt_f16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0x6f,0x04,0x02,0x00]
2116 0x0a,0x00,0x2b,0xd0,0x6f,0x04,0x02,0x00
2118 # CHECK: v_cmp_ngt_f16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0x7b,0x04,0x02,0x00]
2119 0x0a,0x00,0x2b,0xd0,0x7b,0x04,0x02,0x00
2121 # CHECK: v_cmp_ngt_f16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0x7c,0x04,0x02,0x00]
2122 0x0a,0x00,0x2b,0xd0,0x7c,0x04,0x02,0x00
2124 # CHECK: v_cmp_ngt_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0x7e,0x04,0x02,0x00]
2125 0x0a,0x00,0x2b,0xd0,0x7e,0x04,0x02,0x00
2127 # CHECK: v_cmp_ngt_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0x7f,0x04,0x02,0x00]
2128 0x0a,0x00,0x2b,0xd0,0x7f,0x04,0x02,0x00
2130 # CHECK: v_cmp_ngt_f16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0x80,0x04,0x02,0x00]
2131 0x0a,0x00,0x2b,0xd0,0x80,0x04,0x02,0x00
2133 # CHECK: v_cmp_ngt_f16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0xc1,0x04,0x02,0x00]
2134 0x0a,0x00,0x2b,0xd0,0xc1,0x04,0x02,0x00
2136 # CHECK: v_cmp_ngt_f16_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0xf0,0x04,0x02,0x00]
2137 0x0a,0x00,0x2b,0xd0,0xf0,0x04,0x02,0x00
2139 # CHECK: v_cmp_ngt_f16_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0xf7,0x04,0x02,0x00]
2140 0x0a,0x00,0x2b,0xd0,0xf7,0x04,0x02,0x00
2142 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0xff,0x03,0x00]
2143 0x0a,0x00,0x2b,0xd0,0x01,0xff,0x03,0x00
2145 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0x05,0x00,0x00]
2146 0x0a,0x00,0x2b,0xd0,0x01,0x05,0x00,0x00
2148 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0xcb,0x00,0x00]
2149 0x0a,0x00,0x2b,0xd0,0x01,0xcb,0x00,0x00
2151 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0xcd,0x00,0x00]
2152 0x0a,0x00,0x2b,0xd0,0x01,0xcd,0x00,0x00
2154 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0xcf,0x00,0x00]
2155 0x0a,0x00,0x2b,0xd0,0x01,0xcf,0x00,0x00
2157 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0xd5,0x00,0x00]
2158 0x0a,0x00,0x2b,0xd0,0x01,0xd5,0x00,0x00
2160 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0xd7,0x00,0x00]
2161 0x0a,0x00,0x2b,0xd0,0x01,0xd7,0x00,0x00
2163 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0xd9,0x00,0x00]
2164 0x0a,0x00,0x2b,0xd0,0x01,0xd9,0x00,0x00
2166 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0xdb,0x00,0x00]
2167 0x0a,0x00,0x2b,0xd0,0x01,0xdb,0x00,0x00
2169 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0xdd,0x00,0x00]
2170 0x0a,0x00,0x2b,0xd0,0x01,0xdd,0x00,0x00
2172 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0xdf,0x00,0x00]
2173 0x0a,0x00,0x2b,0xd0,0x01,0xdf,0x00,0x00
2175 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0xf7,0x00,0x00]
2176 0x0a,0x00,0x2b,0xd0,0x01,0xf7,0x00,0x00
2178 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0xf9,0x00,0x00]
2179 0x0a,0x00,0x2b,0xd0,0x01,0xf9,0x00,0x00
2181 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0xfd,0x00,0x00]
2182 0x0a,0x00,0x2b,0xd0,0x01,0xfd,0x00,0x00
2184 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0xff,0x00,0x00]
2185 0x0a,0x00,0x2b,0xd0,0x01,0xff,0x00,0x00
2187 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0x01,0x01,0x00]
2188 0x0a,0x00,0x2b,0xd0,0x01,0x01,0x01,0x00
2190 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0x83,0x01,0x00]
2191 0x0a,0x00,0x2b,0xd0,0x01,0x83,0x01,0x00
2193 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0xe1,0x01,0x00]
2194 0x0a,0x00,0x2b,0xd0,0x01,0xe1,0x01,0x00
2196 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0xef,0x01,0x00]
2197 0x0a,0x00,0x2b,0xd0,0x01,0xef,0x01,0x00
2199 # CHECK: v_cmp_ngt_f16_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0x05,0x02,0x20]
2200 0x0a,0x00,0x2b,0xd0,0x01,0x05,0x02,0x20
2202 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0x05,0x02,0x40]
2203 0x0a,0x00,0x2b,0xd0,0x01,0x05,0x02,0x40
2205 # CHECK: v_cmp_ngt_f16_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x2b,0xd0,0x01,0x05,0x02,0x60]
2206 0x0a,0x00,0x2b,0xd0,0x01,0x05,0x02,0x60
2208 # CHECK: v_cmp_ngt_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x2b,0xd0,0x01,0x05,0x02,0x00]
2209 0x0a,0x80,0x2b,0xd0,0x01,0x05,0x02,0x00
2211 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0x05,0x02,0x00]
2212 0x0a,0x00,0x2c,0xd0,0x01,0x05,0x02,0x00
2214 # CHECK: v_cmp_nle_f16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x2c,0xd0,0x01,0x05,0x02,0x00]
2215 0x0c,0x00,0x2c,0xd0,0x01,0x05,0x02,0x00
2217 # CHECK: v_cmp_nle_f16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x2c,0xd0,0x01,0x05,0x02,0x00]
2218 0x64,0x00,0x2c,0xd0,0x01,0x05,0x02,0x00
2220 # CHECK: v_cmp_nle_f16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x2c,0xd0,0x01,0x05,0x02,0x00]
2221 0x66,0x00,0x2c,0xd0,0x01,0x05,0x02,0x00
2223 # CHECK: v_cmp_nle_f16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x2c,0xd0,0x01,0x05,0x02,0x00]
2224 0x6a,0x00,0x2c,0xd0,0x01,0x05,0x02,0x00
2226 # CHECK: v_cmp_nle_f16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x2c,0xd0,0x01,0x05,0x02,0x00]
2227 0x6c,0x00,0x2c,0xd0,0x01,0x05,0x02,0x00
2229 # CHECK: v_cmp_nle_f16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x2c,0xd0,0x01,0x05,0x02,0x00]
2230 0x6e,0x00,0x2c,0xd0,0x01,0x05,0x02,0x00
2232 # CHECK: v_cmp_nle_f16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x2c,0xd0,0x01,0x05,0x02,0x00]
2233 0x7a,0x00,0x2c,0xd0,0x01,0x05,0x02,0x00
2235 # CHECK: v_cmp_nle_f16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0xff,0x05,0x02,0x00]
2236 0x0a,0x00,0x2c,0xd0,0xff,0x05,0x02,0x00
2238 # CHECK: v_cmp_nle_f16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0x04,0x02,0x00]
2239 0x0a,0x00,0x2c,0xd0,0x01,0x04,0x02,0x00
2241 # CHECK: v_cmp_nle_f16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0x65,0x04,0x02,0x00]
2242 0x0a,0x00,0x2c,0xd0,0x65,0x04,0x02,0x00
2244 # CHECK: v_cmp_nle_f16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0x66,0x04,0x02,0x00]
2245 0x0a,0x00,0x2c,0xd0,0x66,0x04,0x02,0x00
2247 # CHECK: v_cmp_nle_f16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0x67,0x04,0x02,0x00]
2248 0x0a,0x00,0x2c,0xd0,0x67,0x04,0x02,0x00
2250 # CHECK: v_cmp_nle_f16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0x6a,0x04,0x02,0x00]
2251 0x0a,0x00,0x2c,0xd0,0x6a,0x04,0x02,0x00
2253 # CHECK: v_cmp_nle_f16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0x6b,0x04,0x02,0x00]
2254 0x0a,0x00,0x2c,0xd0,0x6b,0x04,0x02,0x00
2256 # CHECK: v_cmp_nle_f16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0x6c,0x04,0x02,0x00]
2257 0x0a,0x00,0x2c,0xd0,0x6c,0x04,0x02,0x00
2259 # CHECK: v_cmp_nle_f16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0x6d,0x04,0x02,0x00]
2260 0x0a,0x00,0x2c,0xd0,0x6d,0x04,0x02,0x00
2262 # CHECK: v_cmp_nle_f16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0x6e,0x04,0x02,0x00]
2263 0x0a,0x00,0x2c,0xd0,0x6e,0x04,0x02,0x00
2265 # CHECK: v_cmp_nle_f16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0x6f,0x04,0x02,0x00]
2266 0x0a,0x00,0x2c,0xd0,0x6f,0x04,0x02,0x00
2268 # CHECK: v_cmp_nle_f16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0x7b,0x04,0x02,0x00]
2269 0x0a,0x00,0x2c,0xd0,0x7b,0x04,0x02,0x00
2271 # CHECK: v_cmp_nle_f16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0x7c,0x04,0x02,0x00]
2272 0x0a,0x00,0x2c,0xd0,0x7c,0x04,0x02,0x00
2274 # CHECK: v_cmp_nle_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0x7e,0x04,0x02,0x00]
2275 0x0a,0x00,0x2c,0xd0,0x7e,0x04,0x02,0x00
2277 # CHECK: v_cmp_nle_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0x7f,0x04,0x02,0x00]
2278 0x0a,0x00,0x2c,0xd0,0x7f,0x04,0x02,0x00
2280 # CHECK: v_cmp_nle_f16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0x80,0x04,0x02,0x00]
2281 0x0a,0x00,0x2c,0xd0,0x80,0x04,0x02,0x00
2283 # CHECK: v_cmp_nle_f16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0xc1,0x04,0x02,0x00]
2284 0x0a,0x00,0x2c,0xd0,0xc1,0x04,0x02,0x00
2286 # CHECK: v_cmp_nle_f16_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0xf0,0x04,0x02,0x00]
2287 0x0a,0x00,0x2c,0xd0,0xf0,0x04,0x02,0x00
2289 # CHECK: v_cmp_nle_f16_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0xf7,0x04,0x02,0x00]
2290 0x0a,0x00,0x2c,0xd0,0xf7,0x04,0x02,0x00
2292 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0xff,0x03,0x00]
2293 0x0a,0x00,0x2c,0xd0,0x01,0xff,0x03,0x00
2295 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0x05,0x00,0x00]
2296 0x0a,0x00,0x2c,0xd0,0x01,0x05,0x00,0x00
2298 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0xcb,0x00,0x00]
2299 0x0a,0x00,0x2c,0xd0,0x01,0xcb,0x00,0x00
2301 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0xcd,0x00,0x00]
2302 0x0a,0x00,0x2c,0xd0,0x01,0xcd,0x00,0x00
2304 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0xcf,0x00,0x00]
2305 0x0a,0x00,0x2c,0xd0,0x01,0xcf,0x00,0x00
2307 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0xd5,0x00,0x00]
2308 0x0a,0x00,0x2c,0xd0,0x01,0xd5,0x00,0x00
2310 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0xd7,0x00,0x00]
2311 0x0a,0x00,0x2c,0xd0,0x01,0xd7,0x00,0x00
2313 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0xd9,0x00,0x00]
2314 0x0a,0x00,0x2c,0xd0,0x01,0xd9,0x00,0x00
2316 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0xdb,0x00,0x00]
2317 0x0a,0x00,0x2c,0xd0,0x01,0xdb,0x00,0x00
2319 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0xdd,0x00,0x00]
2320 0x0a,0x00,0x2c,0xd0,0x01,0xdd,0x00,0x00
2322 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0xdf,0x00,0x00]
2323 0x0a,0x00,0x2c,0xd0,0x01,0xdf,0x00,0x00
2325 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0xf7,0x00,0x00]
2326 0x0a,0x00,0x2c,0xd0,0x01,0xf7,0x00,0x00
2328 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0xf9,0x00,0x00]
2329 0x0a,0x00,0x2c,0xd0,0x01,0xf9,0x00,0x00
2331 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0xfd,0x00,0x00]
2332 0x0a,0x00,0x2c,0xd0,0x01,0xfd,0x00,0x00
2334 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0xff,0x00,0x00]
2335 0x0a,0x00,0x2c,0xd0,0x01,0xff,0x00,0x00
2337 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0x01,0x01,0x00]
2338 0x0a,0x00,0x2c,0xd0,0x01,0x01,0x01,0x00
2340 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0x83,0x01,0x00]
2341 0x0a,0x00,0x2c,0xd0,0x01,0x83,0x01,0x00
2343 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0xe1,0x01,0x00]
2344 0x0a,0x00,0x2c,0xd0,0x01,0xe1,0x01,0x00
2346 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0xef,0x01,0x00]
2347 0x0a,0x00,0x2c,0xd0,0x01,0xef,0x01,0x00
2349 # CHECK: v_cmp_nle_f16_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0x05,0x02,0x20]
2350 0x0a,0x00,0x2c,0xd0,0x01,0x05,0x02,0x20
2352 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0x05,0x02,0x40]
2353 0x0a,0x00,0x2c,0xd0,0x01,0x05,0x02,0x40
2355 # CHECK: v_cmp_nle_f16_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x2c,0xd0,0x01,0x05,0x02,0x60]
2356 0x0a,0x00,0x2c,0xd0,0x01,0x05,0x02,0x60
2358 # CHECK: v_cmp_nle_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x2c,0xd0,0x01,0x05,0x02,0x00]
2359 0x0a,0x80,0x2c,0xd0,0x01,0x05,0x02,0x00
2361 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0x05,0x02,0x00]
2362 0x0a,0x00,0x2d,0xd0,0x01,0x05,0x02,0x00
2364 # CHECK: v_cmp_neq_f16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x2d,0xd0,0x01,0x05,0x02,0x00]
2365 0x0c,0x00,0x2d,0xd0,0x01,0x05,0x02,0x00
2367 # CHECK: v_cmp_neq_f16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x2d,0xd0,0x01,0x05,0x02,0x00]
2368 0x64,0x00,0x2d,0xd0,0x01,0x05,0x02,0x00
2370 # CHECK: v_cmp_neq_f16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x2d,0xd0,0x01,0x05,0x02,0x00]
2371 0x66,0x00,0x2d,0xd0,0x01,0x05,0x02,0x00
2373 # CHECK: v_cmp_neq_f16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x2d,0xd0,0x01,0x05,0x02,0x00]
2374 0x6a,0x00,0x2d,0xd0,0x01,0x05,0x02,0x00
2376 # CHECK: v_cmp_neq_f16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x2d,0xd0,0x01,0x05,0x02,0x00]
2377 0x6c,0x00,0x2d,0xd0,0x01,0x05,0x02,0x00
2379 # CHECK: v_cmp_neq_f16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x2d,0xd0,0x01,0x05,0x02,0x00]
2380 0x6e,0x00,0x2d,0xd0,0x01,0x05,0x02,0x00
2382 # CHECK: v_cmp_neq_f16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x2d,0xd0,0x01,0x05,0x02,0x00]
2383 0x7a,0x00,0x2d,0xd0,0x01,0x05,0x02,0x00
2385 # CHECK: v_cmp_neq_f16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0xff,0x05,0x02,0x00]
2386 0x0a,0x00,0x2d,0xd0,0xff,0x05,0x02,0x00
2388 # CHECK: v_cmp_neq_f16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0x04,0x02,0x00]
2389 0x0a,0x00,0x2d,0xd0,0x01,0x04,0x02,0x00
2391 # CHECK: v_cmp_neq_f16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0x65,0x04,0x02,0x00]
2392 0x0a,0x00,0x2d,0xd0,0x65,0x04,0x02,0x00
2394 # CHECK: v_cmp_neq_f16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0x66,0x04,0x02,0x00]
2395 0x0a,0x00,0x2d,0xd0,0x66,0x04,0x02,0x00
2397 # CHECK: v_cmp_neq_f16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0x67,0x04,0x02,0x00]
2398 0x0a,0x00,0x2d,0xd0,0x67,0x04,0x02,0x00
2400 # CHECK: v_cmp_neq_f16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0x6a,0x04,0x02,0x00]
2401 0x0a,0x00,0x2d,0xd0,0x6a,0x04,0x02,0x00
2403 # CHECK: v_cmp_neq_f16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0x6b,0x04,0x02,0x00]
2404 0x0a,0x00,0x2d,0xd0,0x6b,0x04,0x02,0x00
2406 # CHECK: v_cmp_neq_f16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0x6c,0x04,0x02,0x00]
2407 0x0a,0x00,0x2d,0xd0,0x6c,0x04,0x02,0x00
2409 # CHECK: v_cmp_neq_f16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0x6d,0x04,0x02,0x00]
2410 0x0a,0x00,0x2d,0xd0,0x6d,0x04,0x02,0x00
2412 # CHECK: v_cmp_neq_f16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0x6e,0x04,0x02,0x00]
2413 0x0a,0x00,0x2d,0xd0,0x6e,0x04,0x02,0x00
2415 # CHECK: v_cmp_neq_f16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0x6f,0x04,0x02,0x00]
2416 0x0a,0x00,0x2d,0xd0,0x6f,0x04,0x02,0x00
2418 # CHECK: v_cmp_neq_f16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0x7b,0x04,0x02,0x00]
2419 0x0a,0x00,0x2d,0xd0,0x7b,0x04,0x02,0x00
2421 # CHECK: v_cmp_neq_f16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0x7c,0x04,0x02,0x00]
2422 0x0a,0x00,0x2d,0xd0,0x7c,0x04,0x02,0x00
2424 # CHECK: v_cmp_neq_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0x7e,0x04,0x02,0x00]
2425 0x0a,0x00,0x2d,0xd0,0x7e,0x04,0x02,0x00
2427 # CHECK: v_cmp_neq_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0x7f,0x04,0x02,0x00]
2428 0x0a,0x00,0x2d,0xd0,0x7f,0x04,0x02,0x00
2430 # CHECK: v_cmp_neq_f16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0x80,0x04,0x02,0x00]
2431 0x0a,0x00,0x2d,0xd0,0x80,0x04,0x02,0x00
2433 # CHECK: v_cmp_neq_f16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0xc1,0x04,0x02,0x00]
2434 0x0a,0x00,0x2d,0xd0,0xc1,0x04,0x02,0x00
2436 # CHECK: v_cmp_neq_f16_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0xf0,0x04,0x02,0x00]
2437 0x0a,0x00,0x2d,0xd0,0xf0,0x04,0x02,0x00
2439 # CHECK: v_cmp_neq_f16_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0xf7,0x04,0x02,0x00]
2440 0x0a,0x00,0x2d,0xd0,0xf7,0x04,0x02,0x00
2442 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0xff,0x03,0x00]
2443 0x0a,0x00,0x2d,0xd0,0x01,0xff,0x03,0x00
2445 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0x05,0x00,0x00]
2446 0x0a,0x00,0x2d,0xd0,0x01,0x05,0x00,0x00
2448 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0xcb,0x00,0x00]
2449 0x0a,0x00,0x2d,0xd0,0x01,0xcb,0x00,0x00
2451 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0xcd,0x00,0x00]
2452 0x0a,0x00,0x2d,0xd0,0x01,0xcd,0x00,0x00
2454 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0xcf,0x00,0x00]
2455 0x0a,0x00,0x2d,0xd0,0x01,0xcf,0x00,0x00
2457 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0xd5,0x00,0x00]
2458 0x0a,0x00,0x2d,0xd0,0x01,0xd5,0x00,0x00
2460 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0xd7,0x00,0x00]
2461 0x0a,0x00,0x2d,0xd0,0x01,0xd7,0x00,0x00
2463 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0xd9,0x00,0x00]
2464 0x0a,0x00,0x2d,0xd0,0x01,0xd9,0x00,0x00
2466 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0xdb,0x00,0x00]
2467 0x0a,0x00,0x2d,0xd0,0x01,0xdb,0x00,0x00
2469 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0xdd,0x00,0x00]
2470 0x0a,0x00,0x2d,0xd0,0x01,0xdd,0x00,0x00
2472 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0xdf,0x00,0x00]
2473 0x0a,0x00,0x2d,0xd0,0x01,0xdf,0x00,0x00
2475 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0xf7,0x00,0x00]
2476 0x0a,0x00,0x2d,0xd0,0x01,0xf7,0x00,0x00
2478 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0xf9,0x00,0x00]
2479 0x0a,0x00,0x2d,0xd0,0x01,0xf9,0x00,0x00
2481 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0xfd,0x00,0x00]
2482 0x0a,0x00,0x2d,0xd0,0x01,0xfd,0x00,0x00
2484 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0xff,0x00,0x00]
2485 0x0a,0x00,0x2d,0xd0,0x01,0xff,0x00,0x00
2487 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0x01,0x01,0x00]
2488 0x0a,0x00,0x2d,0xd0,0x01,0x01,0x01,0x00
2490 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0x83,0x01,0x00]
2491 0x0a,0x00,0x2d,0xd0,0x01,0x83,0x01,0x00
2493 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0xe1,0x01,0x00]
2494 0x0a,0x00,0x2d,0xd0,0x01,0xe1,0x01,0x00
2496 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0xef,0x01,0x00]
2497 0x0a,0x00,0x2d,0xd0,0x01,0xef,0x01,0x00
2499 # CHECK: v_cmp_neq_f16_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0x05,0x02,0x20]
2500 0x0a,0x00,0x2d,0xd0,0x01,0x05,0x02,0x20
2502 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0x05,0x02,0x40]
2503 0x0a,0x00,0x2d,0xd0,0x01,0x05,0x02,0x40
2505 # CHECK: v_cmp_neq_f16_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x2d,0xd0,0x01,0x05,0x02,0x60]
2506 0x0a,0x00,0x2d,0xd0,0x01,0x05,0x02,0x60
2508 # CHECK: v_cmp_neq_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x2d,0xd0,0x01,0x05,0x02,0x00]
2509 0x0a,0x80,0x2d,0xd0,0x01,0x05,0x02,0x00
2511 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0x05,0x02,0x00]
2512 0x0a,0x00,0x2e,0xd0,0x01,0x05,0x02,0x00
2514 # CHECK: v_cmp_nlt_f16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x2e,0xd0,0x01,0x05,0x02,0x00]
2515 0x0c,0x00,0x2e,0xd0,0x01,0x05,0x02,0x00
2517 # CHECK: v_cmp_nlt_f16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x2e,0xd0,0x01,0x05,0x02,0x00]
2518 0x64,0x00,0x2e,0xd0,0x01,0x05,0x02,0x00
2520 # CHECK: v_cmp_nlt_f16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x2e,0xd0,0x01,0x05,0x02,0x00]
2521 0x66,0x00,0x2e,0xd0,0x01,0x05,0x02,0x00
2523 # CHECK: v_cmp_nlt_f16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x2e,0xd0,0x01,0x05,0x02,0x00]
2524 0x6a,0x00,0x2e,0xd0,0x01,0x05,0x02,0x00
2526 # CHECK: v_cmp_nlt_f16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x2e,0xd0,0x01,0x05,0x02,0x00]
2527 0x6c,0x00,0x2e,0xd0,0x01,0x05,0x02,0x00
2529 # CHECK: v_cmp_nlt_f16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x2e,0xd0,0x01,0x05,0x02,0x00]
2530 0x6e,0x00,0x2e,0xd0,0x01,0x05,0x02,0x00
2532 # CHECK: v_cmp_nlt_f16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x2e,0xd0,0x01,0x05,0x02,0x00]
2533 0x7a,0x00,0x2e,0xd0,0x01,0x05,0x02,0x00
2535 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0xff,0x05,0x02,0x00]
2536 0x0a,0x00,0x2e,0xd0,0xff,0x05,0x02,0x00
2538 # CHECK: v_cmp_nlt_f16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0x04,0x02,0x00]
2539 0x0a,0x00,0x2e,0xd0,0x01,0x04,0x02,0x00
2541 # CHECK: v_cmp_nlt_f16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0x65,0x04,0x02,0x00]
2542 0x0a,0x00,0x2e,0xd0,0x65,0x04,0x02,0x00
2544 # CHECK: v_cmp_nlt_f16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0x66,0x04,0x02,0x00]
2545 0x0a,0x00,0x2e,0xd0,0x66,0x04,0x02,0x00
2547 # CHECK: v_cmp_nlt_f16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0x67,0x04,0x02,0x00]
2548 0x0a,0x00,0x2e,0xd0,0x67,0x04,0x02,0x00
2550 # CHECK: v_cmp_nlt_f16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0x6a,0x04,0x02,0x00]
2551 0x0a,0x00,0x2e,0xd0,0x6a,0x04,0x02,0x00
2553 # CHECK: v_cmp_nlt_f16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0x6b,0x04,0x02,0x00]
2554 0x0a,0x00,0x2e,0xd0,0x6b,0x04,0x02,0x00
2556 # CHECK: v_cmp_nlt_f16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0x6c,0x04,0x02,0x00]
2557 0x0a,0x00,0x2e,0xd0,0x6c,0x04,0x02,0x00
2559 # CHECK: v_cmp_nlt_f16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0x6d,0x04,0x02,0x00]
2560 0x0a,0x00,0x2e,0xd0,0x6d,0x04,0x02,0x00
2562 # CHECK: v_cmp_nlt_f16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0x6e,0x04,0x02,0x00]
2563 0x0a,0x00,0x2e,0xd0,0x6e,0x04,0x02,0x00
2565 # CHECK: v_cmp_nlt_f16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0x6f,0x04,0x02,0x00]
2566 0x0a,0x00,0x2e,0xd0,0x6f,0x04,0x02,0x00
2568 # CHECK: v_cmp_nlt_f16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0x7b,0x04,0x02,0x00]
2569 0x0a,0x00,0x2e,0xd0,0x7b,0x04,0x02,0x00
2571 # CHECK: v_cmp_nlt_f16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0x7c,0x04,0x02,0x00]
2572 0x0a,0x00,0x2e,0xd0,0x7c,0x04,0x02,0x00
2574 # CHECK: v_cmp_nlt_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0x7e,0x04,0x02,0x00]
2575 0x0a,0x00,0x2e,0xd0,0x7e,0x04,0x02,0x00
2577 # CHECK: v_cmp_nlt_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0x7f,0x04,0x02,0x00]
2578 0x0a,0x00,0x2e,0xd0,0x7f,0x04,0x02,0x00
2580 # CHECK: v_cmp_nlt_f16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0x80,0x04,0x02,0x00]
2581 0x0a,0x00,0x2e,0xd0,0x80,0x04,0x02,0x00
2583 # CHECK: v_cmp_nlt_f16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0xc1,0x04,0x02,0x00]
2584 0x0a,0x00,0x2e,0xd0,0xc1,0x04,0x02,0x00
2586 # CHECK: v_cmp_nlt_f16_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0xf0,0x04,0x02,0x00]
2587 0x0a,0x00,0x2e,0xd0,0xf0,0x04,0x02,0x00
2589 # CHECK: v_cmp_nlt_f16_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0xf7,0x04,0x02,0x00]
2590 0x0a,0x00,0x2e,0xd0,0xf7,0x04,0x02,0x00
2592 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0xff,0x03,0x00]
2593 0x0a,0x00,0x2e,0xd0,0x01,0xff,0x03,0x00
2595 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0x05,0x00,0x00]
2596 0x0a,0x00,0x2e,0xd0,0x01,0x05,0x00,0x00
2598 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0xcb,0x00,0x00]
2599 0x0a,0x00,0x2e,0xd0,0x01,0xcb,0x00,0x00
2601 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0xcd,0x00,0x00]
2602 0x0a,0x00,0x2e,0xd0,0x01,0xcd,0x00,0x00
2604 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0xcf,0x00,0x00]
2605 0x0a,0x00,0x2e,0xd0,0x01,0xcf,0x00,0x00
2607 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0xd5,0x00,0x00]
2608 0x0a,0x00,0x2e,0xd0,0x01,0xd5,0x00,0x00
2610 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0xd7,0x00,0x00]
2611 0x0a,0x00,0x2e,0xd0,0x01,0xd7,0x00,0x00
2613 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0xd9,0x00,0x00]
2614 0x0a,0x00,0x2e,0xd0,0x01,0xd9,0x00,0x00
2616 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0xdb,0x00,0x00]
2617 0x0a,0x00,0x2e,0xd0,0x01,0xdb,0x00,0x00
2619 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0xdd,0x00,0x00]
2620 0x0a,0x00,0x2e,0xd0,0x01,0xdd,0x00,0x00
2622 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0xdf,0x00,0x00]
2623 0x0a,0x00,0x2e,0xd0,0x01,0xdf,0x00,0x00
2625 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0xf7,0x00,0x00]
2626 0x0a,0x00,0x2e,0xd0,0x01,0xf7,0x00,0x00
2628 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0xf9,0x00,0x00]
2629 0x0a,0x00,0x2e,0xd0,0x01,0xf9,0x00,0x00
2631 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0xfd,0x00,0x00]
2632 0x0a,0x00,0x2e,0xd0,0x01,0xfd,0x00,0x00
2634 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0xff,0x00,0x00]
2635 0x0a,0x00,0x2e,0xd0,0x01,0xff,0x00,0x00
2637 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0x01,0x01,0x00]
2638 0x0a,0x00,0x2e,0xd0,0x01,0x01,0x01,0x00
2640 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0x83,0x01,0x00]
2641 0x0a,0x00,0x2e,0xd0,0x01,0x83,0x01,0x00
2643 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0xe1,0x01,0x00]
2644 0x0a,0x00,0x2e,0xd0,0x01,0xe1,0x01,0x00
2646 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0xef,0x01,0x00]
2647 0x0a,0x00,0x2e,0xd0,0x01,0xef,0x01,0x00
2649 # CHECK: v_cmp_nlt_f16_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0x05,0x02,0x20]
2650 0x0a,0x00,0x2e,0xd0,0x01,0x05,0x02,0x20
2652 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0x05,0x02,0x40]
2653 0x0a,0x00,0x2e,0xd0,0x01,0x05,0x02,0x40
2655 # CHECK: v_cmp_nlt_f16_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x2e,0xd0,0x01,0x05,0x02,0x60]
2656 0x0a,0x00,0x2e,0xd0,0x01,0x05,0x02,0x60
2658 # CHECK: v_cmp_nlt_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x2e,0xd0,0x01,0x05,0x02,0x00]
2659 0x0a,0x80,0x2e,0xd0,0x01,0x05,0x02,0x00
2661 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0x05,0x02,0x00]
2662 0x0a,0x00,0x2f,0xd0,0x01,0x05,0x02,0x00
2664 # CHECK: v_cmp_tru_f16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x2f,0xd0,0x01,0x05,0x02,0x00]
2665 0x0c,0x00,0x2f,0xd0,0x01,0x05,0x02,0x00
2667 # CHECK: v_cmp_tru_f16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x2f,0xd0,0x01,0x05,0x02,0x00]
2668 0x64,0x00,0x2f,0xd0,0x01,0x05,0x02,0x00
2670 # CHECK: v_cmp_tru_f16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x2f,0xd0,0x01,0x05,0x02,0x00]
2671 0x66,0x00,0x2f,0xd0,0x01,0x05,0x02,0x00
2673 # CHECK: v_cmp_tru_f16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x2f,0xd0,0x01,0x05,0x02,0x00]
2674 0x6a,0x00,0x2f,0xd0,0x01,0x05,0x02,0x00
2676 # CHECK: v_cmp_tru_f16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x2f,0xd0,0x01,0x05,0x02,0x00]
2677 0x6c,0x00,0x2f,0xd0,0x01,0x05,0x02,0x00
2679 # CHECK: v_cmp_tru_f16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x2f,0xd0,0x01,0x05,0x02,0x00]
2680 0x6e,0x00,0x2f,0xd0,0x01,0x05,0x02,0x00
2682 # CHECK: v_cmp_tru_f16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x2f,0xd0,0x01,0x05,0x02,0x00]
2683 0x7a,0x00,0x2f,0xd0,0x01,0x05,0x02,0x00
2685 # CHECK: v_cmp_tru_f16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0xff,0x05,0x02,0x00]
2686 0x0a,0x00,0x2f,0xd0,0xff,0x05,0x02,0x00
2688 # CHECK: v_cmp_tru_f16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0x04,0x02,0x00]
2689 0x0a,0x00,0x2f,0xd0,0x01,0x04,0x02,0x00
2691 # CHECK: v_cmp_tru_f16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0x65,0x04,0x02,0x00]
2692 0x0a,0x00,0x2f,0xd0,0x65,0x04,0x02,0x00
2694 # CHECK: v_cmp_tru_f16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0x66,0x04,0x02,0x00]
2695 0x0a,0x00,0x2f,0xd0,0x66,0x04,0x02,0x00
2697 # CHECK: v_cmp_tru_f16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0x67,0x04,0x02,0x00]
2698 0x0a,0x00,0x2f,0xd0,0x67,0x04,0x02,0x00
2700 # CHECK: v_cmp_tru_f16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0x6a,0x04,0x02,0x00]
2701 0x0a,0x00,0x2f,0xd0,0x6a,0x04,0x02,0x00
2703 # CHECK: v_cmp_tru_f16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0x6b,0x04,0x02,0x00]
2704 0x0a,0x00,0x2f,0xd0,0x6b,0x04,0x02,0x00
2706 # CHECK: v_cmp_tru_f16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0x6c,0x04,0x02,0x00]
2707 0x0a,0x00,0x2f,0xd0,0x6c,0x04,0x02,0x00
2709 # CHECK: v_cmp_tru_f16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0x6d,0x04,0x02,0x00]
2710 0x0a,0x00,0x2f,0xd0,0x6d,0x04,0x02,0x00
2712 # CHECK: v_cmp_tru_f16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0x6e,0x04,0x02,0x00]
2713 0x0a,0x00,0x2f,0xd0,0x6e,0x04,0x02,0x00
2715 # CHECK: v_cmp_tru_f16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0x6f,0x04,0x02,0x00]
2716 0x0a,0x00,0x2f,0xd0,0x6f,0x04,0x02,0x00
2718 # CHECK: v_cmp_tru_f16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0x7b,0x04,0x02,0x00]
2719 0x0a,0x00,0x2f,0xd0,0x7b,0x04,0x02,0x00
2721 # CHECK: v_cmp_tru_f16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0x7c,0x04,0x02,0x00]
2722 0x0a,0x00,0x2f,0xd0,0x7c,0x04,0x02,0x00
2724 # CHECK: v_cmp_tru_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0x7e,0x04,0x02,0x00]
2725 0x0a,0x00,0x2f,0xd0,0x7e,0x04,0x02,0x00
2727 # CHECK: v_cmp_tru_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0x7f,0x04,0x02,0x00]
2728 0x0a,0x00,0x2f,0xd0,0x7f,0x04,0x02,0x00
2730 # CHECK: v_cmp_tru_f16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0x80,0x04,0x02,0x00]
2731 0x0a,0x00,0x2f,0xd0,0x80,0x04,0x02,0x00
2733 # CHECK: v_cmp_tru_f16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0xc1,0x04,0x02,0x00]
2734 0x0a,0x00,0x2f,0xd0,0xc1,0x04,0x02,0x00
2736 # CHECK: v_cmp_tru_f16_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0xf0,0x04,0x02,0x00]
2737 0x0a,0x00,0x2f,0xd0,0xf0,0x04,0x02,0x00
2739 # CHECK: v_cmp_tru_f16_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0xf7,0x04,0x02,0x00]
2740 0x0a,0x00,0x2f,0xd0,0xf7,0x04,0x02,0x00
2742 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0xff,0x03,0x00]
2743 0x0a,0x00,0x2f,0xd0,0x01,0xff,0x03,0x00
2745 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0x05,0x00,0x00]
2746 0x0a,0x00,0x2f,0xd0,0x01,0x05,0x00,0x00
2748 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0xcb,0x00,0x00]
2749 0x0a,0x00,0x2f,0xd0,0x01,0xcb,0x00,0x00
2751 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0xcd,0x00,0x00]
2752 0x0a,0x00,0x2f,0xd0,0x01,0xcd,0x00,0x00
2754 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0xcf,0x00,0x00]
2755 0x0a,0x00,0x2f,0xd0,0x01,0xcf,0x00,0x00
2757 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0xd5,0x00,0x00]
2758 0x0a,0x00,0x2f,0xd0,0x01,0xd5,0x00,0x00
2760 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0xd7,0x00,0x00]
2761 0x0a,0x00,0x2f,0xd0,0x01,0xd7,0x00,0x00
2763 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0xd9,0x00,0x00]
2764 0x0a,0x00,0x2f,0xd0,0x01,0xd9,0x00,0x00
2766 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0xdb,0x00,0x00]
2767 0x0a,0x00,0x2f,0xd0,0x01,0xdb,0x00,0x00
2769 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0xdd,0x00,0x00]
2770 0x0a,0x00,0x2f,0xd0,0x01,0xdd,0x00,0x00
2772 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0xdf,0x00,0x00]
2773 0x0a,0x00,0x2f,0xd0,0x01,0xdf,0x00,0x00
2775 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0xf7,0x00,0x00]
2776 0x0a,0x00,0x2f,0xd0,0x01,0xf7,0x00,0x00
2778 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0xf9,0x00,0x00]
2779 0x0a,0x00,0x2f,0xd0,0x01,0xf9,0x00,0x00
2781 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0xfd,0x00,0x00]
2782 0x0a,0x00,0x2f,0xd0,0x01,0xfd,0x00,0x00
2784 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0xff,0x00,0x00]
2785 0x0a,0x00,0x2f,0xd0,0x01,0xff,0x00,0x00
2787 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0x01,0x01,0x00]
2788 0x0a,0x00,0x2f,0xd0,0x01,0x01,0x01,0x00
2790 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0x83,0x01,0x00]
2791 0x0a,0x00,0x2f,0xd0,0x01,0x83,0x01,0x00
2793 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0xe1,0x01,0x00]
2794 0x0a,0x00,0x2f,0xd0,0x01,0xe1,0x01,0x00
2796 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0xef,0x01,0x00]
2797 0x0a,0x00,0x2f,0xd0,0x01,0xef,0x01,0x00
2799 # CHECK: v_cmp_tru_f16_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0x05,0x02,0x20]
2800 0x0a,0x00,0x2f,0xd0,0x01,0x05,0x02,0x20
2802 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0x05,0x02,0x40]
2803 0x0a,0x00,0x2f,0xd0,0x01,0x05,0x02,0x40
2805 # CHECK: v_cmp_tru_f16_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x2f,0xd0,0x01,0x05,0x02,0x60]
2806 0x0a,0x00,0x2f,0xd0,0x01,0x05,0x02,0x60
2808 # CHECK: v_cmp_tru_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x2f,0xd0,0x01,0x05,0x02,0x00]
2809 0x0a,0x80,0x2f,0xd0,0x01,0x05,0x02,0x00
2811 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0x05,0x02,0x00]
2812 0x0a,0x00,0x40,0xd0,0x01,0x05,0x02,0x00
2814 # CHECK: v_cmp_f_f32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x40,0xd0,0x01,0x05,0x02,0x00]
2815 0x0c,0x00,0x40,0xd0,0x01,0x05,0x02,0x00
2817 # CHECK: v_cmp_f_f32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x40,0xd0,0x01,0x05,0x02,0x00]
2818 0x64,0x00,0x40,0xd0,0x01,0x05,0x02,0x00
2820 # CHECK: v_cmp_f_f32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x40,0xd0,0x01,0x05,0x02,0x00]
2821 0x66,0x00,0x40,0xd0,0x01,0x05,0x02,0x00
2823 # CHECK: v_cmp_f_f32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x40,0xd0,0x01,0x05,0x02,0x00]
2824 0x6a,0x00,0x40,0xd0,0x01,0x05,0x02,0x00
2826 # CHECK: v_cmp_f_f32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x40,0xd0,0x01,0x05,0x02,0x00]
2827 0x6c,0x00,0x40,0xd0,0x01,0x05,0x02,0x00
2829 # CHECK: v_cmp_f_f32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x40,0xd0,0x01,0x05,0x02,0x00]
2830 0x6e,0x00,0x40,0xd0,0x01,0x05,0x02,0x00
2832 # CHECK: v_cmp_f_f32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x40,0xd0,0x01,0x05,0x02,0x00]
2833 0x7a,0x00,0x40,0xd0,0x01,0x05,0x02,0x00
2835 # CHECK: v_cmp_f_f32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x40,0xd0,0xff,0x05,0x02,0x00]
2836 0x0a,0x00,0x40,0xd0,0xff,0x05,0x02,0x00
2838 # CHECK: v_cmp_f_f32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0x04,0x02,0x00]
2839 0x0a,0x00,0x40,0xd0,0x01,0x04,0x02,0x00
2841 # CHECK: v_cmp_f_f32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x40,0xd0,0x65,0x04,0x02,0x00]
2842 0x0a,0x00,0x40,0xd0,0x65,0x04,0x02,0x00
2844 # CHECK: v_cmp_f_f32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x40,0xd0,0x66,0x04,0x02,0x00]
2845 0x0a,0x00,0x40,0xd0,0x66,0x04,0x02,0x00
2847 # CHECK: v_cmp_f_f32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x40,0xd0,0x67,0x04,0x02,0x00]
2848 0x0a,0x00,0x40,0xd0,0x67,0x04,0x02,0x00
2850 # CHECK: v_cmp_f_f32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x40,0xd0,0x6a,0x04,0x02,0x00]
2851 0x0a,0x00,0x40,0xd0,0x6a,0x04,0x02,0x00
2853 # CHECK: v_cmp_f_f32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x40,0xd0,0x6b,0x04,0x02,0x00]
2854 0x0a,0x00,0x40,0xd0,0x6b,0x04,0x02,0x00
2856 # CHECK: v_cmp_f_f32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x40,0xd0,0x6c,0x04,0x02,0x00]
2857 0x0a,0x00,0x40,0xd0,0x6c,0x04,0x02,0x00
2859 # CHECK: v_cmp_f_f32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x40,0xd0,0x6d,0x04,0x02,0x00]
2860 0x0a,0x00,0x40,0xd0,0x6d,0x04,0x02,0x00
2862 # CHECK: v_cmp_f_f32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x40,0xd0,0x6e,0x04,0x02,0x00]
2863 0x0a,0x00,0x40,0xd0,0x6e,0x04,0x02,0x00
2865 # CHECK: v_cmp_f_f32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x40,0xd0,0x6f,0x04,0x02,0x00]
2866 0x0a,0x00,0x40,0xd0,0x6f,0x04,0x02,0x00
2868 # CHECK: v_cmp_f_f32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x40,0xd0,0x7b,0x04,0x02,0x00]
2869 0x0a,0x00,0x40,0xd0,0x7b,0x04,0x02,0x00
2871 # CHECK: v_cmp_f_f32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x40,0xd0,0x7c,0x04,0x02,0x00]
2872 0x0a,0x00,0x40,0xd0,0x7c,0x04,0x02,0x00
2874 # CHECK: v_cmp_f_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x40,0xd0,0x7e,0x04,0x02,0x00]
2875 0x0a,0x00,0x40,0xd0,0x7e,0x04,0x02,0x00
2877 # CHECK: v_cmp_f_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x40,0xd0,0x7f,0x04,0x02,0x00]
2878 0x0a,0x00,0x40,0xd0,0x7f,0x04,0x02,0x00
2880 # CHECK: v_cmp_f_f32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x40,0xd0,0x80,0x04,0x02,0x00]
2881 0x0a,0x00,0x40,0xd0,0x80,0x04,0x02,0x00
2883 # CHECK: v_cmp_f_f32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x40,0xd0,0xc1,0x04,0x02,0x00]
2884 0x0a,0x00,0x40,0xd0,0xc1,0x04,0x02,0x00
2886 # CHECK: v_cmp_f_f32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x40,0xd0,0xf0,0x04,0x02,0x00]
2887 0x0a,0x00,0x40,0xd0,0xf0,0x04,0x02,0x00
2889 # CHECK: v_cmp_f_f32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x40,0xd0,0xf7,0x04,0x02,0x00]
2890 0x0a,0x00,0x40,0xd0,0xf7,0x04,0x02,0x00
2892 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0xff,0x03,0x00]
2893 0x0a,0x00,0x40,0xd0,0x01,0xff,0x03,0x00
2895 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0x05,0x00,0x00]
2896 0x0a,0x00,0x40,0xd0,0x01,0x05,0x00,0x00
2898 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0xcb,0x00,0x00]
2899 0x0a,0x00,0x40,0xd0,0x01,0xcb,0x00,0x00
2901 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0xcd,0x00,0x00]
2902 0x0a,0x00,0x40,0xd0,0x01,0xcd,0x00,0x00
2904 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0xcf,0x00,0x00]
2905 0x0a,0x00,0x40,0xd0,0x01,0xcf,0x00,0x00
2907 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0xd5,0x00,0x00]
2908 0x0a,0x00,0x40,0xd0,0x01,0xd5,0x00,0x00
2910 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0xd7,0x00,0x00]
2911 0x0a,0x00,0x40,0xd0,0x01,0xd7,0x00,0x00
2913 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0xd9,0x00,0x00]
2914 0x0a,0x00,0x40,0xd0,0x01,0xd9,0x00,0x00
2916 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0xdb,0x00,0x00]
2917 0x0a,0x00,0x40,0xd0,0x01,0xdb,0x00,0x00
2919 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0xdd,0x00,0x00]
2920 0x0a,0x00,0x40,0xd0,0x01,0xdd,0x00,0x00
2922 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0xdf,0x00,0x00]
2923 0x0a,0x00,0x40,0xd0,0x01,0xdf,0x00,0x00
2925 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0xf7,0x00,0x00]
2926 0x0a,0x00,0x40,0xd0,0x01,0xf7,0x00,0x00
2928 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0xf9,0x00,0x00]
2929 0x0a,0x00,0x40,0xd0,0x01,0xf9,0x00,0x00
2931 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0xfd,0x00,0x00]
2932 0x0a,0x00,0x40,0xd0,0x01,0xfd,0x00,0x00
2934 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0xff,0x00,0x00]
2935 0x0a,0x00,0x40,0xd0,0x01,0xff,0x00,0x00
2937 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0x01,0x01,0x00]
2938 0x0a,0x00,0x40,0xd0,0x01,0x01,0x01,0x00
2940 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0x83,0x01,0x00]
2941 0x0a,0x00,0x40,0xd0,0x01,0x83,0x01,0x00
2943 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0xe1,0x01,0x00]
2944 0x0a,0x00,0x40,0xd0,0x01,0xe1,0x01,0x00
2946 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0xef,0x01,0x00]
2947 0x0a,0x00,0x40,0xd0,0x01,0xef,0x01,0x00
2949 # CHECK: v_cmp_f_f32_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0x05,0x02,0x20]
2950 0x0a,0x00,0x40,0xd0,0x01,0x05,0x02,0x20
2952 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0x05,0x02,0x40]
2953 0x0a,0x00,0x40,0xd0,0x01,0x05,0x02,0x40
2955 # CHECK: v_cmp_f_f32_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x40,0xd0,0x01,0x05,0x02,0x60]
2956 0x0a,0x00,0x40,0xd0,0x01,0x05,0x02,0x60
2958 # CHECK: v_cmp_f_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x40,0xd0,0x01,0x05,0x02,0x00]
2959 0x0a,0x80,0x40,0xd0,0x01,0x05,0x02,0x00
2961 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0x05,0x02,0x00]
2962 0x0a,0x00,0x41,0xd0,0x01,0x05,0x02,0x00
2964 # CHECK: v_cmp_lt_f32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x41,0xd0,0x01,0x05,0x02,0x00]
2965 0x0c,0x00,0x41,0xd0,0x01,0x05,0x02,0x00
2967 # CHECK: v_cmp_lt_f32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x41,0xd0,0x01,0x05,0x02,0x00]
2968 0x64,0x00,0x41,0xd0,0x01,0x05,0x02,0x00
2970 # CHECK: v_cmp_lt_f32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x41,0xd0,0x01,0x05,0x02,0x00]
2971 0x66,0x00,0x41,0xd0,0x01,0x05,0x02,0x00
2973 # CHECK: v_cmp_lt_f32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x41,0xd0,0x01,0x05,0x02,0x00]
2974 0x6a,0x00,0x41,0xd0,0x01,0x05,0x02,0x00
2976 # CHECK: v_cmp_lt_f32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x41,0xd0,0x01,0x05,0x02,0x00]
2977 0x6c,0x00,0x41,0xd0,0x01,0x05,0x02,0x00
2979 # CHECK: v_cmp_lt_f32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x41,0xd0,0x01,0x05,0x02,0x00]
2980 0x6e,0x00,0x41,0xd0,0x01,0x05,0x02,0x00
2982 # CHECK: v_cmp_lt_f32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x41,0xd0,0x01,0x05,0x02,0x00]
2983 0x7a,0x00,0x41,0xd0,0x01,0x05,0x02,0x00
2985 # CHECK: v_cmp_lt_f32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x41,0xd0,0xff,0x05,0x02,0x00]
2986 0x0a,0x00,0x41,0xd0,0xff,0x05,0x02,0x00
2988 # CHECK: v_cmp_lt_f32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0x04,0x02,0x00]
2989 0x0a,0x00,0x41,0xd0,0x01,0x04,0x02,0x00
2991 # CHECK: v_cmp_lt_f32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x41,0xd0,0x65,0x04,0x02,0x00]
2992 0x0a,0x00,0x41,0xd0,0x65,0x04,0x02,0x00
2994 # CHECK: v_cmp_lt_f32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x41,0xd0,0x66,0x04,0x02,0x00]
2995 0x0a,0x00,0x41,0xd0,0x66,0x04,0x02,0x00
2997 # CHECK: v_cmp_lt_f32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x41,0xd0,0x67,0x04,0x02,0x00]
2998 0x0a,0x00,0x41,0xd0,0x67,0x04,0x02,0x00
3000 # CHECK: v_cmp_lt_f32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x41,0xd0,0x6a,0x04,0x02,0x00]
3001 0x0a,0x00,0x41,0xd0,0x6a,0x04,0x02,0x00
3003 # CHECK: v_cmp_lt_f32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x41,0xd0,0x6b,0x04,0x02,0x00]
3004 0x0a,0x00,0x41,0xd0,0x6b,0x04,0x02,0x00
3006 # CHECK: v_cmp_lt_f32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x41,0xd0,0x6c,0x04,0x02,0x00]
3007 0x0a,0x00,0x41,0xd0,0x6c,0x04,0x02,0x00
3009 # CHECK: v_cmp_lt_f32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x41,0xd0,0x6d,0x04,0x02,0x00]
3010 0x0a,0x00,0x41,0xd0,0x6d,0x04,0x02,0x00
3012 # CHECK: v_cmp_lt_f32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x41,0xd0,0x6e,0x04,0x02,0x00]
3013 0x0a,0x00,0x41,0xd0,0x6e,0x04,0x02,0x00
3015 # CHECK: v_cmp_lt_f32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x41,0xd0,0x6f,0x04,0x02,0x00]
3016 0x0a,0x00,0x41,0xd0,0x6f,0x04,0x02,0x00
3018 # CHECK: v_cmp_lt_f32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x41,0xd0,0x7b,0x04,0x02,0x00]
3019 0x0a,0x00,0x41,0xd0,0x7b,0x04,0x02,0x00
3021 # CHECK: v_cmp_lt_f32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x41,0xd0,0x7c,0x04,0x02,0x00]
3022 0x0a,0x00,0x41,0xd0,0x7c,0x04,0x02,0x00
3024 # CHECK: v_cmp_lt_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x41,0xd0,0x7e,0x04,0x02,0x00]
3025 0x0a,0x00,0x41,0xd0,0x7e,0x04,0x02,0x00
3027 # CHECK: v_cmp_lt_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x41,0xd0,0x7f,0x04,0x02,0x00]
3028 0x0a,0x00,0x41,0xd0,0x7f,0x04,0x02,0x00
3030 # CHECK: v_cmp_lt_f32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x41,0xd0,0x80,0x04,0x02,0x00]
3031 0x0a,0x00,0x41,0xd0,0x80,0x04,0x02,0x00
3033 # CHECK: v_cmp_lt_f32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x41,0xd0,0xc1,0x04,0x02,0x00]
3034 0x0a,0x00,0x41,0xd0,0xc1,0x04,0x02,0x00
3036 # CHECK: v_cmp_lt_f32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x41,0xd0,0xf0,0x04,0x02,0x00]
3037 0x0a,0x00,0x41,0xd0,0xf0,0x04,0x02,0x00
3039 # CHECK: v_cmp_lt_f32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x41,0xd0,0xf7,0x04,0x02,0x00]
3040 0x0a,0x00,0x41,0xd0,0xf7,0x04,0x02,0x00
3042 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0xff,0x03,0x00]
3043 0x0a,0x00,0x41,0xd0,0x01,0xff,0x03,0x00
3045 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0x05,0x00,0x00]
3046 0x0a,0x00,0x41,0xd0,0x01,0x05,0x00,0x00
3048 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0xcb,0x00,0x00]
3049 0x0a,0x00,0x41,0xd0,0x01,0xcb,0x00,0x00
3051 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0xcd,0x00,0x00]
3052 0x0a,0x00,0x41,0xd0,0x01,0xcd,0x00,0x00
3054 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0xcf,0x00,0x00]
3055 0x0a,0x00,0x41,0xd0,0x01,0xcf,0x00,0x00
3057 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0xd5,0x00,0x00]
3058 0x0a,0x00,0x41,0xd0,0x01,0xd5,0x00,0x00
3060 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0xd7,0x00,0x00]
3061 0x0a,0x00,0x41,0xd0,0x01,0xd7,0x00,0x00
3063 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0xd9,0x00,0x00]
3064 0x0a,0x00,0x41,0xd0,0x01,0xd9,0x00,0x00
3066 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0xdb,0x00,0x00]
3067 0x0a,0x00,0x41,0xd0,0x01,0xdb,0x00,0x00
3069 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0xdd,0x00,0x00]
3070 0x0a,0x00,0x41,0xd0,0x01,0xdd,0x00,0x00
3072 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0xdf,0x00,0x00]
3073 0x0a,0x00,0x41,0xd0,0x01,0xdf,0x00,0x00
3075 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0xf7,0x00,0x00]
3076 0x0a,0x00,0x41,0xd0,0x01,0xf7,0x00,0x00
3078 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0xf9,0x00,0x00]
3079 0x0a,0x00,0x41,0xd0,0x01,0xf9,0x00,0x00
3081 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0xfd,0x00,0x00]
3082 0x0a,0x00,0x41,0xd0,0x01,0xfd,0x00,0x00
3084 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0xff,0x00,0x00]
3085 0x0a,0x00,0x41,0xd0,0x01,0xff,0x00,0x00
3087 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0x01,0x01,0x00]
3088 0x0a,0x00,0x41,0xd0,0x01,0x01,0x01,0x00
3090 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0x83,0x01,0x00]
3091 0x0a,0x00,0x41,0xd0,0x01,0x83,0x01,0x00
3093 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0xe1,0x01,0x00]
3094 0x0a,0x00,0x41,0xd0,0x01,0xe1,0x01,0x00
3096 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0xef,0x01,0x00]
3097 0x0a,0x00,0x41,0xd0,0x01,0xef,0x01,0x00
3099 # CHECK: v_cmp_lt_f32_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0x05,0x02,0x20]
3100 0x0a,0x00,0x41,0xd0,0x01,0x05,0x02,0x20
3102 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0x05,0x02,0x40]
3103 0x0a,0x00,0x41,0xd0,0x01,0x05,0x02,0x40
3105 # CHECK: v_cmp_lt_f32_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x41,0xd0,0x01,0x05,0x02,0x60]
3106 0x0a,0x00,0x41,0xd0,0x01,0x05,0x02,0x60
3108 # CHECK: v_cmp_lt_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x41,0xd0,0x01,0x05,0x02,0x00]
3109 0x0a,0x80,0x41,0xd0,0x01,0x05,0x02,0x00
3111 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0x05,0x02,0x00]
3112 0x0a,0x00,0x42,0xd0,0x01,0x05,0x02,0x00
3114 # CHECK: v_cmp_eq_f32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x42,0xd0,0x01,0x05,0x02,0x00]
3115 0x0c,0x00,0x42,0xd0,0x01,0x05,0x02,0x00
3117 # CHECK: v_cmp_eq_f32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x42,0xd0,0x01,0x05,0x02,0x00]
3118 0x64,0x00,0x42,0xd0,0x01,0x05,0x02,0x00
3120 # CHECK: v_cmp_eq_f32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x42,0xd0,0x01,0x05,0x02,0x00]
3121 0x66,0x00,0x42,0xd0,0x01,0x05,0x02,0x00
3123 # CHECK: v_cmp_eq_f32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x42,0xd0,0x01,0x05,0x02,0x00]
3124 0x6a,0x00,0x42,0xd0,0x01,0x05,0x02,0x00
3126 # CHECK: v_cmp_eq_f32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x42,0xd0,0x01,0x05,0x02,0x00]
3127 0x6c,0x00,0x42,0xd0,0x01,0x05,0x02,0x00
3129 # CHECK: v_cmp_eq_f32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x42,0xd0,0x01,0x05,0x02,0x00]
3130 0x6e,0x00,0x42,0xd0,0x01,0x05,0x02,0x00
3132 # CHECK: v_cmp_eq_f32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x42,0xd0,0x01,0x05,0x02,0x00]
3133 0x7a,0x00,0x42,0xd0,0x01,0x05,0x02,0x00
3135 # CHECK: v_cmp_eq_f32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x42,0xd0,0xff,0x05,0x02,0x00]
3136 0x0a,0x00,0x42,0xd0,0xff,0x05,0x02,0x00
3138 # CHECK: v_cmp_eq_f32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0x04,0x02,0x00]
3139 0x0a,0x00,0x42,0xd0,0x01,0x04,0x02,0x00
3141 # CHECK: v_cmp_eq_f32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x42,0xd0,0x65,0x04,0x02,0x00]
3142 0x0a,0x00,0x42,0xd0,0x65,0x04,0x02,0x00
3144 # CHECK: v_cmp_eq_f32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x42,0xd0,0x66,0x04,0x02,0x00]
3145 0x0a,0x00,0x42,0xd0,0x66,0x04,0x02,0x00
3147 # CHECK: v_cmp_eq_f32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x42,0xd0,0x67,0x04,0x02,0x00]
3148 0x0a,0x00,0x42,0xd0,0x67,0x04,0x02,0x00
3150 # CHECK: v_cmp_eq_f32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x42,0xd0,0x6a,0x04,0x02,0x00]
3151 0x0a,0x00,0x42,0xd0,0x6a,0x04,0x02,0x00
3153 # CHECK: v_cmp_eq_f32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x42,0xd0,0x6b,0x04,0x02,0x00]
3154 0x0a,0x00,0x42,0xd0,0x6b,0x04,0x02,0x00
3156 # CHECK: v_cmp_eq_f32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x42,0xd0,0x6c,0x04,0x02,0x00]
3157 0x0a,0x00,0x42,0xd0,0x6c,0x04,0x02,0x00
3159 # CHECK: v_cmp_eq_f32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x42,0xd0,0x6d,0x04,0x02,0x00]
3160 0x0a,0x00,0x42,0xd0,0x6d,0x04,0x02,0x00
3162 # CHECK: v_cmp_eq_f32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x42,0xd0,0x6e,0x04,0x02,0x00]
3163 0x0a,0x00,0x42,0xd0,0x6e,0x04,0x02,0x00
3165 # CHECK: v_cmp_eq_f32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x42,0xd0,0x6f,0x04,0x02,0x00]
3166 0x0a,0x00,0x42,0xd0,0x6f,0x04,0x02,0x00
3168 # CHECK: v_cmp_eq_f32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x42,0xd0,0x7b,0x04,0x02,0x00]
3169 0x0a,0x00,0x42,0xd0,0x7b,0x04,0x02,0x00
3171 # CHECK: v_cmp_eq_f32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x42,0xd0,0x7c,0x04,0x02,0x00]
3172 0x0a,0x00,0x42,0xd0,0x7c,0x04,0x02,0x00
3174 # CHECK: v_cmp_eq_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x42,0xd0,0x7e,0x04,0x02,0x00]
3175 0x0a,0x00,0x42,0xd0,0x7e,0x04,0x02,0x00
3177 # CHECK: v_cmp_eq_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x42,0xd0,0x7f,0x04,0x02,0x00]
3178 0x0a,0x00,0x42,0xd0,0x7f,0x04,0x02,0x00
3180 # CHECK: v_cmp_eq_f32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x42,0xd0,0x80,0x04,0x02,0x00]
3181 0x0a,0x00,0x42,0xd0,0x80,0x04,0x02,0x00
3183 # CHECK: v_cmp_eq_f32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x42,0xd0,0xc1,0x04,0x02,0x00]
3184 0x0a,0x00,0x42,0xd0,0xc1,0x04,0x02,0x00
3186 # CHECK: v_cmp_eq_f32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x42,0xd0,0xf0,0x04,0x02,0x00]
3187 0x0a,0x00,0x42,0xd0,0xf0,0x04,0x02,0x00
3189 # CHECK: v_cmp_eq_f32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x42,0xd0,0xf7,0x04,0x02,0x00]
3190 0x0a,0x00,0x42,0xd0,0xf7,0x04,0x02,0x00
3192 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0xff,0x03,0x00]
3193 0x0a,0x00,0x42,0xd0,0x01,0xff,0x03,0x00
3195 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0x05,0x00,0x00]
3196 0x0a,0x00,0x42,0xd0,0x01,0x05,0x00,0x00
3198 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0xcb,0x00,0x00]
3199 0x0a,0x00,0x42,0xd0,0x01,0xcb,0x00,0x00
3201 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0xcd,0x00,0x00]
3202 0x0a,0x00,0x42,0xd0,0x01,0xcd,0x00,0x00
3204 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0xcf,0x00,0x00]
3205 0x0a,0x00,0x42,0xd0,0x01,0xcf,0x00,0x00
3207 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0xd5,0x00,0x00]
3208 0x0a,0x00,0x42,0xd0,0x01,0xd5,0x00,0x00
3210 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0xd7,0x00,0x00]
3211 0x0a,0x00,0x42,0xd0,0x01,0xd7,0x00,0x00
3213 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0xd9,0x00,0x00]
3214 0x0a,0x00,0x42,0xd0,0x01,0xd9,0x00,0x00
3216 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0xdb,0x00,0x00]
3217 0x0a,0x00,0x42,0xd0,0x01,0xdb,0x00,0x00
3219 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0xdd,0x00,0x00]
3220 0x0a,0x00,0x42,0xd0,0x01,0xdd,0x00,0x00
3222 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0xdf,0x00,0x00]
3223 0x0a,0x00,0x42,0xd0,0x01,0xdf,0x00,0x00
3225 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0xf7,0x00,0x00]
3226 0x0a,0x00,0x42,0xd0,0x01,0xf7,0x00,0x00
3228 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0xf9,0x00,0x00]
3229 0x0a,0x00,0x42,0xd0,0x01,0xf9,0x00,0x00
3231 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0xfd,0x00,0x00]
3232 0x0a,0x00,0x42,0xd0,0x01,0xfd,0x00,0x00
3234 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0xff,0x00,0x00]
3235 0x0a,0x00,0x42,0xd0,0x01,0xff,0x00,0x00
3237 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0x01,0x01,0x00]
3238 0x0a,0x00,0x42,0xd0,0x01,0x01,0x01,0x00
3240 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0x83,0x01,0x00]
3241 0x0a,0x00,0x42,0xd0,0x01,0x83,0x01,0x00
3243 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0xe1,0x01,0x00]
3244 0x0a,0x00,0x42,0xd0,0x01,0xe1,0x01,0x00
3246 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0xef,0x01,0x00]
3247 0x0a,0x00,0x42,0xd0,0x01,0xef,0x01,0x00
3249 # CHECK: v_cmp_eq_f32_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0x05,0x02,0x20]
3250 0x0a,0x00,0x42,0xd0,0x01,0x05,0x02,0x20
3252 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0x05,0x02,0x40]
3253 0x0a,0x00,0x42,0xd0,0x01,0x05,0x02,0x40
3255 # CHECK: v_cmp_eq_f32_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x42,0xd0,0x01,0x05,0x02,0x60]
3256 0x0a,0x00,0x42,0xd0,0x01,0x05,0x02,0x60
3258 # CHECK: v_cmp_eq_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x42,0xd0,0x01,0x05,0x02,0x00]
3259 0x0a,0x80,0x42,0xd0,0x01,0x05,0x02,0x00
3261 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0x05,0x02,0x00]
3262 0x0a,0x00,0x43,0xd0,0x01,0x05,0x02,0x00
3264 # CHECK: v_cmp_le_f32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x43,0xd0,0x01,0x05,0x02,0x00]
3265 0x0c,0x00,0x43,0xd0,0x01,0x05,0x02,0x00
3267 # CHECK: v_cmp_le_f32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x43,0xd0,0x01,0x05,0x02,0x00]
3268 0x64,0x00,0x43,0xd0,0x01,0x05,0x02,0x00
3270 # CHECK: v_cmp_le_f32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x43,0xd0,0x01,0x05,0x02,0x00]
3271 0x66,0x00,0x43,0xd0,0x01,0x05,0x02,0x00
3273 # CHECK: v_cmp_le_f32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x43,0xd0,0x01,0x05,0x02,0x00]
3274 0x6a,0x00,0x43,0xd0,0x01,0x05,0x02,0x00
3276 # CHECK: v_cmp_le_f32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x43,0xd0,0x01,0x05,0x02,0x00]
3277 0x6c,0x00,0x43,0xd0,0x01,0x05,0x02,0x00
3279 # CHECK: v_cmp_le_f32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x43,0xd0,0x01,0x05,0x02,0x00]
3280 0x6e,0x00,0x43,0xd0,0x01,0x05,0x02,0x00
3282 # CHECK: v_cmp_le_f32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x43,0xd0,0x01,0x05,0x02,0x00]
3283 0x7a,0x00,0x43,0xd0,0x01,0x05,0x02,0x00
3285 # CHECK: v_cmp_le_f32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x43,0xd0,0xff,0x05,0x02,0x00]
3286 0x0a,0x00,0x43,0xd0,0xff,0x05,0x02,0x00
3288 # CHECK: v_cmp_le_f32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0x04,0x02,0x00]
3289 0x0a,0x00,0x43,0xd0,0x01,0x04,0x02,0x00
3291 # CHECK: v_cmp_le_f32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x43,0xd0,0x65,0x04,0x02,0x00]
3292 0x0a,0x00,0x43,0xd0,0x65,0x04,0x02,0x00
3294 # CHECK: v_cmp_le_f32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x43,0xd0,0x66,0x04,0x02,0x00]
3295 0x0a,0x00,0x43,0xd0,0x66,0x04,0x02,0x00
3297 # CHECK: v_cmp_le_f32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x43,0xd0,0x67,0x04,0x02,0x00]
3298 0x0a,0x00,0x43,0xd0,0x67,0x04,0x02,0x00
3300 # CHECK: v_cmp_le_f32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x43,0xd0,0x6a,0x04,0x02,0x00]
3301 0x0a,0x00,0x43,0xd0,0x6a,0x04,0x02,0x00
3303 # CHECK: v_cmp_le_f32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x43,0xd0,0x6b,0x04,0x02,0x00]
3304 0x0a,0x00,0x43,0xd0,0x6b,0x04,0x02,0x00
3306 # CHECK: v_cmp_le_f32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x43,0xd0,0x6c,0x04,0x02,0x00]
3307 0x0a,0x00,0x43,0xd0,0x6c,0x04,0x02,0x00
3309 # CHECK: v_cmp_le_f32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x43,0xd0,0x6d,0x04,0x02,0x00]
3310 0x0a,0x00,0x43,0xd0,0x6d,0x04,0x02,0x00
3312 # CHECK: v_cmp_le_f32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x43,0xd0,0x6e,0x04,0x02,0x00]
3313 0x0a,0x00,0x43,0xd0,0x6e,0x04,0x02,0x00
3315 # CHECK: v_cmp_le_f32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x43,0xd0,0x6f,0x04,0x02,0x00]
3316 0x0a,0x00,0x43,0xd0,0x6f,0x04,0x02,0x00
3318 # CHECK: v_cmp_le_f32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x43,0xd0,0x7b,0x04,0x02,0x00]
3319 0x0a,0x00,0x43,0xd0,0x7b,0x04,0x02,0x00
3321 # CHECK: v_cmp_le_f32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x43,0xd0,0x7c,0x04,0x02,0x00]
3322 0x0a,0x00,0x43,0xd0,0x7c,0x04,0x02,0x00
3324 # CHECK: v_cmp_le_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x43,0xd0,0x7e,0x04,0x02,0x00]
3325 0x0a,0x00,0x43,0xd0,0x7e,0x04,0x02,0x00
3327 # CHECK: v_cmp_le_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x43,0xd0,0x7f,0x04,0x02,0x00]
3328 0x0a,0x00,0x43,0xd0,0x7f,0x04,0x02,0x00
3330 # CHECK: v_cmp_le_f32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x43,0xd0,0x80,0x04,0x02,0x00]
3331 0x0a,0x00,0x43,0xd0,0x80,0x04,0x02,0x00
3333 # CHECK: v_cmp_le_f32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x43,0xd0,0xc1,0x04,0x02,0x00]
3334 0x0a,0x00,0x43,0xd0,0xc1,0x04,0x02,0x00
3336 # CHECK: v_cmp_le_f32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x43,0xd0,0xf0,0x04,0x02,0x00]
3337 0x0a,0x00,0x43,0xd0,0xf0,0x04,0x02,0x00
3339 # CHECK: v_cmp_le_f32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x43,0xd0,0xf7,0x04,0x02,0x00]
3340 0x0a,0x00,0x43,0xd0,0xf7,0x04,0x02,0x00
3342 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0xff,0x03,0x00]
3343 0x0a,0x00,0x43,0xd0,0x01,0xff,0x03,0x00
3345 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0x05,0x00,0x00]
3346 0x0a,0x00,0x43,0xd0,0x01,0x05,0x00,0x00
3348 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0xcb,0x00,0x00]
3349 0x0a,0x00,0x43,0xd0,0x01,0xcb,0x00,0x00
3351 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0xcd,0x00,0x00]
3352 0x0a,0x00,0x43,0xd0,0x01,0xcd,0x00,0x00
3354 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0xcf,0x00,0x00]
3355 0x0a,0x00,0x43,0xd0,0x01,0xcf,0x00,0x00
3357 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0xd5,0x00,0x00]
3358 0x0a,0x00,0x43,0xd0,0x01,0xd5,0x00,0x00
3360 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0xd7,0x00,0x00]
3361 0x0a,0x00,0x43,0xd0,0x01,0xd7,0x00,0x00
3363 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0xd9,0x00,0x00]
3364 0x0a,0x00,0x43,0xd0,0x01,0xd9,0x00,0x00
3366 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0xdb,0x00,0x00]
3367 0x0a,0x00,0x43,0xd0,0x01,0xdb,0x00,0x00
3369 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0xdd,0x00,0x00]
3370 0x0a,0x00,0x43,0xd0,0x01,0xdd,0x00,0x00
3372 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0xdf,0x00,0x00]
3373 0x0a,0x00,0x43,0xd0,0x01,0xdf,0x00,0x00
3375 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0xf7,0x00,0x00]
3376 0x0a,0x00,0x43,0xd0,0x01,0xf7,0x00,0x00
3378 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0xf9,0x00,0x00]
3379 0x0a,0x00,0x43,0xd0,0x01,0xf9,0x00,0x00
3381 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0xfd,0x00,0x00]
3382 0x0a,0x00,0x43,0xd0,0x01,0xfd,0x00,0x00
3384 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0xff,0x00,0x00]
3385 0x0a,0x00,0x43,0xd0,0x01,0xff,0x00,0x00
3387 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0x01,0x01,0x00]
3388 0x0a,0x00,0x43,0xd0,0x01,0x01,0x01,0x00
3390 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0x83,0x01,0x00]
3391 0x0a,0x00,0x43,0xd0,0x01,0x83,0x01,0x00
3393 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0xe1,0x01,0x00]
3394 0x0a,0x00,0x43,0xd0,0x01,0xe1,0x01,0x00
3396 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0xef,0x01,0x00]
3397 0x0a,0x00,0x43,0xd0,0x01,0xef,0x01,0x00
3399 # CHECK: v_cmp_le_f32_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0x05,0x02,0x20]
3400 0x0a,0x00,0x43,0xd0,0x01,0x05,0x02,0x20
3402 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0x05,0x02,0x40]
3403 0x0a,0x00,0x43,0xd0,0x01,0x05,0x02,0x40
3405 # CHECK: v_cmp_le_f32_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x43,0xd0,0x01,0x05,0x02,0x60]
3406 0x0a,0x00,0x43,0xd0,0x01,0x05,0x02,0x60
3408 # CHECK: v_cmp_le_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x43,0xd0,0x01,0x05,0x02,0x00]
3409 0x0a,0x80,0x43,0xd0,0x01,0x05,0x02,0x00
3411 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0x05,0x02,0x00]
3412 0x0a,0x00,0x44,0xd0,0x01,0x05,0x02,0x00
3414 # CHECK: v_cmp_gt_f32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x44,0xd0,0x01,0x05,0x02,0x00]
3415 0x0c,0x00,0x44,0xd0,0x01,0x05,0x02,0x00
3417 # CHECK: v_cmp_gt_f32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x44,0xd0,0x01,0x05,0x02,0x00]
3418 0x64,0x00,0x44,0xd0,0x01,0x05,0x02,0x00
3420 # CHECK: v_cmp_gt_f32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x44,0xd0,0x01,0x05,0x02,0x00]
3421 0x66,0x00,0x44,0xd0,0x01,0x05,0x02,0x00
3423 # CHECK: v_cmp_gt_f32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x44,0xd0,0x01,0x05,0x02,0x00]
3424 0x6a,0x00,0x44,0xd0,0x01,0x05,0x02,0x00
3426 # CHECK: v_cmp_gt_f32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x44,0xd0,0x01,0x05,0x02,0x00]
3427 0x6c,0x00,0x44,0xd0,0x01,0x05,0x02,0x00
3429 # CHECK: v_cmp_gt_f32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x44,0xd0,0x01,0x05,0x02,0x00]
3430 0x6e,0x00,0x44,0xd0,0x01,0x05,0x02,0x00
3432 # CHECK: v_cmp_gt_f32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x44,0xd0,0x01,0x05,0x02,0x00]
3433 0x7a,0x00,0x44,0xd0,0x01,0x05,0x02,0x00
3435 # CHECK: v_cmp_gt_f32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x44,0xd0,0xff,0x05,0x02,0x00]
3436 0x0a,0x00,0x44,0xd0,0xff,0x05,0x02,0x00
3438 # CHECK: v_cmp_gt_f32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0x04,0x02,0x00]
3439 0x0a,0x00,0x44,0xd0,0x01,0x04,0x02,0x00
3441 # CHECK: v_cmp_gt_f32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x44,0xd0,0x65,0x04,0x02,0x00]
3442 0x0a,0x00,0x44,0xd0,0x65,0x04,0x02,0x00
3444 # CHECK: v_cmp_gt_f32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x44,0xd0,0x66,0x04,0x02,0x00]
3445 0x0a,0x00,0x44,0xd0,0x66,0x04,0x02,0x00
3447 # CHECK: v_cmp_gt_f32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x44,0xd0,0x67,0x04,0x02,0x00]
3448 0x0a,0x00,0x44,0xd0,0x67,0x04,0x02,0x00
3450 # CHECK: v_cmp_gt_f32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x44,0xd0,0x6a,0x04,0x02,0x00]
3451 0x0a,0x00,0x44,0xd0,0x6a,0x04,0x02,0x00
3453 # CHECK: v_cmp_gt_f32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x44,0xd0,0x6b,0x04,0x02,0x00]
3454 0x0a,0x00,0x44,0xd0,0x6b,0x04,0x02,0x00
3456 # CHECK: v_cmp_gt_f32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x44,0xd0,0x6c,0x04,0x02,0x00]
3457 0x0a,0x00,0x44,0xd0,0x6c,0x04,0x02,0x00
3459 # CHECK: v_cmp_gt_f32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x44,0xd0,0x6d,0x04,0x02,0x00]
3460 0x0a,0x00,0x44,0xd0,0x6d,0x04,0x02,0x00
3462 # CHECK: v_cmp_gt_f32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x44,0xd0,0x6e,0x04,0x02,0x00]
3463 0x0a,0x00,0x44,0xd0,0x6e,0x04,0x02,0x00
3465 # CHECK: v_cmp_gt_f32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x44,0xd0,0x6f,0x04,0x02,0x00]
3466 0x0a,0x00,0x44,0xd0,0x6f,0x04,0x02,0x00
3468 # CHECK: v_cmp_gt_f32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x44,0xd0,0x7b,0x04,0x02,0x00]
3469 0x0a,0x00,0x44,0xd0,0x7b,0x04,0x02,0x00
3471 # CHECK: v_cmp_gt_f32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x44,0xd0,0x7c,0x04,0x02,0x00]
3472 0x0a,0x00,0x44,0xd0,0x7c,0x04,0x02,0x00
3474 # CHECK: v_cmp_gt_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x44,0xd0,0x7e,0x04,0x02,0x00]
3475 0x0a,0x00,0x44,0xd0,0x7e,0x04,0x02,0x00
3477 # CHECK: v_cmp_gt_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x44,0xd0,0x7f,0x04,0x02,0x00]
3478 0x0a,0x00,0x44,0xd0,0x7f,0x04,0x02,0x00
3480 # CHECK: v_cmp_gt_f32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x44,0xd0,0x80,0x04,0x02,0x00]
3481 0x0a,0x00,0x44,0xd0,0x80,0x04,0x02,0x00
3483 # CHECK: v_cmp_gt_f32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x44,0xd0,0xc1,0x04,0x02,0x00]
3484 0x0a,0x00,0x44,0xd0,0xc1,0x04,0x02,0x00
3486 # CHECK: v_cmp_gt_f32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x44,0xd0,0xf0,0x04,0x02,0x00]
3487 0x0a,0x00,0x44,0xd0,0xf0,0x04,0x02,0x00
3489 # CHECK: v_cmp_gt_f32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x44,0xd0,0xf7,0x04,0x02,0x00]
3490 0x0a,0x00,0x44,0xd0,0xf7,0x04,0x02,0x00
3492 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0xff,0x03,0x00]
3493 0x0a,0x00,0x44,0xd0,0x01,0xff,0x03,0x00
3495 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0x05,0x00,0x00]
3496 0x0a,0x00,0x44,0xd0,0x01,0x05,0x00,0x00
3498 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0xcb,0x00,0x00]
3499 0x0a,0x00,0x44,0xd0,0x01,0xcb,0x00,0x00
3501 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0xcd,0x00,0x00]
3502 0x0a,0x00,0x44,0xd0,0x01,0xcd,0x00,0x00
3504 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0xcf,0x00,0x00]
3505 0x0a,0x00,0x44,0xd0,0x01,0xcf,0x00,0x00
3507 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0xd5,0x00,0x00]
3508 0x0a,0x00,0x44,0xd0,0x01,0xd5,0x00,0x00
3510 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0xd7,0x00,0x00]
3511 0x0a,0x00,0x44,0xd0,0x01,0xd7,0x00,0x00
3513 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0xd9,0x00,0x00]
3514 0x0a,0x00,0x44,0xd0,0x01,0xd9,0x00,0x00
3516 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0xdb,0x00,0x00]
3517 0x0a,0x00,0x44,0xd0,0x01,0xdb,0x00,0x00
3519 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0xdd,0x00,0x00]
3520 0x0a,0x00,0x44,0xd0,0x01,0xdd,0x00,0x00
3522 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0xdf,0x00,0x00]
3523 0x0a,0x00,0x44,0xd0,0x01,0xdf,0x00,0x00
3525 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0xf7,0x00,0x00]
3526 0x0a,0x00,0x44,0xd0,0x01,0xf7,0x00,0x00
3528 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0xf9,0x00,0x00]
3529 0x0a,0x00,0x44,0xd0,0x01,0xf9,0x00,0x00
3531 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0xfd,0x00,0x00]
3532 0x0a,0x00,0x44,0xd0,0x01,0xfd,0x00,0x00
3534 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0xff,0x00,0x00]
3535 0x0a,0x00,0x44,0xd0,0x01,0xff,0x00,0x00
3537 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0x01,0x01,0x00]
3538 0x0a,0x00,0x44,0xd0,0x01,0x01,0x01,0x00
3540 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0x83,0x01,0x00]
3541 0x0a,0x00,0x44,0xd0,0x01,0x83,0x01,0x00
3543 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0xe1,0x01,0x00]
3544 0x0a,0x00,0x44,0xd0,0x01,0xe1,0x01,0x00
3546 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0xef,0x01,0x00]
3547 0x0a,0x00,0x44,0xd0,0x01,0xef,0x01,0x00
3549 # CHECK: v_cmp_gt_f32_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0x05,0x02,0x20]
3550 0x0a,0x00,0x44,0xd0,0x01,0x05,0x02,0x20
3552 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0x05,0x02,0x40]
3553 0x0a,0x00,0x44,0xd0,0x01,0x05,0x02,0x40
3555 # CHECK: v_cmp_gt_f32_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x44,0xd0,0x01,0x05,0x02,0x60]
3556 0x0a,0x00,0x44,0xd0,0x01,0x05,0x02,0x60
3558 # CHECK: v_cmp_gt_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x44,0xd0,0x01,0x05,0x02,0x00]
3559 0x0a,0x80,0x44,0xd0,0x01,0x05,0x02,0x00
3561 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0x05,0x02,0x00]
3562 0x0a,0x00,0x45,0xd0,0x01,0x05,0x02,0x00
3564 # CHECK: v_cmp_lg_f32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x45,0xd0,0x01,0x05,0x02,0x00]
3565 0x0c,0x00,0x45,0xd0,0x01,0x05,0x02,0x00
3567 # CHECK: v_cmp_lg_f32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x45,0xd0,0x01,0x05,0x02,0x00]
3568 0x64,0x00,0x45,0xd0,0x01,0x05,0x02,0x00
3570 # CHECK: v_cmp_lg_f32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x45,0xd0,0x01,0x05,0x02,0x00]
3571 0x66,0x00,0x45,0xd0,0x01,0x05,0x02,0x00
3573 # CHECK: v_cmp_lg_f32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x45,0xd0,0x01,0x05,0x02,0x00]
3574 0x6a,0x00,0x45,0xd0,0x01,0x05,0x02,0x00
3576 # CHECK: v_cmp_lg_f32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x45,0xd0,0x01,0x05,0x02,0x00]
3577 0x6c,0x00,0x45,0xd0,0x01,0x05,0x02,0x00
3579 # CHECK: v_cmp_lg_f32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x45,0xd0,0x01,0x05,0x02,0x00]
3580 0x6e,0x00,0x45,0xd0,0x01,0x05,0x02,0x00
3582 # CHECK: v_cmp_lg_f32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x45,0xd0,0x01,0x05,0x02,0x00]
3583 0x7a,0x00,0x45,0xd0,0x01,0x05,0x02,0x00
3585 # CHECK: v_cmp_lg_f32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x45,0xd0,0xff,0x05,0x02,0x00]
3586 0x0a,0x00,0x45,0xd0,0xff,0x05,0x02,0x00
3588 # CHECK: v_cmp_lg_f32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0x04,0x02,0x00]
3589 0x0a,0x00,0x45,0xd0,0x01,0x04,0x02,0x00
3591 # CHECK: v_cmp_lg_f32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x45,0xd0,0x65,0x04,0x02,0x00]
3592 0x0a,0x00,0x45,0xd0,0x65,0x04,0x02,0x00
3594 # CHECK: v_cmp_lg_f32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x45,0xd0,0x66,0x04,0x02,0x00]
3595 0x0a,0x00,0x45,0xd0,0x66,0x04,0x02,0x00
3597 # CHECK: v_cmp_lg_f32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x45,0xd0,0x67,0x04,0x02,0x00]
3598 0x0a,0x00,0x45,0xd0,0x67,0x04,0x02,0x00
3600 # CHECK: v_cmp_lg_f32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x45,0xd0,0x6a,0x04,0x02,0x00]
3601 0x0a,0x00,0x45,0xd0,0x6a,0x04,0x02,0x00
3603 # CHECK: v_cmp_lg_f32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x45,0xd0,0x6b,0x04,0x02,0x00]
3604 0x0a,0x00,0x45,0xd0,0x6b,0x04,0x02,0x00
3606 # CHECK: v_cmp_lg_f32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x45,0xd0,0x6c,0x04,0x02,0x00]
3607 0x0a,0x00,0x45,0xd0,0x6c,0x04,0x02,0x00
3609 # CHECK: v_cmp_lg_f32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x45,0xd0,0x6d,0x04,0x02,0x00]
3610 0x0a,0x00,0x45,0xd0,0x6d,0x04,0x02,0x00
3612 # CHECK: v_cmp_lg_f32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x45,0xd0,0x6e,0x04,0x02,0x00]
3613 0x0a,0x00,0x45,0xd0,0x6e,0x04,0x02,0x00
3615 # CHECK: v_cmp_lg_f32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x45,0xd0,0x6f,0x04,0x02,0x00]
3616 0x0a,0x00,0x45,0xd0,0x6f,0x04,0x02,0x00
3618 # CHECK: v_cmp_lg_f32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x45,0xd0,0x7b,0x04,0x02,0x00]
3619 0x0a,0x00,0x45,0xd0,0x7b,0x04,0x02,0x00
3621 # CHECK: v_cmp_lg_f32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x45,0xd0,0x7c,0x04,0x02,0x00]
3622 0x0a,0x00,0x45,0xd0,0x7c,0x04,0x02,0x00
3624 # CHECK: v_cmp_lg_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x45,0xd0,0x7e,0x04,0x02,0x00]
3625 0x0a,0x00,0x45,0xd0,0x7e,0x04,0x02,0x00
3627 # CHECK: v_cmp_lg_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x45,0xd0,0x7f,0x04,0x02,0x00]
3628 0x0a,0x00,0x45,0xd0,0x7f,0x04,0x02,0x00
3630 # CHECK: v_cmp_lg_f32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x45,0xd0,0x80,0x04,0x02,0x00]
3631 0x0a,0x00,0x45,0xd0,0x80,0x04,0x02,0x00
3633 # CHECK: v_cmp_lg_f32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x45,0xd0,0xc1,0x04,0x02,0x00]
3634 0x0a,0x00,0x45,0xd0,0xc1,0x04,0x02,0x00
3636 # CHECK: v_cmp_lg_f32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x45,0xd0,0xf0,0x04,0x02,0x00]
3637 0x0a,0x00,0x45,0xd0,0xf0,0x04,0x02,0x00
3639 # CHECK: v_cmp_lg_f32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x45,0xd0,0xf7,0x04,0x02,0x00]
3640 0x0a,0x00,0x45,0xd0,0xf7,0x04,0x02,0x00
3642 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0xff,0x03,0x00]
3643 0x0a,0x00,0x45,0xd0,0x01,0xff,0x03,0x00
3645 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0x05,0x00,0x00]
3646 0x0a,0x00,0x45,0xd0,0x01,0x05,0x00,0x00
3648 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0xcb,0x00,0x00]
3649 0x0a,0x00,0x45,0xd0,0x01,0xcb,0x00,0x00
3651 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0xcd,0x00,0x00]
3652 0x0a,0x00,0x45,0xd0,0x01,0xcd,0x00,0x00
3654 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0xcf,0x00,0x00]
3655 0x0a,0x00,0x45,0xd0,0x01,0xcf,0x00,0x00
3657 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0xd5,0x00,0x00]
3658 0x0a,0x00,0x45,0xd0,0x01,0xd5,0x00,0x00
3660 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0xd7,0x00,0x00]
3661 0x0a,0x00,0x45,0xd0,0x01,0xd7,0x00,0x00
3663 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0xd9,0x00,0x00]
3664 0x0a,0x00,0x45,0xd0,0x01,0xd9,0x00,0x00
3666 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0xdb,0x00,0x00]
3667 0x0a,0x00,0x45,0xd0,0x01,0xdb,0x00,0x00
3669 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0xdd,0x00,0x00]
3670 0x0a,0x00,0x45,0xd0,0x01,0xdd,0x00,0x00
3672 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0xdf,0x00,0x00]
3673 0x0a,0x00,0x45,0xd0,0x01,0xdf,0x00,0x00
3675 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0xf7,0x00,0x00]
3676 0x0a,0x00,0x45,0xd0,0x01,0xf7,0x00,0x00
3678 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0xf9,0x00,0x00]
3679 0x0a,0x00,0x45,0xd0,0x01,0xf9,0x00,0x00
3681 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0xfd,0x00,0x00]
3682 0x0a,0x00,0x45,0xd0,0x01,0xfd,0x00,0x00
3684 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0xff,0x00,0x00]
3685 0x0a,0x00,0x45,0xd0,0x01,0xff,0x00,0x00
3687 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0x01,0x01,0x00]
3688 0x0a,0x00,0x45,0xd0,0x01,0x01,0x01,0x00
3690 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0x83,0x01,0x00]
3691 0x0a,0x00,0x45,0xd0,0x01,0x83,0x01,0x00
3693 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0xe1,0x01,0x00]
3694 0x0a,0x00,0x45,0xd0,0x01,0xe1,0x01,0x00
3696 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0xef,0x01,0x00]
3697 0x0a,0x00,0x45,0xd0,0x01,0xef,0x01,0x00
3699 # CHECK: v_cmp_lg_f32_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0x05,0x02,0x20]
3700 0x0a,0x00,0x45,0xd0,0x01,0x05,0x02,0x20
3702 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0x05,0x02,0x40]
3703 0x0a,0x00,0x45,0xd0,0x01,0x05,0x02,0x40
3705 # CHECK: v_cmp_lg_f32_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x45,0xd0,0x01,0x05,0x02,0x60]
3706 0x0a,0x00,0x45,0xd0,0x01,0x05,0x02,0x60
3708 # CHECK: v_cmp_lg_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x45,0xd0,0x01,0x05,0x02,0x00]
3709 0x0a,0x80,0x45,0xd0,0x01,0x05,0x02,0x00
3711 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0x05,0x02,0x00]
3712 0x0a,0x00,0x46,0xd0,0x01,0x05,0x02,0x00
3714 # CHECK: v_cmp_ge_f32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x46,0xd0,0x01,0x05,0x02,0x00]
3715 0x0c,0x00,0x46,0xd0,0x01,0x05,0x02,0x00
3717 # CHECK: v_cmp_ge_f32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x46,0xd0,0x01,0x05,0x02,0x00]
3718 0x64,0x00,0x46,0xd0,0x01,0x05,0x02,0x00
3720 # CHECK: v_cmp_ge_f32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x46,0xd0,0x01,0x05,0x02,0x00]
3721 0x66,0x00,0x46,0xd0,0x01,0x05,0x02,0x00
3723 # CHECK: v_cmp_ge_f32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x46,0xd0,0x01,0x05,0x02,0x00]
3724 0x6a,0x00,0x46,0xd0,0x01,0x05,0x02,0x00
3726 # CHECK: v_cmp_ge_f32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x46,0xd0,0x01,0x05,0x02,0x00]
3727 0x6c,0x00,0x46,0xd0,0x01,0x05,0x02,0x00
3729 # CHECK: v_cmp_ge_f32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x46,0xd0,0x01,0x05,0x02,0x00]
3730 0x6e,0x00,0x46,0xd0,0x01,0x05,0x02,0x00
3732 # CHECK: v_cmp_ge_f32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x46,0xd0,0x01,0x05,0x02,0x00]
3733 0x7a,0x00,0x46,0xd0,0x01,0x05,0x02,0x00
3735 # CHECK: v_cmp_ge_f32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x46,0xd0,0xff,0x05,0x02,0x00]
3736 0x0a,0x00,0x46,0xd0,0xff,0x05,0x02,0x00
3738 # CHECK: v_cmp_ge_f32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0x04,0x02,0x00]
3739 0x0a,0x00,0x46,0xd0,0x01,0x04,0x02,0x00
3741 # CHECK: v_cmp_ge_f32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x46,0xd0,0x65,0x04,0x02,0x00]
3742 0x0a,0x00,0x46,0xd0,0x65,0x04,0x02,0x00
3744 # CHECK: v_cmp_ge_f32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x46,0xd0,0x66,0x04,0x02,0x00]
3745 0x0a,0x00,0x46,0xd0,0x66,0x04,0x02,0x00
3747 # CHECK: v_cmp_ge_f32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x46,0xd0,0x67,0x04,0x02,0x00]
3748 0x0a,0x00,0x46,0xd0,0x67,0x04,0x02,0x00
3750 # CHECK: v_cmp_ge_f32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x46,0xd0,0x6a,0x04,0x02,0x00]
3751 0x0a,0x00,0x46,0xd0,0x6a,0x04,0x02,0x00
3753 # CHECK: v_cmp_ge_f32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x46,0xd0,0x6b,0x04,0x02,0x00]
3754 0x0a,0x00,0x46,0xd0,0x6b,0x04,0x02,0x00
3756 # CHECK: v_cmp_ge_f32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x46,0xd0,0x6c,0x04,0x02,0x00]
3757 0x0a,0x00,0x46,0xd0,0x6c,0x04,0x02,0x00
3759 # CHECK: v_cmp_ge_f32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x46,0xd0,0x6d,0x04,0x02,0x00]
3760 0x0a,0x00,0x46,0xd0,0x6d,0x04,0x02,0x00
3762 # CHECK: v_cmp_ge_f32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x46,0xd0,0x6e,0x04,0x02,0x00]
3763 0x0a,0x00,0x46,0xd0,0x6e,0x04,0x02,0x00
3765 # CHECK: v_cmp_ge_f32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x46,0xd0,0x6f,0x04,0x02,0x00]
3766 0x0a,0x00,0x46,0xd0,0x6f,0x04,0x02,0x00
3768 # CHECK: v_cmp_ge_f32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x46,0xd0,0x7b,0x04,0x02,0x00]
3769 0x0a,0x00,0x46,0xd0,0x7b,0x04,0x02,0x00
3771 # CHECK: v_cmp_ge_f32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x46,0xd0,0x7c,0x04,0x02,0x00]
3772 0x0a,0x00,0x46,0xd0,0x7c,0x04,0x02,0x00
3774 # CHECK: v_cmp_ge_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x46,0xd0,0x7e,0x04,0x02,0x00]
3775 0x0a,0x00,0x46,0xd0,0x7e,0x04,0x02,0x00
3777 # CHECK: v_cmp_ge_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x46,0xd0,0x7f,0x04,0x02,0x00]
3778 0x0a,0x00,0x46,0xd0,0x7f,0x04,0x02,0x00
3780 # CHECK: v_cmp_ge_f32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x46,0xd0,0x80,0x04,0x02,0x00]
3781 0x0a,0x00,0x46,0xd0,0x80,0x04,0x02,0x00
3783 # CHECK: v_cmp_ge_f32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x46,0xd0,0xc1,0x04,0x02,0x00]
3784 0x0a,0x00,0x46,0xd0,0xc1,0x04,0x02,0x00
3786 # CHECK: v_cmp_ge_f32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x46,0xd0,0xf0,0x04,0x02,0x00]
3787 0x0a,0x00,0x46,0xd0,0xf0,0x04,0x02,0x00
3789 # CHECK: v_cmp_ge_f32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x46,0xd0,0xf7,0x04,0x02,0x00]
3790 0x0a,0x00,0x46,0xd0,0xf7,0x04,0x02,0x00
3792 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0xff,0x03,0x00]
3793 0x0a,0x00,0x46,0xd0,0x01,0xff,0x03,0x00
3795 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0x05,0x00,0x00]
3796 0x0a,0x00,0x46,0xd0,0x01,0x05,0x00,0x00
3798 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0xcb,0x00,0x00]
3799 0x0a,0x00,0x46,0xd0,0x01,0xcb,0x00,0x00
3801 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0xcd,0x00,0x00]
3802 0x0a,0x00,0x46,0xd0,0x01,0xcd,0x00,0x00
3804 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0xcf,0x00,0x00]
3805 0x0a,0x00,0x46,0xd0,0x01,0xcf,0x00,0x00
3807 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0xd5,0x00,0x00]
3808 0x0a,0x00,0x46,0xd0,0x01,0xd5,0x00,0x00
3810 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0xd7,0x00,0x00]
3811 0x0a,0x00,0x46,0xd0,0x01,0xd7,0x00,0x00
3813 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0xd9,0x00,0x00]
3814 0x0a,0x00,0x46,0xd0,0x01,0xd9,0x00,0x00
3816 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0xdb,0x00,0x00]
3817 0x0a,0x00,0x46,0xd0,0x01,0xdb,0x00,0x00
3819 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0xdd,0x00,0x00]
3820 0x0a,0x00,0x46,0xd0,0x01,0xdd,0x00,0x00
3822 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0xdf,0x00,0x00]
3823 0x0a,0x00,0x46,0xd0,0x01,0xdf,0x00,0x00
3825 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0xf7,0x00,0x00]
3826 0x0a,0x00,0x46,0xd0,0x01,0xf7,0x00,0x00
3828 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0xf9,0x00,0x00]
3829 0x0a,0x00,0x46,0xd0,0x01,0xf9,0x00,0x00
3831 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0xfd,0x00,0x00]
3832 0x0a,0x00,0x46,0xd0,0x01,0xfd,0x00,0x00
3834 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0xff,0x00,0x00]
3835 0x0a,0x00,0x46,0xd0,0x01,0xff,0x00,0x00
3837 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0x01,0x01,0x00]
3838 0x0a,0x00,0x46,0xd0,0x01,0x01,0x01,0x00
3840 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0x83,0x01,0x00]
3841 0x0a,0x00,0x46,0xd0,0x01,0x83,0x01,0x00
3843 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0xe1,0x01,0x00]
3844 0x0a,0x00,0x46,0xd0,0x01,0xe1,0x01,0x00
3846 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0xef,0x01,0x00]
3847 0x0a,0x00,0x46,0xd0,0x01,0xef,0x01,0x00
3849 # CHECK: v_cmp_ge_f32_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0x05,0x02,0x20]
3850 0x0a,0x00,0x46,0xd0,0x01,0x05,0x02,0x20
3852 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0x05,0x02,0x40]
3853 0x0a,0x00,0x46,0xd0,0x01,0x05,0x02,0x40
3855 # CHECK: v_cmp_ge_f32_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x46,0xd0,0x01,0x05,0x02,0x60]
3856 0x0a,0x00,0x46,0xd0,0x01,0x05,0x02,0x60
3858 # CHECK: v_cmp_ge_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x46,0xd0,0x01,0x05,0x02,0x00]
3859 0x0a,0x80,0x46,0xd0,0x01,0x05,0x02,0x00
3861 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0x05,0x02,0x00]
3862 0x0a,0x00,0x47,0xd0,0x01,0x05,0x02,0x00
3864 # CHECK: v_cmp_o_f32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x47,0xd0,0x01,0x05,0x02,0x00]
3865 0x0c,0x00,0x47,0xd0,0x01,0x05,0x02,0x00
3867 # CHECK: v_cmp_o_f32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x47,0xd0,0x01,0x05,0x02,0x00]
3868 0x64,0x00,0x47,0xd0,0x01,0x05,0x02,0x00
3870 # CHECK: v_cmp_o_f32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x47,0xd0,0x01,0x05,0x02,0x00]
3871 0x66,0x00,0x47,0xd0,0x01,0x05,0x02,0x00
3873 # CHECK: v_cmp_o_f32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x47,0xd0,0x01,0x05,0x02,0x00]
3874 0x6a,0x00,0x47,0xd0,0x01,0x05,0x02,0x00
3876 # CHECK: v_cmp_o_f32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x47,0xd0,0x01,0x05,0x02,0x00]
3877 0x6c,0x00,0x47,0xd0,0x01,0x05,0x02,0x00
3879 # CHECK: v_cmp_o_f32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x47,0xd0,0x01,0x05,0x02,0x00]
3880 0x6e,0x00,0x47,0xd0,0x01,0x05,0x02,0x00
3882 # CHECK: v_cmp_o_f32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x47,0xd0,0x01,0x05,0x02,0x00]
3883 0x7a,0x00,0x47,0xd0,0x01,0x05,0x02,0x00
3885 # CHECK: v_cmp_o_f32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x47,0xd0,0xff,0x05,0x02,0x00]
3886 0x0a,0x00,0x47,0xd0,0xff,0x05,0x02,0x00
3888 # CHECK: v_cmp_o_f32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0x04,0x02,0x00]
3889 0x0a,0x00,0x47,0xd0,0x01,0x04,0x02,0x00
3891 # CHECK: v_cmp_o_f32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x47,0xd0,0x65,0x04,0x02,0x00]
3892 0x0a,0x00,0x47,0xd0,0x65,0x04,0x02,0x00
3894 # CHECK: v_cmp_o_f32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x47,0xd0,0x66,0x04,0x02,0x00]
3895 0x0a,0x00,0x47,0xd0,0x66,0x04,0x02,0x00
3897 # CHECK: v_cmp_o_f32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x47,0xd0,0x67,0x04,0x02,0x00]
3898 0x0a,0x00,0x47,0xd0,0x67,0x04,0x02,0x00
3900 # CHECK: v_cmp_o_f32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x47,0xd0,0x6a,0x04,0x02,0x00]
3901 0x0a,0x00,0x47,0xd0,0x6a,0x04,0x02,0x00
3903 # CHECK: v_cmp_o_f32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x47,0xd0,0x6b,0x04,0x02,0x00]
3904 0x0a,0x00,0x47,0xd0,0x6b,0x04,0x02,0x00
3906 # CHECK: v_cmp_o_f32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x47,0xd0,0x6c,0x04,0x02,0x00]
3907 0x0a,0x00,0x47,0xd0,0x6c,0x04,0x02,0x00
3909 # CHECK: v_cmp_o_f32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x47,0xd0,0x6d,0x04,0x02,0x00]
3910 0x0a,0x00,0x47,0xd0,0x6d,0x04,0x02,0x00
3912 # CHECK: v_cmp_o_f32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x47,0xd0,0x6e,0x04,0x02,0x00]
3913 0x0a,0x00,0x47,0xd0,0x6e,0x04,0x02,0x00
3915 # CHECK: v_cmp_o_f32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x47,0xd0,0x6f,0x04,0x02,0x00]
3916 0x0a,0x00,0x47,0xd0,0x6f,0x04,0x02,0x00
3918 # CHECK: v_cmp_o_f32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x47,0xd0,0x7b,0x04,0x02,0x00]
3919 0x0a,0x00,0x47,0xd0,0x7b,0x04,0x02,0x00
3921 # CHECK: v_cmp_o_f32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x47,0xd0,0x7c,0x04,0x02,0x00]
3922 0x0a,0x00,0x47,0xd0,0x7c,0x04,0x02,0x00
3924 # CHECK: v_cmp_o_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x47,0xd0,0x7e,0x04,0x02,0x00]
3925 0x0a,0x00,0x47,0xd0,0x7e,0x04,0x02,0x00
3927 # CHECK: v_cmp_o_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x47,0xd0,0x7f,0x04,0x02,0x00]
3928 0x0a,0x00,0x47,0xd0,0x7f,0x04,0x02,0x00
3930 # CHECK: v_cmp_o_f32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x47,0xd0,0x80,0x04,0x02,0x00]
3931 0x0a,0x00,0x47,0xd0,0x80,0x04,0x02,0x00
3933 # CHECK: v_cmp_o_f32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x47,0xd0,0xc1,0x04,0x02,0x00]
3934 0x0a,0x00,0x47,0xd0,0xc1,0x04,0x02,0x00
3936 # CHECK: v_cmp_o_f32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x47,0xd0,0xf0,0x04,0x02,0x00]
3937 0x0a,0x00,0x47,0xd0,0xf0,0x04,0x02,0x00
3939 # CHECK: v_cmp_o_f32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x47,0xd0,0xf7,0x04,0x02,0x00]
3940 0x0a,0x00,0x47,0xd0,0xf7,0x04,0x02,0x00
3942 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0xff,0x03,0x00]
3943 0x0a,0x00,0x47,0xd0,0x01,0xff,0x03,0x00
3945 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0x05,0x00,0x00]
3946 0x0a,0x00,0x47,0xd0,0x01,0x05,0x00,0x00
3948 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0xcb,0x00,0x00]
3949 0x0a,0x00,0x47,0xd0,0x01,0xcb,0x00,0x00
3951 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0xcd,0x00,0x00]
3952 0x0a,0x00,0x47,0xd0,0x01,0xcd,0x00,0x00
3954 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0xcf,0x00,0x00]
3955 0x0a,0x00,0x47,0xd0,0x01,0xcf,0x00,0x00
3957 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0xd5,0x00,0x00]
3958 0x0a,0x00,0x47,0xd0,0x01,0xd5,0x00,0x00
3960 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0xd7,0x00,0x00]
3961 0x0a,0x00,0x47,0xd0,0x01,0xd7,0x00,0x00
3963 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0xd9,0x00,0x00]
3964 0x0a,0x00,0x47,0xd0,0x01,0xd9,0x00,0x00
3966 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0xdb,0x00,0x00]
3967 0x0a,0x00,0x47,0xd0,0x01,0xdb,0x00,0x00
3969 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0xdd,0x00,0x00]
3970 0x0a,0x00,0x47,0xd0,0x01,0xdd,0x00,0x00
3972 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0xdf,0x00,0x00]
3973 0x0a,0x00,0x47,0xd0,0x01,0xdf,0x00,0x00
3975 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0xf7,0x00,0x00]
3976 0x0a,0x00,0x47,0xd0,0x01,0xf7,0x00,0x00
3978 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0xf9,0x00,0x00]
3979 0x0a,0x00,0x47,0xd0,0x01,0xf9,0x00,0x00
3981 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0xfd,0x00,0x00]
3982 0x0a,0x00,0x47,0xd0,0x01,0xfd,0x00,0x00
3984 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0xff,0x00,0x00]
3985 0x0a,0x00,0x47,0xd0,0x01,0xff,0x00,0x00
3987 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0x01,0x01,0x00]
3988 0x0a,0x00,0x47,0xd0,0x01,0x01,0x01,0x00
3990 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0x83,0x01,0x00]
3991 0x0a,0x00,0x47,0xd0,0x01,0x83,0x01,0x00
3993 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0xe1,0x01,0x00]
3994 0x0a,0x00,0x47,0xd0,0x01,0xe1,0x01,0x00
3996 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0xef,0x01,0x00]
3997 0x0a,0x00,0x47,0xd0,0x01,0xef,0x01,0x00
3999 # CHECK: v_cmp_o_f32_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0x05,0x02,0x20]
4000 0x0a,0x00,0x47,0xd0,0x01,0x05,0x02,0x20
4002 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0x05,0x02,0x40]
4003 0x0a,0x00,0x47,0xd0,0x01,0x05,0x02,0x40
4005 # CHECK: v_cmp_o_f32_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x47,0xd0,0x01,0x05,0x02,0x60]
4006 0x0a,0x00,0x47,0xd0,0x01,0x05,0x02,0x60
4008 # CHECK: v_cmp_o_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x47,0xd0,0x01,0x05,0x02,0x00]
4009 0x0a,0x80,0x47,0xd0,0x01,0x05,0x02,0x00
4011 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0x05,0x02,0x00]
4012 0x0a,0x00,0x48,0xd0,0x01,0x05,0x02,0x00
4014 # CHECK: v_cmp_u_f32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x48,0xd0,0x01,0x05,0x02,0x00]
4015 0x0c,0x00,0x48,0xd0,0x01,0x05,0x02,0x00
4017 # CHECK: v_cmp_u_f32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x48,0xd0,0x01,0x05,0x02,0x00]
4018 0x64,0x00,0x48,0xd0,0x01,0x05,0x02,0x00
4020 # CHECK: v_cmp_u_f32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x48,0xd0,0x01,0x05,0x02,0x00]
4021 0x66,0x00,0x48,0xd0,0x01,0x05,0x02,0x00
4023 # CHECK: v_cmp_u_f32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x48,0xd0,0x01,0x05,0x02,0x00]
4024 0x6a,0x00,0x48,0xd0,0x01,0x05,0x02,0x00
4026 # CHECK: v_cmp_u_f32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x48,0xd0,0x01,0x05,0x02,0x00]
4027 0x6c,0x00,0x48,0xd0,0x01,0x05,0x02,0x00
4029 # CHECK: v_cmp_u_f32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x48,0xd0,0x01,0x05,0x02,0x00]
4030 0x6e,0x00,0x48,0xd0,0x01,0x05,0x02,0x00
4032 # CHECK: v_cmp_u_f32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x48,0xd0,0x01,0x05,0x02,0x00]
4033 0x7a,0x00,0x48,0xd0,0x01,0x05,0x02,0x00
4035 # CHECK: v_cmp_u_f32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x48,0xd0,0xff,0x05,0x02,0x00]
4036 0x0a,0x00,0x48,0xd0,0xff,0x05,0x02,0x00
4038 # CHECK: v_cmp_u_f32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0x04,0x02,0x00]
4039 0x0a,0x00,0x48,0xd0,0x01,0x04,0x02,0x00
4041 # CHECK: v_cmp_u_f32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x48,0xd0,0x65,0x04,0x02,0x00]
4042 0x0a,0x00,0x48,0xd0,0x65,0x04,0x02,0x00
4044 # CHECK: v_cmp_u_f32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x48,0xd0,0x66,0x04,0x02,0x00]
4045 0x0a,0x00,0x48,0xd0,0x66,0x04,0x02,0x00
4047 # CHECK: v_cmp_u_f32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x48,0xd0,0x67,0x04,0x02,0x00]
4048 0x0a,0x00,0x48,0xd0,0x67,0x04,0x02,0x00
4050 # CHECK: v_cmp_u_f32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x48,0xd0,0x6a,0x04,0x02,0x00]
4051 0x0a,0x00,0x48,0xd0,0x6a,0x04,0x02,0x00
4053 # CHECK: v_cmp_u_f32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x48,0xd0,0x6b,0x04,0x02,0x00]
4054 0x0a,0x00,0x48,0xd0,0x6b,0x04,0x02,0x00
4056 # CHECK: v_cmp_u_f32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x48,0xd0,0x6c,0x04,0x02,0x00]
4057 0x0a,0x00,0x48,0xd0,0x6c,0x04,0x02,0x00
4059 # CHECK: v_cmp_u_f32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x48,0xd0,0x6d,0x04,0x02,0x00]
4060 0x0a,0x00,0x48,0xd0,0x6d,0x04,0x02,0x00
4062 # CHECK: v_cmp_u_f32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x48,0xd0,0x6e,0x04,0x02,0x00]
4063 0x0a,0x00,0x48,0xd0,0x6e,0x04,0x02,0x00
4065 # CHECK: v_cmp_u_f32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x48,0xd0,0x6f,0x04,0x02,0x00]
4066 0x0a,0x00,0x48,0xd0,0x6f,0x04,0x02,0x00
4068 # CHECK: v_cmp_u_f32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x48,0xd0,0x7b,0x04,0x02,0x00]
4069 0x0a,0x00,0x48,0xd0,0x7b,0x04,0x02,0x00
4071 # CHECK: v_cmp_u_f32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x48,0xd0,0x7c,0x04,0x02,0x00]
4072 0x0a,0x00,0x48,0xd0,0x7c,0x04,0x02,0x00
4074 # CHECK: v_cmp_u_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x48,0xd0,0x7e,0x04,0x02,0x00]
4075 0x0a,0x00,0x48,0xd0,0x7e,0x04,0x02,0x00
4077 # CHECK: v_cmp_u_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x48,0xd0,0x7f,0x04,0x02,0x00]
4078 0x0a,0x00,0x48,0xd0,0x7f,0x04,0x02,0x00
4080 # CHECK: v_cmp_u_f32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x48,0xd0,0x80,0x04,0x02,0x00]
4081 0x0a,0x00,0x48,0xd0,0x80,0x04,0x02,0x00
4083 # CHECK: v_cmp_u_f32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x48,0xd0,0xc1,0x04,0x02,0x00]
4084 0x0a,0x00,0x48,0xd0,0xc1,0x04,0x02,0x00
4086 # CHECK: v_cmp_u_f32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x48,0xd0,0xf0,0x04,0x02,0x00]
4087 0x0a,0x00,0x48,0xd0,0xf0,0x04,0x02,0x00
4089 # CHECK: v_cmp_u_f32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x48,0xd0,0xf7,0x04,0x02,0x00]
4090 0x0a,0x00,0x48,0xd0,0xf7,0x04,0x02,0x00
4092 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0xff,0x03,0x00]
4093 0x0a,0x00,0x48,0xd0,0x01,0xff,0x03,0x00
4095 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0x05,0x00,0x00]
4096 0x0a,0x00,0x48,0xd0,0x01,0x05,0x00,0x00
4098 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0xcb,0x00,0x00]
4099 0x0a,0x00,0x48,0xd0,0x01,0xcb,0x00,0x00
4101 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0xcd,0x00,0x00]
4102 0x0a,0x00,0x48,0xd0,0x01,0xcd,0x00,0x00
4104 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0xcf,0x00,0x00]
4105 0x0a,0x00,0x48,0xd0,0x01,0xcf,0x00,0x00
4107 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0xd5,0x00,0x00]
4108 0x0a,0x00,0x48,0xd0,0x01,0xd5,0x00,0x00
4110 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0xd7,0x00,0x00]
4111 0x0a,0x00,0x48,0xd0,0x01,0xd7,0x00,0x00
4113 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0xd9,0x00,0x00]
4114 0x0a,0x00,0x48,0xd0,0x01,0xd9,0x00,0x00
4116 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0xdb,0x00,0x00]
4117 0x0a,0x00,0x48,0xd0,0x01,0xdb,0x00,0x00
4119 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0xdd,0x00,0x00]
4120 0x0a,0x00,0x48,0xd0,0x01,0xdd,0x00,0x00
4122 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0xdf,0x00,0x00]
4123 0x0a,0x00,0x48,0xd0,0x01,0xdf,0x00,0x00
4125 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0xf7,0x00,0x00]
4126 0x0a,0x00,0x48,0xd0,0x01,0xf7,0x00,0x00
4128 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0xf9,0x00,0x00]
4129 0x0a,0x00,0x48,0xd0,0x01,0xf9,0x00,0x00
4131 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0xfd,0x00,0x00]
4132 0x0a,0x00,0x48,0xd0,0x01,0xfd,0x00,0x00
4134 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0xff,0x00,0x00]
4135 0x0a,0x00,0x48,0xd0,0x01,0xff,0x00,0x00
4137 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0x01,0x01,0x00]
4138 0x0a,0x00,0x48,0xd0,0x01,0x01,0x01,0x00
4140 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0x83,0x01,0x00]
4141 0x0a,0x00,0x48,0xd0,0x01,0x83,0x01,0x00
4143 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0xe1,0x01,0x00]
4144 0x0a,0x00,0x48,0xd0,0x01,0xe1,0x01,0x00
4146 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0xef,0x01,0x00]
4147 0x0a,0x00,0x48,0xd0,0x01,0xef,0x01,0x00
4149 # CHECK: v_cmp_u_f32_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0x05,0x02,0x20]
4150 0x0a,0x00,0x48,0xd0,0x01,0x05,0x02,0x20
4152 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0x05,0x02,0x40]
4153 0x0a,0x00,0x48,0xd0,0x01,0x05,0x02,0x40
4155 # CHECK: v_cmp_u_f32_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x48,0xd0,0x01,0x05,0x02,0x60]
4156 0x0a,0x00,0x48,0xd0,0x01,0x05,0x02,0x60
4158 # CHECK: v_cmp_u_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x48,0xd0,0x01,0x05,0x02,0x00]
4159 0x0a,0x80,0x48,0xd0,0x01,0x05,0x02,0x00
4161 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0x05,0x02,0x00]
4162 0x0a,0x00,0x49,0xd0,0x01,0x05,0x02,0x00
4164 # CHECK: v_cmp_nge_f32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x49,0xd0,0x01,0x05,0x02,0x00]
4165 0x0c,0x00,0x49,0xd0,0x01,0x05,0x02,0x00
4167 # CHECK: v_cmp_nge_f32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x49,0xd0,0x01,0x05,0x02,0x00]
4168 0x64,0x00,0x49,0xd0,0x01,0x05,0x02,0x00
4170 # CHECK: v_cmp_nge_f32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x49,0xd0,0x01,0x05,0x02,0x00]
4171 0x66,0x00,0x49,0xd0,0x01,0x05,0x02,0x00
4173 # CHECK: v_cmp_nge_f32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x49,0xd0,0x01,0x05,0x02,0x00]
4174 0x6a,0x00,0x49,0xd0,0x01,0x05,0x02,0x00
4176 # CHECK: v_cmp_nge_f32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x49,0xd0,0x01,0x05,0x02,0x00]
4177 0x6c,0x00,0x49,0xd0,0x01,0x05,0x02,0x00
4179 # CHECK: v_cmp_nge_f32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x49,0xd0,0x01,0x05,0x02,0x00]
4180 0x6e,0x00,0x49,0xd0,0x01,0x05,0x02,0x00
4182 # CHECK: v_cmp_nge_f32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x49,0xd0,0x01,0x05,0x02,0x00]
4183 0x7a,0x00,0x49,0xd0,0x01,0x05,0x02,0x00
4185 # CHECK: v_cmp_nge_f32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x49,0xd0,0xff,0x05,0x02,0x00]
4186 0x0a,0x00,0x49,0xd0,0xff,0x05,0x02,0x00
4188 # CHECK: v_cmp_nge_f32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0x04,0x02,0x00]
4189 0x0a,0x00,0x49,0xd0,0x01,0x04,0x02,0x00
4191 # CHECK: v_cmp_nge_f32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x49,0xd0,0x65,0x04,0x02,0x00]
4192 0x0a,0x00,0x49,0xd0,0x65,0x04,0x02,0x00
4194 # CHECK: v_cmp_nge_f32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x49,0xd0,0x66,0x04,0x02,0x00]
4195 0x0a,0x00,0x49,0xd0,0x66,0x04,0x02,0x00
4197 # CHECK: v_cmp_nge_f32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x49,0xd0,0x67,0x04,0x02,0x00]
4198 0x0a,0x00,0x49,0xd0,0x67,0x04,0x02,0x00
4200 # CHECK: v_cmp_nge_f32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x49,0xd0,0x6a,0x04,0x02,0x00]
4201 0x0a,0x00,0x49,0xd0,0x6a,0x04,0x02,0x00
4203 # CHECK: v_cmp_nge_f32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x49,0xd0,0x6b,0x04,0x02,0x00]
4204 0x0a,0x00,0x49,0xd0,0x6b,0x04,0x02,0x00
4206 # CHECK: v_cmp_nge_f32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x49,0xd0,0x6c,0x04,0x02,0x00]
4207 0x0a,0x00,0x49,0xd0,0x6c,0x04,0x02,0x00
4209 # CHECK: v_cmp_nge_f32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x49,0xd0,0x6d,0x04,0x02,0x00]
4210 0x0a,0x00,0x49,0xd0,0x6d,0x04,0x02,0x00
4212 # CHECK: v_cmp_nge_f32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x49,0xd0,0x6e,0x04,0x02,0x00]
4213 0x0a,0x00,0x49,0xd0,0x6e,0x04,0x02,0x00
4215 # CHECK: v_cmp_nge_f32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x49,0xd0,0x6f,0x04,0x02,0x00]
4216 0x0a,0x00,0x49,0xd0,0x6f,0x04,0x02,0x00
4218 # CHECK: v_cmp_nge_f32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x49,0xd0,0x7b,0x04,0x02,0x00]
4219 0x0a,0x00,0x49,0xd0,0x7b,0x04,0x02,0x00
4221 # CHECK: v_cmp_nge_f32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x49,0xd0,0x7c,0x04,0x02,0x00]
4222 0x0a,0x00,0x49,0xd0,0x7c,0x04,0x02,0x00
4224 # CHECK: v_cmp_nge_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x49,0xd0,0x7e,0x04,0x02,0x00]
4225 0x0a,0x00,0x49,0xd0,0x7e,0x04,0x02,0x00
4227 # CHECK: v_cmp_nge_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x49,0xd0,0x7f,0x04,0x02,0x00]
4228 0x0a,0x00,0x49,0xd0,0x7f,0x04,0x02,0x00
4230 # CHECK: v_cmp_nge_f32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x49,0xd0,0x80,0x04,0x02,0x00]
4231 0x0a,0x00,0x49,0xd0,0x80,0x04,0x02,0x00
4233 # CHECK: v_cmp_nge_f32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x49,0xd0,0xc1,0x04,0x02,0x00]
4234 0x0a,0x00,0x49,0xd0,0xc1,0x04,0x02,0x00
4236 # CHECK: v_cmp_nge_f32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x49,0xd0,0xf0,0x04,0x02,0x00]
4237 0x0a,0x00,0x49,0xd0,0xf0,0x04,0x02,0x00
4239 # CHECK: v_cmp_nge_f32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x49,0xd0,0xf7,0x04,0x02,0x00]
4240 0x0a,0x00,0x49,0xd0,0xf7,0x04,0x02,0x00
4242 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0xff,0x03,0x00]
4243 0x0a,0x00,0x49,0xd0,0x01,0xff,0x03,0x00
4245 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0x05,0x00,0x00]
4246 0x0a,0x00,0x49,0xd0,0x01,0x05,0x00,0x00
4248 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0xcb,0x00,0x00]
4249 0x0a,0x00,0x49,0xd0,0x01,0xcb,0x00,0x00
4251 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0xcd,0x00,0x00]
4252 0x0a,0x00,0x49,0xd0,0x01,0xcd,0x00,0x00
4254 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0xcf,0x00,0x00]
4255 0x0a,0x00,0x49,0xd0,0x01,0xcf,0x00,0x00
4257 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0xd5,0x00,0x00]
4258 0x0a,0x00,0x49,0xd0,0x01,0xd5,0x00,0x00
4260 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0xd7,0x00,0x00]
4261 0x0a,0x00,0x49,0xd0,0x01,0xd7,0x00,0x00
4263 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0xd9,0x00,0x00]
4264 0x0a,0x00,0x49,0xd0,0x01,0xd9,0x00,0x00
4266 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0xdb,0x00,0x00]
4267 0x0a,0x00,0x49,0xd0,0x01,0xdb,0x00,0x00
4269 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0xdd,0x00,0x00]
4270 0x0a,0x00,0x49,0xd0,0x01,0xdd,0x00,0x00
4272 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0xdf,0x00,0x00]
4273 0x0a,0x00,0x49,0xd0,0x01,0xdf,0x00,0x00
4275 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0xf7,0x00,0x00]
4276 0x0a,0x00,0x49,0xd0,0x01,0xf7,0x00,0x00
4278 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0xf9,0x00,0x00]
4279 0x0a,0x00,0x49,0xd0,0x01,0xf9,0x00,0x00
4281 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0xfd,0x00,0x00]
4282 0x0a,0x00,0x49,0xd0,0x01,0xfd,0x00,0x00
4284 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0xff,0x00,0x00]
4285 0x0a,0x00,0x49,0xd0,0x01,0xff,0x00,0x00
4287 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0x01,0x01,0x00]
4288 0x0a,0x00,0x49,0xd0,0x01,0x01,0x01,0x00
4290 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0x83,0x01,0x00]
4291 0x0a,0x00,0x49,0xd0,0x01,0x83,0x01,0x00
4293 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0xe1,0x01,0x00]
4294 0x0a,0x00,0x49,0xd0,0x01,0xe1,0x01,0x00
4296 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0xef,0x01,0x00]
4297 0x0a,0x00,0x49,0xd0,0x01,0xef,0x01,0x00
4299 # CHECK: v_cmp_nge_f32_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0x05,0x02,0x20]
4300 0x0a,0x00,0x49,0xd0,0x01,0x05,0x02,0x20
4302 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0x05,0x02,0x40]
4303 0x0a,0x00,0x49,0xd0,0x01,0x05,0x02,0x40
4305 # CHECK: v_cmp_nge_f32_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x49,0xd0,0x01,0x05,0x02,0x60]
4306 0x0a,0x00,0x49,0xd0,0x01,0x05,0x02,0x60
4308 # CHECK: v_cmp_nge_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x49,0xd0,0x01,0x05,0x02,0x00]
4309 0x0a,0x80,0x49,0xd0,0x01,0x05,0x02,0x00
4311 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0x05,0x02,0x00]
4312 0x0a,0x00,0x4a,0xd0,0x01,0x05,0x02,0x00
4314 # CHECK: v_cmp_nlg_f32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x4a,0xd0,0x01,0x05,0x02,0x00]
4315 0x0c,0x00,0x4a,0xd0,0x01,0x05,0x02,0x00
4317 # CHECK: v_cmp_nlg_f32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x4a,0xd0,0x01,0x05,0x02,0x00]
4318 0x64,0x00,0x4a,0xd0,0x01,0x05,0x02,0x00
4320 # CHECK: v_cmp_nlg_f32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x4a,0xd0,0x01,0x05,0x02,0x00]
4321 0x66,0x00,0x4a,0xd0,0x01,0x05,0x02,0x00
4323 # CHECK: v_cmp_nlg_f32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x4a,0xd0,0x01,0x05,0x02,0x00]
4324 0x6a,0x00,0x4a,0xd0,0x01,0x05,0x02,0x00
4326 # CHECK: v_cmp_nlg_f32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x4a,0xd0,0x01,0x05,0x02,0x00]
4327 0x6c,0x00,0x4a,0xd0,0x01,0x05,0x02,0x00
4329 # CHECK: v_cmp_nlg_f32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x4a,0xd0,0x01,0x05,0x02,0x00]
4330 0x6e,0x00,0x4a,0xd0,0x01,0x05,0x02,0x00
4332 # CHECK: v_cmp_nlg_f32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x4a,0xd0,0x01,0x05,0x02,0x00]
4333 0x7a,0x00,0x4a,0xd0,0x01,0x05,0x02,0x00
4335 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0xff,0x05,0x02,0x00]
4336 0x0a,0x00,0x4a,0xd0,0xff,0x05,0x02,0x00
4338 # CHECK: v_cmp_nlg_f32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0x04,0x02,0x00]
4339 0x0a,0x00,0x4a,0xd0,0x01,0x04,0x02,0x00
4341 # CHECK: v_cmp_nlg_f32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0x65,0x04,0x02,0x00]
4342 0x0a,0x00,0x4a,0xd0,0x65,0x04,0x02,0x00
4344 # CHECK: v_cmp_nlg_f32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0x66,0x04,0x02,0x00]
4345 0x0a,0x00,0x4a,0xd0,0x66,0x04,0x02,0x00
4347 # CHECK: v_cmp_nlg_f32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0x67,0x04,0x02,0x00]
4348 0x0a,0x00,0x4a,0xd0,0x67,0x04,0x02,0x00
4350 # CHECK: v_cmp_nlg_f32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0x6a,0x04,0x02,0x00]
4351 0x0a,0x00,0x4a,0xd0,0x6a,0x04,0x02,0x00
4353 # CHECK: v_cmp_nlg_f32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0x6b,0x04,0x02,0x00]
4354 0x0a,0x00,0x4a,0xd0,0x6b,0x04,0x02,0x00
4356 # CHECK: v_cmp_nlg_f32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0x6c,0x04,0x02,0x00]
4357 0x0a,0x00,0x4a,0xd0,0x6c,0x04,0x02,0x00
4359 # CHECK: v_cmp_nlg_f32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0x6d,0x04,0x02,0x00]
4360 0x0a,0x00,0x4a,0xd0,0x6d,0x04,0x02,0x00
4362 # CHECK: v_cmp_nlg_f32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0x6e,0x04,0x02,0x00]
4363 0x0a,0x00,0x4a,0xd0,0x6e,0x04,0x02,0x00
4365 # CHECK: v_cmp_nlg_f32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0x6f,0x04,0x02,0x00]
4366 0x0a,0x00,0x4a,0xd0,0x6f,0x04,0x02,0x00
4368 # CHECK: v_cmp_nlg_f32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0x7b,0x04,0x02,0x00]
4369 0x0a,0x00,0x4a,0xd0,0x7b,0x04,0x02,0x00
4371 # CHECK: v_cmp_nlg_f32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0x7c,0x04,0x02,0x00]
4372 0x0a,0x00,0x4a,0xd0,0x7c,0x04,0x02,0x00
4374 # CHECK: v_cmp_nlg_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0x7e,0x04,0x02,0x00]
4375 0x0a,0x00,0x4a,0xd0,0x7e,0x04,0x02,0x00
4377 # CHECK: v_cmp_nlg_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0x7f,0x04,0x02,0x00]
4378 0x0a,0x00,0x4a,0xd0,0x7f,0x04,0x02,0x00
4380 # CHECK: v_cmp_nlg_f32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0x80,0x04,0x02,0x00]
4381 0x0a,0x00,0x4a,0xd0,0x80,0x04,0x02,0x00
4383 # CHECK: v_cmp_nlg_f32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0xc1,0x04,0x02,0x00]
4384 0x0a,0x00,0x4a,0xd0,0xc1,0x04,0x02,0x00
4386 # CHECK: v_cmp_nlg_f32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0xf0,0x04,0x02,0x00]
4387 0x0a,0x00,0x4a,0xd0,0xf0,0x04,0x02,0x00
4389 # CHECK: v_cmp_nlg_f32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0xf7,0x04,0x02,0x00]
4390 0x0a,0x00,0x4a,0xd0,0xf7,0x04,0x02,0x00
4392 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0xff,0x03,0x00]
4393 0x0a,0x00,0x4a,0xd0,0x01,0xff,0x03,0x00
4395 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0x05,0x00,0x00]
4396 0x0a,0x00,0x4a,0xd0,0x01,0x05,0x00,0x00
4398 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0xcb,0x00,0x00]
4399 0x0a,0x00,0x4a,0xd0,0x01,0xcb,0x00,0x00
4401 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0xcd,0x00,0x00]
4402 0x0a,0x00,0x4a,0xd0,0x01,0xcd,0x00,0x00
4404 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0xcf,0x00,0x00]
4405 0x0a,0x00,0x4a,0xd0,0x01,0xcf,0x00,0x00
4407 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0xd5,0x00,0x00]
4408 0x0a,0x00,0x4a,0xd0,0x01,0xd5,0x00,0x00
4410 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0xd7,0x00,0x00]
4411 0x0a,0x00,0x4a,0xd0,0x01,0xd7,0x00,0x00
4413 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0xd9,0x00,0x00]
4414 0x0a,0x00,0x4a,0xd0,0x01,0xd9,0x00,0x00
4416 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0xdb,0x00,0x00]
4417 0x0a,0x00,0x4a,0xd0,0x01,0xdb,0x00,0x00
4419 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0xdd,0x00,0x00]
4420 0x0a,0x00,0x4a,0xd0,0x01,0xdd,0x00,0x00
4422 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0xdf,0x00,0x00]
4423 0x0a,0x00,0x4a,0xd0,0x01,0xdf,0x00,0x00
4425 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0xf7,0x00,0x00]
4426 0x0a,0x00,0x4a,0xd0,0x01,0xf7,0x00,0x00
4428 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0xf9,0x00,0x00]
4429 0x0a,0x00,0x4a,0xd0,0x01,0xf9,0x00,0x00
4431 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0xfd,0x00,0x00]
4432 0x0a,0x00,0x4a,0xd0,0x01,0xfd,0x00,0x00
4434 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0xff,0x00,0x00]
4435 0x0a,0x00,0x4a,0xd0,0x01,0xff,0x00,0x00
4437 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0x01,0x01,0x00]
4438 0x0a,0x00,0x4a,0xd0,0x01,0x01,0x01,0x00
4440 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0x83,0x01,0x00]
4441 0x0a,0x00,0x4a,0xd0,0x01,0x83,0x01,0x00
4443 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0xe1,0x01,0x00]
4444 0x0a,0x00,0x4a,0xd0,0x01,0xe1,0x01,0x00
4446 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0xef,0x01,0x00]
4447 0x0a,0x00,0x4a,0xd0,0x01,0xef,0x01,0x00
4449 # CHECK: v_cmp_nlg_f32_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0x05,0x02,0x20]
4450 0x0a,0x00,0x4a,0xd0,0x01,0x05,0x02,0x20
4452 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0x05,0x02,0x40]
4453 0x0a,0x00,0x4a,0xd0,0x01,0x05,0x02,0x40
4455 # CHECK: v_cmp_nlg_f32_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x4a,0xd0,0x01,0x05,0x02,0x60]
4456 0x0a,0x00,0x4a,0xd0,0x01,0x05,0x02,0x60
4458 # CHECK: v_cmp_nlg_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x4a,0xd0,0x01,0x05,0x02,0x00]
4459 0x0a,0x80,0x4a,0xd0,0x01,0x05,0x02,0x00
4461 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0x05,0x02,0x00]
4462 0x0a,0x00,0x4b,0xd0,0x01,0x05,0x02,0x00
4464 # CHECK: v_cmp_ngt_f32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x4b,0xd0,0x01,0x05,0x02,0x00]
4465 0x0c,0x00,0x4b,0xd0,0x01,0x05,0x02,0x00
4467 # CHECK: v_cmp_ngt_f32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x4b,0xd0,0x01,0x05,0x02,0x00]
4468 0x64,0x00,0x4b,0xd0,0x01,0x05,0x02,0x00
4470 # CHECK: v_cmp_ngt_f32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x4b,0xd0,0x01,0x05,0x02,0x00]
4471 0x66,0x00,0x4b,0xd0,0x01,0x05,0x02,0x00
4473 # CHECK: v_cmp_ngt_f32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x4b,0xd0,0x01,0x05,0x02,0x00]
4474 0x6a,0x00,0x4b,0xd0,0x01,0x05,0x02,0x00
4476 # CHECK: v_cmp_ngt_f32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x4b,0xd0,0x01,0x05,0x02,0x00]
4477 0x6c,0x00,0x4b,0xd0,0x01,0x05,0x02,0x00
4479 # CHECK: v_cmp_ngt_f32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x4b,0xd0,0x01,0x05,0x02,0x00]
4480 0x6e,0x00,0x4b,0xd0,0x01,0x05,0x02,0x00
4482 # CHECK: v_cmp_ngt_f32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x4b,0xd0,0x01,0x05,0x02,0x00]
4483 0x7a,0x00,0x4b,0xd0,0x01,0x05,0x02,0x00
4485 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0xff,0x05,0x02,0x00]
4486 0x0a,0x00,0x4b,0xd0,0xff,0x05,0x02,0x00
4488 # CHECK: v_cmp_ngt_f32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0x04,0x02,0x00]
4489 0x0a,0x00,0x4b,0xd0,0x01,0x04,0x02,0x00
4491 # CHECK: v_cmp_ngt_f32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0x65,0x04,0x02,0x00]
4492 0x0a,0x00,0x4b,0xd0,0x65,0x04,0x02,0x00
4494 # CHECK: v_cmp_ngt_f32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0x66,0x04,0x02,0x00]
4495 0x0a,0x00,0x4b,0xd0,0x66,0x04,0x02,0x00
4497 # CHECK: v_cmp_ngt_f32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0x67,0x04,0x02,0x00]
4498 0x0a,0x00,0x4b,0xd0,0x67,0x04,0x02,0x00
4500 # CHECK: v_cmp_ngt_f32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0x6a,0x04,0x02,0x00]
4501 0x0a,0x00,0x4b,0xd0,0x6a,0x04,0x02,0x00
4503 # CHECK: v_cmp_ngt_f32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0x6b,0x04,0x02,0x00]
4504 0x0a,0x00,0x4b,0xd0,0x6b,0x04,0x02,0x00
4506 # CHECK: v_cmp_ngt_f32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0x6c,0x04,0x02,0x00]
4507 0x0a,0x00,0x4b,0xd0,0x6c,0x04,0x02,0x00
4509 # CHECK: v_cmp_ngt_f32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0x6d,0x04,0x02,0x00]
4510 0x0a,0x00,0x4b,0xd0,0x6d,0x04,0x02,0x00
4512 # CHECK: v_cmp_ngt_f32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0x6e,0x04,0x02,0x00]
4513 0x0a,0x00,0x4b,0xd0,0x6e,0x04,0x02,0x00
4515 # CHECK: v_cmp_ngt_f32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0x6f,0x04,0x02,0x00]
4516 0x0a,0x00,0x4b,0xd0,0x6f,0x04,0x02,0x00
4518 # CHECK: v_cmp_ngt_f32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0x7b,0x04,0x02,0x00]
4519 0x0a,0x00,0x4b,0xd0,0x7b,0x04,0x02,0x00
4521 # CHECK: v_cmp_ngt_f32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0x7c,0x04,0x02,0x00]
4522 0x0a,0x00,0x4b,0xd0,0x7c,0x04,0x02,0x00
4524 # CHECK: v_cmp_ngt_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0x7e,0x04,0x02,0x00]
4525 0x0a,0x00,0x4b,0xd0,0x7e,0x04,0x02,0x00
4527 # CHECK: v_cmp_ngt_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0x7f,0x04,0x02,0x00]
4528 0x0a,0x00,0x4b,0xd0,0x7f,0x04,0x02,0x00
4530 # CHECK: v_cmp_ngt_f32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0x80,0x04,0x02,0x00]
4531 0x0a,0x00,0x4b,0xd0,0x80,0x04,0x02,0x00
4533 # CHECK: v_cmp_ngt_f32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0xc1,0x04,0x02,0x00]
4534 0x0a,0x00,0x4b,0xd0,0xc1,0x04,0x02,0x00
4536 # CHECK: v_cmp_ngt_f32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0xf0,0x04,0x02,0x00]
4537 0x0a,0x00,0x4b,0xd0,0xf0,0x04,0x02,0x00
4539 # CHECK: v_cmp_ngt_f32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0xf7,0x04,0x02,0x00]
4540 0x0a,0x00,0x4b,0xd0,0xf7,0x04,0x02,0x00
4542 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0xff,0x03,0x00]
4543 0x0a,0x00,0x4b,0xd0,0x01,0xff,0x03,0x00
4545 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0x05,0x00,0x00]
4546 0x0a,0x00,0x4b,0xd0,0x01,0x05,0x00,0x00
4548 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0xcb,0x00,0x00]
4549 0x0a,0x00,0x4b,0xd0,0x01,0xcb,0x00,0x00
4551 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0xcd,0x00,0x00]
4552 0x0a,0x00,0x4b,0xd0,0x01,0xcd,0x00,0x00
4554 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0xcf,0x00,0x00]
4555 0x0a,0x00,0x4b,0xd0,0x01,0xcf,0x00,0x00
4557 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0xd5,0x00,0x00]
4558 0x0a,0x00,0x4b,0xd0,0x01,0xd5,0x00,0x00
4560 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0xd7,0x00,0x00]
4561 0x0a,0x00,0x4b,0xd0,0x01,0xd7,0x00,0x00
4563 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0xd9,0x00,0x00]
4564 0x0a,0x00,0x4b,0xd0,0x01,0xd9,0x00,0x00
4566 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0xdb,0x00,0x00]
4567 0x0a,0x00,0x4b,0xd0,0x01,0xdb,0x00,0x00
4569 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0xdd,0x00,0x00]
4570 0x0a,0x00,0x4b,0xd0,0x01,0xdd,0x00,0x00
4572 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0xdf,0x00,0x00]
4573 0x0a,0x00,0x4b,0xd0,0x01,0xdf,0x00,0x00
4575 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0xf7,0x00,0x00]
4576 0x0a,0x00,0x4b,0xd0,0x01,0xf7,0x00,0x00
4578 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0xf9,0x00,0x00]
4579 0x0a,0x00,0x4b,0xd0,0x01,0xf9,0x00,0x00
4581 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0xfd,0x00,0x00]
4582 0x0a,0x00,0x4b,0xd0,0x01,0xfd,0x00,0x00
4584 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0xff,0x00,0x00]
4585 0x0a,0x00,0x4b,0xd0,0x01,0xff,0x00,0x00
4587 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0x01,0x01,0x00]
4588 0x0a,0x00,0x4b,0xd0,0x01,0x01,0x01,0x00
4590 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0x83,0x01,0x00]
4591 0x0a,0x00,0x4b,0xd0,0x01,0x83,0x01,0x00
4593 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0xe1,0x01,0x00]
4594 0x0a,0x00,0x4b,0xd0,0x01,0xe1,0x01,0x00
4596 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0xef,0x01,0x00]
4597 0x0a,0x00,0x4b,0xd0,0x01,0xef,0x01,0x00
4599 # CHECK: v_cmp_ngt_f32_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0x05,0x02,0x20]
4600 0x0a,0x00,0x4b,0xd0,0x01,0x05,0x02,0x20
4602 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0x05,0x02,0x40]
4603 0x0a,0x00,0x4b,0xd0,0x01,0x05,0x02,0x40
4605 # CHECK: v_cmp_ngt_f32_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x4b,0xd0,0x01,0x05,0x02,0x60]
4606 0x0a,0x00,0x4b,0xd0,0x01,0x05,0x02,0x60
4608 # CHECK: v_cmp_ngt_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x4b,0xd0,0x01,0x05,0x02,0x00]
4609 0x0a,0x80,0x4b,0xd0,0x01,0x05,0x02,0x00
4611 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0x05,0x02,0x00]
4612 0x0a,0x00,0x4c,0xd0,0x01,0x05,0x02,0x00
4614 # CHECK: v_cmp_nle_f32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x4c,0xd0,0x01,0x05,0x02,0x00]
4615 0x0c,0x00,0x4c,0xd0,0x01,0x05,0x02,0x00
4617 # CHECK: v_cmp_nle_f32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x4c,0xd0,0x01,0x05,0x02,0x00]
4618 0x64,0x00,0x4c,0xd0,0x01,0x05,0x02,0x00
4620 # CHECK: v_cmp_nle_f32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x4c,0xd0,0x01,0x05,0x02,0x00]
4621 0x66,0x00,0x4c,0xd0,0x01,0x05,0x02,0x00
4623 # CHECK: v_cmp_nle_f32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x4c,0xd0,0x01,0x05,0x02,0x00]
4624 0x6a,0x00,0x4c,0xd0,0x01,0x05,0x02,0x00
4626 # CHECK: v_cmp_nle_f32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x4c,0xd0,0x01,0x05,0x02,0x00]
4627 0x6c,0x00,0x4c,0xd0,0x01,0x05,0x02,0x00
4629 # CHECK: v_cmp_nle_f32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x4c,0xd0,0x01,0x05,0x02,0x00]
4630 0x6e,0x00,0x4c,0xd0,0x01,0x05,0x02,0x00
4632 # CHECK: v_cmp_nle_f32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x4c,0xd0,0x01,0x05,0x02,0x00]
4633 0x7a,0x00,0x4c,0xd0,0x01,0x05,0x02,0x00
4635 # CHECK: v_cmp_nle_f32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0xff,0x05,0x02,0x00]
4636 0x0a,0x00,0x4c,0xd0,0xff,0x05,0x02,0x00
4638 # CHECK: v_cmp_nle_f32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0x04,0x02,0x00]
4639 0x0a,0x00,0x4c,0xd0,0x01,0x04,0x02,0x00
4641 # CHECK: v_cmp_nle_f32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0x65,0x04,0x02,0x00]
4642 0x0a,0x00,0x4c,0xd0,0x65,0x04,0x02,0x00
4644 # CHECK: v_cmp_nle_f32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0x66,0x04,0x02,0x00]
4645 0x0a,0x00,0x4c,0xd0,0x66,0x04,0x02,0x00
4647 # CHECK: v_cmp_nle_f32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0x67,0x04,0x02,0x00]
4648 0x0a,0x00,0x4c,0xd0,0x67,0x04,0x02,0x00
4650 # CHECK: v_cmp_nle_f32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0x6a,0x04,0x02,0x00]
4651 0x0a,0x00,0x4c,0xd0,0x6a,0x04,0x02,0x00
4653 # CHECK: v_cmp_nle_f32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0x6b,0x04,0x02,0x00]
4654 0x0a,0x00,0x4c,0xd0,0x6b,0x04,0x02,0x00
4656 # CHECK: v_cmp_nle_f32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0x6c,0x04,0x02,0x00]
4657 0x0a,0x00,0x4c,0xd0,0x6c,0x04,0x02,0x00
4659 # CHECK: v_cmp_nle_f32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0x6d,0x04,0x02,0x00]
4660 0x0a,0x00,0x4c,0xd0,0x6d,0x04,0x02,0x00
4662 # CHECK: v_cmp_nle_f32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0x6e,0x04,0x02,0x00]
4663 0x0a,0x00,0x4c,0xd0,0x6e,0x04,0x02,0x00
4665 # CHECK: v_cmp_nle_f32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0x6f,0x04,0x02,0x00]
4666 0x0a,0x00,0x4c,0xd0,0x6f,0x04,0x02,0x00
4668 # CHECK: v_cmp_nle_f32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0x7b,0x04,0x02,0x00]
4669 0x0a,0x00,0x4c,0xd0,0x7b,0x04,0x02,0x00
4671 # CHECK: v_cmp_nle_f32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0x7c,0x04,0x02,0x00]
4672 0x0a,0x00,0x4c,0xd0,0x7c,0x04,0x02,0x00
4674 # CHECK: v_cmp_nle_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0x7e,0x04,0x02,0x00]
4675 0x0a,0x00,0x4c,0xd0,0x7e,0x04,0x02,0x00
4677 # CHECK: v_cmp_nle_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0x7f,0x04,0x02,0x00]
4678 0x0a,0x00,0x4c,0xd0,0x7f,0x04,0x02,0x00
4680 # CHECK: v_cmp_nle_f32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0x80,0x04,0x02,0x00]
4681 0x0a,0x00,0x4c,0xd0,0x80,0x04,0x02,0x00
4683 # CHECK: v_cmp_nle_f32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0xc1,0x04,0x02,0x00]
4684 0x0a,0x00,0x4c,0xd0,0xc1,0x04,0x02,0x00
4686 # CHECK: v_cmp_nle_f32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0xf0,0x04,0x02,0x00]
4687 0x0a,0x00,0x4c,0xd0,0xf0,0x04,0x02,0x00
4689 # CHECK: v_cmp_nle_f32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0xf7,0x04,0x02,0x00]
4690 0x0a,0x00,0x4c,0xd0,0xf7,0x04,0x02,0x00
4692 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0xff,0x03,0x00]
4693 0x0a,0x00,0x4c,0xd0,0x01,0xff,0x03,0x00
4695 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0x05,0x00,0x00]
4696 0x0a,0x00,0x4c,0xd0,0x01,0x05,0x00,0x00
4698 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0xcb,0x00,0x00]
4699 0x0a,0x00,0x4c,0xd0,0x01,0xcb,0x00,0x00
4701 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0xcd,0x00,0x00]
4702 0x0a,0x00,0x4c,0xd0,0x01,0xcd,0x00,0x00
4704 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0xcf,0x00,0x00]
4705 0x0a,0x00,0x4c,0xd0,0x01,0xcf,0x00,0x00
4707 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0xd5,0x00,0x00]
4708 0x0a,0x00,0x4c,0xd0,0x01,0xd5,0x00,0x00
4710 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0xd7,0x00,0x00]
4711 0x0a,0x00,0x4c,0xd0,0x01,0xd7,0x00,0x00
4713 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0xd9,0x00,0x00]
4714 0x0a,0x00,0x4c,0xd0,0x01,0xd9,0x00,0x00
4716 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0xdb,0x00,0x00]
4717 0x0a,0x00,0x4c,0xd0,0x01,0xdb,0x00,0x00
4719 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0xdd,0x00,0x00]
4720 0x0a,0x00,0x4c,0xd0,0x01,0xdd,0x00,0x00
4722 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0xdf,0x00,0x00]
4723 0x0a,0x00,0x4c,0xd0,0x01,0xdf,0x00,0x00
4725 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0xf7,0x00,0x00]
4726 0x0a,0x00,0x4c,0xd0,0x01,0xf7,0x00,0x00
4728 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0xf9,0x00,0x00]
4729 0x0a,0x00,0x4c,0xd0,0x01,0xf9,0x00,0x00
4731 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0xfd,0x00,0x00]
4732 0x0a,0x00,0x4c,0xd0,0x01,0xfd,0x00,0x00
4734 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0xff,0x00,0x00]
4735 0x0a,0x00,0x4c,0xd0,0x01,0xff,0x00,0x00
4737 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0x01,0x01,0x00]
4738 0x0a,0x00,0x4c,0xd0,0x01,0x01,0x01,0x00
4740 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0x83,0x01,0x00]
4741 0x0a,0x00,0x4c,0xd0,0x01,0x83,0x01,0x00
4743 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0xe1,0x01,0x00]
4744 0x0a,0x00,0x4c,0xd0,0x01,0xe1,0x01,0x00
4746 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0xef,0x01,0x00]
4747 0x0a,0x00,0x4c,0xd0,0x01,0xef,0x01,0x00
4749 # CHECK: v_cmp_nle_f32_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0x05,0x02,0x20]
4750 0x0a,0x00,0x4c,0xd0,0x01,0x05,0x02,0x20
4752 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0x05,0x02,0x40]
4753 0x0a,0x00,0x4c,0xd0,0x01,0x05,0x02,0x40
4755 # CHECK: v_cmp_nle_f32_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x4c,0xd0,0x01,0x05,0x02,0x60]
4756 0x0a,0x00,0x4c,0xd0,0x01,0x05,0x02,0x60
4758 # CHECK: v_cmp_nle_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x4c,0xd0,0x01,0x05,0x02,0x00]
4759 0x0a,0x80,0x4c,0xd0,0x01,0x05,0x02,0x00
4761 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0x05,0x02,0x00]
4762 0x0a,0x00,0x4d,0xd0,0x01,0x05,0x02,0x00
4764 # CHECK: v_cmp_neq_f32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x4d,0xd0,0x01,0x05,0x02,0x00]
4765 0x0c,0x00,0x4d,0xd0,0x01,0x05,0x02,0x00
4767 # CHECK: v_cmp_neq_f32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x4d,0xd0,0x01,0x05,0x02,0x00]
4768 0x64,0x00,0x4d,0xd0,0x01,0x05,0x02,0x00
4770 # CHECK: v_cmp_neq_f32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x4d,0xd0,0x01,0x05,0x02,0x00]
4771 0x66,0x00,0x4d,0xd0,0x01,0x05,0x02,0x00
4773 # CHECK: v_cmp_neq_f32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x4d,0xd0,0x01,0x05,0x02,0x00]
4774 0x6a,0x00,0x4d,0xd0,0x01,0x05,0x02,0x00
4776 # CHECK: v_cmp_neq_f32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x4d,0xd0,0x01,0x05,0x02,0x00]
4777 0x6c,0x00,0x4d,0xd0,0x01,0x05,0x02,0x00
4779 # CHECK: v_cmp_neq_f32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x4d,0xd0,0x01,0x05,0x02,0x00]
4780 0x6e,0x00,0x4d,0xd0,0x01,0x05,0x02,0x00
4782 # CHECK: v_cmp_neq_f32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x4d,0xd0,0x01,0x05,0x02,0x00]
4783 0x7a,0x00,0x4d,0xd0,0x01,0x05,0x02,0x00
4785 # CHECK: v_cmp_neq_f32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0xff,0x05,0x02,0x00]
4786 0x0a,0x00,0x4d,0xd0,0xff,0x05,0x02,0x00
4788 # CHECK: v_cmp_neq_f32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0x04,0x02,0x00]
4789 0x0a,0x00,0x4d,0xd0,0x01,0x04,0x02,0x00
4791 # CHECK: v_cmp_neq_f32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0x65,0x04,0x02,0x00]
4792 0x0a,0x00,0x4d,0xd0,0x65,0x04,0x02,0x00
4794 # CHECK: v_cmp_neq_f32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0x66,0x04,0x02,0x00]
4795 0x0a,0x00,0x4d,0xd0,0x66,0x04,0x02,0x00
4797 # CHECK: v_cmp_neq_f32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0x67,0x04,0x02,0x00]
4798 0x0a,0x00,0x4d,0xd0,0x67,0x04,0x02,0x00
4800 # CHECK: v_cmp_neq_f32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0x6a,0x04,0x02,0x00]
4801 0x0a,0x00,0x4d,0xd0,0x6a,0x04,0x02,0x00
4803 # CHECK: v_cmp_neq_f32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0x6b,0x04,0x02,0x00]
4804 0x0a,0x00,0x4d,0xd0,0x6b,0x04,0x02,0x00
4806 # CHECK: v_cmp_neq_f32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0x6c,0x04,0x02,0x00]
4807 0x0a,0x00,0x4d,0xd0,0x6c,0x04,0x02,0x00
4809 # CHECK: v_cmp_neq_f32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0x6d,0x04,0x02,0x00]
4810 0x0a,0x00,0x4d,0xd0,0x6d,0x04,0x02,0x00
4812 # CHECK: v_cmp_neq_f32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0x6e,0x04,0x02,0x00]
4813 0x0a,0x00,0x4d,0xd0,0x6e,0x04,0x02,0x00
4815 # CHECK: v_cmp_neq_f32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0x6f,0x04,0x02,0x00]
4816 0x0a,0x00,0x4d,0xd0,0x6f,0x04,0x02,0x00
4818 # CHECK: v_cmp_neq_f32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0x7b,0x04,0x02,0x00]
4819 0x0a,0x00,0x4d,0xd0,0x7b,0x04,0x02,0x00
4821 # CHECK: v_cmp_neq_f32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0x7c,0x04,0x02,0x00]
4822 0x0a,0x00,0x4d,0xd0,0x7c,0x04,0x02,0x00
4824 # CHECK: v_cmp_neq_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0x7e,0x04,0x02,0x00]
4825 0x0a,0x00,0x4d,0xd0,0x7e,0x04,0x02,0x00
4827 # CHECK: v_cmp_neq_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0x7f,0x04,0x02,0x00]
4828 0x0a,0x00,0x4d,0xd0,0x7f,0x04,0x02,0x00
4830 # CHECK: v_cmp_neq_f32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0x80,0x04,0x02,0x00]
4831 0x0a,0x00,0x4d,0xd0,0x80,0x04,0x02,0x00
4833 # CHECK: v_cmp_neq_f32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0xc1,0x04,0x02,0x00]
4834 0x0a,0x00,0x4d,0xd0,0xc1,0x04,0x02,0x00
4836 # CHECK: v_cmp_neq_f32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0xf0,0x04,0x02,0x00]
4837 0x0a,0x00,0x4d,0xd0,0xf0,0x04,0x02,0x00
4839 # CHECK: v_cmp_neq_f32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0xf7,0x04,0x02,0x00]
4840 0x0a,0x00,0x4d,0xd0,0xf7,0x04,0x02,0x00
4842 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0xff,0x03,0x00]
4843 0x0a,0x00,0x4d,0xd0,0x01,0xff,0x03,0x00
4845 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0x05,0x00,0x00]
4846 0x0a,0x00,0x4d,0xd0,0x01,0x05,0x00,0x00
4848 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0xcb,0x00,0x00]
4849 0x0a,0x00,0x4d,0xd0,0x01,0xcb,0x00,0x00
4851 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0xcd,0x00,0x00]
4852 0x0a,0x00,0x4d,0xd0,0x01,0xcd,0x00,0x00
4854 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0xcf,0x00,0x00]
4855 0x0a,0x00,0x4d,0xd0,0x01,0xcf,0x00,0x00
4857 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0xd5,0x00,0x00]
4858 0x0a,0x00,0x4d,0xd0,0x01,0xd5,0x00,0x00
4860 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0xd7,0x00,0x00]
4861 0x0a,0x00,0x4d,0xd0,0x01,0xd7,0x00,0x00
4863 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0xd9,0x00,0x00]
4864 0x0a,0x00,0x4d,0xd0,0x01,0xd9,0x00,0x00
4866 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0xdb,0x00,0x00]
4867 0x0a,0x00,0x4d,0xd0,0x01,0xdb,0x00,0x00
4869 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0xdd,0x00,0x00]
4870 0x0a,0x00,0x4d,0xd0,0x01,0xdd,0x00,0x00
4872 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0xdf,0x00,0x00]
4873 0x0a,0x00,0x4d,0xd0,0x01,0xdf,0x00,0x00
4875 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0xf7,0x00,0x00]
4876 0x0a,0x00,0x4d,0xd0,0x01,0xf7,0x00,0x00
4878 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0xf9,0x00,0x00]
4879 0x0a,0x00,0x4d,0xd0,0x01,0xf9,0x00,0x00
4881 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0xfd,0x00,0x00]
4882 0x0a,0x00,0x4d,0xd0,0x01,0xfd,0x00,0x00
4884 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0xff,0x00,0x00]
4885 0x0a,0x00,0x4d,0xd0,0x01,0xff,0x00,0x00
4887 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0x01,0x01,0x00]
4888 0x0a,0x00,0x4d,0xd0,0x01,0x01,0x01,0x00
4890 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0x83,0x01,0x00]
4891 0x0a,0x00,0x4d,0xd0,0x01,0x83,0x01,0x00
4893 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0xe1,0x01,0x00]
4894 0x0a,0x00,0x4d,0xd0,0x01,0xe1,0x01,0x00
4896 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0xef,0x01,0x00]
4897 0x0a,0x00,0x4d,0xd0,0x01,0xef,0x01,0x00
4899 # CHECK: v_cmp_neq_f32_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0x05,0x02,0x20]
4900 0x0a,0x00,0x4d,0xd0,0x01,0x05,0x02,0x20
4902 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0x05,0x02,0x40]
4903 0x0a,0x00,0x4d,0xd0,0x01,0x05,0x02,0x40
4905 # CHECK: v_cmp_neq_f32_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x4d,0xd0,0x01,0x05,0x02,0x60]
4906 0x0a,0x00,0x4d,0xd0,0x01,0x05,0x02,0x60
4908 # CHECK: v_cmp_neq_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x4d,0xd0,0x01,0x05,0x02,0x00]
4909 0x0a,0x80,0x4d,0xd0,0x01,0x05,0x02,0x00
4911 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0x05,0x02,0x00]
4912 0x0a,0x00,0x4e,0xd0,0x01,0x05,0x02,0x00
4914 # CHECK: v_cmp_nlt_f32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x4e,0xd0,0x01,0x05,0x02,0x00]
4915 0x0c,0x00,0x4e,0xd0,0x01,0x05,0x02,0x00
4917 # CHECK: v_cmp_nlt_f32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x4e,0xd0,0x01,0x05,0x02,0x00]
4918 0x64,0x00,0x4e,0xd0,0x01,0x05,0x02,0x00
4920 # CHECK: v_cmp_nlt_f32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x4e,0xd0,0x01,0x05,0x02,0x00]
4921 0x66,0x00,0x4e,0xd0,0x01,0x05,0x02,0x00
4923 # CHECK: v_cmp_nlt_f32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x4e,0xd0,0x01,0x05,0x02,0x00]
4924 0x6a,0x00,0x4e,0xd0,0x01,0x05,0x02,0x00
4926 # CHECK: v_cmp_nlt_f32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x4e,0xd0,0x01,0x05,0x02,0x00]
4927 0x6c,0x00,0x4e,0xd0,0x01,0x05,0x02,0x00
4929 # CHECK: v_cmp_nlt_f32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x4e,0xd0,0x01,0x05,0x02,0x00]
4930 0x6e,0x00,0x4e,0xd0,0x01,0x05,0x02,0x00
4932 # CHECK: v_cmp_nlt_f32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x4e,0xd0,0x01,0x05,0x02,0x00]
4933 0x7a,0x00,0x4e,0xd0,0x01,0x05,0x02,0x00
4935 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0xff,0x05,0x02,0x00]
4936 0x0a,0x00,0x4e,0xd0,0xff,0x05,0x02,0x00
4938 # CHECK: v_cmp_nlt_f32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0x04,0x02,0x00]
4939 0x0a,0x00,0x4e,0xd0,0x01,0x04,0x02,0x00
4941 # CHECK: v_cmp_nlt_f32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0x65,0x04,0x02,0x00]
4942 0x0a,0x00,0x4e,0xd0,0x65,0x04,0x02,0x00
4944 # CHECK: v_cmp_nlt_f32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0x66,0x04,0x02,0x00]
4945 0x0a,0x00,0x4e,0xd0,0x66,0x04,0x02,0x00
4947 # CHECK: v_cmp_nlt_f32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0x67,0x04,0x02,0x00]
4948 0x0a,0x00,0x4e,0xd0,0x67,0x04,0x02,0x00
4950 # CHECK: v_cmp_nlt_f32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0x6a,0x04,0x02,0x00]
4951 0x0a,0x00,0x4e,0xd0,0x6a,0x04,0x02,0x00
4953 # CHECK: v_cmp_nlt_f32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0x6b,0x04,0x02,0x00]
4954 0x0a,0x00,0x4e,0xd0,0x6b,0x04,0x02,0x00
4956 # CHECK: v_cmp_nlt_f32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0x6c,0x04,0x02,0x00]
4957 0x0a,0x00,0x4e,0xd0,0x6c,0x04,0x02,0x00
4959 # CHECK: v_cmp_nlt_f32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0x6d,0x04,0x02,0x00]
4960 0x0a,0x00,0x4e,0xd0,0x6d,0x04,0x02,0x00
4962 # CHECK: v_cmp_nlt_f32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0x6e,0x04,0x02,0x00]
4963 0x0a,0x00,0x4e,0xd0,0x6e,0x04,0x02,0x00
4965 # CHECK: v_cmp_nlt_f32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0x6f,0x04,0x02,0x00]
4966 0x0a,0x00,0x4e,0xd0,0x6f,0x04,0x02,0x00
4968 # CHECK: v_cmp_nlt_f32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0x7b,0x04,0x02,0x00]
4969 0x0a,0x00,0x4e,0xd0,0x7b,0x04,0x02,0x00
4971 # CHECK: v_cmp_nlt_f32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0x7c,0x04,0x02,0x00]
4972 0x0a,0x00,0x4e,0xd0,0x7c,0x04,0x02,0x00
4974 # CHECK: v_cmp_nlt_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0x7e,0x04,0x02,0x00]
4975 0x0a,0x00,0x4e,0xd0,0x7e,0x04,0x02,0x00
4977 # CHECK: v_cmp_nlt_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0x7f,0x04,0x02,0x00]
4978 0x0a,0x00,0x4e,0xd0,0x7f,0x04,0x02,0x00
4980 # CHECK: v_cmp_nlt_f32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0x80,0x04,0x02,0x00]
4981 0x0a,0x00,0x4e,0xd0,0x80,0x04,0x02,0x00
4983 # CHECK: v_cmp_nlt_f32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0xc1,0x04,0x02,0x00]
4984 0x0a,0x00,0x4e,0xd0,0xc1,0x04,0x02,0x00
4986 # CHECK: v_cmp_nlt_f32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0xf0,0x04,0x02,0x00]
4987 0x0a,0x00,0x4e,0xd0,0xf0,0x04,0x02,0x00
4989 # CHECK: v_cmp_nlt_f32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0xf7,0x04,0x02,0x00]
4990 0x0a,0x00,0x4e,0xd0,0xf7,0x04,0x02,0x00
4992 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0xff,0x03,0x00]
4993 0x0a,0x00,0x4e,0xd0,0x01,0xff,0x03,0x00
4995 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0x05,0x00,0x00]
4996 0x0a,0x00,0x4e,0xd0,0x01,0x05,0x00,0x00
4998 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0xcb,0x00,0x00]
4999 0x0a,0x00,0x4e,0xd0,0x01,0xcb,0x00,0x00
5001 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0xcd,0x00,0x00]
5002 0x0a,0x00,0x4e,0xd0,0x01,0xcd,0x00,0x00
5004 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0xcf,0x00,0x00]
5005 0x0a,0x00,0x4e,0xd0,0x01,0xcf,0x00,0x00
5007 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0xd5,0x00,0x00]
5008 0x0a,0x00,0x4e,0xd0,0x01,0xd5,0x00,0x00
5010 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0xd7,0x00,0x00]
5011 0x0a,0x00,0x4e,0xd0,0x01,0xd7,0x00,0x00
5013 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0xd9,0x00,0x00]
5014 0x0a,0x00,0x4e,0xd0,0x01,0xd9,0x00,0x00
5016 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0xdb,0x00,0x00]
5017 0x0a,0x00,0x4e,0xd0,0x01,0xdb,0x00,0x00
5019 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0xdd,0x00,0x00]
5020 0x0a,0x00,0x4e,0xd0,0x01,0xdd,0x00,0x00
5022 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0xdf,0x00,0x00]
5023 0x0a,0x00,0x4e,0xd0,0x01,0xdf,0x00,0x00
5025 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0xf7,0x00,0x00]
5026 0x0a,0x00,0x4e,0xd0,0x01,0xf7,0x00,0x00
5028 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0xf9,0x00,0x00]
5029 0x0a,0x00,0x4e,0xd0,0x01,0xf9,0x00,0x00
5031 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0xfd,0x00,0x00]
5032 0x0a,0x00,0x4e,0xd0,0x01,0xfd,0x00,0x00
5034 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0xff,0x00,0x00]
5035 0x0a,0x00,0x4e,0xd0,0x01,0xff,0x00,0x00
5037 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0x01,0x01,0x00]
5038 0x0a,0x00,0x4e,0xd0,0x01,0x01,0x01,0x00
5040 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0x83,0x01,0x00]
5041 0x0a,0x00,0x4e,0xd0,0x01,0x83,0x01,0x00
5043 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0xe1,0x01,0x00]
5044 0x0a,0x00,0x4e,0xd0,0x01,0xe1,0x01,0x00
5046 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0xef,0x01,0x00]
5047 0x0a,0x00,0x4e,0xd0,0x01,0xef,0x01,0x00
5049 # CHECK: v_cmp_nlt_f32_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0x05,0x02,0x20]
5050 0x0a,0x00,0x4e,0xd0,0x01,0x05,0x02,0x20
5052 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0x05,0x02,0x40]
5053 0x0a,0x00,0x4e,0xd0,0x01,0x05,0x02,0x40
5055 # CHECK: v_cmp_nlt_f32_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x4e,0xd0,0x01,0x05,0x02,0x60]
5056 0x0a,0x00,0x4e,0xd0,0x01,0x05,0x02,0x60
5058 # CHECK: v_cmp_nlt_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x4e,0xd0,0x01,0x05,0x02,0x00]
5059 0x0a,0x80,0x4e,0xd0,0x01,0x05,0x02,0x00
5061 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0x05,0x02,0x00]
5062 0x0a,0x00,0x4f,0xd0,0x01,0x05,0x02,0x00
5064 # CHECK: v_cmp_tru_f32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0x4f,0xd0,0x01,0x05,0x02,0x00]
5065 0x0c,0x00,0x4f,0xd0,0x01,0x05,0x02,0x00
5067 # CHECK: v_cmp_tru_f32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0x4f,0xd0,0x01,0x05,0x02,0x00]
5068 0x64,0x00,0x4f,0xd0,0x01,0x05,0x02,0x00
5070 # CHECK: v_cmp_tru_f32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0x4f,0xd0,0x01,0x05,0x02,0x00]
5071 0x66,0x00,0x4f,0xd0,0x01,0x05,0x02,0x00
5073 # CHECK: v_cmp_tru_f32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0x4f,0xd0,0x01,0x05,0x02,0x00]
5074 0x6a,0x00,0x4f,0xd0,0x01,0x05,0x02,0x00
5076 # CHECK: v_cmp_tru_f32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0x4f,0xd0,0x01,0x05,0x02,0x00]
5077 0x6c,0x00,0x4f,0xd0,0x01,0x05,0x02,0x00
5079 # CHECK: v_cmp_tru_f32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0x4f,0xd0,0x01,0x05,0x02,0x00]
5080 0x6e,0x00,0x4f,0xd0,0x01,0x05,0x02,0x00
5082 # CHECK: v_cmp_tru_f32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0x4f,0xd0,0x01,0x05,0x02,0x00]
5083 0x7a,0x00,0x4f,0xd0,0x01,0x05,0x02,0x00
5085 # CHECK: v_cmp_tru_f32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0xff,0x05,0x02,0x00]
5086 0x0a,0x00,0x4f,0xd0,0xff,0x05,0x02,0x00
5088 # CHECK: v_cmp_tru_f32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0x04,0x02,0x00]
5089 0x0a,0x00,0x4f,0xd0,0x01,0x04,0x02,0x00
5091 # CHECK: v_cmp_tru_f32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0x65,0x04,0x02,0x00]
5092 0x0a,0x00,0x4f,0xd0,0x65,0x04,0x02,0x00
5094 # CHECK: v_cmp_tru_f32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0x66,0x04,0x02,0x00]
5095 0x0a,0x00,0x4f,0xd0,0x66,0x04,0x02,0x00
5097 # CHECK: v_cmp_tru_f32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0x67,0x04,0x02,0x00]
5098 0x0a,0x00,0x4f,0xd0,0x67,0x04,0x02,0x00
5100 # CHECK: v_cmp_tru_f32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0x6a,0x04,0x02,0x00]
5101 0x0a,0x00,0x4f,0xd0,0x6a,0x04,0x02,0x00
5103 # CHECK: v_cmp_tru_f32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0x6b,0x04,0x02,0x00]
5104 0x0a,0x00,0x4f,0xd0,0x6b,0x04,0x02,0x00
5106 # CHECK: v_cmp_tru_f32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0x6c,0x04,0x02,0x00]
5107 0x0a,0x00,0x4f,0xd0,0x6c,0x04,0x02,0x00
5109 # CHECK: v_cmp_tru_f32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0x6d,0x04,0x02,0x00]
5110 0x0a,0x00,0x4f,0xd0,0x6d,0x04,0x02,0x00
5112 # CHECK: v_cmp_tru_f32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0x6e,0x04,0x02,0x00]
5113 0x0a,0x00,0x4f,0xd0,0x6e,0x04,0x02,0x00
5115 # CHECK: v_cmp_tru_f32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0x6f,0x04,0x02,0x00]
5116 0x0a,0x00,0x4f,0xd0,0x6f,0x04,0x02,0x00
5118 # CHECK: v_cmp_tru_f32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0x7b,0x04,0x02,0x00]
5119 0x0a,0x00,0x4f,0xd0,0x7b,0x04,0x02,0x00
5121 # CHECK: v_cmp_tru_f32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0x7c,0x04,0x02,0x00]
5122 0x0a,0x00,0x4f,0xd0,0x7c,0x04,0x02,0x00
5124 # CHECK: v_cmp_tru_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0x7e,0x04,0x02,0x00]
5125 0x0a,0x00,0x4f,0xd0,0x7e,0x04,0x02,0x00
5127 # CHECK: v_cmp_tru_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0x7f,0x04,0x02,0x00]
5128 0x0a,0x00,0x4f,0xd0,0x7f,0x04,0x02,0x00
5130 # CHECK: v_cmp_tru_f32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0x80,0x04,0x02,0x00]
5131 0x0a,0x00,0x4f,0xd0,0x80,0x04,0x02,0x00
5133 # CHECK: v_cmp_tru_f32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0xc1,0x04,0x02,0x00]
5134 0x0a,0x00,0x4f,0xd0,0xc1,0x04,0x02,0x00
5136 # CHECK: v_cmp_tru_f32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0xf0,0x04,0x02,0x00]
5137 0x0a,0x00,0x4f,0xd0,0xf0,0x04,0x02,0x00
5139 # CHECK: v_cmp_tru_f32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0xf7,0x04,0x02,0x00]
5140 0x0a,0x00,0x4f,0xd0,0xf7,0x04,0x02,0x00
5142 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0xff,0x03,0x00]
5143 0x0a,0x00,0x4f,0xd0,0x01,0xff,0x03,0x00
5145 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0x05,0x00,0x00]
5146 0x0a,0x00,0x4f,0xd0,0x01,0x05,0x00,0x00
5148 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0xcb,0x00,0x00]
5149 0x0a,0x00,0x4f,0xd0,0x01,0xcb,0x00,0x00
5151 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0xcd,0x00,0x00]
5152 0x0a,0x00,0x4f,0xd0,0x01,0xcd,0x00,0x00
5154 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0xcf,0x00,0x00]
5155 0x0a,0x00,0x4f,0xd0,0x01,0xcf,0x00,0x00
5157 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0xd5,0x00,0x00]
5158 0x0a,0x00,0x4f,0xd0,0x01,0xd5,0x00,0x00
5160 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0xd7,0x00,0x00]
5161 0x0a,0x00,0x4f,0xd0,0x01,0xd7,0x00,0x00
5163 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0xd9,0x00,0x00]
5164 0x0a,0x00,0x4f,0xd0,0x01,0xd9,0x00,0x00
5166 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0xdb,0x00,0x00]
5167 0x0a,0x00,0x4f,0xd0,0x01,0xdb,0x00,0x00
5169 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0xdd,0x00,0x00]
5170 0x0a,0x00,0x4f,0xd0,0x01,0xdd,0x00,0x00
5172 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0xdf,0x00,0x00]
5173 0x0a,0x00,0x4f,0xd0,0x01,0xdf,0x00,0x00
5175 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0xf7,0x00,0x00]
5176 0x0a,0x00,0x4f,0xd0,0x01,0xf7,0x00,0x00
5178 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0xf9,0x00,0x00]
5179 0x0a,0x00,0x4f,0xd0,0x01,0xf9,0x00,0x00
5181 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0xfd,0x00,0x00]
5182 0x0a,0x00,0x4f,0xd0,0x01,0xfd,0x00,0x00
5184 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0xff,0x00,0x00]
5185 0x0a,0x00,0x4f,0xd0,0x01,0xff,0x00,0x00
5187 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0x01,0x01,0x00]
5188 0x0a,0x00,0x4f,0xd0,0x01,0x01,0x01,0x00
5190 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0x83,0x01,0x00]
5191 0x0a,0x00,0x4f,0xd0,0x01,0x83,0x01,0x00
5193 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0xe1,0x01,0x00]
5194 0x0a,0x00,0x4f,0xd0,0x01,0xe1,0x01,0x00
5196 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0xef,0x01,0x00]
5197 0x0a,0x00,0x4f,0xd0,0x01,0xef,0x01,0x00
5199 # CHECK: v_cmp_tru_f32_e64 s[10:11], -v1, v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0x05,0x02,0x20]
5200 0x0a,0x00,0x4f,0xd0,0x01,0x05,0x02,0x20
5202 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, -v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0x05,0x02,0x40]
5203 0x0a,0x00,0x4f,0xd0,0x01,0x05,0x02,0x40
5205 # CHECK: v_cmp_tru_f32_e64 s[10:11], -v1, -v2 ; encoding: [0x0a,0x00,0x4f,0xd0,0x01,0x05,0x02,0x60]
5206 0x0a,0x00,0x4f,0xd0,0x01,0x05,0x02,0x60
5208 # CHECK: v_cmp_tru_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x4f,0xd0,0x01,0x05,0x02,0x00]
5209 0x0a,0x80,0x4f,0xd0,0x01,0x05,0x02,0x00
5211 # CHECK: v_cmp_f_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x60,0xd0,0x01,0x05,0x02,0x00]
5212 0x0a,0x00,0x60,0xd0,0x01,0x05,0x02,0x00
5214 # CHECK: v_cmp_f_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x60,0xd0,0x01,0x05,0x02,0x00]
5215 0x0c,0x00,0x60,0xd0,0x01,0x05,0x02,0x00
5217 # CHECK: v_cmp_f_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x60,0xd0,0x01,0x05,0x02,0x00]
5218 0x64,0x00,0x60,0xd0,0x01,0x05,0x02,0x00
5220 # CHECK: v_cmp_f_f64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0x60,0xd0,0x01,0x05,0x02,0x00]
5221 0x66,0x00,0x60,0xd0,0x01,0x05,0x02,0x00
5223 # CHECK: v_cmp_f_f64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x60,0xd0,0x01,0x05,0x02,0x00]
5224 0x6a,0x00,0x60,0xd0,0x01,0x05,0x02,0x00
5226 # CHECK: v_cmp_f_f64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0x60,0xd0,0x01,0x05,0x02,0x00]
5227 0x6c,0x00,0x60,0xd0,0x01,0x05,0x02,0x00
5229 # CHECK: v_cmp_f_f64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0x60,0xd0,0x01,0x05,0x02,0x00]
5230 0x6e,0x00,0x60,0xd0,0x01,0x05,0x02,0x00
5232 # CHECK: v_cmp_f_f64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0x60,0xd0,0x01,0x05,0x02,0x00]
5233 0x7a,0x00,0x60,0xd0,0x01,0x05,0x02,0x00
5235 # CHECK: v_cmp_f_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x60,0xd0,0xfe,0x05,0x02,0x00]
5236 0x0a,0x00,0x60,0xd0,0xfe,0x05,0x02,0x00
5238 # CHECK: v_cmp_f_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x60,0xd0,0x02,0x04,0x02,0x00]
5239 0x0a,0x00,0x60,0xd0,0x02,0x04,0x02,0x00
5241 # CHECK: v_cmp_f_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x60,0xd0,0x04,0x04,0x02,0x00]
5242 0x0a,0x00,0x60,0xd0,0x04,0x04,0x02,0x00
5244 # CHECK: v_cmp_f_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x60,0xd0,0x64,0x04,0x02,0x00]
5245 0x0a,0x00,0x60,0xd0,0x64,0x04,0x02,0x00
5247 # CHECK: v_cmp_f_f64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0x60,0xd0,0x66,0x04,0x02,0x00]
5248 0x0a,0x00,0x60,0xd0,0x66,0x04,0x02,0x00
5250 # CHECK: v_cmp_f_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x60,0xd0,0x6a,0x04,0x02,0x00]
5251 0x0a,0x00,0x60,0xd0,0x6a,0x04,0x02,0x00
5253 # CHECK: v_cmp_f_f64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0x60,0xd0,0x6c,0x04,0x02,0x00]
5254 0x0a,0x00,0x60,0xd0,0x6c,0x04,0x02,0x00
5256 # CHECK: v_cmp_f_f64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0x60,0xd0,0x6e,0x04,0x02,0x00]
5257 0x0a,0x00,0x60,0xd0,0x6e,0x04,0x02,0x00
5259 # CHECK: v_cmp_f_f64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0x60,0xd0,0x7a,0x04,0x02,0x00]
5260 0x0a,0x00,0x60,0xd0,0x7a,0x04,0x02,0x00
5262 # CHECK: v_cmp_f_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x60,0xd0,0x7e,0x04,0x02,0x00]
5263 0x0a,0x00,0x60,0xd0,0x7e,0x04,0x02,0x00
5265 # CHECK: v_cmp_f_f64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0x60,0xd0,0x80,0x04,0x02,0x00]
5266 0x0a,0x00,0x60,0xd0,0x80,0x04,0x02,0x00
5268 # CHECK: v_cmp_f_f64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0x60,0xd0,0xc1,0x04,0x02,0x00]
5269 0x0a,0x00,0x60,0xd0,0xc1,0x04,0x02,0x00
5271 # CHECK: v_cmp_f_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x60,0xd0,0xf0,0x04,0x02,0x00]
5272 0x0a,0x00,0x60,0xd0,0xf0,0x04,0x02,0x00
5274 # CHECK: v_cmp_f_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x60,0xd0,0xf7,0x04,0x02,0x00]
5275 0x0a,0x00,0x60,0xd0,0xf7,0x04,0x02,0x00
5277 # CHECK: v_cmp_f_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x60,0xd0,0x01,0xfd,0x03,0x00]
5278 0x0a,0x00,0x60,0xd0,0x01,0xfd,0x03,0x00
5280 # CHECK: v_cmp_f_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x60,0xd0,0x01,0x09,0x00,0x00]
5281 0x0a,0x00,0x60,0xd0,0x01,0x09,0x00,0x00
5283 # CHECK: v_cmp_f_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x60,0xd0,0x01,0x0d,0x00,0x00]
5284 0x0a,0x00,0x60,0xd0,0x01,0x0d,0x00,0x00
5286 # CHECK: v_cmp_f_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x60,0xd0,0x01,0xc9,0x00,0x00]
5287 0x0a,0x00,0x60,0xd0,0x01,0xc9,0x00,0x00
5289 # CHECK: v_cmp_f_f64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0x60,0xd0,0x01,0xcd,0x00,0x00]
5290 0x0a,0x00,0x60,0xd0,0x01,0xcd,0x00,0x00
5292 # CHECK: v_cmp_f_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x60,0xd0,0x01,0xd5,0x00,0x00]
5293 0x0a,0x00,0x60,0xd0,0x01,0xd5,0x00,0x00
5295 # CHECK: v_cmp_f_f64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0x60,0xd0,0x01,0xd9,0x00,0x00]
5296 0x0a,0x00,0x60,0xd0,0x01,0xd9,0x00,0x00
5298 # CHECK: v_cmp_f_f64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0x60,0xd0,0x01,0xdd,0x00,0x00]
5299 0x0a,0x00,0x60,0xd0,0x01,0xdd,0x00,0x00
5301 # CHECK: v_cmp_f_f64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0x60,0xd0,0x01,0xf5,0x00,0x00]
5302 0x0a,0x00,0x60,0xd0,0x01,0xf5,0x00,0x00
5304 # CHECK: v_cmp_f_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x60,0xd0,0x01,0xfd,0x00,0x00]
5305 0x0a,0x00,0x60,0xd0,0x01,0xfd,0x00,0x00
5307 # CHECK: v_cmp_f_f64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0x60,0xd0,0x01,0x01,0x01,0x00]
5308 0x0a,0x00,0x60,0xd0,0x01,0x01,0x01,0x00
5310 # CHECK: v_cmp_f_f64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0x60,0xd0,0x01,0x83,0x01,0x00]
5311 0x0a,0x00,0x60,0xd0,0x01,0x83,0x01,0x00
5313 # CHECK: v_cmp_f_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x60,0xd0,0x01,0xe1,0x01,0x00]
5314 0x0a,0x00,0x60,0xd0,0x01,0xe1,0x01,0x00
5316 # CHECK: v_cmp_f_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x60,0xd0,0x01,0xef,0x01,0x00]
5317 0x0a,0x00,0x60,0xd0,0x01,0xef,0x01,0x00
5319 # CHECK: v_cmp_f_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x60,0xd0,0x01,0x05,0x02,0x20]
5320 0x0a,0x00,0x60,0xd0,0x01,0x05,0x02,0x20
5322 # CHECK: v_cmp_f_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x60,0xd0,0x01,0x05,0x02,0x40]
5323 0x0a,0x00,0x60,0xd0,0x01,0x05,0x02,0x40
5325 # CHECK: v_cmp_f_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x60,0xd0,0x01,0x05,0x02,0x60]
5326 0x0a,0x00,0x60,0xd0,0x01,0x05,0x02,0x60
5328 # CHECK: v_cmp_f_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x60,0xd0,0x01,0x05,0x02,0x00]
5329 0x0a,0x80,0x60,0xd0,0x01,0x05,0x02,0x00
5331 # CHECK: v_cmp_lt_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x61,0xd0,0x01,0x05,0x02,0x00]
5332 0x0a,0x00,0x61,0xd0,0x01,0x05,0x02,0x00
5334 # CHECK: v_cmp_lt_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x61,0xd0,0x01,0x05,0x02,0x00]
5335 0x0c,0x00,0x61,0xd0,0x01,0x05,0x02,0x00
5337 # CHECK: v_cmp_lt_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x61,0xd0,0x01,0x05,0x02,0x00]
5338 0x64,0x00,0x61,0xd0,0x01,0x05,0x02,0x00
5340 # CHECK: v_cmp_lt_f64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0x61,0xd0,0x01,0x05,0x02,0x00]
5341 0x66,0x00,0x61,0xd0,0x01,0x05,0x02,0x00
5343 # CHECK: v_cmp_lt_f64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x61,0xd0,0x01,0x05,0x02,0x00]
5344 0x6a,0x00,0x61,0xd0,0x01,0x05,0x02,0x00
5346 # CHECK: v_cmp_lt_f64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0x61,0xd0,0x01,0x05,0x02,0x00]
5347 0x6c,0x00,0x61,0xd0,0x01,0x05,0x02,0x00
5349 # CHECK: v_cmp_lt_f64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0x61,0xd0,0x01,0x05,0x02,0x00]
5350 0x6e,0x00,0x61,0xd0,0x01,0x05,0x02,0x00
5352 # CHECK: v_cmp_lt_f64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0x61,0xd0,0x01,0x05,0x02,0x00]
5353 0x7a,0x00,0x61,0xd0,0x01,0x05,0x02,0x00
5355 # CHECK: v_cmp_lt_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x61,0xd0,0xfe,0x05,0x02,0x00]
5356 0x0a,0x00,0x61,0xd0,0xfe,0x05,0x02,0x00
5358 # CHECK: v_cmp_lt_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x61,0xd0,0x02,0x04,0x02,0x00]
5359 0x0a,0x00,0x61,0xd0,0x02,0x04,0x02,0x00
5361 # CHECK: v_cmp_lt_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x61,0xd0,0x04,0x04,0x02,0x00]
5362 0x0a,0x00,0x61,0xd0,0x04,0x04,0x02,0x00
5364 # CHECK: v_cmp_lt_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x61,0xd0,0x64,0x04,0x02,0x00]
5365 0x0a,0x00,0x61,0xd0,0x64,0x04,0x02,0x00
5367 # CHECK: v_cmp_lt_f64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0x61,0xd0,0x66,0x04,0x02,0x00]
5368 0x0a,0x00,0x61,0xd0,0x66,0x04,0x02,0x00
5370 # CHECK: v_cmp_lt_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x61,0xd0,0x6a,0x04,0x02,0x00]
5371 0x0a,0x00,0x61,0xd0,0x6a,0x04,0x02,0x00
5373 # CHECK: v_cmp_lt_f64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0x61,0xd0,0x6c,0x04,0x02,0x00]
5374 0x0a,0x00,0x61,0xd0,0x6c,0x04,0x02,0x00
5376 # CHECK: v_cmp_lt_f64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0x61,0xd0,0x6e,0x04,0x02,0x00]
5377 0x0a,0x00,0x61,0xd0,0x6e,0x04,0x02,0x00
5379 # CHECK: v_cmp_lt_f64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0x61,0xd0,0x7a,0x04,0x02,0x00]
5380 0x0a,0x00,0x61,0xd0,0x7a,0x04,0x02,0x00
5382 # CHECK: v_cmp_lt_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x61,0xd0,0x7e,0x04,0x02,0x00]
5383 0x0a,0x00,0x61,0xd0,0x7e,0x04,0x02,0x00
5385 # CHECK: v_cmp_lt_f64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0x61,0xd0,0x80,0x04,0x02,0x00]
5386 0x0a,0x00,0x61,0xd0,0x80,0x04,0x02,0x00
5388 # CHECK: v_cmp_lt_f64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0x61,0xd0,0xc1,0x04,0x02,0x00]
5389 0x0a,0x00,0x61,0xd0,0xc1,0x04,0x02,0x00
5391 # CHECK: v_cmp_lt_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x61,0xd0,0xf0,0x04,0x02,0x00]
5392 0x0a,0x00,0x61,0xd0,0xf0,0x04,0x02,0x00
5394 # CHECK: v_cmp_lt_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x61,0xd0,0xf7,0x04,0x02,0x00]
5395 0x0a,0x00,0x61,0xd0,0xf7,0x04,0x02,0x00
5397 # CHECK: v_cmp_lt_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x61,0xd0,0x01,0xfd,0x03,0x00]
5398 0x0a,0x00,0x61,0xd0,0x01,0xfd,0x03,0x00
5400 # CHECK: v_cmp_lt_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x61,0xd0,0x01,0x09,0x00,0x00]
5401 0x0a,0x00,0x61,0xd0,0x01,0x09,0x00,0x00
5403 # CHECK: v_cmp_lt_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x61,0xd0,0x01,0x0d,0x00,0x00]
5404 0x0a,0x00,0x61,0xd0,0x01,0x0d,0x00,0x00
5406 # CHECK: v_cmp_lt_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x61,0xd0,0x01,0xc9,0x00,0x00]
5407 0x0a,0x00,0x61,0xd0,0x01,0xc9,0x00,0x00
5409 # CHECK: v_cmp_lt_f64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0x61,0xd0,0x01,0xcd,0x00,0x00]
5410 0x0a,0x00,0x61,0xd0,0x01,0xcd,0x00,0x00
5412 # CHECK: v_cmp_lt_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x61,0xd0,0x01,0xd5,0x00,0x00]
5413 0x0a,0x00,0x61,0xd0,0x01,0xd5,0x00,0x00
5415 # CHECK: v_cmp_lt_f64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0x61,0xd0,0x01,0xd9,0x00,0x00]
5416 0x0a,0x00,0x61,0xd0,0x01,0xd9,0x00,0x00
5418 # CHECK: v_cmp_lt_f64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0x61,0xd0,0x01,0xdd,0x00,0x00]
5419 0x0a,0x00,0x61,0xd0,0x01,0xdd,0x00,0x00
5421 # CHECK: v_cmp_lt_f64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0x61,0xd0,0x01,0xf5,0x00,0x00]
5422 0x0a,0x00,0x61,0xd0,0x01,0xf5,0x00,0x00
5424 # CHECK: v_cmp_lt_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x61,0xd0,0x01,0xfd,0x00,0x00]
5425 0x0a,0x00,0x61,0xd0,0x01,0xfd,0x00,0x00
5427 # CHECK: v_cmp_lt_f64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0x61,0xd0,0x01,0x01,0x01,0x00]
5428 0x0a,0x00,0x61,0xd0,0x01,0x01,0x01,0x00
5430 # CHECK: v_cmp_lt_f64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0x61,0xd0,0x01,0x83,0x01,0x00]
5431 0x0a,0x00,0x61,0xd0,0x01,0x83,0x01,0x00
5433 # CHECK: v_cmp_lt_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x61,0xd0,0x01,0xe1,0x01,0x00]
5434 0x0a,0x00,0x61,0xd0,0x01,0xe1,0x01,0x00
5436 # CHECK: v_cmp_lt_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x61,0xd0,0x01,0xef,0x01,0x00]
5437 0x0a,0x00,0x61,0xd0,0x01,0xef,0x01,0x00
5439 # CHECK: v_cmp_lt_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x61,0xd0,0x01,0x05,0x02,0x20]
5440 0x0a,0x00,0x61,0xd0,0x01,0x05,0x02,0x20
5442 # CHECK: v_cmp_lt_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x61,0xd0,0x01,0x05,0x02,0x40]
5443 0x0a,0x00,0x61,0xd0,0x01,0x05,0x02,0x40
5445 # CHECK: v_cmp_lt_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x61,0xd0,0x01,0x05,0x02,0x60]
5446 0x0a,0x00,0x61,0xd0,0x01,0x05,0x02,0x60
5448 # CHECK: v_cmp_lt_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x61,0xd0,0x01,0x05,0x02,0x00]
5449 0x0a,0x80,0x61,0xd0,0x01,0x05,0x02,0x00
5451 # CHECK: v_cmp_eq_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x62,0xd0,0x01,0x05,0x02,0x00]
5452 0x0a,0x00,0x62,0xd0,0x01,0x05,0x02,0x00
5454 # CHECK: v_cmp_eq_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x62,0xd0,0x01,0x05,0x02,0x00]
5455 0x0c,0x00,0x62,0xd0,0x01,0x05,0x02,0x00
5457 # CHECK: v_cmp_eq_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x62,0xd0,0x01,0x05,0x02,0x00]
5458 0x64,0x00,0x62,0xd0,0x01,0x05,0x02,0x00
5460 # CHECK: v_cmp_eq_f64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0x62,0xd0,0x01,0x05,0x02,0x00]
5461 0x66,0x00,0x62,0xd0,0x01,0x05,0x02,0x00
5463 # CHECK: v_cmp_eq_f64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x62,0xd0,0x01,0x05,0x02,0x00]
5464 0x6a,0x00,0x62,0xd0,0x01,0x05,0x02,0x00
5466 # CHECK: v_cmp_eq_f64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0x62,0xd0,0x01,0x05,0x02,0x00]
5467 0x6c,0x00,0x62,0xd0,0x01,0x05,0x02,0x00
5469 # CHECK: v_cmp_eq_f64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0x62,0xd0,0x01,0x05,0x02,0x00]
5470 0x6e,0x00,0x62,0xd0,0x01,0x05,0x02,0x00
5472 # CHECK: v_cmp_eq_f64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0x62,0xd0,0x01,0x05,0x02,0x00]
5473 0x7a,0x00,0x62,0xd0,0x01,0x05,0x02,0x00
5475 # CHECK: v_cmp_eq_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x62,0xd0,0xfe,0x05,0x02,0x00]
5476 0x0a,0x00,0x62,0xd0,0xfe,0x05,0x02,0x00
5478 # CHECK: v_cmp_eq_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x62,0xd0,0x02,0x04,0x02,0x00]
5479 0x0a,0x00,0x62,0xd0,0x02,0x04,0x02,0x00
5481 # CHECK: v_cmp_eq_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x62,0xd0,0x04,0x04,0x02,0x00]
5482 0x0a,0x00,0x62,0xd0,0x04,0x04,0x02,0x00
5484 # CHECK: v_cmp_eq_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x62,0xd0,0x64,0x04,0x02,0x00]
5485 0x0a,0x00,0x62,0xd0,0x64,0x04,0x02,0x00
5487 # CHECK: v_cmp_eq_f64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0x62,0xd0,0x66,0x04,0x02,0x00]
5488 0x0a,0x00,0x62,0xd0,0x66,0x04,0x02,0x00
5490 # CHECK: v_cmp_eq_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x62,0xd0,0x6a,0x04,0x02,0x00]
5491 0x0a,0x00,0x62,0xd0,0x6a,0x04,0x02,0x00
5493 # CHECK: v_cmp_eq_f64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0x62,0xd0,0x6c,0x04,0x02,0x00]
5494 0x0a,0x00,0x62,0xd0,0x6c,0x04,0x02,0x00
5496 # CHECK: v_cmp_eq_f64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0x62,0xd0,0x6e,0x04,0x02,0x00]
5497 0x0a,0x00,0x62,0xd0,0x6e,0x04,0x02,0x00
5499 # CHECK: v_cmp_eq_f64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0x62,0xd0,0x7a,0x04,0x02,0x00]
5500 0x0a,0x00,0x62,0xd0,0x7a,0x04,0x02,0x00
5502 # CHECK: v_cmp_eq_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x62,0xd0,0x7e,0x04,0x02,0x00]
5503 0x0a,0x00,0x62,0xd0,0x7e,0x04,0x02,0x00
5505 # CHECK: v_cmp_eq_f64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0x62,0xd0,0x80,0x04,0x02,0x00]
5506 0x0a,0x00,0x62,0xd0,0x80,0x04,0x02,0x00
5508 # CHECK: v_cmp_eq_f64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0x62,0xd0,0xc1,0x04,0x02,0x00]
5509 0x0a,0x00,0x62,0xd0,0xc1,0x04,0x02,0x00
5511 # CHECK: v_cmp_eq_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x62,0xd0,0xf0,0x04,0x02,0x00]
5512 0x0a,0x00,0x62,0xd0,0xf0,0x04,0x02,0x00
5514 # CHECK: v_cmp_eq_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x62,0xd0,0xf7,0x04,0x02,0x00]
5515 0x0a,0x00,0x62,0xd0,0xf7,0x04,0x02,0x00
5517 # CHECK: v_cmp_eq_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x62,0xd0,0x01,0xfd,0x03,0x00]
5518 0x0a,0x00,0x62,0xd0,0x01,0xfd,0x03,0x00
5520 # CHECK: v_cmp_eq_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x62,0xd0,0x01,0x09,0x00,0x00]
5521 0x0a,0x00,0x62,0xd0,0x01,0x09,0x00,0x00
5523 # CHECK: v_cmp_eq_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x62,0xd0,0x01,0x0d,0x00,0x00]
5524 0x0a,0x00,0x62,0xd0,0x01,0x0d,0x00,0x00
5526 # CHECK: v_cmp_eq_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x62,0xd0,0x01,0xc9,0x00,0x00]
5527 0x0a,0x00,0x62,0xd0,0x01,0xc9,0x00,0x00
5529 # CHECK: v_cmp_eq_f64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0x62,0xd0,0x01,0xcd,0x00,0x00]
5530 0x0a,0x00,0x62,0xd0,0x01,0xcd,0x00,0x00
5532 # CHECK: v_cmp_eq_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x62,0xd0,0x01,0xd5,0x00,0x00]
5533 0x0a,0x00,0x62,0xd0,0x01,0xd5,0x00,0x00
5535 # CHECK: v_cmp_eq_f64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0x62,0xd0,0x01,0xd9,0x00,0x00]
5536 0x0a,0x00,0x62,0xd0,0x01,0xd9,0x00,0x00
5538 # CHECK: v_cmp_eq_f64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0x62,0xd0,0x01,0xdd,0x00,0x00]
5539 0x0a,0x00,0x62,0xd0,0x01,0xdd,0x00,0x00
5541 # CHECK: v_cmp_eq_f64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0x62,0xd0,0x01,0xf5,0x00,0x00]
5542 0x0a,0x00,0x62,0xd0,0x01,0xf5,0x00,0x00
5544 # CHECK: v_cmp_eq_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x62,0xd0,0x01,0xfd,0x00,0x00]
5545 0x0a,0x00,0x62,0xd0,0x01,0xfd,0x00,0x00
5547 # CHECK: v_cmp_eq_f64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0x62,0xd0,0x01,0x01,0x01,0x00]
5548 0x0a,0x00,0x62,0xd0,0x01,0x01,0x01,0x00
5550 # CHECK: v_cmp_eq_f64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0x62,0xd0,0x01,0x83,0x01,0x00]
5551 0x0a,0x00,0x62,0xd0,0x01,0x83,0x01,0x00
5553 # CHECK: v_cmp_eq_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x62,0xd0,0x01,0xe1,0x01,0x00]
5554 0x0a,0x00,0x62,0xd0,0x01,0xe1,0x01,0x00
5556 # CHECK: v_cmp_eq_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x62,0xd0,0x01,0xef,0x01,0x00]
5557 0x0a,0x00,0x62,0xd0,0x01,0xef,0x01,0x00
5559 # CHECK: v_cmp_eq_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x62,0xd0,0x01,0x05,0x02,0x20]
5560 0x0a,0x00,0x62,0xd0,0x01,0x05,0x02,0x20
5562 # CHECK: v_cmp_eq_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x62,0xd0,0x01,0x05,0x02,0x40]
5563 0x0a,0x00,0x62,0xd0,0x01,0x05,0x02,0x40
5565 # CHECK: v_cmp_eq_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x62,0xd0,0x01,0x05,0x02,0x60]
5566 0x0a,0x00,0x62,0xd0,0x01,0x05,0x02,0x60
5568 # CHECK: v_cmp_eq_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x62,0xd0,0x01,0x05,0x02,0x00]
5569 0x0a,0x80,0x62,0xd0,0x01,0x05,0x02,0x00
5571 # CHECK: v_cmp_le_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x63,0xd0,0x01,0x05,0x02,0x00]
5572 0x0a,0x00,0x63,0xd0,0x01,0x05,0x02,0x00
5574 # CHECK: v_cmp_le_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x63,0xd0,0x01,0x05,0x02,0x00]
5575 0x0c,0x00,0x63,0xd0,0x01,0x05,0x02,0x00
5577 # CHECK: v_cmp_le_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x63,0xd0,0x01,0x05,0x02,0x00]
5578 0x64,0x00,0x63,0xd0,0x01,0x05,0x02,0x00
5580 # CHECK: v_cmp_le_f64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0x63,0xd0,0x01,0x05,0x02,0x00]
5581 0x66,0x00,0x63,0xd0,0x01,0x05,0x02,0x00
5583 # CHECK: v_cmp_le_f64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x63,0xd0,0x01,0x05,0x02,0x00]
5584 0x6a,0x00,0x63,0xd0,0x01,0x05,0x02,0x00
5586 # CHECK: v_cmp_le_f64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0x63,0xd0,0x01,0x05,0x02,0x00]
5587 0x6c,0x00,0x63,0xd0,0x01,0x05,0x02,0x00
5589 # CHECK: v_cmp_le_f64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0x63,0xd0,0x01,0x05,0x02,0x00]
5590 0x6e,0x00,0x63,0xd0,0x01,0x05,0x02,0x00
5592 # CHECK: v_cmp_le_f64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0x63,0xd0,0x01,0x05,0x02,0x00]
5593 0x7a,0x00,0x63,0xd0,0x01,0x05,0x02,0x00
5595 # CHECK: v_cmp_le_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x63,0xd0,0xfe,0x05,0x02,0x00]
5596 0x0a,0x00,0x63,0xd0,0xfe,0x05,0x02,0x00
5598 # CHECK: v_cmp_le_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x63,0xd0,0x02,0x04,0x02,0x00]
5599 0x0a,0x00,0x63,0xd0,0x02,0x04,0x02,0x00
5601 # CHECK: v_cmp_le_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x63,0xd0,0x04,0x04,0x02,0x00]
5602 0x0a,0x00,0x63,0xd0,0x04,0x04,0x02,0x00
5604 # CHECK: v_cmp_le_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x63,0xd0,0x64,0x04,0x02,0x00]
5605 0x0a,0x00,0x63,0xd0,0x64,0x04,0x02,0x00
5607 # CHECK: v_cmp_le_f64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0x63,0xd0,0x66,0x04,0x02,0x00]
5608 0x0a,0x00,0x63,0xd0,0x66,0x04,0x02,0x00
5610 # CHECK: v_cmp_le_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x63,0xd0,0x6a,0x04,0x02,0x00]
5611 0x0a,0x00,0x63,0xd0,0x6a,0x04,0x02,0x00
5613 # CHECK: v_cmp_le_f64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0x63,0xd0,0x6c,0x04,0x02,0x00]
5614 0x0a,0x00,0x63,0xd0,0x6c,0x04,0x02,0x00
5616 # CHECK: v_cmp_le_f64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0x63,0xd0,0x6e,0x04,0x02,0x00]
5617 0x0a,0x00,0x63,0xd0,0x6e,0x04,0x02,0x00
5619 # CHECK: v_cmp_le_f64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0x63,0xd0,0x7a,0x04,0x02,0x00]
5620 0x0a,0x00,0x63,0xd0,0x7a,0x04,0x02,0x00
5622 # CHECK: v_cmp_le_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x63,0xd0,0x7e,0x04,0x02,0x00]
5623 0x0a,0x00,0x63,0xd0,0x7e,0x04,0x02,0x00
5625 # CHECK: v_cmp_le_f64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0x63,0xd0,0x80,0x04,0x02,0x00]
5626 0x0a,0x00,0x63,0xd0,0x80,0x04,0x02,0x00
5628 # CHECK: v_cmp_le_f64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0x63,0xd0,0xc1,0x04,0x02,0x00]
5629 0x0a,0x00,0x63,0xd0,0xc1,0x04,0x02,0x00
5631 # CHECK: v_cmp_le_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x63,0xd0,0xf0,0x04,0x02,0x00]
5632 0x0a,0x00,0x63,0xd0,0xf0,0x04,0x02,0x00
5634 # CHECK: v_cmp_le_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x63,0xd0,0xf7,0x04,0x02,0x00]
5635 0x0a,0x00,0x63,0xd0,0xf7,0x04,0x02,0x00
5637 # CHECK: v_cmp_le_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x63,0xd0,0x01,0xfd,0x03,0x00]
5638 0x0a,0x00,0x63,0xd0,0x01,0xfd,0x03,0x00
5640 # CHECK: v_cmp_le_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x63,0xd0,0x01,0x09,0x00,0x00]
5641 0x0a,0x00,0x63,0xd0,0x01,0x09,0x00,0x00
5643 # CHECK: v_cmp_le_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x63,0xd0,0x01,0x0d,0x00,0x00]
5644 0x0a,0x00,0x63,0xd0,0x01,0x0d,0x00,0x00
5646 # CHECK: v_cmp_le_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x63,0xd0,0x01,0xc9,0x00,0x00]
5647 0x0a,0x00,0x63,0xd0,0x01,0xc9,0x00,0x00
5649 # CHECK: v_cmp_le_f64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0x63,0xd0,0x01,0xcd,0x00,0x00]
5650 0x0a,0x00,0x63,0xd0,0x01,0xcd,0x00,0x00
5652 # CHECK: v_cmp_le_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x63,0xd0,0x01,0xd5,0x00,0x00]
5653 0x0a,0x00,0x63,0xd0,0x01,0xd5,0x00,0x00
5655 # CHECK: v_cmp_le_f64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0x63,0xd0,0x01,0xd9,0x00,0x00]
5656 0x0a,0x00,0x63,0xd0,0x01,0xd9,0x00,0x00
5658 # CHECK: v_cmp_le_f64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0x63,0xd0,0x01,0xdd,0x00,0x00]
5659 0x0a,0x00,0x63,0xd0,0x01,0xdd,0x00,0x00
5661 # CHECK: v_cmp_le_f64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0x63,0xd0,0x01,0xf5,0x00,0x00]
5662 0x0a,0x00,0x63,0xd0,0x01,0xf5,0x00,0x00
5664 # CHECK: v_cmp_le_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x63,0xd0,0x01,0xfd,0x00,0x00]
5665 0x0a,0x00,0x63,0xd0,0x01,0xfd,0x00,0x00
5667 # CHECK: v_cmp_le_f64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0x63,0xd0,0x01,0x01,0x01,0x00]
5668 0x0a,0x00,0x63,0xd0,0x01,0x01,0x01,0x00
5670 # CHECK: v_cmp_le_f64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0x63,0xd0,0x01,0x83,0x01,0x00]
5671 0x0a,0x00,0x63,0xd0,0x01,0x83,0x01,0x00
5673 # CHECK: v_cmp_le_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x63,0xd0,0x01,0xe1,0x01,0x00]
5674 0x0a,0x00,0x63,0xd0,0x01,0xe1,0x01,0x00
5676 # CHECK: v_cmp_le_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x63,0xd0,0x01,0xef,0x01,0x00]
5677 0x0a,0x00,0x63,0xd0,0x01,0xef,0x01,0x00
5679 # CHECK: v_cmp_le_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x63,0xd0,0x01,0x05,0x02,0x20]
5680 0x0a,0x00,0x63,0xd0,0x01,0x05,0x02,0x20
5682 # CHECK: v_cmp_le_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x63,0xd0,0x01,0x05,0x02,0x40]
5683 0x0a,0x00,0x63,0xd0,0x01,0x05,0x02,0x40
5685 # CHECK: v_cmp_le_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x63,0xd0,0x01,0x05,0x02,0x60]
5686 0x0a,0x00,0x63,0xd0,0x01,0x05,0x02,0x60
5688 # CHECK: v_cmp_le_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x63,0xd0,0x01,0x05,0x02,0x00]
5689 0x0a,0x80,0x63,0xd0,0x01,0x05,0x02,0x00
5691 # CHECK: v_cmp_gt_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x64,0xd0,0x01,0x05,0x02,0x00]
5692 0x0a,0x00,0x64,0xd0,0x01,0x05,0x02,0x00
5694 # CHECK: v_cmp_gt_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x64,0xd0,0x01,0x05,0x02,0x00]
5695 0x0c,0x00,0x64,0xd0,0x01,0x05,0x02,0x00
5697 # CHECK: v_cmp_gt_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x64,0xd0,0x01,0x05,0x02,0x00]
5698 0x64,0x00,0x64,0xd0,0x01,0x05,0x02,0x00
5700 # CHECK: v_cmp_gt_f64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0x64,0xd0,0x01,0x05,0x02,0x00]
5701 0x66,0x00,0x64,0xd0,0x01,0x05,0x02,0x00
5703 # CHECK: v_cmp_gt_f64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x64,0xd0,0x01,0x05,0x02,0x00]
5704 0x6a,0x00,0x64,0xd0,0x01,0x05,0x02,0x00
5706 # CHECK: v_cmp_gt_f64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0x64,0xd0,0x01,0x05,0x02,0x00]
5707 0x6c,0x00,0x64,0xd0,0x01,0x05,0x02,0x00
5709 # CHECK: v_cmp_gt_f64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0x64,0xd0,0x01,0x05,0x02,0x00]
5710 0x6e,0x00,0x64,0xd0,0x01,0x05,0x02,0x00
5712 # CHECK: v_cmp_gt_f64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0x64,0xd0,0x01,0x05,0x02,0x00]
5713 0x7a,0x00,0x64,0xd0,0x01,0x05,0x02,0x00
5715 # CHECK: v_cmp_gt_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x64,0xd0,0xfe,0x05,0x02,0x00]
5716 0x0a,0x00,0x64,0xd0,0xfe,0x05,0x02,0x00
5718 # CHECK: v_cmp_gt_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x64,0xd0,0x02,0x04,0x02,0x00]
5719 0x0a,0x00,0x64,0xd0,0x02,0x04,0x02,0x00
5721 # CHECK: v_cmp_gt_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x64,0xd0,0x04,0x04,0x02,0x00]
5722 0x0a,0x00,0x64,0xd0,0x04,0x04,0x02,0x00
5724 # CHECK: v_cmp_gt_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x64,0xd0,0x64,0x04,0x02,0x00]
5725 0x0a,0x00,0x64,0xd0,0x64,0x04,0x02,0x00
5727 # CHECK: v_cmp_gt_f64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0x64,0xd0,0x66,0x04,0x02,0x00]
5728 0x0a,0x00,0x64,0xd0,0x66,0x04,0x02,0x00
5730 # CHECK: v_cmp_gt_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x64,0xd0,0x6a,0x04,0x02,0x00]
5731 0x0a,0x00,0x64,0xd0,0x6a,0x04,0x02,0x00
5733 # CHECK: v_cmp_gt_f64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0x64,0xd0,0x6c,0x04,0x02,0x00]
5734 0x0a,0x00,0x64,0xd0,0x6c,0x04,0x02,0x00
5736 # CHECK: v_cmp_gt_f64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0x64,0xd0,0x6e,0x04,0x02,0x00]
5737 0x0a,0x00,0x64,0xd0,0x6e,0x04,0x02,0x00
5739 # CHECK: v_cmp_gt_f64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0x64,0xd0,0x7a,0x04,0x02,0x00]
5740 0x0a,0x00,0x64,0xd0,0x7a,0x04,0x02,0x00
5742 # CHECK: v_cmp_gt_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x64,0xd0,0x7e,0x04,0x02,0x00]
5743 0x0a,0x00,0x64,0xd0,0x7e,0x04,0x02,0x00
5745 # CHECK: v_cmp_gt_f64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0x64,0xd0,0x80,0x04,0x02,0x00]
5746 0x0a,0x00,0x64,0xd0,0x80,0x04,0x02,0x00
5748 # CHECK: v_cmp_gt_f64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0x64,0xd0,0xc1,0x04,0x02,0x00]
5749 0x0a,0x00,0x64,0xd0,0xc1,0x04,0x02,0x00
5751 # CHECK: v_cmp_gt_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x64,0xd0,0xf0,0x04,0x02,0x00]
5752 0x0a,0x00,0x64,0xd0,0xf0,0x04,0x02,0x00
5754 # CHECK: v_cmp_gt_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x64,0xd0,0xf7,0x04,0x02,0x00]
5755 0x0a,0x00,0x64,0xd0,0xf7,0x04,0x02,0x00
5757 # CHECK: v_cmp_gt_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x64,0xd0,0x01,0xfd,0x03,0x00]
5758 0x0a,0x00,0x64,0xd0,0x01,0xfd,0x03,0x00
5760 # CHECK: v_cmp_gt_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x64,0xd0,0x01,0x09,0x00,0x00]
5761 0x0a,0x00,0x64,0xd0,0x01,0x09,0x00,0x00
5763 # CHECK: v_cmp_gt_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x64,0xd0,0x01,0x0d,0x00,0x00]
5764 0x0a,0x00,0x64,0xd0,0x01,0x0d,0x00,0x00
5766 # CHECK: v_cmp_gt_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x64,0xd0,0x01,0xc9,0x00,0x00]
5767 0x0a,0x00,0x64,0xd0,0x01,0xc9,0x00,0x00
5769 # CHECK: v_cmp_gt_f64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0x64,0xd0,0x01,0xcd,0x00,0x00]
5770 0x0a,0x00,0x64,0xd0,0x01,0xcd,0x00,0x00
5772 # CHECK: v_cmp_gt_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x64,0xd0,0x01,0xd5,0x00,0x00]
5773 0x0a,0x00,0x64,0xd0,0x01,0xd5,0x00,0x00
5775 # CHECK: v_cmp_gt_f64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0x64,0xd0,0x01,0xd9,0x00,0x00]
5776 0x0a,0x00,0x64,0xd0,0x01,0xd9,0x00,0x00
5778 # CHECK: v_cmp_gt_f64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0x64,0xd0,0x01,0xdd,0x00,0x00]
5779 0x0a,0x00,0x64,0xd0,0x01,0xdd,0x00,0x00
5781 # CHECK: v_cmp_gt_f64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0x64,0xd0,0x01,0xf5,0x00,0x00]
5782 0x0a,0x00,0x64,0xd0,0x01,0xf5,0x00,0x00
5784 # CHECK: v_cmp_gt_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x64,0xd0,0x01,0xfd,0x00,0x00]
5785 0x0a,0x00,0x64,0xd0,0x01,0xfd,0x00,0x00
5787 # CHECK: v_cmp_gt_f64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0x64,0xd0,0x01,0x01,0x01,0x00]
5788 0x0a,0x00,0x64,0xd0,0x01,0x01,0x01,0x00
5790 # CHECK: v_cmp_gt_f64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0x64,0xd0,0x01,0x83,0x01,0x00]
5791 0x0a,0x00,0x64,0xd0,0x01,0x83,0x01,0x00
5793 # CHECK: v_cmp_gt_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x64,0xd0,0x01,0xe1,0x01,0x00]
5794 0x0a,0x00,0x64,0xd0,0x01,0xe1,0x01,0x00
5796 # CHECK: v_cmp_gt_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x64,0xd0,0x01,0xef,0x01,0x00]
5797 0x0a,0x00,0x64,0xd0,0x01,0xef,0x01,0x00
5799 # CHECK: v_cmp_gt_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x64,0xd0,0x01,0x05,0x02,0x20]
5800 0x0a,0x00,0x64,0xd0,0x01,0x05,0x02,0x20
5802 # CHECK: v_cmp_gt_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x64,0xd0,0x01,0x05,0x02,0x40]
5803 0x0a,0x00,0x64,0xd0,0x01,0x05,0x02,0x40
5805 # CHECK: v_cmp_gt_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x64,0xd0,0x01,0x05,0x02,0x60]
5806 0x0a,0x00,0x64,0xd0,0x01,0x05,0x02,0x60
5808 # CHECK: v_cmp_gt_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x64,0xd0,0x01,0x05,0x02,0x00]
5809 0x0a,0x80,0x64,0xd0,0x01,0x05,0x02,0x00
5811 # CHECK: v_cmp_lg_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x65,0xd0,0x01,0x05,0x02,0x00]
5812 0x0a,0x00,0x65,0xd0,0x01,0x05,0x02,0x00
5814 # CHECK: v_cmp_lg_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x65,0xd0,0x01,0x05,0x02,0x00]
5815 0x0c,0x00,0x65,0xd0,0x01,0x05,0x02,0x00
5817 # CHECK: v_cmp_lg_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x65,0xd0,0x01,0x05,0x02,0x00]
5818 0x64,0x00,0x65,0xd0,0x01,0x05,0x02,0x00
5820 # CHECK: v_cmp_lg_f64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0x65,0xd0,0x01,0x05,0x02,0x00]
5821 0x66,0x00,0x65,0xd0,0x01,0x05,0x02,0x00
5823 # CHECK: v_cmp_lg_f64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x65,0xd0,0x01,0x05,0x02,0x00]
5824 0x6a,0x00,0x65,0xd0,0x01,0x05,0x02,0x00
5826 # CHECK: v_cmp_lg_f64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0x65,0xd0,0x01,0x05,0x02,0x00]
5827 0x6c,0x00,0x65,0xd0,0x01,0x05,0x02,0x00
5829 # CHECK: v_cmp_lg_f64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0x65,0xd0,0x01,0x05,0x02,0x00]
5830 0x6e,0x00,0x65,0xd0,0x01,0x05,0x02,0x00
5832 # CHECK: v_cmp_lg_f64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0x65,0xd0,0x01,0x05,0x02,0x00]
5833 0x7a,0x00,0x65,0xd0,0x01,0x05,0x02,0x00
5835 # CHECK: v_cmp_lg_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x65,0xd0,0xfe,0x05,0x02,0x00]
5836 0x0a,0x00,0x65,0xd0,0xfe,0x05,0x02,0x00
5838 # CHECK: v_cmp_lg_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x65,0xd0,0x02,0x04,0x02,0x00]
5839 0x0a,0x00,0x65,0xd0,0x02,0x04,0x02,0x00
5841 # CHECK: v_cmp_lg_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x65,0xd0,0x04,0x04,0x02,0x00]
5842 0x0a,0x00,0x65,0xd0,0x04,0x04,0x02,0x00
5844 # CHECK: v_cmp_lg_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x65,0xd0,0x64,0x04,0x02,0x00]
5845 0x0a,0x00,0x65,0xd0,0x64,0x04,0x02,0x00
5847 # CHECK: v_cmp_lg_f64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0x65,0xd0,0x66,0x04,0x02,0x00]
5848 0x0a,0x00,0x65,0xd0,0x66,0x04,0x02,0x00
5850 # CHECK: v_cmp_lg_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x65,0xd0,0x6a,0x04,0x02,0x00]
5851 0x0a,0x00,0x65,0xd0,0x6a,0x04,0x02,0x00
5853 # CHECK: v_cmp_lg_f64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0x65,0xd0,0x6c,0x04,0x02,0x00]
5854 0x0a,0x00,0x65,0xd0,0x6c,0x04,0x02,0x00
5856 # CHECK: v_cmp_lg_f64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0x65,0xd0,0x6e,0x04,0x02,0x00]
5857 0x0a,0x00,0x65,0xd0,0x6e,0x04,0x02,0x00
5859 # CHECK: v_cmp_lg_f64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0x65,0xd0,0x7a,0x04,0x02,0x00]
5860 0x0a,0x00,0x65,0xd0,0x7a,0x04,0x02,0x00
5862 # CHECK: v_cmp_lg_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x65,0xd0,0x7e,0x04,0x02,0x00]
5863 0x0a,0x00,0x65,0xd0,0x7e,0x04,0x02,0x00
5865 # CHECK: v_cmp_lg_f64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0x65,0xd0,0x80,0x04,0x02,0x00]
5866 0x0a,0x00,0x65,0xd0,0x80,0x04,0x02,0x00
5868 # CHECK: v_cmp_lg_f64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0x65,0xd0,0xc1,0x04,0x02,0x00]
5869 0x0a,0x00,0x65,0xd0,0xc1,0x04,0x02,0x00
5871 # CHECK: v_cmp_lg_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x65,0xd0,0xf0,0x04,0x02,0x00]
5872 0x0a,0x00,0x65,0xd0,0xf0,0x04,0x02,0x00
5874 # CHECK: v_cmp_lg_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x65,0xd0,0xf7,0x04,0x02,0x00]
5875 0x0a,0x00,0x65,0xd0,0xf7,0x04,0x02,0x00
5877 # CHECK: v_cmp_lg_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x65,0xd0,0x01,0xfd,0x03,0x00]
5878 0x0a,0x00,0x65,0xd0,0x01,0xfd,0x03,0x00
5880 # CHECK: v_cmp_lg_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x65,0xd0,0x01,0x09,0x00,0x00]
5881 0x0a,0x00,0x65,0xd0,0x01,0x09,0x00,0x00
5883 # CHECK: v_cmp_lg_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x65,0xd0,0x01,0x0d,0x00,0x00]
5884 0x0a,0x00,0x65,0xd0,0x01,0x0d,0x00,0x00
5886 # CHECK: v_cmp_lg_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x65,0xd0,0x01,0xc9,0x00,0x00]
5887 0x0a,0x00,0x65,0xd0,0x01,0xc9,0x00,0x00
5889 # CHECK: v_cmp_lg_f64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0x65,0xd0,0x01,0xcd,0x00,0x00]
5890 0x0a,0x00,0x65,0xd0,0x01,0xcd,0x00,0x00
5892 # CHECK: v_cmp_lg_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x65,0xd0,0x01,0xd5,0x00,0x00]
5893 0x0a,0x00,0x65,0xd0,0x01,0xd5,0x00,0x00
5895 # CHECK: v_cmp_lg_f64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0x65,0xd0,0x01,0xd9,0x00,0x00]
5896 0x0a,0x00,0x65,0xd0,0x01,0xd9,0x00,0x00
5898 # CHECK: v_cmp_lg_f64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0x65,0xd0,0x01,0xdd,0x00,0x00]
5899 0x0a,0x00,0x65,0xd0,0x01,0xdd,0x00,0x00
5901 # CHECK: v_cmp_lg_f64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0x65,0xd0,0x01,0xf5,0x00,0x00]
5902 0x0a,0x00,0x65,0xd0,0x01,0xf5,0x00,0x00
5904 # CHECK: v_cmp_lg_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x65,0xd0,0x01,0xfd,0x00,0x00]
5905 0x0a,0x00,0x65,0xd0,0x01,0xfd,0x00,0x00
5907 # CHECK: v_cmp_lg_f64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0x65,0xd0,0x01,0x01,0x01,0x00]
5908 0x0a,0x00,0x65,0xd0,0x01,0x01,0x01,0x00
5910 # CHECK: v_cmp_lg_f64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0x65,0xd0,0x01,0x83,0x01,0x00]
5911 0x0a,0x00,0x65,0xd0,0x01,0x83,0x01,0x00
5913 # CHECK: v_cmp_lg_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x65,0xd0,0x01,0xe1,0x01,0x00]
5914 0x0a,0x00,0x65,0xd0,0x01,0xe1,0x01,0x00
5916 # CHECK: v_cmp_lg_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x65,0xd0,0x01,0xef,0x01,0x00]
5917 0x0a,0x00,0x65,0xd0,0x01,0xef,0x01,0x00
5919 # CHECK: v_cmp_lg_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x65,0xd0,0x01,0x05,0x02,0x20]
5920 0x0a,0x00,0x65,0xd0,0x01,0x05,0x02,0x20
5922 # CHECK: v_cmp_lg_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x65,0xd0,0x01,0x05,0x02,0x40]
5923 0x0a,0x00,0x65,0xd0,0x01,0x05,0x02,0x40
5925 # CHECK: v_cmp_lg_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x65,0xd0,0x01,0x05,0x02,0x60]
5926 0x0a,0x00,0x65,0xd0,0x01,0x05,0x02,0x60
5928 # CHECK: v_cmp_lg_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x65,0xd0,0x01,0x05,0x02,0x00]
5929 0x0a,0x80,0x65,0xd0,0x01,0x05,0x02,0x00
5931 # CHECK: v_cmp_ge_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x66,0xd0,0x01,0x05,0x02,0x00]
5932 0x0a,0x00,0x66,0xd0,0x01,0x05,0x02,0x00
5934 # CHECK: v_cmp_ge_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x66,0xd0,0x01,0x05,0x02,0x00]
5935 0x0c,0x00,0x66,0xd0,0x01,0x05,0x02,0x00
5937 # CHECK: v_cmp_ge_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x66,0xd0,0x01,0x05,0x02,0x00]
5938 0x64,0x00,0x66,0xd0,0x01,0x05,0x02,0x00
5940 # CHECK: v_cmp_ge_f64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0x66,0xd0,0x01,0x05,0x02,0x00]
5941 0x66,0x00,0x66,0xd0,0x01,0x05,0x02,0x00
5943 # CHECK: v_cmp_ge_f64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x66,0xd0,0x01,0x05,0x02,0x00]
5944 0x6a,0x00,0x66,0xd0,0x01,0x05,0x02,0x00
5946 # CHECK: v_cmp_ge_f64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0x66,0xd0,0x01,0x05,0x02,0x00]
5947 0x6c,0x00,0x66,0xd0,0x01,0x05,0x02,0x00
5949 # CHECK: v_cmp_ge_f64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0x66,0xd0,0x01,0x05,0x02,0x00]
5950 0x6e,0x00,0x66,0xd0,0x01,0x05,0x02,0x00
5952 # CHECK: v_cmp_ge_f64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0x66,0xd0,0x01,0x05,0x02,0x00]
5953 0x7a,0x00,0x66,0xd0,0x01,0x05,0x02,0x00
5955 # CHECK: v_cmp_ge_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x66,0xd0,0xfe,0x05,0x02,0x00]
5956 0x0a,0x00,0x66,0xd0,0xfe,0x05,0x02,0x00
5958 # CHECK: v_cmp_ge_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x66,0xd0,0x02,0x04,0x02,0x00]
5959 0x0a,0x00,0x66,0xd0,0x02,0x04,0x02,0x00
5961 # CHECK: v_cmp_ge_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x66,0xd0,0x04,0x04,0x02,0x00]
5962 0x0a,0x00,0x66,0xd0,0x04,0x04,0x02,0x00
5964 # CHECK: v_cmp_ge_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x66,0xd0,0x64,0x04,0x02,0x00]
5965 0x0a,0x00,0x66,0xd0,0x64,0x04,0x02,0x00
5967 # CHECK: v_cmp_ge_f64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0x66,0xd0,0x66,0x04,0x02,0x00]
5968 0x0a,0x00,0x66,0xd0,0x66,0x04,0x02,0x00
5970 # CHECK: v_cmp_ge_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x66,0xd0,0x6a,0x04,0x02,0x00]
5971 0x0a,0x00,0x66,0xd0,0x6a,0x04,0x02,0x00
5973 # CHECK: v_cmp_ge_f64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0x66,0xd0,0x6c,0x04,0x02,0x00]
5974 0x0a,0x00,0x66,0xd0,0x6c,0x04,0x02,0x00
5976 # CHECK: v_cmp_ge_f64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0x66,0xd0,0x6e,0x04,0x02,0x00]
5977 0x0a,0x00,0x66,0xd0,0x6e,0x04,0x02,0x00
5979 # CHECK: v_cmp_ge_f64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0x66,0xd0,0x7a,0x04,0x02,0x00]
5980 0x0a,0x00,0x66,0xd0,0x7a,0x04,0x02,0x00
5982 # CHECK: v_cmp_ge_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x66,0xd0,0x7e,0x04,0x02,0x00]
5983 0x0a,0x00,0x66,0xd0,0x7e,0x04,0x02,0x00
5985 # CHECK: v_cmp_ge_f64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0x66,0xd0,0x80,0x04,0x02,0x00]
5986 0x0a,0x00,0x66,0xd0,0x80,0x04,0x02,0x00
5988 # CHECK: v_cmp_ge_f64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0x66,0xd0,0xc1,0x04,0x02,0x00]
5989 0x0a,0x00,0x66,0xd0,0xc1,0x04,0x02,0x00
5991 # CHECK: v_cmp_ge_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x66,0xd0,0xf0,0x04,0x02,0x00]
5992 0x0a,0x00,0x66,0xd0,0xf0,0x04,0x02,0x00
5994 # CHECK: v_cmp_ge_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x66,0xd0,0xf7,0x04,0x02,0x00]
5995 0x0a,0x00,0x66,0xd0,0xf7,0x04,0x02,0x00
5997 # CHECK: v_cmp_ge_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x66,0xd0,0x01,0xfd,0x03,0x00]
5998 0x0a,0x00,0x66,0xd0,0x01,0xfd,0x03,0x00
6000 # CHECK: v_cmp_ge_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x66,0xd0,0x01,0x09,0x00,0x00]
6001 0x0a,0x00,0x66,0xd0,0x01,0x09,0x00,0x00
6003 # CHECK: v_cmp_ge_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x66,0xd0,0x01,0x0d,0x00,0x00]
6004 0x0a,0x00,0x66,0xd0,0x01,0x0d,0x00,0x00
6006 # CHECK: v_cmp_ge_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x66,0xd0,0x01,0xc9,0x00,0x00]
6007 0x0a,0x00,0x66,0xd0,0x01,0xc9,0x00,0x00
6009 # CHECK: v_cmp_ge_f64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0x66,0xd0,0x01,0xcd,0x00,0x00]
6010 0x0a,0x00,0x66,0xd0,0x01,0xcd,0x00,0x00
6012 # CHECK: v_cmp_ge_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x66,0xd0,0x01,0xd5,0x00,0x00]
6013 0x0a,0x00,0x66,0xd0,0x01,0xd5,0x00,0x00
6015 # CHECK: v_cmp_ge_f64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0x66,0xd0,0x01,0xd9,0x00,0x00]
6016 0x0a,0x00,0x66,0xd0,0x01,0xd9,0x00,0x00
6018 # CHECK: v_cmp_ge_f64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0x66,0xd0,0x01,0xdd,0x00,0x00]
6019 0x0a,0x00,0x66,0xd0,0x01,0xdd,0x00,0x00
6021 # CHECK: v_cmp_ge_f64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0x66,0xd0,0x01,0xf5,0x00,0x00]
6022 0x0a,0x00,0x66,0xd0,0x01,0xf5,0x00,0x00
6024 # CHECK: v_cmp_ge_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x66,0xd0,0x01,0xfd,0x00,0x00]
6025 0x0a,0x00,0x66,0xd0,0x01,0xfd,0x00,0x00
6027 # CHECK: v_cmp_ge_f64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0x66,0xd0,0x01,0x01,0x01,0x00]
6028 0x0a,0x00,0x66,0xd0,0x01,0x01,0x01,0x00
6030 # CHECK: v_cmp_ge_f64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0x66,0xd0,0x01,0x83,0x01,0x00]
6031 0x0a,0x00,0x66,0xd0,0x01,0x83,0x01,0x00
6033 # CHECK: v_cmp_ge_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x66,0xd0,0x01,0xe1,0x01,0x00]
6034 0x0a,0x00,0x66,0xd0,0x01,0xe1,0x01,0x00
6036 # CHECK: v_cmp_ge_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x66,0xd0,0x01,0xef,0x01,0x00]
6037 0x0a,0x00,0x66,0xd0,0x01,0xef,0x01,0x00
6039 # CHECK: v_cmp_ge_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x66,0xd0,0x01,0x05,0x02,0x20]
6040 0x0a,0x00,0x66,0xd0,0x01,0x05,0x02,0x20
6042 # CHECK: v_cmp_ge_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x66,0xd0,0x01,0x05,0x02,0x40]
6043 0x0a,0x00,0x66,0xd0,0x01,0x05,0x02,0x40
6045 # CHECK: v_cmp_ge_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x66,0xd0,0x01,0x05,0x02,0x60]
6046 0x0a,0x00,0x66,0xd0,0x01,0x05,0x02,0x60
6048 # CHECK: v_cmp_ge_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x66,0xd0,0x01,0x05,0x02,0x00]
6049 0x0a,0x80,0x66,0xd0,0x01,0x05,0x02,0x00
6051 # CHECK: v_cmp_o_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x67,0xd0,0x01,0x05,0x02,0x00]
6052 0x0a,0x00,0x67,0xd0,0x01,0x05,0x02,0x00
6054 # CHECK: v_cmp_o_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x67,0xd0,0x01,0x05,0x02,0x00]
6055 0x0c,0x00,0x67,0xd0,0x01,0x05,0x02,0x00
6057 # CHECK: v_cmp_o_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x67,0xd0,0x01,0x05,0x02,0x00]
6058 0x64,0x00,0x67,0xd0,0x01,0x05,0x02,0x00
6060 # CHECK: v_cmp_o_f64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0x67,0xd0,0x01,0x05,0x02,0x00]
6061 0x66,0x00,0x67,0xd0,0x01,0x05,0x02,0x00
6063 # CHECK: v_cmp_o_f64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x67,0xd0,0x01,0x05,0x02,0x00]
6064 0x6a,0x00,0x67,0xd0,0x01,0x05,0x02,0x00
6066 # CHECK: v_cmp_o_f64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0x67,0xd0,0x01,0x05,0x02,0x00]
6067 0x6c,0x00,0x67,0xd0,0x01,0x05,0x02,0x00
6069 # CHECK: v_cmp_o_f64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0x67,0xd0,0x01,0x05,0x02,0x00]
6070 0x6e,0x00,0x67,0xd0,0x01,0x05,0x02,0x00
6072 # CHECK: v_cmp_o_f64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0x67,0xd0,0x01,0x05,0x02,0x00]
6073 0x7a,0x00,0x67,0xd0,0x01,0x05,0x02,0x00
6075 # CHECK: v_cmp_o_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x67,0xd0,0xfe,0x05,0x02,0x00]
6076 0x0a,0x00,0x67,0xd0,0xfe,0x05,0x02,0x00
6078 # CHECK: v_cmp_o_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x67,0xd0,0x02,0x04,0x02,0x00]
6079 0x0a,0x00,0x67,0xd0,0x02,0x04,0x02,0x00
6081 # CHECK: v_cmp_o_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x67,0xd0,0x04,0x04,0x02,0x00]
6082 0x0a,0x00,0x67,0xd0,0x04,0x04,0x02,0x00
6084 # CHECK: v_cmp_o_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x67,0xd0,0x64,0x04,0x02,0x00]
6085 0x0a,0x00,0x67,0xd0,0x64,0x04,0x02,0x00
6087 # CHECK: v_cmp_o_f64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0x67,0xd0,0x66,0x04,0x02,0x00]
6088 0x0a,0x00,0x67,0xd0,0x66,0x04,0x02,0x00
6090 # CHECK: v_cmp_o_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x67,0xd0,0x6a,0x04,0x02,0x00]
6091 0x0a,0x00,0x67,0xd0,0x6a,0x04,0x02,0x00
6093 # CHECK: v_cmp_o_f64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0x67,0xd0,0x6c,0x04,0x02,0x00]
6094 0x0a,0x00,0x67,0xd0,0x6c,0x04,0x02,0x00
6096 # CHECK: v_cmp_o_f64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0x67,0xd0,0x6e,0x04,0x02,0x00]
6097 0x0a,0x00,0x67,0xd0,0x6e,0x04,0x02,0x00
6099 # CHECK: v_cmp_o_f64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0x67,0xd0,0x7a,0x04,0x02,0x00]
6100 0x0a,0x00,0x67,0xd0,0x7a,0x04,0x02,0x00
6102 # CHECK: v_cmp_o_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x67,0xd0,0x7e,0x04,0x02,0x00]
6103 0x0a,0x00,0x67,0xd0,0x7e,0x04,0x02,0x00
6105 # CHECK: v_cmp_o_f64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0x67,0xd0,0x80,0x04,0x02,0x00]
6106 0x0a,0x00,0x67,0xd0,0x80,0x04,0x02,0x00
6108 # CHECK: v_cmp_o_f64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0x67,0xd0,0xc1,0x04,0x02,0x00]
6109 0x0a,0x00,0x67,0xd0,0xc1,0x04,0x02,0x00
6111 # CHECK: v_cmp_o_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x67,0xd0,0xf0,0x04,0x02,0x00]
6112 0x0a,0x00,0x67,0xd0,0xf0,0x04,0x02,0x00
6114 # CHECK: v_cmp_o_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x67,0xd0,0xf7,0x04,0x02,0x00]
6115 0x0a,0x00,0x67,0xd0,0xf7,0x04,0x02,0x00
6117 # CHECK: v_cmp_o_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x67,0xd0,0x01,0xfd,0x03,0x00]
6118 0x0a,0x00,0x67,0xd0,0x01,0xfd,0x03,0x00
6120 # CHECK: v_cmp_o_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x67,0xd0,0x01,0x09,0x00,0x00]
6121 0x0a,0x00,0x67,0xd0,0x01,0x09,0x00,0x00
6123 # CHECK: v_cmp_o_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x67,0xd0,0x01,0x0d,0x00,0x00]
6124 0x0a,0x00,0x67,0xd0,0x01,0x0d,0x00,0x00
6126 # CHECK: v_cmp_o_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x67,0xd0,0x01,0xc9,0x00,0x00]
6127 0x0a,0x00,0x67,0xd0,0x01,0xc9,0x00,0x00
6129 # CHECK: v_cmp_o_f64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0x67,0xd0,0x01,0xcd,0x00,0x00]
6130 0x0a,0x00,0x67,0xd0,0x01,0xcd,0x00,0x00
6132 # CHECK: v_cmp_o_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x67,0xd0,0x01,0xd5,0x00,0x00]
6133 0x0a,0x00,0x67,0xd0,0x01,0xd5,0x00,0x00
6135 # CHECK: v_cmp_o_f64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0x67,0xd0,0x01,0xd9,0x00,0x00]
6136 0x0a,0x00,0x67,0xd0,0x01,0xd9,0x00,0x00
6138 # CHECK: v_cmp_o_f64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0x67,0xd0,0x01,0xdd,0x00,0x00]
6139 0x0a,0x00,0x67,0xd0,0x01,0xdd,0x00,0x00
6141 # CHECK: v_cmp_o_f64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0x67,0xd0,0x01,0xf5,0x00,0x00]
6142 0x0a,0x00,0x67,0xd0,0x01,0xf5,0x00,0x00
6144 # CHECK: v_cmp_o_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x67,0xd0,0x01,0xfd,0x00,0x00]
6145 0x0a,0x00,0x67,0xd0,0x01,0xfd,0x00,0x00
6147 # CHECK: v_cmp_o_f64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0x67,0xd0,0x01,0x01,0x01,0x00]
6148 0x0a,0x00,0x67,0xd0,0x01,0x01,0x01,0x00
6150 # CHECK: v_cmp_o_f64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0x67,0xd0,0x01,0x83,0x01,0x00]
6151 0x0a,0x00,0x67,0xd0,0x01,0x83,0x01,0x00
6153 # CHECK: v_cmp_o_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x67,0xd0,0x01,0xe1,0x01,0x00]
6154 0x0a,0x00,0x67,0xd0,0x01,0xe1,0x01,0x00
6156 # CHECK: v_cmp_o_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x67,0xd0,0x01,0xef,0x01,0x00]
6157 0x0a,0x00,0x67,0xd0,0x01,0xef,0x01,0x00
6159 # CHECK: v_cmp_o_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x67,0xd0,0x01,0x05,0x02,0x20]
6160 0x0a,0x00,0x67,0xd0,0x01,0x05,0x02,0x20
6162 # CHECK: v_cmp_o_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x67,0xd0,0x01,0x05,0x02,0x40]
6163 0x0a,0x00,0x67,0xd0,0x01,0x05,0x02,0x40
6165 # CHECK: v_cmp_o_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x67,0xd0,0x01,0x05,0x02,0x60]
6166 0x0a,0x00,0x67,0xd0,0x01,0x05,0x02,0x60
6168 # CHECK: v_cmp_o_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x67,0xd0,0x01,0x05,0x02,0x00]
6169 0x0a,0x80,0x67,0xd0,0x01,0x05,0x02,0x00
6171 # CHECK: v_cmp_u_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x68,0xd0,0x01,0x05,0x02,0x00]
6172 0x0a,0x00,0x68,0xd0,0x01,0x05,0x02,0x00
6174 # CHECK: v_cmp_u_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x68,0xd0,0x01,0x05,0x02,0x00]
6175 0x0c,0x00,0x68,0xd0,0x01,0x05,0x02,0x00
6177 # CHECK: v_cmp_u_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x68,0xd0,0x01,0x05,0x02,0x00]
6178 0x64,0x00,0x68,0xd0,0x01,0x05,0x02,0x00
6180 # CHECK: v_cmp_u_f64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0x68,0xd0,0x01,0x05,0x02,0x00]
6181 0x66,0x00,0x68,0xd0,0x01,0x05,0x02,0x00
6183 # CHECK: v_cmp_u_f64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x68,0xd0,0x01,0x05,0x02,0x00]
6184 0x6a,0x00,0x68,0xd0,0x01,0x05,0x02,0x00
6186 # CHECK: v_cmp_u_f64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0x68,0xd0,0x01,0x05,0x02,0x00]
6187 0x6c,0x00,0x68,0xd0,0x01,0x05,0x02,0x00
6189 # CHECK: v_cmp_u_f64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0x68,0xd0,0x01,0x05,0x02,0x00]
6190 0x6e,0x00,0x68,0xd0,0x01,0x05,0x02,0x00
6192 # CHECK: v_cmp_u_f64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0x68,0xd0,0x01,0x05,0x02,0x00]
6193 0x7a,0x00,0x68,0xd0,0x01,0x05,0x02,0x00
6195 # CHECK: v_cmp_u_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x68,0xd0,0xfe,0x05,0x02,0x00]
6196 0x0a,0x00,0x68,0xd0,0xfe,0x05,0x02,0x00
6198 # CHECK: v_cmp_u_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x68,0xd0,0x02,0x04,0x02,0x00]
6199 0x0a,0x00,0x68,0xd0,0x02,0x04,0x02,0x00
6201 # CHECK: v_cmp_u_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x68,0xd0,0x04,0x04,0x02,0x00]
6202 0x0a,0x00,0x68,0xd0,0x04,0x04,0x02,0x00
6204 # CHECK: v_cmp_u_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x68,0xd0,0x64,0x04,0x02,0x00]
6205 0x0a,0x00,0x68,0xd0,0x64,0x04,0x02,0x00
6207 # CHECK: v_cmp_u_f64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0x68,0xd0,0x66,0x04,0x02,0x00]
6208 0x0a,0x00,0x68,0xd0,0x66,0x04,0x02,0x00
6210 # CHECK: v_cmp_u_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x68,0xd0,0x6a,0x04,0x02,0x00]
6211 0x0a,0x00,0x68,0xd0,0x6a,0x04,0x02,0x00
6213 # CHECK: v_cmp_u_f64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0x68,0xd0,0x6c,0x04,0x02,0x00]
6214 0x0a,0x00,0x68,0xd0,0x6c,0x04,0x02,0x00
6216 # CHECK: v_cmp_u_f64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0x68,0xd0,0x6e,0x04,0x02,0x00]
6217 0x0a,0x00,0x68,0xd0,0x6e,0x04,0x02,0x00
6219 # CHECK: v_cmp_u_f64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0x68,0xd0,0x7a,0x04,0x02,0x00]
6220 0x0a,0x00,0x68,0xd0,0x7a,0x04,0x02,0x00
6222 # CHECK: v_cmp_u_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x68,0xd0,0x7e,0x04,0x02,0x00]
6223 0x0a,0x00,0x68,0xd0,0x7e,0x04,0x02,0x00
6225 # CHECK: v_cmp_u_f64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0x68,0xd0,0x80,0x04,0x02,0x00]
6226 0x0a,0x00,0x68,0xd0,0x80,0x04,0x02,0x00
6228 # CHECK: v_cmp_u_f64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0x68,0xd0,0xc1,0x04,0x02,0x00]
6229 0x0a,0x00,0x68,0xd0,0xc1,0x04,0x02,0x00
6231 # CHECK: v_cmp_u_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x68,0xd0,0xf0,0x04,0x02,0x00]
6232 0x0a,0x00,0x68,0xd0,0xf0,0x04,0x02,0x00
6234 # CHECK: v_cmp_u_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x68,0xd0,0xf7,0x04,0x02,0x00]
6235 0x0a,0x00,0x68,0xd0,0xf7,0x04,0x02,0x00
6237 # CHECK: v_cmp_u_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x68,0xd0,0x01,0xfd,0x03,0x00]
6238 0x0a,0x00,0x68,0xd0,0x01,0xfd,0x03,0x00
6240 # CHECK: v_cmp_u_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x68,0xd0,0x01,0x09,0x00,0x00]
6241 0x0a,0x00,0x68,0xd0,0x01,0x09,0x00,0x00
6243 # CHECK: v_cmp_u_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x68,0xd0,0x01,0x0d,0x00,0x00]
6244 0x0a,0x00,0x68,0xd0,0x01,0x0d,0x00,0x00
6246 # CHECK: v_cmp_u_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x68,0xd0,0x01,0xc9,0x00,0x00]
6247 0x0a,0x00,0x68,0xd0,0x01,0xc9,0x00,0x00
6249 # CHECK: v_cmp_u_f64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0x68,0xd0,0x01,0xcd,0x00,0x00]
6250 0x0a,0x00,0x68,0xd0,0x01,0xcd,0x00,0x00
6252 # CHECK: v_cmp_u_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x68,0xd0,0x01,0xd5,0x00,0x00]
6253 0x0a,0x00,0x68,0xd0,0x01,0xd5,0x00,0x00
6255 # CHECK: v_cmp_u_f64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0x68,0xd0,0x01,0xd9,0x00,0x00]
6256 0x0a,0x00,0x68,0xd0,0x01,0xd9,0x00,0x00
6258 # CHECK: v_cmp_u_f64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0x68,0xd0,0x01,0xdd,0x00,0x00]
6259 0x0a,0x00,0x68,0xd0,0x01,0xdd,0x00,0x00
6261 # CHECK: v_cmp_u_f64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0x68,0xd0,0x01,0xf5,0x00,0x00]
6262 0x0a,0x00,0x68,0xd0,0x01,0xf5,0x00,0x00
6264 # CHECK: v_cmp_u_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x68,0xd0,0x01,0xfd,0x00,0x00]
6265 0x0a,0x00,0x68,0xd0,0x01,0xfd,0x00,0x00
6267 # CHECK: v_cmp_u_f64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0x68,0xd0,0x01,0x01,0x01,0x00]
6268 0x0a,0x00,0x68,0xd0,0x01,0x01,0x01,0x00
6270 # CHECK: v_cmp_u_f64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0x68,0xd0,0x01,0x83,0x01,0x00]
6271 0x0a,0x00,0x68,0xd0,0x01,0x83,0x01,0x00
6273 # CHECK: v_cmp_u_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x68,0xd0,0x01,0xe1,0x01,0x00]
6274 0x0a,0x00,0x68,0xd0,0x01,0xe1,0x01,0x00
6276 # CHECK: v_cmp_u_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x68,0xd0,0x01,0xef,0x01,0x00]
6277 0x0a,0x00,0x68,0xd0,0x01,0xef,0x01,0x00
6279 # CHECK: v_cmp_u_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x68,0xd0,0x01,0x05,0x02,0x20]
6280 0x0a,0x00,0x68,0xd0,0x01,0x05,0x02,0x20
6282 # CHECK: v_cmp_u_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x68,0xd0,0x01,0x05,0x02,0x40]
6283 0x0a,0x00,0x68,0xd0,0x01,0x05,0x02,0x40
6285 # CHECK: v_cmp_u_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x68,0xd0,0x01,0x05,0x02,0x60]
6286 0x0a,0x00,0x68,0xd0,0x01,0x05,0x02,0x60
6288 # CHECK: v_cmp_u_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x68,0xd0,0x01,0x05,0x02,0x00]
6289 0x0a,0x80,0x68,0xd0,0x01,0x05,0x02,0x00
6291 # CHECK: v_cmp_nge_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x69,0xd0,0x01,0x05,0x02,0x00]
6292 0x0a,0x00,0x69,0xd0,0x01,0x05,0x02,0x00
6294 # CHECK: v_cmp_nge_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x69,0xd0,0x01,0x05,0x02,0x00]
6295 0x0c,0x00,0x69,0xd0,0x01,0x05,0x02,0x00
6297 # CHECK: v_cmp_nge_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x69,0xd0,0x01,0x05,0x02,0x00]
6298 0x64,0x00,0x69,0xd0,0x01,0x05,0x02,0x00
6300 # CHECK: v_cmp_nge_f64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0x69,0xd0,0x01,0x05,0x02,0x00]
6301 0x66,0x00,0x69,0xd0,0x01,0x05,0x02,0x00
6303 # CHECK: v_cmp_nge_f64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x69,0xd0,0x01,0x05,0x02,0x00]
6304 0x6a,0x00,0x69,0xd0,0x01,0x05,0x02,0x00
6306 # CHECK: v_cmp_nge_f64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0x69,0xd0,0x01,0x05,0x02,0x00]
6307 0x6c,0x00,0x69,0xd0,0x01,0x05,0x02,0x00
6309 # CHECK: v_cmp_nge_f64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0x69,0xd0,0x01,0x05,0x02,0x00]
6310 0x6e,0x00,0x69,0xd0,0x01,0x05,0x02,0x00
6312 # CHECK: v_cmp_nge_f64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0x69,0xd0,0x01,0x05,0x02,0x00]
6313 0x7a,0x00,0x69,0xd0,0x01,0x05,0x02,0x00
6315 # CHECK: v_cmp_nge_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x69,0xd0,0xfe,0x05,0x02,0x00]
6316 0x0a,0x00,0x69,0xd0,0xfe,0x05,0x02,0x00
6318 # CHECK: v_cmp_nge_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x69,0xd0,0x02,0x04,0x02,0x00]
6319 0x0a,0x00,0x69,0xd0,0x02,0x04,0x02,0x00
6321 # CHECK: v_cmp_nge_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x69,0xd0,0x04,0x04,0x02,0x00]
6322 0x0a,0x00,0x69,0xd0,0x04,0x04,0x02,0x00
6324 # CHECK: v_cmp_nge_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x69,0xd0,0x64,0x04,0x02,0x00]
6325 0x0a,0x00,0x69,0xd0,0x64,0x04,0x02,0x00
6327 # CHECK: v_cmp_nge_f64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0x69,0xd0,0x66,0x04,0x02,0x00]
6328 0x0a,0x00,0x69,0xd0,0x66,0x04,0x02,0x00
6330 # CHECK: v_cmp_nge_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x69,0xd0,0x6a,0x04,0x02,0x00]
6331 0x0a,0x00,0x69,0xd0,0x6a,0x04,0x02,0x00
6333 # CHECK: v_cmp_nge_f64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0x69,0xd0,0x6c,0x04,0x02,0x00]
6334 0x0a,0x00,0x69,0xd0,0x6c,0x04,0x02,0x00
6336 # CHECK: v_cmp_nge_f64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0x69,0xd0,0x6e,0x04,0x02,0x00]
6337 0x0a,0x00,0x69,0xd0,0x6e,0x04,0x02,0x00
6339 # CHECK: v_cmp_nge_f64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0x69,0xd0,0x7a,0x04,0x02,0x00]
6340 0x0a,0x00,0x69,0xd0,0x7a,0x04,0x02,0x00
6342 # CHECK: v_cmp_nge_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x69,0xd0,0x7e,0x04,0x02,0x00]
6343 0x0a,0x00,0x69,0xd0,0x7e,0x04,0x02,0x00
6345 # CHECK: v_cmp_nge_f64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0x69,0xd0,0x80,0x04,0x02,0x00]
6346 0x0a,0x00,0x69,0xd0,0x80,0x04,0x02,0x00
6348 # CHECK: v_cmp_nge_f64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0x69,0xd0,0xc1,0x04,0x02,0x00]
6349 0x0a,0x00,0x69,0xd0,0xc1,0x04,0x02,0x00
6351 # CHECK: v_cmp_nge_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x69,0xd0,0xf0,0x04,0x02,0x00]
6352 0x0a,0x00,0x69,0xd0,0xf0,0x04,0x02,0x00
6354 # CHECK: v_cmp_nge_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x69,0xd0,0xf7,0x04,0x02,0x00]
6355 0x0a,0x00,0x69,0xd0,0xf7,0x04,0x02,0x00
6357 # CHECK: v_cmp_nge_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x69,0xd0,0x01,0xfd,0x03,0x00]
6358 0x0a,0x00,0x69,0xd0,0x01,0xfd,0x03,0x00
6360 # CHECK: v_cmp_nge_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x69,0xd0,0x01,0x09,0x00,0x00]
6361 0x0a,0x00,0x69,0xd0,0x01,0x09,0x00,0x00
6363 # CHECK: v_cmp_nge_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x69,0xd0,0x01,0x0d,0x00,0x00]
6364 0x0a,0x00,0x69,0xd0,0x01,0x0d,0x00,0x00
6366 # CHECK: v_cmp_nge_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x69,0xd0,0x01,0xc9,0x00,0x00]
6367 0x0a,0x00,0x69,0xd0,0x01,0xc9,0x00,0x00
6369 # CHECK: v_cmp_nge_f64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0x69,0xd0,0x01,0xcd,0x00,0x00]
6370 0x0a,0x00,0x69,0xd0,0x01,0xcd,0x00,0x00
6372 # CHECK: v_cmp_nge_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x69,0xd0,0x01,0xd5,0x00,0x00]
6373 0x0a,0x00,0x69,0xd0,0x01,0xd5,0x00,0x00
6375 # CHECK: v_cmp_nge_f64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0x69,0xd0,0x01,0xd9,0x00,0x00]
6376 0x0a,0x00,0x69,0xd0,0x01,0xd9,0x00,0x00
6378 # CHECK: v_cmp_nge_f64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0x69,0xd0,0x01,0xdd,0x00,0x00]
6379 0x0a,0x00,0x69,0xd0,0x01,0xdd,0x00,0x00
6381 # CHECK: v_cmp_nge_f64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0x69,0xd0,0x01,0xf5,0x00,0x00]
6382 0x0a,0x00,0x69,0xd0,0x01,0xf5,0x00,0x00
6384 # CHECK: v_cmp_nge_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x69,0xd0,0x01,0xfd,0x00,0x00]
6385 0x0a,0x00,0x69,0xd0,0x01,0xfd,0x00,0x00
6387 # CHECK: v_cmp_nge_f64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0x69,0xd0,0x01,0x01,0x01,0x00]
6388 0x0a,0x00,0x69,0xd0,0x01,0x01,0x01,0x00
6390 # CHECK: v_cmp_nge_f64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0x69,0xd0,0x01,0x83,0x01,0x00]
6391 0x0a,0x00,0x69,0xd0,0x01,0x83,0x01,0x00
6393 # CHECK: v_cmp_nge_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x69,0xd0,0x01,0xe1,0x01,0x00]
6394 0x0a,0x00,0x69,0xd0,0x01,0xe1,0x01,0x00
6396 # CHECK: v_cmp_nge_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x69,0xd0,0x01,0xef,0x01,0x00]
6397 0x0a,0x00,0x69,0xd0,0x01,0xef,0x01,0x00
6399 # CHECK: v_cmp_nge_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x69,0xd0,0x01,0x05,0x02,0x20]
6400 0x0a,0x00,0x69,0xd0,0x01,0x05,0x02,0x20
6402 # CHECK: v_cmp_nge_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x69,0xd0,0x01,0x05,0x02,0x40]
6403 0x0a,0x00,0x69,0xd0,0x01,0x05,0x02,0x40
6405 # CHECK: v_cmp_nge_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x69,0xd0,0x01,0x05,0x02,0x60]
6406 0x0a,0x00,0x69,0xd0,0x01,0x05,0x02,0x60
6408 # CHECK: v_cmp_nge_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x69,0xd0,0x01,0x05,0x02,0x00]
6409 0x0a,0x80,0x69,0xd0,0x01,0x05,0x02,0x00
6411 # CHECK: v_cmp_nlg_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x6a,0xd0,0x01,0x05,0x02,0x00]
6412 0x0a,0x00,0x6a,0xd0,0x01,0x05,0x02,0x00
6414 # CHECK: v_cmp_nlg_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x6a,0xd0,0x01,0x05,0x02,0x00]
6415 0x0c,0x00,0x6a,0xd0,0x01,0x05,0x02,0x00
6417 # CHECK: v_cmp_nlg_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x6a,0xd0,0x01,0x05,0x02,0x00]
6418 0x64,0x00,0x6a,0xd0,0x01,0x05,0x02,0x00
6420 # CHECK: v_cmp_nlg_f64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0x6a,0xd0,0x01,0x05,0x02,0x00]
6421 0x66,0x00,0x6a,0xd0,0x01,0x05,0x02,0x00
6423 # CHECK: v_cmp_nlg_f64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x6a,0xd0,0x01,0x05,0x02,0x00]
6424 0x6a,0x00,0x6a,0xd0,0x01,0x05,0x02,0x00
6426 # CHECK: v_cmp_nlg_f64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0x6a,0xd0,0x01,0x05,0x02,0x00]
6427 0x6c,0x00,0x6a,0xd0,0x01,0x05,0x02,0x00
6429 # CHECK: v_cmp_nlg_f64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0x6a,0xd0,0x01,0x05,0x02,0x00]
6430 0x6e,0x00,0x6a,0xd0,0x01,0x05,0x02,0x00
6432 # CHECK: v_cmp_nlg_f64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0x6a,0xd0,0x01,0x05,0x02,0x00]
6433 0x7a,0x00,0x6a,0xd0,0x01,0x05,0x02,0x00
6435 # CHECK: v_cmp_nlg_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x6a,0xd0,0xfe,0x05,0x02,0x00]
6436 0x0a,0x00,0x6a,0xd0,0xfe,0x05,0x02,0x00
6438 # CHECK: v_cmp_nlg_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x6a,0xd0,0x02,0x04,0x02,0x00]
6439 0x0a,0x00,0x6a,0xd0,0x02,0x04,0x02,0x00
6441 # CHECK: v_cmp_nlg_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x6a,0xd0,0x04,0x04,0x02,0x00]
6442 0x0a,0x00,0x6a,0xd0,0x04,0x04,0x02,0x00
6444 # CHECK: v_cmp_nlg_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x6a,0xd0,0x64,0x04,0x02,0x00]
6445 0x0a,0x00,0x6a,0xd0,0x64,0x04,0x02,0x00
6447 # CHECK: v_cmp_nlg_f64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0x6a,0xd0,0x66,0x04,0x02,0x00]
6448 0x0a,0x00,0x6a,0xd0,0x66,0x04,0x02,0x00
6450 # CHECK: v_cmp_nlg_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x6a,0xd0,0x6a,0x04,0x02,0x00]
6451 0x0a,0x00,0x6a,0xd0,0x6a,0x04,0x02,0x00
6453 # CHECK: v_cmp_nlg_f64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0x6a,0xd0,0x6c,0x04,0x02,0x00]
6454 0x0a,0x00,0x6a,0xd0,0x6c,0x04,0x02,0x00
6456 # CHECK: v_cmp_nlg_f64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0x6a,0xd0,0x6e,0x04,0x02,0x00]
6457 0x0a,0x00,0x6a,0xd0,0x6e,0x04,0x02,0x00
6459 # CHECK: v_cmp_nlg_f64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0x6a,0xd0,0x7a,0x04,0x02,0x00]
6460 0x0a,0x00,0x6a,0xd0,0x7a,0x04,0x02,0x00
6462 # CHECK: v_cmp_nlg_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x6a,0xd0,0x7e,0x04,0x02,0x00]
6463 0x0a,0x00,0x6a,0xd0,0x7e,0x04,0x02,0x00
6465 # CHECK: v_cmp_nlg_f64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0x6a,0xd0,0x80,0x04,0x02,0x00]
6466 0x0a,0x00,0x6a,0xd0,0x80,0x04,0x02,0x00
6468 # CHECK: v_cmp_nlg_f64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0x6a,0xd0,0xc1,0x04,0x02,0x00]
6469 0x0a,0x00,0x6a,0xd0,0xc1,0x04,0x02,0x00
6471 # CHECK: v_cmp_nlg_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x6a,0xd0,0xf0,0x04,0x02,0x00]
6472 0x0a,0x00,0x6a,0xd0,0xf0,0x04,0x02,0x00
6474 # CHECK: v_cmp_nlg_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x6a,0xd0,0xf7,0x04,0x02,0x00]
6475 0x0a,0x00,0x6a,0xd0,0xf7,0x04,0x02,0x00
6477 # CHECK: v_cmp_nlg_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x6a,0xd0,0x01,0xfd,0x03,0x00]
6478 0x0a,0x00,0x6a,0xd0,0x01,0xfd,0x03,0x00
6480 # CHECK: v_cmp_nlg_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x6a,0xd0,0x01,0x09,0x00,0x00]
6481 0x0a,0x00,0x6a,0xd0,0x01,0x09,0x00,0x00
6483 # CHECK: v_cmp_nlg_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x6a,0xd0,0x01,0x0d,0x00,0x00]
6484 0x0a,0x00,0x6a,0xd0,0x01,0x0d,0x00,0x00
6486 # CHECK: v_cmp_nlg_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x6a,0xd0,0x01,0xc9,0x00,0x00]
6487 0x0a,0x00,0x6a,0xd0,0x01,0xc9,0x00,0x00
6489 # CHECK: v_cmp_nlg_f64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0x6a,0xd0,0x01,0xcd,0x00,0x00]
6490 0x0a,0x00,0x6a,0xd0,0x01,0xcd,0x00,0x00
6492 # CHECK: v_cmp_nlg_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x6a,0xd0,0x01,0xd5,0x00,0x00]
6493 0x0a,0x00,0x6a,0xd0,0x01,0xd5,0x00,0x00
6495 # CHECK: v_cmp_nlg_f64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0x6a,0xd0,0x01,0xd9,0x00,0x00]
6496 0x0a,0x00,0x6a,0xd0,0x01,0xd9,0x00,0x00
6498 # CHECK: v_cmp_nlg_f64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0x6a,0xd0,0x01,0xdd,0x00,0x00]
6499 0x0a,0x00,0x6a,0xd0,0x01,0xdd,0x00,0x00
6501 # CHECK: v_cmp_nlg_f64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0x6a,0xd0,0x01,0xf5,0x00,0x00]
6502 0x0a,0x00,0x6a,0xd0,0x01,0xf5,0x00,0x00
6504 # CHECK: v_cmp_nlg_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x6a,0xd0,0x01,0xfd,0x00,0x00]
6505 0x0a,0x00,0x6a,0xd0,0x01,0xfd,0x00,0x00
6507 # CHECK: v_cmp_nlg_f64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0x6a,0xd0,0x01,0x01,0x01,0x00]
6508 0x0a,0x00,0x6a,0xd0,0x01,0x01,0x01,0x00
6510 # CHECK: v_cmp_nlg_f64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0x6a,0xd0,0x01,0x83,0x01,0x00]
6511 0x0a,0x00,0x6a,0xd0,0x01,0x83,0x01,0x00
6513 # CHECK: v_cmp_nlg_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x6a,0xd0,0x01,0xe1,0x01,0x00]
6514 0x0a,0x00,0x6a,0xd0,0x01,0xe1,0x01,0x00
6516 # CHECK: v_cmp_nlg_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x6a,0xd0,0x01,0xef,0x01,0x00]
6517 0x0a,0x00,0x6a,0xd0,0x01,0xef,0x01,0x00
6519 # CHECK: v_cmp_nlg_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x6a,0xd0,0x01,0x05,0x02,0x20]
6520 0x0a,0x00,0x6a,0xd0,0x01,0x05,0x02,0x20
6522 # CHECK: v_cmp_nlg_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x6a,0xd0,0x01,0x05,0x02,0x40]
6523 0x0a,0x00,0x6a,0xd0,0x01,0x05,0x02,0x40
6525 # CHECK: v_cmp_nlg_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x6a,0xd0,0x01,0x05,0x02,0x60]
6526 0x0a,0x00,0x6a,0xd0,0x01,0x05,0x02,0x60
6528 # CHECK: v_cmp_nlg_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x6a,0xd0,0x01,0x05,0x02,0x00]
6529 0x0a,0x80,0x6a,0xd0,0x01,0x05,0x02,0x00
6531 # CHECK: v_cmp_ngt_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x6b,0xd0,0x01,0x05,0x02,0x00]
6532 0x0a,0x00,0x6b,0xd0,0x01,0x05,0x02,0x00
6534 # CHECK: v_cmp_ngt_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x6b,0xd0,0x01,0x05,0x02,0x00]
6535 0x0c,0x00,0x6b,0xd0,0x01,0x05,0x02,0x00
6537 # CHECK: v_cmp_ngt_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x6b,0xd0,0x01,0x05,0x02,0x00]
6538 0x64,0x00,0x6b,0xd0,0x01,0x05,0x02,0x00
6540 # CHECK: v_cmp_ngt_f64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0x6b,0xd0,0x01,0x05,0x02,0x00]
6541 0x66,0x00,0x6b,0xd0,0x01,0x05,0x02,0x00
6543 # CHECK: v_cmp_ngt_f64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x6b,0xd0,0x01,0x05,0x02,0x00]
6544 0x6a,0x00,0x6b,0xd0,0x01,0x05,0x02,0x00
6546 # CHECK: v_cmp_ngt_f64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0x6b,0xd0,0x01,0x05,0x02,0x00]
6547 0x6c,0x00,0x6b,0xd0,0x01,0x05,0x02,0x00
6549 # CHECK: v_cmp_ngt_f64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0x6b,0xd0,0x01,0x05,0x02,0x00]
6550 0x6e,0x00,0x6b,0xd0,0x01,0x05,0x02,0x00
6552 # CHECK: v_cmp_ngt_f64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0x6b,0xd0,0x01,0x05,0x02,0x00]
6553 0x7a,0x00,0x6b,0xd0,0x01,0x05,0x02,0x00
6555 # CHECK: v_cmp_ngt_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x6b,0xd0,0xfe,0x05,0x02,0x00]
6556 0x0a,0x00,0x6b,0xd0,0xfe,0x05,0x02,0x00
6558 # CHECK: v_cmp_ngt_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x6b,0xd0,0x02,0x04,0x02,0x00]
6559 0x0a,0x00,0x6b,0xd0,0x02,0x04,0x02,0x00
6561 # CHECK: v_cmp_ngt_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x6b,0xd0,0x04,0x04,0x02,0x00]
6562 0x0a,0x00,0x6b,0xd0,0x04,0x04,0x02,0x00
6564 # CHECK: v_cmp_ngt_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x6b,0xd0,0x64,0x04,0x02,0x00]
6565 0x0a,0x00,0x6b,0xd0,0x64,0x04,0x02,0x00
6567 # CHECK: v_cmp_ngt_f64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0x6b,0xd0,0x66,0x04,0x02,0x00]
6568 0x0a,0x00,0x6b,0xd0,0x66,0x04,0x02,0x00
6570 # CHECK: v_cmp_ngt_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x6b,0xd0,0x6a,0x04,0x02,0x00]
6571 0x0a,0x00,0x6b,0xd0,0x6a,0x04,0x02,0x00
6573 # CHECK: v_cmp_ngt_f64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0x6b,0xd0,0x6c,0x04,0x02,0x00]
6574 0x0a,0x00,0x6b,0xd0,0x6c,0x04,0x02,0x00
6576 # CHECK: v_cmp_ngt_f64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0x6b,0xd0,0x6e,0x04,0x02,0x00]
6577 0x0a,0x00,0x6b,0xd0,0x6e,0x04,0x02,0x00
6579 # CHECK: v_cmp_ngt_f64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0x6b,0xd0,0x7a,0x04,0x02,0x00]
6580 0x0a,0x00,0x6b,0xd0,0x7a,0x04,0x02,0x00
6582 # CHECK: v_cmp_ngt_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x6b,0xd0,0x7e,0x04,0x02,0x00]
6583 0x0a,0x00,0x6b,0xd0,0x7e,0x04,0x02,0x00
6585 # CHECK: v_cmp_ngt_f64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0x6b,0xd0,0x80,0x04,0x02,0x00]
6586 0x0a,0x00,0x6b,0xd0,0x80,0x04,0x02,0x00
6588 # CHECK: v_cmp_ngt_f64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0x6b,0xd0,0xc1,0x04,0x02,0x00]
6589 0x0a,0x00,0x6b,0xd0,0xc1,0x04,0x02,0x00
6591 # CHECK: v_cmp_ngt_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x6b,0xd0,0xf0,0x04,0x02,0x00]
6592 0x0a,0x00,0x6b,0xd0,0xf0,0x04,0x02,0x00
6594 # CHECK: v_cmp_ngt_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x6b,0xd0,0xf7,0x04,0x02,0x00]
6595 0x0a,0x00,0x6b,0xd0,0xf7,0x04,0x02,0x00
6597 # CHECK: v_cmp_ngt_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x6b,0xd0,0x01,0xfd,0x03,0x00]
6598 0x0a,0x00,0x6b,0xd0,0x01,0xfd,0x03,0x00
6600 # CHECK: v_cmp_ngt_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x6b,0xd0,0x01,0x09,0x00,0x00]
6601 0x0a,0x00,0x6b,0xd0,0x01,0x09,0x00,0x00
6603 # CHECK: v_cmp_ngt_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x6b,0xd0,0x01,0x0d,0x00,0x00]
6604 0x0a,0x00,0x6b,0xd0,0x01,0x0d,0x00,0x00
6606 # CHECK: v_cmp_ngt_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x6b,0xd0,0x01,0xc9,0x00,0x00]
6607 0x0a,0x00,0x6b,0xd0,0x01,0xc9,0x00,0x00
6609 # CHECK: v_cmp_ngt_f64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0x6b,0xd0,0x01,0xcd,0x00,0x00]
6610 0x0a,0x00,0x6b,0xd0,0x01,0xcd,0x00,0x00
6612 # CHECK: v_cmp_ngt_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x6b,0xd0,0x01,0xd5,0x00,0x00]
6613 0x0a,0x00,0x6b,0xd0,0x01,0xd5,0x00,0x00
6615 # CHECK: v_cmp_ngt_f64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0x6b,0xd0,0x01,0xd9,0x00,0x00]
6616 0x0a,0x00,0x6b,0xd0,0x01,0xd9,0x00,0x00
6618 # CHECK: v_cmp_ngt_f64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0x6b,0xd0,0x01,0xdd,0x00,0x00]
6619 0x0a,0x00,0x6b,0xd0,0x01,0xdd,0x00,0x00
6621 # CHECK: v_cmp_ngt_f64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0x6b,0xd0,0x01,0xf5,0x00,0x00]
6622 0x0a,0x00,0x6b,0xd0,0x01,0xf5,0x00,0x00
6624 # CHECK: v_cmp_ngt_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x6b,0xd0,0x01,0xfd,0x00,0x00]
6625 0x0a,0x00,0x6b,0xd0,0x01,0xfd,0x00,0x00
6627 # CHECK: v_cmp_ngt_f64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0x6b,0xd0,0x01,0x01,0x01,0x00]
6628 0x0a,0x00,0x6b,0xd0,0x01,0x01,0x01,0x00
6630 # CHECK: v_cmp_ngt_f64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0x6b,0xd0,0x01,0x83,0x01,0x00]
6631 0x0a,0x00,0x6b,0xd0,0x01,0x83,0x01,0x00
6633 # CHECK: v_cmp_ngt_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x6b,0xd0,0x01,0xe1,0x01,0x00]
6634 0x0a,0x00,0x6b,0xd0,0x01,0xe1,0x01,0x00
6636 # CHECK: v_cmp_ngt_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x6b,0xd0,0x01,0xef,0x01,0x00]
6637 0x0a,0x00,0x6b,0xd0,0x01,0xef,0x01,0x00
6639 # CHECK: v_cmp_ngt_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x6b,0xd0,0x01,0x05,0x02,0x20]
6640 0x0a,0x00,0x6b,0xd0,0x01,0x05,0x02,0x20
6642 # CHECK: v_cmp_ngt_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x6b,0xd0,0x01,0x05,0x02,0x40]
6643 0x0a,0x00,0x6b,0xd0,0x01,0x05,0x02,0x40
6645 # CHECK: v_cmp_ngt_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x6b,0xd0,0x01,0x05,0x02,0x60]
6646 0x0a,0x00,0x6b,0xd0,0x01,0x05,0x02,0x60
6648 # CHECK: v_cmp_ngt_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x6b,0xd0,0x01,0x05,0x02,0x00]
6649 0x0a,0x80,0x6b,0xd0,0x01,0x05,0x02,0x00
6651 # CHECK: v_cmp_nle_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x6c,0xd0,0x01,0x05,0x02,0x00]
6652 0x0a,0x00,0x6c,0xd0,0x01,0x05,0x02,0x00
6654 # CHECK: v_cmp_nle_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x6c,0xd0,0x01,0x05,0x02,0x00]
6655 0x0c,0x00,0x6c,0xd0,0x01,0x05,0x02,0x00
6657 # CHECK: v_cmp_nle_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x6c,0xd0,0x01,0x05,0x02,0x00]
6658 0x64,0x00,0x6c,0xd0,0x01,0x05,0x02,0x00
6660 # CHECK: v_cmp_nle_f64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0x6c,0xd0,0x01,0x05,0x02,0x00]
6661 0x66,0x00,0x6c,0xd0,0x01,0x05,0x02,0x00
6663 # CHECK: v_cmp_nle_f64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x6c,0xd0,0x01,0x05,0x02,0x00]
6664 0x6a,0x00,0x6c,0xd0,0x01,0x05,0x02,0x00
6666 # CHECK: v_cmp_nle_f64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0x6c,0xd0,0x01,0x05,0x02,0x00]
6667 0x6c,0x00,0x6c,0xd0,0x01,0x05,0x02,0x00
6669 # CHECK: v_cmp_nle_f64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0x6c,0xd0,0x01,0x05,0x02,0x00]
6670 0x6e,0x00,0x6c,0xd0,0x01,0x05,0x02,0x00
6672 # CHECK: v_cmp_nle_f64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0x6c,0xd0,0x01,0x05,0x02,0x00]
6673 0x7a,0x00,0x6c,0xd0,0x01,0x05,0x02,0x00
6675 # CHECK: v_cmp_nle_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x6c,0xd0,0xfe,0x05,0x02,0x00]
6676 0x0a,0x00,0x6c,0xd0,0xfe,0x05,0x02,0x00
6678 # CHECK: v_cmp_nle_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x6c,0xd0,0x02,0x04,0x02,0x00]
6679 0x0a,0x00,0x6c,0xd0,0x02,0x04,0x02,0x00
6681 # CHECK: v_cmp_nle_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x6c,0xd0,0x04,0x04,0x02,0x00]
6682 0x0a,0x00,0x6c,0xd0,0x04,0x04,0x02,0x00
6684 # CHECK: v_cmp_nle_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x6c,0xd0,0x64,0x04,0x02,0x00]
6685 0x0a,0x00,0x6c,0xd0,0x64,0x04,0x02,0x00
6687 # CHECK: v_cmp_nle_f64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0x6c,0xd0,0x66,0x04,0x02,0x00]
6688 0x0a,0x00,0x6c,0xd0,0x66,0x04,0x02,0x00
6690 # CHECK: v_cmp_nle_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x6c,0xd0,0x6a,0x04,0x02,0x00]
6691 0x0a,0x00,0x6c,0xd0,0x6a,0x04,0x02,0x00
6693 # CHECK: v_cmp_nle_f64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0x6c,0xd0,0x6c,0x04,0x02,0x00]
6694 0x0a,0x00,0x6c,0xd0,0x6c,0x04,0x02,0x00
6696 # CHECK: v_cmp_nle_f64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0x6c,0xd0,0x6e,0x04,0x02,0x00]
6697 0x0a,0x00,0x6c,0xd0,0x6e,0x04,0x02,0x00
6699 # CHECK: v_cmp_nle_f64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0x6c,0xd0,0x7a,0x04,0x02,0x00]
6700 0x0a,0x00,0x6c,0xd0,0x7a,0x04,0x02,0x00
6702 # CHECK: v_cmp_nle_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x6c,0xd0,0x7e,0x04,0x02,0x00]
6703 0x0a,0x00,0x6c,0xd0,0x7e,0x04,0x02,0x00
6705 # CHECK: v_cmp_nle_f64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0x6c,0xd0,0x80,0x04,0x02,0x00]
6706 0x0a,0x00,0x6c,0xd0,0x80,0x04,0x02,0x00
6708 # CHECK: v_cmp_nle_f64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0x6c,0xd0,0xc1,0x04,0x02,0x00]
6709 0x0a,0x00,0x6c,0xd0,0xc1,0x04,0x02,0x00
6711 # CHECK: v_cmp_nle_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x6c,0xd0,0xf0,0x04,0x02,0x00]
6712 0x0a,0x00,0x6c,0xd0,0xf0,0x04,0x02,0x00
6714 # CHECK: v_cmp_nle_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x6c,0xd0,0xf7,0x04,0x02,0x00]
6715 0x0a,0x00,0x6c,0xd0,0xf7,0x04,0x02,0x00
6717 # CHECK: v_cmp_nle_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x6c,0xd0,0x01,0xfd,0x03,0x00]
6718 0x0a,0x00,0x6c,0xd0,0x01,0xfd,0x03,0x00
6720 # CHECK: v_cmp_nle_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x6c,0xd0,0x01,0x09,0x00,0x00]
6721 0x0a,0x00,0x6c,0xd0,0x01,0x09,0x00,0x00
6723 # CHECK: v_cmp_nle_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x6c,0xd0,0x01,0x0d,0x00,0x00]
6724 0x0a,0x00,0x6c,0xd0,0x01,0x0d,0x00,0x00
6726 # CHECK: v_cmp_nle_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x6c,0xd0,0x01,0xc9,0x00,0x00]
6727 0x0a,0x00,0x6c,0xd0,0x01,0xc9,0x00,0x00
6729 # CHECK: v_cmp_nle_f64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0x6c,0xd0,0x01,0xcd,0x00,0x00]
6730 0x0a,0x00,0x6c,0xd0,0x01,0xcd,0x00,0x00
6732 # CHECK: v_cmp_nle_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x6c,0xd0,0x01,0xd5,0x00,0x00]
6733 0x0a,0x00,0x6c,0xd0,0x01,0xd5,0x00,0x00
6735 # CHECK: v_cmp_nle_f64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0x6c,0xd0,0x01,0xd9,0x00,0x00]
6736 0x0a,0x00,0x6c,0xd0,0x01,0xd9,0x00,0x00
6738 # CHECK: v_cmp_nle_f64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0x6c,0xd0,0x01,0xdd,0x00,0x00]
6739 0x0a,0x00,0x6c,0xd0,0x01,0xdd,0x00,0x00
6741 # CHECK: v_cmp_nle_f64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0x6c,0xd0,0x01,0xf5,0x00,0x00]
6742 0x0a,0x00,0x6c,0xd0,0x01,0xf5,0x00,0x00
6744 # CHECK: v_cmp_nle_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x6c,0xd0,0x01,0xfd,0x00,0x00]
6745 0x0a,0x00,0x6c,0xd0,0x01,0xfd,0x00,0x00
6747 # CHECK: v_cmp_nle_f64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0x6c,0xd0,0x01,0x01,0x01,0x00]
6748 0x0a,0x00,0x6c,0xd0,0x01,0x01,0x01,0x00
6750 # CHECK: v_cmp_nle_f64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0x6c,0xd0,0x01,0x83,0x01,0x00]
6751 0x0a,0x00,0x6c,0xd0,0x01,0x83,0x01,0x00
6753 # CHECK: v_cmp_nle_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x6c,0xd0,0x01,0xe1,0x01,0x00]
6754 0x0a,0x00,0x6c,0xd0,0x01,0xe1,0x01,0x00
6756 # CHECK: v_cmp_nle_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x6c,0xd0,0x01,0xef,0x01,0x00]
6757 0x0a,0x00,0x6c,0xd0,0x01,0xef,0x01,0x00
6759 # CHECK: v_cmp_nle_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x6c,0xd0,0x01,0x05,0x02,0x20]
6760 0x0a,0x00,0x6c,0xd0,0x01,0x05,0x02,0x20
6762 # CHECK: v_cmp_nle_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x6c,0xd0,0x01,0x05,0x02,0x40]
6763 0x0a,0x00,0x6c,0xd0,0x01,0x05,0x02,0x40
6765 # CHECK: v_cmp_nle_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x6c,0xd0,0x01,0x05,0x02,0x60]
6766 0x0a,0x00,0x6c,0xd0,0x01,0x05,0x02,0x60
6768 # CHECK: v_cmp_nle_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x6c,0xd0,0x01,0x05,0x02,0x00]
6769 0x0a,0x80,0x6c,0xd0,0x01,0x05,0x02,0x00
6771 # CHECK: v_cmp_neq_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x6d,0xd0,0x01,0x05,0x02,0x00]
6772 0x0a,0x00,0x6d,0xd0,0x01,0x05,0x02,0x00
6774 # CHECK: v_cmp_neq_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x6d,0xd0,0x01,0x05,0x02,0x00]
6775 0x0c,0x00,0x6d,0xd0,0x01,0x05,0x02,0x00
6777 # CHECK: v_cmp_neq_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x6d,0xd0,0x01,0x05,0x02,0x00]
6778 0x64,0x00,0x6d,0xd0,0x01,0x05,0x02,0x00
6780 # CHECK: v_cmp_neq_f64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0x6d,0xd0,0x01,0x05,0x02,0x00]
6781 0x66,0x00,0x6d,0xd0,0x01,0x05,0x02,0x00
6783 # CHECK: v_cmp_neq_f64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x6d,0xd0,0x01,0x05,0x02,0x00]
6784 0x6a,0x00,0x6d,0xd0,0x01,0x05,0x02,0x00
6786 # CHECK: v_cmp_neq_f64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0x6d,0xd0,0x01,0x05,0x02,0x00]
6787 0x6c,0x00,0x6d,0xd0,0x01,0x05,0x02,0x00
6789 # CHECK: v_cmp_neq_f64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0x6d,0xd0,0x01,0x05,0x02,0x00]
6790 0x6e,0x00,0x6d,0xd0,0x01,0x05,0x02,0x00
6792 # CHECK: v_cmp_neq_f64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0x6d,0xd0,0x01,0x05,0x02,0x00]
6793 0x7a,0x00,0x6d,0xd0,0x01,0x05,0x02,0x00
6795 # CHECK: v_cmp_neq_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x6d,0xd0,0xfe,0x05,0x02,0x00]
6796 0x0a,0x00,0x6d,0xd0,0xfe,0x05,0x02,0x00
6798 # CHECK: v_cmp_neq_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x6d,0xd0,0x02,0x04,0x02,0x00]
6799 0x0a,0x00,0x6d,0xd0,0x02,0x04,0x02,0x00
6801 # CHECK: v_cmp_neq_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x6d,0xd0,0x04,0x04,0x02,0x00]
6802 0x0a,0x00,0x6d,0xd0,0x04,0x04,0x02,0x00
6804 # CHECK: v_cmp_neq_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x6d,0xd0,0x64,0x04,0x02,0x00]
6805 0x0a,0x00,0x6d,0xd0,0x64,0x04,0x02,0x00
6807 # CHECK: v_cmp_neq_f64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0x6d,0xd0,0x66,0x04,0x02,0x00]
6808 0x0a,0x00,0x6d,0xd0,0x66,0x04,0x02,0x00
6810 # CHECK: v_cmp_neq_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x6d,0xd0,0x6a,0x04,0x02,0x00]
6811 0x0a,0x00,0x6d,0xd0,0x6a,0x04,0x02,0x00
6813 # CHECK: v_cmp_neq_f64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0x6d,0xd0,0x6c,0x04,0x02,0x00]
6814 0x0a,0x00,0x6d,0xd0,0x6c,0x04,0x02,0x00
6816 # CHECK: v_cmp_neq_f64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0x6d,0xd0,0x6e,0x04,0x02,0x00]
6817 0x0a,0x00,0x6d,0xd0,0x6e,0x04,0x02,0x00
6819 # CHECK: v_cmp_neq_f64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0x6d,0xd0,0x7a,0x04,0x02,0x00]
6820 0x0a,0x00,0x6d,0xd0,0x7a,0x04,0x02,0x00
6822 # CHECK: v_cmp_neq_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x6d,0xd0,0x7e,0x04,0x02,0x00]
6823 0x0a,0x00,0x6d,0xd0,0x7e,0x04,0x02,0x00
6825 # CHECK: v_cmp_neq_f64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0x6d,0xd0,0x80,0x04,0x02,0x00]
6826 0x0a,0x00,0x6d,0xd0,0x80,0x04,0x02,0x00
6828 # CHECK: v_cmp_neq_f64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0x6d,0xd0,0xc1,0x04,0x02,0x00]
6829 0x0a,0x00,0x6d,0xd0,0xc1,0x04,0x02,0x00
6831 # CHECK: v_cmp_neq_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x6d,0xd0,0xf0,0x04,0x02,0x00]
6832 0x0a,0x00,0x6d,0xd0,0xf0,0x04,0x02,0x00
6834 # CHECK: v_cmp_neq_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x6d,0xd0,0xf7,0x04,0x02,0x00]
6835 0x0a,0x00,0x6d,0xd0,0xf7,0x04,0x02,0x00
6837 # CHECK: v_cmp_neq_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x6d,0xd0,0x01,0xfd,0x03,0x00]
6838 0x0a,0x00,0x6d,0xd0,0x01,0xfd,0x03,0x00
6840 # CHECK: v_cmp_neq_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x6d,0xd0,0x01,0x09,0x00,0x00]
6841 0x0a,0x00,0x6d,0xd0,0x01,0x09,0x00,0x00
6843 # CHECK: v_cmp_neq_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x6d,0xd0,0x01,0x0d,0x00,0x00]
6844 0x0a,0x00,0x6d,0xd0,0x01,0x0d,0x00,0x00
6846 # CHECK: v_cmp_neq_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x6d,0xd0,0x01,0xc9,0x00,0x00]
6847 0x0a,0x00,0x6d,0xd0,0x01,0xc9,0x00,0x00
6849 # CHECK: v_cmp_neq_f64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0x6d,0xd0,0x01,0xcd,0x00,0x00]
6850 0x0a,0x00,0x6d,0xd0,0x01,0xcd,0x00,0x00
6852 # CHECK: v_cmp_neq_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x6d,0xd0,0x01,0xd5,0x00,0x00]
6853 0x0a,0x00,0x6d,0xd0,0x01,0xd5,0x00,0x00
6855 # CHECK: v_cmp_neq_f64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0x6d,0xd0,0x01,0xd9,0x00,0x00]
6856 0x0a,0x00,0x6d,0xd0,0x01,0xd9,0x00,0x00
6858 # CHECK: v_cmp_neq_f64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0x6d,0xd0,0x01,0xdd,0x00,0x00]
6859 0x0a,0x00,0x6d,0xd0,0x01,0xdd,0x00,0x00
6861 # CHECK: v_cmp_neq_f64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0x6d,0xd0,0x01,0xf5,0x00,0x00]
6862 0x0a,0x00,0x6d,0xd0,0x01,0xf5,0x00,0x00
6864 # CHECK: v_cmp_neq_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x6d,0xd0,0x01,0xfd,0x00,0x00]
6865 0x0a,0x00,0x6d,0xd0,0x01,0xfd,0x00,0x00
6867 # CHECK: v_cmp_neq_f64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0x6d,0xd0,0x01,0x01,0x01,0x00]
6868 0x0a,0x00,0x6d,0xd0,0x01,0x01,0x01,0x00
6870 # CHECK: v_cmp_neq_f64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0x6d,0xd0,0x01,0x83,0x01,0x00]
6871 0x0a,0x00,0x6d,0xd0,0x01,0x83,0x01,0x00
6873 # CHECK: v_cmp_neq_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x6d,0xd0,0x01,0xe1,0x01,0x00]
6874 0x0a,0x00,0x6d,0xd0,0x01,0xe1,0x01,0x00
6876 # CHECK: v_cmp_neq_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x6d,0xd0,0x01,0xef,0x01,0x00]
6877 0x0a,0x00,0x6d,0xd0,0x01,0xef,0x01,0x00
6879 # CHECK: v_cmp_neq_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x6d,0xd0,0x01,0x05,0x02,0x20]
6880 0x0a,0x00,0x6d,0xd0,0x01,0x05,0x02,0x20
6882 # CHECK: v_cmp_neq_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x6d,0xd0,0x01,0x05,0x02,0x40]
6883 0x0a,0x00,0x6d,0xd0,0x01,0x05,0x02,0x40
6885 # CHECK: v_cmp_neq_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x6d,0xd0,0x01,0x05,0x02,0x60]
6886 0x0a,0x00,0x6d,0xd0,0x01,0x05,0x02,0x60
6888 # CHECK: v_cmp_neq_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x6d,0xd0,0x01,0x05,0x02,0x00]
6889 0x0a,0x80,0x6d,0xd0,0x01,0x05,0x02,0x00
6891 # CHECK: v_cmp_nlt_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x6e,0xd0,0x01,0x05,0x02,0x00]
6892 0x0a,0x00,0x6e,0xd0,0x01,0x05,0x02,0x00
6894 # CHECK: v_cmp_nlt_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x6e,0xd0,0x01,0x05,0x02,0x00]
6895 0x0c,0x00,0x6e,0xd0,0x01,0x05,0x02,0x00
6897 # CHECK: v_cmp_nlt_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x6e,0xd0,0x01,0x05,0x02,0x00]
6898 0x64,0x00,0x6e,0xd0,0x01,0x05,0x02,0x00
6900 # CHECK: v_cmp_nlt_f64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0x6e,0xd0,0x01,0x05,0x02,0x00]
6901 0x66,0x00,0x6e,0xd0,0x01,0x05,0x02,0x00
6903 # CHECK: v_cmp_nlt_f64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x6e,0xd0,0x01,0x05,0x02,0x00]
6904 0x6a,0x00,0x6e,0xd0,0x01,0x05,0x02,0x00
6906 # CHECK: v_cmp_nlt_f64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0x6e,0xd0,0x01,0x05,0x02,0x00]
6907 0x6c,0x00,0x6e,0xd0,0x01,0x05,0x02,0x00
6909 # CHECK: v_cmp_nlt_f64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0x6e,0xd0,0x01,0x05,0x02,0x00]
6910 0x6e,0x00,0x6e,0xd0,0x01,0x05,0x02,0x00
6912 # CHECK: v_cmp_nlt_f64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0x6e,0xd0,0x01,0x05,0x02,0x00]
6913 0x7a,0x00,0x6e,0xd0,0x01,0x05,0x02,0x00
6915 # CHECK: v_cmp_nlt_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x6e,0xd0,0xfe,0x05,0x02,0x00]
6916 0x0a,0x00,0x6e,0xd0,0xfe,0x05,0x02,0x00
6918 # CHECK: v_cmp_nlt_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x6e,0xd0,0x02,0x04,0x02,0x00]
6919 0x0a,0x00,0x6e,0xd0,0x02,0x04,0x02,0x00
6921 # CHECK: v_cmp_nlt_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x6e,0xd0,0x04,0x04,0x02,0x00]
6922 0x0a,0x00,0x6e,0xd0,0x04,0x04,0x02,0x00
6924 # CHECK: v_cmp_nlt_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x6e,0xd0,0x64,0x04,0x02,0x00]
6925 0x0a,0x00,0x6e,0xd0,0x64,0x04,0x02,0x00
6927 # CHECK: v_cmp_nlt_f64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0x6e,0xd0,0x66,0x04,0x02,0x00]
6928 0x0a,0x00,0x6e,0xd0,0x66,0x04,0x02,0x00
6930 # CHECK: v_cmp_nlt_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x6e,0xd0,0x6a,0x04,0x02,0x00]
6931 0x0a,0x00,0x6e,0xd0,0x6a,0x04,0x02,0x00
6933 # CHECK: v_cmp_nlt_f64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0x6e,0xd0,0x6c,0x04,0x02,0x00]
6934 0x0a,0x00,0x6e,0xd0,0x6c,0x04,0x02,0x00
6936 # CHECK: v_cmp_nlt_f64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0x6e,0xd0,0x6e,0x04,0x02,0x00]
6937 0x0a,0x00,0x6e,0xd0,0x6e,0x04,0x02,0x00
6939 # CHECK: v_cmp_nlt_f64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0x6e,0xd0,0x7a,0x04,0x02,0x00]
6940 0x0a,0x00,0x6e,0xd0,0x7a,0x04,0x02,0x00
6942 # CHECK: v_cmp_nlt_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x6e,0xd0,0x7e,0x04,0x02,0x00]
6943 0x0a,0x00,0x6e,0xd0,0x7e,0x04,0x02,0x00
6945 # CHECK: v_cmp_nlt_f64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0x6e,0xd0,0x80,0x04,0x02,0x00]
6946 0x0a,0x00,0x6e,0xd0,0x80,0x04,0x02,0x00
6948 # CHECK: v_cmp_nlt_f64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0x6e,0xd0,0xc1,0x04,0x02,0x00]
6949 0x0a,0x00,0x6e,0xd0,0xc1,0x04,0x02,0x00
6951 # CHECK: v_cmp_nlt_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x6e,0xd0,0xf0,0x04,0x02,0x00]
6952 0x0a,0x00,0x6e,0xd0,0xf0,0x04,0x02,0x00
6954 # CHECK: v_cmp_nlt_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x6e,0xd0,0xf7,0x04,0x02,0x00]
6955 0x0a,0x00,0x6e,0xd0,0xf7,0x04,0x02,0x00
6957 # CHECK: v_cmp_nlt_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x6e,0xd0,0x01,0xfd,0x03,0x00]
6958 0x0a,0x00,0x6e,0xd0,0x01,0xfd,0x03,0x00
6960 # CHECK: v_cmp_nlt_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x6e,0xd0,0x01,0x09,0x00,0x00]
6961 0x0a,0x00,0x6e,0xd0,0x01,0x09,0x00,0x00
6963 # CHECK: v_cmp_nlt_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x6e,0xd0,0x01,0x0d,0x00,0x00]
6964 0x0a,0x00,0x6e,0xd0,0x01,0x0d,0x00,0x00
6966 # CHECK: v_cmp_nlt_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x6e,0xd0,0x01,0xc9,0x00,0x00]
6967 0x0a,0x00,0x6e,0xd0,0x01,0xc9,0x00,0x00
6969 # CHECK: v_cmp_nlt_f64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0x6e,0xd0,0x01,0xcd,0x00,0x00]
6970 0x0a,0x00,0x6e,0xd0,0x01,0xcd,0x00,0x00
6972 # CHECK: v_cmp_nlt_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x6e,0xd0,0x01,0xd5,0x00,0x00]
6973 0x0a,0x00,0x6e,0xd0,0x01,0xd5,0x00,0x00
6975 # CHECK: v_cmp_nlt_f64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0x6e,0xd0,0x01,0xd9,0x00,0x00]
6976 0x0a,0x00,0x6e,0xd0,0x01,0xd9,0x00,0x00
6978 # CHECK: v_cmp_nlt_f64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0x6e,0xd0,0x01,0xdd,0x00,0x00]
6979 0x0a,0x00,0x6e,0xd0,0x01,0xdd,0x00,0x00
6981 # CHECK: v_cmp_nlt_f64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0x6e,0xd0,0x01,0xf5,0x00,0x00]
6982 0x0a,0x00,0x6e,0xd0,0x01,0xf5,0x00,0x00
6984 # CHECK: v_cmp_nlt_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x6e,0xd0,0x01,0xfd,0x00,0x00]
6985 0x0a,0x00,0x6e,0xd0,0x01,0xfd,0x00,0x00
6987 # CHECK: v_cmp_nlt_f64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0x6e,0xd0,0x01,0x01,0x01,0x00]
6988 0x0a,0x00,0x6e,0xd0,0x01,0x01,0x01,0x00
6990 # CHECK: v_cmp_nlt_f64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0x6e,0xd0,0x01,0x83,0x01,0x00]
6991 0x0a,0x00,0x6e,0xd0,0x01,0x83,0x01,0x00
6993 # CHECK: v_cmp_nlt_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x6e,0xd0,0x01,0xe1,0x01,0x00]
6994 0x0a,0x00,0x6e,0xd0,0x01,0xe1,0x01,0x00
6996 # CHECK: v_cmp_nlt_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x6e,0xd0,0x01,0xef,0x01,0x00]
6997 0x0a,0x00,0x6e,0xd0,0x01,0xef,0x01,0x00
6999 # CHECK: v_cmp_nlt_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x6e,0xd0,0x01,0x05,0x02,0x20]
7000 0x0a,0x00,0x6e,0xd0,0x01,0x05,0x02,0x20
7002 # CHECK: v_cmp_nlt_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x6e,0xd0,0x01,0x05,0x02,0x40]
7003 0x0a,0x00,0x6e,0xd0,0x01,0x05,0x02,0x40
7005 # CHECK: v_cmp_nlt_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x6e,0xd0,0x01,0x05,0x02,0x60]
7006 0x0a,0x00,0x6e,0xd0,0x01,0x05,0x02,0x60
7008 # CHECK: v_cmp_nlt_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x6e,0xd0,0x01,0x05,0x02,0x00]
7009 0x0a,0x80,0x6e,0xd0,0x01,0x05,0x02,0x00
7011 # CHECK: v_cmp_tru_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x6f,0xd0,0x01,0x05,0x02,0x00]
7012 0x0a,0x00,0x6f,0xd0,0x01,0x05,0x02,0x00
7014 # CHECK: v_cmp_tru_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x6f,0xd0,0x01,0x05,0x02,0x00]
7015 0x0c,0x00,0x6f,0xd0,0x01,0x05,0x02,0x00
7017 # CHECK: v_cmp_tru_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x6f,0xd0,0x01,0x05,0x02,0x00]
7018 0x64,0x00,0x6f,0xd0,0x01,0x05,0x02,0x00
7020 # CHECK: v_cmp_tru_f64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0x6f,0xd0,0x01,0x05,0x02,0x00]
7021 0x66,0x00,0x6f,0xd0,0x01,0x05,0x02,0x00
7023 # CHECK: v_cmp_tru_f64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x6f,0xd0,0x01,0x05,0x02,0x00]
7024 0x6a,0x00,0x6f,0xd0,0x01,0x05,0x02,0x00
7026 # CHECK: v_cmp_tru_f64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0x6f,0xd0,0x01,0x05,0x02,0x00]
7027 0x6c,0x00,0x6f,0xd0,0x01,0x05,0x02,0x00
7029 # CHECK: v_cmp_tru_f64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0x6f,0xd0,0x01,0x05,0x02,0x00]
7030 0x6e,0x00,0x6f,0xd0,0x01,0x05,0x02,0x00
7032 # CHECK: v_cmp_tru_f64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0x6f,0xd0,0x01,0x05,0x02,0x00]
7033 0x7a,0x00,0x6f,0xd0,0x01,0x05,0x02,0x00
7035 # CHECK: v_cmp_tru_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x6f,0xd0,0xfe,0x05,0x02,0x00]
7036 0x0a,0x00,0x6f,0xd0,0xfe,0x05,0x02,0x00
7038 # CHECK: v_cmp_tru_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x6f,0xd0,0x02,0x04,0x02,0x00]
7039 0x0a,0x00,0x6f,0xd0,0x02,0x04,0x02,0x00
7041 # CHECK: v_cmp_tru_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x6f,0xd0,0x04,0x04,0x02,0x00]
7042 0x0a,0x00,0x6f,0xd0,0x04,0x04,0x02,0x00
7044 # CHECK: v_cmp_tru_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x6f,0xd0,0x64,0x04,0x02,0x00]
7045 0x0a,0x00,0x6f,0xd0,0x64,0x04,0x02,0x00
7047 # CHECK: v_cmp_tru_f64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0x6f,0xd0,0x66,0x04,0x02,0x00]
7048 0x0a,0x00,0x6f,0xd0,0x66,0x04,0x02,0x00
7050 # CHECK: v_cmp_tru_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x6f,0xd0,0x6a,0x04,0x02,0x00]
7051 0x0a,0x00,0x6f,0xd0,0x6a,0x04,0x02,0x00
7053 # CHECK: v_cmp_tru_f64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0x6f,0xd0,0x6c,0x04,0x02,0x00]
7054 0x0a,0x00,0x6f,0xd0,0x6c,0x04,0x02,0x00
7056 # CHECK: v_cmp_tru_f64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0x6f,0xd0,0x6e,0x04,0x02,0x00]
7057 0x0a,0x00,0x6f,0xd0,0x6e,0x04,0x02,0x00
7059 # CHECK: v_cmp_tru_f64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0x6f,0xd0,0x7a,0x04,0x02,0x00]
7060 0x0a,0x00,0x6f,0xd0,0x7a,0x04,0x02,0x00
7062 # CHECK: v_cmp_tru_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x6f,0xd0,0x7e,0x04,0x02,0x00]
7063 0x0a,0x00,0x6f,0xd0,0x7e,0x04,0x02,0x00
7065 # CHECK: v_cmp_tru_f64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0x6f,0xd0,0x80,0x04,0x02,0x00]
7066 0x0a,0x00,0x6f,0xd0,0x80,0x04,0x02,0x00
7068 # CHECK: v_cmp_tru_f64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0x6f,0xd0,0xc1,0x04,0x02,0x00]
7069 0x0a,0x00,0x6f,0xd0,0xc1,0x04,0x02,0x00
7071 # CHECK: v_cmp_tru_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x6f,0xd0,0xf0,0x04,0x02,0x00]
7072 0x0a,0x00,0x6f,0xd0,0xf0,0x04,0x02,0x00
7074 # CHECK: v_cmp_tru_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x6f,0xd0,0xf7,0x04,0x02,0x00]
7075 0x0a,0x00,0x6f,0xd0,0xf7,0x04,0x02,0x00
7077 # CHECK: v_cmp_tru_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x6f,0xd0,0x01,0xfd,0x03,0x00]
7078 0x0a,0x00,0x6f,0xd0,0x01,0xfd,0x03,0x00
7080 # CHECK: v_cmp_tru_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x6f,0xd0,0x01,0x09,0x00,0x00]
7081 0x0a,0x00,0x6f,0xd0,0x01,0x09,0x00,0x00
7083 # CHECK: v_cmp_tru_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x6f,0xd0,0x01,0x0d,0x00,0x00]
7084 0x0a,0x00,0x6f,0xd0,0x01,0x0d,0x00,0x00
7086 # CHECK: v_cmp_tru_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x6f,0xd0,0x01,0xc9,0x00,0x00]
7087 0x0a,0x00,0x6f,0xd0,0x01,0xc9,0x00,0x00
7089 # CHECK: v_cmp_tru_f64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0x6f,0xd0,0x01,0xcd,0x00,0x00]
7090 0x0a,0x00,0x6f,0xd0,0x01,0xcd,0x00,0x00
7092 # CHECK: v_cmp_tru_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x6f,0xd0,0x01,0xd5,0x00,0x00]
7093 0x0a,0x00,0x6f,0xd0,0x01,0xd5,0x00,0x00
7095 # CHECK: v_cmp_tru_f64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0x6f,0xd0,0x01,0xd9,0x00,0x00]
7096 0x0a,0x00,0x6f,0xd0,0x01,0xd9,0x00,0x00
7098 # CHECK: v_cmp_tru_f64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0x6f,0xd0,0x01,0xdd,0x00,0x00]
7099 0x0a,0x00,0x6f,0xd0,0x01,0xdd,0x00,0x00
7101 # CHECK: v_cmp_tru_f64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0x6f,0xd0,0x01,0xf5,0x00,0x00]
7102 0x0a,0x00,0x6f,0xd0,0x01,0xf5,0x00,0x00
7104 # CHECK: v_cmp_tru_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x6f,0xd0,0x01,0xfd,0x00,0x00]
7105 0x0a,0x00,0x6f,0xd0,0x01,0xfd,0x00,0x00
7107 # CHECK: v_cmp_tru_f64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0x6f,0xd0,0x01,0x01,0x01,0x00]
7108 0x0a,0x00,0x6f,0xd0,0x01,0x01,0x01,0x00
7110 # CHECK: v_cmp_tru_f64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0x6f,0xd0,0x01,0x83,0x01,0x00]
7111 0x0a,0x00,0x6f,0xd0,0x01,0x83,0x01,0x00
7113 # CHECK: v_cmp_tru_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x6f,0xd0,0x01,0xe1,0x01,0x00]
7114 0x0a,0x00,0x6f,0xd0,0x01,0xe1,0x01,0x00
7116 # CHECK: v_cmp_tru_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x6f,0xd0,0x01,0xef,0x01,0x00]
7117 0x0a,0x00,0x6f,0xd0,0x01,0xef,0x01,0x00
7119 # CHECK: v_cmp_tru_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x6f,0xd0,0x01,0x05,0x02,0x20]
7120 0x0a,0x00,0x6f,0xd0,0x01,0x05,0x02,0x20
7122 # CHECK: v_cmp_tru_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x6f,0xd0,0x01,0x05,0x02,0x40]
7123 0x0a,0x00,0x6f,0xd0,0x01,0x05,0x02,0x40
7125 # CHECK: v_cmp_tru_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x6f,0xd0,0x01,0x05,0x02,0x60]
7126 0x0a,0x00,0x6f,0xd0,0x01,0x05,0x02,0x60
7128 # CHECK: v_cmp_tru_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x6f,0xd0,0x01,0x05,0x02,0x00]
7129 0x0a,0x80,0x6f,0xd0,0x01,0x05,0x02,0x00
7131 # CHECK: v_cmp_f_i16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xa0,0xd0,0x01,0x05,0x02,0x00]
7132 0x0a,0x00,0xa0,0xd0,0x01,0x05,0x02,0x00
7134 # CHECK: v_cmp_f_i16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xa0,0xd0,0x01,0x05,0x02,0x00]
7135 0x0c,0x00,0xa0,0xd0,0x01,0x05,0x02,0x00
7137 # CHECK: v_cmp_f_i16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xa0,0xd0,0x01,0x05,0x02,0x00]
7138 0x64,0x00,0xa0,0xd0,0x01,0x05,0x02,0x00
7140 # CHECK: v_cmp_f_i16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xa0,0xd0,0x01,0x05,0x02,0x00]
7141 0x66,0x00,0xa0,0xd0,0x01,0x05,0x02,0x00
7143 # CHECK: v_cmp_f_i16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xa0,0xd0,0x01,0x05,0x02,0x00]
7144 0x6a,0x00,0xa0,0xd0,0x01,0x05,0x02,0x00
7146 # CHECK: v_cmp_f_i16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xa0,0xd0,0x01,0x05,0x02,0x00]
7147 0x6c,0x00,0xa0,0xd0,0x01,0x05,0x02,0x00
7149 # CHECK: v_cmp_f_i16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xa0,0xd0,0x01,0x05,0x02,0x00]
7150 0x6e,0x00,0xa0,0xd0,0x01,0x05,0x02,0x00
7152 # CHECK: v_cmp_f_i16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xa0,0xd0,0x01,0x05,0x02,0x00]
7153 0x7a,0x00,0xa0,0xd0,0x01,0x05,0x02,0x00
7155 # CHECK: v_cmp_f_i16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xa0,0xd0,0xff,0x05,0x02,0x00]
7156 0x0a,0x00,0xa0,0xd0,0xff,0x05,0x02,0x00
7158 # CHECK: v_cmp_f_i16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xa0,0xd0,0x01,0x04,0x02,0x00]
7159 0x0a,0x00,0xa0,0xd0,0x01,0x04,0x02,0x00
7161 # CHECK: v_cmp_f_i16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xa0,0xd0,0x65,0x04,0x02,0x00]
7162 0x0a,0x00,0xa0,0xd0,0x65,0x04,0x02,0x00
7164 # CHECK: v_cmp_f_i16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xa0,0xd0,0x66,0x04,0x02,0x00]
7165 0x0a,0x00,0xa0,0xd0,0x66,0x04,0x02,0x00
7167 # CHECK: v_cmp_f_i16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xa0,0xd0,0x67,0x04,0x02,0x00]
7168 0x0a,0x00,0xa0,0xd0,0x67,0x04,0x02,0x00
7170 # CHECK: v_cmp_f_i16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xa0,0xd0,0x6a,0x04,0x02,0x00]
7171 0x0a,0x00,0xa0,0xd0,0x6a,0x04,0x02,0x00
7173 # CHECK: v_cmp_f_i16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xa0,0xd0,0x6b,0x04,0x02,0x00]
7174 0x0a,0x00,0xa0,0xd0,0x6b,0x04,0x02,0x00
7176 # CHECK: v_cmp_f_i16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xa0,0xd0,0x6c,0x04,0x02,0x00]
7177 0x0a,0x00,0xa0,0xd0,0x6c,0x04,0x02,0x00
7179 # CHECK: v_cmp_f_i16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xa0,0xd0,0x6d,0x04,0x02,0x00]
7180 0x0a,0x00,0xa0,0xd0,0x6d,0x04,0x02,0x00
7182 # CHECK: v_cmp_f_i16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xa0,0xd0,0x6e,0x04,0x02,0x00]
7183 0x0a,0x00,0xa0,0xd0,0x6e,0x04,0x02,0x00
7185 # CHECK: v_cmp_f_i16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xa0,0xd0,0x6f,0x04,0x02,0x00]
7186 0x0a,0x00,0xa0,0xd0,0x6f,0x04,0x02,0x00
7188 # CHECK: v_cmp_f_i16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xa0,0xd0,0x7b,0x04,0x02,0x00]
7189 0x0a,0x00,0xa0,0xd0,0x7b,0x04,0x02,0x00
7191 # CHECK: v_cmp_f_i16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xa0,0xd0,0x7c,0x04,0x02,0x00]
7192 0x0a,0x00,0xa0,0xd0,0x7c,0x04,0x02,0x00
7194 # CHECK: v_cmp_f_i16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xa0,0xd0,0x7e,0x04,0x02,0x00]
7195 0x0a,0x00,0xa0,0xd0,0x7e,0x04,0x02,0x00
7197 # CHECK: v_cmp_f_i16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xa0,0xd0,0x7f,0x04,0x02,0x00]
7198 0x0a,0x00,0xa0,0xd0,0x7f,0x04,0x02,0x00
7200 # CHECK: v_cmp_f_i16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xa0,0xd0,0x80,0x04,0x02,0x00]
7201 0x0a,0x00,0xa0,0xd0,0x80,0x04,0x02,0x00
7203 # CHECK: v_cmp_f_i16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xa0,0xd0,0xc1,0x04,0x02,0x00]
7204 0x0a,0x00,0xa0,0xd0,0xc1,0x04,0x02,0x00
7206 # CHECK: v_cmp_f_i16_e64 s[10:11], 0x3800, v2 ; encoding: [0x0a,0x00,0xa0,0xd0,0xff,0x04,0x02,0x00]
7207 0x0a,0x00,0xa0,0xd0,0xf0,0x04,0x02,0x00
7209 # CHECK: v_cmp_f_i16_e64 s[10:11], 0xc400, v2 ; encoding: [0x0a,0x00,0xa0,0xd0,0xff,0x04,0x02,0x00]
7210 0x0a,0x00,0xa0,0xd0,0xf7,0x04,0x02,0x00
7212 # CHECK: v_cmp_f_i16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xa0,0xd0,0x01,0xff,0x03,0x00]
7213 0x0a,0x00,0xa0,0xd0,0x01,0xff,0x03,0x00
7215 # CHECK: v_cmp_f_i16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xa0,0xd0,0x01,0x05,0x00,0x00]
7216 0x0a,0x00,0xa0,0xd0,0x01,0x05,0x00,0x00
7218 # CHECK: v_cmp_f_i16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xa0,0xd0,0x01,0xcb,0x00,0x00]
7219 0x0a,0x00,0xa0,0xd0,0x01,0xcb,0x00,0x00
7221 # CHECK: v_cmp_f_i16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xa0,0xd0,0x01,0xcd,0x00,0x00]
7222 0x0a,0x00,0xa0,0xd0,0x01,0xcd,0x00,0x00
7224 # CHECK: v_cmp_f_i16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xa0,0xd0,0x01,0xcf,0x00,0x00]
7225 0x0a,0x00,0xa0,0xd0,0x01,0xcf,0x00,0x00
7227 # CHECK: v_cmp_f_i16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xa0,0xd0,0x01,0xd5,0x00,0x00]
7228 0x0a,0x00,0xa0,0xd0,0x01,0xd5,0x00,0x00
7230 # CHECK: v_cmp_f_i16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xa0,0xd0,0x01,0xd7,0x00,0x00]
7231 0x0a,0x00,0xa0,0xd0,0x01,0xd7,0x00,0x00
7233 # CHECK: v_cmp_f_i16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xa0,0xd0,0x01,0xd9,0x00,0x00]
7234 0x0a,0x00,0xa0,0xd0,0x01,0xd9,0x00,0x00
7236 # CHECK: v_cmp_f_i16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xa0,0xd0,0x01,0xdb,0x00,0x00]
7237 0x0a,0x00,0xa0,0xd0,0x01,0xdb,0x00,0x00
7239 # CHECK: v_cmp_f_i16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xa0,0xd0,0x01,0xdd,0x00,0x00]
7240 0x0a,0x00,0xa0,0xd0,0x01,0xdd,0x00,0x00
7242 # CHECK: v_cmp_f_i16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xa0,0xd0,0x01,0xdf,0x00,0x00]
7243 0x0a,0x00,0xa0,0xd0,0x01,0xdf,0x00,0x00
7245 # CHECK: v_cmp_f_i16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xa0,0xd0,0x01,0xf7,0x00,0x00]
7246 0x0a,0x00,0xa0,0xd0,0x01,0xf7,0x00,0x00
7248 # CHECK: v_cmp_f_i16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xa0,0xd0,0x01,0xf9,0x00,0x00]
7249 0x0a,0x00,0xa0,0xd0,0x01,0xf9,0x00,0x00
7251 # CHECK: v_cmp_f_i16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xa0,0xd0,0x01,0xfd,0x00,0x00]
7252 0x0a,0x00,0xa0,0xd0,0x01,0xfd,0x00,0x00
7254 # CHECK: v_cmp_f_i16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xa0,0xd0,0x01,0xff,0x00,0x00]
7255 0x0a,0x00,0xa0,0xd0,0x01,0xff,0x00,0x00
7257 # CHECK: v_cmp_f_i16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xa0,0xd0,0x01,0x01,0x01,0x00]
7258 0x0a,0x00,0xa0,0xd0,0x01,0x01,0x01,0x00
7260 # CHECK: v_cmp_f_i16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xa0,0xd0,0x01,0x83,0x01,0x00]
7261 0x0a,0x00,0xa0,0xd0,0x01,0x83,0x01,0x00
7263 # CHECK: v_cmp_f_i16_e64 s[10:11], v1, 0x3800 ; encoding: [0x0a,0x00,0xa0,0xd0,0x01,0xff,0x01,0x00]
7264 0x0a,0x00,0xa0,0xd0,0x01,0xe1,0x01,0x00
7266 # CHECK: v_cmp_f_i16_e64 s[10:11], v1, 0xc400 ; encoding: [0x0a,0x00,0xa0,0xd0,0x01,0xff,0x01,0x00]
7267 0x0a,0x00,0xa0,0xd0,0x01,0xef,0x01,0x00
7269 # CHECK: v_cmp_lt_i16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xa1,0xd0,0x01,0x05,0x02,0x00]
7270 0x0a,0x00,0xa1,0xd0,0x01,0x05,0x02,0x00
7272 # CHECK: v_cmp_lt_i16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xa1,0xd0,0x01,0x05,0x02,0x00]
7273 0x0c,0x00,0xa1,0xd0,0x01,0x05,0x02,0x00
7275 # CHECK: v_cmp_lt_i16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xa1,0xd0,0x01,0x05,0x02,0x00]
7276 0x64,0x00,0xa1,0xd0,0x01,0x05,0x02,0x00
7278 # CHECK: v_cmp_lt_i16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xa1,0xd0,0x01,0x05,0x02,0x00]
7279 0x66,0x00,0xa1,0xd0,0x01,0x05,0x02,0x00
7281 # CHECK: v_cmp_lt_i16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xa1,0xd0,0x01,0x05,0x02,0x00]
7282 0x6a,0x00,0xa1,0xd0,0x01,0x05,0x02,0x00
7284 # CHECK: v_cmp_lt_i16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xa1,0xd0,0x01,0x05,0x02,0x00]
7285 0x6c,0x00,0xa1,0xd0,0x01,0x05,0x02,0x00
7287 # CHECK: v_cmp_lt_i16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xa1,0xd0,0x01,0x05,0x02,0x00]
7288 0x6e,0x00,0xa1,0xd0,0x01,0x05,0x02,0x00
7290 # CHECK: v_cmp_lt_i16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xa1,0xd0,0x01,0x05,0x02,0x00]
7291 0x7a,0x00,0xa1,0xd0,0x01,0x05,0x02,0x00
7293 # CHECK: v_cmp_lt_i16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xa1,0xd0,0xff,0x05,0x02,0x00]
7294 0x0a,0x00,0xa1,0xd0,0xff,0x05,0x02,0x00
7296 # CHECK: v_cmp_lt_i16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xa1,0xd0,0x01,0x04,0x02,0x00]
7297 0x0a,0x00,0xa1,0xd0,0x01,0x04,0x02,0x00
7299 # CHECK: v_cmp_lt_i16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xa1,0xd0,0x65,0x04,0x02,0x00]
7300 0x0a,0x00,0xa1,0xd0,0x65,0x04,0x02,0x00
7302 # CHECK: v_cmp_lt_i16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xa1,0xd0,0x66,0x04,0x02,0x00]
7303 0x0a,0x00,0xa1,0xd0,0x66,0x04,0x02,0x00
7305 # CHECK: v_cmp_lt_i16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xa1,0xd0,0x67,0x04,0x02,0x00]
7306 0x0a,0x00,0xa1,0xd0,0x67,0x04,0x02,0x00
7308 # CHECK: v_cmp_lt_i16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xa1,0xd0,0x6a,0x04,0x02,0x00]
7309 0x0a,0x00,0xa1,0xd0,0x6a,0x04,0x02,0x00
7311 # CHECK: v_cmp_lt_i16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xa1,0xd0,0x6b,0x04,0x02,0x00]
7312 0x0a,0x00,0xa1,0xd0,0x6b,0x04,0x02,0x00
7314 # CHECK: v_cmp_lt_i16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xa1,0xd0,0x6c,0x04,0x02,0x00]
7315 0x0a,0x00,0xa1,0xd0,0x6c,0x04,0x02,0x00
7317 # CHECK: v_cmp_lt_i16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xa1,0xd0,0x6d,0x04,0x02,0x00]
7318 0x0a,0x00,0xa1,0xd0,0x6d,0x04,0x02,0x00
7320 # CHECK: v_cmp_lt_i16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xa1,0xd0,0x6e,0x04,0x02,0x00]
7321 0x0a,0x00,0xa1,0xd0,0x6e,0x04,0x02,0x00
7323 # CHECK: v_cmp_lt_i16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xa1,0xd0,0x6f,0x04,0x02,0x00]
7324 0x0a,0x00,0xa1,0xd0,0x6f,0x04,0x02,0x00
7326 # CHECK: v_cmp_lt_i16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xa1,0xd0,0x7b,0x04,0x02,0x00]
7327 0x0a,0x00,0xa1,0xd0,0x7b,0x04,0x02,0x00
7329 # CHECK: v_cmp_lt_i16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xa1,0xd0,0x7c,0x04,0x02,0x00]
7330 0x0a,0x00,0xa1,0xd0,0x7c,0x04,0x02,0x00
7332 # CHECK: v_cmp_lt_i16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xa1,0xd0,0x7e,0x04,0x02,0x00]
7333 0x0a,0x00,0xa1,0xd0,0x7e,0x04,0x02,0x00
7335 # CHECK: v_cmp_lt_i16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xa1,0xd0,0x7f,0x04,0x02,0x00]
7336 0x0a,0x00,0xa1,0xd0,0x7f,0x04,0x02,0x00
7338 # CHECK: v_cmp_lt_i16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xa1,0xd0,0x80,0x04,0x02,0x00]
7339 0x0a,0x00,0xa1,0xd0,0x80,0x04,0x02,0x00
7341 # CHECK: v_cmp_lt_i16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xa1,0xd0,0xc1,0x04,0x02,0x00]
7342 0x0a,0x00,0xa1,0xd0,0xc1,0x04,0x02,0x00
7344 # CHECK: v_cmp_lt_i16_e64 s[10:11], 0x3800, v2 ; encoding: [0x0a,0x00,0xa1,0xd0,0xff,0x04,0x02,0x00]
7345 0x0a,0x00,0xa1,0xd0,0xf0,0x04,0x02,0x00
7347 # CHECK: v_cmp_lt_i16_e64 s[10:11], 0xc400, v2 ; encoding: [0x0a,0x00,0xa1,0xd0,0xff,0x04,0x02,0x00]
7348 0x0a,0x00,0xa1,0xd0,0xf7,0x04,0x02,0x00
7350 # CHECK: v_cmp_lt_i16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xa1,0xd0,0x01,0xff,0x03,0x00]
7351 0x0a,0x00,0xa1,0xd0,0x01,0xff,0x03,0x00
7353 # CHECK: v_cmp_lt_i16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xa1,0xd0,0x01,0x05,0x00,0x00]
7354 0x0a,0x00,0xa1,0xd0,0x01,0x05,0x00,0x00
7356 # CHECK: v_cmp_lt_i16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xa1,0xd0,0x01,0xcb,0x00,0x00]
7357 0x0a,0x00,0xa1,0xd0,0x01,0xcb,0x00,0x00
7359 # CHECK: v_cmp_lt_i16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xa1,0xd0,0x01,0xcd,0x00,0x00]
7360 0x0a,0x00,0xa1,0xd0,0x01,0xcd,0x00,0x00
7362 # CHECK: v_cmp_lt_i16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xa1,0xd0,0x01,0xcf,0x00,0x00]
7363 0x0a,0x00,0xa1,0xd0,0x01,0xcf,0x00,0x00
7365 # CHECK: v_cmp_lt_i16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xa1,0xd0,0x01,0xd5,0x00,0x00]
7366 0x0a,0x00,0xa1,0xd0,0x01,0xd5,0x00,0x00
7368 # CHECK: v_cmp_lt_i16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xa1,0xd0,0x01,0xd7,0x00,0x00]
7369 0x0a,0x00,0xa1,0xd0,0x01,0xd7,0x00,0x00
7371 # CHECK: v_cmp_lt_i16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xa1,0xd0,0x01,0xd9,0x00,0x00]
7372 0x0a,0x00,0xa1,0xd0,0x01,0xd9,0x00,0x00
7374 # CHECK: v_cmp_lt_i16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xa1,0xd0,0x01,0xdb,0x00,0x00]
7375 0x0a,0x00,0xa1,0xd0,0x01,0xdb,0x00,0x00
7377 # CHECK: v_cmp_lt_i16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xa1,0xd0,0x01,0xdd,0x00,0x00]
7378 0x0a,0x00,0xa1,0xd0,0x01,0xdd,0x00,0x00
7380 # CHECK: v_cmp_lt_i16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xa1,0xd0,0x01,0xdf,0x00,0x00]
7381 0x0a,0x00,0xa1,0xd0,0x01,0xdf,0x00,0x00
7383 # CHECK: v_cmp_lt_i16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xa1,0xd0,0x01,0xf7,0x00,0x00]
7384 0x0a,0x00,0xa1,0xd0,0x01,0xf7,0x00,0x00
7386 # CHECK: v_cmp_lt_i16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xa1,0xd0,0x01,0xf9,0x00,0x00]
7387 0x0a,0x00,0xa1,0xd0,0x01,0xf9,0x00,0x00
7389 # CHECK: v_cmp_lt_i16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xa1,0xd0,0x01,0xfd,0x00,0x00]
7390 0x0a,0x00,0xa1,0xd0,0x01,0xfd,0x00,0x00
7392 # CHECK: v_cmp_lt_i16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xa1,0xd0,0x01,0xff,0x00,0x00]
7393 0x0a,0x00,0xa1,0xd0,0x01,0xff,0x00,0x00
7395 # CHECK: v_cmp_lt_i16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xa1,0xd0,0x01,0x01,0x01,0x00]
7396 0x0a,0x00,0xa1,0xd0,0x01,0x01,0x01,0x00
7398 # CHECK: v_cmp_lt_i16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xa1,0xd0,0x01,0x83,0x01,0x00]
7399 0x0a,0x00,0xa1,0xd0,0x01,0x83,0x01,0x00
7401 # CHECK: v_cmp_lt_i16_e64 s[10:11], v1, 0x3800 ; encoding: [0x0a,0x00,0xa1,0xd0,0x01,0xff,0x01,0x00]
7402 0x0a,0x00,0xa1,0xd0,0x01,0xe1,0x01,0x00
7404 # CHECK: v_cmp_lt_i16_e64 s[10:11], v1, 0xc400 ; encoding: [0x0a,0x00,0xa1,0xd0,0x01,0xff,0x01,0x00]
7405 0x0a,0x00,0xa1,0xd0,0x01,0xef,0x01,0x00
7407 # CHECK: v_cmp_eq_i16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xa2,0xd0,0x01,0x05,0x02,0x00]
7408 0x0a,0x00,0xa2,0xd0,0x01,0x05,0x02,0x00
7410 # CHECK: v_cmp_eq_i16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xa2,0xd0,0x01,0x05,0x02,0x00]
7411 0x0c,0x00,0xa2,0xd0,0x01,0x05,0x02,0x00
7413 # CHECK: v_cmp_eq_i16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xa2,0xd0,0x01,0x05,0x02,0x00]
7414 0x64,0x00,0xa2,0xd0,0x01,0x05,0x02,0x00
7416 # CHECK: v_cmp_eq_i16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xa2,0xd0,0x01,0x05,0x02,0x00]
7417 0x66,0x00,0xa2,0xd0,0x01,0x05,0x02,0x00
7419 # CHECK: v_cmp_eq_i16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xa2,0xd0,0x01,0x05,0x02,0x00]
7420 0x6a,0x00,0xa2,0xd0,0x01,0x05,0x02,0x00
7422 # CHECK: v_cmp_eq_i16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xa2,0xd0,0x01,0x05,0x02,0x00]
7423 0x6c,0x00,0xa2,0xd0,0x01,0x05,0x02,0x00
7425 # CHECK: v_cmp_eq_i16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xa2,0xd0,0x01,0x05,0x02,0x00]
7426 0x6e,0x00,0xa2,0xd0,0x01,0x05,0x02,0x00
7428 # CHECK: v_cmp_eq_i16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xa2,0xd0,0x01,0x05,0x02,0x00]
7429 0x7a,0x00,0xa2,0xd0,0x01,0x05,0x02,0x00
7431 # CHECK: v_cmp_eq_i16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xa2,0xd0,0xff,0x05,0x02,0x00]
7432 0x0a,0x00,0xa2,0xd0,0xff,0x05,0x02,0x00
7434 # CHECK: v_cmp_eq_i16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xa2,0xd0,0x01,0x04,0x02,0x00]
7435 0x0a,0x00,0xa2,0xd0,0x01,0x04,0x02,0x00
7437 # CHECK: v_cmp_eq_i16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xa2,0xd0,0x65,0x04,0x02,0x00]
7438 0x0a,0x00,0xa2,0xd0,0x65,0x04,0x02,0x00
7440 # CHECK: v_cmp_eq_i16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xa2,0xd0,0x66,0x04,0x02,0x00]
7441 0x0a,0x00,0xa2,0xd0,0x66,0x04,0x02,0x00
7443 # CHECK: v_cmp_eq_i16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xa2,0xd0,0x67,0x04,0x02,0x00]
7444 0x0a,0x00,0xa2,0xd0,0x67,0x04,0x02,0x00
7446 # CHECK: v_cmp_eq_i16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xa2,0xd0,0x6a,0x04,0x02,0x00]
7447 0x0a,0x00,0xa2,0xd0,0x6a,0x04,0x02,0x00
7449 # CHECK: v_cmp_eq_i16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xa2,0xd0,0x6b,0x04,0x02,0x00]
7450 0x0a,0x00,0xa2,0xd0,0x6b,0x04,0x02,0x00
7452 # CHECK: v_cmp_eq_i16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xa2,0xd0,0x6c,0x04,0x02,0x00]
7453 0x0a,0x00,0xa2,0xd0,0x6c,0x04,0x02,0x00
7455 # CHECK: v_cmp_eq_i16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xa2,0xd0,0x6d,0x04,0x02,0x00]
7456 0x0a,0x00,0xa2,0xd0,0x6d,0x04,0x02,0x00
7458 # CHECK: v_cmp_eq_i16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xa2,0xd0,0x6e,0x04,0x02,0x00]
7459 0x0a,0x00,0xa2,0xd0,0x6e,0x04,0x02,0x00
7461 # CHECK: v_cmp_eq_i16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xa2,0xd0,0x6f,0x04,0x02,0x00]
7462 0x0a,0x00,0xa2,0xd0,0x6f,0x04,0x02,0x00
7464 # CHECK: v_cmp_eq_i16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xa2,0xd0,0x7b,0x04,0x02,0x00]
7465 0x0a,0x00,0xa2,0xd0,0x7b,0x04,0x02,0x00
7467 # CHECK: v_cmp_eq_i16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xa2,0xd0,0x7c,0x04,0x02,0x00]
7468 0x0a,0x00,0xa2,0xd0,0x7c,0x04,0x02,0x00
7470 # CHECK: v_cmp_eq_i16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xa2,0xd0,0x7e,0x04,0x02,0x00]
7471 0x0a,0x00,0xa2,0xd0,0x7e,0x04,0x02,0x00
7473 # CHECK: v_cmp_eq_i16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xa2,0xd0,0x7f,0x04,0x02,0x00]
7474 0x0a,0x00,0xa2,0xd0,0x7f,0x04,0x02,0x00
7476 # CHECK: v_cmp_eq_i16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xa2,0xd0,0x80,0x04,0x02,0x00]
7477 0x0a,0x00,0xa2,0xd0,0x80,0x04,0x02,0x00
7479 # CHECK: v_cmp_eq_i16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xa2,0xd0,0xc1,0x04,0x02,0x00]
7480 0x0a,0x00,0xa2,0xd0,0xc1,0x04,0x02,0x00
7482 # CHECK: v_cmp_eq_i16_e64 s[10:11], 0x3800, v2 ; encoding: [0x0a,0x00,0xa2,0xd0,0xff,0x04,0x02,0x00]
7483 0x0a,0x00,0xa2,0xd0,0xf0,0x04,0x02,0x00
7485 # CHECK: v_cmp_eq_i16_e64 s[10:11], 0xc400, v2 ; encoding: [0x0a,0x00,0xa2,0xd0,0xff,0x04,0x02,0x00]
7486 0x0a,0x00,0xa2,0xd0,0xf7,0x04,0x02,0x00
7488 # CHECK: v_cmp_eq_i16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xa2,0xd0,0x01,0xff,0x03,0x00]
7489 0x0a,0x00,0xa2,0xd0,0x01,0xff,0x03,0x00
7491 # CHECK: v_cmp_eq_i16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xa2,0xd0,0x01,0x05,0x00,0x00]
7492 0x0a,0x00,0xa2,0xd0,0x01,0x05,0x00,0x00
7494 # CHECK: v_cmp_eq_i16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xa2,0xd0,0x01,0xcb,0x00,0x00]
7495 0x0a,0x00,0xa2,0xd0,0x01,0xcb,0x00,0x00
7497 # CHECK: v_cmp_eq_i16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xa2,0xd0,0x01,0xcd,0x00,0x00]
7498 0x0a,0x00,0xa2,0xd0,0x01,0xcd,0x00,0x00
7500 # CHECK: v_cmp_eq_i16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xa2,0xd0,0x01,0xcf,0x00,0x00]
7501 0x0a,0x00,0xa2,0xd0,0x01,0xcf,0x00,0x00
7503 # CHECK: v_cmp_eq_i16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xa2,0xd0,0x01,0xd5,0x00,0x00]
7504 0x0a,0x00,0xa2,0xd0,0x01,0xd5,0x00,0x00
7506 # CHECK: v_cmp_eq_i16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xa2,0xd0,0x01,0xd7,0x00,0x00]
7507 0x0a,0x00,0xa2,0xd0,0x01,0xd7,0x00,0x00
7509 # CHECK: v_cmp_eq_i16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xa2,0xd0,0x01,0xd9,0x00,0x00]
7510 0x0a,0x00,0xa2,0xd0,0x01,0xd9,0x00,0x00
7512 # CHECK: v_cmp_eq_i16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xa2,0xd0,0x01,0xdb,0x00,0x00]
7513 0x0a,0x00,0xa2,0xd0,0x01,0xdb,0x00,0x00
7515 # CHECK: v_cmp_eq_i16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xa2,0xd0,0x01,0xdd,0x00,0x00]
7516 0x0a,0x00,0xa2,0xd0,0x01,0xdd,0x00,0x00
7518 # CHECK: v_cmp_eq_i16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xa2,0xd0,0x01,0xdf,0x00,0x00]
7519 0x0a,0x00,0xa2,0xd0,0x01,0xdf,0x00,0x00
7521 # CHECK: v_cmp_eq_i16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xa2,0xd0,0x01,0xf7,0x00,0x00]
7522 0x0a,0x00,0xa2,0xd0,0x01,0xf7,0x00,0x00
7524 # CHECK: v_cmp_eq_i16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xa2,0xd0,0x01,0xf9,0x00,0x00]
7525 0x0a,0x00,0xa2,0xd0,0x01,0xf9,0x00,0x00
7527 # CHECK: v_cmp_eq_i16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xa2,0xd0,0x01,0xfd,0x00,0x00]
7528 0x0a,0x00,0xa2,0xd0,0x01,0xfd,0x00,0x00
7530 # CHECK: v_cmp_eq_i16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xa2,0xd0,0x01,0xff,0x00,0x00]
7531 0x0a,0x00,0xa2,0xd0,0x01,0xff,0x00,0x00
7533 # CHECK: v_cmp_eq_i16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xa2,0xd0,0x01,0x01,0x01,0x00]
7534 0x0a,0x00,0xa2,0xd0,0x01,0x01,0x01,0x00
7536 # CHECK: v_cmp_eq_i16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xa2,0xd0,0x01,0x83,0x01,0x00]
7537 0x0a,0x00,0xa2,0xd0,0x01,0x83,0x01,0x00
7539 # CHECK: v_cmp_eq_i16_e64 s[10:11], v1, 0x3800 ; encoding: [0x0a,0x00,0xa2,0xd0,0x01,0xff,0x01,0x00]
7540 0x0a,0x00,0xa2,0xd0,0x01,0xe1,0x01,0x00
7542 # CHECK: v_cmp_eq_i16_e64 s[10:11], v1, 0xc400 ; encoding: [0x0a,0x00,0xa2,0xd0,0x01,0xff,0x01,0x00]
7543 0x0a,0x00,0xa2,0xd0,0x01,0xef,0x01,0x00
7545 # CHECK: v_cmp_le_i16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xa3,0xd0,0x01,0x05,0x02,0x00]
7546 0x0a,0x00,0xa3,0xd0,0x01,0x05,0x02,0x00
7548 # CHECK: v_cmp_le_i16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xa3,0xd0,0x01,0x05,0x02,0x00]
7549 0x0c,0x00,0xa3,0xd0,0x01,0x05,0x02,0x00
7551 # CHECK: v_cmp_le_i16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xa3,0xd0,0x01,0x05,0x02,0x00]
7552 0x64,0x00,0xa3,0xd0,0x01,0x05,0x02,0x00
7554 # CHECK: v_cmp_le_i16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xa3,0xd0,0x01,0x05,0x02,0x00]
7555 0x66,0x00,0xa3,0xd0,0x01,0x05,0x02,0x00
7557 # CHECK: v_cmp_le_i16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xa3,0xd0,0x01,0x05,0x02,0x00]
7558 0x6a,0x00,0xa3,0xd0,0x01,0x05,0x02,0x00
7560 # CHECK: v_cmp_le_i16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xa3,0xd0,0x01,0x05,0x02,0x00]
7561 0x6c,0x00,0xa3,0xd0,0x01,0x05,0x02,0x00
7563 # CHECK: v_cmp_le_i16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xa3,0xd0,0x01,0x05,0x02,0x00]
7564 0x6e,0x00,0xa3,0xd0,0x01,0x05,0x02,0x00
7566 # CHECK: v_cmp_le_i16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xa3,0xd0,0x01,0x05,0x02,0x00]
7567 0x7a,0x00,0xa3,0xd0,0x01,0x05,0x02,0x00
7569 # CHECK: v_cmp_le_i16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xa3,0xd0,0xff,0x05,0x02,0x00]
7570 0x0a,0x00,0xa3,0xd0,0xff,0x05,0x02,0x00
7572 # CHECK: v_cmp_le_i16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xa3,0xd0,0x01,0x04,0x02,0x00]
7573 0x0a,0x00,0xa3,0xd0,0x01,0x04,0x02,0x00
7575 # CHECK: v_cmp_le_i16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xa3,0xd0,0x65,0x04,0x02,0x00]
7576 0x0a,0x00,0xa3,0xd0,0x65,0x04,0x02,0x00
7578 # CHECK: v_cmp_le_i16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xa3,0xd0,0x66,0x04,0x02,0x00]
7579 0x0a,0x00,0xa3,0xd0,0x66,0x04,0x02,0x00
7581 # CHECK: v_cmp_le_i16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xa3,0xd0,0x67,0x04,0x02,0x00]
7582 0x0a,0x00,0xa3,0xd0,0x67,0x04,0x02,0x00
7584 # CHECK: v_cmp_le_i16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xa3,0xd0,0x6a,0x04,0x02,0x00]
7585 0x0a,0x00,0xa3,0xd0,0x6a,0x04,0x02,0x00
7587 # CHECK: v_cmp_le_i16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xa3,0xd0,0x6b,0x04,0x02,0x00]
7588 0x0a,0x00,0xa3,0xd0,0x6b,0x04,0x02,0x00
7590 # CHECK: v_cmp_le_i16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xa3,0xd0,0x6c,0x04,0x02,0x00]
7591 0x0a,0x00,0xa3,0xd0,0x6c,0x04,0x02,0x00
7593 # CHECK: v_cmp_le_i16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xa3,0xd0,0x6d,0x04,0x02,0x00]
7594 0x0a,0x00,0xa3,0xd0,0x6d,0x04,0x02,0x00
7596 # CHECK: v_cmp_le_i16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xa3,0xd0,0x6e,0x04,0x02,0x00]
7597 0x0a,0x00,0xa3,0xd0,0x6e,0x04,0x02,0x00
7599 # CHECK: v_cmp_le_i16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xa3,0xd0,0x6f,0x04,0x02,0x00]
7600 0x0a,0x00,0xa3,0xd0,0x6f,0x04,0x02,0x00
7602 # CHECK: v_cmp_le_i16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xa3,0xd0,0x7b,0x04,0x02,0x00]
7603 0x0a,0x00,0xa3,0xd0,0x7b,0x04,0x02,0x00
7605 # CHECK: v_cmp_le_i16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xa3,0xd0,0x7c,0x04,0x02,0x00]
7606 0x0a,0x00,0xa3,0xd0,0x7c,0x04,0x02,0x00
7608 # CHECK: v_cmp_le_i16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xa3,0xd0,0x7e,0x04,0x02,0x00]
7609 0x0a,0x00,0xa3,0xd0,0x7e,0x04,0x02,0x00
7611 # CHECK: v_cmp_le_i16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xa3,0xd0,0x7f,0x04,0x02,0x00]
7612 0x0a,0x00,0xa3,0xd0,0x7f,0x04,0x02,0x00
7614 # CHECK: v_cmp_le_i16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xa3,0xd0,0x80,0x04,0x02,0x00]
7615 0x0a,0x00,0xa3,0xd0,0x80,0x04,0x02,0x00
7617 # CHECK: v_cmp_le_i16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xa3,0xd0,0xc1,0x04,0x02,0x00]
7618 0x0a,0x00,0xa3,0xd0,0xc1,0x04,0x02,0x00
7620 # CHECK: v_cmp_le_i16_e64 s[10:11], 0x3800, v2 ; encoding: [0x0a,0x00,0xa3,0xd0,0xff,0x04,0x02,0x00]
7621 0x0a,0x00,0xa3,0xd0,0xf0,0x04,0x02,0x00
7623 # CHECK: v_cmp_le_i16_e64 s[10:11], 0xc400, v2 ; encoding: [0x0a,0x00,0xa3,0xd0,0xff,0x04,0x02,0x00]
7624 0x0a,0x00,0xa3,0xd0,0xf7,0x04,0x02,0x00
7626 # CHECK: v_cmp_le_i16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xa3,0xd0,0x01,0xff,0x03,0x00]
7627 0x0a,0x00,0xa3,0xd0,0x01,0xff,0x03,0x00
7629 # CHECK: v_cmp_le_i16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xa3,0xd0,0x01,0x05,0x00,0x00]
7630 0x0a,0x00,0xa3,0xd0,0x01,0x05,0x00,0x00
7632 # CHECK: v_cmp_le_i16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xa3,0xd0,0x01,0xcb,0x00,0x00]
7633 0x0a,0x00,0xa3,0xd0,0x01,0xcb,0x00,0x00
7635 # CHECK: v_cmp_le_i16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xa3,0xd0,0x01,0xcd,0x00,0x00]
7636 0x0a,0x00,0xa3,0xd0,0x01,0xcd,0x00,0x00
7638 # CHECK: v_cmp_le_i16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xa3,0xd0,0x01,0xcf,0x00,0x00]
7639 0x0a,0x00,0xa3,0xd0,0x01,0xcf,0x00,0x00
7641 # CHECK: v_cmp_le_i16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xa3,0xd0,0x01,0xd5,0x00,0x00]
7642 0x0a,0x00,0xa3,0xd0,0x01,0xd5,0x00,0x00
7644 # CHECK: v_cmp_le_i16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xa3,0xd0,0x01,0xd7,0x00,0x00]
7645 0x0a,0x00,0xa3,0xd0,0x01,0xd7,0x00,0x00
7647 # CHECK: v_cmp_le_i16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xa3,0xd0,0x01,0xd9,0x00,0x00]
7648 0x0a,0x00,0xa3,0xd0,0x01,0xd9,0x00,0x00
7650 # CHECK: v_cmp_le_i16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xa3,0xd0,0x01,0xdb,0x00,0x00]
7651 0x0a,0x00,0xa3,0xd0,0x01,0xdb,0x00,0x00
7653 # CHECK: v_cmp_le_i16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xa3,0xd0,0x01,0xdd,0x00,0x00]
7654 0x0a,0x00,0xa3,0xd0,0x01,0xdd,0x00,0x00
7656 # CHECK: v_cmp_le_i16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xa3,0xd0,0x01,0xdf,0x00,0x00]
7657 0x0a,0x00,0xa3,0xd0,0x01,0xdf,0x00,0x00
7659 # CHECK: v_cmp_le_i16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xa3,0xd0,0x01,0xf7,0x00,0x00]
7660 0x0a,0x00,0xa3,0xd0,0x01,0xf7,0x00,0x00
7662 # CHECK: v_cmp_le_i16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xa3,0xd0,0x01,0xf9,0x00,0x00]
7663 0x0a,0x00,0xa3,0xd0,0x01,0xf9,0x00,0x00
7665 # CHECK: v_cmp_le_i16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xa3,0xd0,0x01,0xfd,0x00,0x00]
7666 0x0a,0x00,0xa3,0xd0,0x01,0xfd,0x00,0x00
7668 # CHECK: v_cmp_le_i16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xa3,0xd0,0x01,0xff,0x00,0x00]
7669 0x0a,0x00,0xa3,0xd0,0x01,0xff,0x00,0x00
7671 # CHECK: v_cmp_le_i16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xa3,0xd0,0x01,0x01,0x01,0x00]
7672 0x0a,0x00,0xa3,0xd0,0x01,0x01,0x01,0x00
7674 # CHECK: v_cmp_le_i16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xa3,0xd0,0x01,0x83,0x01,0x00]
7675 0x0a,0x00,0xa3,0xd0,0x01,0x83,0x01,0x00
7677 # CHECK: v_cmp_le_i16_e64 s[10:11], v1, 0x3800 ; encoding: [0x0a,0x00,0xa3,0xd0,0x01,0xff,0x01,0x00]
7678 0x0a,0x00,0xa3,0xd0,0x01,0xe1,0x01,0x00
7680 # CHECK: v_cmp_le_i16_e64 s[10:11], v1, 0xc400 ; encoding: [0x0a,0x00,0xa3,0xd0,0x01,0xff,0x01,0x00]
7681 0x0a,0x00,0xa3,0xd0,0x01,0xef,0x01,0x00
7683 # CHECK: v_cmp_gt_i16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xa4,0xd0,0x01,0x05,0x02,0x00]
7684 0x0a,0x00,0xa4,0xd0,0x01,0x05,0x02,0x00
7686 # CHECK: v_cmp_gt_i16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xa4,0xd0,0x01,0x05,0x02,0x00]
7687 0x0c,0x00,0xa4,0xd0,0x01,0x05,0x02,0x00
7689 # CHECK: v_cmp_gt_i16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xa4,0xd0,0x01,0x05,0x02,0x00]
7690 0x64,0x00,0xa4,0xd0,0x01,0x05,0x02,0x00
7692 # CHECK: v_cmp_gt_i16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xa4,0xd0,0x01,0x05,0x02,0x00]
7693 0x66,0x00,0xa4,0xd0,0x01,0x05,0x02,0x00
7695 # CHECK: v_cmp_gt_i16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xa4,0xd0,0x01,0x05,0x02,0x00]
7696 0x6a,0x00,0xa4,0xd0,0x01,0x05,0x02,0x00
7698 # CHECK: v_cmp_gt_i16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xa4,0xd0,0x01,0x05,0x02,0x00]
7699 0x6c,0x00,0xa4,0xd0,0x01,0x05,0x02,0x00
7701 # CHECK: v_cmp_gt_i16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xa4,0xd0,0x01,0x05,0x02,0x00]
7702 0x6e,0x00,0xa4,0xd0,0x01,0x05,0x02,0x00
7704 # CHECK: v_cmp_gt_i16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xa4,0xd0,0x01,0x05,0x02,0x00]
7705 0x7a,0x00,0xa4,0xd0,0x01,0x05,0x02,0x00
7707 # CHECK: v_cmp_gt_i16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xa4,0xd0,0xff,0x05,0x02,0x00]
7708 0x0a,0x00,0xa4,0xd0,0xff,0x05,0x02,0x00
7710 # CHECK: v_cmp_gt_i16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xa4,0xd0,0x01,0x04,0x02,0x00]
7711 0x0a,0x00,0xa4,0xd0,0x01,0x04,0x02,0x00
7713 # CHECK: v_cmp_gt_i16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xa4,0xd0,0x65,0x04,0x02,0x00]
7714 0x0a,0x00,0xa4,0xd0,0x65,0x04,0x02,0x00
7716 # CHECK: v_cmp_gt_i16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xa4,0xd0,0x66,0x04,0x02,0x00]
7717 0x0a,0x00,0xa4,0xd0,0x66,0x04,0x02,0x00
7719 # CHECK: v_cmp_gt_i16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xa4,0xd0,0x67,0x04,0x02,0x00]
7720 0x0a,0x00,0xa4,0xd0,0x67,0x04,0x02,0x00
7722 # CHECK: v_cmp_gt_i16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xa4,0xd0,0x6a,0x04,0x02,0x00]
7723 0x0a,0x00,0xa4,0xd0,0x6a,0x04,0x02,0x00
7725 # CHECK: v_cmp_gt_i16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xa4,0xd0,0x6b,0x04,0x02,0x00]
7726 0x0a,0x00,0xa4,0xd0,0x6b,0x04,0x02,0x00
7728 # CHECK: v_cmp_gt_i16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xa4,0xd0,0x6c,0x04,0x02,0x00]
7729 0x0a,0x00,0xa4,0xd0,0x6c,0x04,0x02,0x00
7731 # CHECK: v_cmp_gt_i16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xa4,0xd0,0x6d,0x04,0x02,0x00]
7732 0x0a,0x00,0xa4,0xd0,0x6d,0x04,0x02,0x00
7734 # CHECK: v_cmp_gt_i16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xa4,0xd0,0x6e,0x04,0x02,0x00]
7735 0x0a,0x00,0xa4,0xd0,0x6e,0x04,0x02,0x00
7737 # CHECK: v_cmp_gt_i16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xa4,0xd0,0x6f,0x04,0x02,0x00]
7738 0x0a,0x00,0xa4,0xd0,0x6f,0x04,0x02,0x00
7740 # CHECK: v_cmp_gt_i16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xa4,0xd0,0x7b,0x04,0x02,0x00]
7741 0x0a,0x00,0xa4,0xd0,0x7b,0x04,0x02,0x00
7743 # CHECK: v_cmp_gt_i16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xa4,0xd0,0x7c,0x04,0x02,0x00]
7744 0x0a,0x00,0xa4,0xd0,0x7c,0x04,0x02,0x00
7746 # CHECK: v_cmp_gt_i16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xa4,0xd0,0x7e,0x04,0x02,0x00]
7747 0x0a,0x00,0xa4,0xd0,0x7e,0x04,0x02,0x00
7749 # CHECK: v_cmp_gt_i16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xa4,0xd0,0x7f,0x04,0x02,0x00]
7750 0x0a,0x00,0xa4,0xd0,0x7f,0x04,0x02,0x00
7752 # CHECK: v_cmp_gt_i16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xa4,0xd0,0x80,0x04,0x02,0x00]
7753 0x0a,0x00,0xa4,0xd0,0x80,0x04,0x02,0x00
7755 # CHECK: v_cmp_gt_i16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xa4,0xd0,0xc1,0x04,0x02,0x00]
7756 0x0a,0x00,0xa4,0xd0,0xc1,0x04,0x02,0x00
7758 # CHECK: v_cmp_gt_i16_e64 s[10:11], 0x3800, v2 ; encoding: [0x0a,0x00,0xa4,0xd0,0xff,0x04,0x02,0x00]
7759 0x0a,0x00,0xa4,0xd0,0xf0,0x04,0x02,0x00
7761 # CHECK: v_cmp_gt_i16_e64 s[10:11], 0xc400, v2 ; encoding: [0x0a,0x00,0xa4,0xd0,0xff,0x04,0x02,0x00]
7762 0x0a,0x00,0xa4,0xd0,0xf7,0x04,0x02,0x00
7764 # CHECK: v_cmp_gt_i16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xa4,0xd0,0x01,0xff,0x03,0x00]
7765 0x0a,0x00,0xa4,0xd0,0x01,0xff,0x03,0x00
7767 # CHECK: v_cmp_gt_i16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xa4,0xd0,0x01,0x05,0x00,0x00]
7768 0x0a,0x00,0xa4,0xd0,0x01,0x05,0x00,0x00
7770 # CHECK: v_cmp_gt_i16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xa4,0xd0,0x01,0xcb,0x00,0x00]
7771 0x0a,0x00,0xa4,0xd0,0x01,0xcb,0x00,0x00
7773 # CHECK: v_cmp_gt_i16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xa4,0xd0,0x01,0xcd,0x00,0x00]
7774 0x0a,0x00,0xa4,0xd0,0x01,0xcd,0x00,0x00
7776 # CHECK: v_cmp_gt_i16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xa4,0xd0,0x01,0xcf,0x00,0x00]
7777 0x0a,0x00,0xa4,0xd0,0x01,0xcf,0x00,0x00
7779 # CHECK: v_cmp_gt_i16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xa4,0xd0,0x01,0xd5,0x00,0x00]
7780 0x0a,0x00,0xa4,0xd0,0x01,0xd5,0x00,0x00
7782 # CHECK: v_cmp_gt_i16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xa4,0xd0,0x01,0xd7,0x00,0x00]
7783 0x0a,0x00,0xa4,0xd0,0x01,0xd7,0x00,0x00
7785 # CHECK: v_cmp_gt_i16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xa4,0xd0,0x01,0xd9,0x00,0x00]
7786 0x0a,0x00,0xa4,0xd0,0x01,0xd9,0x00,0x00
7788 # CHECK: v_cmp_gt_i16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xa4,0xd0,0x01,0xdb,0x00,0x00]
7789 0x0a,0x00,0xa4,0xd0,0x01,0xdb,0x00,0x00
7791 # CHECK: v_cmp_gt_i16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xa4,0xd0,0x01,0xdd,0x00,0x00]
7792 0x0a,0x00,0xa4,0xd0,0x01,0xdd,0x00,0x00
7794 # CHECK: v_cmp_gt_i16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xa4,0xd0,0x01,0xdf,0x00,0x00]
7795 0x0a,0x00,0xa4,0xd0,0x01,0xdf,0x00,0x00
7797 # CHECK: v_cmp_gt_i16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xa4,0xd0,0x01,0xf7,0x00,0x00]
7798 0x0a,0x00,0xa4,0xd0,0x01,0xf7,0x00,0x00
7800 # CHECK: v_cmp_gt_i16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xa4,0xd0,0x01,0xf9,0x00,0x00]
7801 0x0a,0x00,0xa4,0xd0,0x01,0xf9,0x00,0x00
7803 # CHECK: v_cmp_gt_i16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xa4,0xd0,0x01,0xfd,0x00,0x00]
7804 0x0a,0x00,0xa4,0xd0,0x01,0xfd,0x00,0x00
7806 # CHECK: v_cmp_gt_i16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xa4,0xd0,0x01,0xff,0x00,0x00]
7807 0x0a,0x00,0xa4,0xd0,0x01,0xff,0x00,0x00
7809 # CHECK: v_cmp_gt_i16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xa4,0xd0,0x01,0x01,0x01,0x00]
7810 0x0a,0x00,0xa4,0xd0,0x01,0x01,0x01,0x00
7812 # CHECK: v_cmp_gt_i16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xa4,0xd0,0x01,0x83,0x01,0x00]
7813 0x0a,0x00,0xa4,0xd0,0x01,0x83,0x01,0x00
7815 # CHECK: v_cmp_gt_i16_e64 s[10:11], v1, 0x3800 ; encoding: [0x0a,0x00,0xa4,0xd0,0x01,0xff,0x01,0x00]
7816 0x0a,0x00,0xa4,0xd0,0x01,0xe1,0x01,0x00
7818 # CHECK: v_cmp_gt_i16_e64 s[10:11], v1, 0xc400 ; encoding: [0x0a,0x00,0xa4,0xd0,0x01,0xff,0x01,0x00]
7819 0x0a,0x00,0xa4,0xd0,0x01,0xef,0x01,0x00
7821 # CHECK: v_cmp_ne_i16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xa5,0xd0,0x01,0x05,0x02,0x00]
7822 0x0a,0x00,0xa5,0xd0,0x01,0x05,0x02,0x00
7824 # CHECK: v_cmp_ne_i16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xa5,0xd0,0x01,0x05,0x02,0x00]
7825 0x0c,0x00,0xa5,0xd0,0x01,0x05,0x02,0x00
7827 # CHECK: v_cmp_ne_i16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xa5,0xd0,0x01,0x05,0x02,0x00]
7828 0x64,0x00,0xa5,0xd0,0x01,0x05,0x02,0x00
7830 # CHECK: v_cmp_ne_i16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xa5,0xd0,0x01,0x05,0x02,0x00]
7831 0x66,0x00,0xa5,0xd0,0x01,0x05,0x02,0x00
7833 # CHECK: v_cmp_ne_i16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xa5,0xd0,0x01,0x05,0x02,0x00]
7834 0x6a,0x00,0xa5,0xd0,0x01,0x05,0x02,0x00
7836 # CHECK: v_cmp_ne_i16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xa5,0xd0,0x01,0x05,0x02,0x00]
7837 0x6c,0x00,0xa5,0xd0,0x01,0x05,0x02,0x00
7839 # CHECK: v_cmp_ne_i16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xa5,0xd0,0x01,0x05,0x02,0x00]
7840 0x6e,0x00,0xa5,0xd0,0x01,0x05,0x02,0x00
7842 # CHECK: v_cmp_ne_i16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xa5,0xd0,0x01,0x05,0x02,0x00]
7843 0x7a,0x00,0xa5,0xd0,0x01,0x05,0x02,0x00
7845 # CHECK: v_cmp_ne_i16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xa5,0xd0,0xff,0x05,0x02,0x00]
7846 0x0a,0x00,0xa5,0xd0,0xff,0x05,0x02,0x00
7848 # CHECK: v_cmp_ne_i16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xa5,0xd0,0x01,0x04,0x02,0x00]
7849 0x0a,0x00,0xa5,0xd0,0x01,0x04,0x02,0x00
7851 # CHECK: v_cmp_ne_i16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xa5,0xd0,0x65,0x04,0x02,0x00]
7852 0x0a,0x00,0xa5,0xd0,0x65,0x04,0x02,0x00
7854 # CHECK: v_cmp_ne_i16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xa5,0xd0,0x66,0x04,0x02,0x00]
7855 0x0a,0x00,0xa5,0xd0,0x66,0x04,0x02,0x00
7857 # CHECK: v_cmp_ne_i16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xa5,0xd0,0x67,0x04,0x02,0x00]
7858 0x0a,0x00,0xa5,0xd0,0x67,0x04,0x02,0x00
7860 # CHECK: v_cmp_ne_i16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xa5,0xd0,0x6a,0x04,0x02,0x00]
7861 0x0a,0x00,0xa5,0xd0,0x6a,0x04,0x02,0x00
7863 # CHECK: v_cmp_ne_i16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xa5,0xd0,0x6b,0x04,0x02,0x00]
7864 0x0a,0x00,0xa5,0xd0,0x6b,0x04,0x02,0x00
7866 # CHECK: v_cmp_ne_i16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xa5,0xd0,0x6c,0x04,0x02,0x00]
7867 0x0a,0x00,0xa5,0xd0,0x6c,0x04,0x02,0x00
7869 # CHECK: v_cmp_ne_i16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xa5,0xd0,0x6d,0x04,0x02,0x00]
7870 0x0a,0x00,0xa5,0xd0,0x6d,0x04,0x02,0x00
7872 # CHECK: v_cmp_ne_i16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xa5,0xd0,0x6e,0x04,0x02,0x00]
7873 0x0a,0x00,0xa5,0xd0,0x6e,0x04,0x02,0x00
7875 # CHECK: v_cmp_ne_i16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xa5,0xd0,0x6f,0x04,0x02,0x00]
7876 0x0a,0x00,0xa5,0xd0,0x6f,0x04,0x02,0x00
7878 # CHECK: v_cmp_ne_i16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xa5,0xd0,0x7b,0x04,0x02,0x00]
7879 0x0a,0x00,0xa5,0xd0,0x7b,0x04,0x02,0x00
7881 # CHECK: v_cmp_ne_i16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xa5,0xd0,0x7c,0x04,0x02,0x00]
7882 0x0a,0x00,0xa5,0xd0,0x7c,0x04,0x02,0x00
7884 # CHECK: v_cmp_ne_i16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xa5,0xd0,0x7e,0x04,0x02,0x00]
7885 0x0a,0x00,0xa5,0xd0,0x7e,0x04,0x02,0x00
7887 # CHECK: v_cmp_ne_i16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xa5,0xd0,0x7f,0x04,0x02,0x00]
7888 0x0a,0x00,0xa5,0xd0,0x7f,0x04,0x02,0x00
7890 # CHECK: v_cmp_ne_i16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xa5,0xd0,0x80,0x04,0x02,0x00]
7891 0x0a,0x00,0xa5,0xd0,0x80,0x04,0x02,0x00
7893 # CHECK: v_cmp_ne_i16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xa5,0xd0,0xc1,0x04,0x02,0x00]
7894 0x0a,0x00,0xa5,0xd0,0xc1,0x04,0x02,0x00
7896 # CHECK: v_cmp_ne_i16_e64 s[10:11], 0x3800, v2 ; encoding: [0x0a,0x00,0xa5,0xd0,0xff,0x04,0x02,0x00]
7897 0x0a,0x00,0xa5,0xd0,0xf0,0x04,0x02,0x00
7899 # CHECK: v_cmp_ne_i16_e64 s[10:11], 0xc400, v2 ; encoding: [0x0a,0x00,0xa5,0xd0,0xff,0x04,0x02,0x00]
7900 0x0a,0x00,0xa5,0xd0,0xf7,0x04,0x02,0x00
7902 # CHECK: v_cmp_ne_i16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xa5,0xd0,0x01,0xff,0x03,0x00]
7903 0x0a,0x00,0xa5,0xd0,0x01,0xff,0x03,0x00
7905 # CHECK: v_cmp_ne_i16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xa5,0xd0,0x01,0x05,0x00,0x00]
7906 0x0a,0x00,0xa5,0xd0,0x01,0x05,0x00,0x00
7908 # CHECK: v_cmp_ne_i16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xa5,0xd0,0x01,0xcb,0x00,0x00]
7909 0x0a,0x00,0xa5,0xd0,0x01,0xcb,0x00,0x00
7911 # CHECK: v_cmp_ne_i16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xa5,0xd0,0x01,0xcd,0x00,0x00]
7912 0x0a,0x00,0xa5,0xd0,0x01,0xcd,0x00,0x00
7914 # CHECK: v_cmp_ne_i16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xa5,0xd0,0x01,0xcf,0x00,0x00]
7915 0x0a,0x00,0xa5,0xd0,0x01,0xcf,0x00,0x00
7917 # CHECK: v_cmp_ne_i16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xa5,0xd0,0x01,0xd5,0x00,0x00]
7918 0x0a,0x00,0xa5,0xd0,0x01,0xd5,0x00,0x00
7920 # CHECK: v_cmp_ne_i16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xa5,0xd0,0x01,0xd7,0x00,0x00]
7921 0x0a,0x00,0xa5,0xd0,0x01,0xd7,0x00,0x00
7923 # CHECK: v_cmp_ne_i16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xa5,0xd0,0x01,0xd9,0x00,0x00]
7924 0x0a,0x00,0xa5,0xd0,0x01,0xd9,0x00,0x00
7926 # CHECK: v_cmp_ne_i16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xa5,0xd0,0x01,0xdb,0x00,0x00]
7927 0x0a,0x00,0xa5,0xd0,0x01,0xdb,0x00,0x00
7929 # CHECK: v_cmp_ne_i16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xa5,0xd0,0x01,0xdd,0x00,0x00]
7930 0x0a,0x00,0xa5,0xd0,0x01,0xdd,0x00,0x00
7932 # CHECK: v_cmp_ne_i16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xa5,0xd0,0x01,0xdf,0x00,0x00]
7933 0x0a,0x00,0xa5,0xd0,0x01,0xdf,0x00,0x00
7935 # CHECK: v_cmp_ne_i16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xa5,0xd0,0x01,0xf7,0x00,0x00]
7936 0x0a,0x00,0xa5,0xd0,0x01,0xf7,0x00,0x00
7938 # CHECK: v_cmp_ne_i16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xa5,0xd0,0x01,0xf9,0x00,0x00]
7939 0x0a,0x00,0xa5,0xd0,0x01,0xf9,0x00,0x00
7941 # CHECK: v_cmp_ne_i16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xa5,0xd0,0x01,0xfd,0x00,0x00]
7942 0x0a,0x00,0xa5,0xd0,0x01,0xfd,0x00,0x00
7944 # CHECK: v_cmp_ne_i16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xa5,0xd0,0x01,0xff,0x00,0x00]
7945 0x0a,0x00,0xa5,0xd0,0x01,0xff,0x00,0x00
7947 # CHECK: v_cmp_ne_i16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xa5,0xd0,0x01,0x01,0x01,0x00]
7948 0x0a,0x00,0xa5,0xd0,0x01,0x01,0x01,0x00
7950 # CHECK: v_cmp_ne_i16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xa5,0xd0,0x01,0x83,0x01,0x00]
7951 0x0a,0x00,0xa5,0xd0,0x01,0x83,0x01,0x00
7953 # CHECK: v_cmp_ne_i16_e64 s[10:11], v1, 0x3800 ; encoding: [0x0a,0x00,0xa5,0xd0,0x01,0xff,0x01,0x00]
7954 0x0a,0x00,0xa5,0xd0,0x01,0xe1,0x01,0x00
7956 # CHECK: v_cmp_ne_i16_e64 s[10:11], v1, 0xc400 ; encoding: [0x0a,0x00,0xa5,0xd0,0x01,0xff,0x01,0x00]
7957 0x0a,0x00,0xa5,0xd0,0x01,0xef,0x01,0x00
7959 # CHECK: v_cmp_ge_i16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xa6,0xd0,0x01,0x05,0x02,0x00]
7960 0x0a,0x00,0xa6,0xd0,0x01,0x05,0x02,0x00
7962 # CHECK: v_cmp_ge_i16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xa6,0xd0,0x01,0x05,0x02,0x00]
7963 0x0c,0x00,0xa6,0xd0,0x01,0x05,0x02,0x00
7965 # CHECK: v_cmp_ge_i16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xa6,0xd0,0x01,0x05,0x02,0x00]
7966 0x64,0x00,0xa6,0xd0,0x01,0x05,0x02,0x00
7968 # CHECK: v_cmp_ge_i16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xa6,0xd0,0x01,0x05,0x02,0x00]
7969 0x66,0x00,0xa6,0xd0,0x01,0x05,0x02,0x00
7971 # CHECK: v_cmp_ge_i16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xa6,0xd0,0x01,0x05,0x02,0x00]
7972 0x6a,0x00,0xa6,0xd0,0x01,0x05,0x02,0x00
7974 # CHECK: v_cmp_ge_i16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xa6,0xd0,0x01,0x05,0x02,0x00]
7975 0x6c,0x00,0xa6,0xd0,0x01,0x05,0x02,0x00
7977 # CHECK: v_cmp_ge_i16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xa6,0xd0,0x01,0x05,0x02,0x00]
7978 0x6e,0x00,0xa6,0xd0,0x01,0x05,0x02,0x00
7980 # CHECK: v_cmp_ge_i16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xa6,0xd0,0x01,0x05,0x02,0x00]
7981 0x7a,0x00,0xa6,0xd0,0x01,0x05,0x02,0x00
7983 # CHECK: v_cmp_ge_i16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xa6,0xd0,0xff,0x05,0x02,0x00]
7984 0x0a,0x00,0xa6,0xd0,0xff,0x05,0x02,0x00
7986 # CHECK: v_cmp_ge_i16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xa6,0xd0,0x01,0x04,0x02,0x00]
7987 0x0a,0x00,0xa6,0xd0,0x01,0x04,0x02,0x00
7989 # CHECK: v_cmp_ge_i16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xa6,0xd0,0x65,0x04,0x02,0x00]
7990 0x0a,0x00,0xa6,0xd0,0x65,0x04,0x02,0x00
7992 # CHECK: v_cmp_ge_i16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xa6,0xd0,0x66,0x04,0x02,0x00]
7993 0x0a,0x00,0xa6,0xd0,0x66,0x04,0x02,0x00
7995 # CHECK: v_cmp_ge_i16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xa6,0xd0,0x67,0x04,0x02,0x00]
7996 0x0a,0x00,0xa6,0xd0,0x67,0x04,0x02,0x00
7998 # CHECK: v_cmp_ge_i16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xa6,0xd0,0x6a,0x04,0x02,0x00]
7999 0x0a,0x00,0xa6,0xd0,0x6a,0x04,0x02,0x00
8001 # CHECK: v_cmp_ge_i16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xa6,0xd0,0x6b,0x04,0x02,0x00]
8002 0x0a,0x00,0xa6,0xd0,0x6b,0x04,0x02,0x00
8004 # CHECK: v_cmp_ge_i16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xa6,0xd0,0x6c,0x04,0x02,0x00]
8005 0x0a,0x00,0xa6,0xd0,0x6c,0x04,0x02,0x00
8007 # CHECK: v_cmp_ge_i16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xa6,0xd0,0x6d,0x04,0x02,0x00]
8008 0x0a,0x00,0xa6,0xd0,0x6d,0x04,0x02,0x00
8010 # CHECK: v_cmp_ge_i16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xa6,0xd0,0x6e,0x04,0x02,0x00]
8011 0x0a,0x00,0xa6,0xd0,0x6e,0x04,0x02,0x00
8013 # CHECK: v_cmp_ge_i16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xa6,0xd0,0x6f,0x04,0x02,0x00]
8014 0x0a,0x00,0xa6,0xd0,0x6f,0x04,0x02,0x00
8016 # CHECK: v_cmp_ge_i16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xa6,0xd0,0x7b,0x04,0x02,0x00]
8017 0x0a,0x00,0xa6,0xd0,0x7b,0x04,0x02,0x00
8019 # CHECK: v_cmp_ge_i16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xa6,0xd0,0x7c,0x04,0x02,0x00]
8020 0x0a,0x00,0xa6,0xd0,0x7c,0x04,0x02,0x00
8022 # CHECK: v_cmp_ge_i16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xa6,0xd0,0x7e,0x04,0x02,0x00]
8023 0x0a,0x00,0xa6,0xd0,0x7e,0x04,0x02,0x00
8025 # CHECK: v_cmp_ge_i16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xa6,0xd0,0x7f,0x04,0x02,0x00]
8026 0x0a,0x00,0xa6,0xd0,0x7f,0x04,0x02,0x00
8028 # CHECK: v_cmp_ge_i16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xa6,0xd0,0x80,0x04,0x02,0x00]
8029 0x0a,0x00,0xa6,0xd0,0x80,0x04,0x02,0x00
8031 # CHECK: v_cmp_ge_i16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xa6,0xd0,0xc1,0x04,0x02,0x00]
8032 0x0a,0x00,0xa6,0xd0,0xc1,0x04,0x02,0x00
8034 # CHECK: v_cmp_ge_i16_e64 s[10:11], 0x3800, v2 ; encoding: [0x0a,0x00,0xa6,0xd0,0xff,0x04,0x02,0x00]
8035 0x0a,0x00,0xa6,0xd0,0xf0,0x04,0x02,0x00
8037 # CHECK: v_cmp_ge_i16_e64 s[10:11], 0xc400, v2 ; encoding: [0x0a,0x00,0xa6,0xd0,0xff,0x04,0x02,0x00]
8038 0x0a,0x00,0xa6,0xd0,0xf7,0x04,0x02,0x00
8040 # CHECK: v_cmp_ge_i16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xa6,0xd0,0x01,0xff,0x03,0x00]
8041 0x0a,0x00,0xa6,0xd0,0x01,0xff,0x03,0x00
8043 # CHECK: v_cmp_ge_i16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xa6,0xd0,0x01,0x05,0x00,0x00]
8044 0x0a,0x00,0xa6,0xd0,0x01,0x05,0x00,0x00
8046 # CHECK: v_cmp_ge_i16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xa6,0xd0,0x01,0xcb,0x00,0x00]
8047 0x0a,0x00,0xa6,0xd0,0x01,0xcb,0x00,0x00
8049 # CHECK: v_cmp_ge_i16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xa6,0xd0,0x01,0xcd,0x00,0x00]
8050 0x0a,0x00,0xa6,0xd0,0x01,0xcd,0x00,0x00
8052 # CHECK: v_cmp_ge_i16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xa6,0xd0,0x01,0xcf,0x00,0x00]
8053 0x0a,0x00,0xa6,0xd0,0x01,0xcf,0x00,0x00
8055 # CHECK: v_cmp_ge_i16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xa6,0xd0,0x01,0xd5,0x00,0x00]
8056 0x0a,0x00,0xa6,0xd0,0x01,0xd5,0x00,0x00
8058 # CHECK: v_cmp_ge_i16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xa6,0xd0,0x01,0xd7,0x00,0x00]
8059 0x0a,0x00,0xa6,0xd0,0x01,0xd7,0x00,0x00
8061 # CHECK: v_cmp_ge_i16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xa6,0xd0,0x01,0xd9,0x00,0x00]
8062 0x0a,0x00,0xa6,0xd0,0x01,0xd9,0x00,0x00
8064 # CHECK: v_cmp_ge_i16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xa6,0xd0,0x01,0xdb,0x00,0x00]
8065 0x0a,0x00,0xa6,0xd0,0x01,0xdb,0x00,0x00
8067 # CHECK: v_cmp_ge_i16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xa6,0xd0,0x01,0xdd,0x00,0x00]
8068 0x0a,0x00,0xa6,0xd0,0x01,0xdd,0x00,0x00
8070 # CHECK: v_cmp_ge_i16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xa6,0xd0,0x01,0xdf,0x00,0x00]
8071 0x0a,0x00,0xa6,0xd0,0x01,0xdf,0x00,0x00
8073 # CHECK: v_cmp_ge_i16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xa6,0xd0,0x01,0xf7,0x00,0x00]
8074 0x0a,0x00,0xa6,0xd0,0x01,0xf7,0x00,0x00
8076 # CHECK: v_cmp_ge_i16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xa6,0xd0,0x01,0xf9,0x00,0x00]
8077 0x0a,0x00,0xa6,0xd0,0x01,0xf9,0x00,0x00
8079 # CHECK: v_cmp_ge_i16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xa6,0xd0,0x01,0xfd,0x00,0x00]
8080 0x0a,0x00,0xa6,0xd0,0x01,0xfd,0x00,0x00
8082 # CHECK: v_cmp_ge_i16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xa6,0xd0,0x01,0xff,0x00,0x00]
8083 0x0a,0x00,0xa6,0xd0,0x01,0xff,0x00,0x00
8085 # CHECK: v_cmp_ge_i16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xa6,0xd0,0x01,0x01,0x01,0x00]
8086 0x0a,0x00,0xa6,0xd0,0x01,0x01,0x01,0x00
8088 # CHECK: v_cmp_ge_i16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xa6,0xd0,0x01,0x83,0x01,0x00]
8089 0x0a,0x00,0xa6,0xd0,0x01,0x83,0x01,0x00
8091 # CHECK: v_cmp_ge_i16_e64 s[10:11], v1, 0x3800 ; encoding: [0x0a,0x00,0xa6,0xd0,0x01,0xff,0x01,0x00]
8092 0x0a,0x00,0xa6,0xd0,0x01,0xe1,0x01,0x00
8094 # CHECK: v_cmp_ge_i16_e64 s[10:11], v1, 0xc400 ; encoding: [0x0a,0x00,0xa6,0xd0,0x01,0xff,0x01,0x00]
8095 0x0a,0x00,0xa6,0xd0,0x01,0xef,0x01,0x00
8097 # CHECK: v_cmp_t_i16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xa7,0xd0,0x01,0x05,0x02,0x00]
8098 0x0a,0x00,0xa7,0xd0,0x01,0x05,0x02,0x00
8100 # CHECK: v_cmp_t_i16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xa7,0xd0,0x01,0x05,0x02,0x00]
8101 0x0c,0x00,0xa7,0xd0,0x01,0x05,0x02,0x00
8103 # CHECK: v_cmp_t_i16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xa7,0xd0,0x01,0x05,0x02,0x00]
8104 0x64,0x00,0xa7,0xd0,0x01,0x05,0x02,0x00
8106 # CHECK: v_cmp_t_i16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xa7,0xd0,0x01,0x05,0x02,0x00]
8107 0x66,0x00,0xa7,0xd0,0x01,0x05,0x02,0x00
8109 # CHECK: v_cmp_t_i16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xa7,0xd0,0x01,0x05,0x02,0x00]
8110 0x6a,0x00,0xa7,0xd0,0x01,0x05,0x02,0x00
8112 # CHECK: v_cmp_t_i16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xa7,0xd0,0x01,0x05,0x02,0x00]
8113 0x6c,0x00,0xa7,0xd0,0x01,0x05,0x02,0x00
8115 # CHECK: v_cmp_t_i16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xa7,0xd0,0x01,0x05,0x02,0x00]
8116 0x6e,0x00,0xa7,0xd0,0x01,0x05,0x02,0x00
8118 # CHECK: v_cmp_t_i16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xa7,0xd0,0x01,0x05,0x02,0x00]
8119 0x7a,0x00,0xa7,0xd0,0x01,0x05,0x02,0x00
8121 # CHECK: v_cmp_t_i16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xa7,0xd0,0xff,0x05,0x02,0x00]
8122 0x0a,0x00,0xa7,0xd0,0xff,0x05,0x02,0x00
8124 # CHECK: v_cmp_t_i16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xa7,0xd0,0x01,0x04,0x02,0x00]
8125 0x0a,0x00,0xa7,0xd0,0x01,0x04,0x02,0x00
8127 # CHECK: v_cmp_t_i16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xa7,0xd0,0x65,0x04,0x02,0x00]
8128 0x0a,0x00,0xa7,0xd0,0x65,0x04,0x02,0x00
8130 # CHECK: v_cmp_t_i16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xa7,0xd0,0x66,0x04,0x02,0x00]
8131 0x0a,0x00,0xa7,0xd0,0x66,0x04,0x02,0x00
8133 # CHECK: v_cmp_t_i16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xa7,0xd0,0x67,0x04,0x02,0x00]
8134 0x0a,0x00,0xa7,0xd0,0x67,0x04,0x02,0x00
8136 # CHECK: v_cmp_t_i16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xa7,0xd0,0x6a,0x04,0x02,0x00]
8137 0x0a,0x00,0xa7,0xd0,0x6a,0x04,0x02,0x00
8139 # CHECK: v_cmp_t_i16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xa7,0xd0,0x6b,0x04,0x02,0x00]
8140 0x0a,0x00,0xa7,0xd0,0x6b,0x04,0x02,0x00
8142 # CHECK: v_cmp_t_i16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xa7,0xd0,0x6c,0x04,0x02,0x00]
8143 0x0a,0x00,0xa7,0xd0,0x6c,0x04,0x02,0x00
8145 # CHECK: v_cmp_t_i16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xa7,0xd0,0x6d,0x04,0x02,0x00]
8146 0x0a,0x00,0xa7,0xd0,0x6d,0x04,0x02,0x00
8148 # CHECK: v_cmp_t_i16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xa7,0xd0,0x6e,0x04,0x02,0x00]
8149 0x0a,0x00,0xa7,0xd0,0x6e,0x04,0x02,0x00
8151 # CHECK: v_cmp_t_i16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xa7,0xd0,0x6f,0x04,0x02,0x00]
8152 0x0a,0x00,0xa7,0xd0,0x6f,0x04,0x02,0x00
8154 # CHECK: v_cmp_t_i16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xa7,0xd0,0x7b,0x04,0x02,0x00]
8155 0x0a,0x00,0xa7,0xd0,0x7b,0x04,0x02,0x00
8157 # CHECK: v_cmp_t_i16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xa7,0xd0,0x7c,0x04,0x02,0x00]
8158 0x0a,0x00,0xa7,0xd0,0x7c,0x04,0x02,0x00
8160 # CHECK: v_cmp_t_i16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xa7,0xd0,0x7e,0x04,0x02,0x00]
8161 0x0a,0x00,0xa7,0xd0,0x7e,0x04,0x02,0x00
8163 # CHECK: v_cmp_t_i16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xa7,0xd0,0x7f,0x04,0x02,0x00]
8164 0x0a,0x00,0xa7,0xd0,0x7f,0x04,0x02,0x00
8166 # CHECK: v_cmp_t_i16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xa7,0xd0,0x80,0x04,0x02,0x00]
8167 0x0a,0x00,0xa7,0xd0,0x80,0x04,0x02,0x00
8169 # CHECK: v_cmp_t_i16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xa7,0xd0,0xc1,0x04,0x02,0x00]
8170 0x0a,0x00,0xa7,0xd0,0xc1,0x04,0x02,0x00
8172 # CHECK: v_cmp_t_i16_e64 s[10:11], 0x3800, v2 ; encoding: [0x0a,0x00,0xa7,0xd0,0xff,0x04,0x02,0x00]
8173 0x0a,0x00,0xa7,0xd0,0xf0,0x04,0x02,0x00
8175 # CHECK: v_cmp_t_i16_e64 s[10:11], 0xc400, v2 ; encoding: [0x0a,0x00,0xa7,0xd0,0xff,0x04,0x02,0x00]
8176 0x0a,0x00,0xa7,0xd0,0xf7,0x04,0x02,0x00
8178 # CHECK: v_cmp_t_i16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xa7,0xd0,0x01,0xff,0x03,0x00]
8179 0x0a,0x00,0xa7,0xd0,0x01,0xff,0x03,0x00
8181 # CHECK: v_cmp_t_i16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xa7,0xd0,0x01,0x05,0x00,0x00]
8182 0x0a,0x00,0xa7,0xd0,0x01,0x05,0x00,0x00
8184 # CHECK: v_cmp_t_i16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xa7,0xd0,0x01,0xcb,0x00,0x00]
8185 0x0a,0x00,0xa7,0xd0,0x01,0xcb,0x00,0x00
8187 # CHECK: v_cmp_t_i16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xa7,0xd0,0x01,0xcd,0x00,0x00]
8188 0x0a,0x00,0xa7,0xd0,0x01,0xcd,0x00,0x00
8190 # CHECK: v_cmp_t_i16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xa7,0xd0,0x01,0xcf,0x00,0x00]
8191 0x0a,0x00,0xa7,0xd0,0x01,0xcf,0x00,0x00
8193 # CHECK: v_cmp_t_i16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xa7,0xd0,0x01,0xd5,0x00,0x00]
8194 0x0a,0x00,0xa7,0xd0,0x01,0xd5,0x00,0x00
8196 # CHECK: v_cmp_t_i16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xa7,0xd0,0x01,0xd7,0x00,0x00]
8197 0x0a,0x00,0xa7,0xd0,0x01,0xd7,0x00,0x00
8199 # CHECK: v_cmp_t_i16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xa7,0xd0,0x01,0xd9,0x00,0x00]
8200 0x0a,0x00,0xa7,0xd0,0x01,0xd9,0x00,0x00
8202 # CHECK: v_cmp_t_i16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xa7,0xd0,0x01,0xdb,0x00,0x00]
8203 0x0a,0x00,0xa7,0xd0,0x01,0xdb,0x00,0x00
8205 # CHECK: v_cmp_t_i16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xa7,0xd0,0x01,0xdd,0x00,0x00]
8206 0x0a,0x00,0xa7,0xd0,0x01,0xdd,0x00,0x00
8208 # CHECK: v_cmp_t_i16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xa7,0xd0,0x01,0xdf,0x00,0x00]
8209 0x0a,0x00,0xa7,0xd0,0x01,0xdf,0x00,0x00
8211 # CHECK: v_cmp_t_i16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xa7,0xd0,0x01,0xf7,0x00,0x00]
8212 0x0a,0x00,0xa7,0xd0,0x01,0xf7,0x00,0x00
8214 # CHECK: v_cmp_t_i16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xa7,0xd0,0x01,0xf9,0x00,0x00]
8215 0x0a,0x00,0xa7,0xd0,0x01,0xf9,0x00,0x00
8217 # CHECK: v_cmp_t_i16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xa7,0xd0,0x01,0xfd,0x00,0x00]
8218 0x0a,0x00,0xa7,0xd0,0x01,0xfd,0x00,0x00
8220 # CHECK: v_cmp_t_i16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xa7,0xd0,0x01,0xff,0x00,0x00]
8221 0x0a,0x00,0xa7,0xd0,0x01,0xff,0x00,0x00
8223 # CHECK: v_cmp_t_i16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xa7,0xd0,0x01,0x01,0x01,0x00]
8224 0x0a,0x00,0xa7,0xd0,0x01,0x01,0x01,0x00
8226 # CHECK: v_cmp_t_i16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xa7,0xd0,0x01,0x83,0x01,0x00]
8227 0x0a,0x00,0xa7,0xd0,0x01,0x83,0x01,0x00
8229 # CHECK: v_cmp_t_i16_e64 s[10:11], v1, 0x3800 ; encoding: [0x0a,0x00,0xa7,0xd0,0x01,0xff,0x01,0x00]
8230 0x0a,0x00,0xa7,0xd0,0x01,0xe1,0x01,0x00
8232 # CHECK: v_cmp_t_i16_e64 s[10:11], v1, 0xc400 ; encoding: [0x0a,0x00,0xa7,0xd0,0x01,0xff,0x01,0x00]
8233 0x0a,0x00,0xa7,0xd0,0x01,0xef,0x01,0x00
8235 # CHECK: v_cmp_f_u16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xa8,0xd0,0x01,0x05,0x02,0x00]
8236 0x0a,0x00,0xa8,0xd0,0x01,0x05,0x02,0x00
8238 # CHECK: v_cmp_f_u16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xa8,0xd0,0x01,0x05,0x02,0x00]
8239 0x0c,0x00,0xa8,0xd0,0x01,0x05,0x02,0x00
8241 # CHECK: v_cmp_f_u16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xa8,0xd0,0x01,0x05,0x02,0x00]
8242 0x64,0x00,0xa8,0xd0,0x01,0x05,0x02,0x00
8244 # CHECK: v_cmp_f_u16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xa8,0xd0,0x01,0x05,0x02,0x00]
8245 0x66,0x00,0xa8,0xd0,0x01,0x05,0x02,0x00
8247 # CHECK: v_cmp_f_u16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xa8,0xd0,0x01,0x05,0x02,0x00]
8248 0x6a,0x00,0xa8,0xd0,0x01,0x05,0x02,0x00
8250 # CHECK: v_cmp_f_u16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xa8,0xd0,0x01,0x05,0x02,0x00]
8251 0x6c,0x00,0xa8,0xd0,0x01,0x05,0x02,0x00
8253 # CHECK: v_cmp_f_u16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xa8,0xd0,0x01,0x05,0x02,0x00]
8254 0x6e,0x00,0xa8,0xd0,0x01,0x05,0x02,0x00
8256 # CHECK: v_cmp_f_u16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xa8,0xd0,0x01,0x05,0x02,0x00]
8257 0x7a,0x00,0xa8,0xd0,0x01,0x05,0x02,0x00
8259 # CHECK: v_cmp_f_u16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xa8,0xd0,0xff,0x05,0x02,0x00]
8260 0x0a,0x00,0xa8,0xd0,0xff,0x05,0x02,0x00
8262 # CHECK: v_cmp_f_u16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xa8,0xd0,0x01,0x04,0x02,0x00]
8263 0x0a,0x00,0xa8,0xd0,0x01,0x04,0x02,0x00
8265 # CHECK: v_cmp_f_u16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xa8,0xd0,0x65,0x04,0x02,0x00]
8266 0x0a,0x00,0xa8,0xd0,0x65,0x04,0x02,0x00
8268 # CHECK: v_cmp_f_u16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xa8,0xd0,0x66,0x04,0x02,0x00]
8269 0x0a,0x00,0xa8,0xd0,0x66,0x04,0x02,0x00
8271 # CHECK: v_cmp_f_u16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xa8,0xd0,0x67,0x04,0x02,0x00]
8272 0x0a,0x00,0xa8,0xd0,0x67,0x04,0x02,0x00
8274 # CHECK: v_cmp_f_u16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xa8,0xd0,0x6a,0x04,0x02,0x00]
8275 0x0a,0x00,0xa8,0xd0,0x6a,0x04,0x02,0x00
8277 # CHECK: v_cmp_f_u16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xa8,0xd0,0x6b,0x04,0x02,0x00]
8278 0x0a,0x00,0xa8,0xd0,0x6b,0x04,0x02,0x00
8280 # CHECK: v_cmp_f_u16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xa8,0xd0,0x6c,0x04,0x02,0x00]
8281 0x0a,0x00,0xa8,0xd0,0x6c,0x04,0x02,0x00
8283 # CHECK: v_cmp_f_u16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xa8,0xd0,0x6d,0x04,0x02,0x00]
8284 0x0a,0x00,0xa8,0xd0,0x6d,0x04,0x02,0x00
8286 # CHECK: v_cmp_f_u16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xa8,0xd0,0x6e,0x04,0x02,0x00]
8287 0x0a,0x00,0xa8,0xd0,0x6e,0x04,0x02,0x00
8289 # CHECK: v_cmp_f_u16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xa8,0xd0,0x6f,0x04,0x02,0x00]
8290 0x0a,0x00,0xa8,0xd0,0x6f,0x04,0x02,0x00
8292 # CHECK: v_cmp_f_u16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xa8,0xd0,0x7b,0x04,0x02,0x00]
8293 0x0a,0x00,0xa8,0xd0,0x7b,0x04,0x02,0x00
8295 # CHECK: v_cmp_f_u16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xa8,0xd0,0x7c,0x04,0x02,0x00]
8296 0x0a,0x00,0xa8,0xd0,0x7c,0x04,0x02,0x00
8298 # CHECK: v_cmp_f_u16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xa8,0xd0,0x7e,0x04,0x02,0x00]
8299 0x0a,0x00,0xa8,0xd0,0x7e,0x04,0x02,0x00
8301 # CHECK: v_cmp_f_u16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xa8,0xd0,0x7f,0x04,0x02,0x00]
8302 0x0a,0x00,0xa8,0xd0,0x7f,0x04,0x02,0x00
8304 # CHECK: v_cmp_f_u16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xa8,0xd0,0x80,0x04,0x02,0x00]
8305 0x0a,0x00,0xa8,0xd0,0x80,0x04,0x02,0x00
8307 # CHECK: v_cmp_f_u16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xa8,0xd0,0xc1,0x04,0x02,0x00]
8308 0x0a,0x00,0xa8,0xd0,0xc1,0x04,0x02,0x00
8310 # CHECK: v_cmp_f_u16_e64 s[10:11], 0x3800, v2 ; encoding: [0x0a,0x00,0xa8,0xd0,0xff,0x04,0x02,0x00]
8311 0x0a,0x00,0xa8,0xd0,0xf0,0x04,0x02,0x00
8313 # CHECK: v_cmp_f_u16_e64 s[10:11], 0xc400, v2 ; encoding: [0x0a,0x00,0xa8,0xd0,0xff,0x04,0x02,0x00]
8314 0x0a,0x00,0xa8,0xd0,0xf7,0x04,0x02,0x00
8316 # CHECK: v_cmp_f_u16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xa8,0xd0,0x01,0xff,0x03,0x00]
8317 0x0a,0x00,0xa8,0xd0,0x01,0xff,0x03,0x00
8319 # CHECK: v_cmp_f_u16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xa8,0xd0,0x01,0x05,0x00,0x00]
8320 0x0a,0x00,0xa8,0xd0,0x01,0x05,0x00,0x00
8322 # CHECK: v_cmp_f_u16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xa8,0xd0,0x01,0xcb,0x00,0x00]
8323 0x0a,0x00,0xa8,0xd0,0x01,0xcb,0x00,0x00
8325 # CHECK: v_cmp_f_u16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xa8,0xd0,0x01,0xcd,0x00,0x00]
8326 0x0a,0x00,0xa8,0xd0,0x01,0xcd,0x00,0x00
8328 # CHECK: v_cmp_f_u16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xa8,0xd0,0x01,0xcf,0x00,0x00]
8329 0x0a,0x00,0xa8,0xd0,0x01,0xcf,0x00,0x00
8331 # CHECK: v_cmp_f_u16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xa8,0xd0,0x01,0xd5,0x00,0x00]
8332 0x0a,0x00,0xa8,0xd0,0x01,0xd5,0x00,0x00
8334 # CHECK: v_cmp_f_u16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xa8,0xd0,0x01,0xd7,0x00,0x00]
8335 0x0a,0x00,0xa8,0xd0,0x01,0xd7,0x00,0x00
8337 # CHECK: v_cmp_f_u16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xa8,0xd0,0x01,0xd9,0x00,0x00]
8338 0x0a,0x00,0xa8,0xd0,0x01,0xd9,0x00,0x00
8340 # CHECK: v_cmp_f_u16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xa8,0xd0,0x01,0xdb,0x00,0x00]
8341 0x0a,0x00,0xa8,0xd0,0x01,0xdb,0x00,0x00
8343 # CHECK: v_cmp_f_u16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xa8,0xd0,0x01,0xdd,0x00,0x00]
8344 0x0a,0x00,0xa8,0xd0,0x01,0xdd,0x00,0x00
8346 # CHECK: v_cmp_f_u16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xa8,0xd0,0x01,0xdf,0x00,0x00]
8347 0x0a,0x00,0xa8,0xd0,0x01,0xdf,0x00,0x00
8349 # CHECK: v_cmp_f_u16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xa8,0xd0,0x01,0xf7,0x00,0x00]
8350 0x0a,0x00,0xa8,0xd0,0x01,0xf7,0x00,0x00
8352 # CHECK: v_cmp_f_u16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xa8,0xd0,0x01,0xf9,0x00,0x00]
8353 0x0a,0x00,0xa8,0xd0,0x01,0xf9,0x00,0x00
8355 # CHECK: v_cmp_f_u16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xa8,0xd0,0x01,0xfd,0x00,0x00]
8356 0x0a,0x00,0xa8,0xd0,0x01,0xfd,0x00,0x00
8358 # CHECK: v_cmp_f_u16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xa8,0xd0,0x01,0xff,0x00,0x00]
8359 0x0a,0x00,0xa8,0xd0,0x01,0xff,0x00,0x00
8361 # CHECK: v_cmp_f_u16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xa8,0xd0,0x01,0x01,0x01,0x00]
8362 0x0a,0x00,0xa8,0xd0,0x01,0x01,0x01,0x00
8364 # CHECK: v_cmp_f_u16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xa8,0xd0,0x01,0x83,0x01,0x00]
8365 0x0a,0x00,0xa8,0xd0,0x01,0x83,0x01,0x00
8367 # CHECK: v_cmp_f_u16_e64 s[10:11], v1, 0x3800 ; encoding: [0x0a,0x00,0xa8,0xd0,0x01,0xff,0x01,0x00]
8368 0x0a,0x00,0xa8,0xd0,0x01,0xe1,0x01,0x00
8370 # CHECK: v_cmp_f_u16_e64 s[10:11], v1, 0xc400 ; encoding: [0x0a,0x00,0xa8,0xd0,0x01,0xff,0x01,0x00]
8371 0x0a,0x00,0xa8,0xd0,0x01,0xef,0x01,0x00
8373 # CHECK: v_cmp_lt_u16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xa9,0xd0,0x01,0x05,0x02,0x00]
8374 0x0a,0x00,0xa9,0xd0,0x01,0x05,0x02,0x00
8376 # CHECK: v_cmp_lt_u16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xa9,0xd0,0x01,0x05,0x02,0x00]
8377 0x0c,0x00,0xa9,0xd0,0x01,0x05,0x02,0x00
8379 # CHECK: v_cmp_lt_u16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xa9,0xd0,0x01,0x05,0x02,0x00]
8380 0x64,0x00,0xa9,0xd0,0x01,0x05,0x02,0x00
8382 # CHECK: v_cmp_lt_u16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xa9,0xd0,0x01,0x05,0x02,0x00]
8383 0x66,0x00,0xa9,0xd0,0x01,0x05,0x02,0x00
8385 # CHECK: v_cmp_lt_u16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xa9,0xd0,0x01,0x05,0x02,0x00]
8386 0x6a,0x00,0xa9,0xd0,0x01,0x05,0x02,0x00
8388 # CHECK: v_cmp_lt_u16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xa9,0xd0,0x01,0x05,0x02,0x00]
8389 0x6c,0x00,0xa9,0xd0,0x01,0x05,0x02,0x00
8391 # CHECK: v_cmp_lt_u16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xa9,0xd0,0x01,0x05,0x02,0x00]
8392 0x6e,0x00,0xa9,0xd0,0x01,0x05,0x02,0x00
8394 # CHECK: v_cmp_lt_u16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xa9,0xd0,0x01,0x05,0x02,0x00]
8395 0x7a,0x00,0xa9,0xd0,0x01,0x05,0x02,0x00
8397 # CHECK: v_cmp_lt_u16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xa9,0xd0,0xff,0x05,0x02,0x00]
8398 0x0a,0x00,0xa9,0xd0,0xff,0x05,0x02,0x00
8400 # CHECK: v_cmp_lt_u16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xa9,0xd0,0x01,0x04,0x02,0x00]
8401 0x0a,0x00,0xa9,0xd0,0x01,0x04,0x02,0x00
8403 # CHECK: v_cmp_lt_u16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xa9,0xd0,0x65,0x04,0x02,0x00]
8404 0x0a,0x00,0xa9,0xd0,0x65,0x04,0x02,0x00
8406 # CHECK: v_cmp_lt_u16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xa9,0xd0,0x66,0x04,0x02,0x00]
8407 0x0a,0x00,0xa9,0xd0,0x66,0x04,0x02,0x00
8409 # CHECK: v_cmp_lt_u16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xa9,0xd0,0x67,0x04,0x02,0x00]
8410 0x0a,0x00,0xa9,0xd0,0x67,0x04,0x02,0x00
8412 # CHECK: v_cmp_lt_u16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xa9,0xd0,0x6a,0x04,0x02,0x00]
8413 0x0a,0x00,0xa9,0xd0,0x6a,0x04,0x02,0x00
8415 # CHECK: v_cmp_lt_u16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xa9,0xd0,0x6b,0x04,0x02,0x00]
8416 0x0a,0x00,0xa9,0xd0,0x6b,0x04,0x02,0x00
8418 # CHECK: v_cmp_lt_u16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xa9,0xd0,0x6c,0x04,0x02,0x00]
8419 0x0a,0x00,0xa9,0xd0,0x6c,0x04,0x02,0x00
8421 # CHECK: v_cmp_lt_u16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xa9,0xd0,0x6d,0x04,0x02,0x00]
8422 0x0a,0x00,0xa9,0xd0,0x6d,0x04,0x02,0x00
8424 # CHECK: v_cmp_lt_u16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xa9,0xd0,0x6e,0x04,0x02,0x00]
8425 0x0a,0x00,0xa9,0xd0,0x6e,0x04,0x02,0x00
8427 # CHECK: v_cmp_lt_u16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xa9,0xd0,0x6f,0x04,0x02,0x00]
8428 0x0a,0x00,0xa9,0xd0,0x6f,0x04,0x02,0x00
8430 # CHECK: v_cmp_lt_u16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xa9,0xd0,0x7b,0x04,0x02,0x00]
8431 0x0a,0x00,0xa9,0xd0,0x7b,0x04,0x02,0x00
8433 # CHECK: v_cmp_lt_u16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xa9,0xd0,0x7c,0x04,0x02,0x00]
8434 0x0a,0x00,0xa9,0xd0,0x7c,0x04,0x02,0x00
8436 # CHECK: v_cmp_lt_u16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xa9,0xd0,0x7e,0x04,0x02,0x00]
8437 0x0a,0x00,0xa9,0xd0,0x7e,0x04,0x02,0x00
8439 # CHECK: v_cmp_lt_u16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xa9,0xd0,0x7f,0x04,0x02,0x00]
8440 0x0a,0x00,0xa9,0xd0,0x7f,0x04,0x02,0x00
8442 # CHECK: v_cmp_lt_u16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xa9,0xd0,0x80,0x04,0x02,0x00]
8443 0x0a,0x00,0xa9,0xd0,0x80,0x04,0x02,0x00
8445 # CHECK: v_cmp_lt_u16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xa9,0xd0,0xc1,0x04,0x02,0x00]
8446 0x0a,0x00,0xa9,0xd0,0xc1,0x04,0x02,0x00
8448 # CHECK: v_cmp_lt_u16_e64 s[10:11], 0x3800, v2 ; encoding: [0x0a,0x00,0xa9,0xd0,0xff,0x04,0x02,0x00]
8449 0x0a,0x00,0xa9,0xd0,0xf0,0x04,0x02,0x00
8451 # CHECK: v_cmp_lt_u16_e64 s[10:11], 0xc400, v2 ; encoding: [0x0a,0x00,0xa9,0xd0,0xff,0x04,0x02,0x00]
8452 0x0a,0x00,0xa9,0xd0,0xf7,0x04,0x02,0x00
8454 # CHECK: v_cmp_lt_u16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xa9,0xd0,0x01,0xff,0x03,0x00]
8455 0x0a,0x00,0xa9,0xd0,0x01,0xff,0x03,0x00
8457 # CHECK: v_cmp_lt_u16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xa9,0xd0,0x01,0x05,0x00,0x00]
8458 0x0a,0x00,0xa9,0xd0,0x01,0x05,0x00,0x00
8460 # CHECK: v_cmp_lt_u16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xa9,0xd0,0x01,0xcb,0x00,0x00]
8461 0x0a,0x00,0xa9,0xd0,0x01,0xcb,0x00,0x00
8463 # CHECK: v_cmp_lt_u16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xa9,0xd0,0x01,0xcd,0x00,0x00]
8464 0x0a,0x00,0xa9,0xd0,0x01,0xcd,0x00,0x00
8466 # CHECK: v_cmp_lt_u16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xa9,0xd0,0x01,0xcf,0x00,0x00]
8467 0x0a,0x00,0xa9,0xd0,0x01,0xcf,0x00,0x00
8469 # CHECK: v_cmp_lt_u16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xa9,0xd0,0x01,0xd5,0x00,0x00]
8470 0x0a,0x00,0xa9,0xd0,0x01,0xd5,0x00,0x00
8472 # CHECK: v_cmp_lt_u16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xa9,0xd0,0x01,0xd7,0x00,0x00]
8473 0x0a,0x00,0xa9,0xd0,0x01,0xd7,0x00,0x00
8475 # CHECK: v_cmp_lt_u16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xa9,0xd0,0x01,0xd9,0x00,0x00]
8476 0x0a,0x00,0xa9,0xd0,0x01,0xd9,0x00,0x00
8478 # CHECK: v_cmp_lt_u16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xa9,0xd0,0x01,0xdb,0x00,0x00]
8479 0x0a,0x00,0xa9,0xd0,0x01,0xdb,0x00,0x00
8481 # CHECK: v_cmp_lt_u16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xa9,0xd0,0x01,0xdd,0x00,0x00]
8482 0x0a,0x00,0xa9,0xd0,0x01,0xdd,0x00,0x00
8484 # CHECK: v_cmp_lt_u16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xa9,0xd0,0x01,0xdf,0x00,0x00]
8485 0x0a,0x00,0xa9,0xd0,0x01,0xdf,0x00,0x00
8487 # CHECK: v_cmp_lt_u16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xa9,0xd0,0x01,0xf7,0x00,0x00]
8488 0x0a,0x00,0xa9,0xd0,0x01,0xf7,0x00,0x00
8490 # CHECK: v_cmp_lt_u16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xa9,0xd0,0x01,0xf9,0x00,0x00]
8491 0x0a,0x00,0xa9,0xd0,0x01,0xf9,0x00,0x00
8493 # CHECK: v_cmp_lt_u16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xa9,0xd0,0x01,0xfd,0x00,0x00]
8494 0x0a,0x00,0xa9,0xd0,0x01,0xfd,0x00,0x00
8496 # CHECK: v_cmp_lt_u16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xa9,0xd0,0x01,0xff,0x00,0x00]
8497 0x0a,0x00,0xa9,0xd0,0x01,0xff,0x00,0x00
8499 # CHECK: v_cmp_lt_u16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xa9,0xd0,0x01,0x01,0x01,0x00]
8500 0x0a,0x00,0xa9,0xd0,0x01,0x01,0x01,0x00
8502 # CHECK: v_cmp_lt_u16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xa9,0xd0,0x01,0x83,0x01,0x00]
8503 0x0a,0x00,0xa9,0xd0,0x01,0x83,0x01,0x00
8505 # CHECK: v_cmp_lt_u16_e64 s[10:11], v1, 0x3800 ; encoding: [0x0a,0x00,0xa9,0xd0,0x01,0xff,0x01,0x00]
8506 0x0a,0x00,0xa9,0xd0,0x01,0xe1,0x01,0x00
8508 # CHECK: v_cmp_lt_u16_e64 s[10:11], v1, 0xc400 ; encoding: [0x0a,0x00,0xa9,0xd0,0x01,0xff,0x01,0x00]
8509 0x0a,0x00,0xa9,0xd0,0x01,0xef,0x01,0x00
8511 # CHECK: v_cmp_eq_u16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xaa,0xd0,0x01,0x05,0x02,0x00]
8512 0x0a,0x00,0xaa,0xd0,0x01,0x05,0x02,0x00
8514 # CHECK: v_cmp_eq_u16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xaa,0xd0,0x01,0x05,0x02,0x00]
8515 0x0c,0x00,0xaa,0xd0,0x01,0x05,0x02,0x00
8517 # CHECK: v_cmp_eq_u16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xaa,0xd0,0x01,0x05,0x02,0x00]
8518 0x64,0x00,0xaa,0xd0,0x01,0x05,0x02,0x00
8520 # CHECK: v_cmp_eq_u16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xaa,0xd0,0x01,0x05,0x02,0x00]
8521 0x66,0x00,0xaa,0xd0,0x01,0x05,0x02,0x00
8523 # CHECK: v_cmp_eq_u16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xaa,0xd0,0x01,0x05,0x02,0x00]
8524 0x6a,0x00,0xaa,0xd0,0x01,0x05,0x02,0x00
8526 # CHECK: v_cmp_eq_u16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xaa,0xd0,0x01,0x05,0x02,0x00]
8527 0x6c,0x00,0xaa,0xd0,0x01,0x05,0x02,0x00
8529 # CHECK: v_cmp_eq_u16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xaa,0xd0,0x01,0x05,0x02,0x00]
8530 0x6e,0x00,0xaa,0xd0,0x01,0x05,0x02,0x00
8532 # CHECK: v_cmp_eq_u16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xaa,0xd0,0x01,0x05,0x02,0x00]
8533 0x7a,0x00,0xaa,0xd0,0x01,0x05,0x02,0x00
8535 # CHECK: v_cmp_eq_u16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xaa,0xd0,0xff,0x05,0x02,0x00]
8536 0x0a,0x00,0xaa,0xd0,0xff,0x05,0x02,0x00
8538 # CHECK: v_cmp_eq_u16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xaa,0xd0,0x01,0x04,0x02,0x00]
8539 0x0a,0x00,0xaa,0xd0,0x01,0x04,0x02,0x00
8541 # CHECK: v_cmp_eq_u16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xaa,0xd0,0x65,0x04,0x02,0x00]
8542 0x0a,0x00,0xaa,0xd0,0x65,0x04,0x02,0x00
8544 # CHECK: v_cmp_eq_u16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xaa,0xd0,0x66,0x04,0x02,0x00]
8545 0x0a,0x00,0xaa,0xd0,0x66,0x04,0x02,0x00
8547 # CHECK: v_cmp_eq_u16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xaa,0xd0,0x67,0x04,0x02,0x00]
8548 0x0a,0x00,0xaa,0xd0,0x67,0x04,0x02,0x00
8550 # CHECK: v_cmp_eq_u16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xaa,0xd0,0x6a,0x04,0x02,0x00]
8551 0x0a,0x00,0xaa,0xd0,0x6a,0x04,0x02,0x00
8553 # CHECK: v_cmp_eq_u16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xaa,0xd0,0x6b,0x04,0x02,0x00]
8554 0x0a,0x00,0xaa,0xd0,0x6b,0x04,0x02,0x00
8556 # CHECK: v_cmp_eq_u16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xaa,0xd0,0x6c,0x04,0x02,0x00]
8557 0x0a,0x00,0xaa,0xd0,0x6c,0x04,0x02,0x00
8559 # CHECK: v_cmp_eq_u16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xaa,0xd0,0x6d,0x04,0x02,0x00]
8560 0x0a,0x00,0xaa,0xd0,0x6d,0x04,0x02,0x00
8562 # CHECK: v_cmp_eq_u16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xaa,0xd0,0x6e,0x04,0x02,0x00]
8563 0x0a,0x00,0xaa,0xd0,0x6e,0x04,0x02,0x00
8565 # CHECK: v_cmp_eq_u16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xaa,0xd0,0x6f,0x04,0x02,0x00]
8566 0x0a,0x00,0xaa,0xd0,0x6f,0x04,0x02,0x00
8568 # CHECK: v_cmp_eq_u16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xaa,0xd0,0x7b,0x04,0x02,0x00]
8569 0x0a,0x00,0xaa,0xd0,0x7b,0x04,0x02,0x00
8571 # CHECK: v_cmp_eq_u16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xaa,0xd0,0x7c,0x04,0x02,0x00]
8572 0x0a,0x00,0xaa,0xd0,0x7c,0x04,0x02,0x00
8574 # CHECK: v_cmp_eq_u16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xaa,0xd0,0x7e,0x04,0x02,0x00]
8575 0x0a,0x00,0xaa,0xd0,0x7e,0x04,0x02,0x00
8577 # CHECK: v_cmp_eq_u16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xaa,0xd0,0x7f,0x04,0x02,0x00]
8578 0x0a,0x00,0xaa,0xd0,0x7f,0x04,0x02,0x00
8580 # CHECK: v_cmp_eq_u16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xaa,0xd0,0x80,0x04,0x02,0x00]
8581 0x0a,0x00,0xaa,0xd0,0x80,0x04,0x02,0x00
8583 # CHECK: v_cmp_eq_u16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xaa,0xd0,0xc1,0x04,0x02,0x00]
8584 0x0a,0x00,0xaa,0xd0,0xc1,0x04,0x02,0x00
8586 # CHECK: v_cmp_eq_u16_e64 s[10:11], 0x3800, v2 ; encoding: [0x0a,0x00,0xaa,0xd0,0xff,0x04,0x02,0x00]
8587 0x0a,0x00,0xaa,0xd0,0xf0,0x04,0x02,0x00
8589 # CHECK: v_cmp_eq_u16_e64 s[10:11], 0xc400, v2 ; encoding: [0x0a,0x00,0xaa,0xd0,0xff,0x04,0x02,0x00]
8590 0x0a,0x00,0xaa,0xd0,0xf7,0x04,0x02,0x00
8592 # CHECK: v_cmp_eq_u16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xaa,0xd0,0x01,0xff,0x03,0x00]
8593 0x0a,0x00,0xaa,0xd0,0x01,0xff,0x03,0x00
8595 # CHECK: v_cmp_eq_u16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xaa,0xd0,0x01,0x05,0x00,0x00]
8596 0x0a,0x00,0xaa,0xd0,0x01,0x05,0x00,0x00
8598 # CHECK: v_cmp_eq_u16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xaa,0xd0,0x01,0xcb,0x00,0x00]
8599 0x0a,0x00,0xaa,0xd0,0x01,0xcb,0x00,0x00
8601 # CHECK: v_cmp_eq_u16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xaa,0xd0,0x01,0xcd,0x00,0x00]
8602 0x0a,0x00,0xaa,0xd0,0x01,0xcd,0x00,0x00
8604 # CHECK: v_cmp_eq_u16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xaa,0xd0,0x01,0xcf,0x00,0x00]
8605 0x0a,0x00,0xaa,0xd0,0x01,0xcf,0x00,0x00
8607 # CHECK: v_cmp_eq_u16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xaa,0xd0,0x01,0xd5,0x00,0x00]
8608 0x0a,0x00,0xaa,0xd0,0x01,0xd5,0x00,0x00
8610 # CHECK: v_cmp_eq_u16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xaa,0xd0,0x01,0xd7,0x00,0x00]
8611 0x0a,0x00,0xaa,0xd0,0x01,0xd7,0x00,0x00
8613 # CHECK: v_cmp_eq_u16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xaa,0xd0,0x01,0xd9,0x00,0x00]
8614 0x0a,0x00,0xaa,0xd0,0x01,0xd9,0x00,0x00
8616 # CHECK: v_cmp_eq_u16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xaa,0xd0,0x01,0xdb,0x00,0x00]
8617 0x0a,0x00,0xaa,0xd0,0x01,0xdb,0x00,0x00
8619 # CHECK: v_cmp_eq_u16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xaa,0xd0,0x01,0xdd,0x00,0x00]
8620 0x0a,0x00,0xaa,0xd0,0x01,0xdd,0x00,0x00
8622 # CHECK: v_cmp_eq_u16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xaa,0xd0,0x01,0xdf,0x00,0x00]
8623 0x0a,0x00,0xaa,0xd0,0x01,0xdf,0x00,0x00
8625 # CHECK: v_cmp_eq_u16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xaa,0xd0,0x01,0xf7,0x00,0x00]
8626 0x0a,0x00,0xaa,0xd0,0x01,0xf7,0x00,0x00
8628 # CHECK: v_cmp_eq_u16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xaa,0xd0,0x01,0xf9,0x00,0x00]
8629 0x0a,0x00,0xaa,0xd0,0x01,0xf9,0x00,0x00
8631 # CHECK: v_cmp_eq_u16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xaa,0xd0,0x01,0xfd,0x00,0x00]
8632 0x0a,0x00,0xaa,0xd0,0x01,0xfd,0x00,0x00
8634 # CHECK: v_cmp_eq_u16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xaa,0xd0,0x01,0xff,0x00,0x00]
8635 0x0a,0x00,0xaa,0xd0,0x01,0xff,0x00,0x00
8637 # CHECK: v_cmp_eq_u16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xaa,0xd0,0x01,0x01,0x01,0x00]
8638 0x0a,0x00,0xaa,0xd0,0x01,0x01,0x01,0x00
8640 # CHECK: v_cmp_eq_u16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xaa,0xd0,0x01,0x83,0x01,0x00]
8641 0x0a,0x00,0xaa,0xd0,0x01,0x83,0x01,0x00
8643 # CHECK: v_cmp_eq_u16_e64 s[10:11], v1, 0x3800 ; encoding: [0x0a,0x00,0xaa,0xd0,0x01,0xff,0x01,0x00]
8644 0x0a,0x00,0xaa,0xd0,0x01,0xe1,0x01,0x00
8646 # CHECK: v_cmp_eq_u16_e64 s[10:11], v1, 0xc400 ; encoding: [0x0a,0x00,0xaa,0xd0,0x01,0xff,0x01,0x00]
8647 0x0a,0x00,0xaa,0xd0,0x01,0xef,0x01,0x00
8649 # CHECK: v_cmp_le_u16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xab,0xd0,0x01,0x05,0x02,0x00]
8650 0x0a,0x00,0xab,0xd0,0x01,0x05,0x02,0x00
8652 # CHECK: v_cmp_le_u16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xab,0xd0,0x01,0x05,0x02,0x00]
8653 0x0c,0x00,0xab,0xd0,0x01,0x05,0x02,0x00
8655 # CHECK: v_cmp_le_u16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xab,0xd0,0x01,0x05,0x02,0x00]
8656 0x64,0x00,0xab,0xd0,0x01,0x05,0x02,0x00
8658 # CHECK: v_cmp_le_u16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xab,0xd0,0x01,0x05,0x02,0x00]
8659 0x66,0x00,0xab,0xd0,0x01,0x05,0x02,0x00
8661 # CHECK: v_cmp_le_u16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xab,0xd0,0x01,0x05,0x02,0x00]
8662 0x6a,0x00,0xab,0xd0,0x01,0x05,0x02,0x00
8664 # CHECK: v_cmp_le_u16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xab,0xd0,0x01,0x05,0x02,0x00]
8665 0x6c,0x00,0xab,0xd0,0x01,0x05,0x02,0x00
8667 # CHECK: v_cmp_le_u16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xab,0xd0,0x01,0x05,0x02,0x00]
8668 0x6e,0x00,0xab,0xd0,0x01,0x05,0x02,0x00
8670 # CHECK: v_cmp_le_u16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xab,0xd0,0x01,0x05,0x02,0x00]
8671 0x7a,0x00,0xab,0xd0,0x01,0x05,0x02,0x00
8673 # CHECK: v_cmp_le_u16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xab,0xd0,0xff,0x05,0x02,0x00]
8674 0x0a,0x00,0xab,0xd0,0xff,0x05,0x02,0x00
8676 # CHECK: v_cmp_le_u16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xab,0xd0,0x01,0x04,0x02,0x00]
8677 0x0a,0x00,0xab,0xd0,0x01,0x04,0x02,0x00
8679 # CHECK: v_cmp_le_u16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xab,0xd0,0x65,0x04,0x02,0x00]
8680 0x0a,0x00,0xab,0xd0,0x65,0x04,0x02,0x00
8682 # CHECK: v_cmp_le_u16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xab,0xd0,0x66,0x04,0x02,0x00]
8683 0x0a,0x00,0xab,0xd0,0x66,0x04,0x02,0x00
8685 # CHECK: v_cmp_le_u16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xab,0xd0,0x67,0x04,0x02,0x00]
8686 0x0a,0x00,0xab,0xd0,0x67,0x04,0x02,0x00
8688 # CHECK: v_cmp_le_u16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xab,0xd0,0x6a,0x04,0x02,0x00]
8689 0x0a,0x00,0xab,0xd0,0x6a,0x04,0x02,0x00
8691 # CHECK: v_cmp_le_u16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xab,0xd0,0x6b,0x04,0x02,0x00]
8692 0x0a,0x00,0xab,0xd0,0x6b,0x04,0x02,0x00
8694 # CHECK: v_cmp_le_u16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xab,0xd0,0x6c,0x04,0x02,0x00]
8695 0x0a,0x00,0xab,0xd0,0x6c,0x04,0x02,0x00
8697 # CHECK: v_cmp_le_u16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xab,0xd0,0x6d,0x04,0x02,0x00]
8698 0x0a,0x00,0xab,0xd0,0x6d,0x04,0x02,0x00
8700 # CHECK: v_cmp_le_u16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xab,0xd0,0x6e,0x04,0x02,0x00]
8701 0x0a,0x00,0xab,0xd0,0x6e,0x04,0x02,0x00
8703 # CHECK: v_cmp_le_u16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xab,0xd0,0x6f,0x04,0x02,0x00]
8704 0x0a,0x00,0xab,0xd0,0x6f,0x04,0x02,0x00
8706 # CHECK: v_cmp_le_u16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xab,0xd0,0x7b,0x04,0x02,0x00]
8707 0x0a,0x00,0xab,0xd0,0x7b,0x04,0x02,0x00
8709 # CHECK: v_cmp_le_u16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xab,0xd0,0x7c,0x04,0x02,0x00]
8710 0x0a,0x00,0xab,0xd0,0x7c,0x04,0x02,0x00
8712 # CHECK: v_cmp_le_u16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xab,0xd0,0x7e,0x04,0x02,0x00]
8713 0x0a,0x00,0xab,0xd0,0x7e,0x04,0x02,0x00
8715 # CHECK: v_cmp_le_u16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xab,0xd0,0x7f,0x04,0x02,0x00]
8716 0x0a,0x00,0xab,0xd0,0x7f,0x04,0x02,0x00
8718 # CHECK: v_cmp_le_u16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xab,0xd0,0x80,0x04,0x02,0x00]
8719 0x0a,0x00,0xab,0xd0,0x80,0x04,0x02,0x00
8721 # CHECK: v_cmp_le_u16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xab,0xd0,0xc1,0x04,0x02,0x00]
8722 0x0a,0x00,0xab,0xd0,0xc1,0x04,0x02,0x00
8724 # CHECK: v_cmp_le_u16_e64 s[10:11], 0x3800, v2 ; encoding: [0x0a,0x00,0xab,0xd0,0xff,0x04,0x02,0x00]
8725 0x0a,0x00,0xab,0xd0,0xf0,0x04,0x02,0x00
8727 # CHECK: v_cmp_le_u16_e64 s[10:11], 0xc400, v2 ; encoding: [0x0a,0x00,0xab,0xd0,0xff,0x04,0x02,0x00]
8728 0x0a,0x00,0xab,0xd0,0xf7,0x04,0x02,0x00
8730 # CHECK: v_cmp_le_u16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xab,0xd0,0x01,0xff,0x03,0x00]
8731 0x0a,0x00,0xab,0xd0,0x01,0xff,0x03,0x00
8733 # CHECK: v_cmp_le_u16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xab,0xd0,0x01,0x05,0x00,0x00]
8734 0x0a,0x00,0xab,0xd0,0x01,0x05,0x00,0x00
8736 # CHECK: v_cmp_le_u16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xab,0xd0,0x01,0xcb,0x00,0x00]
8737 0x0a,0x00,0xab,0xd0,0x01,0xcb,0x00,0x00
8739 # CHECK: v_cmp_le_u16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xab,0xd0,0x01,0xcd,0x00,0x00]
8740 0x0a,0x00,0xab,0xd0,0x01,0xcd,0x00,0x00
8742 # CHECK: v_cmp_le_u16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xab,0xd0,0x01,0xcf,0x00,0x00]
8743 0x0a,0x00,0xab,0xd0,0x01,0xcf,0x00,0x00
8745 # CHECK: v_cmp_le_u16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xab,0xd0,0x01,0xd5,0x00,0x00]
8746 0x0a,0x00,0xab,0xd0,0x01,0xd5,0x00,0x00
8748 # CHECK: v_cmp_le_u16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xab,0xd0,0x01,0xd7,0x00,0x00]
8749 0x0a,0x00,0xab,0xd0,0x01,0xd7,0x00,0x00
8751 # CHECK: v_cmp_le_u16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xab,0xd0,0x01,0xd9,0x00,0x00]
8752 0x0a,0x00,0xab,0xd0,0x01,0xd9,0x00,0x00
8754 # CHECK: v_cmp_le_u16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xab,0xd0,0x01,0xdb,0x00,0x00]
8755 0x0a,0x00,0xab,0xd0,0x01,0xdb,0x00,0x00
8757 # CHECK: v_cmp_le_u16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xab,0xd0,0x01,0xdd,0x00,0x00]
8758 0x0a,0x00,0xab,0xd0,0x01,0xdd,0x00,0x00
8760 # CHECK: v_cmp_le_u16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xab,0xd0,0x01,0xdf,0x00,0x00]
8761 0x0a,0x00,0xab,0xd0,0x01,0xdf,0x00,0x00
8763 # CHECK: v_cmp_le_u16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xab,0xd0,0x01,0xf7,0x00,0x00]
8764 0x0a,0x00,0xab,0xd0,0x01,0xf7,0x00,0x00
8766 # CHECK: v_cmp_le_u16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xab,0xd0,0x01,0xf9,0x00,0x00]
8767 0x0a,0x00,0xab,0xd0,0x01,0xf9,0x00,0x00
8769 # CHECK: v_cmp_le_u16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xab,0xd0,0x01,0xfd,0x00,0x00]
8770 0x0a,0x00,0xab,0xd0,0x01,0xfd,0x00,0x00
8772 # CHECK: v_cmp_le_u16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xab,0xd0,0x01,0xff,0x00,0x00]
8773 0x0a,0x00,0xab,0xd0,0x01,0xff,0x00,0x00
8775 # CHECK: v_cmp_le_u16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xab,0xd0,0x01,0x01,0x01,0x00]
8776 0x0a,0x00,0xab,0xd0,0x01,0x01,0x01,0x00
8778 # CHECK: v_cmp_le_u16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xab,0xd0,0x01,0x83,0x01,0x00]
8779 0x0a,0x00,0xab,0xd0,0x01,0x83,0x01,0x00
8781 # CHECK: v_cmp_le_u16_e64 s[10:11], v1, 0x3800 ; encoding: [0x0a,0x00,0xab,0xd0,0x01,0xff,0x01,0x00]
8782 0x0a,0x00,0xab,0xd0,0x01,0xe1,0x01,0x00
8784 # CHECK: v_cmp_le_u16_e64 s[10:11], v1, 0xc400 ; encoding: [0x0a,0x00,0xab,0xd0,0x01,0xff,0x01,0x00]
8785 0x0a,0x00,0xab,0xd0,0x01,0xef,0x01,0x00
8787 # CHECK: v_cmp_gt_u16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xac,0xd0,0x01,0x05,0x02,0x00]
8788 0x0a,0x00,0xac,0xd0,0x01,0x05,0x02,0x00
8790 # CHECK: v_cmp_gt_u16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xac,0xd0,0x01,0x05,0x02,0x00]
8791 0x0c,0x00,0xac,0xd0,0x01,0x05,0x02,0x00
8793 # CHECK: v_cmp_gt_u16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xac,0xd0,0x01,0x05,0x02,0x00]
8794 0x64,0x00,0xac,0xd0,0x01,0x05,0x02,0x00
8796 # CHECK: v_cmp_gt_u16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xac,0xd0,0x01,0x05,0x02,0x00]
8797 0x66,0x00,0xac,0xd0,0x01,0x05,0x02,0x00
8799 # CHECK: v_cmp_gt_u16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xac,0xd0,0x01,0x05,0x02,0x00]
8800 0x6a,0x00,0xac,0xd0,0x01,0x05,0x02,0x00
8802 # CHECK: v_cmp_gt_u16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xac,0xd0,0x01,0x05,0x02,0x00]
8803 0x6c,0x00,0xac,0xd0,0x01,0x05,0x02,0x00
8805 # CHECK: v_cmp_gt_u16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xac,0xd0,0x01,0x05,0x02,0x00]
8806 0x6e,0x00,0xac,0xd0,0x01,0x05,0x02,0x00
8808 # CHECK: v_cmp_gt_u16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xac,0xd0,0x01,0x05,0x02,0x00]
8809 0x7a,0x00,0xac,0xd0,0x01,0x05,0x02,0x00
8811 # CHECK: v_cmp_gt_u16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xac,0xd0,0xff,0x05,0x02,0x00]
8812 0x0a,0x00,0xac,0xd0,0xff,0x05,0x02,0x00
8814 # CHECK: v_cmp_gt_u16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xac,0xd0,0x01,0x04,0x02,0x00]
8815 0x0a,0x00,0xac,0xd0,0x01,0x04,0x02,0x00
8817 # CHECK: v_cmp_gt_u16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xac,0xd0,0x65,0x04,0x02,0x00]
8818 0x0a,0x00,0xac,0xd0,0x65,0x04,0x02,0x00
8820 # CHECK: v_cmp_gt_u16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xac,0xd0,0x66,0x04,0x02,0x00]
8821 0x0a,0x00,0xac,0xd0,0x66,0x04,0x02,0x00
8823 # CHECK: v_cmp_gt_u16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xac,0xd0,0x67,0x04,0x02,0x00]
8824 0x0a,0x00,0xac,0xd0,0x67,0x04,0x02,0x00
8826 # CHECK: v_cmp_gt_u16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xac,0xd0,0x6a,0x04,0x02,0x00]
8827 0x0a,0x00,0xac,0xd0,0x6a,0x04,0x02,0x00
8829 # CHECK: v_cmp_gt_u16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xac,0xd0,0x6b,0x04,0x02,0x00]
8830 0x0a,0x00,0xac,0xd0,0x6b,0x04,0x02,0x00
8832 # CHECK: v_cmp_gt_u16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xac,0xd0,0x6c,0x04,0x02,0x00]
8833 0x0a,0x00,0xac,0xd0,0x6c,0x04,0x02,0x00
8835 # CHECK: v_cmp_gt_u16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xac,0xd0,0x6d,0x04,0x02,0x00]
8836 0x0a,0x00,0xac,0xd0,0x6d,0x04,0x02,0x00
8838 # CHECK: v_cmp_gt_u16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xac,0xd0,0x6e,0x04,0x02,0x00]
8839 0x0a,0x00,0xac,0xd0,0x6e,0x04,0x02,0x00
8841 # CHECK: v_cmp_gt_u16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xac,0xd0,0x6f,0x04,0x02,0x00]
8842 0x0a,0x00,0xac,0xd0,0x6f,0x04,0x02,0x00
8844 # CHECK: v_cmp_gt_u16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xac,0xd0,0x7b,0x04,0x02,0x00]
8845 0x0a,0x00,0xac,0xd0,0x7b,0x04,0x02,0x00
8847 # CHECK: v_cmp_gt_u16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xac,0xd0,0x7c,0x04,0x02,0x00]
8848 0x0a,0x00,0xac,0xd0,0x7c,0x04,0x02,0x00
8850 # CHECK: v_cmp_gt_u16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xac,0xd0,0x7e,0x04,0x02,0x00]
8851 0x0a,0x00,0xac,0xd0,0x7e,0x04,0x02,0x00
8853 # CHECK: v_cmp_gt_u16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xac,0xd0,0x7f,0x04,0x02,0x00]
8854 0x0a,0x00,0xac,0xd0,0x7f,0x04,0x02,0x00
8856 # CHECK: v_cmp_gt_u16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xac,0xd0,0x80,0x04,0x02,0x00]
8857 0x0a,0x00,0xac,0xd0,0x80,0x04,0x02,0x00
8859 # CHECK: v_cmp_gt_u16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xac,0xd0,0xc1,0x04,0x02,0x00]
8860 0x0a,0x00,0xac,0xd0,0xc1,0x04,0x02,0x00
8862 # CHECK: v_cmp_gt_u16_e64 s[10:11], 0x3800, v2 ; encoding: [0x0a,0x00,0xac,0xd0,0xff,0x04,0x02,0x00]
8863 0x0a,0x00,0xac,0xd0,0xf0,0x04,0x02,0x00
8865 # CHECK: v_cmp_gt_u16_e64 s[10:11], 0xc400, v2 ; encoding: [0x0a,0x00,0xac,0xd0,0xff,0x04,0x02,0x00]
8866 0x0a,0x00,0xac,0xd0,0xf7,0x04,0x02,0x00
8868 # CHECK: v_cmp_gt_u16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xac,0xd0,0x01,0xff,0x03,0x00]
8869 0x0a,0x00,0xac,0xd0,0x01,0xff,0x03,0x00
8871 # CHECK: v_cmp_gt_u16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xac,0xd0,0x01,0x05,0x00,0x00]
8872 0x0a,0x00,0xac,0xd0,0x01,0x05,0x00,0x00
8874 # CHECK: v_cmp_gt_u16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xac,0xd0,0x01,0xcb,0x00,0x00]
8875 0x0a,0x00,0xac,0xd0,0x01,0xcb,0x00,0x00
8877 # CHECK: v_cmp_gt_u16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xac,0xd0,0x01,0xcd,0x00,0x00]
8878 0x0a,0x00,0xac,0xd0,0x01,0xcd,0x00,0x00
8880 # CHECK: v_cmp_gt_u16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xac,0xd0,0x01,0xcf,0x00,0x00]
8881 0x0a,0x00,0xac,0xd0,0x01,0xcf,0x00,0x00
8883 # CHECK: v_cmp_gt_u16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xac,0xd0,0x01,0xd5,0x00,0x00]
8884 0x0a,0x00,0xac,0xd0,0x01,0xd5,0x00,0x00
8886 # CHECK: v_cmp_gt_u16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xac,0xd0,0x01,0xd7,0x00,0x00]
8887 0x0a,0x00,0xac,0xd0,0x01,0xd7,0x00,0x00
8889 # CHECK: v_cmp_gt_u16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xac,0xd0,0x01,0xd9,0x00,0x00]
8890 0x0a,0x00,0xac,0xd0,0x01,0xd9,0x00,0x00
8892 # CHECK: v_cmp_gt_u16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xac,0xd0,0x01,0xdb,0x00,0x00]
8893 0x0a,0x00,0xac,0xd0,0x01,0xdb,0x00,0x00
8895 # CHECK: v_cmp_gt_u16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xac,0xd0,0x01,0xdd,0x00,0x00]
8896 0x0a,0x00,0xac,0xd0,0x01,0xdd,0x00,0x00
8898 # CHECK: v_cmp_gt_u16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xac,0xd0,0x01,0xdf,0x00,0x00]
8899 0x0a,0x00,0xac,0xd0,0x01,0xdf,0x00,0x00
8901 # CHECK: v_cmp_gt_u16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xac,0xd0,0x01,0xf7,0x00,0x00]
8902 0x0a,0x00,0xac,0xd0,0x01,0xf7,0x00,0x00
8904 # CHECK: v_cmp_gt_u16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xac,0xd0,0x01,0xf9,0x00,0x00]
8905 0x0a,0x00,0xac,0xd0,0x01,0xf9,0x00,0x00
8907 # CHECK: v_cmp_gt_u16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xac,0xd0,0x01,0xfd,0x00,0x00]
8908 0x0a,0x00,0xac,0xd0,0x01,0xfd,0x00,0x00
8910 # CHECK: v_cmp_gt_u16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xac,0xd0,0x01,0xff,0x00,0x00]
8911 0x0a,0x00,0xac,0xd0,0x01,0xff,0x00,0x00
8913 # CHECK: v_cmp_gt_u16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xac,0xd0,0x01,0x01,0x01,0x00]
8914 0x0a,0x00,0xac,0xd0,0x01,0x01,0x01,0x00
8916 # CHECK: v_cmp_gt_u16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xac,0xd0,0x01,0x83,0x01,0x00]
8917 0x0a,0x00,0xac,0xd0,0x01,0x83,0x01,0x00
8919 # CHECK: v_cmp_gt_u16_e64 s[10:11], v1, 0x3800 ; encoding: [0x0a,0x00,0xac,0xd0,0x01,0xff,0x01,0x00]
8920 0x0a,0x00,0xac,0xd0,0x01,0xe1,0x01,0x00
8922 # CHECK: v_cmp_gt_u16_e64 s[10:11], v1, 0xc400 ; encoding: [0x0a,0x00,0xac,0xd0,0x01,0xff,0x01,0x00]
8923 0x0a,0x00,0xac,0xd0,0x01,0xef,0x01,0x00
8925 # CHECK: v_cmp_ne_u16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xad,0xd0,0x01,0x05,0x02,0x00]
8926 0x0a,0x00,0xad,0xd0,0x01,0x05,0x02,0x00
8928 # CHECK: v_cmp_ne_u16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xad,0xd0,0x01,0x05,0x02,0x00]
8929 0x0c,0x00,0xad,0xd0,0x01,0x05,0x02,0x00
8931 # CHECK: v_cmp_ne_u16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xad,0xd0,0x01,0x05,0x02,0x00]
8932 0x64,0x00,0xad,0xd0,0x01,0x05,0x02,0x00
8934 # CHECK: v_cmp_ne_u16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xad,0xd0,0x01,0x05,0x02,0x00]
8935 0x66,0x00,0xad,0xd0,0x01,0x05,0x02,0x00
8937 # CHECK: v_cmp_ne_u16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xad,0xd0,0x01,0x05,0x02,0x00]
8938 0x6a,0x00,0xad,0xd0,0x01,0x05,0x02,0x00
8940 # CHECK: v_cmp_ne_u16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xad,0xd0,0x01,0x05,0x02,0x00]
8941 0x6c,0x00,0xad,0xd0,0x01,0x05,0x02,0x00
8943 # CHECK: v_cmp_ne_u16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xad,0xd0,0x01,0x05,0x02,0x00]
8944 0x6e,0x00,0xad,0xd0,0x01,0x05,0x02,0x00
8946 # CHECK: v_cmp_ne_u16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xad,0xd0,0x01,0x05,0x02,0x00]
8947 0x7a,0x00,0xad,0xd0,0x01,0x05,0x02,0x00
8949 # CHECK: v_cmp_ne_u16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xad,0xd0,0xff,0x05,0x02,0x00]
8950 0x0a,0x00,0xad,0xd0,0xff,0x05,0x02,0x00
8952 # CHECK: v_cmp_ne_u16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xad,0xd0,0x01,0x04,0x02,0x00]
8953 0x0a,0x00,0xad,0xd0,0x01,0x04,0x02,0x00
8955 # CHECK: v_cmp_ne_u16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xad,0xd0,0x65,0x04,0x02,0x00]
8956 0x0a,0x00,0xad,0xd0,0x65,0x04,0x02,0x00
8958 # CHECK: v_cmp_ne_u16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xad,0xd0,0x66,0x04,0x02,0x00]
8959 0x0a,0x00,0xad,0xd0,0x66,0x04,0x02,0x00
8961 # CHECK: v_cmp_ne_u16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xad,0xd0,0x67,0x04,0x02,0x00]
8962 0x0a,0x00,0xad,0xd0,0x67,0x04,0x02,0x00
8964 # CHECK: v_cmp_ne_u16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xad,0xd0,0x6a,0x04,0x02,0x00]
8965 0x0a,0x00,0xad,0xd0,0x6a,0x04,0x02,0x00
8967 # CHECK: v_cmp_ne_u16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xad,0xd0,0x6b,0x04,0x02,0x00]
8968 0x0a,0x00,0xad,0xd0,0x6b,0x04,0x02,0x00
8970 # CHECK: v_cmp_ne_u16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xad,0xd0,0x6c,0x04,0x02,0x00]
8971 0x0a,0x00,0xad,0xd0,0x6c,0x04,0x02,0x00
8973 # CHECK: v_cmp_ne_u16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xad,0xd0,0x6d,0x04,0x02,0x00]
8974 0x0a,0x00,0xad,0xd0,0x6d,0x04,0x02,0x00
8976 # CHECK: v_cmp_ne_u16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xad,0xd0,0x6e,0x04,0x02,0x00]
8977 0x0a,0x00,0xad,0xd0,0x6e,0x04,0x02,0x00
8979 # CHECK: v_cmp_ne_u16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xad,0xd0,0x6f,0x04,0x02,0x00]
8980 0x0a,0x00,0xad,0xd0,0x6f,0x04,0x02,0x00
8982 # CHECK: v_cmp_ne_u16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xad,0xd0,0x7b,0x04,0x02,0x00]
8983 0x0a,0x00,0xad,0xd0,0x7b,0x04,0x02,0x00
8985 # CHECK: v_cmp_ne_u16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xad,0xd0,0x7c,0x04,0x02,0x00]
8986 0x0a,0x00,0xad,0xd0,0x7c,0x04,0x02,0x00
8988 # CHECK: v_cmp_ne_u16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xad,0xd0,0x7e,0x04,0x02,0x00]
8989 0x0a,0x00,0xad,0xd0,0x7e,0x04,0x02,0x00
8991 # CHECK: v_cmp_ne_u16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xad,0xd0,0x7f,0x04,0x02,0x00]
8992 0x0a,0x00,0xad,0xd0,0x7f,0x04,0x02,0x00
8994 # CHECK: v_cmp_ne_u16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xad,0xd0,0x80,0x04,0x02,0x00]
8995 0x0a,0x00,0xad,0xd0,0x80,0x04,0x02,0x00
8997 # CHECK: v_cmp_ne_u16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xad,0xd0,0xc1,0x04,0x02,0x00]
8998 0x0a,0x00,0xad,0xd0,0xc1,0x04,0x02,0x00
9000 # CHECK: v_cmp_ne_u16_e64 s[10:11], 0x3800, v2 ; encoding: [0x0a,0x00,0xad,0xd0,0xff,0x04,0x02,0x00]
9001 0x0a,0x00,0xad,0xd0,0xf0,0x04,0x02,0x00
9003 # CHECK: v_cmp_ne_u16_e64 s[10:11], 0xc400, v2 ; encoding: [0x0a,0x00,0xad,0xd0,0xff,0x04,0x02,0x00]
9004 0x0a,0x00,0xad,0xd0,0xf7,0x04,0x02,0x00
9006 # CHECK: v_cmp_ne_u16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xad,0xd0,0x01,0xff,0x03,0x00]
9007 0x0a,0x00,0xad,0xd0,0x01,0xff,0x03,0x00
9009 # CHECK: v_cmp_ne_u16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xad,0xd0,0x01,0x05,0x00,0x00]
9010 0x0a,0x00,0xad,0xd0,0x01,0x05,0x00,0x00
9012 # CHECK: v_cmp_ne_u16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xad,0xd0,0x01,0xcb,0x00,0x00]
9013 0x0a,0x00,0xad,0xd0,0x01,0xcb,0x00,0x00
9015 # CHECK: v_cmp_ne_u16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xad,0xd0,0x01,0xcd,0x00,0x00]
9016 0x0a,0x00,0xad,0xd0,0x01,0xcd,0x00,0x00
9018 # CHECK: v_cmp_ne_u16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xad,0xd0,0x01,0xcf,0x00,0x00]
9019 0x0a,0x00,0xad,0xd0,0x01,0xcf,0x00,0x00
9021 # CHECK: v_cmp_ne_u16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xad,0xd0,0x01,0xd5,0x00,0x00]
9022 0x0a,0x00,0xad,0xd0,0x01,0xd5,0x00,0x00
9024 # CHECK: v_cmp_ne_u16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xad,0xd0,0x01,0xd7,0x00,0x00]
9025 0x0a,0x00,0xad,0xd0,0x01,0xd7,0x00,0x00
9027 # CHECK: v_cmp_ne_u16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xad,0xd0,0x01,0xd9,0x00,0x00]
9028 0x0a,0x00,0xad,0xd0,0x01,0xd9,0x00,0x00
9030 # CHECK: v_cmp_ne_u16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xad,0xd0,0x01,0xdb,0x00,0x00]
9031 0x0a,0x00,0xad,0xd0,0x01,0xdb,0x00,0x00
9033 # CHECK: v_cmp_ne_u16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xad,0xd0,0x01,0xdd,0x00,0x00]
9034 0x0a,0x00,0xad,0xd0,0x01,0xdd,0x00,0x00
9036 # CHECK: v_cmp_ne_u16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xad,0xd0,0x01,0xdf,0x00,0x00]
9037 0x0a,0x00,0xad,0xd0,0x01,0xdf,0x00,0x00
9039 # CHECK: v_cmp_ne_u16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xad,0xd0,0x01,0xf7,0x00,0x00]
9040 0x0a,0x00,0xad,0xd0,0x01,0xf7,0x00,0x00
9042 # CHECK: v_cmp_ne_u16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xad,0xd0,0x01,0xf9,0x00,0x00]
9043 0x0a,0x00,0xad,0xd0,0x01,0xf9,0x00,0x00
9045 # CHECK: v_cmp_ne_u16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xad,0xd0,0x01,0xfd,0x00,0x00]
9046 0x0a,0x00,0xad,0xd0,0x01,0xfd,0x00,0x00
9048 # CHECK: v_cmp_ne_u16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xad,0xd0,0x01,0xff,0x00,0x00]
9049 0x0a,0x00,0xad,0xd0,0x01,0xff,0x00,0x00
9051 # CHECK: v_cmp_ne_u16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xad,0xd0,0x01,0x01,0x01,0x00]
9052 0x0a,0x00,0xad,0xd0,0x01,0x01,0x01,0x00
9054 # CHECK: v_cmp_ne_u16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xad,0xd0,0x01,0x83,0x01,0x00]
9055 0x0a,0x00,0xad,0xd0,0x01,0x83,0x01,0x00
9057 # CHECK: v_cmp_ne_u16_e64 s[10:11], v1, 0x3800 ; encoding: [0x0a,0x00,0xad,0xd0,0x01,0xff,0x01,0x00]
9058 0x0a,0x00,0xad,0xd0,0x01,0xe1,0x01,0x00
9060 # CHECK: v_cmp_ne_u16_e64 s[10:11], v1, 0xc400 ; encoding: [0x0a,0x00,0xad,0xd0,0x01,0xff,0x01,0x00]
9061 0x0a,0x00,0xad,0xd0,0x01,0xef,0x01,0x00
9063 # CHECK: v_cmp_ge_u16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xae,0xd0,0x01,0x05,0x02,0x00]
9064 0x0a,0x00,0xae,0xd0,0x01,0x05,0x02,0x00
9066 # CHECK: v_cmp_ge_u16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xae,0xd0,0x01,0x05,0x02,0x00]
9067 0x0c,0x00,0xae,0xd0,0x01,0x05,0x02,0x00
9069 # CHECK: v_cmp_ge_u16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xae,0xd0,0x01,0x05,0x02,0x00]
9070 0x64,0x00,0xae,0xd0,0x01,0x05,0x02,0x00
9072 # CHECK: v_cmp_ge_u16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xae,0xd0,0x01,0x05,0x02,0x00]
9073 0x66,0x00,0xae,0xd0,0x01,0x05,0x02,0x00
9075 # CHECK: v_cmp_ge_u16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xae,0xd0,0x01,0x05,0x02,0x00]
9076 0x6a,0x00,0xae,0xd0,0x01,0x05,0x02,0x00
9078 # CHECK: v_cmp_ge_u16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xae,0xd0,0x01,0x05,0x02,0x00]
9079 0x6c,0x00,0xae,0xd0,0x01,0x05,0x02,0x00
9081 # CHECK: v_cmp_ge_u16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xae,0xd0,0x01,0x05,0x02,0x00]
9082 0x6e,0x00,0xae,0xd0,0x01,0x05,0x02,0x00
9084 # CHECK: v_cmp_ge_u16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xae,0xd0,0x01,0x05,0x02,0x00]
9085 0x7a,0x00,0xae,0xd0,0x01,0x05,0x02,0x00
9087 # CHECK: v_cmp_ge_u16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xae,0xd0,0xff,0x05,0x02,0x00]
9088 0x0a,0x00,0xae,0xd0,0xff,0x05,0x02,0x00
9090 # CHECK: v_cmp_ge_u16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xae,0xd0,0x01,0x04,0x02,0x00]
9091 0x0a,0x00,0xae,0xd0,0x01,0x04,0x02,0x00
9093 # CHECK: v_cmp_ge_u16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xae,0xd0,0x65,0x04,0x02,0x00]
9094 0x0a,0x00,0xae,0xd0,0x65,0x04,0x02,0x00
9096 # CHECK: v_cmp_ge_u16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xae,0xd0,0x66,0x04,0x02,0x00]
9097 0x0a,0x00,0xae,0xd0,0x66,0x04,0x02,0x00
9099 # CHECK: v_cmp_ge_u16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xae,0xd0,0x67,0x04,0x02,0x00]
9100 0x0a,0x00,0xae,0xd0,0x67,0x04,0x02,0x00
9102 # CHECK: v_cmp_ge_u16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xae,0xd0,0x6a,0x04,0x02,0x00]
9103 0x0a,0x00,0xae,0xd0,0x6a,0x04,0x02,0x00
9105 # CHECK: v_cmp_ge_u16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xae,0xd0,0x6b,0x04,0x02,0x00]
9106 0x0a,0x00,0xae,0xd0,0x6b,0x04,0x02,0x00
9108 # CHECK: v_cmp_ge_u16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xae,0xd0,0x6c,0x04,0x02,0x00]
9109 0x0a,0x00,0xae,0xd0,0x6c,0x04,0x02,0x00
9111 # CHECK: v_cmp_ge_u16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xae,0xd0,0x6d,0x04,0x02,0x00]
9112 0x0a,0x00,0xae,0xd0,0x6d,0x04,0x02,0x00
9114 # CHECK: v_cmp_ge_u16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xae,0xd0,0x6e,0x04,0x02,0x00]
9115 0x0a,0x00,0xae,0xd0,0x6e,0x04,0x02,0x00
9117 # CHECK: v_cmp_ge_u16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xae,0xd0,0x6f,0x04,0x02,0x00]
9118 0x0a,0x00,0xae,0xd0,0x6f,0x04,0x02,0x00
9120 # CHECK: v_cmp_ge_u16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xae,0xd0,0x7b,0x04,0x02,0x00]
9121 0x0a,0x00,0xae,0xd0,0x7b,0x04,0x02,0x00
9123 # CHECK: v_cmp_ge_u16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xae,0xd0,0x7c,0x04,0x02,0x00]
9124 0x0a,0x00,0xae,0xd0,0x7c,0x04,0x02,0x00
9126 # CHECK: v_cmp_ge_u16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xae,0xd0,0x7e,0x04,0x02,0x00]
9127 0x0a,0x00,0xae,0xd0,0x7e,0x04,0x02,0x00
9129 # CHECK: v_cmp_ge_u16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xae,0xd0,0x7f,0x04,0x02,0x00]
9130 0x0a,0x00,0xae,0xd0,0x7f,0x04,0x02,0x00
9132 # CHECK: v_cmp_ge_u16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xae,0xd0,0x80,0x04,0x02,0x00]
9133 0x0a,0x00,0xae,0xd0,0x80,0x04,0x02,0x00
9135 # CHECK: v_cmp_ge_u16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xae,0xd0,0xc1,0x04,0x02,0x00]
9136 0x0a,0x00,0xae,0xd0,0xc1,0x04,0x02,0x00
9138 # CHECK: v_cmp_ge_u16_e64 s[10:11], 0x3800, v2 ; encoding: [0x0a,0x00,0xae,0xd0,0xff,0x04,0x02,0x00]
9139 0x0a,0x00,0xae,0xd0,0xf0,0x04,0x02,0x00
9141 # CHECK: v_cmp_ge_u16_e64 s[10:11], 0xc400, v2 ; encoding: [0x0a,0x00,0xae,0xd0,0xff,0x04,0x02,0x00]
9142 0x0a,0x00,0xae,0xd0,0xf7,0x04,0x02,0x00
9144 # CHECK: v_cmp_ge_u16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xae,0xd0,0x01,0xff,0x03,0x00]
9145 0x0a,0x00,0xae,0xd0,0x01,0xff,0x03,0x00
9147 # CHECK: v_cmp_ge_u16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xae,0xd0,0x01,0x05,0x00,0x00]
9148 0x0a,0x00,0xae,0xd0,0x01,0x05,0x00,0x00
9150 # CHECK: v_cmp_ge_u16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xae,0xd0,0x01,0xcb,0x00,0x00]
9151 0x0a,0x00,0xae,0xd0,0x01,0xcb,0x00,0x00
9153 # CHECK: v_cmp_ge_u16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xae,0xd0,0x01,0xcd,0x00,0x00]
9154 0x0a,0x00,0xae,0xd0,0x01,0xcd,0x00,0x00
9156 # CHECK: v_cmp_ge_u16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xae,0xd0,0x01,0xcf,0x00,0x00]
9157 0x0a,0x00,0xae,0xd0,0x01,0xcf,0x00,0x00
9159 # CHECK: v_cmp_ge_u16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xae,0xd0,0x01,0xd5,0x00,0x00]
9160 0x0a,0x00,0xae,0xd0,0x01,0xd5,0x00,0x00
9162 # CHECK: v_cmp_ge_u16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xae,0xd0,0x01,0xd7,0x00,0x00]
9163 0x0a,0x00,0xae,0xd0,0x01,0xd7,0x00,0x00
9165 # CHECK: v_cmp_ge_u16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xae,0xd0,0x01,0xd9,0x00,0x00]
9166 0x0a,0x00,0xae,0xd0,0x01,0xd9,0x00,0x00
9168 # CHECK: v_cmp_ge_u16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xae,0xd0,0x01,0xdb,0x00,0x00]
9169 0x0a,0x00,0xae,0xd0,0x01,0xdb,0x00,0x00
9171 # CHECK: v_cmp_ge_u16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xae,0xd0,0x01,0xdd,0x00,0x00]
9172 0x0a,0x00,0xae,0xd0,0x01,0xdd,0x00,0x00
9174 # CHECK: v_cmp_ge_u16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xae,0xd0,0x01,0xdf,0x00,0x00]
9175 0x0a,0x00,0xae,0xd0,0x01,0xdf,0x00,0x00
9177 # CHECK: v_cmp_ge_u16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xae,0xd0,0x01,0xf7,0x00,0x00]
9178 0x0a,0x00,0xae,0xd0,0x01,0xf7,0x00,0x00
9180 # CHECK: v_cmp_ge_u16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xae,0xd0,0x01,0xf9,0x00,0x00]
9181 0x0a,0x00,0xae,0xd0,0x01,0xf9,0x00,0x00
9183 # CHECK: v_cmp_ge_u16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xae,0xd0,0x01,0xfd,0x00,0x00]
9184 0x0a,0x00,0xae,0xd0,0x01,0xfd,0x00,0x00
9186 # CHECK: v_cmp_ge_u16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xae,0xd0,0x01,0xff,0x00,0x00]
9187 0x0a,0x00,0xae,0xd0,0x01,0xff,0x00,0x00
9189 # CHECK: v_cmp_ge_u16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xae,0xd0,0x01,0x01,0x01,0x00]
9190 0x0a,0x00,0xae,0xd0,0x01,0x01,0x01,0x00
9192 # CHECK: v_cmp_ge_u16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xae,0xd0,0x01,0x83,0x01,0x00]
9193 0x0a,0x00,0xae,0xd0,0x01,0x83,0x01,0x00
9195 # CHECK: v_cmp_ge_u16_e64 s[10:11], v1, 0x3800 ; encoding: [0x0a,0x00,0xae,0xd0,0x01,0xff,0x01,0x00]
9196 0x0a,0x00,0xae,0xd0,0x01,0xe1,0x01,0x00
9198 # CHECK: v_cmp_ge_u16_e64 s[10:11], v1, 0xc400 ; encoding: [0x0a,0x00,0xae,0xd0,0x01,0xff,0x01,0x00]
9199 0x0a,0x00,0xae,0xd0,0x01,0xef,0x01,0x00
9201 # CHECK: v_cmp_t_u16_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xaf,0xd0,0x01,0x05,0x02,0x00]
9202 0x0a,0x00,0xaf,0xd0,0x01,0x05,0x02,0x00
9204 # CHECK: v_cmp_t_u16_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xaf,0xd0,0x01,0x05,0x02,0x00]
9205 0x0c,0x00,0xaf,0xd0,0x01,0x05,0x02,0x00
9207 # CHECK: v_cmp_t_u16_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xaf,0xd0,0x01,0x05,0x02,0x00]
9208 0x64,0x00,0xaf,0xd0,0x01,0x05,0x02,0x00
9210 # CHECK: v_cmp_t_u16_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xaf,0xd0,0x01,0x05,0x02,0x00]
9211 0x66,0x00,0xaf,0xd0,0x01,0x05,0x02,0x00
9213 # CHECK: v_cmp_t_u16_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xaf,0xd0,0x01,0x05,0x02,0x00]
9214 0x6a,0x00,0xaf,0xd0,0x01,0x05,0x02,0x00
9216 # CHECK: v_cmp_t_u16_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xaf,0xd0,0x01,0x05,0x02,0x00]
9217 0x6c,0x00,0xaf,0xd0,0x01,0x05,0x02,0x00
9219 # CHECK: v_cmp_t_u16_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xaf,0xd0,0x01,0x05,0x02,0x00]
9220 0x6e,0x00,0xaf,0xd0,0x01,0x05,0x02,0x00
9222 # CHECK: v_cmp_t_u16_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xaf,0xd0,0x01,0x05,0x02,0x00]
9223 0x7a,0x00,0xaf,0xd0,0x01,0x05,0x02,0x00
9225 # CHECK: v_cmp_t_u16_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xaf,0xd0,0xff,0x05,0x02,0x00]
9226 0x0a,0x00,0xaf,0xd0,0xff,0x05,0x02,0x00
9228 # CHECK: v_cmp_t_u16_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xaf,0xd0,0x01,0x04,0x02,0x00]
9229 0x0a,0x00,0xaf,0xd0,0x01,0x04,0x02,0x00
9231 # CHECK: v_cmp_t_u16_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xaf,0xd0,0x65,0x04,0x02,0x00]
9232 0x0a,0x00,0xaf,0xd0,0x65,0x04,0x02,0x00
9234 # CHECK: v_cmp_t_u16_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xaf,0xd0,0x66,0x04,0x02,0x00]
9235 0x0a,0x00,0xaf,0xd0,0x66,0x04,0x02,0x00
9237 # CHECK: v_cmp_t_u16_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xaf,0xd0,0x67,0x04,0x02,0x00]
9238 0x0a,0x00,0xaf,0xd0,0x67,0x04,0x02,0x00
9240 # CHECK: v_cmp_t_u16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xaf,0xd0,0x6a,0x04,0x02,0x00]
9241 0x0a,0x00,0xaf,0xd0,0x6a,0x04,0x02,0x00
9243 # CHECK: v_cmp_t_u16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xaf,0xd0,0x6b,0x04,0x02,0x00]
9244 0x0a,0x00,0xaf,0xd0,0x6b,0x04,0x02,0x00
9246 # CHECK: v_cmp_t_u16_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xaf,0xd0,0x6c,0x04,0x02,0x00]
9247 0x0a,0x00,0xaf,0xd0,0x6c,0x04,0x02,0x00
9249 # CHECK: v_cmp_t_u16_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xaf,0xd0,0x6d,0x04,0x02,0x00]
9250 0x0a,0x00,0xaf,0xd0,0x6d,0x04,0x02,0x00
9252 # CHECK: v_cmp_t_u16_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xaf,0xd0,0x6e,0x04,0x02,0x00]
9253 0x0a,0x00,0xaf,0xd0,0x6e,0x04,0x02,0x00
9255 # CHECK: v_cmp_t_u16_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xaf,0xd0,0x6f,0x04,0x02,0x00]
9256 0x0a,0x00,0xaf,0xd0,0x6f,0x04,0x02,0x00
9258 # CHECK: v_cmp_t_u16_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xaf,0xd0,0x7b,0x04,0x02,0x00]
9259 0x0a,0x00,0xaf,0xd0,0x7b,0x04,0x02,0x00
9261 # CHECK: v_cmp_t_u16_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xaf,0xd0,0x7c,0x04,0x02,0x00]
9262 0x0a,0x00,0xaf,0xd0,0x7c,0x04,0x02,0x00
9264 # CHECK: v_cmp_t_u16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xaf,0xd0,0x7e,0x04,0x02,0x00]
9265 0x0a,0x00,0xaf,0xd0,0x7e,0x04,0x02,0x00
9267 # CHECK: v_cmp_t_u16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xaf,0xd0,0x7f,0x04,0x02,0x00]
9268 0x0a,0x00,0xaf,0xd0,0x7f,0x04,0x02,0x00
9270 # CHECK: v_cmp_t_u16_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xaf,0xd0,0x80,0x04,0x02,0x00]
9271 0x0a,0x00,0xaf,0xd0,0x80,0x04,0x02,0x00
9273 # CHECK: v_cmp_t_u16_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xaf,0xd0,0xc1,0x04,0x02,0x00]
9274 0x0a,0x00,0xaf,0xd0,0xc1,0x04,0x02,0x00
9276 # CHECK: v_cmp_t_u16_e64 s[10:11], 0x3800, v2 ; encoding: [0x0a,0x00,0xaf,0xd0,0xff,0x04,0x02,0x00]
9277 0x0a,0x00,0xaf,0xd0,0xf0,0x04,0x02,0x00
9279 # CHECK: v_cmp_t_u16_e64 s[10:11], 0xc400, v2 ; encoding: [0x0a,0x00,0xaf,0xd0,0xff,0x04,0x02,0x00]
9280 0x0a,0x00,0xaf,0xd0,0xf7,0x04,0x02,0x00
9282 # CHECK: v_cmp_t_u16_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xaf,0xd0,0x01,0xff,0x03,0x00]
9283 0x0a,0x00,0xaf,0xd0,0x01,0xff,0x03,0x00
9285 # CHECK: v_cmp_t_u16_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xaf,0xd0,0x01,0x05,0x00,0x00]
9286 0x0a,0x00,0xaf,0xd0,0x01,0x05,0x00,0x00
9288 # CHECK: v_cmp_t_u16_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xaf,0xd0,0x01,0xcb,0x00,0x00]
9289 0x0a,0x00,0xaf,0xd0,0x01,0xcb,0x00,0x00
9291 # CHECK: v_cmp_t_u16_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xaf,0xd0,0x01,0xcd,0x00,0x00]
9292 0x0a,0x00,0xaf,0xd0,0x01,0xcd,0x00,0x00
9294 # CHECK: v_cmp_t_u16_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xaf,0xd0,0x01,0xcf,0x00,0x00]
9295 0x0a,0x00,0xaf,0xd0,0x01,0xcf,0x00,0x00
9297 # CHECK: v_cmp_t_u16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xaf,0xd0,0x01,0xd5,0x00,0x00]
9298 0x0a,0x00,0xaf,0xd0,0x01,0xd5,0x00,0x00
9300 # CHECK: v_cmp_t_u16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xaf,0xd0,0x01,0xd7,0x00,0x00]
9301 0x0a,0x00,0xaf,0xd0,0x01,0xd7,0x00,0x00
9303 # CHECK: v_cmp_t_u16_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xaf,0xd0,0x01,0xd9,0x00,0x00]
9304 0x0a,0x00,0xaf,0xd0,0x01,0xd9,0x00,0x00
9306 # CHECK: v_cmp_t_u16_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xaf,0xd0,0x01,0xdb,0x00,0x00]
9307 0x0a,0x00,0xaf,0xd0,0x01,0xdb,0x00,0x00
9309 # CHECK: v_cmp_t_u16_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xaf,0xd0,0x01,0xdd,0x00,0x00]
9310 0x0a,0x00,0xaf,0xd0,0x01,0xdd,0x00,0x00
9312 # CHECK: v_cmp_t_u16_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xaf,0xd0,0x01,0xdf,0x00,0x00]
9313 0x0a,0x00,0xaf,0xd0,0x01,0xdf,0x00,0x00
9315 # CHECK: v_cmp_t_u16_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xaf,0xd0,0x01,0xf7,0x00,0x00]
9316 0x0a,0x00,0xaf,0xd0,0x01,0xf7,0x00,0x00
9318 # CHECK: v_cmp_t_u16_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xaf,0xd0,0x01,0xf9,0x00,0x00]
9319 0x0a,0x00,0xaf,0xd0,0x01,0xf9,0x00,0x00
9321 # CHECK: v_cmp_t_u16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xaf,0xd0,0x01,0xfd,0x00,0x00]
9322 0x0a,0x00,0xaf,0xd0,0x01,0xfd,0x00,0x00
9324 # CHECK: v_cmp_t_u16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xaf,0xd0,0x01,0xff,0x00,0x00]
9325 0x0a,0x00,0xaf,0xd0,0x01,0xff,0x00,0x00
9327 # CHECK: v_cmp_t_u16_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xaf,0xd0,0x01,0x01,0x01,0x00]
9328 0x0a,0x00,0xaf,0xd0,0x01,0x01,0x01,0x00
9330 # CHECK: v_cmp_t_u16_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xaf,0xd0,0x01,0x83,0x01,0x00]
9331 0x0a,0x00,0xaf,0xd0,0x01,0x83,0x01,0x00
9333 # CHECK: v_cmp_t_u16_e64 s[10:11], v1, 0x3800 ; encoding: [0x0a,0x00,0xaf,0xd0,0x01,0xff,0x01,0x00]
9334 0x0a,0x00,0xaf,0xd0,0x01,0xe1,0x01,0x00
9336 # CHECK: v_cmp_t_u16_e64 s[10:11], v1, 0xc400 ; encoding: [0x0a,0x00,0xaf,0xd0,0x01,0xff,0x01,0x00]
9337 0x0a,0x00,0xaf,0xd0,0x01,0xef,0x01,0x00
9339 # CHECK: v_cmp_f_i32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xc0,0xd0,0x01,0x05,0x02,0x00]
9340 0x0a,0x00,0xc0,0xd0,0x01,0x05,0x02,0x00
9342 # CHECK: v_cmp_f_i32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xc0,0xd0,0x01,0x05,0x02,0x00]
9343 0x0c,0x00,0xc0,0xd0,0x01,0x05,0x02,0x00
9345 # CHECK: v_cmp_f_i32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xc0,0xd0,0x01,0x05,0x02,0x00]
9346 0x64,0x00,0xc0,0xd0,0x01,0x05,0x02,0x00
9348 # CHECK: v_cmp_f_i32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xc0,0xd0,0x01,0x05,0x02,0x00]
9349 0x66,0x00,0xc0,0xd0,0x01,0x05,0x02,0x00
9351 # CHECK: v_cmp_f_i32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xc0,0xd0,0x01,0x05,0x02,0x00]
9352 0x6a,0x00,0xc0,0xd0,0x01,0x05,0x02,0x00
9354 # CHECK: v_cmp_f_i32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xc0,0xd0,0x01,0x05,0x02,0x00]
9355 0x6c,0x00,0xc0,0xd0,0x01,0x05,0x02,0x00
9357 # CHECK: v_cmp_f_i32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xc0,0xd0,0x01,0x05,0x02,0x00]
9358 0x6e,0x00,0xc0,0xd0,0x01,0x05,0x02,0x00
9360 # CHECK: v_cmp_f_i32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xc0,0xd0,0x01,0x05,0x02,0x00]
9361 0x7a,0x00,0xc0,0xd0,0x01,0x05,0x02,0x00
9363 # CHECK: v_cmp_f_i32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xc0,0xd0,0xff,0x05,0x02,0x00]
9364 0x0a,0x00,0xc0,0xd0,0xff,0x05,0x02,0x00
9366 # CHECK: v_cmp_f_i32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xc0,0xd0,0x01,0x04,0x02,0x00]
9367 0x0a,0x00,0xc0,0xd0,0x01,0x04,0x02,0x00
9369 # CHECK: v_cmp_f_i32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xc0,0xd0,0x65,0x04,0x02,0x00]
9370 0x0a,0x00,0xc0,0xd0,0x65,0x04,0x02,0x00
9372 # CHECK: v_cmp_f_i32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xc0,0xd0,0x66,0x04,0x02,0x00]
9373 0x0a,0x00,0xc0,0xd0,0x66,0x04,0x02,0x00
9375 # CHECK: v_cmp_f_i32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xc0,0xd0,0x67,0x04,0x02,0x00]
9376 0x0a,0x00,0xc0,0xd0,0x67,0x04,0x02,0x00
9378 # CHECK: v_cmp_f_i32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xc0,0xd0,0x6a,0x04,0x02,0x00]
9379 0x0a,0x00,0xc0,0xd0,0x6a,0x04,0x02,0x00
9381 # CHECK: v_cmp_f_i32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xc0,0xd0,0x6b,0x04,0x02,0x00]
9382 0x0a,0x00,0xc0,0xd0,0x6b,0x04,0x02,0x00
9384 # CHECK: v_cmp_f_i32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xc0,0xd0,0x6c,0x04,0x02,0x00]
9385 0x0a,0x00,0xc0,0xd0,0x6c,0x04,0x02,0x00
9387 # CHECK: v_cmp_f_i32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xc0,0xd0,0x6d,0x04,0x02,0x00]
9388 0x0a,0x00,0xc0,0xd0,0x6d,0x04,0x02,0x00
9390 # CHECK: v_cmp_f_i32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xc0,0xd0,0x6e,0x04,0x02,0x00]
9391 0x0a,0x00,0xc0,0xd0,0x6e,0x04,0x02,0x00
9393 # CHECK: v_cmp_f_i32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xc0,0xd0,0x6f,0x04,0x02,0x00]
9394 0x0a,0x00,0xc0,0xd0,0x6f,0x04,0x02,0x00
9396 # CHECK: v_cmp_f_i32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xc0,0xd0,0x7b,0x04,0x02,0x00]
9397 0x0a,0x00,0xc0,0xd0,0x7b,0x04,0x02,0x00
9399 # CHECK: v_cmp_f_i32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xc0,0xd0,0x7c,0x04,0x02,0x00]
9400 0x0a,0x00,0xc0,0xd0,0x7c,0x04,0x02,0x00
9402 # CHECK: v_cmp_f_i32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xc0,0xd0,0x7e,0x04,0x02,0x00]
9403 0x0a,0x00,0xc0,0xd0,0x7e,0x04,0x02,0x00
9405 # CHECK: v_cmp_f_i32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xc0,0xd0,0x7f,0x04,0x02,0x00]
9406 0x0a,0x00,0xc0,0xd0,0x7f,0x04,0x02,0x00
9408 # CHECK: v_cmp_f_i32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xc0,0xd0,0x80,0x04,0x02,0x00]
9409 0x0a,0x00,0xc0,0xd0,0x80,0x04,0x02,0x00
9411 # CHECK: v_cmp_f_i32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xc0,0xd0,0xc1,0x04,0x02,0x00]
9412 0x0a,0x00,0xc0,0xd0,0xc1,0x04,0x02,0x00
9414 # CHECK: v_cmp_f_i32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0xc0,0xd0,0xf0,0x04,0x02,0x00]
9415 0x0a,0x00,0xc0,0xd0,0xf0,0x04,0x02,0x00
9417 # CHECK: v_cmp_f_i32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0xc0,0xd0,0xf7,0x04,0x02,0x00]
9418 0x0a,0x00,0xc0,0xd0,0xf7,0x04,0x02,0x00
9420 # CHECK: v_cmp_f_i32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xc0,0xd0,0x01,0xff,0x03,0x00]
9421 0x0a,0x00,0xc0,0xd0,0x01,0xff,0x03,0x00
9423 # CHECK: v_cmp_f_i32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xc0,0xd0,0x01,0x05,0x00,0x00]
9424 0x0a,0x00,0xc0,0xd0,0x01,0x05,0x00,0x00
9426 # CHECK: v_cmp_f_i32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xc0,0xd0,0x01,0xcb,0x00,0x00]
9427 0x0a,0x00,0xc0,0xd0,0x01,0xcb,0x00,0x00
9429 # CHECK: v_cmp_f_i32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xc0,0xd0,0x01,0xcd,0x00,0x00]
9430 0x0a,0x00,0xc0,0xd0,0x01,0xcd,0x00,0x00
9432 # CHECK: v_cmp_f_i32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xc0,0xd0,0x01,0xcf,0x00,0x00]
9433 0x0a,0x00,0xc0,0xd0,0x01,0xcf,0x00,0x00
9435 # CHECK: v_cmp_f_i32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xc0,0xd0,0x01,0xd5,0x00,0x00]
9436 0x0a,0x00,0xc0,0xd0,0x01,0xd5,0x00,0x00
9438 # CHECK: v_cmp_f_i32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xc0,0xd0,0x01,0xd7,0x00,0x00]
9439 0x0a,0x00,0xc0,0xd0,0x01,0xd7,0x00,0x00
9441 # CHECK: v_cmp_f_i32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xc0,0xd0,0x01,0xd9,0x00,0x00]
9442 0x0a,0x00,0xc0,0xd0,0x01,0xd9,0x00,0x00
9444 # CHECK: v_cmp_f_i32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xc0,0xd0,0x01,0xdb,0x00,0x00]
9445 0x0a,0x00,0xc0,0xd0,0x01,0xdb,0x00,0x00
9447 # CHECK: v_cmp_f_i32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xc0,0xd0,0x01,0xdd,0x00,0x00]
9448 0x0a,0x00,0xc0,0xd0,0x01,0xdd,0x00,0x00
9450 # CHECK: v_cmp_f_i32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xc0,0xd0,0x01,0xdf,0x00,0x00]
9451 0x0a,0x00,0xc0,0xd0,0x01,0xdf,0x00,0x00
9453 # CHECK: v_cmp_f_i32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xc0,0xd0,0x01,0xf7,0x00,0x00]
9454 0x0a,0x00,0xc0,0xd0,0x01,0xf7,0x00,0x00
9456 # CHECK: v_cmp_f_i32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xc0,0xd0,0x01,0xf9,0x00,0x00]
9457 0x0a,0x00,0xc0,0xd0,0x01,0xf9,0x00,0x00
9459 # CHECK: v_cmp_f_i32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xc0,0xd0,0x01,0xfd,0x00,0x00]
9460 0x0a,0x00,0xc0,0xd0,0x01,0xfd,0x00,0x00
9462 # CHECK: v_cmp_f_i32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xc0,0xd0,0x01,0xff,0x00,0x00]
9463 0x0a,0x00,0xc0,0xd0,0x01,0xff,0x00,0x00
9465 # CHECK: v_cmp_f_i32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xc0,0xd0,0x01,0x01,0x01,0x00]
9466 0x0a,0x00,0xc0,0xd0,0x01,0x01,0x01,0x00
9468 # CHECK: v_cmp_f_i32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xc0,0xd0,0x01,0x83,0x01,0x00]
9469 0x0a,0x00,0xc0,0xd0,0x01,0x83,0x01,0x00
9471 # CHECK: v_cmp_f_i32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0xc0,0xd0,0x01,0xe1,0x01,0x00]
9472 0x0a,0x00,0xc0,0xd0,0x01,0xe1,0x01,0x00
9474 # CHECK: v_cmp_f_i32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0xc0,0xd0,0x01,0xef,0x01,0x00]
9475 0x0a,0x00,0xc0,0xd0,0x01,0xef,0x01,0x00
9477 # CHECK: v_cmp_lt_i32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xc1,0xd0,0x01,0x05,0x02,0x00]
9478 0x0a,0x00,0xc1,0xd0,0x01,0x05,0x02,0x00
9480 # CHECK: v_cmp_lt_i32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xc1,0xd0,0x01,0x05,0x02,0x00]
9481 0x0c,0x00,0xc1,0xd0,0x01,0x05,0x02,0x00
9483 # CHECK: v_cmp_lt_i32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xc1,0xd0,0x01,0x05,0x02,0x00]
9484 0x64,0x00,0xc1,0xd0,0x01,0x05,0x02,0x00
9486 # CHECK: v_cmp_lt_i32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xc1,0xd0,0x01,0x05,0x02,0x00]
9487 0x66,0x00,0xc1,0xd0,0x01,0x05,0x02,0x00
9489 # CHECK: v_cmp_lt_i32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xc1,0xd0,0x01,0x05,0x02,0x00]
9490 0x6a,0x00,0xc1,0xd0,0x01,0x05,0x02,0x00
9492 # CHECK: v_cmp_lt_i32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xc1,0xd0,0x01,0x05,0x02,0x00]
9493 0x6c,0x00,0xc1,0xd0,0x01,0x05,0x02,0x00
9495 # CHECK: v_cmp_lt_i32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xc1,0xd0,0x01,0x05,0x02,0x00]
9496 0x6e,0x00,0xc1,0xd0,0x01,0x05,0x02,0x00
9498 # CHECK: v_cmp_lt_i32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xc1,0xd0,0x01,0x05,0x02,0x00]
9499 0x7a,0x00,0xc1,0xd0,0x01,0x05,0x02,0x00
9501 # CHECK: v_cmp_lt_i32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xc1,0xd0,0xff,0x05,0x02,0x00]
9502 0x0a,0x00,0xc1,0xd0,0xff,0x05,0x02,0x00
9504 # CHECK: v_cmp_lt_i32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xc1,0xd0,0x01,0x04,0x02,0x00]
9505 0x0a,0x00,0xc1,0xd0,0x01,0x04,0x02,0x00
9507 # CHECK: v_cmp_lt_i32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xc1,0xd0,0x65,0x04,0x02,0x00]
9508 0x0a,0x00,0xc1,0xd0,0x65,0x04,0x02,0x00
9510 # CHECK: v_cmp_lt_i32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xc1,0xd0,0x66,0x04,0x02,0x00]
9511 0x0a,0x00,0xc1,0xd0,0x66,0x04,0x02,0x00
9513 # CHECK: v_cmp_lt_i32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xc1,0xd0,0x67,0x04,0x02,0x00]
9514 0x0a,0x00,0xc1,0xd0,0x67,0x04,0x02,0x00
9516 # CHECK: v_cmp_lt_i32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xc1,0xd0,0x6a,0x04,0x02,0x00]
9517 0x0a,0x00,0xc1,0xd0,0x6a,0x04,0x02,0x00
9519 # CHECK: v_cmp_lt_i32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xc1,0xd0,0x6b,0x04,0x02,0x00]
9520 0x0a,0x00,0xc1,0xd0,0x6b,0x04,0x02,0x00
9522 # CHECK: v_cmp_lt_i32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xc1,0xd0,0x6c,0x04,0x02,0x00]
9523 0x0a,0x00,0xc1,0xd0,0x6c,0x04,0x02,0x00
9525 # CHECK: v_cmp_lt_i32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xc1,0xd0,0x6d,0x04,0x02,0x00]
9526 0x0a,0x00,0xc1,0xd0,0x6d,0x04,0x02,0x00
9528 # CHECK: v_cmp_lt_i32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xc1,0xd0,0x6e,0x04,0x02,0x00]
9529 0x0a,0x00,0xc1,0xd0,0x6e,0x04,0x02,0x00
9531 # CHECK: v_cmp_lt_i32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xc1,0xd0,0x6f,0x04,0x02,0x00]
9532 0x0a,0x00,0xc1,0xd0,0x6f,0x04,0x02,0x00
9534 # CHECK: v_cmp_lt_i32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xc1,0xd0,0x7b,0x04,0x02,0x00]
9535 0x0a,0x00,0xc1,0xd0,0x7b,0x04,0x02,0x00
9537 # CHECK: v_cmp_lt_i32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xc1,0xd0,0x7c,0x04,0x02,0x00]
9538 0x0a,0x00,0xc1,0xd0,0x7c,0x04,0x02,0x00
9540 # CHECK: v_cmp_lt_i32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xc1,0xd0,0x7e,0x04,0x02,0x00]
9541 0x0a,0x00,0xc1,0xd0,0x7e,0x04,0x02,0x00
9543 # CHECK: v_cmp_lt_i32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xc1,0xd0,0x7f,0x04,0x02,0x00]
9544 0x0a,0x00,0xc1,0xd0,0x7f,0x04,0x02,0x00
9546 # CHECK: v_cmp_lt_i32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xc1,0xd0,0x80,0x04,0x02,0x00]
9547 0x0a,0x00,0xc1,0xd0,0x80,0x04,0x02,0x00
9549 # CHECK: v_cmp_lt_i32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xc1,0xd0,0xc1,0x04,0x02,0x00]
9550 0x0a,0x00,0xc1,0xd0,0xc1,0x04,0x02,0x00
9552 # CHECK: v_cmp_lt_i32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0xc1,0xd0,0xf0,0x04,0x02,0x00]
9553 0x0a,0x00,0xc1,0xd0,0xf0,0x04,0x02,0x00
9555 # CHECK: v_cmp_lt_i32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0xc1,0xd0,0xf7,0x04,0x02,0x00]
9556 0x0a,0x00,0xc1,0xd0,0xf7,0x04,0x02,0x00
9558 # CHECK: v_cmp_lt_i32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xc1,0xd0,0x01,0xff,0x03,0x00]
9559 0x0a,0x00,0xc1,0xd0,0x01,0xff,0x03,0x00
9561 # CHECK: v_cmp_lt_i32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xc1,0xd0,0x01,0x05,0x00,0x00]
9562 0x0a,0x00,0xc1,0xd0,0x01,0x05,0x00,0x00
9564 # CHECK: v_cmp_lt_i32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xc1,0xd0,0x01,0xcb,0x00,0x00]
9565 0x0a,0x00,0xc1,0xd0,0x01,0xcb,0x00,0x00
9567 # CHECK: v_cmp_lt_i32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xc1,0xd0,0x01,0xcd,0x00,0x00]
9568 0x0a,0x00,0xc1,0xd0,0x01,0xcd,0x00,0x00
9570 # CHECK: v_cmp_lt_i32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xc1,0xd0,0x01,0xcf,0x00,0x00]
9571 0x0a,0x00,0xc1,0xd0,0x01,0xcf,0x00,0x00
9573 # CHECK: v_cmp_lt_i32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xc1,0xd0,0x01,0xd5,0x00,0x00]
9574 0x0a,0x00,0xc1,0xd0,0x01,0xd5,0x00,0x00
9576 # CHECK: v_cmp_lt_i32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xc1,0xd0,0x01,0xd7,0x00,0x00]
9577 0x0a,0x00,0xc1,0xd0,0x01,0xd7,0x00,0x00
9579 # CHECK: v_cmp_lt_i32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xc1,0xd0,0x01,0xd9,0x00,0x00]
9580 0x0a,0x00,0xc1,0xd0,0x01,0xd9,0x00,0x00
9582 # CHECK: v_cmp_lt_i32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xc1,0xd0,0x01,0xdb,0x00,0x00]
9583 0x0a,0x00,0xc1,0xd0,0x01,0xdb,0x00,0x00
9585 # CHECK: v_cmp_lt_i32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xc1,0xd0,0x01,0xdd,0x00,0x00]
9586 0x0a,0x00,0xc1,0xd0,0x01,0xdd,0x00,0x00
9588 # CHECK: v_cmp_lt_i32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xc1,0xd0,0x01,0xdf,0x00,0x00]
9589 0x0a,0x00,0xc1,0xd0,0x01,0xdf,0x00,0x00
9591 # CHECK: v_cmp_lt_i32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xc1,0xd0,0x01,0xf7,0x00,0x00]
9592 0x0a,0x00,0xc1,0xd0,0x01,0xf7,0x00,0x00
9594 # CHECK: v_cmp_lt_i32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xc1,0xd0,0x01,0xf9,0x00,0x00]
9595 0x0a,0x00,0xc1,0xd0,0x01,0xf9,0x00,0x00
9597 # CHECK: v_cmp_lt_i32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xc1,0xd0,0x01,0xfd,0x00,0x00]
9598 0x0a,0x00,0xc1,0xd0,0x01,0xfd,0x00,0x00
9600 # CHECK: v_cmp_lt_i32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xc1,0xd0,0x01,0xff,0x00,0x00]
9601 0x0a,0x00,0xc1,0xd0,0x01,0xff,0x00,0x00
9603 # CHECK: v_cmp_lt_i32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xc1,0xd0,0x01,0x01,0x01,0x00]
9604 0x0a,0x00,0xc1,0xd0,0x01,0x01,0x01,0x00
9606 # CHECK: v_cmp_lt_i32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xc1,0xd0,0x01,0x83,0x01,0x00]
9607 0x0a,0x00,0xc1,0xd0,0x01,0x83,0x01,0x00
9609 # CHECK: v_cmp_lt_i32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0xc1,0xd0,0x01,0xe1,0x01,0x00]
9610 0x0a,0x00,0xc1,0xd0,0x01,0xe1,0x01,0x00
9612 # CHECK: v_cmp_lt_i32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0xc1,0xd0,0x01,0xef,0x01,0x00]
9613 0x0a,0x00,0xc1,0xd0,0x01,0xef,0x01,0x00
9615 # CHECK: v_cmp_eq_i32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xc2,0xd0,0x01,0x05,0x02,0x00]
9616 0x0a,0x00,0xc2,0xd0,0x01,0x05,0x02,0x00
9618 # CHECK: v_cmp_eq_i32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xc2,0xd0,0x01,0x05,0x02,0x00]
9619 0x0c,0x00,0xc2,0xd0,0x01,0x05,0x02,0x00
9621 # CHECK: v_cmp_eq_i32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xc2,0xd0,0x01,0x05,0x02,0x00]
9622 0x64,0x00,0xc2,0xd0,0x01,0x05,0x02,0x00
9624 # CHECK: v_cmp_eq_i32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xc2,0xd0,0x01,0x05,0x02,0x00]
9625 0x66,0x00,0xc2,0xd0,0x01,0x05,0x02,0x00
9627 # CHECK: v_cmp_eq_i32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xc2,0xd0,0x01,0x05,0x02,0x00]
9628 0x6a,0x00,0xc2,0xd0,0x01,0x05,0x02,0x00
9630 # CHECK: v_cmp_eq_i32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xc2,0xd0,0x01,0x05,0x02,0x00]
9631 0x6c,0x00,0xc2,0xd0,0x01,0x05,0x02,0x00
9633 # CHECK: v_cmp_eq_i32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xc2,0xd0,0x01,0x05,0x02,0x00]
9634 0x6e,0x00,0xc2,0xd0,0x01,0x05,0x02,0x00
9636 # CHECK: v_cmp_eq_i32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xc2,0xd0,0x01,0x05,0x02,0x00]
9637 0x7a,0x00,0xc2,0xd0,0x01,0x05,0x02,0x00
9639 # CHECK: v_cmp_eq_i32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xc2,0xd0,0xff,0x05,0x02,0x00]
9640 0x0a,0x00,0xc2,0xd0,0xff,0x05,0x02,0x00
9642 # CHECK: v_cmp_eq_i32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xc2,0xd0,0x01,0x04,0x02,0x00]
9643 0x0a,0x00,0xc2,0xd0,0x01,0x04,0x02,0x00
9645 # CHECK: v_cmp_eq_i32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xc2,0xd0,0x65,0x04,0x02,0x00]
9646 0x0a,0x00,0xc2,0xd0,0x65,0x04,0x02,0x00
9648 # CHECK: v_cmp_eq_i32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xc2,0xd0,0x66,0x04,0x02,0x00]
9649 0x0a,0x00,0xc2,0xd0,0x66,0x04,0x02,0x00
9651 # CHECK: v_cmp_eq_i32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xc2,0xd0,0x67,0x04,0x02,0x00]
9652 0x0a,0x00,0xc2,0xd0,0x67,0x04,0x02,0x00
9654 # CHECK: v_cmp_eq_i32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xc2,0xd0,0x6a,0x04,0x02,0x00]
9655 0x0a,0x00,0xc2,0xd0,0x6a,0x04,0x02,0x00
9657 # CHECK: v_cmp_eq_i32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xc2,0xd0,0x6b,0x04,0x02,0x00]
9658 0x0a,0x00,0xc2,0xd0,0x6b,0x04,0x02,0x00
9660 # CHECK: v_cmp_eq_i32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xc2,0xd0,0x6c,0x04,0x02,0x00]
9661 0x0a,0x00,0xc2,0xd0,0x6c,0x04,0x02,0x00
9663 # CHECK: v_cmp_eq_i32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xc2,0xd0,0x6d,0x04,0x02,0x00]
9664 0x0a,0x00,0xc2,0xd0,0x6d,0x04,0x02,0x00
9666 # CHECK: v_cmp_eq_i32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xc2,0xd0,0x6e,0x04,0x02,0x00]
9667 0x0a,0x00,0xc2,0xd0,0x6e,0x04,0x02,0x00
9669 # CHECK: v_cmp_eq_i32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xc2,0xd0,0x6f,0x04,0x02,0x00]
9670 0x0a,0x00,0xc2,0xd0,0x6f,0x04,0x02,0x00
9672 # CHECK: v_cmp_eq_i32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xc2,0xd0,0x7b,0x04,0x02,0x00]
9673 0x0a,0x00,0xc2,0xd0,0x7b,0x04,0x02,0x00
9675 # CHECK: v_cmp_eq_i32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xc2,0xd0,0x7c,0x04,0x02,0x00]
9676 0x0a,0x00,0xc2,0xd0,0x7c,0x04,0x02,0x00
9678 # CHECK: v_cmp_eq_i32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xc2,0xd0,0x7e,0x04,0x02,0x00]
9679 0x0a,0x00,0xc2,0xd0,0x7e,0x04,0x02,0x00
9681 # CHECK: v_cmp_eq_i32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xc2,0xd0,0x7f,0x04,0x02,0x00]
9682 0x0a,0x00,0xc2,0xd0,0x7f,0x04,0x02,0x00
9684 # CHECK: v_cmp_eq_i32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xc2,0xd0,0x80,0x04,0x02,0x00]
9685 0x0a,0x00,0xc2,0xd0,0x80,0x04,0x02,0x00
9687 # CHECK: v_cmp_eq_i32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xc2,0xd0,0xc1,0x04,0x02,0x00]
9688 0x0a,0x00,0xc2,0xd0,0xc1,0x04,0x02,0x00
9690 # CHECK: v_cmp_eq_i32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0xc2,0xd0,0xf0,0x04,0x02,0x00]
9691 0x0a,0x00,0xc2,0xd0,0xf0,0x04,0x02,0x00
9693 # CHECK: v_cmp_eq_i32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0xc2,0xd0,0xf7,0x04,0x02,0x00]
9694 0x0a,0x00,0xc2,0xd0,0xf7,0x04,0x02,0x00
9696 # CHECK: v_cmp_eq_i32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xc2,0xd0,0x01,0xff,0x03,0x00]
9697 0x0a,0x00,0xc2,0xd0,0x01,0xff,0x03,0x00
9699 # CHECK: v_cmp_eq_i32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xc2,0xd0,0x01,0x05,0x00,0x00]
9700 0x0a,0x00,0xc2,0xd0,0x01,0x05,0x00,0x00
9702 # CHECK: v_cmp_eq_i32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xc2,0xd0,0x01,0xcb,0x00,0x00]
9703 0x0a,0x00,0xc2,0xd0,0x01,0xcb,0x00,0x00
9705 # CHECK: v_cmp_eq_i32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xc2,0xd0,0x01,0xcd,0x00,0x00]
9706 0x0a,0x00,0xc2,0xd0,0x01,0xcd,0x00,0x00
9708 # CHECK: v_cmp_eq_i32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xc2,0xd0,0x01,0xcf,0x00,0x00]
9709 0x0a,0x00,0xc2,0xd0,0x01,0xcf,0x00,0x00
9711 # CHECK: v_cmp_eq_i32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xc2,0xd0,0x01,0xd5,0x00,0x00]
9712 0x0a,0x00,0xc2,0xd0,0x01,0xd5,0x00,0x00
9714 # CHECK: v_cmp_eq_i32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xc2,0xd0,0x01,0xd7,0x00,0x00]
9715 0x0a,0x00,0xc2,0xd0,0x01,0xd7,0x00,0x00
9717 # CHECK: v_cmp_eq_i32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xc2,0xd0,0x01,0xd9,0x00,0x00]
9718 0x0a,0x00,0xc2,0xd0,0x01,0xd9,0x00,0x00
9720 # CHECK: v_cmp_eq_i32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xc2,0xd0,0x01,0xdb,0x00,0x00]
9721 0x0a,0x00,0xc2,0xd0,0x01,0xdb,0x00,0x00
9723 # CHECK: v_cmp_eq_i32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xc2,0xd0,0x01,0xdd,0x00,0x00]
9724 0x0a,0x00,0xc2,0xd0,0x01,0xdd,0x00,0x00
9726 # CHECK: v_cmp_eq_i32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xc2,0xd0,0x01,0xdf,0x00,0x00]
9727 0x0a,0x00,0xc2,0xd0,0x01,0xdf,0x00,0x00
9729 # CHECK: v_cmp_eq_i32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xc2,0xd0,0x01,0xf7,0x00,0x00]
9730 0x0a,0x00,0xc2,0xd0,0x01,0xf7,0x00,0x00
9732 # CHECK: v_cmp_eq_i32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xc2,0xd0,0x01,0xf9,0x00,0x00]
9733 0x0a,0x00,0xc2,0xd0,0x01,0xf9,0x00,0x00
9735 # CHECK: v_cmp_eq_i32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xc2,0xd0,0x01,0xfd,0x00,0x00]
9736 0x0a,0x00,0xc2,0xd0,0x01,0xfd,0x00,0x00
9738 # CHECK: v_cmp_eq_i32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xc2,0xd0,0x01,0xff,0x00,0x00]
9739 0x0a,0x00,0xc2,0xd0,0x01,0xff,0x00,0x00
9741 # CHECK: v_cmp_eq_i32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xc2,0xd0,0x01,0x01,0x01,0x00]
9742 0x0a,0x00,0xc2,0xd0,0x01,0x01,0x01,0x00
9744 # CHECK: v_cmp_eq_i32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xc2,0xd0,0x01,0x83,0x01,0x00]
9745 0x0a,0x00,0xc2,0xd0,0x01,0x83,0x01,0x00
9747 # CHECK: v_cmp_eq_i32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0xc2,0xd0,0x01,0xe1,0x01,0x00]
9748 0x0a,0x00,0xc2,0xd0,0x01,0xe1,0x01,0x00
9750 # CHECK: v_cmp_eq_i32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0xc2,0xd0,0x01,0xef,0x01,0x00]
9751 0x0a,0x00,0xc2,0xd0,0x01,0xef,0x01,0x00
9753 # CHECK: v_cmp_le_i32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xc3,0xd0,0x01,0x05,0x02,0x00]
9754 0x0a,0x00,0xc3,0xd0,0x01,0x05,0x02,0x00
9756 # CHECK: v_cmp_le_i32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xc3,0xd0,0x01,0x05,0x02,0x00]
9757 0x0c,0x00,0xc3,0xd0,0x01,0x05,0x02,0x00
9759 # CHECK: v_cmp_le_i32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xc3,0xd0,0x01,0x05,0x02,0x00]
9760 0x64,0x00,0xc3,0xd0,0x01,0x05,0x02,0x00
9762 # CHECK: v_cmp_le_i32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xc3,0xd0,0x01,0x05,0x02,0x00]
9763 0x66,0x00,0xc3,0xd0,0x01,0x05,0x02,0x00
9765 # CHECK: v_cmp_le_i32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xc3,0xd0,0x01,0x05,0x02,0x00]
9766 0x6a,0x00,0xc3,0xd0,0x01,0x05,0x02,0x00
9768 # CHECK: v_cmp_le_i32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xc3,0xd0,0x01,0x05,0x02,0x00]
9769 0x6c,0x00,0xc3,0xd0,0x01,0x05,0x02,0x00
9771 # CHECK: v_cmp_le_i32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xc3,0xd0,0x01,0x05,0x02,0x00]
9772 0x6e,0x00,0xc3,0xd0,0x01,0x05,0x02,0x00
9774 # CHECK: v_cmp_le_i32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xc3,0xd0,0x01,0x05,0x02,0x00]
9775 0x7a,0x00,0xc3,0xd0,0x01,0x05,0x02,0x00
9777 # CHECK: v_cmp_le_i32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xc3,0xd0,0xff,0x05,0x02,0x00]
9778 0x0a,0x00,0xc3,0xd0,0xff,0x05,0x02,0x00
9780 # CHECK: v_cmp_le_i32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xc3,0xd0,0x01,0x04,0x02,0x00]
9781 0x0a,0x00,0xc3,0xd0,0x01,0x04,0x02,0x00
9783 # CHECK: v_cmp_le_i32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xc3,0xd0,0x65,0x04,0x02,0x00]
9784 0x0a,0x00,0xc3,0xd0,0x65,0x04,0x02,0x00
9786 # CHECK: v_cmp_le_i32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xc3,0xd0,0x66,0x04,0x02,0x00]
9787 0x0a,0x00,0xc3,0xd0,0x66,0x04,0x02,0x00
9789 # CHECK: v_cmp_le_i32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xc3,0xd0,0x67,0x04,0x02,0x00]
9790 0x0a,0x00,0xc3,0xd0,0x67,0x04,0x02,0x00
9792 # CHECK: v_cmp_le_i32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xc3,0xd0,0x6a,0x04,0x02,0x00]
9793 0x0a,0x00,0xc3,0xd0,0x6a,0x04,0x02,0x00
9795 # CHECK: v_cmp_le_i32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xc3,0xd0,0x6b,0x04,0x02,0x00]
9796 0x0a,0x00,0xc3,0xd0,0x6b,0x04,0x02,0x00
9798 # CHECK: v_cmp_le_i32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xc3,0xd0,0x6c,0x04,0x02,0x00]
9799 0x0a,0x00,0xc3,0xd0,0x6c,0x04,0x02,0x00
9801 # CHECK: v_cmp_le_i32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xc3,0xd0,0x6d,0x04,0x02,0x00]
9802 0x0a,0x00,0xc3,0xd0,0x6d,0x04,0x02,0x00
9804 # CHECK: v_cmp_le_i32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xc3,0xd0,0x6e,0x04,0x02,0x00]
9805 0x0a,0x00,0xc3,0xd0,0x6e,0x04,0x02,0x00
9807 # CHECK: v_cmp_le_i32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xc3,0xd0,0x6f,0x04,0x02,0x00]
9808 0x0a,0x00,0xc3,0xd0,0x6f,0x04,0x02,0x00
9810 # CHECK: v_cmp_le_i32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xc3,0xd0,0x7b,0x04,0x02,0x00]
9811 0x0a,0x00,0xc3,0xd0,0x7b,0x04,0x02,0x00
9813 # CHECK: v_cmp_le_i32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xc3,0xd0,0x7c,0x04,0x02,0x00]
9814 0x0a,0x00,0xc3,0xd0,0x7c,0x04,0x02,0x00
9816 # CHECK: v_cmp_le_i32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xc3,0xd0,0x7e,0x04,0x02,0x00]
9817 0x0a,0x00,0xc3,0xd0,0x7e,0x04,0x02,0x00
9819 # CHECK: v_cmp_le_i32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xc3,0xd0,0x7f,0x04,0x02,0x00]
9820 0x0a,0x00,0xc3,0xd0,0x7f,0x04,0x02,0x00
9822 # CHECK: v_cmp_le_i32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xc3,0xd0,0x80,0x04,0x02,0x00]
9823 0x0a,0x00,0xc3,0xd0,0x80,0x04,0x02,0x00
9825 # CHECK: v_cmp_le_i32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xc3,0xd0,0xc1,0x04,0x02,0x00]
9826 0x0a,0x00,0xc3,0xd0,0xc1,0x04,0x02,0x00
9828 # CHECK: v_cmp_le_i32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0xc3,0xd0,0xf0,0x04,0x02,0x00]
9829 0x0a,0x00,0xc3,0xd0,0xf0,0x04,0x02,0x00
9831 # CHECK: v_cmp_le_i32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0xc3,0xd0,0xf7,0x04,0x02,0x00]
9832 0x0a,0x00,0xc3,0xd0,0xf7,0x04,0x02,0x00
9834 # CHECK: v_cmp_le_i32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xc3,0xd0,0x01,0xff,0x03,0x00]
9835 0x0a,0x00,0xc3,0xd0,0x01,0xff,0x03,0x00
9837 # CHECK: v_cmp_le_i32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xc3,0xd0,0x01,0x05,0x00,0x00]
9838 0x0a,0x00,0xc3,0xd0,0x01,0x05,0x00,0x00
9840 # CHECK: v_cmp_le_i32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xc3,0xd0,0x01,0xcb,0x00,0x00]
9841 0x0a,0x00,0xc3,0xd0,0x01,0xcb,0x00,0x00
9843 # CHECK: v_cmp_le_i32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xc3,0xd0,0x01,0xcd,0x00,0x00]
9844 0x0a,0x00,0xc3,0xd0,0x01,0xcd,0x00,0x00
9846 # CHECK: v_cmp_le_i32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xc3,0xd0,0x01,0xcf,0x00,0x00]
9847 0x0a,0x00,0xc3,0xd0,0x01,0xcf,0x00,0x00
9849 # CHECK: v_cmp_le_i32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xc3,0xd0,0x01,0xd5,0x00,0x00]
9850 0x0a,0x00,0xc3,0xd0,0x01,0xd5,0x00,0x00
9852 # CHECK: v_cmp_le_i32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xc3,0xd0,0x01,0xd7,0x00,0x00]
9853 0x0a,0x00,0xc3,0xd0,0x01,0xd7,0x00,0x00
9855 # CHECK: v_cmp_le_i32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xc3,0xd0,0x01,0xd9,0x00,0x00]
9856 0x0a,0x00,0xc3,0xd0,0x01,0xd9,0x00,0x00
9858 # CHECK: v_cmp_le_i32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xc3,0xd0,0x01,0xdb,0x00,0x00]
9859 0x0a,0x00,0xc3,0xd0,0x01,0xdb,0x00,0x00
9861 # CHECK: v_cmp_le_i32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xc3,0xd0,0x01,0xdd,0x00,0x00]
9862 0x0a,0x00,0xc3,0xd0,0x01,0xdd,0x00,0x00
9864 # CHECK: v_cmp_le_i32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xc3,0xd0,0x01,0xdf,0x00,0x00]
9865 0x0a,0x00,0xc3,0xd0,0x01,0xdf,0x00,0x00
9867 # CHECK: v_cmp_le_i32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xc3,0xd0,0x01,0xf7,0x00,0x00]
9868 0x0a,0x00,0xc3,0xd0,0x01,0xf7,0x00,0x00
9870 # CHECK: v_cmp_le_i32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xc3,0xd0,0x01,0xf9,0x00,0x00]
9871 0x0a,0x00,0xc3,0xd0,0x01,0xf9,0x00,0x00
9873 # CHECK: v_cmp_le_i32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xc3,0xd0,0x01,0xfd,0x00,0x00]
9874 0x0a,0x00,0xc3,0xd0,0x01,0xfd,0x00,0x00
9876 # CHECK: v_cmp_le_i32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xc3,0xd0,0x01,0xff,0x00,0x00]
9877 0x0a,0x00,0xc3,0xd0,0x01,0xff,0x00,0x00
9879 # CHECK: v_cmp_le_i32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xc3,0xd0,0x01,0x01,0x01,0x00]
9880 0x0a,0x00,0xc3,0xd0,0x01,0x01,0x01,0x00
9882 # CHECK: v_cmp_le_i32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xc3,0xd0,0x01,0x83,0x01,0x00]
9883 0x0a,0x00,0xc3,0xd0,0x01,0x83,0x01,0x00
9885 # CHECK: v_cmp_le_i32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0xc3,0xd0,0x01,0xe1,0x01,0x00]
9886 0x0a,0x00,0xc3,0xd0,0x01,0xe1,0x01,0x00
9888 # CHECK: v_cmp_le_i32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0xc3,0xd0,0x01,0xef,0x01,0x00]
9889 0x0a,0x00,0xc3,0xd0,0x01,0xef,0x01,0x00
9891 # CHECK: v_cmp_gt_i32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xc4,0xd0,0x01,0x05,0x02,0x00]
9892 0x0a,0x00,0xc4,0xd0,0x01,0x05,0x02,0x00
9894 # CHECK: v_cmp_gt_i32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xc4,0xd0,0x01,0x05,0x02,0x00]
9895 0x0c,0x00,0xc4,0xd0,0x01,0x05,0x02,0x00
9897 # CHECK: v_cmp_gt_i32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xc4,0xd0,0x01,0x05,0x02,0x00]
9898 0x64,0x00,0xc4,0xd0,0x01,0x05,0x02,0x00
9900 # CHECK: v_cmp_gt_i32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xc4,0xd0,0x01,0x05,0x02,0x00]
9901 0x66,0x00,0xc4,0xd0,0x01,0x05,0x02,0x00
9903 # CHECK: v_cmp_gt_i32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xc4,0xd0,0x01,0x05,0x02,0x00]
9904 0x6a,0x00,0xc4,0xd0,0x01,0x05,0x02,0x00
9906 # CHECK: v_cmp_gt_i32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xc4,0xd0,0x01,0x05,0x02,0x00]
9907 0x6c,0x00,0xc4,0xd0,0x01,0x05,0x02,0x00
9909 # CHECK: v_cmp_gt_i32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xc4,0xd0,0x01,0x05,0x02,0x00]
9910 0x6e,0x00,0xc4,0xd0,0x01,0x05,0x02,0x00
9912 # CHECK: v_cmp_gt_i32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xc4,0xd0,0x01,0x05,0x02,0x00]
9913 0x7a,0x00,0xc4,0xd0,0x01,0x05,0x02,0x00
9915 # CHECK: v_cmp_gt_i32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xc4,0xd0,0xff,0x05,0x02,0x00]
9916 0x0a,0x00,0xc4,0xd0,0xff,0x05,0x02,0x00
9918 # CHECK: v_cmp_gt_i32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xc4,0xd0,0x01,0x04,0x02,0x00]
9919 0x0a,0x00,0xc4,0xd0,0x01,0x04,0x02,0x00
9921 # CHECK: v_cmp_gt_i32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xc4,0xd0,0x65,0x04,0x02,0x00]
9922 0x0a,0x00,0xc4,0xd0,0x65,0x04,0x02,0x00
9924 # CHECK: v_cmp_gt_i32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xc4,0xd0,0x66,0x04,0x02,0x00]
9925 0x0a,0x00,0xc4,0xd0,0x66,0x04,0x02,0x00
9927 # CHECK: v_cmp_gt_i32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xc4,0xd0,0x67,0x04,0x02,0x00]
9928 0x0a,0x00,0xc4,0xd0,0x67,0x04,0x02,0x00
9930 # CHECK: v_cmp_gt_i32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xc4,0xd0,0x6a,0x04,0x02,0x00]
9931 0x0a,0x00,0xc4,0xd0,0x6a,0x04,0x02,0x00
9933 # CHECK: v_cmp_gt_i32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xc4,0xd0,0x6b,0x04,0x02,0x00]
9934 0x0a,0x00,0xc4,0xd0,0x6b,0x04,0x02,0x00
9936 # CHECK: v_cmp_gt_i32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xc4,0xd0,0x6c,0x04,0x02,0x00]
9937 0x0a,0x00,0xc4,0xd0,0x6c,0x04,0x02,0x00
9939 # CHECK: v_cmp_gt_i32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xc4,0xd0,0x6d,0x04,0x02,0x00]
9940 0x0a,0x00,0xc4,0xd0,0x6d,0x04,0x02,0x00
9942 # CHECK: v_cmp_gt_i32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xc4,0xd0,0x6e,0x04,0x02,0x00]
9943 0x0a,0x00,0xc4,0xd0,0x6e,0x04,0x02,0x00
9945 # CHECK: v_cmp_gt_i32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xc4,0xd0,0x6f,0x04,0x02,0x00]
9946 0x0a,0x00,0xc4,0xd0,0x6f,0x04,0x02,0x00
9948 # CHECK: v_cmp_gt_i32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xc4,0xd0,0x7b,0x04,0x02,0x00]
9949 0x0a,0x00,0xc4,0xd0,0x7b,0x04,0x02,0x00
9951 # CHECK: v_cmp_gt_i32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xc4,0xd0,0x7c,0x04,0x02,0x00]
9952 0x0a,0x00,0xc4,0xd0,0x7c,0x04,0x02,0x00
9954 # CHECK: v_cmp_gt_i32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xc4,0xd0,0x7e,0x04,0x02,0x00]
9955 0x0a,0x00,0xc4,0xd0,0x7e,0x04,0x02,0x00
9957 # CHECK: v_cmp_gt_i32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xc4,0xd0,0x7f,0x04,0x02,0x00]
9958 0x0a,0x00,0xc4,0xd0,0x7f,0x04,0x02,0x00
9960 # CHECK: v_cmp_gt_i32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xc4,0xd0,0x80,0x04,0x02,0x00]
9961 0x0a,0x00,0xc4,0xd0,0x80,0x04,0x02,0x00
9963 # CHECK: v_cmp_gt_i32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xc4,0xd0,0xc1,0x04,0x02,0x00]
9964 0x0a,0x00,0xc4,0xd0,0xc1,0x04,0x02,0x00
9966 # CHECK: v_cmp_gt_i32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0xc4,0xd0,0xf0,0x04,0x02,0x00]
9967 0x0a,0x00,0xc4,0xd0,0xf0,0x04,0x02,0x00
9969 # CHECK: v_cmp_gt_i32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0xc4,0xd0,0xf7,0x04,0x02,0x00]
9970 0x0a,0x00,0xc4,0xd0,0xf7,0x04,0x02,0x00
9972 # CHECK: v_cmp_gt_i32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xc4,0xd0,0x01,0xff,0x03,0x00]
9973 0x0a,0x00,0xc4,0xd0,0x01,0xff,0x03,0x00
9975 # CHECK: v_cmp_gt_i32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xc4,0xd0,0x01,0x05,0x00,0x00]
9976 0x0a,0x00,0xc4,0xd0,0x01,0x05,0x00,0x00
9978 # CHECK: v_cmp_gt_i32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xc4,0xd0,0x01,0xcb,0x00,0x00]
9979 0x0a,0x00,0xc4,0xd0,0x01,0xcb,0x00,0x00
9981 # CHECK: v_cmp_gt_i32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xc4,0xd0,0x01,0xcd,0x00,0x00]
9982 0x0a,0x00,0xc4,0xd0,0x01,0xcd,0x00,0x00
9984 # CHECK: v_cmp_gt_i32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xc4,0xd0,0x01,0xcf,0x00,0x00]
9985 0x0a,0x00,0xc4,0xd0,0x01,0xcf,0x00,0x00
9987 # CHECK: v_cmp_gt_i32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xc4,0xd0,0x01,0xd5,0x00,0x00]
9988 0x0a,0x00,0xc4,0xd0,0x01,0xd5,0x00,0x00
9990 # CHECK: v_cmp_gt_i32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xc4,0xd0,0x01,0xd7,0x00,0x00]
9991 0x0a,0x00,0xc4,0xd0,0x01,0xd7,0x00,0x00
9993 # CHECK: v_cmp_gt_i32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xc4,0xd0,0x01,0xd9,0x00,0x00]
9994 0x0a,0x00,0xc4,0xd0,0x01,0xd9,0x00,0x00
9996 # CHECK: v_cmp_gt_i32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xc4,0xd0,0x01,0xdb,0x00,0x00]
9997 0x0a,0x00,0xc4,0xd0,0x01,0xdb,0x00,0x00
9999 # CHECK: v_cmp_gt_i32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xc4,0xd0,0x01,0xdd,0x00,0x00]
10000 0x0a,0x00,0xc4,0xd0,0x01,0xdd,0x00,0x00
10002 # CHECK: v_cmp_gt_i32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xc4,0xd0,0x01,0xdf,0x00,0x00]
10003 0x0a,0x00,0xc4,0xd0,0x01,0xdf,0x00,0x00
10005 # CHECK: v_cmp_gt_i32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xc4,0xd0,0x01,0xf7,0x00,0x00]
10006 0x0a,0x00,0xc4,0xd0,0x01,0xf7,0x00,0x00
10008 # CHECK: v_cmp_gt_i32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xc4,0xd0,0x01,0xf9,0x00,0x00]
10009 0x0a,0x00,0xc4,0xd0,0x01,0xf9,0x00,0x00
10011 # CHECK: v_cmp_gt_i32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xc4,0xd0,0x01,0xfd,0x00,0x00]
10012 0x0a,0x00,0xc4,0xd0,0x01,0xfd,0x00,0x00
10014 # CHECK: v_cmp_gt_i32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xc4,0xd0,0x01,0xff,0x00,0x00]
10015 0x0a,0x00,0xc4,0xd0,0x01,0xff,0x00,0x00
10017 # CHECK: v_cmp_gt_i32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xc4,0xd0,0x01,0x01,0x01,0x00]
10018 0x0a,0x00,0xc4,0xd0,0x01,0x01,0x01,0x00
10020 # CHECK: v_cmp_gt_i32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xc4,0xd0,0x01,0x83,0x01,0x00]
10021 0x0a,0x00,0xc4,0xd0,0x01,0x83,0x01,0x00
10023 # CHECK: v_cmp_gt_i32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0xc4,0xd0,0x01,0xe1,0x01,0x00]
10024 0x0a,0x00,0xc4,0xd0,0x01,0xe1,0x01,0x00
10026 # CHECK: v_cmp_gt_i32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0xc4,0xd0,0x01,0xef,0x01,0x00]
10027 0x0a,0x00,0xc4,0xd0,0x01,0xef,0x01,0x00
10029 # CHECK: v_cmp_ne_i32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xc5,0xd0,0x01,0x05,0x02,0x00]
10030 0x0a,0x00,0xc5,0xd0,0x01,0x05,0x02,0x00
10032 # CHECK: v_cmp_ne_i32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xc5,0xd0,0x01,0x05,0x02,0x00]
10033 0x0c,0x00,0xc5,0xd0,0x01,0x05,0x02,0x00
10035 # CHECK: v_cmp_ne_i32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xc5,0xd0,0x01,0x05,0x02,0x00]
10036 0x64,0x00,0xc5,0xd0,0x01,0x05,0x02,0x00
10038 # CHECK: v_cmp_ne_i32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xc5,0xd0,0x01,0x05,0x02,0x00]
10039 0x66,0x00,0xc5,0xd0,0x01,0x05,0x02,0x00
10041 # CHECK: v_cmp_ne_i32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xc5,0xd0,0x01,0x05,0x02,0x00]
10042 0x6a,0x00,0xc5,0xd0,0x01,0x05,0x02,0x00
10044 # CHECK: v_cmp_ne_i32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xc5,0xd0,0x01,0x05,0x02,0x00]
10045 0x6c,0x00,0xc5,0xd0,0x01,0x05,0x02,0x00
10047 # CHECK: v_cmp_ne_i32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xc5,0xd0,0x01,0x05,0x02,0x00]
10048 0x6e,0x00,0xc5,0xd0,0x01,0x05,0x02,0x00
10050 # CHECK: v_cmp_ne_i32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xc5,0xd0,0x01,0x05,0x02,0x00]
10051 0x7a,0x00,0xc5,0xd0,0x01,0x05,0x02,0x00
10053 # CHECK: v_cmp_ne_i32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xc5,0xd0,0xff,0x05,0x02,0x00]
10054 0x0a,0x00,0xc5,0xd0,0xff,0x05,0x02,0x00
10056 # CHECK: v_cmp_ne_i32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xc5,0xd0,0x01,0x04,0x02,0x00]
10057 0x0a,0x00,0xc5,0xd0,0x01,0x04,0x02,0x00
10059 # CHECK: v_cmp_ne_i32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xc5,0xd0,0x65,0x04,0x02,0x00]
10060 0x0a,0x00,0xc5,0xd0,0x65,0x04,0x02,0x00
10062 # CHECK: v_cmp_ne_i32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xc5,0xd0,0x66,0x04,0x02,0x00]
10063 0x0a,0x00,0xc5,0xd0,0x66,0x04,0x02,0x00
10065 # CHECK: v_cmp_ne_i32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xc5,0xd0,0x67,0x04,0x02,0x00]
10066 0x0a,0x00,0xc5,0xd0,0x67,0x04,0x02,0x00
10068 # CHECK: v_cmp_ne_i32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xc5,0xd0,0x6a,0x04,0x02,0x00]
10069 0x0a,0x00,0xc5,0xd0,0x6a,0x04,0x02,0x00
10071 # CHECK: v_cmp_ne_i32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xc5,0xd0,0x6b,0x04,0x02,0x00]
10072 0x0a,0x00,0xc5,0xd0,0x6b,0x04,0x02,0x00
10074 # CHECK: v_cmp_ne_i32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xc5,0xd0,0x6c,0x04,0x02,0x00]
10075 0x0a,0x00,0xc5,0xd0,0x6c,0x04,0x02,0x00
10077 # CHECK: v_cmp_ne_i32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xc5,0xd0,0x6d,0x04,0x02,0x00]
10078 0x0a,0x00,0xc5,0xd0,0x6d,0x04,0x02,0x00
10080 # CHECK: v_cmp_ne_i32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xc5,0xd0,0x6e,0x04,0x02,0x00]
10081 0x0a,0x00,0xc5,0xd0,0x6e,0x04,0x02,0x00
10083 # CHECK: v_cmp_ne_i32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xc5,0xd0,0x6f,0x04,0x02,0x00]
10084 0x0a,0x00,0xc5,0xd0,0x6f,0x04,0x02,0x00
10086 # CHECK: v_cmp_ne_i32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xc5,0xd0,0x7b,0x04,0x02,0x00]
10087 0x0a,0x00,0xc5,0xd0,0x7b,0x04,0x02,0x00
10089 # CHECK: v_cmp_ne_i32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xc5,0xd0,0x7c,0x04,0x02,0x00]
10090 0x0a,0x00,0xc5,0xd0,0x7c,0x04,0x02,0x00
10092 # CHECK: v_cmp_ne_i32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xc5,0xd0,0x7e,0x04,0x02,0x00]
10093 0x0a,0x00,0xc5,0xd0,0x7e,0x04,0x02,0x00
10095 # CHECK: v_cmp_ne_i32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xc5,0xd0,0x7f,0x04,0x02,0x00]
10096 0x0a,0x00,0xc5,0xd0,0x7f,0x04,0x02,0x00
10098 # CHECK: v_cmp_ne_i32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xc5,0xd0,0x80,0x04,0x02,0x00]
10099 0x0a,0x00,0xc5,0xd0,0x80,0x04,0x02,0x00
10101 # CHECK: v_cmp_ne_i32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xc5,0xd0,0xc1,0x04,0x02,0x00]
10102 0x0a,0x00,0xc5,0xd0,0xc1,0x04,0x02,0x00
10104 # CHECK: v_cmp_ne_i32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0xc5,0xd0,0xf0,0x04,0x02,0x00]
10105 0x0a,0x00,0xc5,0xd0,0xf0,0x04,0x02,0x00
10107 # CHECK: v_cmp_ne_i32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0xc5,0xd0,0xf7,0x04,0x02,0x00]
10108 0x0a,0x00,0xc5,0xd0,0xf7,0x04,0x02,0x00
10110 # CHECK: v_cmp_ne_i32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xc5,0xd0,0x01,0xff,0x03,0x00]
10111 0x0a,0x00,0xc5,0xd0,0x01,0xff,0x03,0x00
10113 # CHECK: v_cmp_ne_i32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xc5,0xd0,0x01,0x05,0x00,0x00]
10114 0x0a,0x00,0xc5,0xd0,0x01,0x05,0x00,0x00
10116 # CHECK: v_cmp_ne_i32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xc5,0xd0,0x01,0xcb,0x00,0x00]
10117 0x0a,0x00,0xc5,0xd0,0x01,0xcb,0x00,0x00
10119 # CHECK: v_cmp_ne_i32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xc5,0xd0,0x01,0xcd,0x00,0x00]
10120 0x0a,0x00,0xc5,0xd0,0x01,0xcd,0x00,0x00
10122 # CHECK: v_cmp_ne_i32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xc5,0xd0,0x01,0xcf,0x00,0x00]
10123 0x0a,0x00,0xc5,0xd0,0x01,0xcf,0x00,0x00
10125 # CHECK: v_cmp_ne_i32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xc5,0xd0,0x01,0xd5,0x00,0x00]
10126 0x0a,0x00,0xc5,0xd0,0x01,0xd5,0x00,0x00
10128 # CHECK: v_cmp_ne_i32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xc5,0xd0,0x01,0xd7,0x00,0x00]
10129 0x0a,0x00,0xc5,0xd0,0x01,0xd7,0x00,0x00
10131 # CHECK: v_cmp_ne_i32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xc5,0xd0,0x01,0xd9,0x00,0x00]
10132 0x0a,0x00,0xc5,0xd0,0x01,0xd9,0x00,0x00
10134 # CHECK: v_cmp_ne_i32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xc5,0xd0,0x01,0xdb,0x00,0x00]
10135 0x0a,0x00,0xc5,0xd0,0x01,0xdb,0x00,0x00
10137 # CHECK: v_cmp_ne_i32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xc5,0xd0,0x01,0xdd,0x00,0x00]
10138 0x0a,0x00,0xc5,0xd0,0x01,0xdd,0x00,0x00
10140 # CHECK: v_cmp_ne_i32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xc5,0xd0,0x01,0xdf,0x00,0x00]
10141 0x0a,0x00,0xc5,0xd0,0x01,0xdf,0x00,0x00
10143 # CHECK: v_cmp_ne_i32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xc5,0xd0,0x01,0xf7,0x00,0x00]
10144 0x0a,0x00,0xc5,0xd0,0x01,0xf7,0x00,0x00
10146 # CHECK: v_cmp_ne_i32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xc5,0xd0,0x01,0xf9,0x00,0x00]
10147 0x0a,0x00,0xc5,0xd0,0x01,0xf9,0x00,0x00
10149 # CHECK: v_cmp_ne_i32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xc5,0xd0,0x01,0xfd,0x00,0x00]
10150 0x0a,0x00,0xc5,0xd0,0x01,0xfd,0x00,0x00
10152 # CHECK: v_cmp_ne_i32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xc5,0xd0,0x01,0xff,0x00,0x00]
10153 0x0a,0x00,0xc5,0xd0,0x01,0xff,0x00,0x00
10155 # CHECK: v_cmp_ne_i32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xc5,0xd0,0x01,0x01,0x01,0x00]
10156 0x0a,0x00,0xc5,0xd0,0x01,0x01,0x01,0x00
10158 # CHECK: v_cmp_ne_i32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xc5,0xd0,0x01,0x83,0x01,0x00]
10159 0x0a,0x00,0xc5,0xd0,0x01,0x83,0x01,0x00
10161 # CHECK: v_cmp_ne_i32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0xc5,0xd0,0x01,0xe1,0x01,0x00]
10162 0x0a,0x00,0xc5,0xd0,0x01,0xe1,0x01,0x00
10164 # CHECK: v_cmp_ne_i32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0xc5,0xd0,0x01,0xef,0x01,0x00]
10165 0x0a,0x00,0xc5,0xd0,0x01,0xef,0x01,0x00
10167 # CHECK: v_cmp_ge_i32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xc6,0xd0,0x01,0x05,0x02,0x00]
10168 0x0a,0x00,0xc6,0xd0,0x01,0x05,0x02,0x00
10170 # CHECK: v_cmp_ge_i32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xc6,0xd0,0x01,0x05,0x02,0x00]
10171 0x0c,0x00,0xc6,0xd0,0x01,0x05,0x02,0x00
10173 # CHECK: v_cmp_ge_i32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xc6,0xd0,0x01,0x05,0x02,0x00]
10174 0x64,0x00,0xc6,0xd0,0x01,0x05,0x02,0x00
10176 # CHECK: v_cmp_ge_i32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xc6,0xd0,0x01,0x05,0x02,0x00]
10177 0x66,0x00,0xc6,0xd0,0x01,0x05,0x02,0x00
10179 # CHECK: v_cmp_ge_i32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xc6,0xd0,0x01,0x05,0x02,0x00]
10180 0x6a,0x00,0xc6,0xd0,0x01,0x05,0x02,0x00
10182 # CHECK: v_cmp_ge_i32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xc6,0xd0,0x01,0x05,0x02,0x00]
10183 0x6c,0x00,0xc6,0xd0,0x01,0x05,0x02,0x00
10185 # CHECK: v_cmp_ge_i32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xc6,0xd0,0x01,0x05,0x02,0x00]
10186 0x6e,0x00,0xc6,0xd0,0x01,0x05,0x02,0x00
10188 # CHECK: v_cmp_ge_i32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xc6,0xd0,0x01,0x05,0x02,0x00]
10189 0x7a,0x00,0xc6,0xd0,0x01,0x05,0x02,0x00
10191 # CHECK: v_cmp_ge_i32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xc6,0xd0,0xff,0x05,0x02,0x00]
10192 0x0a,0x00,0xc6,0xd0,0xff,0x05,0x02,0x00
10194 # CHECK: v_cmp_ge_i32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xc6,0xd0,0x01,0x04,0x02,0x00]
10195 0x0a,0x00,0xc6,0xd0,0x01,0x04,0x02,0x00
10197 # CHECK: v_cmp_ge_i32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xc6,0xd0,0x65,0x04,0x02,0x00]
10198 0x0a,0x00,0xc6,0xd0,0x65,0x04,0x02,0x00
10200 # CHECK: v_cmp_ge_i32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xc6,0xd0,0x66,0x04,0x02,0x00]
10201 0x0a,0x00,0xc6,0xd0,0x66,0x04,0x02,0x00
10203 # CHECK: v_cmp_ge_i32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xc6,0xd0,0x67,0x04,0x02,0x00]
10204 0x0a,0x00,0xc6,0xd0,0x67,0x04,0x02,0x00
10206 # CHECK: v_cmp_ge_i32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xc6,0xd0,0x6a,0x04,0x02,0x00]
10207 0x0a,0x00,0xc6,0xd0,0x6a,0x04,0x02,0x00
10209 # CHECK: v_cmp_ge_i32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xc6,0xd0,0x6b,0x04,0x02,0x00]
10210 0x0a,0x00,0xc6,0xd0,0x6b,0x04,0x02,0x00
10212 # CHECK: v_cmp_ge_i32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xc6,0xd0,0x6c,0x04,0x02,0x00]
10213 0x0a,0x00,0xc6,0xd0,0x6c,0x04,0x02,0x00
10215 # CHECK: v_cmp_ge_i32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xc6,0xd0,0x6d,0x04,0x02,0x00]
10216 0x0a,0x00,0xc6,0xd0,0x6d,0x04,0x02,0x00
10218 # CHECK: v_cmp_ge_i32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xc6,0xd0,0x6e,0x04,0x02,0x00]
10219 0x0a,0x00,0xc6,0xd0,0x6e,0x04,0x02,0x00
10221 # CHECK: v_cmp_ge_i32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xc6,0xd0,0x6f,0x04,0x02,0x00]
10222 0x0a,0x00,0xc6,0xd0,0x6f,0x04,0x02,0x00
10224 # CHECK: v_cmp_ge_i32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xc6,0xd0,0x7b,0x04,0x02,0x00]
10225 0x0a,0x00,0xc6,0xd0,0x7b,0x04,0x02,0x00
10227 # CHECK: v_cmp_ge_i32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xc6,0xd0,0x7c,0x04,0x02,0x00]
10228 0x0a,0x00,0xc6,0xd0,0x7c,0x04,0x02,0x00
10230 # CHECK: v_cmp_ge_i32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xc6,0xd0,0x7e,0x04,0x02,0x00]
10231 0x0a,0x00,0xc6,0xd0,0x7e,0x04,0x02,0x00
10233 # CHECK: v_cmp_ge_i32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xc6,0xd0,0x7f,0x04,0x02,0x00]
10234 0x0a,0x00,0xc6,0xd0,0x7f,0x04,0x02,0x00
10236 # CHECK: v_cmp_ge_i32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xc6,0xd0,0x80,0x04,0x02,0x00]
10237 0x0a,0x00,0xc6,0xd0,0x80,0x04,0x02,0x00
10239 # CHECK: v_cmp_ge_i32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xc6,0xd0,0xc1,0x04,0x02,0x00]
10240 0x0a,0x00,0xc6,0xd0,0xc1,0x04,0x02,0x00
10242 # CHECK: v_cmp_ge_i32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0xc6,0xd0,0xf0,0x04,0x02,0x00]
10243 0x0a,0x00,0xc6,0xd0,0xf0,0x04,0x02,0x00
10245 # CHECK: v_cmp_ge_i32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0xc6,0xd0,0xf7,0x04,0x02,0x00]
10246 0x0a,0x00,0xc6,0xd0,0xf7,0x04,0x02,0x00
10248 # CHECK: v_cmp_ge_i32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xc6,0xd0,0x01,0xff,0x03,0x00]
10249 0x0a,0x00,0xc6,0xd0,0x01,0xff,0x03,0x00
10251 # CHECK: v_cmp_ge_i32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xc6,0xd0,0x01,0x05,0x00,0x00]
10252 0x0a,0x00,0xc6,0xd0,0x01,0x05,0x00,0x00
10254 # CHECK: v_cmp_ge_i32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xc6,0xd0,0x01,0xcb,0x00,0x00]
10255 0x0a,0x00,0xc6,0xd0,0x01,0xcb,0x00,0x00
10257 # CHECK: v_cmp_ge_i32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xc6,0xd0,0x01,0xcd,0x00,0x00]
10258 0x0a,0x00,0xc6,0xd0,0x01,0xcd,0x00,0x00
10260 # CHECK: v_cmp_ge_i32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xc6,0xd0,0x01,0xcf,0x00,0x00]
10261 0x0a,0x00,0xc6,0xd0,0x01,0xcf,0x00,0x00
10263 # CHECK: v_cmp_ge_i32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xc6,0xd0,0x01,0xd5,0x00,0x00]
10264 0x0a,0x00,0xc6,0xd0,0x01,0xd5,0x00,0x00
10266 # CHECK: v_cmp_ge_i32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xc6,0xd0,0x01,0xd7,0x00,0x00]
10267 0x0a,0x00,0xc6,0xd0,0x01,0xd7,0x00,0x00
10269 # CHECK: v_cmp_ge_i32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xc6,0xd0,0x01,0xd9,0x00,0x00]
10270 0x0a,0x00,0xc6,0xd0,0x01,0xd9,0x00,0x00
10272 # CHECK: v_cmp_ge_i32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xc6,0xd0,0x01,0xdb,0x00,0x00]
10273 0x0a,0x00,0xc6,0xd0,0x01,0xdb,0x00,0x00
10275 # CHECK: v_cmp_ge_i32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xc6,0xd0,0x01,0xdd,0x00,0x00]
10276 0x0a,0x00,0xc6,0xd0,0x01,0xdd,0x00,0x00
10278 # CHECK: v_cmp_ge_i32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xc6,0xd0,0x01,0xdf,0x00,0x00]
10279 0x0a,0x00,0xc6,0xd0,0x01,0xdf,0x00,0x00
10281 # CHECK: v_cmp_ge_i32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xc6,0xd0,0x01,0xf7,0x00,0x00]
10282 0x0a,0x00,0xc6,0xd0,0x01,0xf7,0x00,0x00
10284 # CHECK: v_cmp_ge_i32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xc6,0xd0,0x01,0xf9,0x00,0x00]
10285 0x0a,0x00,0xc6,0xd0,0x01,0xf9,0x00,0x00
10287 # CHECK: v_cmp_ge_i32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xc6,0xd0,0x01,0xfd,0x00,0x00]
10288 0x0a,0x00,0xc6,0xd0,0x01,0xfd,0x00,0x00
10290 # CHECK: v_cmp_ge_i32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xc6,0xd0,0x01,0xff,0x00,0x00]
10291 0x0a,0x00,0xc6,0xd0,0x01,0xff,0x00,0x00
10293 # CHECK: v_cmp_ge_i32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xc6,0xd0,0x01,0x01,0x01,0x00]
10294 0x0a,0x00,0xc6,0xd0,0x01,0x01,0x01,0x00
10296 # CHECK: v_cmp_ge_i32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xc6,0xd0,0x01,0x83,0x01,0x00]
10297 0x0a,0x00,0xc6,0xd0,0x01,0x83,0x01,0x00
10299 # CHECK: v_cmp_ge_i32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0xc6,0xd0,0x01,0xe1,0x01,0x00]
10300 0x0a,0x00,0xc6,0xd0,0x01,0xe1,0x01,0x00
10302 # CHECK: v_cmp_ge_i32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0xc6,0xd0,0x01,0xef,0x01,0x00]
10303 0x0a,0x00,0xc6,0xd0,0x01,0xef,0x01,0x00
10305 # CHECK: v_cmp_t_i32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xc7,0xd0,0x01,0x05,0x02,0x00]
10306 0x0a,0x00,0xc7,0xd0,0x01,0x05,0x02,0x00
10308 # CHECK: v_cmp_t_i32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xc7,0xd0,0x01,0x05,0x02,0x00]
10309 0x0c,0x00,0xc7,0xd0,0x01,0x05,0x02,0x00
10311 # CHECK: v_cmp_t_i32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xc7,0xd0,0x01,0x05,0x02,0x00]
10312 0x64,0x00,0xc7,0xd0,0x01,0x05,0x02,0x00
10314 # CHECK: v_cmp_t_i32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xc7,0xd0,0x01,0x05,0x02,0x00]
10315 0x66,0x00,0xc7,0xd0,0x01,0x05,0x02,0x00
10317 # CHECK: v_cmp_t_i32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xc7,0xd0,0x01,0x05,0x02,0x00]
10318 0x6a,0x00,0xc7,0xd0,0x01,0x05,0x02,0x00
10320 # CHECK: v_cmp_t_i32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xc7,0xd0,0x01,0x05,0x02,0x00]
10321 0x6c,0x00,0xc7,0xd0,0x01,0x05,0x02,0x00
10323 # CHECK: v_cmp_t_i32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xc7,0xd0,0x01,0x05,0x02,0x00]
10324 0x6e,0x00,0xc7,0xd0,0x01,0x05,0x02,0x00
10326 # CHECK: v_cmp_t_i32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xc7,0xd0,0x01,0x05,0x02,0x00]
10327 0x7a,0x00,0xc7,0xd0,0x01,0x05,0x02,0x00
10329 # CHECK: v_cmp_t_i32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xc7,0xd0,0xff,0x05,0x02,0x00]
10330 0x0a,0x00,0xc7,0xd0,0xff,0x05,0x02,0x00
10332 # CHECK: v_cmp_t_i32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xc7,0xd0,0x01,0x04,0x02,0x00]
10333 0x0a,0x00,0xc7,0xd0,0x01,0x04,0x02,0x00
10335 # CHECK: v_cmp_t_i32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xc7,0xd0,0x65,0x04,0x02,0x00]
10336 0x0a,0x00,0xc7,0xd0,0x65,0x04,0x02,0x00
10338 # CHECK: v_cmp_t_i32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xc7,0xd0,0x66,0x04,0x02,0x00]
10339 0x0a,0x00,0xc7,0xd0,0x66,0x04,0x02,0x00
10341 # CHECK: v_cmp_t_i32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xc7,0xd0,0x67,0x04,0x02,0x00]
10342 0x0a,0x00,0xc7,0xd0,0x67,0x04,0x02,0x00
10344 # CHECK: v_cmp_t_i32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xc7,0xd0,0x6a,0x04,0x02,0x00]
10345 0x0a,0x00,0xc7,0xd0,0x6a,0x04,0x02,0x00
10347 # CHECK: v_cmp_t_i32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xc7,0xd0,0x6b,0x04,0x02,0x00]
10348 0x0a,0x00,0xc7,0xd0,0x6b,0x04,0x02,0x00
10350 # CHECK: v_cmp_t_i32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xc7,0xd0,0x6c,0x04,0x02,0x00]
10351 0x0a,0x00,0xc7,0xd0,0x6c,0x04,0x02,0x00
10353 # CHECK: v_cmp_t_i32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xc7,0xd0,0x6d,0x04,0x02,0x00]
10354 0x0a,0x00,0xc7,0xd0,0x6d,0x04,0x02,0x00
10356 # CHECK: v_cmp_t_i32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xc7,0xd0,0x6e,0x04,0x02,0x00]
10357 0x0a,0x00,0xc7,0xd0,0x6e,0x04,0x02,0x00
10359 # CHECK: v_cmp_t_i32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xc7,0xd0,0x6f,0x04,0x02,0x00]
10360 0x0a,0x00,0xc7,0xd0,0x6f,0x04,0x02,0x00
10362 # CHECK: v_cmp_t_i32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xc7,0xd0,0x7b,0x04,0x02,0x00]
10363 0x0a,0x00,0xc7,0xd0,0x7b,0x04,0x02,0x00
10365 # CHECK: v_cmp_t_i32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xc7,0xd0,0x7c,0x04,0x02,0x00]
10366 0x0a,0x00,0xc7,0xd0,0x7c,0x04,0x02,0x00
10368 # CHECK: v_cmp_t_i32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xc7,0xd0,0x7e,0x04,0x02,0x00]
10369 0x0a,0x00,0xc7,0xd0,0x7e,0x04,0x02,0x00
10371 # CHECK: v_cmp_t_i32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xc7,0xd0,0x7f,0x04,0x02,0x00]
10372 0x0a,0x00,0xc7,0xd0,0x7f,0x04,0x02,0x00
10374 # CHECK: v_cmp_t_i32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xc7,0xd0,0x80,0x04,0x02,0x00]
10375 0x0a,0x00,0xc7,0xd0,0x80,0x04,0x02,0x00
10377 # CHECK: v_cmp_t_i32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xc7,0xd0,0xc1,0x04,0x02,0x00]
10378 0x0a,0x00,0xc7,0xd0,0xc1,0x04,0x02,0x00
10380 # CHECK: v_cmp_t_i32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0xc7,0xd0,0xf0,0x04,0x02,0x00]
10381 0x0a,0x00,0xc7,0xd0,0xf0,0x04,0x02,0x00
10383 # CHECK: v_cmp_t_i32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0xc7,0xd0,0xf7,0x04,0x02,0x00]
10384 0x0a,0x00,0xc7,0xd0,0xf7,0x04,0x02,0x00
10386 # CHECK: v_cmp_t_i32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xc7,0xd0,0x01,0xff,0x03,0x00]
10387 0x0a,0x00,0xc7,0xd0,0x01,0xff,0x03,0x00
10389 # CHECK: v_cmp_t_i32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xc7,0xd0,0x01,0x05,0x00,0x00]
10390 0x0a,0x00,0xc7,0xd0,0x01,0x05,0x00,0x00
10392 # CHECK: v_cmp_t_i32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xc7,0xd0,0x01,0xcb,0x00,0x00]
10393 0x0a,0x00,0xc7,0xd0,0x01,0xcb,0x00,0x00
10395 # CHECK: v_cmp_t_i32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xc7,0xd0,0x01,0xcd,0x00,0x00]
10396 0x0a,0x00,0xc7,0xd0,0x01,0xcd,0x00,0x00
10398 # CHECK: v_cmp_t_i32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xc7,0xd0,0x01,0xcf,0x00,0x00]
10399 0x0a,0x00,0xc7,0xd0,0x01,0xcf,0x00,0x00
10401 # CHECK: v_cmp_t_i32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xc7,0xd0,0x01,0xd5,0x00,0x00]
10402 0x0a,0x00,0xc7,0xd0,0x01,0xd5,0x00,0x00
10404 # CHECK: v_cmp_t_i32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xc7,0xd0,0x01,0xd7,0x00,0x00]
10405 0x0a,0x00,0xc7,0xd0,0x01,0xd7,0x00,0x00
10407 # CHECK: v_cmp_t_i32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xc7,0xd0,0x01,0xd9,0x00,0x00]
10408 0x0a,0x00,0xc7,0xd0,0x01,0xd9,0x00,0x00
10410 # CHECK: v_cmp_t_i32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xc7,0xd0,0x01,0xdb,0x00,0x00]
10411 0x0a,0x00,0xc7,0xd0,0x01,0xdb,0x00,0x00
10413 # CHECK: v_cmp_t_i32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xc7,0xd0,0x01,0xdd,0x00,0x00]
10414 0x0a,0x00,0xc7,0xd0,0x01,0xdd,0x00,0x00
10416 # CHECK: v_cmp_t_i32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xc7,0xd0,0x01,0xdf,0x00,0x00]
10417 0x0a,0x00,0xc7,0xd0,0x01,0xdf,0x00,0x00
10419 # CHECK: v_cmp_t_i32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xc7,0xd0,0x01,0xf7,0x00,0x00]
10420 0x0a,0x00,0xc7,0xd0,0x01,0xf7,0x00,0x00
10422 # CHECK: v_cmp_t_i32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xc7,0xd0,0x01,0xf9,0x00,0x00]
10423 0x0a,0x00,0xc7,0xd0,0x01,0xf9,0x00,0x00
10425 # CHECK: v_cmp_t_i32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xc7,0xd0,0x01,0xfd,0x00,0x00]
10426 0x0a,0x00,0xc7,0xd0,0x01,0xfd,0x00,0x00
10428 # CHECK: v_cmp_t_i32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xc7,0xd0,0x01,0xff,0x00,0x00]
10429 0x0a,0x00,0xc7,0xd0,0x01,0xff,0x00,0x00
10431 # CHECK: v_cmp_t_i32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xc7,0xd0,0x01,0x01,0x01,0x00]
10432 0x0a,0x00,0xc7,0xd0,0x01,0x01,0x01,0x00
10434 # CHECK: v_cmp_t_i32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xc7,0xd0,0x01,0x83,0x01,0x00]
10435 0x0a,0x00,0xc7,0xd0,0x01,0x83,0x01,0x00
10437 # CHECK: v_cmp_t_i32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0xc7,0xd0,0x01,0xe1,0x01,0x00]
10438 0x0a,0x00,0xc7,0xd0,0x01,0xe1,0x01,0x00
10440 # CHECK: v_cmp_t_i32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0xc7,0xd0,0x01,0xef,0x01,0x00]
10441 0x0a,0x00,0xc7,0xd0,0x01,0xef,0x01,0x00
10443 # CHECK: v_cmp_f_u32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xc8,0xd0,0x01,0x05,0x02,0x00]
10444 0x0a,0x00,0xc8,0xd0,0x01,0x05,0x02,0x00
10446 # CHECK: v_cmp_f_u32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xc8,0xd0,0x01,0x05,0x02,0x00]
10447 0x0c,0x00,0xc8,0xd0,0x01,0x05,0x02,0x00
10449 # CHECK: v_cmp_f_u32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xc8,0xd0,0x01,0x05,0x02,0x00]
10450 0x64,0x00,0xc8,0xd0,0x01,0x05,0x02,0x00
10452 # CHECK: v_cmp_f_u32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xc8,0xd0,0x01,0x05,0x02,0x00]
10453 0x66,0x00,0xc8,0xd0,0x01,0x05,0x02,0x00
10455 # CHECK: v_cmp_f_u32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xc8,0xd0,0x01,0x05,0x02,0x00]
10456 0x6a,0x00,0xc8,0xd0,0x01,0x05,0x02,0x00
10458 # CHECK: v_cmp_f_u32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xc8,0xd0,0x01,0x05,0x02,0x00]
10459 0x6c,0x00,0xc8,0xd0,0x01,0x05,0x02,0x00
10461 # CHECK: v_cmp_f_u32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xc8,0xd0,0x01,0x05,0x02,0x00]
10462 0x6e,0x00,0xc8,0xd0,0x01,0x05,0x02,0x00
10464 # CHECK: v_cmp_f_u32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xc8,0xd0,0x01,0x05,0x02,0x00]
10465 0x7a,0x00,0xc8,0xd0,0x01,0x05,0x02,0x00
10467 # CHECK: v_cmp_f_u32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xc8,0xd0,0xff,0x05,0x02,0x00]
10468 0x0a,0x00,0xc8,0xd0,0xff,0x05,0x02,0x00
10470 # CHECK: v_cmp_f_u32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xc8,0xd0,0x01,0x04,0x02,0x00]
10471 0x0a,0x00,0xc8,0xd0,0x01,0x04,0x02,0x00
10473 # CHECK: v_cmp_f_u32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xc8,0xd0,0x65,0x04,0x02,0x00]
10474 0x0a,0x00,0xc8,0xd0,0x65,0x04,0x02,0x00
10476 # CHECK: v_cmp_f_u32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xc8,0xd0,0x66,0x04,0x02,0x00]
10477 0x0a,0x00,0xc8,0xd0,0x66,0x04,0x02,0x00
10479 # CHECK: v_cmp_f_u32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xc8,0xd0,0x67,0x04,0x02,0x00]
10480 0x0a,0x00,0xc8,0xd0,0x67,0x04,0x02,0x00
10482 # CHECK: v_cmp_f_u32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xc8,0xd0,0x6a,0x04,0x02,0x00]
10483 0x0a,0x00,0xc8,0xd0,0x6a,0x04,0x02,0x00
10485 # CHECK: v_cmp_f_u32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xc8,0xd0,0x6b,0x04,0x02,0x00]
10486 0x0a,0x00,0xc8,0xd0,0x6b,0x04,0x02,0x00
10488 # CHECK: v_cmp_f_u32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xc8,0xd0,0x6c,0x04,0x02,0x00]
10489 0x0a,0x00,0xc8,0xd0,0x6c,0x04,0x02,0x00
10491 # CHECK: v_cmp_f_u32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xc8,0xd0,0x6d,0x04,0x02,0x00]
10492 0x0a,0x00,0xc8,0xd0,0x6d,0x04,0x02,0x00
10494 # CHECK: v_cmp_f_u32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xc8,0xd0,0x6e,0x04,0x02,0x00]
10495 0x0a,0x00,0xc8,0xd0,0x6e,0x04,0x02,0x00
10497 # CHECK: v_cmp_f_u32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xc8,0xd0,0x6f,0x04,0x02,0x00]
10498 0x0a,0x00,0xc8,0xd0,0x6f,0x04,0x02,0x00
10500 # CHECK: v_cmp_f_u32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xc8,0xd0,0x7b,0x04,0x02,0x00]
10501 0x0a,0x00,0xc8,0xd0,0x7b,0x04,0x02,0x00
10503 # CHECK: v_cmp_f_u32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xc8,0xd0,0x7c,0x04,0x02,0x00]
10504 0x0a,0x00,0xc8,0xd0,0x7c,0x04,0x02,0x00
10506 # CHECK: v_cmp_f_u32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xc8,0xd0,0x7e,0x04,0x02,0x00]
10507 0x0a,0x00,0xc8,0xd0,0x7e,0x04,0x02,0x00
10509 # CHECK: v_cmp_f_u32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xc8,0xd0,0x7f,0x04,0x02,0x00]
10510 0x0a,0x00,0xc8,0xd0,0x7f,0x04,0x02,0x00
10512 # CHECK: v_cmp_f_u32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xc8,0xd0,0x80,0x04,0x02,0x00]
10513 0x0a,0x00,0xc8,0xd0,0x80,0x04,0x02,0x00
10515 # CHECK: v_cmp_f_u32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xc8,0xd0,0xc1,0x04,0x02,0x00]
10516 0x0a,0x00,0xc8,0xd0,0xc1,0x04,0x02,0x00
10518 # CHECK: v_cmp_f_u32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0xc8,0xd0,0xf0,0x04,0x02,0x00]
10519 0x0a,0x00,0xc8,0xd0,0xf0,0x04,0x02,0x00
10521 # CHECK: v_cmp_f_u32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0xc8,0xd0,0xf7,0x04,0x02,0x00]
10522 0x0a,0x00,0xc8,0xd0,0xf7,0x04,0x02,0x00
10524 # CHECK: v_cmp_f_u32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xc8,0xd0,0x01,0xff,0x03,0x00]
10525 0x0a,0x00,0xc8,0xd0,0x01,0xff,0x03,0x00
10527 # CHECK: v_cmp_f_u32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xc8,0xd0,0x01,0x05,0x00,0x00]
10528 0x0a,0x00,0xc8,0xd0,0x01,0x05,0x00,0x00
10530 # CHECK: v_cmp_f_u32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xc8,0xd0,0x01,0xcb,0x00,0x00]
10531 0x0a,0x00,0xc8,0xd0,0x01,0xcb,0x00,0x00
10533 # CHECK: v_cmp_f_u32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xc8,0xd0,0x01,0xcd,0x00,0x00]
10534 0x0a,0x00,0xc8,0xd0,0x01,0xcd,0x00,0x00
10536 # CHECK: v_cmp_f_u32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xc8,0xd0,0x01,0xcf,0x00,0x00]
10537 0x0a,0x00,0xc8,0xd0,0x01,0xcf,0x00,0x00
10539 # CHECK: v_cmp_f_u32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xc8,0xd0,0x01,0xd5,0x00,0x00]
10540 0x0a,0x00,0xc8,0xd0,0x01,0xd5,0x00,0x00
10542 # CHECK: v_cmp_f_u32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xc8,0xd0,0x01,0xd7,0x00,0x00]
10543 0x0a,0x00,0xc8,0xd0,0x01,0xd7,0x00,0x00
10545 # CHECK: v_cmp_f_u32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xc8,0xd0,0x01,0xd9,0x00,0x00]
10546 0x0a,0x00,0xc8,0xd0,0x01,0xd9,0x00,0x00
10548 # CHECK: v_cmp_f_u32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xc8,0xd0,0x01,0xdb,0x00,0x00]
10549 0x0a,0x00,0xc8,0xd0,0x01,0xdb,0x00,0x00
10551 # CHECK: v_cmp_f_u32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xc8,0xd0,0x01,0xdd,0x00,0x00]
10552 0x0a,0x00,0xc8,0xd0,0x01,0xdd,0x00,0x00
10554 # CHECK: v_cmp_f_u32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xc8,0xd0,0x01,0xdf,0x00,0x00]
10555 0x0a,0x00,0xc8,0xd0,0x01,0xdf,0x00,0x00
10557 # CHECK: v_cmp_f_u32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xc8,0xd0,0x01,0xf7,0x00,0x00]
10558 0x0a,0x00,0xc8,0xd0,0x01,0xf7,0x00,0x00
10560 # CHECK: v_cmp_f_u32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xc8,0xd0,0x01,0xf9,0x00,0x00]
10561 0x0a,0x00,0xc8,0xd0,0x01,0xf9,0x00,0x00
10563 # CHECK: v_cmp_f_u32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xc8,0xd0,0x01,0xfd,0x00,0x00]
10564 0x0a,0x00,0xc8,0xd0,0x01,0xfd,0x00,0x00
10566 # CHECK: v_cmp_f_u32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xc8,0xd0,0x01,0xff,0x00,0x00]
10567 0x0a,0x00,0xc8,0xd0,0x01,0xff,0x00,0x00
10569 # CHECK: v_cmp_f_u32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xc8,0xd0,0x01,0x01,0x01,0x00]
10570 0x0a,0x00,0xc8,0xd0,0x01,0x01,0x01,0x00
10572 # CHECK: v_cmp_f_u32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xc8,0xd0,0x01,0x83,0x01,0x00]
10573 0x0a,0x00,0xc8,0xd0,0x01,0x83,0x01,0x00
10575 # CHECK: v_cmp_f_u32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0xc8,0xd0,0x01,0xe1,0x01,0x00]
10576 0x0a,0x00,0xc8,0xd0,0x01,0xe1,0x01,0x00
10578 # CHECK: v_cmp_f_u32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0xc8,0xd0,0x01,0xef,0x01,0x00]
10579 0x0a,0x00,0xc8,0xd0,0x01,0xef,0x01,0x00
10581 # CHECK: v_cmp_lt_u32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xc9,0xd0,0x01,0x05,0x02,0x00]
10582 0x0a,0x00,0xc9,0xd0,0x01,0x05,0x02,0x00
10584 # CHECK: v_cmp_lt_u32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xc9,0xd0,0x01,0x05,0x02,0x00]
10585 0x0c,0x00,0xc9,0xd0,0x01,0x05,0x02,0x00
10587 # CHECK: v_cmp_lt_u32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xc9,0xd0,0x01,0x05,0x02,0x00]
10588 0x64,0x00,0xc9,0xd0,0x01,0x05,0x02,0x00
10590 # CHECK: v_cmp_lt_u32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xc9,0xd0,0x01,0x05,0x02,0x00]
10591 0x66,0x00,0xc9,0xd0,0x01,0x05,0x02,0x00
10593 # CHECK: v_cmp_lt_u32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xc9,0xd0,0x01,0x05,0x02,0x00]
10594 0x6a,0x00,0xc9,0xd0,0x01,0x05,0x02,0x00
10596 # CHECK: v_cmp_lt_u32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xc9,0xd0,0x01,0x05,0x02,0x00]
10597 0x6c,0x00,0xc9,0xd0,0x01,0x05,0x02,0x00
10599 # CHECK: v_cmp_lt_u32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xc9,0xd0,0x01,0x05,0x02,0x00]
10600 0x6e,0x00,0xc9,0xd0,0x01,0x05,0x02,0x00
10602 # CHECK: v_cmp_lt_u32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xc9,0xd0,0x01,0x05,0x02,0x00]
10603 0x7a,0x00,0xc9,0xd0,0x01,0x05,0x02,0x00
10605 # CHECK: v_cmp_lt_u32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xc9,0xd0,0xff,0x05,0x02,0x00]
10606 0x0a,0x00,0xc9,0xd0,0xff,0x05,0x02,0x00
10608 # CHECK: v_cmp_lt_u32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xc9,0xd0,0x01,0x04,0x02,0x00]
10609 0x0a,0x00,0xc9,0xd0,0x01,0x04,0x02,0x00
10611 # CHECK: v_cmp_lt_u32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xc9,0xd0,0x65,0x04,0x02,0x00]
10612 0x0a,0x00,0xc9,0xd0,0x65,0x04,0x02,0x00
10614 # CHECK: v_cmp_lt_u32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xc9,0xd0,0x66,0x04,0x02,0x00]
10615 0x0a,0x00,0xc9,0xd0,0x66,0x04,0x02,0x00
10617 # CHECK: v_cmp_lt_u32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xc9,0xd0,0x67,0x04,0x02,0x00]
10618 0x0a,0x00,0xc9,0xd0,0x67,0x04,0x02,0x00
10620 # CHECK: v_cmp_lt_u32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xc9,0xd0,0x6a,0x04,0x02,0x00]
10621 0x0a,0x00,0xc9,0xd0,0x6a,0x04,0x02,0x00
10623 # CHECK: v_cmp_lt_u32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xc9,0xd0,0x6b,0x04,0x02,0x00]
10624 0x0a,0x00,0xc9,0xd0,0x6b,0x04,0x02,0x00
10626 # CHECK: v_cmp_lt_u32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xc9,0xd0,0x6c,0x04,0x02,0x00]
10627 0x0a,0x00,0xc9,0xd0,0x6c,0x04,0x02,0x00
10629 # CHECK: v_cmp_lt_u32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xc9,0xd0,0x6d,0x04,0x02,0x00]
10630 0x0a,0x00,0xc9,0xd0,0x6d,0x04,0x02,0x00
10632 # CHECK: v_cmp_lt_u32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xc9,0xd0,0x6e,0x04,0x02,0x00]
10633 0x0a,0x00,0xc9,0xd0,0x6e,0x04,0x02,0x00
10635 # CHECK: v_cmp_lt_u32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xc9,0xd0,0x6f,0x04,0x02,0x00]
10636 0x0a,0x00,0xc9,0xd0,0x6f,0x04,0x02,0x00
10638 # CHECK: v_cmp_lt_u32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xc9,0xd0,0x7b,0x04,0x02,0x00]
10639 0x0a,0x00,0xc9,0xd0,0x7b,0x04,0x02,0x00
10641 # CHECK: v_cmp_lt_u32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xc9,0xd0,0x7c,0x04,0x02,0x00]
10642 0x0a,0x00,0xc9,0xd0,0x7c,0x04,0x02,0x00
10644 # CHECK: v_cmp_lt_u32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xc9,0xd0,0x7e,0x04,0x02,0x00]
10645 0x0a,0x00,0xc9,0xd0,0x7e,0x04,0x02,0x00
10647 # CHECK: v_cmp_lt_u32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xc9,0xd0,0x7f,0x04,0x02,0x00]
10648 0x0a,0x00,0xc9,0xd0,0x7f,0x04,0x02,0x00
10650 # CHECK: v_cmp_lt_u32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xc9,0xd0,0x80,0x04,0x02,0x00]
10651 0x0a,0x00,0xc9,0xd0,0x80,0x04,0x02,0x00
10653 # CHECK: v_cmp_lt_u32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xc9,0xd0,0xc1,0x04,0x02,0x00]
10654 0x0a,0x00,0xc9,0xd0,0xc1,0x04,0x02,0x00
10656 # CHECK: v_cmp_lt_u32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0xc9,0xd0,0xf0,0x04,0x02,0x00]
10657 0x0a,0x00,0xc9,0xd0,0xf0,0x04,0x02,0x00
10659 # CHECK: v_cmp_lt_u32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0xc9,0xd0,0xf7,0x04,0x02,0x00]
10660 0x0a,0x00,0xc9,0xd0,0xf7,0x04,0x02,0x00
10662 # CHECK: v_cmp_lt_u32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xc9,0xd0,0x01,0xff,0x03,0x00]
10663 0x0a,0x00,0xc9,0xd0,0x01,0xff,0x03,0x00
10665 # CHECK: v_cmp_lt_u32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xc9,0xd0,0x01,0x05,0x00,0x00]
10666 0x0a,0x00,0xc9,0xd0,0x01,0x05,0x00,0x00
10668 # CHECK: v_cmp_lt_u32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xc9,0xd0,0x01,0xcb,0x00,0x00]
10669 0x0a,0x00,0xc9,0xd0,0x01,0xcb,0x00,0x00
10671 # CHECK: v_cmp_lt_u32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xc9,0xd0,0x01,0xcd,0x00,0x00]
10672 0x0a,0x00,0xc9,0xd0,0x01,0xcd,0x00,0x00
10674 # CHECK: v_cmp_lt_u32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xc9,0xd0,0x01,0xcf,0x00,0x00]
10675 0x0a,0x00,0xc9,0xd0,0x01,0xcf,0x00,0x00
10677 # CHECK: v_cmp_lt_u32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xc9,0xd0,0x01,0xd5,0x00,0x00]
10678 0x0a,0x00,0xc9,0xd0,0x01,0xd5,0x00,0x00
10680 # CHECK: v_cmp_lt_u32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xc9,0xd0,0x01,0xd7,0x00,0x00]
10681 0x0a,0x00,0xc9,0xd0,0x01,0xd7,0x00,0x00
10683 # CHECK: v_cmp_lt_u32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xc9,0xd0,0x01,0xd9,0x00,0x00]
10684 0x0a,0x00,0xc9,0xd0,0x01,0xd9,0x00,0x00
10686 # CHECK: v_cmp_lt_u32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xc9,0xd0,0x01,0xdb,0x00,0x00]
10687 0x0a,0x00,0xc9,0xd0,0x01,0xdb,0x00,0x00
10689 # CHECK: v_cmp_lt_u32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xc9,0xd0,0x01,0xdd,0x00,0x00]
10690 0x0a,0x00,0xc9,0xd0,0x01,0xdd,0x00,0x00
10692 # CHECK: v_cmp_lt_u32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xc9,0xd0,0x01,0xdf,0x00,0x00]
10693 0x0a,0x00,0xc9,0xd0,0x01,0xdf,0x00,0x00
10695 # CHECK: v_cmp_lt_u32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xc9,0xd0,0x01,0xf7,0x00,0x00]
10696 0x0a,0x00,0xc9,0xd0,0x01,0xf7,0x00,0x00
10698 # CHECK: v_cmp_lt_u32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xc9,0xd0,0x01,0xf9,0x00,0x00]
10699 0x0a,0x00,0xc9,0xd0,0x01,0xf9,0x00,0x00
10701 # CHECK: v_cmp_lt_u32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xc9,0xd0,0x01,0xfd,0x00,0x00]
10702 0x0a,0x00,0xc9,0xd0,0x01,0xfd,0x00,0x00
10704 # CHECK: v_cmp_lt_u32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xc9,0xd0,0x01,0xff,0x00,0x00]
10705 0x0a,0x00,0xc9,0xd0,0x01,0xff,0x00,0x00
10707 # CHECK: v_cmp_lt_u32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xc9,0xd0,0x01,0x01,0x01,0x00]
10708 0x0a,0x00,0xc9,0xd0,0x01,0x01,0x01,0x00
10710 # CHECK: v_cmp_lt_u32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xc9,0xd0,0x01,0x83,0x01,0x00]
10711 0x0a,0x00,0xc9,0xd0,0x01,0x83,0x01,0x00
10713 # CHECK: v_cmp_lt_u32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0xc9,0xd0,0x01,0xe1,0x01,0x00]
10714 0x0a,0x00,0xc9,0xd0,0x01,0xe1,0x01,0x00
10716 # CHECK: v_cmp_lt_u32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0xc9,0xd0,0x01,0xef,0x01,0x00]
10717 0x0a,0x00,0xc9,0xd0,0x01,0xef,0x01,0x00
10719 # CHECK: v_cmp_eq_u32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xca,0xd0,0x01,0x05,0x02,0x00]
10720 0x0a,0x00,0xca,0xd0,0x01,0x05,0x02,0x00
10722 # CHECK: v_cmp_eq_u32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xca,0xd0,0x01,0x05,0x02,0x00]
10723 0x0c,0x00,0xca,0xd0,0x01,0x05,0x02,0x00
10725 # CHECK: v_cmp_eq_u32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xca,0xd0,0x01,0x05,0x02,0x00]
10726 0x64,0x00,0xca,0xd0,0x01,0x05,0x02,0x00
10728 # CHECK: v_cmp_eq_u32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xca,0xd0,0x01,0x05,0x02,0x00]
10729 0x66,0x00,0xca,0xd0,0x01,0x05,0x02,0x00
10731 # CHECK: v_cmp_eq_u32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xca,0xd0,0x01,0x05,0x02,0x00]
10732 0x6a,0x00,0xca,0xd0,0x01,0x05,0x02,0x00
10734 # CHECK: v_cmp_eq_u32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xca,0xd0,0x01,0x05,0x02,0x00]
10735 0x6c,0x00,0xca,0xd0,0x01,0x05,0x02,0x00
10737 # CHECK: v_cmp_eq_u32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xca,0xd0,0x01,0x05,0x02,0x00]
10738 0x6e,0x00,0xca,0xd0,0x01,0x05,0x02,0x00
10740 # CHECK: v_cmp_eq_u32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xca,0xd0,0x01,0x05,0x02,0x00]
10741 0x7a,0x00,0xca,0xd0,0x01,0x05,0x02,0x00
10743 # CHECK: v_cmp_eq_u32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xca,0xd0,0xff,0x05,0x02,0x00]
10744 0x0a,0x00,0xca,0xd0,0xff,0x05,0x02,0x00
10746 # CHECK: v_cmp_eq_u32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xca,0xd0,0x01,0x04,0x02,0x00]
10747 0x0a,0x00,0xca,0xd0,0x01,0x04,0x02,0x00
10749 # CHECK: v_cmp_eq_u32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xca,0xd0,0x65,0x04,0x02,0x00]
10750 0x0a,0x00,0xca,0xd0,0x65,0x04,0x02,0x00
10752 # CHECK: v_cmp_eq_u32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xca,0xd0,0x66,0x04,0x02,0x00]
10753 0x0a,0x00,0xca,0xd0,0x66,0x04,0x02,0x00
10755 # CHECK: v_cmp_eq_u32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xca,0xd0,0x67,0x04,0x02,0x00]
10756 0x0a,0x00,0xca,0xd0,0x67,0x04,0x02,0x00
10758 # CHECK: v_cmp_eq_u32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xca,0xd0,0x6a,0x04,0x02,0x00]
10759 0x0a,0x00,0xca,0xd0,0x6a,0x04,0x02,0x00
10761 # CHECK: v_cmp_eq_u32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xca,0xd0,0x6b,0x04,0x02,0x00]
10762 0x0a,0x00,0xca,0xd0,0x6b,0x04,0x02,0x00
10764 # CHECK: v_cmp_eq_u32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xca,0xd0,0x6c,0x04,0x02,0x00]
10765 0x0a,0x00,0xca,0xd0,0x6c,0x04,0x02,0x00
10767 # CHECK: v_cmp_eq_u32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xca,0xd0,0x6d,0x04,0x02,0x00]
10768 0x0a,0x00,0xca,0xd0,0x6d,0x04,0x02,0x00
10770 # CHECK: v_cmp_eq_u32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xca,0xd0,0x6e,0x04,0x02,0x00]
10771 0x0a,0x00,0xca,0xd0,0x6e,0x04,0x02,0x00
10773 # CHECK: v_cmp_eq_u32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xca,0xd0,0x6f,0x04,0x02,0x00]
10774 0x0a,0x00,0xca,0xd0,0x6f,0x04,0x02,0x00
10776 # CHECK: v_cmp_eq_u32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xca,0xd0,0x7b,0x04,0x02,0x00]
10777 0x0a,0x00,0xca,0xd0,0x7b,0x04,0x02,0x00
10779 # CHECK: v_cmp_eq_u32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xca,0xd0,0x7c,0x04,0x02,0x00]
10780 0x0a,0x00,0xca,0xd0,0x7c,0x04,0x02,0x00
10782 # CHECK: v_cmp_eq_u32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xca,0xd0,0x7e,0x04,0x02,0x00]
10783 0x0a,0x00,0xca,0xd0,0x7e,0x04,0x02,0x00
10785 # CHECK: v_cmp_eq_u32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xca,0xd0,0x7f,0x04,0x02,0x00]
10786 0x0a,0x00,0xca,0xd0,0x7f,0x04,0x02,0x00
10788 # CHECK: v_cmp_eq_u32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xca,0xd0,0x80,0x04,0x02,0x00]
10789 0x0a,0x00,0xca,0xd0,0x80,0x04,0x02,0x00
10791 # CHECK: v_cmp_eq_u32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xca,0xd0,0xc1,0x04,0x02,0x00]
10792 0x0a,0x00,0xca,0xd0,0xc1,0x04,0x02,0x00
10794 # CHECK: v_cmp_eq_u32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0xca,0xd0,0xf0,0x04,0x02,0x00]
10795 0x0a,0x00,0xca,0xd0,0xf0,0x04,0x02,0x00
10797 # CHECK: v_cmp_eq_u32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0xca,0xd0,0xf7,0x04,0x02,0x00]
10798 0x0a,0x00,0xca,0xd0,0xf7,0x04,0x02,0x00
10800 # CHECK: v_cmp_eq_u32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xca,0xd0,0x01,0xff,0x03,0x00]
10801 0x0a,0x00,0xca,0xd0,0x01,0xff,0x03,0x00
10803 # CHECK: v_cmp_eq_u32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xca,0xd0,0x01,0x05,0x00,0x00]
10804 0x0a,0x00,0xca,0xd0,0x01,0x05,0x00,0x00
10806 # CHECK: v_cmp_eq_u32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xca,0xd0,0x01,0xcb,0x00,0x00]
10807 0x0a,0x00,0xca,0xd0,0x01,0xcb,0x00,0x00
10809 # CHECK: v_cmp_eq_u32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xca,0xd0,0x01,0xcd,0x00,0x00]
10810 0x0a,0x00,0xca,0xd0,0x01,0xcd,0x00,0x00
10812 # CHECK: v_cmp_eq_u32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xca,0xd0,0x01,0xcf,0x00,0x00]
10813 0x0a,0x00,0xca,0xd0,0x01,0xcf,0x00,0x00
10815 # CHECK: v_cmp_eq_u32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xca,0xd0,0x01,0xd5,0x00,0x00]
10816 0x0a,0x00,0xca,0xd0,0x01,0xd5,0x00,0x00
10818 # CHECK: v_cmp_eq_u32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xca,0xd0,0x01,0xd7,0x00,0x00]
10819 0x0a,0x00,0xca,0xd0,0x01,0xd7,0x00,0x00
10821 # CHECK: v_cmp_eq_u32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xca,0xd0,0x01,0xd9,0x00,0x00]
10822 0x0a,0x00,0xca,0xd0,0x01,0xd9,0x00,0x00
10824 # CHECK: v_cmp_eq_u32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xca,0xd0,0x01,0xdb,0x00,0x00]
10825 0x0a,0x00,0xca,0xd0,0x01,0xdb,0x00,0x00
10827 # CHECK: v_cmp_eq_u32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xca,0xd0,0x01,0xdd,0x00,0x00]
10828 0x0a,0x00,0xca,0xd0,0x01,0xdd,0x00,0x00
10830 # CHECK: v_cmp_eq_u32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xca,0xd0,0x01,0xdf,0x00,0x00]
10831 0x0a,0x00,0xca,0xd0,0x01,0xdf,0x00,0x00
10833 # CHECK: v_cmp_eq_u32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xca,0xd0,0x01,0xf7,0x00,0x00]
10834 0x0a,0x00,0xca,0xd0,0x01,0xf7,0x00,0x00
10836 # CHECK: v_cmp_eq_u32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xca,0xd0,0x01,0xf9,0x00,0x00]
10837 0x0a,0x00,0xca,0xd0,0x01,0xf9,0x00,0x00
10839 # CHECK: v_cmp_eq_u32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xca,0xd0,0x01,0xfd,0x00,0x00]
10840 0x0a,0x00,0xca,0xd0,0x01,0xfd,0x00,0x00
10842 # CHECK: v_cmp_eq_u32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xca,0xd0,0x01,0xff,0x00,0x00]
10843 0x0a,0x00,0xca,0xd0,0x01,0xff,0x00,0x00
10845 # CHECK: v_cmp_eq_u32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xca,0xd0,0x01,0x01,0x01,0x00]
10846 0x0a,0x00,0xca,0xd0,0x01,0x01,0x01,0x00
10848 # CHECK: v_cmp_eq_u32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xca,0xd0,0x01,0x83,0x01,0x00]
10849 0x0a,0x00,0xca,0xd0,0x01,0x83,0x01,0x00
10851 # CHECK: v_cmp_eq_u32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0xca,0xd0,0x01,0xe1,0x01,0x00]
10852 0x0a,0x00,0xca,0xd0,0x01,0xe1,0x01,0x00
10854 # CHECK: v_cmp_eq_u32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0xca,0xd0,0x01,0xef,0x01,0x00]
10855 0x0a,0x00,0xca,0xd0,0x01,0xef,0x01,0x00
10857 # CHECK: v_cmp_le_u32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xcb,0xd0,0x01,0x05,0x02,0x00]
10858 0x0a,0x00,0xcb,0xd0,0x01,0x05,0x02,0x00
10860 # CHECK: v_cmp_le_u32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xcb,0xd0,0x01,0x05,0x02,0x00]
10861 0x0c,0x00,0xcb,0xd0,0x01,0x05,0x02,0x00
10863 # CHECK: v_cmp_le_u32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xcb,0xd0,0x01,0x05,0x02,0x00]
10864 0x64,0x00,0xcb,0xd0,0x01,0x05,0x02,0x00
10866 # CHECK: v_cmp_le_u32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xcb,0xd0,0x01,0x05,0x02,0x00]
10867 0x66,0x00,0xcb,0xd0,0x01,0x05,0x02,0x00
10869 # CHECK: v_cmp_le_u32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xcb,0xd0,0x01,0x05,0x02,0x00]
10870 0x6a,0x00,0xcb,0xd0,0x01,0x05,0x02,0x00
10872 # CHECK: v_cmp_le_u32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xcb,0xd0,0x01,0x05,0x02,0x00]
10873 0x6c,0x00,0xcb,0xd0,0x01,0x05,0x02,0x00
10875 # CHECK: v_cmp_le_u32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xcb,0xd0,0x01,0x05,0x02,0x00]
10876 0x6e,0x00,0xcb,0xd0,0x01,0x05,0x02,0x00
10878 # CHECK: v_cmp_le_u32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xcb,0xd0,0x01,0x05,0x02,0x00]
10879 0x7a,0x00,0xcb,0xd0,0x01,0x05,0x02,0x00
10881 # CHECK: v_cmp_le_u32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xcb,0xd0,0xff,0x05,0x02,0x00]
10882 0x0a,0x00,0xcb,0xd0,0xff,0x05,0x02,0x00
10884 # CHECK: v_cmp_le_u32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xcb,0xd0,0x01,0x04,0x02,0x00]
10885 0x0a,0x00,0xcb,0xd0,0x01,0x04,0x02,0x00
10887 # CHECK: v_cmp_le_u32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xcb,0xd0,0x65,0x04,0x02,0x00]
10888 0x0a,0x00,0xcb,0xd0,0x65,0x04,0x02,0x00
10890 # CHECK: v_cmp_le_u32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xcb,0xd0,0x66,0x04,0x02,0x00]
10891 0x0a,0x00,0xcb,0xd0,0x66,0x04,0x02,0x00
10893 # CHECK: v_cmp_le_u32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xcb,0xd0,0x67,0x04,0x02,0x00]
10894 0x0a,0x00,0xcb,0xd0,0x67,0x04,0x02,0x00
10896 # CHECK: v_cmp_le_u32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xcb,0xd0,0x6a,0x04,0x02,0x00]
10897 0x0a,0x00,0xcb,0xd0,0x6a,0x04,0x02,0x00
10899 # CHECK: v_cmp_le_u32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xcb,0xd0,0x6b,0x04,0x02,0x00]
10900 0x0a,0x00,0xcb,0xd0,0x6b,0x04,0x02,0x00
10902 # CHECK: v_cmp_le_u32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xcb,0xd0,0x6c,0x04,0x02,0x00]
10903 0x0a,0x00,0xcb,0xd0,0x6c,0x04,0x02,0x00
10905 # CHECK: v_cmp_le_u32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xcb,0xd0,0x6d,0x04,0x02,0x00]
10906 0x0a,0x00,0xcb,0xd0,0x6d,0x04,0x02,0x00
10908 # CHECK: v_cmp_le_u32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xcb,0xd0,0x6e,0x04,0x02,0x00]
10909 0x0a,0x00,0xcb,0xd0,0x6e,0x04,0x02,0x00
10911 # CHECK: v_cmp_le_u32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xcb,0xd0,0x6f,0x04,0x02,0x00]
10912 0x0a,0x00,0xcb,0xd0,0x6f,0x04,0x02,0x00
10914 # CHECK: v_cmp_le_u32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xcb,0xd0,0x7b,0x04,0x02,0x00]
10915 0x0a,0x00,0xcb,0xd0,0x7b,0x04,0x02,0x00
10917 # CHECK: v_cmp_le_u32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xcb,0xd0,0x7c,0x04,0x02,0x00]
10918 0x0a,0x00,0xcb,0xd0,0x7c,0x04,0x02,0x00
10920 # CHECK: v_cmp_le_u32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xcb,0xd0,0x7e,0x04,0x02,0x00]
10921 0x0a,0x00,0xcb,0xd0,0x7e,0x04,0x02,0x00
10923 # CHECK: v_cmp_le_u32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xcb,0xd0,0x7f,0x04,0x02,0x00]
10924 0x0a,0x00,0xcb,0xd0,0x7f,0x04,0x02,0x00
10926 # CHECK: v_cmp_le_u32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xcb,0xd0,0x80,0x04,0x02,0x00]
10927 0x0a,0x00,0xcb,0xd0,0x80,0x04,0x02,0x00
10929 # CHECK: v_cmp_le_u32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xcb,0xd0,0xc1,0x04,0x02,0x00]
10930 0x0a,0x00,0xcb,0xd0,0xc1,0x04,0x02,0x00
10932 # CHECK: v_cmp_le_u32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0xcb,0xd0,0xf0,0x04,0x02,0x00]
10933 0x0a,0x00,0xcb,0xd0,0xf0,0x04,0x02,0x00
10935 # CHECK: v_cmp_le_u32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0xcb,0xd0,0xf7,0x04,0x02,0x00]
10936 0x0a,0x00,0xcb,0xd0,0xf7,0x04,0x02,0x00
10938 # CHECK: v_cmp_le_u32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xcb,0xd0,0x01,0xff,0x03,0x00]
10939 0x0a,0x00,0xcb,0xd0,0x01,0xff,0x03,0x00
10941 # CHECK: v_cmp_le_u32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xcb,0xd0,0x01,0x05,0x00,0x00]
10942 0x0a,0x00,0xcb,0xd0,0x01,0x05,0x00,0x00
10944 # CHECK: v_cmp_le_u32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xcb,0xd0,0x01,0xcb,0x00,0x00]
10945 0x0a,0x00,0xcb,0xd0,0x01,0xcb,0x00,0x00
10947 # CHECK: v_cmp_le_u32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xcb,0xd0,0x01,0xcd,0x00,0x00]
10948 0x0a,0x00,0xcb,0xd0,0x01,0xcd,0x00,0x00
10950 # CHECK: v_cmp_le_u32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xcb,0xd0,0x01,0xcf,0x00,0x00]
10951 0x0a,0x00,0xcb,0xd0,0x01,0xcf,0x00,0x00
10953 # CHECK: v_cmp_le_u32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xcb,0xd0,0x01,0xd5,0x00,0x00]
10954 0x0a,0x00,0xcb,0xd0,0x01,0xd5,0x00,0x00
10956 # CHECK: v_cmp_le_u32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xcb,0xd0,0x01,0xd7,0x00,0x00]
10957 0x0a,0x00,0xcb,0xd0,0x01,0xd7,0x00,0x00
10959 # CHECK: v_cmp_le_u32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xcb,0xd0,0x01,0xd9,0x00,0x00]
10960 0x0a,0x00,0xcb,0xd0,0x01,0xd9,0x00,0x00
10962 # CHECK: v_cmp_le_u32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xcb,0xd0,0x01,0xdb,0x00,0x00]
10963 0x0a,0x00,0xcb,0xd0,0x01,0xdb,0x00,0x00
10965 # CHECK: v_cmp_le_u32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xcb,0xd0,0x01,0xdd,0x00,0x00]
10966 0x0a,0x00,0xcb,0xd0,0x01,0xdd,0x00,0x00
10968 # CHECK: v_cmp_le_u32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xcb,0xd0,0x01,0xdf,0x00,0x00]
10969 0x0a,0x00,0xcb,0xd0,0x01,0xdf,0x00,0x00
10971 # CHECK: v_cmp_le_u32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xcb,0xd0,0x01,0xf7,0x00,0x00]
10972 0x0a,0x00,0xcb,0xd0,0x01,0xf7,0x00,0x00
10974 # CHECK: v_cmp_le_u32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xcb,0xd0,0x01,0xf9,0x00,0x00]
10975 0x0a,0x00,0xcb,0xd0,0x01,0xf9,0x00,0x00
10977 # CHECK: v_cmp_le_u32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xcb,0xd0,0x01,0xfd,0x00,0x00]
10978 0x0a,0x00,0xcb,0xd0,0x01,0xfd,0x00,0x00
10980 # CHECK: v_cmp_le_u32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xcb,0xd0,0x01,0xff,0x00,0x00]
10981 0x0a,0x00,0xcb,0xd0,0x01,0xff,0x00,0x00
10983 # CHECK: v_cmp_le_u32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xcb,0xd0,0x01,0x01,0x01,0x00]
10984 0x0a,0x00,0xcb,0xd0,0x01,0x01,0x01,0x00
10986 # CHECK: v_cmp_le_u32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xcb,0xd0,0x01,0x83,0x01,0x00]
10987 0x0a,0x00,0xcb,0xd0,0x01,0x83,0x01,0x00
10989 # CHECK: v_cmp_le_u32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0xcb,0xd0,0x01,0xe1,0x01,0x00]
10990 0x0a,0x00,0xcb,0xd0,0x01,0xe1,0x01,0x00
10992 # CHECK: v_cmp_le_u32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0xcb,0xd0,0x01,0xef,0x01,0x00]
10993 0x0a,0x00,0xcb,0xd0,0x01,0xef,0x01,0x00
10995 # CHECK: v_cmp_gt_u32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xcc,0xd0,0x01,0x05,0x02,0x00]
10996 0x0a,0x00,0xcc,0xd0,0x01,0x05,0x02,0x00
10998 # CHECK: v_cmp_gt_u32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xcc,0xd0,0x01,0x05,0x02,0x00]
10999 0x0c,0x00,0xcc,0xd0,0x01,0x05,0x02,0x00
11001 # CHECK: v_cmp_gt_u32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xcc,0xd0,0x01,0x05,0x02,0x00]
11002 0x64,0x00,0xcc,0xd0,0x01,0x05,0x02,0x00
11004 # CHECK: v_cmp_gt_u32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xcc,0xd0,0x01,0x05,0x02,0x00]
11005 0x66,0x00,0xcc,0xd0,0x01,0x05,0x02,0x00
11007 # CHECK: v_cmp_gt_u32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xcc,0xd0,0x01,0x05,0x02,0x00]
11008 0x6a,0x00,0xcc,0xd0,0x01,0x05,0x02,0x00
11010 # CHECK: v_cmp_gt_u32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xcc,0xd0,0x01,0x05,0x02,0x00]
11011 0x6c,0x00,0xcc,0xd0,0x01,0x05,0x02,0x00
11013 # CHECK: v_cmp_gt_u32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xcc,0xd0,0x01,0x05,0x02,0x00]
11014 0x6e,0x00,0xcc,0xd0,0x01,0x05,0x02,0x00
11016 # CHECK: v_cmp_gt_u32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xcc,0xd0,0x01,0x05,0x02,0x00]
11017 0x7a,0x00,0xcc,0xd0,0x01,0x05,0x02,0x00
11019 # CHECK: v_cmp_gt_u32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xcc,0xd0,0xff,0x05,0x02,0x00]
11020 0x0a,0x00,0xcc,0xd0,0xff,0x05,0x02,0x00
11022 # CHECK: v_cmp_gt_u32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xcc,0xd0,0x01,0x04,0x02,0x00]
11023 0x0a,0x00,0xcc,0xd0,0x01,0x04,0x02,0x00
11025 # CHECK: v_cmp_gt_u32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xcc,0xd0,0x65,0x04,0x02,0x00]
11026 0x0a,0x00,0xcc,0xd0,0x65,0x04,0x02,0x00
11028 # CHECK: v_cmp_gt_u32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xcc,0xd0,0x66,0x04,0x02,0x00]
11029 0x0a,0x00,0xcc,0xd0,0x66,0x04,0x02,0x00
11031 # CHECK: v_cmp_gt_u32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xcc,0xd0,0x67,0x04,0x02,0x00]
11032 0x0a,0x00,0xcc,0xd0,0x67,0x04,0x02,0x00
11034 # CHECK: v_cmp_gt_u32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xcc,0xd0,0x6a,0x04,0x02,0x00]
11035 0x0a,0x00,0xcc,0xd0,0x6a,0x04,0x02,0x00
11037 # CHECK: v_cmp_gt_u32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xcc,0xd0,0x6b,0x04,0x02,0x00]
11038 0x0a,0x00,0xcc,0xd0,0x6b,0x04,0x02,0x00
11040 # CHECK: v_cmp_gt_u32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xcc,0xd0,0x6c,0x04,0x02,0x00]
11041 0x0a,0x00,0xcc,0xd0,0x6c,0x04,0x02,0x00
11043 # CHECK: v_cmp_gt_u32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xcc,0xd0,0x6d,0x04,0x02,0x00]
11044 0x0a,0x00,0xcc,0xd0,0x6d,0x04,0x02,0x00
11046 # CHECK: v_cmp_gt_u32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xcc,0xd0,0x6e,0x04,0x02,0x00]
11047 0x0a,0x00,0xcc,0xd0,0x6e,0x04,0x02,0x00
11049 # CHECK: v_cmp_gt_u32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xcc,0xd0,0x6f,0x04,0x02,0x00]
11050 0x0a,0x00,0xcc,0xd0,0x6f,0x04,0x02,0x00
11052 # CHECK: v_cmp_gt_u32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xcc,0xd0,0x7b,0x04,0x02,0x00]
11053 0x0a,0x00,0xcc,0xd0,0x7b,0x04,0x02,0x00
11055 # CHECK: v_cmp_gt_u32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xcc,0xd0,0x7c,0x04,0x02,0x00]
11056 0x0a,0x00,0xcc,0xd0,0x7c,0x04,0x02,0x00
11058 # CHECK: v_cmp_gt_u32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xcc,0xd0,0x7e,0x04,0x02,0x00]
11059 0x0a,0x00,0xcc,0xd0,0x7e,0x04,0x02,0x00
11061 # CHECK: v_cmp_gt_u32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xcc,0xd0,0x7f,0x04,0x02,0x00]
11062 0x0a,0x00,0xcc,0xd0,0x7f,0x04,0x02,0x00
11064 # CHECK: v_cmp_gt_u32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xcc,0xd0,0x80,0x04,0x02,0x00]
11065 0x0a,0x00,0xcc,0xd0,0x80,0x04,0x02,0x00
11067 # CHECK: v_cmp_gt_u32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xcc,0xd0,0xc1,0x04,0x02,0x00]
11068 0x0a,0x00,0xcc,0xd0,0xc1,0x04,0x02,0x00
11070 # CHECK: v_cmp_gt_u32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0xcc,0xd0,0xf0,0x04,0x02,0x00]
11071 0x0a,0x00,0xcc,0xd0,0xf0,0x04,0x02,0x00
11073 # CHECK: v_cmp_gt_u32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0xcc,0xd0,0xf7,0x04,0x02,0x00]
11074 0x0a,0x00,0xcc,0xd0,0xf7,0x04,0x02,0x00
11076 # CHECK: v_cmp_gt_u32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xcc,0xd0,0x01,0xff,0x03,0x00]
11077 0x0a,0x00,0xcc,0xd0,0x01,0xff,0x03,0x00
11079 # CHECK: v_cmp_gt_u32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xcc,0xd0,0x01,0x05,0x00,0x00]
11080 0x0a,0x00,0xcc,0xd0,0x01,0x05,0x00,0x00
11082 # CHECK: v_cmp_gt_u32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xcc,0xd0,0x01,0xcb,0x00,0x00]
11083 0x0a,0x00,0xcc,0xd0,0x01,0xcb,0x00,0x00
11085 # CHECK: v_cmp_gt_u32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xcc,0xd0,0x01,0xcd,0x00,0x00]
11086 0x0a,0x00,0xcc,0xd0,0x01,0xcd,0x00,0x00
11088 # CHECK: v_cmp_gt_u32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xcc,0xd0,0x01,0xcf,0x00,0x00]
11089 0x0a,0x00,0xcc,0xd0,0x01,0xcf,0x00,0x00
11091 # CHECK: v_cmp_gt_u32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xcc,0xd0,0x01,0xd5,0x00,0x00]
11092 0x0a,0x00,0xcc,0xd0,0x01,0xd5,0x00,0x00
11094 # CHECK: v_cmp_gt_u32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xcc,0xd0,0x01,0xd7,0x00,0x00]
11095 0x0a,0x00,0xcc,0xd0,0x01,0xd7,0x00,0x00
11097 # CHECK: v_cmp_gt_u32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xcc,0xd0,0x01,0xd9,0x00,0x00]
11098 0x0a,0x00,0xcc,0xd0,0x01,0xd9,0x00,0x00
11100 # CHECK: v_cmp_gt_u32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xcc,0xd0,0x01,0xdb,0x00,0x00]
11101 0x0a,0x00,0xcc,0xd0,0x01,0xdb,0x00,0x00
11103 # CHECK: v_cmp_gt_u32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xcc,0xd0,0x01,0xdd,0x00,0x00]
11104 0x0a,0x00,0xcc,0xd0,0x01,0xdd,0x00,0x00
11106 # CHECK: v_cmp_gt_u32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xcc,0xd0,0x01,0xdf,0x00,0x00]
11107 0x0a,0x00,0xcc,0xd0,0x01,0xdf,0x00,0x00
11109 # CHECK: v_cmp_gt_u32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xcc,0xd0,0x01,0xf7,0x00,0x00]
11110 0x0a,0x00,0xcc,0xd0,0x01,0xf7,0x00,0x00
11112 # CHECK: v_cmp_gt_u32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xcc,0xd0,0x01,0xf9,0x00,0x00]
11113 0x0a,0x00,0xcc,0xd0,0x01,0xf9,0x00,0x00
11115 # CHECK: v_cmp_gt_u32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xcc,0xd0,0x01,0xfd,0x00,0x00]
11116 0x0a,0x00,0xcc,0xd0,0x01,0xfd,0x00,0x00
11118 # CHECK: v_cmp_gt_u32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xcc,0xd0,0x01,0xff,0x00,0x00]
11119 0x0a,0x00,0xcc,0xd0,0x01,0xff,0x00,0x00
11121 # CHECK: v_cmp_gt_u32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xcc,0xd0,0x01,0x01,0x01,0x00]
11122 0x0a,0x00,0xcc,0xd0,0x01,0x01,0x01,0x00
11124 # CHECK: v_cmp_gt_u32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xcc,0xd0,0x01,0x83,0x01,0x00]
11125 0x0a,0x00,0xcc,0xd0,0x01,0x83,0x01,0x00
11127 # CHECK: v_cmp_gt_u32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0xcc,0xd0,0x01,0xe1,0x01,0x00]
11128 0x0a,0x00,0xcc,0xd0,0x01,0xe1,0x01,0x00
11130 # CHECK: v_cmp_gt_u32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0xcc,0xd0,0x01,0xef,0x01,0x00]
11131 0x0a,0x00,0xcc,0xd0,0x01,0xef,0x01,0x00
11133 # CHECK: v_cmp_ne_u32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xcd,0xd0,0x01,0x05,0x02,0x00]
11134 0x0a,0x00,0xcd,0xd0,0x01,0x05,0x02,0x00
11136 # CHECK: v_cmp_ne_u32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xcd,0xd0,0x01,0x05,0x02,0x00]
11137 0x0c,0x00,0xcd,0xd0,0x01,0x05,0x02,0x00
11139 # CHECK: v_cmp_ne_u32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xcd,0xd0,0x01,0x05,0x02,0x00]
11140 0x64,0x00,0xcd,0xd0,0x01,0x05,0x02,0x00
11142 # CHECK: v_cmp_ne_u32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xcd,0xd0,0x01,0x05,0x02,0x00]
11143 0x66,0x00,0xcd,0xd0,0x01,0x05,0x02,0x00
11145 # CHECK: v_cmp_ne_u32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xcd,0xd0,0x01,0x05,0x02,0x00]
11146 0x6a,0x00,0xcd,0xd0,0x01,0x05,0x02,0x00
11148 # CHECK: v_cmp_ne_u32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xcd,0xd0,0x01,0x05,0x02,0x00]
11149 0x6c,0x00,0xcd,0xd0,0x01,0x05,0x02,0x00
11151 # CHECK: v_cmp_ne_u32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xcd,0xd0,0x01,0x05,0x02,0x00]
11152 0x6e,0x00,0xcd,0xd0,0x01,0x05,0x02,0x00
11154 # CHECK: v_cmp_ne_u32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xcd,0xd0,0x01,0x05,0x02,0x00]
11155 0x7a,0x00,0xcd,0xd0,0x01,0x05,0x02,0x00
11157 # CHECK: v_cmp_ne_u32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xcd,0xd0,0xff,0x05,0x02,0x00]
11158 0x0a,0x00,0xcd,0xd0,0xff,0x05,0x02,0x00
11160 # CHECK: v_cmp_ne_u32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xcd,0xd0,0x01,0x04,0x02,0x00]
11161 0x0a,0x00,0xcd,0xd0,0x01,0x04,0x02,0x00
11163 # CHECK: v_cmp_ne_u32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xcd,0xd0,0x65,0x04,0x02,0x00]
11164 0x0a,0x00,0xcd,0xd0,0x65,0x04,0x02,0x00
11166 # CHECK: v_cmp_ne_u32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xcd,0xd0,0x66,0x04,0x02,0x00]
11167 0x0a,0x00,0xcd,0xd0,0x66,0x04,0x02,0x00
11169 # CHECK: v_cmp_ne_u32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xcd,0xd0,0x67,0x04,0x02,0x00]
11170 0x0a,0x00,0xcd,0xd0,0x67,0x04,0x02,0x00
11172 # CHECK: v_cmp_ne_u32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xcd,0xd0,0x6a,0x04,0x02,0x00]
11173 0x0a,0x00,0xcd,0xd0,0x6a,0x04,0x02,0x00
11175 # CHECK: v_cmp_ne_u32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xcd,0xd0,0x6b,0x04,0x02,0x00]
11176 0x0a,0x00,0xcd,0xd0,0x6b,0x04,0x02,0x00
11178 # CHECK: v_cmp_ne_u32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xcd,0xd0,0x6c,0x04,0x02,0x00]
11179 0x0a,0x00,0xcd,0xd0,0x6c,0x04,0x02,0x00
11181 # CHECK: v_cmp_ne_u32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xcd,0xd0,0x6d,0x04,0x02,0x00]
11182 0x0a,0x00,0xcd,0xd0,0x6d,0x04,0x02,0x00
11184 # CHECK: v_cmp_ne_u32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xcd,0xd0,0x6e,0x04,0x02,0x00]
11185 0x0a,0x00,0xcd,0xd0,0x6e,0x04,0x02,0x00
11187 # CHECK: v_cmp_ne_u32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xcd,0xd0,0x6f,0x04,0x02,0x00]
11188 0x0a,0x00,0xcd,0xd0,0x6f,0x04,0x02,0x00
11190 # CHECK: v_cmp_ne_u32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xcd,0xd0,0x7b,0x04,0x02,0x00]
11191 0x0a,0x00,0xcd,0xd0,0x7b,0x04,0x02,0x00
11193 # CHECK: v_cmp_ne_u32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xcd,0xd0,0x7c,0x04,0x02,0x00]
11194 0x0a,0x00,0xcd,0xd0,0x7c,0x04,0x02,0x00
11196 # CHECK: v_cmp_ne_u32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xcd,0xd0,0x7e,0x04,0x02,0x00]
11197 0x0a,0x00,0xcd,0xd0,0x7e,0x04,0x02,0x00
11199 # CHECK: v_cmp_ne_u32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xcd,0xd0,0x7f,0x04,0x02,0x00]
11200 0x0a,0x00,0xcd,0xd0,0x7f,0x04,0x02,0x00
11202 # CHECK: v_cmp_ne_u32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xcd,0xd0,0x80,0x04,0x02,0x00]
11203 0x0a,0x00,0xcd,0xd0,0x80,0x04,0x02,0x00
11205 # CHECK: v_cmp_ne_u32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xcd,0xd0,0xc1,0x04,0x02,0x00]
11206 0x0a,0x00,0xcd,0xd0,0xc1,0x04,0x02,0x00
11208 # CHECK: v_cmp_ne_u32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0xcd,0xd0,0xf0,0x04,0x02,0x00]
11209 0x0a,0x00,0xcd,0xd0,0xf0,0x04,0x02,0x00
11211 # CHECK: v_cmp_ne_u32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0xcd,0xd0,0xf7,0x04,0x02,0x00]
11212 0x0a,0x00,0xcd,0xd0,0xf7,0x04,0x02,0x00
11214 # CHECK: v_cmp_ne_u32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xcd,0xd0,0x01,0xff,0x03,0x00]
11215 0x0a,0x00,0xcd,0xd0,0x01,0xff,0x03,0x00
11217 # CHECK: v_cmp_ne_u32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xcd,0xd0,0x01,0x05,0x00,0x00]
11218 0x0a,0x00,0xcd,0xd0,0x01,0x05,0x00,0x00
11220 # CHECK: v_cmp_ne_u32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xcd,0xd0,0x01,0xcb,0x00,0x00]
11221 0x0a,0x00,0xcd,0xd0,0x01,0xcb,0x00,0x00
11223 # CHECK: v_cmp_ne_u32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xcd,0xd0,0x01,0xcd,0x00,0x00]
11224 0x0a,0x00,0xcd,0xd0,0x01,0xcd,0x00,0x00
11226 # CHECK: v_cmp_ne_u32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xcd,0xd0,0x01,0xcf,0x00,0x00]
11227 0x0a,0x00,0xcd,0xd0,0x01,0xcf,0x00,0x00
11229 # CHECK: v_cmp_ne_u32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xcd,0xd0,0x01,0xd5,0x00,0x00]
11230 0x0a,0x00,0xcd,0xd0,0x01,0xd5,0x00,0x00
11232 # CHECK: v_cmp_ne_u32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xcd,0xd0,0x01,0xd7,0x00,0x00]
11233 0x0a,0x00,0xcd,0xd0,0x01,0xd7,0x00,0x00
11235 # CHECK: v_cmp_ne_u32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xcd,0xd0,0x01,0xd9,0x00,0x00]
11236 0x0a,0x00,0xcd,0xd0,0x01,0xd9,0x00,0x00
11238 # CHECK: v_cmp_ne_u32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xcd,0xd0,0x01,0xdb,0x00,0x00]
11239 0x0a,0x00,0xcd,0xd0,0x01,0xdb,0x00,0x00
11241 # CHECK: v_cmp_ne_u32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xcd,0xd0,0x01,0xdd,0x00,0x00]
11242 0x0a,0x00,0xcd,0xd0,0x01,0xdd,0x00,0x00
11244 # CHECK: v_cmp_ne_u32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xcd,0xd0,0x01,0xdf,0x00,0x00]
11245 0x0a,0x00,0xcd,0xd0,0x01,0xdf,0x00,0x00
11247 # CHECK: v_cmp_ne_u32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xcd,0xd0,0x01,0xf7,0x00,0x00]
11248 0x0a,0x00,0xcd,0xd0,0x01,0xf7,0x00,0x00
11250 # CHECK: v_cmp_ne_u32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xcd,0xd0,0x01,0xf9,0x00,0x00]
11251 0x0a,0x00,0xcd,0xd0,0x01,0xf9,0x00,0x00
11253 # CHECK: v_cmp_ne_u32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xcd,0xd0,0x01,0xfd,0x00,0x00]
11254 0x0a,0x00,0xcd,0xd0,0x01,0xfd,0x00,0x00
11256 # CHECK: v_cmp_ne_u32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xcd,0xd0,0x01,0xff,0x00,0x00]
11257 0x0a,0x00,0xcd,0xd0,0x01,0xff,0x00,0x00
11259 # CHECK: v_cmp_ne_u32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xcd,0xd0,0x01,0x01,0x01,0x00]
11260 0x0a,0x00,0xcd,0xd0,0x01,0x01,0x01,0x00
11262 # CHECK: v_cmp_ne_u32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xcd,0xd0,0x01,0x83,0x01,0x00]
11263 0x0a,0x00,0xcd,0xd0,0x01,0x83,0x01,0x00
11265 # CHECK: v_cmp_ne_u32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0xcd,0xd0,0x01,0xe1,0x01,0x00]
11266 0x0a,0x00,0xcd,0xd0,0x01,0xe1,0x01,0x00
11268 # CHECK: v_cmp_ne_u32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0xcd,0xd0,0x01,0xef,0x01,0x00]
11269 0x0a,0x00,0xcd,0xd0,0x01,0xef,0x01,0x00
11271 # CHECK: v_cmp_ge_u32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xce,0xd0,0x01,0x05,0x02,0x00]
11272 0x0a,0x00,0xce,0xd0,0x01,0x05,0x02,0x00
11274 # CHECK: v_cmp_ge_u32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xce,0xd0,0x01,0x05,0x02,0x00]
11275 0x0c,0x00,0xce,0xd0,0x01,0x05,0x02,0x00
11277 # CHECK: v_cmp_ge_u32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xce,0xd0,0x01,0x05,0x02,0x00]
11278 0x64,0x00,0xce,0xd0,0x01,0x05,0x02,0x00
11280 # CHECK: v_cmp_ge_u32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xce,0xd0,0x01,0x05,0x02,0x00]
11281 0x66,0x00,0xce,0xd0,0x01,0x05,0x02,0x00
11283 # CHECK: v_cmp_ge_u32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xce,0xd0,0x01,0x05,0x02,0x00]
11284 0x6a,0x00,0xce,0xd0,0x01,0x05,0x02,0x00
11286 # CHECK: v_cmp_ge_u32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xce,0xd0,0x01,0x05,0x02,0x00]
11287 0x6c,0x00,0xce,0xd0,0x01,0x05,0x02,0x00
11289 # CHECK: v_cmp_ge_u32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xce,0xd0,0x01,0x05,0x02,0x00]
11290 0x6e,0x00,0xce,0xd0,0x01,0x05,0x02,0x00
11292 # CHECK: v_cmp_ge_u32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xce,0xd0,0x01,0x05,0x02,0x00]
11293 0x7a,0x00,0xce,0xd0,0x01,0x05,0x02,0x00
11295 # CHECK: v_cmp_ge_u32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xce,0xd0,0xff,0x05,0x02,0x00]
11296 0x0a,0x00,0xce,0xd0,0xff,0x05,0x02,0x00
11298 # CHECK: v_cmp_ge_u32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xce,0xd0,0x01,0x04,0x02,0x00]
11299 0x0a,0x00,0xce,0xd0,0x01,0x04,0x02,0x00
11301 # CHECK: v_cmp_ge_u32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xce,0xd0,0x65,0x04,0x02,0x00]
11302 0x0a,0x00,0xce,0xd0,0x65,0x04,0x02,0x00
11304 # CHECK: v_cmp_ge_u32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xce,0xd0,0x66,0x04,0x02,0x00]
11305 0x0a,0x00,0xce,0xd0,0x66,0x04,0x02,0x00
11307 # CHECK: v_cmp_ge_u32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xce,0xd0,0x67,0x04,0x02,0x00]
11308 0x0a,0x00,0xce,0xd0,0x67,0x04,0x02,0x00
11310 # CHECK: v_cmp_ge_u32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xce,0xd0,0x6a,0x04,0x02,0x00]
11311 0x0a,0x00,0xce,0xd0,0x6a,0x04,0x02,0x00
11313 # CHECK: v_cmp_ge_u32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xce,0xd0,0x6b,0x04,0x02,0x00]
11314 0x0a,0x00,0xce,0xd0,0x6b,0x04,0x02,0x00
11316 # CHECK: v_cmp_ge_u32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xce,0xd0,0x6c,0x04,0x02,0x00]
11317 0x0a,0x00,0xce,0xd0,0x6c,0x04,0x02,0x00
11319 # CHECK: v_cmp_ge_u32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xce,0xd0,0x6d,0x04,0x02,0x00]
11320 0x0a,0x00,0xce,0xd0,0x6d,0x04,0x02,0x00
11322 # CHECK: v_cmp_ge_u32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xce,0xd0,0x6e,0x04,0x02,0x00]
11323 0x0a,0x00,0xce,0xd0,0x6e,0x04,0x02,0x00
11325 # CHECK: v_cmp_ge_u32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xce,0xd0,0x6f,0x04,0x02,0x00]
11326 0x0a,0x00,0xce,0xd0,0x6f,0x04,0x02,0x00
11328 # CHECK: v_cmp_ge_u32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xce,0xd0,0x7b,0x04,0x02,0x00]
11329 0x0a,0x00,0xce,0xd0,0x7b,0x04,0x02,0x00
11331 # CHECK: v_cmp_ge_u32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xce,0xd0,0x7c,0x04,0x02,0x00]
11332 0x0a,0x00,0xce,0xd0,0x7c,0x04,0x02,0x00
11334 # CHECK: v_cmp_ge_u32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xce,0xd0,0x7e,0x04,0x02,0x00]
11335 0x0a,0x00,0xce,0xd0,0x7e,0x04,0x02,0x00
11337 # CHECK: v_cmp_ge_u32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xce,0xd0,0x7f,0x04,0x02,0x00]
11338 0x0a,0x00,0xce,0xd0,0x7f,0x04,0x02,0x00
11340 # CHECK: v_cmp_ge_u32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xce,0xd0,0x80,0x04,0x02,0x00]
11341 0x0a,0x00,0xce,0xd0,0x80,0x04,0x02,0x00
11343 # CHECK: v_cmp_ge_u32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xce,0xd0,0xc1,0x04,0x02,0x00]
11344 0x0a,0x00,0xce,0xd0,0xc1,0x04,0x02,0x00
11346 # CHECK: v_cmp_ge_u32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0xce,0xd0,0xf0,0x04,0x02,0x00]
11347 0x0a,0x00,0xce,0xd0,0xf0,0x04,0x02,0x00
11349 # CHECK: v_cmp_ge_u32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0xce,0xd0,0xf7,0x04,0x02,0x00]
11350 0x0a,0x00,0xce,0xd0,0xf7,0x04,0x02,0x00
11352 # CHECK: v_cmp_ge_u32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xce,0xd0,0x01,0xff,0x03,0x00]
11353 0x0a,0x00,0xce,0xd0,0x01,0xff,0x03,0x00
11355 # CHECK: v_cmp_ge_u32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xce,0xd0,0x01,0x05,0x00,0x00]
11356 0x0a,0x00,0xce,0xd0,0x01,0x05,0x00,0x00
11358 # CHECK: v_cmp_ge_u32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xce,0xd0,0x01,0xcb,0x00,0x00]
11359 0x0a,0x00,0xce,0xd0,0x01,0xcb,0x00,0x00
11361 # CHECK: v_cmp_ge_u32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xce,0xd0,0x01,0xcd,0x00,0x00]
11362 0x0a,0x00,0xce,0xd0,0x01,0xcd,0x00,0x00
11364 # CHECK: v_cmp_ge_u32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xce,0xd0,0x01,0xcf,0x00,0x00]
11365 0x0a,0x00,0xce,0xd0,0x01,0xcf,0x00,0x00
11367 # CHECK: v_cmp_ge_u32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xce,0xd0,0x01,0xd5,0x00,0x00]
11368 0x0a,0x00,0xce,0xd0,0x01,0xd5,0x00,0x00
11370 # CHECK: v_cmp_ge_u32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xce,0xd0,0x01,0xd7,0x00,0x00]
11371 0x0a,0x00,0xce,0xd0,0x01,0xd7,0x00,0x00
11373 # CHECK: v_cmp_ge_u32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xce,0xd0,0x01,0xd9,0x00,0x00]
11374 0x0a,0x00,0xce,0xd0,0x01,0xd9,0x00,0x00
11376 # CHECK: v_cmp_ge_u32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xce,0xd0,0x01,0xdb,0x00,0x00]
11377 0x0a,0x00,0xce,0xd0,0x01,0xdb,0x00,0x00
11379 # CHECK: v_cmp_ge_u32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xce,0xd0,0x01,0xdd,0x00,0x00]
11380 0x0a,0x00,0xce,0xd0,0x01,0xdd,0x00,0x00
11382 # CHECK: v_cmp_ge_u32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xce,0xd0,0x01,0xdf,0x00,0x00]
11383 0x0a,0x00,0xce,0xd0,0x01,0xdf,0x00,0x00
11385 # CHECK: v_cmp_ge_u32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xce,0xd0,0x01,0xf7,0x00,0x00]
11386 0x0a,0x00,0xce,0xd0,0x01,0xf7,0x00,0x00
11388 # CHECK: v_cmp_ge_u32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xce,0xd0,0x01,0xf9,0x00,0x00]
11389 0x0a,0x00,0xce,0xd0,0x01,0xf9,0x00,0x00
11391 # CHECK: v_cmp_ge_u32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xce,0xd0,0x01,0xfd,0x00,0x00]
11392 0x0a,0x00,0xce,0xd0,0x01,0xfd,0x00,0x00
11394 # CHECK: v_cmp_ge_u32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xce,0xd0,0x01,0xff,0x00,0x00]
11395 0x0a,0x00,0xce,0xd0,0x01,0xff,0x00,0x00
11397 # CHECK: v_cmp_ge_u32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xce,0xd0,0x01,0x01,0x01,0x00]
11398 0x0a,0x00,0xce,0xd0,0x01,0x01,0x01,0x00
11400 # CHECK: v_cmp_ge_u32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xce,0xd0,0x01,0x83,0x01,0x00]
11401 0x0a,0x00,0xce,0xd0,0x01,0x83,0x01,0x00
11403 # CHECK: v_cmp_ge_u32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0xce,0xd0,0x01,0xe1,0x01,0x00]
11404 0x0a,0x00,0xce,0xd0,0x01,0xe1,0x01,0x00
11406 # CHECK: v_cmp_ge_u32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0xce,0xd0,0x01,0xef,0x01,0x00]
11407 0x0a,0x00,0xce,0xd0,0x01,0xef,0x01,0x00
11409 # CHECK: v_cmp_t_u32_e64 s[10:11], v1, v2 ; encoding: [0x0a,0x00,0xcf,0xd0,0x01,0x05,0x02,0x00]
11410 0x0a,0x00,0xcf,0xd0,0x01,0x05,0x02,0x00
11412 # CHECK: v_cmp_t_u32_e64 s[12:13], v1, v2 ; encoding: [0x0c,0x00,0xcf,0xd0,0x01,0x05,0x02,0x00]
11413 0x0c,0x00,0xcf,0xd0,0x01,0x05,0x02,0x00
11415 # CHECK: v_cmp_t_u32_e64 s[100:101], v1, v2 ; encoding: [0x64,0x00,0xcf,0xd0,0x01,0x05,0x02,0x00]
11416 0x64,0x00,0xcf,0xd0,0x01,0x05,0x02,0x00
11418 # CHECK: v_cmp_t_u32_e64 flat_scratch, v1, v2 ; encoding: [0x66,0x00,0xcf,0xd0,0x01,0x05,0x02,0x00]
11419 0x66,0x00,0xcf,0xd0,0x01,0x05,0x02,0x00
11421 # CHECK: v_cmp_t_u32_e64 vcc, v1, v2 ; encoding: [0x6a,0x00,0xcf,0xd0,0x01,0x05,0x02,0x00]
11422 0x6a,0x00,0xcf,0xd0,0x01,0x05,0x02,0x00
11424 # CHECK: v_cmp_t_u32_e64 tba, v1, v2 ; encoding: [0x6c,0x00,0xcf,0xd0,0x01,0x05,0x02,0x00]
11425 0x6c,0x00,0xcf,0xd0,0x01,0x05,0x02,0x00
11427 # CHECK: v_cmp_t_u32_e64 tma, v1, v2 ; encoding: [0x6e,0x00,0xcf,0xd0,0x01,0x05,0x02,0x00]
11428 0x6e,0x00,0xcf,0xd0,0x01,0x05,0x02,0x00
11430 # CHECK: v_cmp_t_u32_e64 ttmp[10:11], v1, v2 ; encoding: [0x7a,0x00,0xcf,0xd0,0x01,0x05,0x02,0x00]
11431 0x7a,0x00,0xcf,0xd0,0x01,0x05,0x02,0x00
11433 # CHECK: v_cmp_t_u32_e64 s[10:11], v255, v2 ; encoding: [0x0a,0x00,0xcf,0xd0,0xff,0x05,0x02,0x00]
11434 0x0a,0x00,0xcf,0xd0,0xff,0x05,0x02,0x00
11436 # CHECK: v_cmp_t_u32_e64 s[10:11], s1, v2 ; encoding: [0x0a,0x00,0xcf,0xd0,0x01,0x04,0x02,0x00]
11437 0x0a,0x00,0xcf,0xd0,0x01,0x04,0x02,0x00
11439 # CHECK: v_cmp_t_u32_e64 s[10:11], s101, v2 ; encoding: [0x0a,0x00,0xcf,0xd0,0x65,0x04,0x02,0x00]
11440 0x0a,0x00,0xcf,0xd0,0x65,0x04,0x02,0x00
11442 # CHECK: v_cmp_t_u32_e64 s[10:11], flat_scratch_lo, v2 ; encoding: [0x0a,0x00,0xcf,0xd0,0x66,0x04,0x02,0x00]
11443 0x0a,0x00,0xcf,0xd0,0x66,0x04,0x02,0x00
11445 # CHECK: v_cmp_t_u32_e64 s[10:11], flat_scratch_hi, v2 ; encoding: [0x0a,0x00,0xcf,0xd0,0x67,0x04,0x02,0x00]
11446 0x0a,0x00,0xcf,0xd0,0x67,0x04,0x02,0x00
11448 # CHECK: v_cmp_t_u32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0xcf,0xd0,0x6a,0x04,0x02,0x00]
11449 0x0a,0x00,0xcf,0xd0,0x6a,0x04,0x02,0x00
11451 # CHECK: v_cmp_t_u32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0xcf,0xd0,0x6b,0x04,0x02,0x00]
11452 0x0a,0x00,0xcf,0xd0,0x6b,0x04,0x02,0x00
11454 # CHECK: v_cmp_t_u32_e64 s[10:11], tba_lo, v2 ; encoding: [0x0a,0x00,0xcf,0xd0,0x6c,0x04,0x02,0x00]
11455 0x0a,0x00,0xcf,0xd0,0x6c,0x04,0x02,0x00
11457 # CHECK: v_cmp_t_u32_e64 s[10:11], tba_hi, v2 ; encoding: [0x0a,0x00,0xcf,0xd0,0x6d,0x04,0x02,0x00]
11458 0x0a,0x00,0xcf,0xd0,0x6d,0x04,0x02,0x00
11460 # CHECK: v_cmp_t_u32_e64 s[10:11], tma_lo, v2 ; encoding: [0x0a,0x00,0xcf,0xd0,0x6e,0x04,0x02,0x00]
11461 0x0a,0x00,0xcf,0xd0,0x6e,0x04,0x02,0x00
11463 # CHECK: v_cmp_t_u32_e64 s[10:11], tma_hi, v2 ; encoding: [0x0a,0x00,0xcf,0xd0,0x6f,0x04,0x02,0x00]
11464 0x0a,0x00,0xcf,0xd0,0x6f,0x04,0x02,0x00
11466 # CHECK: v_cmp_t_u32_e64 s[10:11], ttmp11, v2 ; encoding: [0x0a,0x00,0xcf,0xd0,0x7b,0x04,0x02,0x00]
11467 0x0a,0x00,0xcf,0xd0,0x7b,0x04,0x02,0x00
11469 # CHECK: v_cmp_t_u32_e64 s[10:11], m0, v2 ; encoding: [0x0a,0x00,0xcf,0xd0,0x7c,0x04,0x02,0x00]
11470 0x0a,0x00,0xcf,0xd0,0x7c,0x04,0x02,0x00
11472 # CHECK: v_cmp_t_u32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xcf,0xd0,0x7e,0x04,0x02,0x00]
11473 0x0a,0x00,0xcf,0xd0,0x7e,0x04,0x02,0x00
11475 # CHECK: v_cmp_t_u32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xcf,0xd0,0x7f,0x04,0x02,0x00]
11476 0x0a,0x00,0xcf,0xd0,0x7f,0x04,0x02,0x00
11478 # CHECK: v_cmp_t_u32_e64 s[10:11], 0, v2 ; encoding: [0x0a,0x00,0xcf,0xd0,0x80,0x04,0x02,0x00]
11479 0x0a,0x00,0xcf,0xd0,0x80,0x04,0x02,0x00
11481 # CHECK: v_cmp_t_u32_e64 s[10:11], -1, v2 ; encoding: [0x0a,0x00,0xcf,0xd0,0xc1,0x04,0x02,0x00]
11482 0x0a,0x00,0xcf,0xd0,0xc1,0x04,0x02,0x00
11484 # CHECK: v_cmp_t_u32_e64 s[10:11], 0.5, v2 ; encoding: [0x0a,0x00,0xcf,0xd0,0xf0,0x04,0x02,0x00]
11485 0x0a,0x00,0xcf,0xd0,0xf0,0x04,0x02,0x00
11487 # CHECK: v_cmp_t_u32_e64 s[10:11], -4.0, v2 ; encoding: [0x0a,0x00,0xcf,0xd0,0xf7,0x04,0x02,0x00]
11488 0x0a,0x00,0xcf,0xd0,0xf7,0x04,0x02,0x00
11490 # CHECK: v_cmp_t_u32_e64 s[10:11], v1, v255 ; encoding: [0x0a,0x00,0xcf,0xd0,0x01,0xff,0x03,0x00]
11491 0x0a,0x00,0xcf,0xd0,0x01,0xff,0x03,0x00
11493 # CHECK: v_cmp_t_u32_e64 s[10:11], v1, s2 ; encoding: [0x0a,0x00,0xcf,0xd0,0x01,0x05,0x00,0x00]
11494 0x0a,0x00,0xcf,0xd0,0x01,0x05,0x00,0x00
11496 # CHECK: v_cmp_t_u32_e64 s[10:11], v1, s101 ; encoding: [0x0a,0x00,0xcf,0xd0,0x01,0xcb,0x00,0x00]
11497 0x0a,0x00,0xcf,0xd0,0x01,0xcb,0x00,0x00
11499 # CHECK: v_cmp_t_u32_e64 s[10:11], v1, flat_scratch_lo ; encoding: [0x0a,0x00,0xcf,0xd0,0x01,0xcd,0x00,0x00]
11500 0x0a,0x00,0xcf,0xd0,0x01,0xcd,0x00,0x00
11502 # CHECK: v_cmp_t_u32_e64 s[10:11], v1, flat_scratch_hi ; encoding: [0x0a,0x00,0xcf,0xd0,0x01,0xcf,0x00,0x00]
11503 0x0a,0x00,0xcf,0xd0,0x01,0xcf,0x00,0x00
11505 # CHECK: v_cmp_t_u32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0xcf,0xd0,0x01,0xd5,0x00,0x00]
11506 0x0a,0x00,0xcf,0xd0,0x01,0xd5,0x00,0x00
11508 # CHECK: v_cmp_t_u32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0xcf,0xd0,0x01,0xd7,0x00,0x00]
11509 0x0a,0x00,0xcf,0xd0,0x01,0xd7,0x00,0x00
11511 # CHECK: v_cmp_t_u32_e64 s[10:11], v1, tba_lo ; encoding: [0x0a,0x00,0xcf,0xd0,0x01,0xd9,0x00,0x00]
11512 0x0a,0x00,0xcf,0xd0,0x01,0xd9,0x00,0x00
11514 # CHECK: v_cmp_t_u32_e64 s[10:11], v1, tba_hi ; encoding: [0x0a,0x00,0xcf,0xd0,0x01,0xdb,0x00,0x00]
11515 0x0a,0x00,0xcf,0xd0,0x01,0xdb,0x00,0x00
11517 # CHECK: v_cmp_t_u32_e64 s[10:11], v1, tma_lo ; encoding: [0x0a,0x00,0xcf,0xd0,0x01,0xdd,0x00,0x00]
11518 0x0a,0x00,0xcf,0xd0,0x01,0xdd,0x00,0x00
11520 # CHECK: v_cmp_t_u32_e64 s[10:11], v1, tma_hi ; encoding: [0x0a,0x00,0xcf,0xd0,0x01,0xdf,0x00,0x00]
11521 0x0a,0x00,0xcf,0xd0,0x01,0xdf,0x00,0x00
11523 # CHECK: v_cmp_t_u32_e64 s[10:11], v1, ttmp11 ; encoding: [0x0a,0x00,0xcf,0xd0,0x01,0xf7,0x00,0x00]
11524 0x0a,0x00,0xcf,0xd0,0x01,0xf7,0x00,0x00
11526 # CHECK: v_cmp_t_u32_e64 s[10:11], v1, m0 ; encoding: [0x0a,0x00,0xcf,0xd0,0x01,0xf9,0x00,0x00]
11527 0x0a,0x00,0xcf,0xd0,0x01,0xf9,0x00,0x00
11529 # CHECK: v_cmp_t_u32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xcf,0xd0,0x01,0xfd,0x00,0x00]
11530 0x0a,0x00,0xcf,0xd0,0x01,0xfd,0x00,0x00
11532 # CHECK: v_cmp_t_u32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xcf,0xd0,0x01,0xff,0x00,0x00]
11533 0x0a,0x00,0xcf,0xd0,0x01,0xff,0x00,0x00
11535 # CHECK: v_cmp_t_u32_e64 s[10:11], v1, 0 ; encoding: [0x0a,0x00,0xcf,0xd0,0x01,0x01,0x01,0x00]
11536 0x0a,0x00,0xcf,0xd0,0x01,0x01,0x01,0x00
11538 # CHECK: v_cmp_t_u32_e64 s[10:11], v1, -1 ; encoding: [0x0a,0x00,0xcf,0xd0,0x01,0x83,0x01,0x00]
11539 0x0a,0x00,0xcf,0xd0,0x01,0x83,0x01,0x00
11541 # CHECK: v_cmp_t_u32_e64 s[10:11], v1, 0.5 ; encoding: [0x0a,0x00,0xcf,0xd0,0x01,0xe1,0x01,0x00]
11542 0x0a,0x00,0xcf,0xd0,0x01,0xe1,0x01,0x00
11544 # CHECK: v_cmp_t_u32_e64 s[10:11], v1, -4.0 ; encoding: [0x0a,0x00,0xcf,0xd0,0x01,0xef,0x01,0x00]
11545 0x0a,0x00,0xcf,0xd0,0x01,0xef,0x01,0x00
11547 # CHECK: v_cmp_f_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd0,0x01,0x05,0x02,0x00]
11548 0x0a,0x00,0xe0,0xd0,0x01,0x05,0x02,0x00
11550 # CHECK: v_cmp_f_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe0,0xd0,0x01,0x05,0x02,0x00]
11551 0x0c,0x00,0xe0,0xd0,0x01,0x05,0x02,0x00
11553 # CHECK: v_cmp_f_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe0,0xd0,0x01,0x05,0x02,0x00]
11554 0x64,0x00,0xe0,0xd0,0x01,0x05,0x02,0x00
11556 # CHECK: v_cmp_f_i64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0xe0,0xd0,0x01,0x05,0x02,0x00]
11557 0x66,0x00,0xe0,0xd0,0x01,0x05,0x02,0x00
11559 # CHECK: v_cmp_f_i64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe0,0xd0,0x01,0x05,0x02,0x00]
11560 0x6a,0x00,0xe0,0xd0,0x01,0x05,0x02,0x00
11562 # CHECK: v_cmp_f_i64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0xe0,0xd0,0x01,0x05,0x02,0x00]
11563 0x6c,0x00,0xe0,0xd0,0x01,0x05,0x02,0x00
11565 # CHECK: v_cmp_f_i64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0xe0,0xd0,0x01,0x05,0x02,0x00]
11566 0x6e,0x00,0xe0,0xd0,0x01,0x05,0x02,0x00
11568 # CHECK: v_cmp_f_i64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0xe0,0xd0,0x01,0x05,0x02,0x00]
11569 0x7a,0x00,0xe0,0xd0,0x01,0x05,0x02,0x00
11571 # CHECK: v_cmp_f_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd0,0xfe,0x05,0x02,0x00]
11572 0x0a,0x00,0xe0,0xd0,0xfe,0x05,0x02,0x00
11574 # CHECK: v_cmp_f_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd0,0x02,0x04,0x02,0x00]
11575 0x0a,0x00,0xe0,0xd0,0x02,0x04,0x02,0x00
11577 # CHECK: v_cmp_f_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd0,0x04,0x04,0x02,0x00]
11578 0x0a,0x00,0xe0,0xd0,0x04,0x04,0x02,0x00
11580 # CHECK: v_cmp_f_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd0,0x64,0x04,0x02,0x00]
11581 0x0a,0x00,0xe0,0xd0,0x64,0x04,0x02,0x00
11583 # CHECK: v_cmp_f_i64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd0,0x66,0x04,0x02,0x00]
11584 0x0a,0x00,0xe0,0xd0,0x66,0x04,0x02,0x00
11586 # CHECK: v_cmp_f_i64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd0,0x6a,0x04,0x02,0x00]
11587 0x0a,0x00,0xe0,0xd0,0x6a,0x04,0x02,0x00
11589 # CHECK: v_cmp_f_i64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd0,0x6c,0x04,0x02,0x00]
11590 0x0a,0x00,0xe0,0xd0,0x6c,0x04,0x02,0x00
11592 # CHECK: v_cmp_f_i64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd0,0x6e,0x04,0x02,0x00]
11593 0x0a,0x00,0xe0,0xd0,0x6e,0x04,0x02,0x00
11595 # CHECK: v_cmp_f_i64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd0,0x7a,0x04,0x02,0x00]
11596 0x0a,0x00,0xe0,0xd0,0x7a,0x04,0x02,0x00
11598 # CHECK: v_cmp_f_i64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd0,0x7e,0x04,0x02,0x00]
11599 0x0a,0x00,0xe0,0xd0,0x7e,0x04,0x02,0x00
11601 # CHECK: v_cmp_f_i64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd0,0x80,0x04,0x02,0x00]
11602 0x0a,0x00,0xe0,0xd0,0x80,0x04,0x02,0x00
11604 # CHECK: v_cmp_f_i64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd0,0xc1,0x04,0x02,0x00]
11605 0x0a,0x00,0xe0,0xd0,0xc1,0x04,0x02,0x00
11607 # CHECK: v_cmp_f_i64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd0,0xf0,0x04,0x02,0x00]
11608 0x0a,0x00,0xe0,0xd0,0xf0,0x04,0x02,0x00
11610 # CHECK: v_cmp_f_i64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd0,0xf7,0x04,0x02,0x00]
11611 0x0a,0x00,0xe0,0xd0,0xf7,0x04,0x02,0x00
11613 # CHECK: v_cmp_f_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe0,0xd0,0x01,0xfd,0x03,0x00]
11614 0x0a,0x00,0xe0,0xd0,0x01,0xfd,0x03,0x00
11616 # CHECK: v_cmp_f_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe0,0xd0,0x01,0x09,0x00,0x00]
11617 0x0a,0x00,0xe0,0xd0,0x01,0x09,0x00,0x00
11619 # CHECK: v_cmp_f_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe0,0xd0,0x01,0x0d,0x00,0x00]
11620 0x0a,0x00,0xe0,0xd0,0x01,0x0d,0x00,0x00
11622 # CHECK: v_cmp_f_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe0,0xd0,0x01,0xc9,0x00,0x00]
11623 0x0a,0x00,0xe0,0xd0,0x01,0xc9,0x00,0x00
11625 # CHECK: v_cmp_f_i64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0xe0,0xd0,0x01,0xcd,0x00,0x00]
11626 0x0a,0x00,0xe0,0xd0,0x01,0xcd,0x00,0x00
11628 # CHECK: v_cmp_f_i64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0xe0,0xd0,0x01,0xd5,0x00,0x00]
11629 0x0a,0x00,0xe0,0xd0,0x01,0xd5,0x00,0x00
11631 # CHECK: v_cmp_f_i64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0xe0,0xd0,0x01,0xd9,0x00,0x00]
11632 0x0a,0x00,0xe0,0xd0,0x01,0xd9,0x00,0x00
11634 # CHECK: v_cmp_f_i64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0xe0,0xd0,0x01,0xdd,0x00,0x00]
11635 0x0a,0x00,0xe0,0xd0,0x01,0xdd,0x00,0x00
11637 # CHECK: v_cmp_f_i64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0xe0,0xd0,0x01,0xf5,0x00,0x00]
11638 0x0a,0x00,0xe0,0xd0,0x01,0xf5,0x00,0x00
11640 # CHECK: v_cmp_f_i64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe0,0xd0,0x01,0xfd,0x00,0x00]
11641 0x0a,0x00,0xe0,0xd0,0x01,0xfd,0x00,0x00
11643 # CHECK: v_cmp_f_i64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0xe0,0xd0,0x01,0x01,0x01,0x00]
11644 0x0a,0x00,0xe0,0xd0,0x01,0x01,0x01,0x00
11646 # CHECK: v_cmp_f_i64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0xe0,0xd0,0x01,0x83,0x01,0x00]
11647 0x0a,0x00,0xe0,0xd0,0x01,0x83,0x01,0x00
11649 # CHECK: v_cmp_f_i64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0xe0,0xd0,0x01,0xe1,0x01,0x00]
11650 0x0a,0x00,0xe0,0xd0,0x01,0xe1,0x01,0x00
11652 # CHECK: v_cmp_f_i64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe0,0xd0,0x01,0xef,0x01,0x00]
11653 0x0a,0x00,0xe0,0xd0,0x01,0xef,0x01,0x00
11655 # CHECK: v_cmp_lt_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd0,0x01,0x05,0x02,0x00]
11656 0x0a,0x00,0xe1,0xd0,0x01,0x05,0x02,0x00
11658 # CHECK: v_cmp_lt_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe1,0xd0,0x01,0x05,0x02,0x00]
11659 0x0c,0x00,0xe1,0xd0,0x01,0x05,0x02,0x00
11661 # CHECK: v_cmp_lt_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe1,0xd0,0x01,0x05,0x02,0x00]
11662 0x64,0x00,0xe1,0xd0,0x01,0x05,0x02,0x00
11664 # CHECK: v_cmp_lt_i64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0xe1,0xd0,0x01,0x05,0x02,0x00]
11665 0x66,0x00,0xe1,0xd0,0x01,0x05,0x02,0x00
11667 # CHECK: v_cmp_lt_i64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe1,0xd0,0x01,0x05,0x02,0x00]
11668 0x6a,0x00,0xe1,0xd0,0x01,0x05,0x02,0x00
11670 # CHECK: v_cmp_lt_i64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0xe1,0xd0,0x01,0x05,0x02,0x00]
11671 0x6c,0x00,0xe1,0xd0,0x01,0x05,0x02,0x00
11673 # CHECK: v_cmp_lt_i64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0xe1,0xd0,0x01,0x05,0x02,0x00]
11674 0x6e,0x00,0xe1,0xd0,0x01,0x05,0x02,0x00
11676 # CHECK: v_cmp_lt_i64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0xe1,0xd0,0x01,0x05,0x02,0x00]
11677 0x7a,0x00,0xe1,0xd0,0x01,0x05,0x02,0x00
11679 # CHECK: v_cmp_lt_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd0,0xfe,0x05,0x02,0x00]
11680 0x0a,0x00,0xe1,0xd0,0xfe,0x05,0x02,0x00
11682 # CHECK: v_cmp_lt_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd0,0x02,0x04,0x02,0x00]
11683 0x0a,0x00,0xe1,0xd0,0x02,0x04,0x02,0x00
11685 # CHECK: v_cmp_lt_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd0,0x04,0x04,0x02,0x00]
11686 0x0a,0x00,0xe1,0xd0,0x04,0x04,0x02,0x00
11688 # CHECK: v_cmp_lt_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd0,0x64,0x04,0x02,0x00]
11689 0x0a,0x00,0xe1,0xd0,0x64,0x04,0x02,0x00
11691 # CHECK: v_cmp_lt_i64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd0,0x66,0x04,0x02,0x00]
11692 0x0a,0x00,0xe1,0xd0,0x66,0x04,0x02,0x00
11694 # CHECK: v_cmp_lt_i64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd0,0x6a,0x04,0x02,0x00]
11695 0x0a,0x00,0xe1,0xd0,0x6a,0x04,0x02,0x00
11697 # CHECK: v_cmp_lt_i64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd0,0x6c,0x04,0x02,0x00]
11698 0x0a,0x00,0xe1,0xd0,0x6c,0x04,0x02,0x00
11700 # CHECK: v_cmp_lt_i64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd0,0x6e,0x04,0x02,0x00]
11701 0x0a,0x00,0xe1,0xd0,0x6e,0x04,0x02,0x00
11703 # CHECK: v_cmp_lt_i64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd0,0x7a,0x04,0x02,0x00]
11704 0x0a,0x00,0xe1,0xd0,0x7a,0x04,0x02,0x00
11706 # CHECK: v_cmp_lt_i64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd0,0x7e,0x04,0x02,0x00]
11707 0x0a,0x00,0xe1,0xd0,0x7e,0x04,0x02,0x00
11709 # CHECK: v_cmp_lt_i64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd0,0x80,0x04,0x02,0x00]
11710 0x0a,0x00,0xe1,0xd0,0x80,0x04,0x02,0x00
11712 # CHECK: v_cmp_lt_i64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd0,0xc1,0x04,0x02,0x00]
11713 0x0a,0x00,0xe1,0xd0,0xc1,0x04,0x02,0x00
11715 # CHECK: v_cmp_lt_i64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd0,0xf0,0x04,0x02,0x00]
11716 0x0a,0x00,0xe1,0xd0,0xf0,0x04,0x02,0x00
11718 # CHECK: v_cmp_lt_i64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd0,0xf7,0x04,0x02,0x00]
11719 0x0a,0x00,0xe1,0xd0,0xf7,0x04,0x02,0x00
11721 # CHECK: v_cmp_lt_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe1,0xd0,0x01,0xfd,0x03,0x00]
11722 0x0a,0x00,0xe1,0xd0,0x01,0xfd,0x03,0x00
11724 # CHECK: v_cmp_lt_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe1,0xd0,0x01,0x09,0x00,0x00]
11725 0x0a,0x00,0xe1,0xd0,0x01,0x09,0x00,0x00
11727 # CHECK: v_cmp_lt_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe1,0xd0,0x01,0x0d,0x00,0x00]
11728 0x0a,0x00,0xe1,0xd0,0x01,0x0d,0x00,0x00
11730 # CHECK: v_cmp_lt_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe1,0xd0,0x01,0xc9,0x00,0x00]
11731 0x0a,0x00,0xe1,0xd0,0x01,0xc9,0x00,0x00
11733 # CHECK: v_cmp_lt_i64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0xe1,0xd0,0x01,0xcd,0x00,0x00]
11734 0x0a,0x00,0xe1,0xd0,0x01,0xcd,0x00,0x00
11736 # CHECK: v_cmp_lt_i64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0xe1,0xd0,0x01,0xd5,0x00,0x00]
11737 0x0a,0x00,0xe1,0xd0,0x01,0xd5,0x00,0x00
11739 # CHECK: v_cmp_lt_i64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0xe1,0xd0,0x01,0xd9,0x00,0x00]
11740 0x0a,0x00,0xe1,0xd0,0x01,0xd9,0x00,0x00
11742 # CHECK: v_cmp_lt_i64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0xe1,0xd0,0x01,0xdd,0x00,0x00]
11743 0x0a,0x00,0xe1,0xd0,0x01,0xdd,0x00,0x00
11745 # CHECK: v_cmp_lt_i64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0xe1,0xd0,0x01,0xf5,0x00,0x00]
11746 0x0a,0x00,0xe1,0xd0,0x01,0xf5,0x00,0x00
11748 # CHECK: v_cmp_lt_i64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe1,0xd0,0x01,0xfd,0x00,0x00]
11749 0x0a,0x00,0xe1,0xd0,0x01,0xfd,0x00,0x00
11751 # CHECK: v_cmp_lt_i64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0xe1,0xd0,0x01,0x01,0x01,0x00]
11752 0x0a,0x00,0xe1,0xd0,0x01,0x01,0x01,0x00
11754 # CHECK: v_cmp_lt_i64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0xe1,0xd0,0x01,0x83,0x01,0x00]
11755 0x0a,0x00,0xe1,0xd0,0x01,0x83,0x01,0x00
11757 # CHECK: v_cmp_lt_i64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0xe1,0xd0,0x01,0xe1,0x01,0x00]
11758 0x0a,0x00,0xe1,0xd0,0x01,0xe1,0x01,0x00
11760 # CHECK: v_cmp_lt_i64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe1,0xd0,0x01,0xef,0x01,0x00]
11761 0x0a,0x00,0xe1,0xd0,0x01,0xef,0x01,0x00
11763 # CHECK: v_cmp_eq_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd0,0x01,0x05,0x02,0x00]
11764 0x0a,0x00,0xe2,0xd0,0x01,0x05,0x02,0x00
11766 # CHECK: v_cmp_eq_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe2,0xd0,0x01,0x05,0x02,0x00]
11767 0x0c,0x00,0xe2,0xd0,0x01,0x05,0x02,0x00
11769 # CHECK: v_cmp_eq_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe2,0xd0,0x01,0x05,0x02,0x00]
11770 0x64,0x00,0xe2,0xd0,0x01,0x05,0x02,0x00
11772 # CHECK: v_cmp_eq_i64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0xe2,0xd0,0x01,0x05,0x02,0x00]
11773 0x66,0x00,0xe2,0xd0,0x01,0x05,0x02,0x00
11775 # CHECK: v_cmp_eq_i64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe2,0xd0,0x01,0x05,0x02,0x00]
11776 0x6a,0x00,0xe2,0xd0,0x01,0x05,0x02,0x00
11778 # CHECK: v_cmp_eq_i64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0xe2,0xd0,0x01,0x05,0x02,0x00]
11779 0x6c,0x00,0xe2,0xd0,0x01,0x05,0x02,0x00
11781 # CHECK: v_cmp_eq_i64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0xe2,0xd0,0x01,0x05,0x02,0x00]
11782 0x6e,0x00,0xe2,0xd0,0x01,0x05,0x02,0x00
11784 # CHECK: v_cmp_eq_i64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0xe2,0xd0,0x01,0x05,0x02,0x00]
11785 0x7a,0x00,0xe2,0xd0,0x01,0x05,0x02,0x00
11787 # CHECK: v_cmp_eq_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd0,0xfe,0x05,0x02,0x00]
11788 0x0a,0x00,0xe2,0xd0,0xfe,0x05,0x02,0x00
11790 # CHECK: v_cmp_eq_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd0,0x02,0x04,0x02,0x00]
11791 0x0a,0x00,0xe2,0xd0,0x02,0x04,0x02,0x00
11793 # CHECK: v_cmp_eq_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd0,0x04,0x04,0x02,0x00]
11794 0x0a,0x00,0xe2,0xd0,0x04,0x04,0x02,0x00
11796 # CHECK: v_cmp_eq_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd0,0x64,0x04,0x02,0x00]
11797 0x0a,0x00,0xe2,0xd0,0x64,0x04,0x02,0x00
11799 # CHECK: v_cmp_eq_i64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd0,0x66,0x04,0x02,0x00]
11800 0x0a,0x00,0xe2,0xd0,0x66,0x04,0x02,0x00
11802 # CHECK: v_cmp_eq_i64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd0,0x6a,0x04,0x02,0x00]
11803 0x0a,0x00,0xe2,0xd0,0x6a,0x04,0x02,0x00
11805 # CHECK: v_cmp_eq_i64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd0,0x6c,0x04,0x02,0x00]
11806 0x0a,0x00,0xe2,0xd0,0x6c,0x04,0x02,0x00
11808 # CHECK: v_cmp_eq_i64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd0,0x6e,0x04,0x02,0x00]
11809 0x0a,0x00,0xe2,0xd0,0x6e,0x04,0x02,0x00
11811 # CHECK: v_cmp_eq_i64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd0,0x7a,0x04,0x02,0x00]
11812 0x0a,0x00,0xe2,0xd0,0x7a,0x04,0x02,0x00
11814 # CHECK: v_cmp_eq_i64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd0,0x7e,0x04,0x02,0x00]
11815 0x0a,0x00,0xe2,0xd0,0x7e,0x04,0x02,0x00
11817 # CHECK: v_cmp_eq_i64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd0,0x80,0x04,0x02,0x00]
11818 0x0a,0x00,0xe2,0xd0,0x80,0x04,0x02,0x00
11820 # CHECK: v_cmp_eq_i64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd0,0xc1,0x04,0x02,0x00]
11821 0x0a,0x00,0xe2,0xd0,0xc1,0x04,0x02,0x00
11823 # CHECK: v_cmp_eq_i64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd0,0xf0,0x04,0x02,0x00]
11824 0x0a,0x00,0xe2,0xd0,0xf0,0x04,0x02,0x00
11826 # CHECK: v_cmp_eq_i64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd0,0xf7,0x04,0x02,0x00]
11827 0x0a,0x00,0xe2,0xd0,0xf7,0x04,0x02,0x00
11829 # CHECK: v_cmp_eq_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe2,0xd0,0x01,0xfd,0x03,0x00]
11830 0x0a,0x00,0xe2,0xd0,0x01,0xfd,0x03,0x00
11832 # CHECK: v_cmp_eq_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe2,0xd0,0x01,0x09,0x00,0x00]
11833 0x0a,0x00,0xe2,0xd0,0x01,0x09,0x00,0x00
11835 # CHECK: v_cmp_eq_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe2,0xd0,0x01,0x0d,0x00,0x00]
11836 0x0a,0x00,0xe2,0xd0,0x01,0x0d,0x00,0x00
11838 # CHECK: v_cmp_eq_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe2,0xd0,0x01,0xc9,0x00,0x00]
11839 0x0a,0x00,0xe2,0xd0,0x01,0xc9,0x00,0x00
11841 # CHECK: v_cmp_eq_i64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0xe2,0xd0,0x01,0xcd,0x00,0x00]
11842 0x0a,0x00,0xe2,0xd0,0x01,0xcd,0x00,0x00
11844 # CHECK: v_cmp_eq_i64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0xe2,0xd0,0x01,0xd5,0x00,0x00]
11845 0x0a,0x00,0xe2,0xd0,0x01,0xd5,0x00,0x00
11847 # CHECK: v_cmp_eq_i64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0xe2,0xd0,0x01,0xd9,0x00,0x00]
11848 0x0a,0x00,0xe2,0xd0,0x01,0xd9,0x00,0x00
11850 # CHECK: v_cmp_eq_i64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0xe2,0xd0,0x01,0xdd,0x00,0x00]
11851 0x0a,0x00,0xe2,0xd0,0x01,0xdd,0x00,0x00
11853 # CHECK: v_cmp_eq_i64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0xe2,0xd0,0x01,0xf5,0x00,0x00]
11854 0x0a,0x00,0xe2,0xd0,0x01,0xf5,0x00,0x00
11856 # CHECK: v_cmp_eq_i64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe2,0xd0,0x01,0xfd,0x00,0x00]
11857 0x0a,0x00,0xe2,0xd0,0x01,0xfd,0x00,0x00
11859 # CHECK: v_cmp_eq_i64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0xe2,0xd0,0x01,0x01,0x01,0x00]
11860 0x0a,0x00,0xe2,0xd0,0x01,0x01,0x01,0x00
11862 # CHECK: v_cmp_eq_i64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0xe2,0xd0,0x01,0x83,0x01,0x00]
11863 0x0a,0x00,0xe2,0xd0,0x01,0x83,0x01,0x00
11865 # CHECK: v_cmp_eq_i64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0xe2,0xd0,0x01,0xe1,0x01,0x00]
11866 0x0a,0x00,0xe2,0xd0,0x01,0xe1,0x01,0x00
11868 # CHECK: v_cmp_eq_i64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe2,0xd0,0x01,0xef,0x01,0x00]
11869 0x0a,0x00,0xe2,0xd0,0x01,0xef,0x01,0x00
11871 # CHECK: v_cmp_le_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd0,0x01,0x05,0x02,0x00]
11872 0x0a,0x00,0xe3,0xd0,0x01,0x05,0x02,0x00
11874 # CHECK: v_cmp_le_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe3,0xd0,0x01,0x05,0x02,0x00]
11875 0x0c,0x00,0xe3,0xd0,0x01,0x05,0x02,0x00
11877 # CHECK: v_cmp_le_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe3,0xd0,0x01,0x05,0x02,0x00]
11878 0x64,0x00,0xe3,0xd0,0x01,0x05,0x02,0x00
11880 # CHECK: v_cmp_le_i64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0xe3,0xd0,0x01,0x05,0x02,0x00]
11881 0x66,0x00,0xe3,0xd0,0x01,0x05,0x02,0x00
11883 # CHECK: v_cmp_le_i64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe3,0xd0,0x01,0x05,0x02,0x00]
11884 0x6a,0x00,0xe3,0xd0,0x01,0x05,0x02,0x00
11886 # CHECK: v_cmp_le_i64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0xe3,0xd0,0x01,0x05,0x02,0x00]
11887 0x6c,0x00,0xe3,0xd0,0x01,0x05,0x02,0x00
11889 # CHECK: v_cmp_le_i64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0xe3,0xd0,0x01,0x05,0x02,0x00]
11890 0x6e,0x00,0xe3,0xd0,0x01,0x05,0x02,0x00
11892 # CHECK: v_cmp_le_i64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0xe3,0xd0,0x01,0x05,0x02,0x00]
11893 0x7a,0x00,0xe3,0xd0,0x01,0x05,0x02,0x00
11895 # CHECK: v_cmp_le_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd0,0xfe,0x05,0x02,0x00]
11896 0x0a,0x00,0xe3,0xd0,0xfe,0x05,0x02,0x00
11898 # CHECK: v_cmp_le_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd0,0x02,0x04,0x02,0x00]
11899 0x0a,0x00,0xe3,0xd0,0x02,0x04,0x02,0x00
11901 # CHECK: v_cmp_le_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd0,0x04,0x04,0x02,0x00]
11902 0x0a,0x00,0xe3,0xd0,0x04,0x04,0x02,0x00
11904 # CHECK: v_cmp_le_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd0,0x64,0x04,0x02,0x00]
11905 0x0a,0x00,0xe3,0xd0,0x64,0x04,0x02,0x00
11907 # CHECK: v_cmp_le_i64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd0,0x66,0x04,0x02,0x00]
11908 0x0a,0x00,0xe3,0xd0,0x66,0x04,0x02,0x00
11910 # CHECK: v_cmp_le_i64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd0,0x6a,0x04,0x02,0x00]
11911 0x0a,0x00,0xe3,0xd0,0x6a,0x04,0x02,0x00
11913 # CHECK: v_cmp_le_i64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd0,0x6c,0x04,0x02,0x00]
11914 0x0a,0x00,0xe3,0xd0,0x6c,0x04,0x02,0x00
11916 # CHECK: v_cmp_le_i64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd0,0x6e,0x04,0x02,0x00]
11917 0x0a,0x00,0xe3,0xd0,0x6e,0x04,0x02,0x00
11919 # CHECK: v_cmp_le_i64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd0,0x7a,0x04,0x02,0x00]
11920 0x0a,0x00,0xe3,0xd0,0x7a,0x04,0x02,0x00
11922 # CHECK: v_cmp_le_i64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd0,0x7e,0x04,0x02,0x00]
11923 0x0a,0x00,0xe3,0xd0,0x7e,0x04,0x02,0x00
11925 # CHECK: v_cmp_le_i64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd0,0x80,0x04,0x02,0x00]
11926 0x0a,0x00,0xe3,0xd0,0x80,0x04,0x02,0x00
11928 # CHECK: v_cmp_le_i64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd0,0xc1,0x04,0x02,0x00]
11929 0x0a,0x00,0xe3,0xd0,0xc1,0x04,0x02,0x00
11931 # CHECK: v_cmp_le_i64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd0,0xf0,0x04,0x02,0x00]
11932 0x0a,0x00,0xe3,0xd0,0xf0,0x04,0x02,0x00
11934 # CHECK: v_cmp_le_i64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd0,0xf7,0x04,0x02,0x00]
11935 0x0a,0x00,0xe3,0xd0,0xf7,0x04,0x02,0x00
11937 # CHECK: v_cmp_le_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe3,0xd0,0x01,0xfd,0x03,0x00]
11938 0x0a,0x00,0xe3,0xd0,0x01,0xfd,0x03,0x00
11940 # CHECK: v_cmp_le_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe3,0xd0,0x01,0x09,0x00,0x00]
11941 0x0a,0x00,0xe3,0xd0,0x01,0x09,0x00,0x00
11943 # CHECK: v_cmp_le_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe3,0xd0,0x01,0x0d,0x00,0x00]
11944 0x0a,0x00,0xe3,0xd0,0x01,0x0d,0x00,0x00
11946 # CHECK: v_cmp_le_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe3,0xd0,0x01,0xc9,0x00,0x00]
11947 0x0a,0x00,0xe3,0xd0,0x01,0xc9,0x00,0x00
11949 # CHECK: v_cmp_le_i64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0xe3,0xd0,0x01,0xcd,0x00,0x00]
11950 0x0a,0x00,0xe3,0xd0,0x01,0xcd,0x00,0x00
11952 # CHECK: v_cmp_le_i64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0xe3,0xd0,0x01,0xd5,0x00,0x00]
11953 0x0a,0x00,0xe3,0xd0,0x01,0xd5,0x00,0x00
11955 # CHECK: v_cmp_le_i64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0xe3,0xd0,0x01,0xd9,0x00,0x00]
11956 0x0a,0x00,0xe3,0xd0,0x01,0xd9,0x00,0x00
11958 # CHECK: v_cmp_le_i64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0xe3,0xd0,0x01,0xdd,0x00,0x00]
11959 0x0a,0x00,0xe3,0xd0,0x01,0xdd,0x00,0x00
11961 # CHECK: v_cmp_le_i64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0xe3,0xd0,0x01,0xf5,0x00,0x00]
11962 0x0a,0x00,0xe3,0xd0,0x01,0xf5,0x00,0x00
11964 # CHECK: v_cmp_le_i64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe3,0xd0,0x01,0xfd,0x00,0x00]
11965 0x0a,0x00,0xe3,0xd0,0x01,0xfd,0x00,0x00
11967 # CHECK: v_cmp_le_i64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0xe3,0xd0,0x01,0x01,0x01,0x00]
11968 0x0a,0x00,0xe3,0xd0,0x01,0x01,0x01,0x00
11970 # CHECK: v_cmp_le_i64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0xe3,0xd0,0x01,0x83,0x01,0x00]
11971 0x0a,0x00,0xe3,0xd0,0x01,0x83,0x01,0x00
11973 # CHECK: v_cmp_le_i64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0xe3,0xd0,0x01,0xe1,0x01,0x00]
11974 0x0a,0x00,0xe3,0xd0,0x01,0xe1,0x01,0x00
11976 # CHECK: v_cmp_le_i64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe3,0xd0,0x01,0xef,0x01,0x00]
11977 0x0a,0x00,0xe3,0xd0,0x01,0xef,0x01,0x00
11979 # CHECK: v_cmp_gt_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd0,0x01,0x05,0x02,0x00]
11980 0x0a,0x00,0xe4,0xd0,0x01,0x05,0x02,0x00
11982 # CHECK: v_cmp_gt_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe4,0xd0,0x01,0x05,0x02,0x00]
11983 0x0c,0x00,0xe4,0xd0,0x01,0x05,0x02,0x00
11985 # CHECK: v_cmp_gt_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe4,0xd0,0x01,0x05,0x02,0x00]
11986 0x64,0x00,0xe4,0xd0,0x01,0x05,0x02,0x00
11988 # CHECK: v_cmp_gt_i64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0xe4,0xd0,0x01,0x05,0x02,0x00]
11989 0x66,0x00,0xe4,0xd0,0x01,0x05,0x02,0x00
11991 # CHECK: v_cmp_gt_i64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe4,0xd0,0x01,0x05,0x02,0x00]
11992 0x6a,0x00,0xe4,0xd0,0x01,0x05,0x02,0x00
11994 # CHECK: v_cmp_gt_i64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0xe4,0xd0,0x01,0x05,0x02,0x00]
11995 0x6c,0x00,0xe4,0xd0,0x01,0x05,0x02,0x00
11997 # CHECK: v_cmp_gt_i64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0xe4,0xd0,0x01,0x05,0x02,0x00]
11998 0x6e,0x00,0xe4,0xd0,0x01,0x05,0x02,0x00
12000 # CHECK: v_cmp_gt_i64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0xe4,0xd0,0x01,0x05,0x02,0x00]
12001 0x7a,0x00,0xe4,0xd0,0x01,0x05,0x02,0x00
12003 # CHECK: v_cmp_gt_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd0,0xfe,0x05,0x02,0x00]
12004 0x0a,0x00,0xe4,0xd0,0xfe,0x05,0x02,0x00
12006 # CHECK: v_cmp_gt_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd0,0x02,0x04,0x02,0x00]
12007 0x0a,0x00,0xe4,0xd0,0x02,0x04,0x02,0x00
12009 # CHECK: v_cmp_gt_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd0,0x04,0x04,0x02,0x00]
12010 0x0a,0x00,0xe4,0xd0,0x04,0x04,0x02,0x00
12012 # CHECK: v_cmp_gt_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd0,0x64,0x04,0x02,0x00]
12013 0x0a,0x00,0xe4,0xd0,0x64,0x04,0x02,0x00
12015 # CHECK: v_cmp_gt_i64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd0,0x66,0x04,0x02,0x00]
12016 0x0a,0x00,0xe4,0xd0,0x66,0x04,0x02,0x00
12018 # CHECK: v_cmp_gt_i64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd0,0x6a,0x04,0x02,0x00]
12019 0x0a,0x00,0xe4,0xd0,0x6a,0x04,0x02,0x00
12021 # CHECK: v_cmp_gt_i64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd0,0x6c,0x04,0x02,0x00]
12022 0x0a,0x00,0xe4,0xd0,0x6c,0x04,0x02,0x00
12024 # CHECK: v_cmp_gt_i64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd0,0x6e,0x04,0x02,0x00]
12025 0x0a,0x00,0xe4,0xd0,0x6e,0x04,0x02,0x00
12027 # CHECK: v_cmp_gt_i64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd0,0x7a,0x04,0x02,0x00]
12028 0x0a,0x00,0xe4,0xd0,0x7a,0x04,0x02,0x00
12030 # CHECK: v_cmp_gt_i64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd0,0x7e,0x04,0x02,0x00]
12031 0x0a,0x00,0xe4,0xd0,0x7e,0x04,0x02,0x00
12033 # CHECK: v_cmp_gt_i64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd0,0x80,0x04,0x02,0x00]
12034 0x0a,0x00,0xe4,0xd0,0x80,0x04,0x02,0x00
12036 # CHECK: v_cmp_gt_i64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd0,0xc1,0x04,0x02,0x00]
12037 0x0a,0x00,0xe4,0xd0,0xc1,0x04,0x02,0x00
12039 # CHECK: v_cmp_gt_i64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd0,0xf0,0x04,0x02,0x00]
12040 0x0a,0x00,0xe4,0xd0,0xf0,0x04,0x02,0x00
12042 # CHECK: v_cmp_gt_i64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd0,0xf7,0x04,0x02,0x00]
12043 0x0a,0x00,0xe4,0xd0,0xf7,0x04,0x02,0x00
12045 # CHECK: v_cmp_gt_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe4,0xd0,0x01,0xfd,0x03,0x00]
12046 0x0a,0x00,0xe4,0xd0,0x01,0xfd,0x03,0x00
12048 # CHECK: v_cmp_gt_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe4,0xd0,0x01,0x09,0x00,0x00]
12049 0x0a,0x00,0xe4,0xd0,0x01,0x09,0x00,0x00
12051 # CHECK: v_cmp_gt_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe4,0xd0,0x01,0x0d,0x00,0x00]
12052 0x0a,0x00,0xe4,0xd0,0x01,0x0d,0x00,0x00
12054 # CHECK: v_cmp_gt_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe4,0xd0,0x01,0xc9,0x00,0x00]
12055 0x0a,0x00,0xe4,0xd0,0x01,0xc9,0x00,0x00
12057 # CHECK: v_cmp_gt_i64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0xe4,0xd0,0x01,0xcd,0x00,0x00]
12058 0x0a,0x00,0xe4,0xd0,0x01,0xcd,0x00,0x00
12060 # CHECK: v_cmp_gt_i64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0xe4,0xd0,0x01,0xd5,0x00,0x00]
12061 0x0a,0x00,0xe4,0xd0,0x01,0xd5,0x00,0x00
12063 # CHECK: v_cmp_gt_i64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0xe4,0xd0,0x01,0xd9,0x00,0x00]
12064 0x0a,0x00,0xe4,0xd0,0x01,0xd9,0x00,0x00
12066 # CHECK: v_cmp_gt_i64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0xe4,0xd0,0x01,0xdd,0x00,0x00]
12067 0x0a,0x00,0xe4,0xd0,0x01,0xdd,0x00,0x00
12069 # CHECK: v_cmp_gt_i64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0xe4,0xd0,0x01,0xf5,0x00,0x00]
12070 0x0a,0x00,0xe4,0xd0,0x01,0xf5,0x00,0x00
12072 # CHECK: v_cmp_gt_i64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe4,0xd0,0x01,0xfd,0x00,0x00]
12073 0x0a,0x00,0xe4,0xd0,0x01,0xfd,0x00,0x00
12075 # CHECK: v_cmp_gt_i64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0xe4,0xd0,0x01,0x01,0x01,0x00]
12076 0x0a,0x00,0xe4,0xd0,0x01,0x01,0x01,0x00
12078 # CHECK: v_cmp_gt_i64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0xe4,0xd0,0x01,0x83,0x01,0x00]
12079 0x0a,0x00,0xe4,0xd0,0x01,0x83,0x01,0x00
12081 # CHECK: v_cmp_gt_i64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0xe4,0xd0,0x01,0xe1,0x01,0x00]
12082 0x0a,0x00,0xe4,0xd0,0x01,0xe1,0x01,0x00
12084 # CHECK: v_cmp_gt_i64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe4,0xd0,0x01,0xef,0x01,0x00]
12085 0x0a,0x00,0xe4,0xd0,0x01,0xef,0x01,0x00
12087 # CHECK: v_cmp_ne_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd0,0x01,0x05,0x02,0x00]
12088 0x0a,0x00,0xe5,0xd0,0x01,0x05,0x02,0x00
12090 # CHECK: v_cmp_ne_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe5,0xd0,0x01,0x05,0x02,0x00]
12091 0x0c,0x00,0xe5,0xd0,0x01,0x05,0x02,0x00
12093 # CHECK: v_cmp_ne_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe5,0xd0,0x01,0x05,0x02,0x00]
12094 0x64,0x00,0xe5,0xd0,0x01,0x05,0x02,0x00
12096 # CHECK: v_cmp_ne_i64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0xe5,0xd0,0x01,0x05,0x02,0x00]
12097 0x66,0x00,0xe5,0xd0,0x01,0x05,0x02,0x00
12099 # CHECK: v_cmp_ne_i64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe5,0xd0,0x01,0x05,0x02,0x00]
12100 0x6a,0x00,0xe5,0xd0,0x01,0x05,0x02,0x00
12102 # CHECK: v_cmp_ne_i64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0xe5,0xd0,0x01,0x05,0x02,0x00]
12103 0x6c,0x00,0xe5,0xd0,0x01,0x05,0x02,0x00
12105 # CHECK: v_cmp_ne_i64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0xe5,0xd0,0x01,0x05,0x02,0x00]
12106 0x6e,0x00,0xe5,0xd0,0x01,0x05,0x02,0x00
12108 # CHECK: v_cmp_ne_i64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0xe5,0xd0,0x01,0x05,0x02,0x00]
12109 0x7a,0x00,0xe5,0xd0,0x01,0x05,0x02,0x00
12111 # CHECK: v_cmp_ne_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd0,0xfe,0x05,0x02,0x00]
12112 0x0a,0x00,0xe5,0xd0,0xfe,0x05,0x02,0x00
12114 # CHECK: v_cmp_ne_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd0,0x02,0x04,0x02,0x00]
12115 0x0a,0x00,0xe5,0xd0,0x02,0x04,0x02,0x00
12117 # CHECK: v_cmp_ne_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd0,0x04,0x04,0x02,0x00]
12118 0x0a,0x00,0xe5,0xd0,0x04,0x04,0x02,0x00
12120 # CHECK: v_cmp_ne_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd0,0x64,0x04,0x02,0x00]
12121 0x0a,0x00,0xe5,0xd0,0x64,0x04,0x02,0x00
12123 # CHECK: v_cmp_ne_i64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd0,0x66,0x04,0x02,0x00]
12124 0x0a,0x00,0xe5,0xd0,0x66,0x04,0x02,0x00
12126 # CHECK: v_cmp_ne_i64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd0,0x6a,0x04,0x02,0x00]
12127 0x0a,0x00,0xe5,0xd0,0x6a,0x04,0x02,0x00
12129 # CHECK: v_cmp_ne_i64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd0,0x6c,0x04,0x02,0x00]
12130 0x0a,0x00,0xe5,0xd0,0x6c,0x04,0x02,0x00
12132 # CHECK: v_cmp_ne_i64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd0,0x6e,0x04,0x02,0x00]
12133 0x0a,0x00,0xe5,0xd0,0x6e,0x04,0x02,0x00
12135 # CHECK: v_cmp_ne_i64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd0,0x7a,0x04,0x02,0x00]
12136 0x0a,0x00,0xe5,0xd0,0x7a,0x04,0x02,0x00
12138 # CHECK: v_cmp_ne_i64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd0,0x7e,0x04,0x02,0x00]
12139 0x0a,0x00,0xe5,0xd0,0x7e,0x04,0x02,0x00
12141 # CHECK: v_cmp_ne_i64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd0,0x80,0x04,0x02,0x00]
12142 0x0a,0x00,0xe5,0xd0,0x80,0x04,0x02,0x00
12144 # CHECK: v_cmp_ne_i64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd0,0xc1,0x04,0x02,0x00]
12145 0x0a,0x00,0xe5,0xd0,0xc1,0x04,0x02,0x00
12147 # CHECK: v_cmp_ne_i64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd0,0xf0,0x04,0x02,0x00]
12148 0x0a,0x00,0xe5,0xd0,0xf0,0x04,0x02,0x00
12150 # CHECK: v_cmp_ne_i64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd0,0xf7,0x04,0x02,0x00]
12151 0x0a,0x00,0xe5,0xd0,0xf7,0x04,0x02,0x00
12153 # CHECK: v_cmp_ne_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe5,0xd0,0x01,0xfd,0x03,0x00]
12154 0x0a,0x00,0xe5,0xd0,0x01,0xfd,0x03,0x00
12156 # CHECK: v_cmp_ne_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe5,0xd0,0x01,0x09,0x00,0x00]
12157 0x0a,0x00,0xe5,0xd0,0x01,0x09,0x00,0x00
12159 # CHECK: v_cmp_ne_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe5,0xd0,0x01,0x0d,0x00,0x00]
12160 0x0a,0x00,0xe5,0xd0,0x01,0x0d,0x00,0x00
12162 # CHECK: v_cmp_ne_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe5,0xd0,0x01,0xc9,0x00,0x00]
12163 0x0a,0x00,0xe5,0xd0,0x01,0xc9,0x00,0x00
12165 # CHECK: v_cmp_ne_i64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0xe5,0xd0,0x01,0xcd,0x00,0x00]
12166 0x0a,0x00,0xe5,0xd0,0x01,0xcd,0x00,0x00
12168 # CHECK: v_cmp_ne_i64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0xe5,0xd0,0x01,0xd5,0x00,0x00]
12169 0x0a,0x00,0xe5,0xd0,0x01,0xd5,0x00,0x00
12171 # CHECK: v_cmp_ne_i64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0xe5,0xd0,0x01,0xd9,0x00,0x00]
12172 0x0a,0x00,0xe5,0xd0,0x01,0xd9,0x00,0x00
12174 # CHECK: v_cmp_ne_i64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0xe5,0xd0,0x01,0xdd,0x00,0x00]
12175 0x0a,0x00,0xe5,0xd0,0x01,0xdd,0x00,0x00
12177 # CHECK: v_cmp_ne_i64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0xe5,0xd0,0x01,0xf5,0x00,0x00]
12178 0x0a,0x00,0xe5,0xd0,0x01,0xf5,0x00,0x00
12180 # CHECK: v_cmp_ne_i64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe5,0xd0,0x01,0xfd,0x00,0x00]
12181 0x0a,0x00,0xe5,0xd0,0x01,0xfd,0x00,0x00
12183 # CHECK: v_cmp_ne_i64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0xe5,0xd0,0x01,0x01,0x01,0x00]
12184 0x0a,0x00,0xe5,0xd0,0x01,0x01,0x01,0x00
12186 # CHECK: v_cmp_ne_i64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0xe5,0xd0,0x01,0x83,0x01,0x00]
12187 0x0a,0x00,0xe5,0xd0,0x01,0x83,0x01,0x00
12189 # CHECK: v_cmp_ne_i64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0xe5,0xd0,0x01,0xe1,0x01,0x00]
12190 0x0a,0x00,0xe5,0xd0,0x01,0xe1,0x01,0x00
12192 # CHECK: v_cmp_ne_i64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe5,0xd0,0x01,0xef,0x01,0x00]
12193 0x0a,0x00,0xe5,0xd0,0x01,0xef,0x01,0x00
12195 # CHECK: v_cmp_ge_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd0,0x01,0x05,0x02,0x00]
12196 0x0a,0x00,0xe6,0xd0,0x01,0x05,0x02,0x00
12198 # CHECK: v_cmp_ge_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe6,0xd0,0x01,0x05,0x02,0x00]
12199 0x0c,0x00,0xe6,0xd0,0x01,0x05,0x02,0x00
12201 # CHECK: v_cmp_ge_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe6,0xd0,0x01,0x05,0x02,0x00]
12202 0x64,0x00,0xe6,0xd0,0x01,0x05,0x02,0x00
12204 # CHECK: v_cmp_ge_i64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0xe6,0xd0,0x01,0x05,0x02,0x00]
12205 0x66,0x00,0xe6,0xd0,0x01,0x05,0x02,0x00
12207 # CHECK: v_cmp_ge_i64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe6,0xd0,0x01,0x05,0x02,0x00]
12208 0x6a,0x00,0xe6,0xd0,0x01,0x05,0x02,0x00
12210 # CHECK: v_cmp_ge_i64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0xe6,0xd0,0x01,0x05,0x02,0x00]
12211 0x6c,0x00,0xe6,0xd0,0x01,0x05,0x02,0x00
12213 # CHECK: v_cmp_ge_i64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0xe6,0xd0,0x01,0x05,0x02,0x00]
12214 0x6e,0x00,0xe6,0xd0,0x01,0x05,0x02,0x00
12216 # CHECK: v_cmp_ge_i64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0xe6,0xd0,0x01,0x05,0x02,0x00]
12217 0x7a,0x00,0xe6,0xd0,0x01,0x05,0x02,0x00
12219 # CHECK: v_cmp_ge_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd0,0xfe,0x05,0x02,0x00]
12220 0x0a,0x00,0xe6,0xd0,0xfe,0x05,0x02,0x00
12222 # CHECK: v_cmp_ge_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd0,0x02,0x04,0x02,0x00]
12223 0x0a,0x00,0xe6,0xd0,0x02,0x04,0x02,0x00
12225 # CHECK: v_cmp_ge_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd0,0x04,0x04,0x02,0x00]
12226 0x0a,0x00,0xe6,0xd0,0x04,0x04,0x02,0x00
12228 # CHECK: v_cmp_ge_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd0,0x64,0x04,0x02,0x00]
12229 0x0a,0x00,0xe6,0xd0,0x64,0x04,0x02,0x00
12231 # CHECK: v_cmp_ge_i64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd0,0x66,0x04,0x02,0x00]
12232 0x0a,0x00,0xe6,0xd0,0x66,0x04,0x02,0x00
12234 # CHECK: v_cmp_ge_i64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd0,0x6a,0x04,0x02,0x00]
12235 0x0a,0x00,0xe6,0xd0,0x6a,0x04,0x02,0x00
12237 # CHECK: v_cmp_ge_i64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd0,0x6c,0x04,0x02,0x00]
12238 0x0a,0x00,0xe6,0xd0,0x6c,0x04,0x02,0x00
12240 # CHECK: v_cmp_ge_i64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd0,0x6e,0x04,0x02,0x00]
12241 0x0a,0x00,0xe6,0xd0,0x6e,0x04,0x02,0x00
12243 # CHECK: v_cmp_ge_i64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd0,0x7a,0x04,0x02,0x00]
12244 0x0a,0x00,0xe6,0xd0,0x7a,0x04,0x02,0x00
12246 # CHECK: v_cmp_ge_i64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd0,0x7e,0x04,0x02,0x00]
12247 0x0a,0x00,0xe6,0xd0,0x7e,0x04,0x02,0x00
12249 # CHECK: v_cmp_ge_i64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd0,0x80,0x04,0x02,0x00]
12250 0x0a,0x00,0xe6,0xd0,0x80,0x04,0x02,0x00
12252 # CHECK: v_cmp_ge_i64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd0,0xc1,0x04,0x02,0x00]
12253 0x0a,0x00,0xe6,0xd0,0xc1,0x04,0x02,0x00
12255 # CHECK: v_cmp_ge_i64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd0,0xf0,0x04,0x02,0x00]
12256 0x0a,0x00,0xe6,0xd0,0xf0,0x04,0x02,0x00
12258 # CHECK: v_cmp_ge_i64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd0,0xf7,0x04,0x02,0x00]
12259 0x0a,0x00,0xe6,0xd0,0xf7,0x04,0x02,0x00
12261 # CHECK: v_cmp_ge_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe6,0xd0,0x01,0xfd,0x03,0x00]
12262 0x0a,0x00,0xe6,0xd0,0x01,0xfd,0x03,0x00
12264 # CHECK: v_cmp_ge_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe6,0xd0,0x01,0x09,0x00,0x00]
12265 0x0a,0x00,0xe6,0xd0,0x01,0x09,0x00,0x00
12267 # CHECK: v_cmp_ge_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe6,0xd0,0x01,0x0d,0x00,0x00]
12268 0x0a,0x00,0xe6,0xd0,0x01,0x0d,0x00,0x00
12270 # CHECK: v_cmp_ge_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe6,0xd0,0x01,0xc9,0x00,0x00]
12271 0x0a,0x00,0xe6,0xd0,0x01,0xc9,0x00,0x00
12273 # CHECK: v_cmp_ge_i64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0xe6,0xd0,0x01,0xcd,0x00,0x00]
12274 0x0a,0x00,0xe6,0xd0,0x01,0xcd,0x00,0x00
12276 # CHECK: v_cmp_ge_i64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0xe6,0xd0,0x01,0xd5,0x00,0x00]
12277 0x0a,0x00,0xe6,0xd0,0x01,0xd5,0x00,0x00
12279 # CHECK: v_cmp_ge_i64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0xe6,0xd0,0x01,0xd9,0x00,0x00]
12280 0x0a,0x00,0xe6,0xd0,0x01,0xd9,0x00,0x00
12282 # CHECK: v_cmp_ge_i64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0xe6,0xd0,0x01,0xdd,0x00,0x00]
12283 0x0a,0x00,0xe6,0xd0,0x01,0xdd,0x00,0x00
12285 # CHECK: v_cmp_ge_i64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0xe6,0xd0,0x01,0xf5,0x00,0x00]
12286 0x0a,0x00,0xe6,0xd0,0x01,0xf5,0x00,0x00
12288 # CHECK: v_cmp_ge_i64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe6,0xd0,0x01,0xfd,0x00,0x00]
12289 0x0a,0x00,0xe6,0xd0,0x01,0xfd,0x00,0x00
12291 # CHECK: v_cmp_ge_i64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0xe6,0xd0,0x01,0x01,0x01,0x00]
12292 0x0a,0x00,0xe6,0xd0,0x01,0x01,0x01,0x00
12294 # CHECK: v_cmp_ge_i64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0xe6,0xd0,0x01,0x83,0x01,0x00]
12295 0x0a,0x00,0xe6,0xd0,0x01,0x83,0x01,0x00
12297 # CHECK: v_cmp_ge_i64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0xe6,0xd0,0x01,0xe1,0x01,0x00]
12298 0x0a,0x00,0xe6,0xd0,0x01,0xe1,0x01,0x00
12300 # CHECK: v_cmp_ge_i64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe6,0xd0,0x01,0xef,0x01,0x00]
12301 0x0a,0x00,0xe6,0xd0,0x01,0xef,0x01,0x00
12303 # CHECK: v_cmp_t_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd0,0x01,0x05,0x02,0x00]
12304 0x0a,0x00,0xe7,0xd0,0x01,0x05,0x02,0x00
12306 # CHECK: v_cmp_t_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe7,0xd0,0x01,0x05,0x02,0x00]
12307 0x0c,0x00,0xe7,0xd0,0x01,0x05,0x02,0x00
12309 # CHECK: v_cmp_t_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe7,0xd0,0x01,0x05,0x02,0x00]
12310 0x64,0x00,0xe7,0xd0,0x01,0x05,0x02,0x00
12312 # CHECK: v_cmp_t_i64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0xe7,0xd0,0x01,0x05,0x02,0x00]
12313 0x66,0x00,0xe7,0xd0,0x01,0x05,0x02,0x00
12315 # CHECK: v_cmp_t_i64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe7,0xd0,0x01,0x05,0x02,0x00]
12316 0x6a,0x00,0xe7,0xd0,0x01,0x05,0x02,0x00
12318 # CHECK: v_cmp_t_i64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0xe7,0xd0,0x01,0x05,0x02,0x00]
12319 0x6c,0x00,0xe7,0xd0,0x01,0x05,0x02,0x00
12321 # CHECK: v_cmp_t_i64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0xe7,0xd0,0x01,0x05,0x02,0x00]
12322 0x6e,0x00,0xe7,0xd0,0x01,0x05,0x02,0x00
12324 # CHECK: v_cmp_t_i64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0xe7,0xd0,0x01,0x05,0x02,0x00]
12325 0x7a,0x00,0xe7,0xd0,0x01,0x05,0x02,0x00
12327 # CHECK: v_cmp_t_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd0,0xfe,0x05,0x02,0x00]
12328 0x0a,0x00,0xe7,0xd0,0xfe,0x05,0x02,0x00
12330 # CHECK: v_cmp_t_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd0,0x02,0x04,0x02,0x00]
12331 0x0a,0x00,0xe7,0xd0,0x02,0x04,0x02,0x00
12333 # CHECK: v_cmp_t_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd0,0x04,0x04,0x02,0x00]
12334 0x0a,0x00,0xe7,0xd0,0x04,0x04,0x02,0x00
12336 # CHECK: v_cmp_t_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd0,0x64,0x04,0x02,0x00]
12337 0x0a,0x00,0xe7,0xd0,0x64,0x04,0x02,0x00
12339 # CHECK: v_cmp_t_i64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd0,0x66,0x04,0x02,0x00]
12340 0x0a,0x00,0xe7,0xd0,0x66,0x04,0x02,0x00
12342 # CHECK: v_cmp_t_i64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd0,0x6a,0x04,0x02,0x00]
12343 0x0a,0x00,0xe7,0xd0,0x6a,0x04,0x02,0x00
12345 # CHECK: v_cmp_t_i64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd0,0x6c,0x04,0x02,0x00]
12346 0x0a,0x00,0xe7,0xd0,0x6c,0x04,0x02,0x00
12348 # CHECK: v_cmp_t_i64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd0,0x6e,0x04,0x02,0x00]
12349 0x0a,0x00,0xe7,0xd0,0x6e,0x04,0x02,0x00
12351 # CHECK: v_cmp_t_i64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd0,0x7a,0x04,0x02,0x00]
12352 0x0a,0x00,0xe7,0xd0,0x7a,0x04,0x02,0x00
12354 # CHECK: v_cmp_t_i64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd0,0x7e,0x04,0x02,0x00]
12355 0x0a,0x00,0xe7,0xd0,0x7e,0x04,0x02,0x00
12357 # CHECK: v_cmp_t_i64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd0,0x80,0x04,0x02,0x00]
12358 0x0a,0x00,0xe7,0xd0,0x80,0x04,0x02,0x00
12360 # CHECK: v_cmp_t_i64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd0,0xc1,0x04,0x02,0x00]
12361 0x0a,0x00,0xe7,0xd0,0xc1,0x04,0x02,0x00
12363 # CHECK: v_cmp_t_i64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd0,0xf0,0x04,0x02,0x00]
12364 0x0a,0x00,0xe7,0xd0,0xf0,0x04,0x02,0x00
12366 # CHECK: v_cmp_t_i64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd0,0xf7,0x04,0x02,0x00]
12367 0x0a,0x00,0xe7,0xd0,0xf7,0x04,0x02,0x00
12369 # CHECK: v_cmp_t_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe7,0xd0,0x01,0xfd,0x03,0x00]
12370 0x0a,0x00,0xe7,0xd0,0x01,0xfd,0x03,0x00
12372 # CHECK: v_cmp_t_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe7,0xd0,0x01,0x09,0x00,0x00]
12373 0x0a,0x00,0xe7,0xd0,0x01,0x09,0x00,0x00
12375 # CHECK: v_cmp_t_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe7,0xd0,0x01,0x0d,0x00,0x00]
12376 0x0a,0x00,0xe7,0xd0,0x01,0x0d,0x00,0x00
12378 # CHECK: v_cmp_t_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe7,0xd0,0x01,0xc9,0x00,0x00]
12379 0x0a,0x00,0xe7,0xd0,0x01,0xc9,0x00,0x00
12381 # CHECK: v_cmp_t_i64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0xe7,0xd0,0x01,0xcd,0x00,0x00]
12382 0x0a,0x00,0xe7,0xd0,0x01,0xcd,0x00,0x00
12384 # CHECK: v_cmp_t_i64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0xe7,0xd0,0x01,0xd5,0x00,0x00]
12385 0x0a,0x00,0xe7,0xd0,0x01,0xd5,0x00,0x00
12387 # CHECK: v_cmp_t_i64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0xe7,0xd0,0x01,0xd9,0x00,0x00]
12388 0x0a,0x00,0xe7,0xd0,0x01,0xd9,0x00,0x00
12390 # CHECK: v_cmp_t_i64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0xe7,0xd0,0x01,0xdd,0x00,0x00]
12391 0x0a,0x00,0xe7,0xd0,0x01,0xdd,0x00,0x00
12393 # CHECK: v_cmp_t_i64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0xe7,0xd0,0x01,0xf5,0x00,0x00]
12394 0x0a,0x00,0xe7,0xd0,0x01,0xf5,0x00,0x00
12396 # CHECK: v_cmp_t_i64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe7,0xd0,0x01,0xfd,0x00,0x00]
12397 0x0a,0x00,0xe7,0xd0,0x01,0xfd,0x00,0x00
12399 # CHECK: v_cmp_t_i64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0xe7,0xd0,0x01,0x01,0x01,0x00]
12400 0x0a,0x00,0xe7,0xd0,0x01,0x01,0x01,0x00
12402 # CHECK: v_cmp_t_i64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0xe7,0xd0,0x01,0x83,0x01,0x00]
12403 0x0a,0x00,0xe7,0xd0,0x01,0x83,0x01,0x00
12405 # CHECK: v_cmp_t_i64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0xe7,0xd0,0x01,0xe1,0x01,0x00]
12406 0x0a,0x00,0xe7,0xd0,0x01,0xe1,0x01,0x00
12408 # CHECK: v_cmp_t_i64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe7,0xd0,0x01,0xef,0x01,0x00]
12409 0x0a,0x00,0xe7,0xd0,0x01,0xef,0x01,0x00
12411 # CHECK: v_cmp_f_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe8,0xd0,0x01,0x05,0x02,0x00]
12412 0x0a,0x00,0xe8,0xd0,0x01,0x05,0x02,0x00
12414 # CHECK: v_cmp_f_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe8,0xd0,0x01,0x05,0x02,0x00]
12415 0x0c,0x00,0xe8,0xd0,0x01,0x05,0x02,0x00
12417 # CHECK: v_cmp_f_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe8,0xd0,0x01,0x05,0x02,0x00]
12418 0x64,0x00,0xe8,0xd0,0x01,0x05,0x02,0x00
12420 # CHECK: v_cmp_f_u64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0xe8,0xd0,0x01,0x05,0x02,0x00]
12421 0x66,0x00,0xe8,0xd0,0x01,0x05,0x02,0x00
12423 # CHECK: v_cmp_f_u64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe8,0xd0,0x01,0x05,0x02,0x00]
12424 0x6a,0x00,0xe8,0xd0,0x01,0x05,0x02,0x00
12426 # CHECK: v_cmp_f_u64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0xe8,0xd0,0x01,0x05,0x02,0x00]
12427 0x6c,0x00,0xe8,0xd0,0x01,0x05,0x02,0x00
12429 # CHECK: v_cmp_f_u64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0xe8,0xd0,0x01,0x05,0x02,0x00]
12430 0x6e,0x00,0xe8,0xd0,0x01,0x05,0x02,0x00
12432 # CHECK: v_cmp_f_u64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0xe8,0xd0,0x01,0x05,0x02,0x00]
12433 0x7a,0x00,0xe8,0xd0,0x01,0x05,0x02,0x00
12435 # CHECK: v_cmp_f_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe8,0xd0,0xfe,0x05,0x02,0x00]
12436 0x0a,0x00,0xe8,0xd0,0xfe,0x05,0x02,0x00
12438 # CHECK: v_cmp_f_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe8,0xd0,0x02,0x04,0x02,0x00]
12439 0x0a,0x00,0xe8,0xd0,0x02,0x04,0x02,0x00
12441 # CHECK: v_cmp_f_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe8,0xd0,0x04,0x04,0x02,0x00]
12442 0x0a,0x00,0xe8,0xd0,0x04,0x04,0x02,0x00
12444 # CHECK: v_cmp_f_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe8,0xd0,0x64,0x04,0x02,0x00]
12445 0x0a,0x00,0xe8,0xd0,0x64,0x04,0x02,0x00
12447 # CHECK: v_cmp_f_u64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0xe8,0xd0,0x66,0x04,0x02,0x00]
12448 0x0a,0x00,0xe8,0xd0,0x66,0x04,0x02,0x00
12450 # CHECK: v_cmp_f_u64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0xe8,0xd0,0x6a,0x04,0x02,0x00]
12451 0x0a,0x00,0xe8,0xd0,0x6a,0x04,0x02,0x00
12453 # CHECK: v_cmp_f_u64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0xe8,0xd0,0x6c,0x04,0x02,0x00]
12454 0x0a,0x00,0xe8,0xd0,0x6c,0x04,0x02,0x00
12456 # CHECK: v_cmp_f_u64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0xe8,0xd0,0x6e,0x04,0x02,0x00]
12457 0x0a,0x00,0xe8,0xd0,0x6e,0x04,0x02,0x00
12459 # CHECK: v_cmp_f_u64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0xe8,0xd0,0x7a,0x04,0x02,0x00]
12460 0x0a,0x00,0xe8,0xd0,0x7a,0x04,0x02,0x00
12462 # CHECK: v_cmp_f_u64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe8,0xd0,0x7e,0x04,0x02,0x00]
12463 0x0a,0x00,0xe8,0xd0,0x7e,0x04,0x02,0x00
12465 # CHECK: v_cmp_f_u64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0xe8,0xd0,0x80,0x04,0x02,0x00]
12466 0x0a,0x00,0xe8,0xd0,0x80,0x04,0x02,0x00
12468 # CHECK: v_cmp_f_u64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0xe8,0xd0,0xc1,0x04,0x02,0x00]
12469 0x0a,0x00,0xe8,0xd0,0xc1,0x04,0x02,0x00
12471 # CHECK: v_cmp_f_u64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0xe8,0xd0,0xf0,0x04,0x02,0x00]
12472 0x0a,0x00,0xe8,0xd0,0xf0,0x04,0x02,0x00
12474 # CHECK: v_cmp_f_u64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe8,0xd0,0xf7,0x04,0x02,0x00]
12475 0x0a,0x00,0xe8,0xd0,0xf7,0x04,0x02,0x00
12477 # CHECK: v_cmp_f_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe8,0xd0,0x01,0xfd,0x03,0x00]
12478 0x0a,0x00,0xe8,0xd0,0x01,0xfd,0x03,0x00
12480 # CHECK: v_cmp_f_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe8,0xd0,0x01,0x09,0x00,0x00]
12481 0x0a,0x00,0xe8,0xd0,0x01,0x09,0x00,0x00
12483 # CHECK: v_cmp_f_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe8,0xd0,0x01,0x0d,0x00,0x00]
12484 0x0a,0x00,0xe8,0xd0,0x01,0x0d,0x00,0x00
12486 # CHECK: v_cmp_f_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe8,0xd0,0x01,0xc9,0x00,0x00]
12487 0x0a,0x00,0xe8,0xd0,0x01,0xc9,0x00,0x00
12489 # CHECK: v_cmp_f_u64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0xe8,0xd0,0x01,0xcd,0x00,0x00]
12490 0x0a,0x00,0xe8,0xd0,0x01,0xcd,0x00,0x00
12492 # CHECK: v_cmp_f_u64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0xe8,0xd0,0x01,0xd5,0x00,0x00]
12493 0x0a,0x00,0xe8,0xd0,0x01,0xd5,0x00,0x00
12495 # CHECK: v_cmp_f_u64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0xe8,0xd0,0x01,0xd9,0x00,0x00]
12496 0x0a,0x00,0xe8,0xd0,0x01,0xd9,0x00,0x00
12498 # CHECK: v_cmp_f_u64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0xe8,0xd0,0x01,0xdd,0x00,0x00]
12499 0x0a,0x00,0xe8,0xd0,0x01,0xdd,0x00,0x00
12501 # CHECK: v_cmp_f_u64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0xe8,0xd0,0x01,0xf5,0x00,0x00]
12502 0x0a,0x00,0xe8,0xd0,0x01,0xf5,0x00,0x00
12504 # CHECK: v_cmp_f_u64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe8,0xd0,0x01,0xfd,0x00,0x00]
12505 0x0a,0x00,0xe8,0xd0,0x01,0xfd,0x00,0x00
12507 # CHECK: v_cmp_f_u64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0xe8,0xd0,0x01,0x01,0x01,0x00]
12508 0x0a,0x00,0xe8,0xd0,0x01,0x01,0x01,0x00
12510 # CHECK: v_cmp_f_u64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0xe8,0xd0,0x01,0x83,0x01,0x00]
12511 0x0a,0x00,0xe8,0xd0,0x01,0x83,0x01,0x00
12513 # CHECK: v_cmp_f_u64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0xe8,0xd0,0x01,0xe1,0x01,0x00]
12514 0x0a,0x00,0xe8,0xd0,0x01,0xe1,0x01,0x00
12516 # CHECK: v_cmp_f_u64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe8,0xd0,0x01,0xef,0x01,0x00]
12517 0x0a,0x00,0xe8,0xd0,0x01,0xef,0x01,0x00
12519 # CHECK: v_cmp_lt_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe9,0xd0,0x01,0x05,0x02,0x00]
12520 0x0a,0x00,0xe9,0xd0,0x01,0x05,0x02,0x00
12522 # CHECK: v_cmp_lt_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe9,0xd0,0x01,0x05,0x02,0x00]
12523 0x0c,0x00,0xe9,0xd0,0x01,0x05,0x02,0x00
12525 # CHECK: v_cmp_lt_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe9,0xd0,0x01,0x05,0x02,0x00]
12526 0x64,0x00,0xe9,0xd0,0x01,0x05,0x02,0x00
12528 # CHECK: v_cmp_lt_u64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0xe9,0xd0,0x01,0x05,0x02,0x00]
12529 0x66,0x00,0xe9,0xd0,0x01,0x05,0x02,0x00
12531 # CHECK: v_cmp_lt_u64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe9,0xd0,0x01,0x05,0x02,0x00]
12532 0x6a,0x00,0xe9,0xd0,0x01,0x05,0x02,0x00
12534 # CHECK: v_cmp_lt_u64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0xe9,0xd0,0x01,0x05,0x02,0x00]
12535 0x6c,0x00,0xe9,0xd0,0x01,0x05,0x02,0x00
12537 # CHECK: v_cmp_lt_u64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0xe9,0xd0,0x01,0x05,0x02,0x00]
12538 0x6e,0x00,0xe9,0xd0,0x01,0x05,0x02,0x00
12540 # CHECK: v_cmp_lt_u64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0xe9,0xd0,0x01,0x05,0x02,0x00]
12541 0x7a,0x00,0xe9,0xd0,0x01,0x05,0x02,0x00
12543 # CHECK: v_cmp_lt_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe9,0xd0,0xfe,0x05,0x02,0x00]
12544 0x0a,0x00,0xe9,0xd0,0xfe,0x05,0x02,0x00
12546 # CHECK: v_cmp_lt_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe9,0xd0,0x02,0x04,0x02,0x00]
12547 0x0a,0x00,0xe9,0xd0,0x02,0x04,0x02,0x00
12549 # CHECK: v_cmp_lt_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe9,0xd0,0x04,0x04,0x02,0x00]
12550 0x0a,0x00,0xe9,0xd0,0x04,0x04,0x02,0x00
12552 # CHECK: v_cmp_lt_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe9,0xd0,0x64,0x04,0x02,0x00]
12553 0x0a,0x00,0xe9,0xd0,0x64,0x04,0x02,0x00
12555 # CHECK: v_cmp_lt_u64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0xe9,0xd0,0x66,0x04,0x02,0x00]
12556 0x0a,0x00,0xe9,0xd0,0x66,0x04,0x02,0x00
12558 # CHECK: v_cmp_lt_u64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0xe9,0xd0,0x6a,0x04,0x02,0x00]
12559 0x0a,0x00,0xe9,0xd0,0x6a,0x04,0x02,0x00
12561 # CHECK: v_cmp_lt_u64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0xe9,0xd0,0x6c,0x04,0x02,0x00]
12562 0x0a,0x00,0xe9,0xd0,0x6c,0x04,0x02,0x00
12564 # CHECK: v_cmp_lt_u64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0xe9,0xd0,0x6e,0x04,0x02,0x00]
12565 0x0a,0x00,0xe9,0xd0,0x6e,0x04,0x02,0x00
12567 # CHECK: v_cmp_lt_u64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0xe9,0xd0,0x7a,0x04,0x02,0x00]
12568 0x0a,0x00,0xe9,0xd0,0x7a,0x04,0x02,0x00
12570 # CHECK: v_cmp_lt_u64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe9,0xd0,0x7e,0x04,0x02,0x00]
12571 0x0a,0x00,0xe9,0xd0,0x7e,0x04,0x02,0x00
12573 # CHECK: v_cmp_lt_u64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0xe9,0xd0,0x80,0x04,0x02,0x00]
12574 0x0a,0x00,0xe9,0xd0,0x80,0x04,0x02,0x00
12576 # CHECK: v_cmp_lt_u64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0xe9,0xd0,0xc1,0x04,0x02,0x00]
12577 0x0a,0x00,0xe9,0xd0,0xc1,0x04,0x02,0x00
12579 # CHECK: v_cmp_lt_u64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0xe9,0xd0,0xf0,0x04,0x02,0x00]
12580 0x0a,0x00,0xe9,0xd0,0xf0,0x04,0x02,0x00
12582 # CHECK: v_cmp_lt_u64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe9,0xd0,0xf7,0x04,0x02,0x00]
12583 0x0a,0x00,0xe9,0xd0,0xf7,0x04,0x02,0x00
12585 # CHECK: v_cmp_lt_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe9,0xd0,0x01,0xfd,0x03,0x00]
12586 0x0a,0x00,0xe9,0xd0,0x01,0xfd,0x03,0x00
12588 # CHECK: v_cmp_lt_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe9,0xd0,0x01,0x09,0x00,0x00]
12589 0x0a,0x00,0xe9,0xd0,0x01,0x09,0x00,0x00
12591 # CHECK: v_cmp_lt_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe9,0xd0,0x01,0x0d,0x00,0x00]
12592 0x0a,0x00,0xe9,0xd0,0x01,0x0d,0x00,0x00
12594 # CHECK: v_cmp_lt_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe9,0xd0,0x01,0xc9,0x00,0x00]
12595 0x0a,0x00,0xe9,0xd0,0x01,0xc9,0x00,0x00
12597 # CHECK: v_cmp_lt_u64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0xe9,0xd0,0x01,0xcd,0x00,0x00]
12598 0x0a,0x00,0xe9,0xd0,0x01,0xcd,0x00,0x00
12600 # CHECK: v_cmp_lt_u64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0xe9,0xd0,0x01,0xd5,0x00,0x00]
12601 0x0a,0x00,0xe9,0xd0,0x01,0xd5,0x00,0x00
12603 # CHECK: v_cmp_lt_u64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0xe9,0xd0,0x01,0xd9,0x00,0x00]
12604 0x0a,0x00,0xe9,0xd0,0x01,0xd9,0x00,0x00
12606 # CHECK: v_cmp_lt_u64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0xe9,0xd0,0x01,0xdd,0x00,0x00]
12607 0x0a,0x00,0xe9,0xd0,0x01,0xdd,0x00,0x00
12609 # CHECK: v_cmp_lt_u64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0xe9,0xd0,0x01,0xf5,0x00,0x00]
12610 0x0a,0x00,0xe9,0xd0,0x01,0xf5,0x00,0x00
12612 # CHECK: v_cmp_lt_u64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe9,0xd0,0x01,0xfd,0x00,0x00]
12613 0x0a,0x00,0xe9,0xd0,0x01,0xfd,0x00,0x00
12615 # CHECK: v_cmp_lt_u64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0xe9,0xd0,0x01,0x01,0x01,0x00]
12616 0x0a,0x00,0xe9,0xd0,0x01,0x01,0x01,0x00
12618 # CHECK: v_cmp_lt_u64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0xe9,0xd0,0x01,0x83,0x01,0x00]
12619 0x0a,0x00,0xe9,0xd0,0x01,0x83,0x01,0x00
12621 # CHECK: v_cmp_lt_u64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0xe9,0xd0,0x01,0xe1,0x01,0x00]
12622 0x0a,0x00,0xe9,0xd0,0x01,0xe1,0x01,0x00
12624 # CHECK: v_cmp_lt_u64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe9,0xd0,0x01,0xef,0x01,0x00]
12625 0x0a,0x00,0xe9,0xd0,0x01,0xef,0x01,0x00
12627 # CHECK: v_cmp_eq_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xea,0xd0,0x01,0x05,0x02,0x00]
12628 0x0a,0x00,0xea,0xd0,0x01,0x05,0x02,0x00
12630 # CHECK: v_cmp_eq_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xea,0xd0,0x01,0x05,0x02,0x00]
12631 0x0c,0x00,0xea,0xd0,0x01,0x05,0x02,0x00
12633 # CHECK: v_cmp_eq_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xea,0xd0,0x01,0x05,0x02,0x00]
12634 0x64,0x00,0xea,0xd0,0x01,0x05,0x02,0x00
12636 # CHECK: v_cmp_eq_u64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0xea,0xd0,0x01,0x05,0x02,0x00]
12637 0x66,0x00,0xea,0xd0,0x01,0x05,0x02,0x00
12639 # CHECK: v_cmp_eq_u64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xea,0xd0,0x01,0x05,0x02,0x00]
12640 0x6a,0x00,0xea,0xd0,0x01,0x05,0x02,0x00
12642 # CHECK: v_cmp_eq_u64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0xea,0xd0,0x01,0x05,0x02,0x00]
12643 0x6c,0x00,0xea,0xd0,0x01,0x05,0x02,0x00
12645 # CHECK: v_cmp_eq_u64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0xea,0xd0,0x01,0x05,0x02,0x00]
12646 0x6e,0x00,0xea,0xd0,0x01,0x05,0x02,0x00
12648 # CHECK: v_cmp_eq_u64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0xea,0xd0,0x01,0x05,0x02,0x00]
12649 0x7a,0x00,0xea,0xd0,0x01,0x05,0x02,0x00
12651 # CHECK: v_cmp_eq_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xea,0xd0,0xfe,0x05,0x02,0x00]
12652 0x0a,0x00,0xea,0xd0,0xfe,0x05,0x02,0x00
12654 # CHECK: v_cmp_eq_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xea,0xd0,0x02,0x04,0x02,0x00]
12655 0x0a,0x00,0xea,0xd0,0x02,0x04,0x02,0x00
12657 # CHECK: v_cmp_eq_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xea,0xd0,0x04,0x04,0x02,0x00]
12658 0x0a,0x00,0xea,0xd0,0x04,0x04,0x02,0x00
12660 # CHECK: v_cmp_eq_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xea,0xd0,0x64,0x04,0x02,0x00]
12661 0x0a,0x00,0xea,0xd0,0x64,0x04,0x02,0x00
12663 # CHECK: v_cmp_eq_u64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0xea,0xd0,0x66,0x04,0x02,0x00]
12664 0x0a,0x00,0xea,0xd0,0x66,0x04,0x02,0x00
12666 # CHECK: v_cmp_eq_u64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0xea,0xd0,0x6a,0x04,0x02,0x00]
12667 0x0a,0x00,0xea,0xd0,0x6a,0x04,0x02,0x00
12669 # CHECK: v_cmp_eq_u64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0xea,0xd0,0x6c,0x04,0x02,0x00]
12670 0x0a,0x00,0xea,0xd0,0x6c,0x04,0x02,0x00
12672 # CHECK: v_cmp_eq_u64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0xea,0xd0,0x6e,0x04,0x02,0x00]
12673 0x0a,0x00,0xea,0xd0,0x6e,0x04,0x02,0x00
12675 # CHECK: v_cmp_eq_u64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0xea,0xd0,0x7a,0x04,0x02,0x00]
12676 0x0a,0x00,0xea,0xd0,0x7a,0x04,0x02,0x00
12678 # CHECK: v_cmp_eq_u64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xea,0xd0,0x7e,0x04,0x02,0x00]
12679 0x0a,0x00,0xea,0xd0,0x7e,0x04,0x02,0x00
12681 # CHECK: v_cmp_eq_u64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0xea,0xd0,0x80,0x04,0x02,0x00]
12682 0x0a,0x00,0xea,0xd0,0x80,0x04,0x02,0x00
12684 # CHECK: v_cmp_eq_u64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0xea,0xd0,0xc1,0x04,0x02,0x00]
12685 0x0a,0x00,0xea,0xd0,0xc1,0x04,0x02,0x00
12687 # CHECK: v_cmp_eq_u64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0xea,0xd0,0xf0,0x04,0x02,0x00]
12688 0x0a,0x00,0xea,0xd0,0xf0,0x04,0x02,0x00
12690 # CHECK: v_cmp_eq_u64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xea,0xd0,0xf7,0x04,0x02,0x00]
12691 0x0a,0x00,0xea,0xd0,0xf7,0x04,0x02,0x00
12693 # CHECK: v_cmp_eq_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xea,0xd0,0x01,0xfd,0x03,0x00]
12694 0x0a,0x00,0xea,0xd0,0x01,0xfd,0x03,0x00
12696 # CHECK: v_cmp_eq_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xea,0xd0,0x01,0x09,0x00,0x00]
12697 0x0a,0x00,0xea,0xd0,0x01,0x09,0x00,0x00
12699 # CHECK: v_cmp_eq_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xea,0xd0,0x01,0x0d,0x00,0x00]
12700 0x0a,0x00,0xea,0xd0,0x01,0x0d,0x00,0x00
12702 # CHECK: v_cmp_eq_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xea,0xd0,0x01,0xc9,0x00,0x00]
12703 0x0a,0x00,0xea,0xd0,0x01,0xc9,0x00,0x00
12705 # CHECK: v_cmp_eq_u64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0xea,0xd0,0x01,0xcd,0x00,0x00]
12706 0x0a,0x00,0xea,0xd0,0x01,0xcd,0x00,0x00
12708 # CHECK: v_cmp_eq_u64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0xea,0xd0,0x01,0xd5,0x00,0x00]
12709 0x0a,0x00,0xea,0xd0,0x01,0xd5,0x00,0x00
12711 # CHECK: v_cmp_eq_u64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0xea,0xd0,0x01,0xd9,0x00,0x00]
12712 0x0a,0x00,0xea,0xd0,0x01,0xd9,0x00,0x00
12714 # CHECK: v_cmp_eq_u64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0xea,0xd0,0x01,0xdd,0x00,0x00]
12715 0x0a,0x00,0xea,0xd0,0x01,0xdd,0x00,0x00
12717 # CHECK: v_cmp_eq_u64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0xea,0xd0,0x01,0xf5,0x00,0x00]
12718 0x0a,0x00,0xea,0xd0,0x01,0xf5,0x00,0x00
12720 # CHECK: v_cmp_eq_u64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xea,0xd0,0x01,0xfd,0x00,0x00]
12721 0x0a,0x00,0xea,0xd0,0x01,0xfd,0x00,0x00
12723 # CHECK: v_cmp_eq_u64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0xea,0xd0,0x01,0x01,0x01,0x00]
12724 0x0a,0x00,0xea,0xd0,0x01,0x01,0x01,0x00
12726 # CHECK: v_cmp_eq_u64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0xea,0xd0,0x01,0x83,0x01,0x00]
12727 0x0a,0x00,0xea,0xd0,0x01,0x83,0x01,0x00
12729 # CHECK: v_cmp_eq_u64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0xea,0xd0,0x01,0xe1,0x01,0x00]
12730 0x0a,0x00,0xea,0xd0,0x01,0xe1,0x01,0x00
12732 # CHECK: v_cmp_eq_u64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xea,0xd0,0x01,0xef,0x01,0x00]
12733 0x0a,0x00,0xea,0xd0,0x01,0xef,0x01,0x00
12735 # CHECK: v_cmp_le_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xeb,0xd0,0x01,0x05,0x02,0x00]
12736 0x0a,0x00,0xeb,0xd0,0x01,0x05,0x02,0x00
12738 # CHECK: v_cmp_le_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xeb,0xd0,0x01,0x05,0x02,0x00]
12739 0x0c,0x00,0xeb,0xd0,0x01,0x05,0x02,0x00
12741 # CHECK: v_cmp_le_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xeb,0xd0,0x01,0x05,0x02,0x00]
12742 0x64,0x00,0xeb,0xd0,0x01,0x05,0x02,0x00
12744 # CHECK: v_cmp_le_u64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0xeb,0xd0,0x01,0x05,0x02,0x00]
12745 0x66,0x00,0xeb,0xd0,0x01,0x05,0x02,0x00
12747 # CHECK: v_cmp_le_u64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xeb,0xd0,0x01,0x05,0x02,0x00]
12748 0x6a,0x00,0xeb,0xd0,0x01,0x05,0x02,0x00
12750 # CHECK: v_cmp_le_u64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0xeb,0xd0,0x01,0x05,0x02,0x00]
12751 0x6c,0x00,0xeb,0xd0,0x01,0x05,0x02,0x00
12753 # CHECK: v_cmp_le_u64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0xeb,0xd0,0x01,0x05,0x02,0x00]
12754 0x6e,0x00,0xeb,0xd0,0x01,0x05,0x02,0x00
12756 # CHECK: v_cmp_le_u64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0xeb,0xd0,0x01,0x05,0x02,0x00]
12757 0x7a,0x00,0xeb,0xd0,0x01,0x05,0x02,0x00
12759 # CHECK: v_cmp_le_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xeb,0xd0,0xfe,0x05,0x02,0x00]
12760 0x0a,0x00,0xeb,0xd0,0xfe,0x05,0x02,0x00
12762 # CHECK: v_cmp_le_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xeb,0xd0,0x02,0x04,0x02,0x00]
12763 0x0a,0x00,0xeb,0xd0,0x02,0x04,0x02,0x00
12765 # CHECK: v_cmp_le_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xeb,0xd0,0x04,0x04,0x02,0x00]
12766 0x0a,0x00,0xeb,0xd0,0x04,0x04,0x02,0x00
12768 # CHECK: v_cmp_le_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xeb,0xd0,0x64,0x04,0x02,0x00]
12769 0x0a,0x00,0xeb,0xd0,0x64,0x04,0x02,0x00
12771 # CHECK: v_cmp_le_u64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0xeb,0xd0,0x66,0x04,0x02,0x00]
12772 0x0a,0x00,0xeb,0xd0,0x66,0x04,0x02,0x00
12774 # CHECK: v_cmp_le_u64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0xeb,0xd0,0x6a,0x04,0x02,0x00]
12775 0x0a,0x00,0xeb,0xd0,0x6a,0x04,0x02,0x00
12777 # CHECK: v_cmp_le_u64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0xeb,0xd0,0x6c,0x04,0x02,0x00]
12778 0x0a,0x00,0xeb,0xd0,0x6c,0x04,0x02,0x00
12780 # CHECK: v_cmp_le_u64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0xeb,0xd0,0x6e,0x04,0x02,0x00]
12781 0x0a,0x00,0xeb,0xd0,0x6e,0x04,0x02,0x00
12783 # CHECK: v_cmp_le_u64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0xeb,0xd0,0x7a,0x04,0x02,0x00]
12784 0x0a,0x00,0xeb,0xd0,0x7a,0x04,0x02,0x00
12786 # CHECK: v_cmp_le_u64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xeb,0xd0,0x7e,0x04,0x02,0x00]
12787 0x0a,0x00,0xeb,0xd0,0x7e,0x04,0x02,0x00
12789 # CHECK: v_cmp_le_u64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0xeb,0xd0,0x80,0x04,0x02,0x00]
12790 0x0a,0x00,0xeb,0xd0,0x80,0x04,0x02,0x00
12792 # CHECK: v_cmp_le_u64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0xeb,0xd0,0xc1,0x04,0x02,0x00]
12793 0x0a,0x00,0xeb,0xd0,0xc1,0x04,0x02,0x00
12795 # CHECK: v_cmp_le_u64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0xeb,0xd0,0xf0,0x04,0x02,0x00]
12796 0x0a,0x00,0xeb,0xd0,0xf0,0x04,0x02,0x00
12798 # CHECK: v_cmp_le_u64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xeb,0xd0,0xf7,0x04,0x02,0x00]
12799 0x0a,0x00,0xeb,0xd0,0xf7,0x04,0x02,0x00
12801 # CHECK: v_cmp_le_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xeb,0xd0,0x01,0xfd,0x03,0x00]
12802 0x0a,0x00,0xeb,0xd0,0x01,0xfd,0x03,0x00
12804 # CHECK: v_cmp_le_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xeb,0xd0,0x01,0x09,0x00,0x00]
12805 0x0a,0x00,0xeb,0xd0,0x01,0x09,0x00,0x00
12807 # CHECK: v_cmp_le_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xeb,0xd0,0x01,0x0d,0x00,0x00]
12808 0x0a,0x00,0xeb,0xd0,0x01,0x0d,0x00,0x00
12810 # CHECK: v_cmp_le_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xeb,0xd0,0x01,0xc9,0x00,0x00]
12811 0x0a,0x00,0xeb,0xd0,0x01,0xc9,0x00,0x00
12813 # CHECK: v_cmp_le_u64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0xeb,0xd0,0x01,0xcd,0x00,0x00]
12814 0x0a,0x00,0xeb,0xd0,0x01,0xcd,0x00,0x00
12816 # CHECK: v_cmp_le_u64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0xeb,0xd0,0x01,0xd5,0x00,0x00]
12817 0x0a,0x00,0xeb,0xd0,0x01,0xd5,0x00,0x00
12819 # CHECK: v_cmp_le_u64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0xeb,0xd0,0x01,0xd9,0x00,0x00]
12820 0x0a,0x00,0xeb,0xd0,0x01,0xd9,0x00,0x00
12822 # CHECK: v_cmp_le_u64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0xeb,0xd0,0x01,0xdd,0x00,0x00]
12823 0x0a,0x00,0xeb,0xd0,0x01,0xdd,0x00,0x00
12825 # CHECK: v_cmp_le_u64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0xeb,0xd0,0x01,0xf5,0x00,0x00]
12826 0x0a,0x00,0xeb,0xd0,0x01,0xf5,0x00,0x00
12828 # CHECK: v_cmp_le_u64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xeb,0xd0,0x01,0xfd,0x00,0x00]
12829 0x0a,0x00,0xeb,0xd0,0x01,0xfd,0x00,0x00
12831 # CHECK: v_cmp_le_u64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0xeb,0xd0,0x01,0x01,0x01,0x00]
12832 0x0a,0x00,0xeb,0xd0,0x01,0x01,0x01,0x00
12834 # CHECK: v_cmp_le_u64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0xeb,0xd0,0x01,0x83,0x01,0x00]
12835 0x0a,0x00,0xeb,0xd0,0x01,0x83,0x01,0x00
12837 # CHECK: v_cmp_le_u64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0xeb,0xd0,0x01,0xe1,0x01,0x00]
12838 0x0a,0x00,0xeb,0xd0,0x01,0xe1,0x01,0x00
12840 # CHECK: v_cmp_le_u64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xeb,0xd0,0x01,0xef,0x01,0x00]
12841 0x0a,0x00,0xeb,0xd0,0x01,0xef,0x01,0x00
12843 # CHECK: v_cmp_gt_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xec,0xd0,0x01,0x05,0x02,0x00]
12844 0x0a,0x00,0xec,0xd0,0x01,0x05,0x02,0x00
12846 # CHECK: v_cmp_gt_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xec,0xd0,0x01,0x05,0x02,0x00]
12847 0x0c,0x00,0xec,0xd0,0x01,0x05,0x02,0x00
12849 # CHECK: v_cmp_gt_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xec,0xd0,0x01,0x05,0x02,0x00]
12850 0x64,0x00,0xec,0xd0,0x01,0x05,0x02,0x00
12852 # CHECK: v_cmp_gt_u64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0xec,0xd0,0x01,0x05,0x02,0x00]
12853 0x66,0x00,0xec,0xd0,0x01,0x05,0x02,0x00
12855 # CHECK: v_cmp_gt_u64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xec,0xd0,0x01,0x05,0x02,0x00]
12856 0x6a,0x00,0xec,0xd0,0x01,0x05,0x02,0x00
12858 # CHECK: v_cmp_gt_u64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0xec,0xd0,0x01,0x05,0x02,0x00]
12859 0x6c,0x00,0xec,0xd0,0x01,0x05,0x02,0x00
12861 # CHECK: v_cmp_gt_u64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0xec,0xd0,0x01,0x05,0x02,0x00]
12862 0x6e,0x00,0xec,0xd0,0x01,0x05,0x02,0x00
12864 # CHECK: v_cmp_gt_u64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0xec,0xd0,0x01,0x05,0x02,0x00]
12865 0x7a,0x00,0xec,0xd0,0x01,0x05,0x02,0x00
12867 # CHECK: v_cmp_gt_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xec,0xd0,0xfe,0x05,0x02,0x00]
12868 0x0a,0x00,0xec,0xd0,0xfe,0x05,0x02,0x00
12870 # CHECK: v_cmp_gt_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xec,0xd0,0x02,0x04,0x02,0x00]
12871 0x0a,0x00,0xec,0xd0,0x02,0x04,0x02,0x00
12873 # CHECK: v_cmp_gt_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xec,0xd0,0x04,0x04,0x02,0x00]
12874 0x0a,0x00,0xec,0xd0,0x04,0x04,0x02,0x00
12876 # CHECK: v_cmp_gt_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xec,0xd0,0x64,0x04,0x02,0x00]
12877 0x0a,0x00,0xec,0xd0,0x64,0x04,0x02,0x00
12879 # CHECK: v_cmp_gt_u64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0xec,0xd0,0x66,0x04,0x02,0x00]
12880 0x0a,0x00,0xec,0xd0,0x66,0x04,0x02,0x00
12882 # CHECK: v_cmp_gt_u64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0xec,0xd0,0x6a,0x04,0x02,0x00]
12883 0x0a,0x00,0xec,0xd0,0x6a,0x04,0x02,0x00
12885 # CHECK: v_cmp_gt_u64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0xec,0xd0,0x6c,0x04,0x02,0x00]
12886 0x0a,0x00,0xec,0xd0,0x6c,0x04,0x02,0x00
12888 # CHECK: v_cmp_gt_u64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0xec,0xd0,0x6e,0x04,0x02,0x00]
12889 0x0a,0x00,0xec,0xd0,0x6e,0x04,0x02,0x00
12891 # CHECK: v_cmp_gt_u64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0xec,0xd0,0x7a,0x04,0x02,0x00]
12892 0x0a,0x00,0xec,0xd0,0x7a,0x04,0x02,0x00
12894 # CHECK: v_cmp_gt_u64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xec,0xd0,0x7e,0x04,0x02,0x00]
12895 0x0a,0x00,0xec,0xd0,0x7e,0x04,0x02,0x00
12897 # CHECK: v_cmp_gt_u64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0xec,0xd0,0x80,0x04,0x02,0x00]
12898 0x0a,0x00,0xec,0xd0,0x80,0x04,0x02,0x00
12900 # CHECK: v_cmp_gt_u64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0xec,0xd0,0xc1,0x04,0x02,0x00]
12901 0x0a,0x00,0xec,0xd0,0xc1,0x04,0x02,0x00
12903 # CHECK: v_cmp_gt_u64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0xec,0xd0,0xf0,0x04,0x02,0x00]
12904 0x0a,0x00,0xec,0xd0,0xf0,0x04,0x02,0x00
12906 # CHECK: v_cmp_gt_u64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xec,0xd0,0xf7,0x04,0x02,0x00]
12907 0x0a,0x00,0xec,0xd0,0xf7,0x04,0x02,0x00
12909 # CHECK: v_cmp_gt_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xec,0xd0,0x01,0xfd,0x03,0x00]
12910 0x0a,0x00,0xec,0xd0,0x01,0xfd,0x03,0x00
12912 # CHECK: v_cmp_gt_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xec,0xd0,0x01,0x09,0x00,0x00]
12913 0x0a,0x00,0xec,0xd0,0x01,0x09,0x00,0x00
12915 # CHECK: v_cmp_gt_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xec,0xd0,0x01,0x0d,0x00,0x00]
12916 0x0a,0x00,0xec,0xd0,0x01,0x0d,0x00,0x00
12918 # CHECK: v_cmp_gt_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xec,0xd0,0x01,0xc9,0x00,0x00]
12919 0x0a,0x00,0xec,0xd0,0x01,0xc9,0x00,0x00
12921 # CHECK: v_cmp_gt_u64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0xec,0xd0,0x01,0xcd,0x00,0x00]
12922 0x0a,0x00,0xec,0xd0,0x01,0xcd,0x00,0x00
12924 # CHECK: v_cmp_gt_u64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0xec,0xd0,0x01,0xd5,0x00,0x00]
12925 0x0a,0x00,0xec,0xd0,0x01,0xd5,0x00,0x00
12927 # CHECK: v_cmp_gt_u64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0xec,0xd0,0x01,0xd9,0x00,0x00]
12928 0x0a,0x00,0xec,0xd0,0x01,0xd9,0x00,0x00
12930 # CHECK: v_cmp_gt_u64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0xec,0xd0,0x01,0xdd,0x00,0x00]
12931 0x0a,0x00,0xec,0xd0,0x01,0xdd,0x00,0x00
12933 # CHECK: v_cmp_gt_u64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0xec,0xd0,0x01,0xf5,0x00,0x00]
12934 0x0a,0x00,0xec,0xd0,0x01,0xf5,0x00,0x00
12936 # CHECK: v_cmp_gt_u64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xec,0xd0,0x01,0xfd,0x00,0x00]
12937 0x0a,0x00,0xec,0xd0,0x01,0xfd,0x00,0x00
12939 # CHECK: v_cmp_gt_u64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0xec,0xd0,0x01,0x01,0x01,0x00]
12940 0x0a,0x00,0xec,0xd0,0x01,0x01,0x01,0x00
12942 # CHECK: v_cmp_gt_u64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0xec,0xd0,0x01,0x83,0x01,0x00]
12943 0x0a,0x00,0xec,0xd0,0x01,0x83,0x01,0x00
12945 # CHECK: v_cmp_gt_u64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0xec,0xd0,0x01,0xe1,0x01,0x00]
12946 0x0a,0x00,0xec,0xd0,0x01,0xe1,0x01,0x00
12948 # CHECK: v_cmp_gt_u64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xec,0xd0,0x01,0xef,0x01,0x00]
12949 0x0a,0x00,0xec,0xd0,0x01,0xef,0x01,0x00
12951 # CHECK: v_cmp_ne_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xed,0xd0,0x01,0x05,0x02,0x00]
12952 0x0a,0x00,0xed,0xd0,0x01,0x05,0x02,0x00
12954 # CHECK: v_cmp_ne_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xed,0xd0,0x01,0x05,0x02,0x00]
12955 0x0c,0x00,0xed,0xd0,0x01,0x05,0x02,0x00
12957 # CHECK: v_cmp_ne_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xed,0xd0,0x01,0x05,0x02,0x00]
12958 0x64,0x00,0xed,0xd0,0x01,0x05,0x02,0x00
12960 # CHECK: v_cmp_ne_u64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0xed,0xd0,0x01,0x05,0x02,0x00]
12961 0x66,0x00,0xed,0xd0,0x01,0x05,0x02,0x00
12963 # CHECK: v_cmp_ne_u64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xed,0xd0,0x01,0x05,0x02,0x00]
12964 0x6a,0x00,0xed,0xd0,0x01,0x05,0x02,0x00
12966 # CHECK: v_cmp_ne_u64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0xed,0xd0,0x01,0x05,0x02,0x00]
12967 0x6c,0x00,0xed,0xd0,0x01,0x05,0x02,0x00
12969 # CHECK: v_cmp_ne_u64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0xed,0xd0,0x01,0x05,0x02,0x00]
12970 0x6e,0x00,0xed,0xd0,0x01,0x05,0x02,0x00
12972 # CHECK: v_cmp_ne_u64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0xed,0xd0,0x01,0x05,0x02,0x00]
12973 0x7a,0x00,0xed,0xd0,0x01,0x05,0x02,0x00
12975 # CHECK: v_cmp_ne_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xed,0xd0,0xfe,0x05,0x02,0x00]
12976 0x0a,0x00,0xed,0xd0,0xfe,0x05,0x02,0x00
12978 # CHECK: v_cmp_ne_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xed,0xd0,0x02,0x04,0x02,0x00]
12979 0x0a,0x00,0xed,0xd0,0x02,0x04,0x02,0x00
12981 # CHECK: v_cmp_ne_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xed,0xd0,0x04,0x04,0x02,0x00]
12982 0x0a,0x00,0xed,0xd0,0x04,0x04,0x02,0x00
12984 # CHECK: v_cmp_ne_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xed,0xd0,0x64,0x04,0x02,0x00]
12985 0x0a,0x00,0xed,0xd0,0x64,0x04,0x02,0x00
12987 # CHECK: v_cmp_ne_u64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0xed,0xd0,0x66,0x04,0x02,0x00]
12988 0x0a,0x00,0xed,0xd0,0x66,0x04,0x02,0x00
12990 # CHECK: v_cmp_ne_u64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0xed,0xd0,0x6a,0x04,0x02,0x00]
12991 0x0a,0x00,0xed,0xd0,0x6a,0x04,0x02,0x00
12993 # CHECK: v_cmp_ne_u64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0xed,0xd0,0x6c,0x04,0x02,0x00]
12994 0x0a,0x00,0xed,0xd0,0x6c,0x04,0x02,0x00
12996 # CHECK: v_cmp_ne_u64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0xed,0xd0,0x6e,0x04,0x02,0x00]
12997 0x0a,0x00,0xed,0xd0,0x6e,0x04,0x02,0x00
12999 # CHECK: v_cmp_ne_u64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0xed,0xd0,0x7a,0x04,0x02,0x00]
13000 0x0a,0x00,0xed,0xd0,0x7a,0x04,0x02,0x00
13002 # CHECK: v_cmp_ne_u64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xed,0xd0,0x7e,0x04,0x02,0x00]
13003 0x0a,0x00,0xed,0xd0,0x7e,0x04,0x02,0x00
13005 # CHECK: v_cmp_ne_u64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0xed,0xd0,0x80,0x04,0x02,0x00]
13006 0x0a,0x00,0xed,0xd0,0x80,0x04,0x02,0x00
13008 # CHECK: v_cmp_ne_u64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0xed,0xd0,0xc1,0x04,0x02,0x00]
13009 0x0a,0x00,0xed,0xd0,0xc1,0x04,0x02,0x00
13011 # CHECK: v_cmp_ne_u64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0xed,0xd0,0xf0,0x04,0x02,0x00]
13012 0x0a,0x00,0xed,0xd0,0xf0,0x04,0x02,0x00
13014 # CHECK: v_cmp_ne_u64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xed,0xd0,0xf7,0x04,0x02,0x00]
13015 0x0a,0x00,0xed,0xd0,0xf7,0x04,0x02,0x00
13017 # CHECK: v_cmp_ne_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xed,0xd0,0x01,0xfd,0x03,0x00]
13018 0x0a,0x00,0xed,0xd0,0x01,0xfd,0x03,0x00
13020 # CHECK: v_cmp_ne_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xed,0xd0,0x01,0x09,0x00,0x00]
13021 0x0a,0x00,0xed,0xd0,0x01,0x09,0x00,0x00
13023 # CHECK: v_cmp_ne_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xed,0xd0,0x01,0x0d,0x00,0x00]
13024 0x0a,0x00,0xed,0xd0,0x01,0x0d,0x00,0x00
13026 # CHECK: v_cmp_ne_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xed,0xd0,0x01,0xc9,0x00,0x00]
13027 0x0a,0x00,0xed,0xd0,0x01,0xc9,0x00,0x00
13029 # CHECK: v_cmp_ne_u64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0xed,0xd0,0x01,0xcd,0x00,0x00]
13030 0x0a,0x00,0xed,0xd0,0x01,0xcd,0x00,0x00
13032 # CHECK: v_cmp_ne_u64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0xed,0xd0,0x01,0xd5,0x00,0x00]
13033 0x0a,0x00,0xed,0xd0,0x01,0xd5,0x00,0x00
13035 # CHECK: v_cmp_ne_u64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0xed,0xd0,0x01,0xd9,0x00,0x00]
13036 0x0a,0x00,0xed,0xd0,0x01,0xd9,0x00,0x00
13038 # CHECK: v_cmp_ne_u64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0xed,0xd0,0x01,0xdd,0x00,0x00]
13039 0x0a,0x00,0xed,0xd0,0x01,0xdd,0x00,0x00
13041 # CHECK: v_cmp_ne_u64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0xed,0xd0,0x01,0xf5,0x00,0x00]
13042 0x0a,0x00,0xed,0xd0,0x01,0xf5,0x00,0x00
13044 # CHECK: v_cmp_ne_u64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xed,0xd0,0x01,0xfd,0x00,0x00]
13045 0x0a,0x00,0xed,0xd0,0x01,0xfd,0x00,0x00
13047 # CHECK: v_cmp_ne_u64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0xed,0xd0,0x01,0x01,0x01,0x00]
13048 0x0a,0x00,0xed,0xd0,0x01,0x01,0x01,0x00
13050 # CHECK: v_cmp_ne_u64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0xed,0xd0,0x01,0x83,0x01,0x00]
13051 0x0a,0x00,0xed,0xd0,0x01,0x83,0x01,0x00
13053 # CHECK: v_cmp_ne_u64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0xed,0xd0,0x01,0xe1,0x01,0x00]
13054 0x0a,0x00,0xed,0xd0,0x01,0xe1,0x01,0x00
13056 # CHECK: v_cmp_ne_u64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xed,0xd0,0x01,0xef,0x01,0x00]
13057 0x0a,0x00,0xed,0xd0,0x01,0xef,0x01,0x00
13059 # CHECK: v_cmp_ge_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xee,0xd0,0x01,0x05,0x02,0x00]
13060 0x0a,0x00,0xee,0xd0,0x01,0x05,0x02,0x00
13062 # CHECK: v_cmp_ge_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xee,0xd0,0x01,0x05,0x02,0x00]
13063 0x0c,0x00,0xee,0xd0,0x01,0x05,0x02,0x00
13065 # CHECK: v_cmp_ge_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xee,0xd0,0x01,0x05,0x02,0x00]
13066 0x64,0x00,0xee,0xd0,0x01,0x05,0x02,0x00
13068 # CHECK: v_cmp_ge_u64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0xee,0xd0,0x01,0x05,0x02,0x00]
13069 0x66,0x00,0xee,0xd0,0x01,0x05,0x02,0x00
13071 # CHECK: v_cmp_ge_u64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xee,0xd0,0x01,0x05,0x02,0x00]
13072 0x6a,0x00,0xee,0xd0,0x01,0x05,0x02,0x00
13074 # CHECK: v_cmp_ge_u64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0xee,0xd0,0x01,0x05,0x02,0x00]
13075 0x6c,0x00,0xee,0xd0,0x01,0x05,0x02,0x00
13077 # CHECK: v_cmp_ge_u64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0xee,0xd0,0x01,0x05,0x02,0x00]
13078 0x6e,0x00,0xee,0xd0,0x01,0x05,0x02,0x00
13080 # CHECK: v_cmp_ge_u64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0xee,0xd0,0x01,0x05,0x02,0x00]
13081 0x7a,0x00,0xee,0xd0,0x01,0x05,0x02,0x00
13083 # CHECK: v_cmp_ge_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xee,0xd0,0xfe,0x05,0x02,0x00]
13084 0x0a,0x00,0xee,0xd0,0xfe,0x05,0x02,0x00
13086 # CHECK: v_cmp_ge_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xee,0xd0,0x02,0x04,0x02,0x00]
13087 0x0a,0x00,0xee,0xd0,0x02,0x04,0x02,0x00
13089 # CHECK: v_cmp_ge_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xee,0xd0,0x04,0x04,0x02,0x00]
13090 0x0a,0x00,0xee,0xd0,0x04,0x04,0x02,0x00
13092 # CHECK: v_cmp_ge_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xee,0xd0,0x64,0x04,0x02,0x00]
13093 0x0a,0x00,0xee,0xd0,0x64,0x04,0x02,0x00
13095 # CHECK: v_cmp_ge_u64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0xee,0xd0,0x66,0x04,0x02,0x00]
13096 0x0a,0x00,0xee,0xd0,0x66,0x04,0x02,0x00
13098 # CHECK: v_cmp_ge_u64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0xee,0xd0,0x6a,0x04,0x02,0x00]
13099 0x0a,0x00,0xee,0xd0,0x6a,0x04,0x02,0x00
13101 # CHECK: v_cmp_ge_u64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0xee,0xd0,0x6c,0x04,0x02,0x00]
13102 0x0a,0x00,0xee,0xd0,0x6c,0x04,0x02,0x00
13104 # CHECK: v_cmp_ge_u64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0xee,0xd0,0x6e,0x04,0x02,0x00]
13105 0x0a,0x00,0xee,0xd0,0x6e,0x04,0x02,0x00
13107 # CHECK: v_cmp_ge_u64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0xee,0xd0,0x7a,0x04,0x02,0x00]
13108 0x0a,0x00,0xee,0xd0,0x7a,0x04,0x02,0x00
13110 # CHECK: v_cmp_ge_u64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xee,0xd0,0x7e,0x04,0x02,0x00]
13111 0x0a,0x00,0xee,0xd0,0x7e,0x04,0x02,0x00
13113 # CHECK: v_cmp_ge_u64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0xee,0xd0,0x80,0x04,0x02,0x00]
13114 0x0a,0x00,0xee,0xd0,0x80,0x04,0x02,0x00
13116 # CHECK: v_cmp_ge_u64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0xee,0xd0,0xc1,0x04,0x02,0x00]
13117 0x0a,0x00,0xee,0xd0,0xc1,0x04,0x02,0x00
13119 # CHECK: v_cmp_ge_u64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0xee,0xd0,0xf0,0x04,0x02,0x00]
13120 0x0a,0x00,0xee,0xd0,0xf0,0x04,0x02,0x00
13122 # CHECK: v_cmp_ge_u64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xee,0xd0,0xf7,0x04,0x02,0x00]
13123 0x0a,0x00,0xee,0xd0,0xf7,0x04,0x02,0x00
13125 # CHECK: v_cmp_ge_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xee,0xd0,0x01,0xfd,0x03,0x00]
13126 0x0a,0x00,0xee,0xd0,0x01,0xfd,0x03,0x00
13128 # CHECK: v_cmp_ge_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xee,0xd0,0x01,0x09,0x00,0x00]
13129 0x0a,0x00,0xee,0xd0,0x01,0x09,0x00,0x00
13131 # CHECK: v_cmp_ge_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xee,0xd0,0x01,0x0d,0x00,0x00]
13132 0x0a,0x00,0xee,0xd0,0x01,0x0d,0x00,0x00
13134 # CHECK: v_cmp_ge_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xee,0xd0,0x01,0xc9,0x00,0x00]
13135 0x0a,0x00,0xee,0xd0,0x01,0xc9,0x00,0x00
13137 # CHECK: v_cmp_ge_u64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0xee,0xd0,0x01,0xcd,0x00,0x00]
13138 0x0a,0x00,0xee,0xd0,0x01,0xcd,0x00,0x00
13140 # CHECK: v_cmp_ge_u64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0xee,0xd0,0x01,0xd5,0x00,0x00]
13141 0x0a,0x00,0xee,0xd0,0x01,0xd5,0x00,0x00
13143 # CHECK: v_cmp_ge_u64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0xee,0xd0,0x01,0xd9,0x00,0x00]
13144 0x0a,0x00,0xee,0xd0,0x01,0xd9,0x00,0x00
13146 # CHECK: v_cmp_ge_u64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0xee,0xd0,0x01,0xdd,0x00,0x00]
13147 0x0a,0x00,0xee,0xd0,0x01,0xdd,0x00,0x00
13149 # CHECK: v_cmp_ge_u64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0xee,0xd0,0x01,0xf5,0x00,0x00]
13150 0x0a,0x00,0xee,0xd0,0x01,0xf5,0x00,0x00
13152 # CHECK: v_cmp_ge_u64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xee,0xd0,0x01,0xfd,0x00,0x00]
13153 0x0a,0x00,0xee,0xd0,0x01,0xfd,0x00,0x00
13155 # CHECK: v_cmp_ge_u64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0xee,0xd0,0x01,0x01,0x01,0x00]
13156 0x0a,0x00,0xee,0xd0,0x01,0x01,0x01,0x00
13158 # CHECK: v_cmp_ge_u64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0xee,0xd0,0x01,0x83,0x01,0x00]
13159 0x0a,0x00,0xee,0xd0,0x01,0x83,0x01,0x00
13161 # CHECK: v_cmp_ge_u64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0xee,0xd0,0x01,0xe1,0x01,0x00]
13162 0x0a,0x00,0xee,0xd0,0x01,0xe1,0x01,0x00
13164 # CHECK: v_cmp_ge_u64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xee,0xd0,0x01,0xef,0x01,0x00]
13165 0x0a,0x00,0xee,0xd0,0x01,0xef,0x01,0x00
13167 # CHECK: v_cmp_t_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xef,0xd0,0x01,0x05,0x02,0x00]
13168 0x0a,0x00,0xef,0xd0,0x01,0x05,0x02,0x00
13170 # CHECK: v_cmp_t_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xef,0xd0,0x01,0x05,0x02,0x00]
13171 0x0c,0x00,0xef,0xd0,0x01,0x05,0x02,0x00
13173 # CHECK: v_cmp_t_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xef,0xd0,0x01,0x05,0x02,0x00]
13174 0x64,0x00,0xef,0xd0,0x01,0x05,0x02,0x00
13176 # CHECK: v_cmp_t_u64_e64 flat_scratch, v[1:2], v[2:3] ; encoding: [0x66,0x00,0xef,0xd0,0x01,0x05,0x02,0x00]
13177 0x66,0x00,0xef,0xd0,0x01,0x05,0x02,0x00
13179 # CHECK: v_cmp_t_u64_e64 vcc, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xef,0xd0,0x01,0x05,0x02,0x00]
13180 0x6a,0x00,0xef,0xd0,0x01,0x05,0x02,0x00
13182 # CHECK: v_cmp_t_u64_e64 tba, v[1:2], v[2:3] ; encoding: [0x6c,0x00,0xef,0xd0,0x01,0x05,0x02,0x00]
13183 0x6c,0x00,0xef,0xd0,0x01,0x05,0x02,0x00
13185 # CHECK: v_cmp_t_u64_e64 tma, v[1:2], v[2:3] ; encoding: [0x6e,0x00,0xef,0xd0,0x01,0x05,0x02,0x00]
13186 0x6e,0x00,0xef,0xd0,0x01,0x05,0x02,0x00
13188 # CHECK: v_cmp_t_u64_e64 ttmp[10:11], v[1:2], v[2:3] ; encoding: [0x7a,0x00,0xef,0xd0,0x01,0x05,0x02,0x00]
13189 0x7a,0x00,0xef,0xd0,0x01,0x05,0x02,0x00
13191 # CHECK: v_cmp_t_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xef,0xd0,0xfe,0x05,0x02,0x00]
13192 0x0a,0x00,0xef,0xd0,0xfe,0x05,0x02,0x00
13194 # CHECK: v_cmp_t_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xef,0xd0,0x02,0x04,0x02,0x00]
13195 0x0a,0x00,0xef,0xd0,0x02,0x04,0x02,0x00
13197 # CHECK: v_cmp_t_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xef,0xd0,0x04,0x04,0x02,0x00]
13198 0x0a,0x00,0xef,0xd0,0x04,0x04,0x02,0x00
13200 # CHECK: v_cmp_t_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xef,0xd0,0x64,0x04,0x02,0x00]
13201 0x0a,0x00,0xef,0xd0,0x64,0x04,0x02,0x00
13203 # CHECK: v_cmp_t_u64_e64 s[10:11], flat_scratch, v[2:3] ; encoding: [0x0a,0x00,0xef,0xd0,0x66,0x04,0x02,0x00]
13204 0x0a,0x00,0xef,0xd0,0x66,0x04,0x02,0x00
13206 # CHECK: v_cmp_t_u64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0xef,0xd0,0x6a,0x04,0x02,0x00]
13207 0x0a,0x00,0xef,0xd0,0x6a,0x04,0x02,0x00
13209 # CHECK: v_cmp_t_u64_e64 s[10:11], tba, v[2:3] ; encoding: [0x0a,0x00,0xef,0xd0,0x6c,0x04,0x02,0x00]
13210 0x0a,0x00,0xef,0xd0,0x6c,0x04,0x02,0x00
13212 # CHECK: v_cmp_t_u64_e64 s[10:11], tma, v[2:3] ; encoding: [0x0a,0x00,0xef,0xd0,0x6e,0x04,0x02,0x00]
13213 0x0a,0x00,0xef,0xd0,0x6e,0x04,0x02,0x00
13215 # CHECK: v_cmp_t_u64_e64 s[10:11], ttmp[10:11], v[2:3] ; encoding: [0x0a,0x00,0xef,0xd0,0x7a,0x04,0x02,0x00]
13216 0x0a,0x00,0xef,0xd0,0x7a,0x04,0x02,0x00
13218 # CHECK: v_cmp_t_u64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xef,0xd0,0x7e,0x04,0x02,0x00]
13219 0x0a,0x00,0xef,0xd0,0x7e,0x04,0x02,0x00
13221 # CHECK: v_cmp_t_u64_e64 s[10:11], 0, v[2:3] ; encoding: [0x0a,0x00,0xef,0xd0,0x80,0x04,0x02,0x00]
13222 0x0a,0x00,0xef,0xd0,0x80,0x04,0x02,0x00
13224 # CHECK: v_cmp_t_u64_e64 s[10:11], -1, v[2:3] ; encoding: [0x0a,0x00,0xef,0xd0,0xc1,0x04,0x02,0x00]
13225 0x0a,0x00,0xef,0xd0,0xc1,0x04,0x02,0x00
13227 # CHECK: v_cmp_t_u64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0xef,0xd0,0xf0,0x04,0x02,0x00]
13228 0x0a,0x00,0xef,0xd0,0xf0,0x04,0x02,0x00
13230 # CHECK: v_cmp_t_u64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xef,0xd0,0xf7,0x04,0x02,0x00]
13231 0x0a,0x00,0xef,0xd0,0xf7,0x04,0x02,0x00
13233 # CHECK: v_cmp_t_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xef,0xd0,0x01,0xfd,0x03,0x00]
13234 0x0a,0x00,0xef,0xd0,0x01,0xfd,0x03,0x00
13236 # CHECK: v_cmp_t_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xef,0xd0,0x01,0x09,0x00,0x00]
13237 0x0a,0x00,0xef,0xd0,0x01,0x09,0x00,0x00
13239 # CHECK: v_cmp_t_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xef,0xd0,0x01,0x0d,0x00,0x00]
13240 0x0a,0x00,0xef,0xd0,0x01,0x0d,0x00,0x00
13242 # CHECK: v_cmp_t_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xef,0xd0,0x01,0xc9,0x00,0x00]
13243 0x0a,0x00,0xef,0xd0,0x01,0xc9,0x00,0x00
13245 # CHECK: v_cmp_t_u64_e64 s[10:11], v[1:2], flat_scratch ; encoding: [0x0a,0x00,0xef,0xd0,0x01,0xcd,0x00,0x00]
13246 0x0a,0x00,0xef,0xd0,0x01,0xcd,0x00,0x00
13248 # CHECK: v_cmp_t_u64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0xef,0xd0,0x01,0xd5,0x00,0x00]
13249 0x0a,0x00,0xef,0xd0,0x01,0xd5,0x00,0x00
13251 # CHECK: v_cmp_t_u64_e64 s[10:11], v[1:2], tba ; encoding: [0x0a,0x00,0xef,0xd0,0x01,0xd9,0x00,0x00]
13252 0x0a,0x00,0xef,0xd0,0x01,0xd9,0x00,0x00
13254 # CHECK: v_cmp_t_u64_e64 s[10:11], v[1:2], tma ; encoding: [0x0a,0x00,0xef,0xd0,0x01,0xdd,0x00,0x00]
13255 0x0a,0x00,0xef,0xd0,0x01,0xdd,0x00,0x00
13257 # CHECK: v_cmp_t_u64_e64 s[10:11], v[1:2], ttmp[10:11] ; encoding: [0x0a,0x00,0xef,0xd0,0x01,0xf5,0x00,0x00]
13258 0x0a,0x00,0xef,0xd0,0x01,0xf5,0x00,0x00
13260 # CHECK: v_cmp_t_u64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xef,0xd0,0x01,0xfd,0x00,0x00]
13261 0x0a,0x00,0xef,0xd0,0x01,0xfd,0x00,0x00
13263 # CHECK: v_cmp_t_u64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0xef,0xd0,0x01,0x01,0x01,0x00]
13264 0x0a,0x00,0xef,0xd0,0x01,0x01,0x01,0x00
13266 # CHECK: v_cmp_t_u64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0xef,0xd0,0x01,0x83,0x01,0x00]
13267 0x0a,0x00,0xef,0xd0,0x01,0x83,0x01,0x00
13269 # CHECK: v_cmp_t_u64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0xef,0xd0,0x01,0xe1,0x01,0x00]
13270 0x0a,0x00,0xef,0xd0,0x01,0xe1,0x01,0x00
13272 # CHECK: v_cmp_t_u64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xef,0xd0,0x01,0xef,0x01,0x00]
13273 0x0a,0x00,0xef,0xd0,0x01,0xef,0x01,0x00