• Home
  • Raw
  • Download

Lines Matching defs:b

9 int8x8_t test_vext_s8(int8x8_t a, int8x8_t b) {  in test_vext_s8()
15 int16x4_t test_vext_s16(int16x4_t a, int16x4_t b) { in test_vext_s16()
21 int32x2_t test_vext_s32(int32x2_t a, int32x2_t b) { in test_vext_s32()
27 int64x1_t test_vext_s64(int64x1_t a, int64x1_t b) { in test_vext_s64()
32 int8x16_t test_vextq_s8(int8x16_t a, int8x16_t b) { in test_vextq_s8()
38 int16x8_t test_vextq_s16(int16x8_t a, int16x8_t b) { in test_vextq_s16()
44 int32x4_t test_vextq_s32(int32x4_t a, int32x4_t b) { in test_vextq_s32()
50 int64x2_t test_vextq_s64(int64x2_t a, int64x2_t b) { in test_vextq_s64()
56 uint8x8_t test_vext_u8(uint8x8_t a, uint8x8_t b) { in test_vext_u8()
62 uint16x4_t test_vext_u16(uint16x4_t a, uint16x4_t b) { in test_vext_u16()
68 uint32x2_t test_vext_u32(uint32x2_t a, uint32x2_t b) { in test_vext_u32()
74 uint64x1_t test_vext_u64(uint64x1_t a, uint64x1_t b) { in test_vext_u64()
79 uint8x16_t test_vextq_u8(uint8x16_t a, uint8x16_t b) { in test_vextq_u8()
85 uint16x8_t test_vextq_u16(uint16x8_t a, uint16x8_t b) { in test_vextq_u16()
91 uint32x4_t test_vextq_u32(uint32x4_t a, uint32x4_t b) { in test_vextq_u32()
97 uint64x2_t test_vextq_u64(uint64x2_t a, uint64x2_t b) { in test_vextq_u64()
103 float32x2_t test_vext_f32(float32x2_t a, float32x2_t b) { in test_vext_f32()
109 float64x1_t test_vext_f64(float64x1_t a, float64x1_t b) { in test_vext_f64()
114 float32x4_t test_vextq_f32(float32x4_t a, float32x4_t b) { in test_vextq_f32()
120 float64x2_t test_vextq_f64(float64x2_t a, float64x2_t b) { in test_vextq_f64()
126 poly8x8_t test_vext_p8(poly8x8_t a, poly8x8_t b) { in test_vext_p8()
132 poly16x4_t test_vext_p16(poly16x4_t a, poly16x4_t b) { in test_vext_p16()
138 poly8x16_t test_vextq_p8(poly8x16_t a, poly8x16_t b) { in test_vextq_p8()
144 poly16x8_t test_vextq_p16(poly16x8_t a, poly16x8_t b) { in test_vextq_p16()