vec_xld2: Vector Load 2 Doubleword

d = vec_xld2(a, b)

Loads a 16-byte vector from two 8-byte elements at the memory address specified by the displacement a and the pointer b. This function adds the displacement and the pointer R-value to obtain the address for the load operation.

Table 1. Vector Load 2 Doubleword
d a b
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 *
vector signed long long signed long long *
vector unsigned long long unsigned long long *
vector double double *