Home
last modified time | relevance | path

Searched refs:vsx_uint32_vec_t (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/tcg/ppc64/
H A Dvsx_f2i_nan.c7 typedef vector unsigned int vsx_uint32_vec_t; typedef
33 const vsx_uint32_vec_t f32_pos_inf_bits = {0x7F800000U, 0x7F800000U, in DEFINE_VSX_F2I_FUNC()
88 static inline vsx_uint32_vec_t vsx_mask_out_float32_vec_to_uint32_vec( in vsx_mask_out_float32_vec_to_uint32_vec()
89 vsx_uint32_vec_t v) in vsx_mask_out_float32_vec_to_uint32_vec()
116 static inline vsx_uint32_vec_t vsx_mask_out_float64_vec_to_uint32_vec( in vsx_mask_out_float64_vec_to_uint32_vec()
117 vsx_uint32_vec_t v) in vsx_mask_out_float64_vec_to_uint32_vec()
119 return (vsx_uint32_vec_t)vsx_mask_out_float64_vec_to_int32_vec( in vsx_mask_out_float64_vec_to_uint32_vec()
154 vsx_uint32_vec_t vec) in print_vsx_uint32_vec_elements()