Searched refs:vsx_int64_vec_t (Results 1 – 1 of 1) sorted by relevance
8 typedef vector signed long long vsx_int64_vec_t; typedef93 static inline vsx_int64_vec_t vsx_mask_out_float32_vec_to_int64_vec( in vsx_mask_out_float32_vec_to_int64_vec()94 vsx_int64_vec_t v) in vsx_mask_out_float32_vec_to_int64_vec()123 static inline vsx_int64_vec_t vsx_mask_out_float64_vec_to_int64_vec( in vsx_mask_out_float64_vec_to_int64_vec()124 vsx_int64_vec_t v) in vsx_mask_out_float64_vec_to_int64_vec()160 vsx_int64_vec_t vec) in print_vsx_int64_vec_elements()250 static inline vsx_int64_vec_t vsx_int64_vec_from_mask(int mask) in vsx_int64_vec_from_mask()252 const vsx_int64_vec_t bits_to_test = {1, 2}; in vsx_int64_vec_from_mask()253 const vsx_int64_vec_t vec_mask = {mask, mask}; in vsx_int64_vec_from_mask()254 vsx_int64_vec_t result; in vsx_int64_vec_from_mask()[all …]