Lines Matching refs:__vpcs
68 #define __vpcs __attribute__((__aarch64_vector_pcs__)) macro
71 __vpcs __f32x4_t __vn_sinf (__f32x4_t);
72 __vpcs __f32x4_t __vn_cosf (__f32x4_t);
73 __vpcs __f32x4_t __vn_expf (__f32x4_t);
74 __vpcs __f32x4_t __vn_expf_1u (__f32x4_t);
75 __vpcs __f32x4_t __vn_exp2f (__f32x4_t);
76 __vpcs __f32x4_t __vn_exp2f_1u (__f32x4_t);
77 __vpcs __f32x4_t __vn_logf (__f32x4_t);
78 __vpcs __f32x4_t __vn_powf (__f32x4_t, __f32x4_t);
79 __vpcs __f64x2_t __vn_sin (__f64x2_t);
80 __vpcs __f64x2_t __vn_cos (__f64x2_t);
81 __vpcs __f64x2_t __vn_exp (__f64x2_t);
82 __vpcs __f64x2_t __vn_log (__f64x2_t);
83 __vpcs __f64x2_t __vn_pow (__f64x2_t, __f64x2_t);
86 __vpcs __f32x4_t _ZGVnN4v_sinf (__f32x4_t);
87 __vpcs __f32x4_t _ZGVnN4v_cosf (__f32x4_t);
88 __vpcs __f32x4_t _ZGVnN4v_expf (__f32x4_t);
89 __vpcs __f32x4_t _ZGVnN4v_exp2f (__f32x4_t);
90 __vpcs __f32x4_t _ZGVnN4v_logf (__f32x4_t);
91 __vpcs __f32x4_t _ZGVnN4vv_powf (__f32x4_t, __f32x4_t);
92 __vpcs __f64x2_t _ZGVnN2v_sin (__f64x2_t);
93 __vpcs __f64x2_t _ZGVnN2v_cos (__f64x2_t);
94 __vpcs __f64x2_t _ZGVnN2v_exp (__f64x2_t);
95 __vpcs __f64x2_t _ZGVnN2v_log (__f64x2_t);
96 __vpcs __f64x2_t _ZGVnN2vv_pow (__f64x2_t, __f64x2_t);