• Home
  • Raw
  • Download

Lines Matching defs:a

11 int8x8_t test_vget_high_s8(int8x16_t a) {  in test_vget_high_s8()
18 int16x4_t test_vget_high_s16(int16x8_t a) { in test_vget_high_s16()
25 int32x2_t test_vget_high_s32(int32x4_t a) { in test_vget_high_s32()
32 int64x1_t test_vget_high_s64(int64x2_t a) { in test_vget_high_s64()
39 uint8x8_t test_vget_high_u8(uint8x16_t a) { in test_vget_high_u8()
46 uint16x4_t test_vget_high_u16(uint16x8_t a) { in test_vget_high_u16()
53 uint32x2_t test_vget_high_u32(uint32x4_t a) { in test_vget_high_u32()
60 uint64x1_t test_vget_high_u64(uint64x2_t a) { in test_vget_high_u64()
67 poly64x1_t test_vget_high_p64(poly64x2_t a) { in test_vget_high_p64()
74 float16x4_t test_vget_high_f16(float16x8_t a) { in test_vget_high_f16()
81 float32x2_t test_vget_high_f32(float32x4_t a) { in test_vget_high_f32()
88 poly8x8_t test_vget_high_p8(poly8x16_t a) { in test_vget_high_p8()
95 poly16x4_t test_vget_high_p16(poly16x8_t a) { in test_vget_high_p16()
102 float64x1_t test_vget_high_f64(float64x2_t a) { in test_vget_high_f64()
109 int8x8_t test_vget_low_s8(int8x16_t a) { in test_vget_low_s8()
116 int16x4_t test_vget_low_s16(int16x8_t a) { in test_vget_low_s16()
123 int32x2_t test_vget_low_s32(int32x4_t a) { in test_vget_low_s32()
130 int64x1_t test_vget_low_s64(int64x2_t a) { in test_vget_low_s64()
137 uint8x8_t test_vget_low_u8(uint8x16_t a) { in test_vget_low_u8()
144 uint16x4_t test_vget_low_u16(uint16x8_t a) { in test_vget_low_u16()
151 uint32x2_t test_vget_low_u32(uint32x4_t a) { in test_vget_low_u32()
158 uint64x1_t test_vget_low_u64(uint64x2_t a) { in test_vget_low_u64()
165 poly64x1_t test_vget_low_p64(poly64x2_t a) { in test_vget_low_p64()
172 float16x4_t test_vget_low_f16(float16x8_t a) { in test_vget_low_f16()
179 float32x2_t test_vget_low_f32(float32x4_t a) { in test_vget_low_f32()
186 poly8x8_t test_vget_low_p8(poly8x16_t a) { in test_vget_low_p8()
193 poly16x4_t test_vget_low_p16(poly16x8_t a) { in test_vget_low_p16()
200 float64x1_t test_vget_low_f64(float64x2_t a) { in test_vget_low_f64()