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.c4481 vec_ste(vsc, 0, &param_sc); in test6()
4485 vec_ste(vuc, 0, &param_uc); in test6()
4489 vec_ste(vbc, 0, &param_sc); in test6()
4493 vec_ste(vbc, 0, &param_uc); in test6()
4497 vec_ste(vs, 0, &param_s); in test6()
4501 vec_ste(vus, 0, &param_us); in test6()
4505 vec_ste(vbs, 0, &param_s); in test6()
4509 vec_ste(vbs, 0, &param_us); in test6()
4513 vec_ste(vp, 0, &param_s); in test6()
4517 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.h7773 vec_ste(vector signed char __a, int __b, signed char *__c) in vec_ste() function
7779 vec_ste(vector unsigned char __a, int __b, unsigned char *__c) in vec_ste() function
7785 vec_ste(vector bool char __a, int __b, signed char *__c) in vec_ste() function
7791 vec_ste(vector bool char __a, int __b, unsigned char *__c) in vec_ste() function
7797 vec_ste(vector short __a, int __b, short *__c) in vec_ste() function
7803 vec_ste(vector unsigned short __a, int __b, unsigned short *__c) in vec_ste() function
7809 vec_ste(vector bool short __a, int __b, short *__c) in vec_ste() function
7815 vec_ste(vector bool short __a, int __b, unsigned short *__c) in vec_ste() function
7821 vec_ste(vector pixel __a, int __b, short *__c) in vec_ste() function
7827 vec_ste(vector pixel __a, int __b, unsigned short *__c) in vec_ste() function
[all …]