Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/ppc64/
H A Dvsx_f2i_nan.c6 typedef vector signed int vsx_int32_vec_t; typedef
83 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()
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()
237 static inline vsx_int32_vec_t vsx_int32_vec_from_mask(int mask)
239 const vsx_int32_vec_t bits_to_test = {1, 2, 4, 8};
240 const vsx_int32_vec_t vec_mask = {mask, mask, mask, mask};
[all …]