vec_insert_and_zero: Vector Insert and Zero

d = vec_insert_and_zero(a)

Returns vector d with the rightmost sub-element or element of the leftmost doubleword element set to what is pointed to by a. The bit positions of all other elements are set to zero.

Table 1. Vector Insert and Zero
d a
vector unsigned char const unsigned char *
vector signed char const signed char *
vector unsigned short const unsigned short *
vector signed short const signed short *
vector unsigned int const unsigned int *
vector signed int const signed int *
vector unsigned long long const unsigned long long *
vector signed long long const signed long long *
vector double const double *