vec_packsu_cc: Vector Pack Saturated Unsigned Condition Code
d = vec_packsu_cc(a, b, c)The
value of each element of the result vector is the saturated unsigned
value of the corresponding element of the result of concatenating a and b.
The resulting condition code from the VECTOR PACK LOGICAL SATURATE
(VPKLS) instruction is returned through parameter c.
| d | a | b | c | MIN ARCH |
|---|---|---|---|---|
| vector unsigned char | vector unsigned short | vector unsigned short | int * | z13® |
| vector unsigned short | vector unsigned int | vector unsigned int | z13 | |
| vector unsigned int | vector unsigned long long | vector unsigned long long | z13 |