Lines Matching refs:low
8 int8x16_t test_vcombine_s8(int8x8_t low, int8x8_t high) { in test_vcombine_s8() argument
10 return vcombine_s8(low, high); in test_vcombine_s8()
14 int16x8_t test_vcombine_s16(int16x4_t low, int16x4_t high) { in test_vcombine_s16() argument
16 return vcombine_s16(low, high); in test_vcombine_s16()
20 int32x4_t test_vcombine_s32(int32x2_t low, int32x2_t high) { in test_vcombine_s32() argument
22 return vcombine_s32(low, high); in test_vcombine_s32()
26 int64x2_t test_vcombine_s64(int64x1_t low, int64x1_t high) { in test_vcombine_s64() argument
28 return vcombine_s64(low, high); in test_vcombine_s64()
32 uint8x16_t test_vcombine_u8(uint8x8_t low, uint8x8_t high) { in test_vcombine_u8() argument
34 return vcombine_u8(low, high); in test_vcombine_u8()
38 uint16x8_t test_vcombine_u16(uint16x4_t low, uint16x4_t high) { in test_vcombine_u16() argument
40 return vcombine_u16(low, high); in test_vcombine_u16()
44 uint32x4_t test_vcombine_u32(uint32x2_t low, uint32x2_t high) { in test_vcombine_u32() argument
46 return vcombine_u32(low, high); in test_vcombine_u32()
50 uint64x2_t test_vcombine_u64(uint64x1_t low, uint64x1_t high) { in test_vcombine_u64() argument
52 return vcombine_u64(low, high); in test_vcombine_u64()
56 poly64x2_t test_vcombine_p64(poly64x1_t low, poly64x1_t high) { in test_vcombine_p64() argument
58 return vcombine_p64(low, high); in test_vcombine_p64()
62 float16x8_t test_vcombine_f16(float16x4_t low, float16x4_t high) { in test_vcombine_f16() argument
64 return vcombine_f16(low, high); in test_vcombine_f16()
68 float32x4_t test_vcombine_f32(float32x2_t low, float32x2_t high) { in test_vcombine_f32() argument
70 return vcombine_f32(low, high); in test_vcombine_f32()
74 poly8x16_t test_vcombine_p8(poly8x8_t low, poly8x8_t high) { in test_vcombine_p8() argument
76 return vcombine_p8(low, high); in test_vcombine_p8()
80 poly16x8_t test_vcombine_p16(poly16x4_t low, poly16x4_t high) { in test_vcombine_p16() argument
82 return vcombine_p16(low, high); in test_vcombine_p16()
86 float64x2_t test_vcombine_f64(float64x1_t low, float64x1_t high) { in test_vcombine_f64() argument
88 return vcombine_f64(low, high); in test_vcombine_f64()