Home
last modified time | relevance | path

Searched refs:vec_ste (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp360 Function vec_ste [type unsigned char] ===> OK
361 Function vec_ste [type char] ===> OK
362 Function vec_ste [type unsigned short] ===> OK
363 Function vec_ste [type short] ===> OK
364 Function vec_ste [type unsigned int] ===> OK
365 Function vec_ste [type int] ===> OK
DtestVMX.c5501 vec_ste( UCaux1.v, b, UCmem ); in part3()
5513 vec_ste( Caux1.v, b, Cmem ); in part3()
5525 vec_ste( USaux1.v, b, USmem ); in part3()
5536 vec_ste( Saux1.v, b, Smem ); in part3()
5547 vec_ste( UIaux1.v, b, UImem ); in part3()
5558 vec_ste( Iaux1.v, b, Imem ); in part3()
5570 vec_ste( Faux1.v, b, Fmem ); in part3()
/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c4737 vec_ste(vsc, 0, &param_sc); in test6()
4741 vec_ste(vuc, 0, &param_uc); in test6()
4745 vec_ste(vbc, 0, &param_sc); in test6()
4749 vec_ste(vbc, 0, &param_uc); in test6()
4753 vec_ste(vs, 0, &param_s); in test6()
4757 vec_ste(vus, 0, &param_us); in test6()
4761 vec_ste(vbs, 0, &param_s); in test6()
4765 vec_ste(vbs, 0, &param_us); in test6()
4769 vec_ste(vp, 0, &param_s); in test6()
4773 vec_ste(vp, 0, &param_us); in test6()
[all …]
/external/llvm/lib/Target/PowerPC/
DREADME_ALTIVEC.txt72 vec_ste(&destloc,0,vTemp);
/external/clang/lib/Headers/
Daltivec.h8800 static void __ATTRS_o_ai vec_ste(vector signed char __a, int __b, in vec_ste() function
8805 static void __ATTRS_o_ai vec_ste(vector unsigned char __a, int __b, in vec_ste() function
8810 static void __ATTRS_o_ai vec_ste(vector bool char __a, int __b, in vec_ste() function
8815 static void __ATTRS_o_ai vec_ste(vector bool char __a, int __b, in vec_ste() function
8820 static void __ATTRS_o_ai vec_ste(vector short __a, int __b, short *__c) { in vec_ste() function
8824 static void __ATTRS_o_ai vec_ste(vector unsigned short __a, int __b, in vec_ste() function
8829 static void __ATTRS_o_ai vec_ste(vector bool short __a, int __b, short *__c) { in vec_ste() function
8833 static void __ATTRS_o_ai vec_ste(vector bool short __a, int __b, in vec_ste() function
8838 static void __ATTRS_o_ai vec_ste(vector pixel __a, int __b, short *__c) { in vec_ste() function
8842 static void __ATTRS_o_ai vec_ste(vector pixel __a, int __b, in vec_ste() function
[all …]