Lines Matching defs:a
10 uint8_t test_vget_lane_u8(uint8x8_t a) { in test_vget_lane_u8()
19 uint16_t test_vget_lane_u16(uint16x4_t a) { in test_vget_lane_u16()
28 uint32_t test_vget_lane_u32(uint32x2_t a) { in test_vget_lane_u32()
35 int8_t test_vget_lane_s8(int8x8_t a) { in test_vget_lane_s8()
44 int16_t test_vget_lane_s16(int16x4_t a) { in test_vget_lane_s16()
53 int32_t test_vget_lane_s32(int32x2_t a) { in test_vget_lane_s32()
60 poly8_t test_vget_lane_p8(poly8x8_t a) { in test_vget_lane_p8()
69 poly16_t test_vget_lane_p16(poly16x4_t a) { in test_vget_lane_p16()
78 float32_t test_vget_lane_f32(float32x2_t a) { in test_vget_lane_f32()
96 float32_t test_vget_lane_f16(float16x4_t a) { in test_vget_lane_f16()
103 uint8_t test_vgetq_lane_u8(uint8x16_t a) { in test_vgetq_lane_u8()
112 uint16_t test_vgetq_lane_u16(uint16x8_t a) { in test_vgetq_lane_u16()
121 uint32_t test_vgetq_lane_u32(uint32x4_t a) { in test_vgetq_lane_u32()
128 int8_t test_vgetq_lane_s8(int8x16_t a) { in test_vgetq_lane_s8()
137 int16_t test_vgetq_lane_s16(int16x8_t a) { in test_vgetq_lane_s16()
146 int32_t test_vgetq_lane_s32(int32x4_t a) { in test_vgetq_lane_s32()
153 poly8_t test_vgetq_lane_p8(poly8x16_t a) { in test_vgetq_lane_p8()
162 poly16_t test_vgetq_lane_p16(poly16x8_t a) { in test_vgetq_lane_p16()
171 float32_t test_vgetq_lane_f32(float32x4_t a) { in test_vgetq_lane_f32()
189 float32_t test_vgetq_lane_f16(float16x8_t a) { in test_vgetq_lane_f16()
198 int64_t test_vget_lane_s64(int64x1_t a) { in test_vget_lane_s64()
207 uint64_t test_vget_lane_u64(uint64x1_t a) { in test_vget_lane_u64()
216 int64_t test_vgetq_lane_s64(int64x2_t a) { in test_vgetq_lane_s64()
225 uint64_t test_vgetq_lane_u64(uint64x2_t a) { in test_vgetq_lane_u64()
233 uint8x8_t test_vset_lane_u8(uint8_t a, uint8x8_t b) { in test_vset_lane_u8()
242 uint16x4_t test_vset_lane_u16(uint16_t a, uint16x4_t b) { in test_vset_lane_u16()
251 uint32x2_t test_vset_lane_u32(uint32_t a, uint32x2_t b) { in test_vset_lane_u32()
258 int8x8_t test_vset_lane_s8(int8_t a, int8x8_t b) { in test_vset_lane_s8()
267 int16x4_t test_vset_lane_s16(int16_t a, int16x4_t b) { in test_vset_lane_s16()
276 int32x2_t test_vset_lane_s32(int32_t a, int32x2_t b) { in test_vset_lane_s32()
283 poly8x8_t test_vset_lane_p8(poly8_t a, poly8x8_t b) { in test_vset_lane_p8()
292 poly16x4_t test_vset_lane_p16(poly16_t a, poly16x4_t b) { in test_vset_lane_p16()
301 float32x2_t test_vset_lane_f32(float32_t a, float32x2_t b) { in test_vset_lane_f32()
323 float16x4_t test_vset_lane_f16(float16_t *a, float16x4_t b) { in test_vset_lane_f16()
330 uint8x16_t test_vsetq_lane_u8(uint8_t a, uint8x16_t b) { in test_vsetq_lane_u8()
339 uint16x8_t test_vsetq_lane_u16(uint16_t a, uint16x8_t b) { in test_vsetq_lane_u16()
348 uint32x4_t test_vsetq_lane_u32(uint32_t a, uint32x4_t b) { in test_vsetq_lane_u32()
355 int8x16_t test_vsetq_lane_s8(int8_t a, int8x16_t b) { in test_vsetq_lane_s8()
364 int16x8_t test_vsetq_lane_s16(int16_t a, int16x8_t b) { in test_vsetq_lane_s16()
373 int32x4_t test_vsetq_lane_s32(int32_t a, int32x4_t b) { in test_vsetq_lane_s32()
380 poly8x16_t test_vsetq_lane_p8(poly8_t a, poly8x16_t b) { in test_vsetq_lane_p8()
389 poly16x8_t test_vsetq_lane_p16(poly16_t a, poly16x8_t b) { in test_vsetq_lane_p16()
398 float32x4_t test_vsetq_lane_f32(float32_t a, float32x4_t b) { in test_vsetq_lane_f32()
420 float16x8_t test_vsetq_lane_f16(float16_t *a, float16x8_t b) { in test_vsetq_lane_f16()
429 int64x1_t test_vset_lane_s64(int64_t a, int64x1_t b) { in test_vset_lane_s64()
438 uint64x1_t test_vset_lane_u64(uint64_t a, uint64x1_t b) { in test_vset_lane_u64()
447 int64x2_t test_vsetq_lane_s64(int64_t a, int64x2_t b) { in test_vsetq_lane_s64()
456 uint64x2_t test_vsetq_lane_u64(uint64_t a, uint64x2_t b) { in test_vsetq_lane_u64()