Lines Matching refs:Vdlow
8 int8x16_t test_vqmovn_high_s16(int8x8_t Vdlow, int16x8_t Vn) in test_vqmovn_high_s16() argument
10 return vqmovn_high_s16(Vdlow, Vn); in test_vqmovn_high_s16()
16 uint8x16_t test_vqmovun_high_s16(uint8x8_t Vdlow, uint16x8_t Vn) in test_vqmovun_high_s16() argument
18 return vqmovun_high_s16(Vdlow, Vn); in test_vqmovun_high_s16()
24 int16x8_t test_vqmovn_high_s32(int16x4_t Vdlow, int32x4_t Vn) in test_vqmovn_high_s32() argument
26 return vqmovn_high_s32(Vdlow, Vn); in test_vqmovn_high_s32()
32 uint16x8_t test_vqmovn_high_u32(uint16x4_t Vdlow, uint32x4_t Vn) in test_vqmovn_high_u32() argument
34 return vqmovn_high_u32(Vdlow, Vn); in test_vqmovn_high_u32()
40 int32x4_t test_vqmovn_high_s64(int32x2_t Vdlow, int64x2_t Vn) in test_vqmovn_high_s64() argument
42 return vqmovn_high_s64(Vdlow, Vn); in test_vqmovn_high_s64()
48 uint32x4_t test_vqmovn_high_u64(uint32x2_t Vdlow, uint64x2_t Vn) in test_vqmovn_high_u64() argument
50 return vqmovn_high_u64(Vdlow, Vn); in test_vqmovn_high_u64()
56 uint8x16_t test_vqmovn_high_u16(uint8x8_t Vdlow, uint16x8_t Vn) in test_vqmovn_high_u16() argument
58 return vqmovn_high_u16(Vdlow, Vn); in test_vqmovn_high_u16()
64 uint16x8_t test_vqmovun_high_s32(uint16x4_t Vdlow, uint32x4_t Vn) in test_vqmovun_high_s32() argument
66 return vqmovun_high_s32(Vdlow, Vn); in test_vqmovun_high_s32()
72 uint32x4_t test_vqmovun_high_s64(uint32x2_t Vdlow, uint64x2_t Vn) in test_vqmovun_high_s64() argument
74 return vqmovun_high_s64(Vdlow, Vn); in test_vqmovun_high_s64()