vec_xstw4: Vector Store 4 Word

d = vec_xstw4(a, b, c)

Puts a 16-byte vector a to four 4-byte elements at the memory address specified by the displacement b and the pointer c. This function adds the displacement and the pointer R-value to obtain the address for the store operation.

Table 1. Vector Store 4 Word
d a b c
void vector signed char long signed char *
vector unsigned char unsigned char *
vector signed short signed short *
vector unsigned short unsigned short *
vector signed int signed int *
vector unsigned int unsigned int *