• Home
  • Raw
  • Download

Lines Matching defs:a

8 int8x8_t test_vand_s8(int8x8_t a, int8x8_t b) {  in test_vand_s8()
14 int8x16_t test_vandq_s8(int8x16_t a, int8x16_t b) { in test_vandq_s8()
20 int16x4_t test_vand_s16(int16x4_t a, int16x4_t b) { in test_vand_s16()
26 int16x8_t test_vandq_s16(int16x8_t a, int16x8_t b) { in test_vandq_s16()
32 int32x2_t test_vand_s32(int32x2_t a, int32x2_t b) { in test_vand_s32()
38 int32x4_t test_vandq_s32(int32x4_t a, int32x4_t b) { in test_vandq_s32()
44 int64x1_t test_vand_s64(int64x1_t a, int64x1_t b) { in test_vand_s64()
50 int64x2_t test_vandq_s64(int64x2_t a, int64x2_t b) { in test_vandq_s64()
56 uint8x8_t test_vand_u8(uint8x8_t a, uint8x8_t b) { in test_vand_u8()
62 uint8x16_t test_vandq_u8(uint8x16_t a, uint8x16_t b) { in test_vandq_u8()
68 uint16x4_t test_vand_u16(uint16x4_t a, uint16x4_t b) { in test_vand_u16()
74 uint16x8_t test_vandq_u16(uint16x8_t a, uint16x8_t b) { in test_vandq_u16()
80 uint32x2_t test_vand_u32(uint32x2_t a, uint32x2_t b) { in test_vand_u32()
86 uint32x4_t test_vandq_u32(uint32x4_t a, uint32x4_t b) { in test_vandq_u32()
92 uint64x1_t test_vand_u64(uint64x1_t a, uint64x1_t b) { in test_vand_u64()
98 uint64x2_t test_vandq_u64(uint64x2_t a, uint64x2_t b) { in test_vandq_u64()
104 int8x8_t test_vorr_s8(int8x8_t a, int8x8_t b) { in test_vorr_s8()
110 int8x16_t test_vorrq_s8(int8x16_t a, int8x16_t b) { in test_vorrq_s8()
116 int16x4_t test_vorr_s16(int16x4_t a, int16x4_t b) { in test_vorr_s16()
122 int16x8_t test_vorrq_s16(int16x8_t a, int16x8_t b) { in test_vorrq_s16()
128 int32x2_t test_vorr_s32(int32x2_t a, int32x2_t b) { in test_vorr_s32()
134 int32x4_t test_vorrq_s32(int32x4_t a, int32x4_t b) { in test_vorrq_s32()
140 int64x1_t test_vorr_s64(int64x1_t a, int64x1_t b) { in test_vorr_s64()
146 int64x2_t test_vorrq_s64(int64x2_t a, int64x2_t b) { in test_vorrq_s64()
152 uint8x8_t test_vorr_u8(uint8x8_t a, uint8x8_t b) { in test_vorr_u8()
158 uint8x16_t test_vorrq_u8(uint8x16_t a, uint8x16_t b) { in test_vorrq_u8()
164 uint16x4_t test_vorr_u16(uint16x4_t a, uint16x4_t b) { in test_vorr_u16()
170 uint16x8_t test_vorrq_u16(uint16x8_t a, uint16x8_t b) { in test_vorrq_u16()
176 uint32x2_t test_vorr_u32(uint32x2_t a, uint32x2_t b) { in test_vorr_u32()
182 uint32x4_t test_vorrq_u32(uint32x4_t a, uint32x4_t b) { in test_vorrq_u32()
188 uint64x1_t test_vorr_u64(uint64x1_t a, uint64x1_t b) { in test_vorr_u64()
194 uint64x2_t test_vorrq_u64(uint64x2_t a, uint64x2_t b) { in test_vorrq_u64()
200 int8x8_t test_veor_s8(int8x8_t a, int8x8_t b) { in test_veor_s8()
206 int8x16_t test_veorq_s8(int8x16_t a, int8x16_t b) { in test_veorq_s8()
212 int16x4_t test_veor_s16(int16x4_t a, int16x4_t b) { in test_veor_s16()
218 int16x8_t test_veorq_s16(int16x8_t a, int16x8_t b) { in test_veorq_s16()
224 int32x2_t test_veor_s32(int32x2_t a, int32x2_t b) { in test_veor_s32()
230 int32x4_t test_veorq_s32(int32x4_t a, int32x4_t b) { in test_veorq_s32()
236 int64x1_t test_veor_s64(int64x1_t a, int64x1_t b) { in test_veor_s64()
242 int64x2_t test_veorq_s64(int64x2_t a, int64x2_t b) { in test_veorq_s64()
248 uint8x8_t test_veor_u8(uint8x8_t a, uint8x8_t b) { in test_veor_u8()
254 uint8x16_t test_veorq_u8(uint8x16_t a, uint8x16_t b) { in test_veorq_u8()
260 uint16x4_t test_veor_u16(uint16x4_t a, uint16x4_t b) { in test_veor_u16()
266 uint16x8_t test_veorq_u16(uint16x8_t a, uint16x8_t b) { in test_veorq_u16()
272 uint32x2_t test_veor_u32(uint32x2_t a, uint32x2_t b) { in test_veor_u32()
278 uint32x4_t test_veorq_u32(uint32x4_t a, uint32x4_t b) { in test_veorq_u32()
284 uint64x1_t test_veor_u64(uint64x1_t a, uint64x1_t b) { in test_veor_u64()
290 uint64x2_t test_veorq_u64(uint64x2_t a, uint64x2_t b) { in test_veorq_u64()
296 int8x8_t test_vbic_s8(int8x8_t a, int8x8_t b) { in test_vbic_s8()
302 int8x16_t test_vbicq_s8(int8x16_t a, int8x16_t b) { in test_vbicq_s8()
308 int16x4_t test_vbic_s16(int16x4_t a, int16x4_t b) { in test_vbic_s16()
314 int16x8_t test_vbicq_s16(int16x8_t a, int16x8_t b) { in test_vbicq_s16()
320 int32x2_t test_vbic_s32(int32x2_t a, int32x2_t b) { in test_vbic_s32()
326 int32x4_t test_vbicq_s32(int32x4_t a, int32x4_t b) { in test_vbicq_s32()
332 int64x1_t test_vbic_s64(int64x1_t a, int64x1_t b) { in test_vbic_s64()
338 int64x2_t test_vbicq_s64(int64x2_t a, int64x2_t b) { in test_vbicq_s64()
344 uint8x8_t test_vbic_u8(uint8x8_t a, uint8x8_t b) { in test_vbic_u8()
350 uint8x16_t test_vbicq_u8(uint8x16_t a, uint8x16_t b) { in test_vbicq_u8()
356 uint16x4_t test_vbic_u16(uint16x4_t a, uint16x4_t b) { in test_vbic_u16()
362 uint16x8_t test_vbicq_u16(uint16x8_t a, uint16x8_t b) { in test_vbicq_u16()
368 uint32x2_t test_vbic_u32(uint32x2_t a, uint32x2_t b) { in test_vbic_u32()
374 uint32x4_t test_vbicq_u32(uint32x4_t a, uint32x4_t b) { in test_vbicq_u32()
380 uint64x1_t test_vbic_u64(uint64x1_t a, uint64x1_t b) { in test_vbic_u64()
386 uint64x2_t test_vbicq_u64(uint64x2_t a, uint64x2_t b) { in test_vbicq_u64()
392 int8x8_t test_vorn_s8(int8x8_t a, int8x8_t b) { in test_vorn_s8()
398 int8x16_t test_vornq_s8(int8x16_t a, int8x16_t b) { in test_vornq_s8()
404 int16x4_t test_vorn_s16(int16x4_t a, int16x4_t b) { in test_vorn_s16()
410 int16x8_t test_vornq_s16(int16x8_t a, int16x8_t b) { in test_vornq_s16()
416 int32x2_t test_vorn_s32(int32x2_t a, int32x2_t b) { in test_vorn_s32()
422 int32x4_t test_vornq_s32(int32x4_t a, int32x4_t b) { in test_vornq_s32()
428 int64x1_t test_vorn_s64(int64x1_t a, int64x1_t b) { in test_vorn_s64()
434 int64x2_t test_vornq_s64(int64x2_t a, int64x2_t b) { in test_vornq_s64()
440 uint8x8_t test_vorn_u8(uint8x8_t a, uint8x8_t b) { in test_vorn_u8()
446 uint8x16_t test_vornq_u8(uint8x16_t a, uint8x16_t b) { in test_vornq_u8()
452 uint16x4_t test_vorn_u16(uint16x4_t a, uint16x4_t b) { in test_vorn_u16()
458 uint16x8_t test_vornq_u16(uint16x8_t a, uint16x8_t b) { in test_vornq_u16()
464 uint32x2_t test_vorn_u32(uint32x2_t a, uint32x2_t b) { in test_vorn_u32()
470 uint32x4_t test_vornq_u32(uint32x4_t a, uint32x4_t b) { in test_vornq_u32()
476 uint64x1_t test_vorn_u64(uint64x1_t a, uint64x1_t b) { in test_vorn_u64()
482 uint64x2_t test_vornq_u64(uint64x2_t a, uint64x2_t b) { in test_vornq_u64()