Lines Matching defs:b
10 int8x8_t test_vand_s8(int8x8_t a, int8x8_t b) { in test_vand_s8()
17 int8x16_t test_vandq_s8(int8x16_t a, int8x16_t b) { in test_vandq_s8()
24 int16x4_t test_vand_s16(int16x4_t a, int16x4_t b) { in test_vand_s16()
31 int16x8_t test_vandq_s16(int16x8_t a, int16x8_t b) { in test_vandq_s16()
38 int32x2_t test_vand_s32(int32x2_t a, int32x2_t b) { in test_vand_s32()
45 int32x4_t test_vandq_s32(int32x4_t a, int32x4_t b) { in test_vandq_s32()
52 int64x1_t test_vand_s64(int64x1_t a, int64x1_t b) { in test_vand_s64()
59 int64x2_t test_vandq_s64(int64x2_t a, int64x2_t b) { in test_vandq_s64()
66 uint8x8_t test_vand_u8(uint8x8_t a, uint8x8_t b) { in test_vand_u8()
73 uint8x16_t test_vandq_u8(uint8x16_t a, uint8x16_t b) { in test_vandq_u8()
80 uint16x4_t test_vand_u16(uint16x4_t a, uint16x4_t b) { in test_vand_u16()
87 uint16x8_t test_vandq_u16(uint16x8_t a, uint16x8_t b) { in test_vandq_u16()
94 uint32x2_t test_vand_u32(uint32x2_t a, uint32x2_t b) { in test_vand_u32()
101 uint32x4_t test_vandq_u32(uint32x4_t a, uint32x4_t b) { in test_vandq_u32()
108 uint64x1_t test_vand_u64(uint64x1_t a, uint64x1_t b) { in test_vand_u64()
115 uint64x2_t test_vandq_u64(uint64x2_t a, uint64x2_t b) { in test_vandq_u64()
122 int8x8_t test_vorr_s8(int8x8_t a, int8x8_t b) { in test_vorr_s8()
129 int8x16_t test_vorrq_s8(int8x16_t a, int8x16_t b) { in test_vorrq_s8()
136 int16x4_t test_vorr_s16(int16x4_t a, int16x4_t b) { in test_vorr_s16()
143 int16x8_t test_vorrq_s16(int16x8_t a, int16x8_t b) { in test_vorrq_s16()
150 int32x2_t test_vorr_s32(int32x2_t a, int32x2_t b) { in test_vorr_s32()
157 int32x4_t test_vorrq_s32(int32x4_t a, int32x4_t b) { in test_vorrq_s32()
164 int64x1_t test_vorr_s64(int64x1_t a, int64x1_t b) { in test_vorr_s64()
171 int64x2_t test_vorrq_s64(int64x2_t a, int64x2_t b) { in test_vorrq_s64()
178 uint8x8_t test_vorr_u8(uint8x8_t a, uint8x8_t b) { in test_vorr_u8()
185 uint8x16_t test_vorrq_u8(uint8x16_t a, uint8x16_t b) { in test_vorrq_u8()
192 uint16x4_t test_vorr_u16(uint16x4_t a, uint16x4_t b) { in test_vorr_u16()
199 uint16x8_t test_vorrq_u16(uint16x8_t a, uint16x8_t b) { in test_vorrq_u16()
206 uint32x2_t test_vorr_u32(uint32x2_t a, uint32x2_t b) { in test_vorr_u32()
213 uint32x4_t test_vorrq_u32(uint32x4_t a, uint32x4_t b) { in test_vorrq_u32()
220 uint64x1_t test_vorr_u64(uint64x1_t a, uint64x1_t b) { in test_vorr_u64()
227 uint64x2_t test_vorrq_u64(uint64x2_t a, uint64x2_t b) { in test_vorrq_u64()
234 int8x8_t test_veor_s8(int8x8_t a, int8x8_t b) { in test_veor_s8()
241 int8x16_t test_veorq_s8(int8x16_t a, int8x16_t b) { in test_veorq_s8()
248 int16x4_t test_veor_s16(int16x4_t a, int16x4_t b) { in test_veor_s16()
255 int16x8_t test_veorq_s16(int16x8_t a, int16x8_t b) { in test_veorq_s16()
262 int32x2_t test_veor_s32(int32x2_t a, int32x2_t b) { in test_veor_s32()
269 int32x4_t test_veorq_s32(int32x4_t a, int32x4_t b) { in test_veorq_s32()
276 int64x1_t test_veor_s64(int64x1_t a, int64x1_t b) { in test_veor_s64()
283 int64x2_t test_veorq_s64(int64x2_t a, int64x2_t b) { in test_veorq_s64()
290 uint8x8_t test_veor_u8(uint8x8_t a, uint8x8_t b) { in test_veor_u8()
297 uint8x16_t test_veorq_u8(uint8x16_t a, uint8x16_t b) { in test_veorq_u8()
304 uint16x4_t test_veor_u16(uint16x4_t a, uint16x4_t b) { in test_veor_u16()
311 uint16x8_t test_veorq_u16(uint16x8_t a, uint16x8_t b) { in test_veorq_u16()
318 uint32x2_t test_veor_u32(uint32x2_t a, uint32x2_t b) { in test_veor_u32()
325 uint32x4_t test_veorq_u32(uint32x4_t a, uint32x4_t b) { in test_veorq_u32()
332 uint64x1_t test_veor_u64(uint64x1_t a, uint64x1_t b) { in test_veor_u64()
339 uint64x2_t test_veorq_u64(uint64x2_t a, uint64x2_t b) { in test_veorq_u64()
347 int8x8_t test_vbic_s8(int8x8_t a, int8x8_t b) { in test_vbic_s8()
355 int8x16_t test_vbicq_s8(int8x16_t a, int8x16_t b) { in test_vbicq_s8()
363 int16x4_t test_vbic_s16(int16x4_t a, int16x4_t b) { in test_vbic_s16()
371 int16x8_t test_vbicq_s16(int16x8_t a, int16x8_t b) { in test_vbicq_s16()
379 int32x2_t test_vbic_s32(int32x2_t a, int32x2_t b) { in test_vbic_s32()
387 int32x4_t test_vbicq_s32(int32x4_t a, int32x4_t b) { in test_vbicq_s32()
395 int64x1_t test_vbic_s64(int64x1_t a, int64x1_t b) { in test_vbic_s64()
403 int64x2_t test_vbicq_s64(int64x2_t a, int64x2_t b) { in test_vbicq_s64()
411 uint8x8_t test_vbic_u8(uint8x8_t a, uint8x8_t b) { in test_vbic_u8()
419 uint8x16_t test_vbicq_u8(uint8x16_t a, uint8x16_t b) { in test_vbicq_u8()
427 uint16x4_t test_vbic_u16(uint16x4_t a, uint16x4_t b) { in test_vbic_u16()
435 uint16x8_t test_vbicq_u16(uint16x8_t a, uint16x8_t b) { in test_vbicq_u16()
443 uint32x2_t test_vbic_u32(uint32x2_t a, uint32x2_t b) { in test_vbic_u32()
451 uint32x4_t test_vbicq_u32(uint32x4_t a, uint32x4_t b) { in test_vbicq_u32()
459 uint64x1_t test_vbic_u64(uint64x1_t a, uint64x1_t b) { in test_vbic_u64()
467 uint64x2_t test_vbicq_u64(uint64x2_t a, uint64x2_t b) { in test_vbicq_u64()
475 int8x8_t test_vorn_s8(int8x8_t a, int8x8_t b) { in test_vorn_s8()
483 int8x16_t test_vornq_s8(int8x16_t a, int8x16_t b) { in test_vornq_s8()
491 int16x4_t test_vorn_s16(int16x4_t a, int16x4_t b) { in test_vorn_s16()
499 int16x8_t test_vornq_s16(int16x8_t a, int16x8_t b) { in test_vornq_s16()
507 int32x2_t test_vorn_s32(int32x2_t a, int32x2_t b) { in test_vorn_s32()
515 int32x4_t test_vornq_s32(int32x4_t a, int32x4_t b) { in test_vornq_s32()
523 int64x1_t test_vorn_s64(int64x1_t a, int64x1_t b) { in test_vorn_s64()
531 int64x2_t test_vornq_s64(int64x2_t a, int64x2_t b) { in test_vornq_s64()
539 uint8x8_t test_vorn_u8(uint8x8_t a, uint8x8_t b) { in test_vorn_u8()
547 uint8x16_t test_vornq_u8(uint8x16_t a, uint8x16_t b) { in test_vornq_u8()
555 uint16x4_t test_vorn_u16(uint16x4_t a, uint16x4_t b) { in test_vorn_u16()
563 uint16x8_t test_vornq_u16(uint16x8_t a, uint16x8_t b) { in test_vornq_u16()
571 uint32x2_t test_vorn_u32(uint32x2_t a, uint32x2_t b) { in test_vorn_u32()
579 uint32x4_t test_vornq_u32(uint32x4_t a, uint32x4_t b) { in test_vornq_u32()
587 uint64x1_t test_vorn_u64(uint64x1_t a, uint64x1_t b) { in test_vorn_u64()
595 uint64x2_t test_vornq_u64(uint64x2_t a, uint64x2_t b) { in test_vornq_u64()