• Home
  • Raw
  • Download

Lines Matching refs:v

36 void test_vdup_lane(int32x2_t v) {  in test_vdup_lane()  argument
37 vdup_lane_s32(v, -1); // expected-error {{argument value -1 is outside the valid range [0, 1]}} in test_vdup_lane()
38 vdup_lane_s32(v, 2); // expected-error {{argument value 2 is outside the valid range [0, 1]}} in test_vdup_lane()
39 vdup_lane_s32(v, 0); in test_vdup_lane()
40 vdup_lane_s32(v, 1); in test_vdup_lane()
43 void test_vdupq_lane(int32x2_t v) { in test_vdupq_lane() argument
44 vdupq_lane_s32(v, -1); // expected-error {{argument value -1 is outside the valid range [0, 1]}} in test_vdupq_lane()
45 vdupq_lane_s32(v, 2); // expected-error {{argument value 2 is outside the valid range [0, 1]}} in test_vdupq_lane()
46 vdupq_lane_s32(v, 0); in test_vdupq_lane()
47 vdupq_lane_s32(v, 1); in test_vdupq_lane()
51 void test_vdup_laneq(int32x4_t v) { in test_vdup_laneq() argument
52 vdup_laneq_s32(v, -1); // expected-error {{argument value -1 is outside the valid range [0, 3]}} in test_vdup_laneq()
53 vdup_laneq_s32(v, 4); // expected-error {{argument value 4 is outside the valid range [0, 3]}} in test_vdup_laneq()
54 vdup_laneq_s32(v, 0); in test_vdup_laneq()
55 vdup_laneq_s32(v, 3); in test_vdup_laneq()
58 void test_vdupq_laneq(int32x4_t v) { in test_vdupq_laneq() argument
59 vdupq_laneq_s32(v, -1); // expected-error {{argument value -1 is outside the valid range [0, 3]}} in test_vdupq_laneq()
60 vdupq_laneq_s32(v, 4); // expected-error {{argument value 4 is outside the valid range [0, 3]}} in test_vdupq_laneq()
61 vdupq_laneq_s32(v, 0); in test_vdupq_laneq()
62 vdupq_laneq_s32(v, 3); in test_vdupq_laneq()
66 void test_vmla_lane(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmla_lane() argument
67 …vmla_lane_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range [0, 1… in test_vmla_lane()
68 …vmla_lane_s32(a, b, v, 2); // expected-error {{argument value 2 is outside the valid range [0, 1]}} in test_vmla_lane()
69 vmla_lane_s32(a, b, v, 0); in test_vmla_lane()
70 vmla_lane_s32(a, b, v, 1); in test_vmla_lane()
73 void test_vmlaq_lane(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlaq_lane() argument
74 …vmlaq_lane_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range [0, … in test_vmlaq_lane()
75 …vmlaq_lane_s32(a, b, v, 2); // expected-error {{argument value 2 is outside the valid range [0, 1]… in test_vmlaq_lane()
76 vmlaq_lane_s32(a, b, v, 0); in test_vmlaq_lane()
77 vmlaq_lane_s32(a, b, v, 1); in test_vmlaq_lane()
81 void test_vmla_laneq(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vmla_laneq() argument
82 …vmla_laneq_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range [0, … in test_vmla_laneq()
83 …vmla_laneq_s32(a, b, v, 4); // expected-error {{argument value 4 is outside the valid range [0, 3]… in test_vmla_laneq()
84 vmla_laneq_s32(a, b, v, 0); in test_vmla_laneq()
85 vmla_laneq_s32(a, b, v, 3); in test_vmla_laneq()
88 void test_vmlaq_laneq(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vmlaq_laneq() argument
89 …vmlaq_laneq_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range [0,… in test_vmlaq_laneq()
90 …vmlaq_laneq_s32(a, b, v, 4); // expected-error {{argument value 4 is outside the valid range [0, 3… in test_vmlaq_laneq()
91 vmlaq_laneq_s32(a, b, v, 0); in test_vmlaq_laneq()
92 vmlaq_laneq_s32(a, b, v, 3); in test_vmlaq_laneq()
95 void test_vmlal_high_lane(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlal_high_lane() argument
96 …vmlal_high_lane_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range… in test_vmlal_high_lane()
97 …vmlal_high_lane_s32(a, b, v, 2); // expected-error {{argument value 2 is outside the valid range [… in test_vmlal_high_lane()
98 vmlal_high_lane_s32(a, b, v, 0); in test_vmlal_high_lane()
99 vmlal_high_lane_s32(a, b, v, 1); in test_vmlal_high_lane()
102 void test_vmlal_high_laneq(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlal_high_laneq() argument
103 …vmlal_high_laneq_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid rang… in test_vmlal_high_laneq()
104 …vmlal_high_laneq_s32(a, b, v, 4); // expected-error {{argument value 4 is outside the valid range … in test_vmlal_high_laneq()
105 vmlal_high_laneq_s32(a, b, v, 0); in test_vmlal_high_laneq()
106 vmlal_high_laneq_s32(a, b, v, 3); in test_vmlal_high_laneq()
110 void test_vmlal_lane(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlal_lane() argument
111 …vmlal_lane_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range [0, … in test_vmlal_lane()
112 …vmlal_lane_s32(a, b, v, 2); // expected-error {{argument value 2 is outside the valid range [0, 1]… in test_vmlal_lane()
113 vmlal_lane_s32(a, b, v, 0); in test_vmlal_lane()
114 vmlal_lane_s32(a, b, v, 1); in test_vmlal_lane()
118 void test_vmlal_laneq(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlal_laneq() argument
119 …vmlal_laneq_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range [0,… in test_vmlal_laneq()
120 …vmlal_laneq_s32(a, b, v, 4); // expected-error {{argument value 4 is outside the valid range [0, 3… in test_vmlal_laneq()
121 vmlal_laneq_s32(a, b, v, 0); in test_vmlal_laneq()
122 vmlal_laneq_s32(a, b, v, 3); in test_vmlal_laneq()
126 void test_vmls_lane(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmls_lane() argument
127 …vmls_lane_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range [0, 1… in test_vmls_lane()
128 …vmls_lane_s32(a, b, v, 2); // expected-error {{argument value 2 is outside the valid range [0, 1]}} in test_vmls_lane()
129 vmls_lane_s32(a, b, v, 0); in test_vmls_lane()
130 vmls_lane_s32(a, b, v, 1); in test_vmls_lane()
133 void test_vmlsq_lane(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlsq_lane() argument
134 …vmlsq_lane_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range [0, … in test_vmlsq_lane()
135 …vmlsq_lane_s32(a, b, v, 2); // expected-error {{argument value 2 is outside the valid range [0, 1]… in test_vmlsq_lane()
136 vmlsq_lane_s32(a, b, v, 0); in test_vmlsq_lane()
137 vmlsq_lane_s32(a, b, v, 1); in test_vmlsq_lane()
141 void test_vmls_laneq(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vmls_laneq() argument
142 …vmls_laneq_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range [0, … in test_vmls_laneq()
143 …vmls_laneq_s32(a, b, v, 4); // expected-error {{argument value 4 is outside the valid range [0, 3]… in test_vmls_laneq()
144 vmls_laneq_s32(a, b, v, 0); in test_vmls_laneq()
145 vmls_laneq_s32(a, b, v, 3); in test_vmls_laneq()
148 void test_vmlsq_laneq(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vmlsq_laneq() argument
149 …vmlsq_laneq_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range [0,… in test_vmlsq_laneq()
150 …vmlsq_laneq_s32(a, b, v, 4); // expected-error {{argument value 4 is outside the valid range [0, 3… in test_vmlsq_laneq()
151 vmlsq_laneq_s32(a, b, v, 0); in test_vmlsq_laneq()
152 vmlsq_laneq_s32(a, b, v, 3); in test_vmlsq_laneq()
155 void test_vmlsl_high_lane(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlsl_high_lane() argument
156 …vmlsl_high_lane_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range… in test_vmlsl_high_lane()
157 …vmlsl_high_lane_s32(a, b, v, 2); // expected-error {{argument value 2 is outside the valid range [… in test_vmlsl_high_lane()
158 vmlsl_high_lane_s32(a, b, v, 0); in test_vmlsl_high_lane()
159 vmlsl_high_lane_s32(a, b, v, 1); in test_vmlsl_high_lane()
162 void test_vmlsl_high_laneq(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlsl_high_laneq() argument
163 …vmlsl_high_laneq_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid rang… in test_vmlsl_high_laneq()
164 …vmlsl_high_laneq_s32(a, b, v, 4); // expected-error {{argument value 4 is outside the valid range … in test_vmlsl_high_laneq()
165 vmlsl_high_laneq_s32(a, b, v, 0); in test_vmlsl_high_laneq()
166 vmlsl_high_laneq_s32(a, b, v, 3); in test_vmlsl_high_laneq()
170 void test_vmlsl_lane(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlsl_lane() argument
171 …vmlsl_lane_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range [0, … in test_vmlsl_lane()
172 …vmlsl_lane_s32(a, b, v, 2); // expected-error {{argument value 2 is outside the valid range [0, 1]… in test_vmlsl_lane()
173 vmlsl_lane_s32(a, b, v, 0); in test_vmlsl_lane()
174 vmlsl_lane_s32(a, b, v, 1); in test_vmlsl_lane()
178 void test_vmlsl_laneq(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlsl_laneq() argument
179 …vmlsl_laneq_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range [0,… in test_vmlsl_laneq()
180 …vmlsl_laneq_s32(a, b, v, 4); // expected-error {{argument value 4 is outside the valid range [0, 3… in test_vmlsl_laneq()
181 vmlsl_laneq_s32(a, b, v, 0); in test_vmlsl_laneq()
182 vmlsl_laneq_s32(a, b, v, 3); in test_vmlsl_laneq()
215 void test_vqdmlal_high_lane(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vqdmlal_high_lane() argument
216 …vqdmlal_high_lane_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid ran… in test_vqdmlal_high_lane()
217 …vqdmlal_high_lane_s32(a, b, v, 2); // expected-error {{argument value 2 is outside the valid range… in test_vqdmlal_high_lane()
218 vqdmlal_high_lane_s32(a, b, v, 0); in test_vqdmlal_high_lane()
219 vqdmlal_high_lane_s32(a, b, v, 1); in test_vqdmlal_high_lane()
222 void test_vqdmlal_high_laneq(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vqdmlal_high_laneq() argument
223 …vqdmlal_high_laneq_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid ra… in test_vqdmlal_high_laneq()
224 …vqdmlal_high_laneq_s32(a, b, v, 4); // expected-error {{argument value 4 is outside the valid rang… in test_vqdmlal_high_laneq()
225 vqdmlal_high_laneq_s32(a, b, v, 0); in test_vqdmlal_high_laneq()
226 vqdmlal_high_laneq_s32(a, b, v, 3); in test_vqdmlal_high_laneq()
230 void test_vqdmlal_lane(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vqdmlal_lane() argument
231 …vqdmlal_lane_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range [0… in test_vqdmlal_lane()
232 …vqdmlal_lane_s32(a, b, v, 2); // expected-error {{argument value 2 is outside the valid range [0, … in test_vqdmlal_lane()
233 vqdmlal_lane_s32(a, b, v, 0); in test_vqdmlal_lane()
234 vqdmlal_lane_s32(a, b, v, 1); in test_vqdmlal_lane()
238 void test_vqdmlal_laneq(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vqdmlal_laneq() argument
239 …vqdmlal_laneq_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range [… in test_vqdmlal_laneq()
240 …vqdmlal_laneq_s32(a, b, v, 4); // expected-error {{argument value 4 is outside the valid range [0,… in test_vqdmlal_laneq()
241 vqdmlal_laneq_s32(a, b, v, 0); in test_vqdmlal_laneq()
242 vqdmlal_laneq_s32(a, b, v, 3); in test_vqdmlal_laneq()
245 void test_vqdmlsl_high_lane(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vqdmlsl_high_lane() argument
246 …vqdmlsl_high_lane_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid ran… in test_vqdmlsl_high_lane()
247 …vqdmlsl_high_lane_s32(a, b, v, 2); // expected-error {{argument value 2 is outside the valid range… in test_vqdmlsl_high_lane()
248 vqdmlsl_high_lane_s32(a, b, v, 0); in test_vqdmlsl_high_lane()
249 vqdmlsl_high_lane_s32(a, b, v, 1); in test_vqdmlsl_high_lane()
252 void test_vqdmlsl_high_laneq(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vqdmlsl_high_laneq() argument
253 …vqdmlsl_high_laneq_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid ra… in test_vqdmlsl_high_laneq()
254 …vqdmlsl_high_laneq_s32(a, b, v, 4); // expected-error {{argument value 4 is outside the valid rang… in test_vqdmlsl_high_laneq()
255 vqdmlsl_high_laneq_s32(a, b, v, 0); in test_vqdmlsl_high_laneq()
256 vqdmlsl_high_laneq_s32(a, b, v, 3); in test_vqdmlsl_high_laneq()
260 void test_vqdmlsl_lane(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vqdmlsl_lane() argument
261 …vqdmlsl_lane_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range [0… in test_vqdmlsl_lane()
262 …vqdmlsl_lane_s32(a, b, v, 2); // expected-error {{argument value 2 is outside the valid range [0, … in test_vqdmlsl_lane()
263 vqdmlsl_lane_s32(a, b, v, 0); in test_vqdmlsl_lane()
264 vqdmlsl_lane_s32(a, b, v, 1); in test_vqdmlsl_lane()
268 void test_vqdmlsl_laneq(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vqdmlsl_laneq() argument
269 …vqdmlsl_laneq_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range [… in test_vqdmlsl_laneq()
270 …vqdmlsl_laneq_s32(a, b, v, 4); // expected-error {{argument value 4 is outside the valid range [0,… in test_vqdmlsl_laneq()
271 vqdmlsl_laneq_s32(a, b, v, 0); in test_vqdmlsl_laneq()
272 vqdmlsl_laneq_s32(a, b, v, 3); in test_vqdmlsl_laneq()
320 void test_vqdmull_lane(int32x2_t a, int32x2_t v) { in test_vqdmull_lane() argument
321 …vqdmull_lane_s32(a, v, -1); // expected-error {{argument value -1 is outside the valid range [0, 1… in test_vqdmull_lane()
322 …vqdmull_lane_s32(a, v, 2); // expected-error {{argument value 2 is outside the valid range [0, 1]}} in test_vqdmull_lane()
323 vqdmull_lane_s32(a, v, 0); in test_vqdmull_lane()
324 vqdmull_lane_s32(a, v, 1); in test_vqdmull_lane()
328 void test_vqdmull_laneq(int32x2_t a, int32x4_t v) { in test_vqdmull_laneq() argument
329 …vqdmull_laneq_s32(a, v, -1); // expected-error {{argument value -1 is outside the valid range [0, … in test_vqdmull_laneq()
330 …vqdmull_laneq_s32(a, v, 4); // expected-error {{argument value 4 is outside the valid range [0, 3]… in test_vqdmull_laneq()
331 vqdmull_laneq_s32(a, v, 0); in test_vqdmull_laneq()
332 vqdmull_laneq_s32(a, v, 3); in test_vqdmull_laneq()
336 void test_vqrdmlah_lane(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vqrdmlah_lane() argument
337 …vqrdmlah_lane_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range [… in test_vqrdmlah_lane()
338 …vqrdmlah_lane_s32(a, b, v, 2); // expected-error {{argument value 2 is outside the valid range [0,… in test_vqrdmlah_lane()
339 vqrdmlah_lane_s32(a, b, v, 0); in test_vqrdmlah_lane()
340 vqrdmlah_lane_s32(a, b, v, 1); in test_vqrdmlah_lane()
343 void test_vqrdmlahq_lane(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vqrdmlahq_lane() argument
344 …vqrdmlahq_lane_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range … in test_vqrdmlahq_lane()
345 …vqrdmlahq_lane_s32(a, b, v, 2); // expected-error {{argument value 2 is outside the valid range [0… in test_vqrdmlahq_lane()
346 vqrdmlahq_lane_s32(a, b, v, 0); in test_vqrdmlahq_lane()
347 vqrdmlahq_lane_s32(a, b, v, 1); in test_vqrdmlahq_lane()
351 void test_vqrdmlah_laneq(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vqrdmlah_laneq() argument
352 …vqrdmlah_laneq_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range … in test_vqrdmlah_laneq()
353 …vqrdmlah_laneq_s32(a, b, v, 4); // expected-error {{argument value 4 is outside the valid range [0… in test_vqrdmlah_laneq()
354 vqrdmlah_laneq_s32(a, b, v, 0); in test_vqrdmlah_laneq()
355 vqrdmlah_laneq_s32(a, b, v, 3); in test_vqrdmlah_laneq()
358 void test_vqrdmlahq_laneq(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vqrdmlahq_laneq() argument
359 …vqrdmlahq_laneq_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range… in test_vqrdmlahq_laneq()
360 …vqrdmlahq_laneq_s32(a, b, v, 4); // expected-error {{argument value 4 is outside the valid range [… in test_vqrdmlahq_laneq()
361 vqrdmlahq_laneq_s32(a, b, v, 0); in test_vqrdmlahq_laneq()
362 vqrdmlahq_laneq_s32(a, b, v, 3); in test_vqrdmlahq_laneq()
366 void test_vqrdmlsh_lane(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vqrdmlsh_lane() argument
367 …vqrdmlsh_lane_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range [… in test_vqrdmlsh_lane()
368 …vqrdmlsh_lane_s32(a, b, v, 2); // expected-error {{argument value 2 is outside the valid range [0,… in test_vqrdmlsh_lane()
369 vqrdmlsh_lane_s32(a, b, v, 0); in test_vqrdmlsh_lane()
370 vqrdmlsh_lane_s32(a, b, v, 1); in test_vqrdmlsh_lane()
373 void test_vqrdmlshq_lane(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vqrdmlshq_lane() argument
374 …vqrdmlshq_lane_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range … in test_vqrdmlshq_lane()
375 …vqrdmlshq_lane_s32(a, b, v, 2); // expected-error {{argument value 2 is outside the valid range [0… in test_vqrdmlshq_lane()
376 vqrdmlshq_lane_s32(a, b, v, 0); in test_vqrdmlshq_lane()
377 vqrdmlshq_lane_s32(a, b, v, 1); in test_vqrdmlshq_lane()
381 void test_vqrdmlsh_laneq(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vqrdmlsh_laneq() argument
382 …vqrdmlsh_laneq_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range … in test_vqrdmlsh_laneq()
383 …vqrdmlsh_laneq_s32(a, b, v, 4); // expected-error {{argument value 4 is outside the valid range [0… in test_vqrdmlsh_laneq()
384 vqrdmlsh_laneq_s32(a, b, v, 0); in test_vqrdmlsh_laneq()
385 vqrdmlsh_laneq_s32(a, b, v, 3); in test_vqrdmlsh_laneq()
388 void test_vqrdmlshq_laneq(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vqrdmlshq_laneq() argument
389 …vqrdmlshq_laneq_s32(a, b, v, -1); // expected-error {{argument value -1 is outside the valid range… in test_vqrdmlshq_laneq()
390 …vqrdmlshq_laneq_s32(a, b, v, 4); // expected-error {{argument value 4 is outside the valid range [… in test_vqrdmlshq_laneq()
391 vqrdmlshq_laneq_s32(a, b, v, 0); in test_vqrdmlshq_laneq()
392 vqrdmlshq_laneq_s32(a, b, v, 3); in test_vqrdmlshq_laneq()
396 void test_vqrdmulh_lane(int32x2_t a, int32x2_t v) { in test_vqrdmulh_lane() argument
397 …vqrdmulh_lane_s32(a, v, -1); // expected-error {{argument value -1 is outside the valid range [0,… in test_vqrdmulh_lane()
398 …vqrdmulh_lane_s32(a, v, 2); // expected-error {{argument value 2 is outside the valid range [0, 1… in test_vqrdmulh_lane()
399 vqrdmulh_lane_s32(a, v, 0); in test_vqrdmulh_lane()
400 vqrdmulh_lane_s32(a, v, 1); in test_vqrdmulh_lane()
403 void test_vqrdmulhq_lane(int32x4_t a, int32x2_t v) { in test_vqrdmulhq_lane() argument
404 …vqrdmulhq_lane_s32(a, v, -1); // expected-error {{argument value -1 is outside the valid range [0… in test_vqrdmulhq_lane()
405 …vqrdmulhq_lane_s32(a, v, 2); // expected-error {{argument value 2 is outside the valid range [0, … in test_vqrdmulhq_lane()
406 vqrdmulhq_lane_s32(a, v, 0); in test_vqrdmulhq_lane()
407 vqrdmulhq_lane_s32(a, v, 1); in test_vqrdmulhq_lane()
411 void test_vqrdmulh_laneq(int32x2_t a, int32x4_t v) { in test_vqrdmulh_laneq() argument
412 …vqrdmulh_laneq_s32(a, v, -1); // expected-error {{argument value -1 is outside the valid range [0… in test_vqrdmulh_laneq()
413 …vqrdmulh_laneq_s32(a, v, 4); // expected-error {{argument value 4 is outside the valid range [0, … in test_vqrdmulh_laneq()
414 vqrdmulh_laneq_s32(a, v, 0); in test_vqrdmulh_laneq()
415 vqrdmulh_laneq_s32(a, v, 3); in test_vqrdmulh_laneq()
418 void test_vqrdmulhq_laneq(int32x4_t a, int32x4_t v) { in test_vqrdmulhq_laneq() argument
419 …vqrdmulhq_laneq_s32(a, v, -1); // expected-error {{argument value -1 is outside the valid range [… in test_vqrdmulhq_laneq()
420 …vqrdmulhq_laneq_s32(a, v, 4); // expected-error {{argument value 4 is outside the valid range [0,… in test_vqrdmulhq_laneq()
421 vqrdmulhq_laneq_s32(a, v, 0); in test_vqrdmulhq_laneq()
422 vqrdmulhq_laneq_s32(a, v, 3); in test_vqrdmulhq_laneq()