Lines Matching defs:__offset

859                    __vector unsigned int __offset,
863 (const char *)__ptr + __offset[__index]);
869 __vector unsigned int __offset,
873 (const char *)__ptr + __offset[__index]);
879 __vector unsigned int __offset,
883 (const char *)__ptr + __offset[__index]);
889 __vector unsigned long long __offset,
893 (const char *)__ptr + __offset[__index]);
899 __vector unsigned long long __offset,
903 (const char *)__ptr + __offset[__index]);
909 __vector unsigned long long __offset,
913 (const char *)__ptr + __offset[__index]);
920 __vector unsigned int __offset,
924 (const char *)__ptr + __offset[__index]);
931 __vector unsigned long long __offset,
935 (const char *)__ptr + __offset[__index]);
943 __vector unsigned int __offset,
946 *(signed int *)((char *)__ptr + __offset[__index]) =
952 __vector unsigned int __offset,
955 *(unsigned int *)((char *)__ptr + __offset[__index]) =
961 __vector unsigned int __offset,
964 *(unsigned int *)((char *)__ptr + __offset[__index]) =
970 __vector unsigned long long __offset,
973 *(signed long long *)((char *)__ptr + __offset[__index]) =
979 __vector unsigned long long __offset,
982 *(unsigned long long *)((char *)__ptr + __offset[__index]) =
988 __vector unsigned long long __offset,
991 *(unsigned long long *)((char *)__ptr + __offset[__index]) =
998 __vector unsigned int __offset,
1001 *(float *)((char *)__ptr + __offset[__index]) =
1008 __vector unsigned long long __offset,
1011 *(double *)((char *)__ptr + __offset[__index]) =
1018 vec_xl(long __offset, const signed char *__ptr) {
1020 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1026 vec_xl(long __offset, const unsigned char *__ptr) {
1028 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1034 vec_xl(long __offset, const signed short *__ptr) {
1036 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1042 vec_xl(long __offset, const unsigned short *__ptr) {
1044 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1050 vec_xl(long __offset, const signed int *__ptr) {
1052 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1058 vec_xl(long __offset, const unsigned int *__ptr) {
1060 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1066 vec_xl(long __offset, const signed long long *__ptr) {
1068 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1074 vec_xl(long __offset, const unsigned long long *__ptr) {
1076 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1083 vec_xl(long __offset, const float *__ptr) {
1085 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1092 vec_xl(long __offset, const double *__ptr) {
1094 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1103 vec_xld2(long __offset, const signed char *__ptr) {
1105 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1112 vec_xld2(long __offset, const unsigned char *__ptr) {
1114 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1121 vec_xld2(long __offset, const signed short *__ptr) {
1123 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1130 vec_xld2(long __offset, const unsigned short *__ptr) {
1132 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1139 vec_xld2(long __offset, const signed int *__ptr) {
1141 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1148 vec_xld2(long __offset, const unsigned int *__ptr) {
1150 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1157 vec_xld2(long __offset, const signed long long *__ptr) {
1159 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1166 vec_xld2(long __offset, const unsigned long long *__ptr) {
1168 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1175 vec_xld2(long __offset, const double *__ptr) {
1177 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1186 vec_xlw4(long __offset, const signed char *__ptr) {
1188 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1195 vec_xlw4(long __offset, const unsigned char *__ptr) {
1197 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1204 vec_xlw4(long __offset, const signed short *__ptr) {
1206 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1213 vec_xlw4(long __offset, const unsigned short *__ptr) {
1215 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1222 vec_xlw4(long __offset, const signed int *__ptr) {
1224 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1231 vec_xlw4(long __offset, const unsigned int *__ptr) {
1233 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1241 vec_xst(__vector signed char __vec, long __offset, signed char *__ptr) {
1243 __builtin_memcpy(((char *)__ptr + __offset), &V,
1248 vec_xst(__vector unsigned char __vec, long __offset, unsigned char *__ptr) {
1250 __builtin_memcpy(((char *)__ptr + __offset), &V,
1255 vec_xst(__vector signed short __vec, long __offset, signed short *__ptr) {
1257 __builtin_memcpy(((char *)__ptr + __offset), &V,
1262 vec_xst(__vector unsigned short __vec, long __offset, unsigned short *__ptr) {
1264 __builtin_memcpy(((char *)__ptr + __offset), &V,
1269 vec_xst(__vector signed int __vec, long __offset, signed int *__ptr) {
1271 __builtin_memcpy(((char *)__ptr + __offset), &V, sizeof(__vector signed int));
1275 vec_xst(__vector unsigned int __vec, long __offset, unsigned int *__ptr) {
1277 __builtin_memcpy(((char *)__ptr + __offset), &V,
1282 vec_xst(__vector signed long long __vec, long __offset,
1285 __builtin_memcpy(((char *)__ptr + __offset), &V,
1290 vec_xst(__vector unsigned long long __vec, long __offset,
1293 __builtin_memcpy(((char *)__ptr + __offset), &V,
1299 vec_xst(__vector float __vec, long __offset, float *__ptr) {
1301 __builtin_memcpy(((char *)__ptr + __offset), &V, sizeof(__vector float));
1306 vec_xst(__vector double __vec, long __offset, double *__ptr) {
1308 __builtin_memcpy(((char *)__ptr + __offset), &V, sizeof(__vector double));
1315 vec_xstd2(__vector signed char __vec, long __offset, signed char *__ptr) {
1317 __builtin_memcpy(((char *)__ptr + __offset), &V,
1323 vec_xstd2(__vector unsigned char __vec, long __offset, unsigned char *__ptr) {
1325 __builtin_memcpy(((char *)__ptr + __offset), &V,
1331 vec_xstd2(__vector signed short __vec, long __offset, signed short *__ptr) {
1333 __builtin_memcpy(((char *)__ptr + __offset), &V,
1339 vec_xstd2(__vector unsigned short __vec, long __offset, unsigned short *__ptr) {
1341 __builtin_memcpy(((char *)__ptr + __offset), &V,
1347 vec_xstd2(__vector signed int __vec, long __offset, signed int *__ptr) {
1349 __builtin_memcpy(((char *)__ptr + __offset), &V, sizeof(__vector signed int));
1354 vec_xstd2(__vector unsigned int __vec, long __offset, unsigned int *__ptr) {
1356 __builtin_memcpy(((char *)__ptr + __offset), &V,
1362 vec_xstd2(__vector signed long long __vec, long __offset,
1365 __builtin_memcpy(((char *)__ptr + __offset), &V,
1371 vec_xstd2(__vector unsigned long long __vec, long __offset,
1374 __builtin_memcpy(((char *)__ptr + __offset), &V,
1380 vec_xstd2(__vector double __vec, long __offset, double *__ptr) {
1382 __builtin_memcpy(((char *)__ptr + __offset), &V, sizeof(__vector double));
1389 vec_xstw4(__vector signed char __vec, long __offset, signed char *__ptr) {
1391 __builtin_memcpy(((char *)__ptr + __offset), &V,
1397 vec_xstw4(__vector unsigned char __vec, long __offset, unsigned char *__ptr) {
1399 __builtin_memcpy(((char *)__ptr + __offset), &V,
1405 vec_xstw4(__vector signed short __vec, long __offset, signed short *__ptr) {
1407 __builtin_memcpy(((char *)__ptr + __offset), &V,
1413 vec_xstw4(__vector unsigned short __vec, long __offset, unsigned short *__ptr) {
1415 __builtin_memcpy(((char *)__ptr + __offset), &V,
1421 vec_xstw4(__vector signed int __vec, long __offset, signed int *__ptr) {
1423 __builtin_memcpy(((char *)__ptr + __offset), &V, sizeof(__vector signed int));
1428 vec_xstw4(__vector unsigned int __vec, long __offset, unsigned int *__ptr) {
1430 __builtin_memcpy(((char *)__ptr + __offset), &V,