Home | History | Annotate | Download | only in ppc32

Lines Matching full:viargs

1369 static unsigned int viargs[] __attribute__ ((aligned (16))) = { 0x01234567,
1381 #define NUM_VIARGS_INTS (sizeof viargs/sizeof viargs[0])
1384 static ldst_test_t ldst_tests[] = { { &test_lxsdx, "lxsdx", viargs, 0, 2, VSX_LOAD },
1385 { &test_lxsdx, "lxsdx", viargs, 4, 2, VSX_LOAD },
1386 { &test_lxvd2x, "lxvd2x", viargs, 0, 4, VSX_LOAD },
1387 { &test_lxvd2x, "lxvd2x", viargs, 4, 4, VSX_LOAD },
1388 { &test_lxvdsx, "lxvdsx", viargs, 0, 4, VSX_LOAD_SPLAT },
1389 { &test_lxvdsx, "lxvdsx", viargs, 4, 4, VSX_LOAD_SPLAT },
1390 { &test_lxvw4x, "lxvw4x", viargs, 0, 4, VSX_LOAD },
1391 { &test_lxvw4x, "lxvw4x", viargs, 4, 4, VSX_LOAD },
1512 r14 = (HWord_t)viargs;
1570 r14 = (HWord_t)viargs;
1882 memcpy(&vec_inA, &viargs[0], sizeof(vector unsigned char));
1886 src = &viargs[0];
2007 inA = &viargs[startA];
2008 inB = &viargs[startB];
2075 inA = &viargs[startA];
2076 inB = &viargs[startB];