Lines Matching defs:__offset

942                    __vector unsigned int __offset,
946 (const char *)__ptr + __offset[__index]);
952 __vector unsigned int __offset,
956 (const char *)__ptr + __offset[__index]);
962 __vector unsigned int __offset,
966 (const char *)__ptr + __offset[__index]);
972 __vector unsigned long long __offset,
976 (const char *)__ptr + __offset[__index]);
982 __vector unsigned long long __offset,
986 (const char *)__ptr + __offset[__index]);
992 __vector unsigned long long __offset,
996 (const char *)__ptr + __offset[__index]);
1003 __vector unsigned int __offset,
1007 (const char *)__ptr + __offset[__index]);
1014 __vector unsigned long long __offset,
1018 (const char *)__ptr + __offset[__index]);
1026 __vector unsigned int __offset,
1029 *(signed int *)((char *)__ptr + __offset[__index]) =
1035 __vector unsigned int __offset,
1038 *(unsigned int *)((char *)__ptr + __offset[__index]) =
1044 __vector unsigned int __offset,
1047 *(unsigned int *)((char *)__ptr + __offset[__index]) =
1053 __vector unsigned long long __offset,
1056 *(signed long long *)((char *)__ptr + __offset[__index]) =
1062 __vector unsigned long long __offset,
1065 *(unsigned long long *)((char *)__ptr + __offset[__index]) =
1071 __vector unsigned long long __offset,
1074 *(unsigned long long *)((char *)__ptr + __offset[__index]) =
1081 __vector unsigned int __offset,
1084 *(float *)((char *)__ptr + __offset[__index]) =
1091 __vector unsigned long long __offset,
1094 *(double *)((char *)__ptr + __offset[__index]) =
1101 vec_xl(long __offset, const signed char *__ptr) {
1103 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1109 vec_xl(long __offset, const unsigned char *__ptr) {
1111 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1117 vec_xl(long __offset, const signed short *__ptr) {
1119 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1125 vec_xl(long __offset, const unsigned short *__ptr) {
1127 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1133 vec_xl(long __offset, const signed int *__ptr) {
1135 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1141 vec_xl(long __offset, const unsigned int *__ptr) {
1143 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1149 vec_xl(long __offset, const signed long long *__ptr) {
1151 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1157 vec_xl(long __offset, const unsigned long long *__ptr) {
1159 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1165 vec_xl(long __offset, const signed __int128 *__ptr) {
1167 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1173 vec_xl(long __offset, const unsigned __int128 *__ptr) {
1175 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1182 vec_xl(long __offset, const float *__ptr) {
1184 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1191 vec_xl(long __offset, const double *__ptr) {
1193 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1202 vec_xld2(long __offset, const signed char *__ptr) {
1204 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1211 vec_xld2(long __offset, const unsigned char *__ptr) {
1213 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1220 vec_xld2(long __offset, const signed short *__ptr) {
1222 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1229 vec_xld2(long __offset, const unsigned short *__ptr) {
1231 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1238 vec_xld2(long __offset, const signed int *__ptr) {
1240 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1247 vec_xld2(long __offset, const unsigned int *__ptr) {
1249 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1256 vec_xld2(long __offset, const signed long long *__ptr) {
1258 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1265 vec_xld2(long __offset, const unsigned long long *__ptr) {
1267 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1274 vec_xld2(long __offset, const double *__ptr) {
1276 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1285 vec_xlw4(long __offset, const signed char *__ptr) {
1287 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1294 vec_xlw4(long __offset, const unsigned char *__ptr) {
1296 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1303 vec_xlw4(long __offset, const signed short *__ptr) {
1305 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1312 vec_xlw4(long __offset, const unsigned short *__ptr) {
1314 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1321 vec_xlw4(long __offset, const signed int *__ptr) {
1323 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1330 vec_xlw4(long __offset, const unsigned int *__ptr) {
1332 __builtin_memcpy(&V, ((const char *)__ptr + __offset),
1340 vec_xst(__vector signed char __vec, long __offset, signed char *__ptr) {
1342 __builtin_memcpy(((char *)__ptr + __offset), &V,
1347 vec_xst(__vector unsigned char __vec, long __offset, unsigned char *__ptr) {
1349 __builtin_memcpy(((char *)__ptr + __offset), &V,
1354 vec_xst(__vector signed short __vec, long __offset, signed short *__ptr) {
1356 __builtin_memcpy(((char *)__ptr + __offset), &V,
1361 vec_xst(__vector unsigned short __vec, long __offset, unsigned short *__ptr) {
1363 __builtin_memcpy(((char *)__ptr + __offset), &V,
1368 vec_xst(__vector signed int __vec, long __offset, signed int *__ptr) {
1370 __builtin_memcpy(((char *)__ptr + __offset), &V, sizeof(__vector signed int));
1374 vec_xst(__vector unsigned int __vec, long __offset, unsigned int *__ptr) {
1376 __builtin_memcpy(((char *)__ptr + __offset), &V,
1381 vec_xst(__vector signed long long __vec, long __offset,
1384 __builtin_memcpy(((char *)__ptr + __offset), &V,
1389 vec_xst(__vector unsigned long long __vec, long __offset,
1392 __builtin_memcpy(((char *)__ptr + __offset), &V,
1397 vec_xst(__vector signed __int128 __vec, long __offset,
1400 __builtin_memcpy(((char *)__ptr + __offset), &V,
1405 vec_xst(__vector unsigned __int128 __vec, long __offset,
1408 __builtin_memcpy(((char *)__ptr + __offset), &V,
1414 vec_xst(__vector float __vec, long __offset, float *__ptr) {
1416 __builtin_memcpy(((char *)__ptr + __offset), &V, sizeof(__vector float));
1421 vec_xst(__vector double __vec, long __offset, double *__ptr) {
1423 __builtin_memcpy(((char *)__ptr + __offset), &V, sizeof(__vector double));
1430 vec_xstd2(__vector signed char __vec, long __offset, signed char *__ptr) {
1432 __builtin_memcpy(((char *)__ptr + __offset), &V,
1438 vec_xstd2(__vector unsigned char __vec, long __offset, unsigned char *__ptr) {
1440 __builtin_memcpy(((char *)__ptr + __offset), &V,
1446 vec_xstd2(__vector signed short __vec, long __offset, signed short *__ptr) {
1448 __builtin_memcpy(((char *)__ptr + __offset), &V,
1454 vec_xstd2(__vector unsigned short __vec, long __offset, unsigned short *__ptr) {
1456 __builtin_memcpy(((char *)__ptr + __offset), &V,
1462 vec_xstd2(__vector signed int __vec, long __offset, signed int *__ptr) {
1464 __builtin_memcpy(((char *)__ptr + __offset), &V, sizeof(__vector signed int));
1469 vec_xstd2(__vector unsigned int __vec, long __offset, unsigned int *__ptr) {
1471 __builtin_memcpy(((char *)__ptr + __offset), &V,
1477 vec_xstd2(__vector signed long long __vec, long __offset,
1480 __builtin_memcpy(((char *)__ptr + __offset), &V,
1486 vec_xstd2(__vector unsigned long long __vec, long __offset,
1489 __builtin_memcpy(((char *)__ptr + __offset), &V,
1495 vec_xstd2(__vector double __vec, long __offset, double *__ptr) {
1497 __builtin_memcpy(((char *)__ptr + __offset), &V, sizeof(__vector double));
1504 vec_xstw4(__vector signed char __vec, long __offset, signed char *__ptr) {
1506 __builtin_memcpy(((char *)__ptr + __offset), &V,
1512 vec_xstw4(__vector unsigned char __vec, long __offset, unsigned char *__ptr) {
1514 __builtin_memcpy(((char *)__ptr + __offset), &V,
1520 vec_xstw4(__vector signed short __vec, long __offset, signed short *__ptr) {
1522 __builtin_memcpy(((char *)__ptr + __offset), &V,
1528 vec_xstw4(__vector unsigned short __vec, long __offset, unsigned short *__ptr) {
1530 __builtin_memcpy(((char *)__ptr + __offset), &V,
1536 vec_xstw4(__vector signed int __vec, long __offset, signed int *__ptr) {
1538 __builtin_memcpy(((char *)__ptr + __offset), &V, sizeof(__vector signed int));
1543 vec_xstw4(__vector unsigned int __vec, long __offset, unsigned int *__ptr) {
1545 __builtin_memcpy(((char *)__ptr + __offset), &V,