Home
last modified time | relevance | path

Searched refs:vsxargs (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/none/tests/ppc64/
Dppc64_helpers.h1736 static unsigned long * vsxargs = NULL; variable
1748 vsxargs = memalign(16, MAX_VSX_ARRAY_SIZE * sizeof(unsigned long)); in build_vsx_table()
1750 vsxargs[i++] = 0x0000000000000000UL; vsxargs[i++] = 0x0000000000000000UL; in build_vsx_table()
1751 vsxargs[i++] = 0x0102030405060708UL; vsxargs[i++] = 0x0102010201020102UL; in build_vsx_table()
1753 vsxargs[i++] = 0xaaaaaaaaaaaaaaaaUL; vsxargs[i++] = 0xaaaaaaaaaaaaaaaaUL; in build_vsx_table()
1754 vsxargs[i++] = 0x5555555555555555UL; vsxargs[i++] = 0x5555555555555555UL; in build_vsx_table()
1756 vsxargs[i++] = 0x08090a0b0c0d0e0fUL; vsxargs[i++] = 0x0102010201020102UL; in build_vsx_table()
1757 vsxargs[i++] = 0xf0f1f2f3f4f5f6f7UL; vsxargs[i++] = 0xf8f9fafbfcfdfeffUL; in build_vsx_table()
1759 vsxargs[i++] = 0x7ea1a5a7abadb0baUL; vsxargs[i++] = 0x070d111d1e555e70UL; in build_vsx_table()
1760 vsxargs[i++] = 0xe5e7ecedeff0f1faUL; vsxargs[i++] = 0xbeb1c0caced0dbdeUL; in build_vsx_table()
[all …]
Dtest_isa_3_0.c2512 vec_xa = (vector unsigned long){vsxargs[i], vsxargs[i+1]}; in testfunction_vector_absolute()
2513 vec_xb = (vector unsigned long){vsxargs[j], vsxargs[j]}; in testfunction_vector_absolute()
2552 vec_xa = (vector unsigned long){vsxargs[i], vsxargs[i+1]}; in testfunction_vector_xxpermute()
2553 vec_xt = (vector unsigned long){vsxargs[i+2], vsxargs[i+3]}; in testfunction_vector_xxpermute()
2597 vec_xa = (vector unsigned long){vsxargs[i], vsxargs[i+1]}; in testfunction_vector_logical_one()
2635 vec_xa = (vector unsigned long){vsxargs[i], vsxargs[i+1]}; in testfunction_vector_logical_four()
2636 vec_xb = (vector unsigned long){vsxargs[j], vsxargs[j+1]}; in testfunction_vector_logical_four()
2682 vec_xb[0] = (unsigned long) vsxargs[i]; in testfunction_vector_insert_or_extract_immediate()
2683 vec_xb[1] = (unsigned long) vsxargs[i+1]; in testfunction_vector_insert_or_extract_immediate()
2750 vec_xt = (vector unsigned long){vsxargs[i], vsxargs[i+1]}; in testfunction_vector_loadstore()
[all …]