Searched refs:Vdlow (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | arm64_vqmov.c | 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() [all …]
|
D | arm64_vrecps.c | 10 float32_t test_vrecpss_f32(float32_t Vdlow, float32_t Vn) in test_vrecpss_f32() argument 12 return vrecpss_f32(Vdlow, Vn); in test_vrecpss_f32() 20 float64_t test_vrecpsd_f64(float64_t Vdlow, float64_t Vn) in test_vrecpsd_f64() argument 22 return vrecpsd_f64(Vdlow, Vn); in test_vrecpsd_f64()
|