Searched defs:UImem (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.c1785 unsigned int *UImem = (unsigned int*)calloc_vec( 1, sizeof(vector unsigned int) ); local
1920 memcpy( UImem, &UIcons1, sizeof(vector unsigned int) );
1921 UIaux1.v = vec_ld( 0, UImem );
1925 Iaux = Iaux && (UIaux1.e[i]==UImem[i]);
2027 UImem[i] = (unsigned int)(i);
2030 UIaux1.v = vec_lde( i, UImem );
2032 if (UIaux1.e[j] != UImem[j]) err++;
2133 memcpy( UImem, &UIcons1, sizeof(vector unsigned int) );
2134 UIaux1.v = vec_ldl( 0, UImem );
2138 Iaux = Iaux && (UIaux1.e[i]==UImem[
3514 unsigned int *UImem = (unsigned int*)calloc_vec( 1, sizeof(vector unsigned int) ); local
[all...]

Completed in 69 milliseconds