• Home
  • Raw
  • Download

Lines Matching defs:b

9 int8x8_t test_vtbl1_s8(int8x8_t a, int8x8_t b) {  in test_vtbl1_s8()
15 int8x8_t test_vqtbl1_s8(int8x16_t a, int8x8_t b) { in test_vqtbl1_s8()
21 int8x8_t test_vtbl2_s8(int8x8x2_t a, int8x8_t b) { in test_vtbl2_s8()
27 int8x8_t test_vqtbl2_s8(int8x16x2_t a, int8x8_t b) { in test_vqtbl2_s8()
33 int8x8_t test_vtbl3_s8(int8x8x3_t a, int8x8_t b) { in test_vtbl3_s8()
39 int8x8_t test_vqtbl3_s8(int8x16x3_t a, int8x8_t b) { in test_vqtbl3_s8()
45 int8x8_t test_vtbl4_s8(int8x8x4_t a, int8x8_t b) { in test_vtbl4_s8()
51 int8x8_t test_vqtbl4_s8(int8x16x4_t a, int8x8_t b) { in test_vqtbl4_s8()
57 int8x16_t test_vqtbl1q_s8(int8x16_t a, int8x16_t b) { in test_vqtbl1q_s8()
63 int8x16_t test_vqtbl2q_s8(int8x16x2_t a, int8x16_t b) { in test_vqtbl2q_s8()
69 int8x16_t test_vqtbl3q_s8(int8x16x3_t a, int8x16_t b) { in test_vqtbl3q_s8()
75 int8x16_t test_vqtbl4q_s8(int8x16x4_t a, int8x16_t b) { in test_vqtbl4q_s8()
81 int8x8_t test_vtbx1_s8(int8x8_t a, int8x8_t b, int8x8_t c) { in test_vtbx1_s8()
91 int8x8_t test_vtbx2_s8(int8x8_t a, int8x8x2_t b, int8x8_t c) { in test_vtbx2_s8()
97 int8x8_t test_vtbx3_s8(int8x8_t a, int8x8x3_t b, int8x8_t c) { in test_vtbx3_s8()
107 int8x8_t test_vtbx4_s8(int8x8_t a, int8x8x4_t b, int8x8_t c) { in test_vtbx4_s8()
113 int8x8_t test_vqtbx1_s8(int8x8_t a, int8x16_t b, int8x8_t c) { in test_vqtbx1_s8()
119 int8x8_t test_vqtbx2_s8(int8x8_t a, int8x16x2_t b, int8x8_t c) { in test_vqtbx2_s8()
125 int8x8_t test_vqtbx3_s8(int8x8_t a, int8x16x3_t b, int8x8_t c) { in test_vqtbx3_s8()
131 int8x8_t test_vqtbx4_s8(int8x8_t a, int8x16x4_t b, int8x8_t c) { in test_vqtbx4_s8()
137 int8x16_t test_vqtbx1q_s8(int8x16_t a, int8x16_t b, int8x16_t c) { in test_vqtbx1q_s8()
143 int8x16_t test_vqtbx2q_s8(int8x16_t a, int8x16x2_t b, int8x16_t c) { in test_vqtbx2q_s8()
149 int8x16_t test_vqtbx3q_s8(int8x16_t a, int8x16x3_t b, int8x16_t c) { in test_vqtbx3q_s8()
155 int8x16_t test_vqtbx4q_s8(int8x16_t a, int8x16x4_t b, int8x16_t c) { in test_vqtbx4q_s8()
161 uint8x8_t test_vtbl1_u8(uint8x8_t a, uint8x8_t b) { in test_vtbl1_u8()
167 uint8x8_t test_vqtbl1_u8(uint8x16_t a, uint8x8_t b) { in test_vqtbl1_u8()
173 uint8x8_t test_vtbl2_u8(uint8x8x2_t a, uint8x8_t b) { in test_vtbl2_u8()
179 uint8x8_t test_vqtbl2_u8(uint8x16x2_t a, uint8x8_t b) { in test_vqtbl2_u8()
185 uint8x8_t test_vtbl3_u8(uint8x8x3_t a, uint8x8_t b) { in test_vtbl3_u8()
191 uint8x8_t test_vqtbl3_u8(uint8x16x3_t a, uint8x8_t b) { in test_vqtbl3_u8()
197 uint8x8_t test_vtbl4_u8(uint8x8x4_t a, uint8x8_t b) { in test_vtbl4_u8()
203 uint8x8_t test_vqtbl4_u8(uint8x16x4_t a, uint8x8_t b) { in test_vqtbl4_u8()
209 uint8x16_t test_vqtbl1q_u8(uint8x16_t a, uint8x16_t b) { in test_vqtbl1q_u8()
215 uint8x16_t test_vqtbl2q_u8(uint8x16x2_t a, uint8x16_t b) { in test_vqtbl2q_u8()
221 uint8x16_t test_vqtbl3q_u8(uint8x16x3_t a, uint8x16_t b) { in test_vqtbl3q_u8()
227 uint8x16_t test_vqtbl4q_u8(uint8x16x4_t a, uint8x16_t b) { in test_vqtbl4q_u8()
233 uint8x8_t test_vtbx1_u8(uint8x8_t a, uint8x8_t b, uint8x8_t c) { in test_vtbx1_u8()
243 uint8x8_t test_vtbx2_u8(uint8x8_t a, uint8x8x2_t b, uint8x8_t c) { in test_vtbx2_u8()
249 uint8x8_t test_vtbx3_u8(uint8x8_t a, uint8x8x3_t b, uint8x8_t c) { in test_vtbx3_u8()
259 uint8x8_t test_vtbx4_u8(uint8x8_t a, uint8x8x4_t b, uint8x8_t c) { in test_vtbx4_u8()
265 uint8x8_t test_vqtbx1_u8(uint8x8_t a, uint8x16_t b, uint8x8_t c) { in test_vqtbx1_u8()
271 uint8x8_t test_vqtbx2_u8(uint8x8_t a, uint8x16x2_t b, uint8x8_t c) { in test_vqtbx2_u8()
277 uint8x8_t test_vqtbx3_u8(uint8x8_t a, uint8x16x3_t b, uint8x8_t c) { in test_vqtbx3_u8()
283 uint8x8_t test_vqtbx4_u8(uint8x8_t a, uint8x16x4_t b, uint8x8_t c) { in test_vqtbx4_u8()
289 uint8x16_t test_vqtbx1q_u8(uint8x16_t a, uint8x16_t b, uint8x16_t c) { in test_vqtbx1q_u8()
295 uint8x16_t test_vqtbx2q_u8(uint8x16_t a, uint8x16x2_t b, uint8x16_t c) { in test_vqtbx2q_u8()
301 uint8x16_t test_vqtbx3q_u8(uint8x16_t a, uint8x16x3_t b, uint8x16_t c) { in test_vqtbx3q_u8()
307 uint8x16_t test_vqtbx4q_u8(uint8x16_t a, uint8x16x4_t b, uint8x16_t c) { in test_vqtbx4q_u8()
313 poly8x8_t test_vtbl1_p8(poly8x8_t a, uint8x8_t b) { in test_vtbl1_p8()
319 poly8x8_t test_vqtbl1_p8(poly8x16_t a, uint8x8_t b) { in test_vqtbl1_p8()
325 poly8x8_t test_vtbl2_p8(poly8x8x2_t a, uint8x8_t b) { in test_vtbl2_p8()
331 poly8x8_t test_vqtbl2_p8(poly8x16x2_t a, uint8x8_t b) { in test_vqtbl2_p8()
337 poly8x8_t test_vtbl3_p8(poly8x8x3_t a, uint8x8_t b) { in test_vtbl3_p8()
343 poly8x8_t test_vqtbl3_p8(poly8x16x3_t a, uint8x8_t b) { in test_vqtbl3_p8()
349 poly8x8_t test_vtbl4_p8(poly8x8x4_t a, uint8x8_t b) { in test_vtbl4_p8()
355 poly8x8_t test_vqtbl4_p8(poly8x16x4_t a, uint8x8_t b) { in test_vqtbl4_p8()
361 poly8x16_t test_vqtbl1q_p8(poly8x16_t a, uint8x16_t b) { in test_vqtbl1q_p8()
367 poly8x16_t test_vqtbl2q_p8(poly8x16x2_t a, uint8x16_t b) { in test_vqtbl2q_p8()
373 poly8x16_t test_vqtbl3q_p8(poly8x16x3_t a, uint8x16_t b) { in test_vqtbl3q_p8()
379 poly8x16_t test_vqtbl4q_p8(poly8x16x4_t a, uint8x16_t b) { in test_vqtbl4q_p8()
385 poly8x8_t test_vtbx1_p8(poly8x8_t a, poly8x8_t b, uint8x8_t c) { in test_vtbx1_p8()
395 poly8x8_t test_vtbx2_p8(poly8x8_t a, poly8x8x2_t b, uint8x8_t c) { in test_vtbx2_p8()
401 poly8x8_t test_vtbx3_p8(poly8x8_t a, poly8x8x3_t b, uint8x8_t c) { in test_vtbx3_p8()
411 poly8x8_t test_vtbx4_p8(poly8x8_t a, poly8x8x4_t b, uint8x8_t c) { in test_vtbx4_p8()
417 poly8x8_t test_vqtbx1_p8(poly8x8_t a, uint8x16_t b, uint8x8_t c) { in test_vqtbx1_p8()
423 poly8x8_t test_vqtbx2_p8(poly8x8_t a, poly8x16x2_t b, uint8x8_t c) { in test_vqtbx2_p8()
429 poly8x8_t test_vqtbx3_p8(poly8x8_t a, poly8x16x3_t b, uint8x8_t c) { in test_vqtbx3_p8()
435 poly8x8_t test_vqtbx4_p8(poly8x8_t a, poly8x16x4_t b, uint8x8_t c) { in test_vqtbx4_p8()
441 poly8x16_t test_vqtbx1q_p8(poly8x16_t a, uint8x16_t b, uint8x16_t c) { in test_vqtbx1q_p8()
447 poly8x16_t test_vqtbx2q_p8(poly8x16_t a, poly8x16x2_t b, uint8x16_t c) { in test_vqtbx2q_p8()
453 poly8x16_t test_vqtbx3q_p8(poly8x16_t a, poly8x16x3_t b, uint8x16_t c) { in test_vqtbx3q_p8()
459 poly8x16_t test_vqtbx4q_p8(poly8x16_t a, poly8x16x4_t b, uint8x16_t c) { in test_vqtbx4q_p8()