Lines Matching refs:v2

11 // CHECK: v_add_f32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x06]
12 v_add_f32_e32 v1, v2, v3
35 // CHECK: v_mul_i32_i24_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x12]
36 v_mul_i32_i24_e32 v1, v2, v3
39 // CHECK: v_mul_i32_i24_e64 v1, v2, v3 ; encoding: [0x01,0x00,0x12,0xd2,0x02,0x07,0x02,0x00]
40 v_mul_i32_i24_e64 v1, v2, v3
51 // CHECK: v_mul_i32_i24_e64 v1, v2, 3 ; encoding: [0x01,0x00,0x12,0xd2,0x02,0x07,0x01,0x00]
52 v_mul_i32_i24 v1, v2, 3
55 // CHECK: v_mul_i32_i24_e64 v1, v2, -3 ; encoding: [0x01,0x00,0x12,0xd2,0x02,0x87,0x01,0x00]
56 v_mul_i32_i24 v1, v2, -3
75 // CHECK: v_mul_i32_i24_e64 v1, v2, s3 ; encoding: [0x01,0x00,0x12,0xd2,0x02,0x07,0x00,0x00]
76 v_mul_i32_i24 v1, v2, s3
94 // CHECK: v_cndmask_b32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x00]
95 v_cndmask_b32 v1, v2, v3
97 // CHECK: v_readlane_b32 s1, v2, s3 ; encoding: [0x02,0x07,0x02,0x02]
98 v_readlane_b32 s1, v2, s3
103 // CHECK: v_add_f32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x06]
104 v_add_f32 v1, v2, v3
106 // CHECK: v_sub_f32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x08]
107 v_sub_f32 v1, v2, v3
109 // CHECK: v_subrev_f32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x0a]
110 v_subrev_f32 v1, v2, v3
112 // CHECK: v_mac_legacy_f32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x0c]
113 v_mac_legacy_f32 v1, v2, v3
115 // CHECK: v_mul_legacy_f32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x0e]
116 v_mul_legacy_f32_e32 v1, v2, v3
118 // CHECK: v_mul_f32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x10]
119 v_mul_f32 v1, v2, v3
121 // CHECK: v_mul_i32_i24_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x12]
122 v_mul_i32_i24 v1, v2, v3
124 // CHECK: v_mul_hi_i32_i24_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x14]
125 v_mul_hi_i32_i24 v1, v2, v3
127 // CHECK: v_mul_u32_u24_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x16]
128 v_mul_u32_u24 v1, v2, v3
130 // CHECK: v_mul_hi_u32_u24_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x18]
131 v_mul_hi_u32_u24 v1, v2, v3
133 // CHECK: v_min_legacy_f32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x1a]
134 v_min_legacy_f32_e32 v1, v2, v3
136 // CHECK: v_max_legacy_f32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x1c]
137 v_max_legacy_f32 v1, v2, v3
139 // CHECK: v_min_f32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x1e]
140 v_min_f32_e32 v1, v2, v3
142 // CHECK: v_max_f32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x20]
143 v_max_f32 v1, v2 v3
145 // CHECK: v_min_i32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x22]
146 v_min_i32 v1, v2, v3
148 // CHECK: v_max_i32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x24]
149 v_max_i32 v1, v2, v3
151 // CHECK: v_min_u32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x26]
152 v_min_u32 v1, v2, v3
154 // CHECK: v_max_u32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x28]
155 v_max_u32 v1, v2, v3
157 // CHECK: v_lshr_b32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x2a]
158 v_lshr_b32 v1, v2, v3
160 // CHECK: v_lshrrev_b32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x2c]
161 v_lshrrev_b32 v1, v2, v3
163 // CHECK: v_ashr_i32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x2e]
164 v_ashr_i32 v1, v2, v3
166 // CHECK: v_ashrrev_i32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x30]
167 v_ashrrev_i32 v1, v2, v3
169 // CHECK: v_lshl_b32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x32]
170 v_lshl_b32_e32 v1, v2, v3
172 // CHECK: v_lshlrev_b32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x34]
173 v_lshlrev_b32 v1, v2, v3
175 // CHECK: v_and_b32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x36]
176 v_and_b32 v1, v2, v3
178 // CHECK: v_or_b32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x38]
179 v_or_b32 v1, v2, v3
181 // CHECK: v_xor_b32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x3a]
182 v_xor_b32 v1, v2, v3
184 // CHECK: v_bfm_b32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x3c]
185 v_bfm_b32 v1, v2, v3
187 // CHECK: v_mac_f32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x3e]
188 v_mac_f32 v1, v2, v3
190 // CHECK: v_madmk_f32_e32 v1, v2, v3, 0x42800000 ; encoding: [0x02,0x07,0x02,0x40,0x00,0x00,0x80,0x42]
191 v_madmk_f32 v1, v2, v3, 64.0
193 // CHECK: v_madak_f32_e32 v1, v2, v3, 0x42800000 ; encoding: [0x02,0x07,0x02,0x42,0x00,0x00,0x80,0x42]
194 v_madak_f32 v1, v2, v3, 64.0
196 // CHECK: v_bcnt_u32_b32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x44]
197 v_bcnt_u32_b32 v1, v2, v3
199 // CHECK: v_mbcnt_lo_u32_b32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x46]
200 v_mbcnt_lo_u32_b32 v1, v2, v3
202 // CHECK: v_mbcnt_hi_u32_b32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x48]
203 v_mbcnt_hi_u32_b32_e32 v1, v2, v3
205 // CHECK: v_add_i32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x4a]
206 v_add_i32 v1, v2, v3
208 // CHECK: v_sub_i32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x4c]
209 v_sub_i32_e32 v1, v2, v3
211 // CHECK: v_subrev_i32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x4e]
212 v_subrev_i32 v1, v2, v3
214 // CHECK : v_addc_u32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x50]
215 v_addc_u32 v1, v2, v3
217 // CHECK: v_subb_u32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x52]
218 v_subb_u32 v1, v2, v3
220 // CHECK: v_subbrev_u32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x54]
221 v_subbrev_u32 v1, v2, v3
223 // CHECK: v_ldexp_f32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x56]
224 v_ldexp_f32 v1, v2, v3
226 // CHECK: v_cvt_pkaccum_u8_f32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x58]
227 v_cvt_pkaccum_u8_f32 v1, v2, v3
229 // CHECK: v_cvt_pknorm_i16_f32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x5a]
230 v_cvt_pknorm_i16_f32 v1, v2, v3
232 // CHECK: v_cvt_pknorm_u16_f32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x5c]
233 v_cvt_pknorm_u16_f32 v1, v2, v3
235 // CHECK: v_cvt_pkrtz_f16_f32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x5e]
236 v_cvt_pkrtz_f16_f32 v1, v2, v3
238 // CHECK: v_cvt_pk_u16_u32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x60]
239 v_cvt_pk_u16_u32_e32 v1, v2, v3
241 // CHECK: v_cvt_pk_i16_i32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x62]
242 v_cvt_pk_i16_i32 v1, v2, v3