Lines Matching defs:a

7 uint8_t test_vget_lane_u8(uint8x8_t a) {  in test_vget_lane_u8()
14 uint16_t test_vget_lane_u16(uint16x4_t a) { in test_vget_lane_u16()
21 uint32_t test_vget_lane_u32(uint32x2_t a) { in test_vget_lane_u32()
28 int8_t test_vget_lane_s8(int8x8_t a) { in test_vget_lane_s8()
35 int16_t test_vget_lane_s16(int16x4_t a) { in test_vget_lane_s16()
42 int32_t test_vget_lane_s32(int32x2_t a) { in test_vget_lane_s32()
49 poly8_t test_vget_lane_p8(poly8x8_t a) { in test_vget_lane_p8()
56 poly16_t test_vget_lane_p16(poly16x4_t a) { in test_vget_lane_p16()
63 float32_t test_vget_lane_f32(float32x2_t a) { in test_vget_lane_f32()
70 float32_t test_vget_lane_f16(float16x4_t a) { in test_vget_lane_f16()
79 uint8_t test_vgetq_lane_u8(uint8x16_t a) { in test_vgetq_lane_u8()
86 uint16_t test_vgetq_lane_u16(uint16x8_t a) { in test_vgetq_lane_u16()
93 uint32_t test_vgetq_lane_u32(uint32x4_t a) { in test_vgetq_lane_u32()
100 int8_t test_vgetq_lane_s8(int8x16_t a) { in test_vgetq_lane_s8()
107 int16_t test_vgetq_lane_s16(int16x8_t a) { in test_vgetq_lane_s16()
114 int32_t test_vgetq_lane_s32(int32x4_t a) { in test_vgetq_lane_s32()
121 poly8_t test_vgetq_lane_p8(poly8x16_t a) { in test_vgetq_lane_p8()
128 poly16_t test_vgetq_lane_p16(poly16x8_t a) { in test_vgetq_lane_p16()
135 float32_t test_vgetq_lane_f32(float32x4_t a) { in test_vgetq_lane_f32()
142 float32_t test_vgetq_lane_f16(float16x8_t a) { in test_vgetq_lane_f16()
151 int64_t test_vget_lane_s64(int64x1_t a) { in test_vget_lane_s64()
158 uint64_t test_vget_lane_u64(uint64x1_t a) { in test_vget_lane_u64()
165 int64_t test_vgetq_lane_s64(int64x2_t a) { in test_vgetq_lane_s64()
172 uint64_t test_vgetq_lane_u64(uint64x2_t a) { in test_vgetq_lane_u64()
180 uint8x8_t test_vset_lane_u8(uint8_t a, uint8x8_t b) { in test_vset_lane_u8()
187 uint16x4_t test_vset_lane_u16(uint16_t a, uint16x4_t b) { in test_vset_lane_u16()
194 uint32x2_t test_vset_lane_u32(uint32_t a, uint32x2_t b) { in test_vset_lane_u32()
201 int8x8_t test_vset_lane_s8(int8_t a, int8x8_t b) { in test_vset_lane_s8()
208 int16x4_t test_vset_lane_s16(int16_t a, int16x4_t b) { in test_vset_lane_s16()
215 int32x2_t test_vset_lane_s32(int32_t a, int32x2_t b) { in test_vset_lane_s32()
222 poly8x8_t test_vset_lane_p8(poly8_t a, poly8x8_t b) { in test_vset_lane_p8()
229 poly16x4_t test_vset_lane_p16(poly16_t a, poly16x4_t b) { in test_vset_lane_p16()
236 float32x2_t test_vset_lane_f32(float32_t a, float32x2_t b) { in test_vset_lane_f32()
244 float16x4_t test_vset_lane_f16(float16_t *a, float16x4_t b) { in test_vset_lane_f16()
251 uint8x16_t test_vsetq_lane_u8(uint8_t a, uint8x16_t b) { in test_vsetq_lane_u8()
258 uint16x8_t test_vsetq_lane_u16(uint16_t a, uint16x8_t b) { in test_vsetq_lane_u16()
265 uint32x4_t test_vsetq_lane_u32(uint32_t a, uint32x4_t b) { in test_vsetq_lane_u32()
272 int8x16_t test_vsetq_lane_s8(int8_t a, int8x16_t b) { in test_vsetq_lane_s8()
279 int16x8_t test_vsetq_lane_s16(int16_t a, int16x8_t b) { in test_vsetq_lane_s16()
286 int32x4_t test_vsetq_lane_s32(int32_t a, int32x4_t b) { in test_vsetq_lane_s32()
293 poly8x16_t test_vsetq_lane_p8(poly8_t a, poly8x16_t b) { in test_vsetq_lane_p8()
300 poly16x8_t test_vsetq_lane_p16(poly16_t a, poly16x8_t b) { in test_vsetq_lane_p16()
307 float32x4_t test_vsetq_lane_f32(float32_t a, float32x4_t b) { in test_vsetq_lane_f32()
315 float16x8_t test_vsetq_lane_f16(float16_t *a, float16x8_t b) { in test_vsetq_lane_f16()
322 int64x1_t test_vset_lane_s64(int64_t a, int64x1_t b) { in test_vset_lane_s64()
329 uint64x1_t test_vset_lane_u64(uint64_t a, uint64x1_t b) { in test_vset_lane_u64()
336 int64x2_t test_vsetq_lane_s64(int64_t a, int64x2_t b) { in test_vsetq_lane_s64()
343 uint64x2_t test_vsetq_lane_u64(uint64_t a, uint64x2_t b) { in test_vsetq_lane_u64()