Home | History | Annotate | Download | only in ppc32

Lines Matching refs:vec_lde

1966 /*    Function vec_lde    */
1974 UCaux1.v = vec_lde( i, UCmem );
1979 printf("Function vec_lde [type unsigned char] ===> Error\n");
1981 printf("Function vec_lde [type unsigned char] ===> OK\n");
1988 Caux1.v = vec_lde( i, Cmem );
1993 printf("Function vec_lde [type char] ===> Error\n");
1995 printf("Function vec_lde [type char] ===> OK\n");
2002 USaux1.v = vec_lde( i, USmem );
2007 printf("Function vec_lde [type unsigned short] ===> Error\n");
2009 printf("Function vec_lde [type unsigned short] ===> OK\n");
2016 Saux1.v = vec_lde( i, Smem );
2021 printf("Function vec_lde [type short] ===> Error\n");
2023 printf("Function vec_lde [type short] ===> OK\n");
2030 UIaux1.v = vec_lde( i, UImem );
2035 printf("Function vec_lde [type unsigned int] ===> Error\n");
2037 printf("Function vec_lde [type unsigned int] ===> OK\n");
2044 Iaux1.v = vec_lde( i, Imem );
2049 printf("Function vec_lde [type int] ===> Error\n");
2051 printf("Function vec_lde [type int] ===> OK\n");
2059 Faux1.v = vec_lde( i, Fmem );
2064 printf("Function vec_lde [type float] ===> Error\n");
2066 printf("Function vec_lde [type float] ===> OK\n");