Searched refs:vec_lde (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp106 Function vec_lde [type unsigned char] ===> OK
107 Function vec_lde [type char] ===> OK
108 Function vec_lde [type unsigned short] ===> OK
109 Function vec_lde [type short] ===> OK
110 Function vec_lde [type unsigned int] ===> OK
111 Function vec_lde [type int] ===> OK
H A DtestVMX.c1966 /* 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 [typ
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c1277 /* vec_lde */
1278 res_vsc = vec_lde(0, &param_sc);
1282 res_vuc = vec_lde(0, &param_uc);
1286 res_vs = vec_lde(0, &param_s);
1290 res_vus = vec_lde(0, &param_us);
1294 res_vi = vec_lde(0, &param_i);
1298 res_vui = vec_lde(0, &param_ui);
1302 res_vf = vec_lde(0, &param_f);
/external/clang/lib/Headers/
H A Daltivec.h1926 /* vec_lde */
1929 vec_lde(int __a, const signed char *__b) function
1935 vec_lde(int __a, const unsigned char *__b) function
1941 vec_lde(int __a, const short *__b) function
1947 vec_lde(int __a, const unsigned short *__b) function
1953 vec_lde(int __a, const int *__b) function
1959 vec_lde(int __a, const unsigned int *__b) function
1965 vec_lde(int __a, const float *__b) function

Completed in 226 milliseconds