• Home
  • Raw
  • Download

Lines Matching defs:b

35 void test_vst1_f16_x2(float16_t *a, float16x4x2_t b) {  in test_vst1_f16_x2()
69 void test_vst1_f16_x3(float16_t *a, float16x4x3_t b) { in test_vst1_f16_x3()
108 void test_vst1_f16_x4(float16_t *a, float16x4x4_t b) { in test_vst1_f16_x4()
137 void test_vst1_f32_x2(float32_t *a, float32x2x2_t b) { in test_vst1_f32_x2()
171 void test_vst1_f32_x3(float32_t *a, float32x2x3_t b) { in test_vst1_f32_x3()
210 void test_vst1_f32_x4(float32_t *a, float32x2x4_t b) { in test_vst1_f32_x4()
239 void test_vst1_p16_x2(poly16_t *a, poly16x4x2_t b) { in test_vst1_p16_x2()
273 void test_vst1_p16_x3(poly16_t *a, poly16x4x3_t b) { in test_vst1_p16_x3()
312 void test_vst1_p16_x4(poly16_t *a, poly16x4x4_t b) { in test_vst1_p16_x4()
335 void test_vst1_p8_x2(poly8_t *a, poly8x8x2_t b) { in test_vst1_p8_x2()
361 void test_vst1_p8_x3(poly8_t *a, poly8x8x3_t b) { in test_vst1_p8_x3()
390 void test_vst1_p8_x4(poly8_t *a, poly8x8x4_t b) { in test_vst1_p8_x4()
419 void test_vst1_s16_x2(int16_t *a, int16x4x2_t b) { in test_vst1_s16_x2()
453 void test_vst1_s16_x3(int16_t *a, int16x4x3_t b) { in test_vst1_s16_x3()
492 void test_vst1_s16_x4(int16_t *a, int16x4x4_t b) { in test_vst1_s16_x4()
521 void test_vst1_s32_x2(int32_t *a, int32x2x2_t b) { in test_vst1_s32_x2()
555 void test_vst1_s32_x3(int32_t *a, int32x2x3_t b) { in test_vst1_s32_x3()
594 void test_vst1_s32_x4(int32_t *a, int32x2x4_t b) { in test_vst1_s32_x4()
623 void test_vst1_s64_x2(int64_t *a, int64x1x2_t b) { in test_vst1_s64_x2()
657 void test_vst1_s64_x3(int64_t *a, int64x1x3_t b) { in test_vst1_s64_x3()
696 void test_vst1_s64_x4(int64_t *a, int64x1x4_t b) { in test_vst1_s64_x4()
719 void test_vst1_s8_x2(int8_t *a, int8x8x2_t b) { in test_vst1_s8_x2()
745 void test_vst1_s8_x3(int8_t *a, int8x8x3_t b) { in test_vst1_s8_x3()
774 void test_vst1_s8_x4(int8_t *a, int8x8x4_t b) { in test_vst1_s8_x4()
803 void test_vst1_u16_x2(uint16_t *a, uint16x4x2_t b) { in test_vst1_u16_x2()
837 void test_vst1_u16_x3(uint16_t *a, uint16x4x3_t b) { in test_vst1_u16_x3()
876 void test_vst1_u16_x4(uint16_t *a, uint16x4x4_t b) { in test_vst1_u16_x4()
905 void test_vst1_u32_x2(uint32_t *a, uint32x2x2_t b) { in test_vst1_u32_x2()
939 void test_vst1_u32_x3(uint32_t *a, uint32x2x3_t b) { in test_vst1_u32_x3()
978 void test_vst1_u32_x4(uint32_t *a, uint32x2x4_t b) { in test_vst1_u32_x4()
1007 void test_vst1_u64_x2(uint64_t *a, uint64x1x2_t b) { in test_vst1_u64_x2()
1041 void test_vst1_u64_x3(uint64_t *a, uint64x1x3_t b) { in test_vst1_u64_x3()
1080 void test_vst1_u64_x4(uint64_t *a, uint64x1x4_t b) { in test_vst1_u64_x4()
1103 void test_vst1_u8_x2(uint8_t *a, uint8x8x2_t b) { in test_vst1_u8_x2()
1129 void test_vst1_u8_x3(uint8_t *a, uint8x8x3_t b) { in test_vst1_u8_x3()
1158 void test_vst1_u8_x4(uint8_t *a, uint8x8x4_t b) { in test_vst1_u8_x4()
1187 void test_vst1q_f16_x2(float16_t *a, float16x8x2_t b) { in test_vst1q_f16_x2()
1221 void test_vst1q_f16_x3(float16_t *a, float16x8x3_t b) { in test_vst1q_f16_x3()
1260 void test_vst1q_f16_x4(float16_t *a, float16x8x4_t b) { in test_vst1q_f16_x4()
1289 void test_vst1q_f32_x2(float32_t *a, float32x4x2_t b) { in test_vst1q_f32_x2()
1323 void test_vst1q_f32_x3(float32_t *a, float32x4x3_t b) { in test_vst1q_f32_x3()
1362 void test_vst1q_f32_x4(float32_t *a, float32x4x4_t b) { in test_vst1q_f32_x4()
1391 void test_vst1q_p16_x2(poly16_t *a, poly16x8x2_t b) { in test_vst1q_p16_x2()
1425 void test_vst1q_p16_x3(poly16_t *a, poly16x8x3_t b) { in test_vst1q_p16_x3()
1464 void test_vst1q_p16_x4(poly16_t *a, poly16x8x4_t b) { in test_vst1q_p16_x4()
1487 void test_vst1q_p8_x2(poly8_t *a, poly8x16x2_t b) { in test_vst1q_p8_x2()
1513 void test_vst1q_p8_x3(poly8_t *a, poly8x16x3_t b) { in test_vst1q_p8_x3()
1542 void test_vst1q_p8_x4(poly8_t *a, poly8x16x4_t b) { in test_vst1q_p8_x4()
1571 void test_vst1q_s16_x2(int16_t *a, int16x8x2_t b) { in test_vst1q_s16_x2()
1605 void test_vst1q_s16_x3(int16_t *a, int16x8x3_t b) { in test_vst1q_s16_x3()
1644 void test_vst1q_s16_x4(int16_t *a, int16x8x4_t b) { in test_vst1q_s16_x4()
1673 void test_vst1q_s32_x2(int32_t *a, int32x4x2_t b) { in test_vst1q_s32_x2()
1707 void test_vst1q_s32_x3(int32_t *a, int32x4x3_t b) { in test_vst1q_s32_x3()
1746 void test_vst1q_s32_x4(int32_t *a, int32x4x4_t b) { in test_vst1q_s32_x4()
1775 void test_vst1q_s64_x2(int64_t *a, int64x2x2_t b) { in test_vst1q_s64_x2()
1809 void test_vst1q_s64_x3(int64_t *a, int64x2x3_t b) { in test_vst1q_s64_x3()
1848 void test_vst1q_s64_x4(int64_t *a, int64x2x4_t b) { in test_vst1q_s64_x4()
1871 void test_vst1q_s8_x2(int8_t *a, int8x16x2_t b) { in test_vst1q_s8_x2()
1897 void test_vst1q_s8_x3(int8_t *a, int8x16x3_t b) { in test_vst1q_s8_x3()
1926 void test_vst1q_s8_x4(int8_t *a, int8x16x4_t b) { in test_vst1q_s8_x4()
1955 void test_vst1q_u16_x2(uint16_t *a, uint16x8x2_t b) { in test_vst1q_u16_x2()
1989 void test_vst1q_u16_x3(uint16_t *a, uint16x8x3_t b) { in test_vst1q_u16_x3()
2028 void test_vst1q_u16_x4(uint16_t *a, uint16x8x4_t b) { in test_vst1q_u16_x4()
2057 void test_vst1q_u32_x2(uint32_t *a, uint32x4x2_t b) { in test_vst1q_u32_x2()
2091 void test_vst1q_u32_x3(uint32_t *a, uint32x4x3_t b) { in test_vst1q_u32_x3()
2130 void test_vst1q_u32_x4(uint32_t *a, uint32x4x4_t b) { in test_vst1q_u32_x4()
2159 void test_vst1q_u64_x2(uint64_t *a, uint64x2x2_t b) { in test_vst1q_u64_x2()
2193 void test_vst1q_u64_x3(uint64_t *a, uint64x2x3_t b) { in test_vst1q_u64_x3()
2232 void test_vst1q_u64_x4(uint64_t *a, uint64x2x4_t b) { in test_vst1q_u64_x4()
2255 void test_vst1q_u8_x2(uint8_t *a, uint8x16x2_t b) { in test_vst1q_u8_x2()
2281 void test_vst1q_u8_x3(uint8_t *a, uint8x16x3_t b) { in test_vst1q_u8_x3()
2310 void test_vst1q_u8_x4(uint8_t *a, uint8x16x4_t b) { in test_vst1q_u8_x4()