Searched refs:vsx_int32_vec_t (Results 1 – 1 of 1) sorted by relevance
6 typedef vector signed int vsx_int32_vec_t; typedef83 static inline vsx_int32_vec_t vsx_mask_out_float32_vec_to_int32_vec( in DEFINE_VSX_BINARY_LOGICAL_OP_INSN()84 vsx_int32_vec_t v) in DEFINE_VSX_BINARY_LOGICAL_OP_INSN()104 static inline vsx_int32_vec_t vsx_mask_out_float64_vec_to_int32_vec( in vsx_mask_out_float64_vec_to_int32_vec()105 vsx_int32_vec_t v) in vsx_mask_out_float64_vec_to_int32_vec()108 const vsx_int32_vec_t valid_lanes_mask = {-1, 0, -1, 0}; in vsx_mask_out_float64_vec_to_int32_vec()110 const vsx_int32_vec_t valid_lanes_mask = {0, -1, 0, -1}; in vsx_mask_out_float64_vec_to_int32_vec()120 (vsx_int32_vec_t)v); in vsx_mask_out_float64_vec_to_uint32_vec()148 vsx_int32_vec_t vec) in print_vsx_int32_vec_elements()237 static inline vsx_int32_vec_t vsx_int32_vec_from_mask(int mask)[all …]