Lines Matching refs:vec_ld
1857 /* Function vec_ld */
1861 UCaux1.v = vec_ld( 0, UCmem );
1870 printf("Function vec_ld [type unsigned char] ===> Error\n");
1872 printf("Function vec_ld [type unsigned char] ===> OK\n");
1876 Caux1.v = vec_ld( 0, Cmem );
1885 printf("Function vec_ld [type char] ===> Error\n");
1887 printf("Function vec_ld [type char] ===> OK\n");
1891 USaux1.v = vec_ld( 0, USmem );
1900 printf("Function vec_ld [type unsigned short] ===> Error\n");
1902 printf("Function vec_ld [type unsigned short] ===> OK\n");
1906 Saux1.v = vec_ld( 0, Smem );
1915 printf("Function vec_ld [type short] ===> Error\n");
1917 printf("Function vec_ld [type short] ===> OK\n");
1921 UIaux1.v = vec_ld( 0, UImem );
1930 printf("Function vec_ld [type unsigned int] ===> Error\n");
1932 printf("Function vec_ld [type unsigned int] ===> OK\n");
1936 Iaux1.v = vec_ld( 0, Imem );
1945 printf("Function vec_ld [type int] ===> Error\n");
1947 printf("Function vec_ld [type int] ===> OK\n");
1952 Faux1.v = vec_ld( 0, Fmem );
1961 printf("Function vec_ld [type float] ===> Error\n");
1963 printf("Function vec_ld [type float] ===> OK\n");