• Home
  • Raw
  • Download

Lines Matching defs:b

12 int8x8_t test_vext_s8(int8x8_t a, int8x8_t b) {  in test_vext_s8()
23 int16x4_t test_vext_s16(int16x4_t a, int16x4_t b) { in test_vext_s16()
34 int32x2_t test_vext_s32(int32x2_t a, int32x2_t b) { in test_vext_s32()
45 int64x1_t test_vext_s64(int64x1_t a, int64x1_t b) { in test_vext_s64()
52 int8x16_t test_vextq_s8(int8x16_t a, int8x16_t b) { in test_vextq_s8()
63 int16x8_t test_vextq_s16(int16x8_t a, int16x8_t b) { in test_vextq_s16()
74 int32x4_t test_vextq_s32(int32x4_t a, int32x4_t b) { in test_vextq_s32()
85 int64x2_t test_vextq_s64(int64x2_t a, int64x2_t b) { in test_vextq_s64()
92 uint8x8_t test_vext_u8(uint8x8_t a, uint8x8_t b) { in test_vext_u8()
103 uint16x4_t test_vext_u16(uint16x4_t a, uint16x4_t b) { in test_vext_u16()
114 uint32x2_t test_vext_u32(uint32x2_t a, uint32x2_t b) { in test_vext_u32()
125 uint64x1_t test_vext_u64(uint64x1_t a, uint64x1_t b) { in test_vext_u64()
132 uint8x16_t test_vextq_u8(uint8x16_t a, uint8x16_t b) { in test_vextq_u8()
143 uint16x8_t test_vextq_u16(uint16x8_t a, uint16x8_t b) { in test_vextq_u16()
154 uint32x4_t test_vextq_u32(uint32x4_t a, uint32x4_t b) { in test_vextq_u32()
165 uint64x2_t test_vextq_u64(uint64x2_t a, uint64x2_t b) { in test_vextq_u64()
176 float32x2_t test_vext_f32(float32x2_t a, float32x2_t b) { in test_vext_f32()
187 float64x1_t test_vext_f64(float64x1_t a, float64x1_t b) { in test_vext_f64()
198 float32x4_t test_vextq_f32(float32x4_t a, float32x4_t b) { in test_vextq_f32()
209 float64x2_t test_vextq_f64(float64x2_t a, float64x2_t b) { in test_vextq_f64()
216 poly8x8_t test_vext_p8(poly8x8_t a, poly8x8_t b) { in test_vext_p8()
227 poly16x4_t test_vext_p16(poly16x4_t a, poly16x4_t b) { in test_vext_p16()
234 poly8x16_t test_vextq_p8(poly8x16_t a, poly8x16_t b) { in test_vextq_p8()
245 poly16x8_t test_vextq_p16(poly16x8_t a, poly16x8_t b) { in test_vextq_p16()