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

/external/valgrind/main/none/tests/ppc32/
H A 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
H A DtestVMX.c5496 /* Function vec_ste */
5501 vec_ste( UCaux1.v, b, UCmem );
5506 printf("Function vec_ste [type unsigned char] ===> Error\n");
5508 printf("Function vec_ste [type unsigned char] ===> OK\n");
5513 vec_ste( Caux1.v, b, Cmem );
5518 printf("Function vec_ste [type char] ===> Error\n");
5520 printf("Function vec_ste [type char] ===> OK\n");
5525 vec_ste( USaux1.v, b, USmem );
5529 printf("Function vec_ste [type unsigned short] ===> Error\n");
5531 printf("Function vec_ste [typ
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c1509 /* vec_ste */
1510 vec_ste(vsc, 0, &param_sc); // CHECK: @llvm.ppc.altivec.stvebx
1511 vec_ste(vuc, 0, &param_uc); // CHECK: @llvm.ppc.altivec.stvebx
1512 vec_ste(vbc, 0, &param_sc); // CHECK: @llvm.ppc.altivec.stvebx
1513 vec_ste(vbc, 0, &param_uc); // CHECK: @llvm.ppc.altivec.stvebx
1514 vec_ste(vs, 0, &param_s); // CHECK: @llvm.ppc.altivec.stvehx
1515 vec_ste(vus, 0, &param_us); // CHECK: @llvm.ppc.altivec.stvehx
1516 vec_ste(vbs, 0, &param_s); // CHECK: @llvm.ppc.altivec.stvehx
1517 vec_ste(vbs, 0, &param_us); // CHECK: @llvm.ppc.altivec.stvehx
1518 vec_ste(v
[all...]
/external/clang/lib/Headers/
H A Daltivec.h7015 /* vec_ste */
7018 vec_ste(vector signed char __a, int __b, signed char *__c) function
7024 vec_ste(vector unsigned char __a, int __b, unsigned char *__c) function
7030 vec_ste(vector bool char __a, int __b, signed char *__c) function
7036 vec_ste(vector bool char __a, int __b, unsigned char *__c) function
7042 vec_ste(vector short __a, int __b, short *__c) function
7048 vec_ste(vector unsigned short __a, int __b, unsigned short *__c) function
7054 vec_ste(vector bool short __a, int __b, short *__c) function
7060 vec_ste(vector bool short __a, int __b, unsigned short *__c) function
7066 vec_ste(vecto function
7072 vec_ste(vector pixel __a, int __b, unsigned short *__c) function
7078 vec_ste(vector int __a, int __b, int *__c) function
7084 vec_ste(vector unsigned int __a, int __b, unsigned int *__c) function
7090 vec_ste(vector bool int __a, int __b, int *__c) function
7096 vec_ste(vector bool int __a, int __b, unsigned int *__c) function
7102 vec_ste(vector float __a, int __b, float *__c) function
[all...]
/external/clang/lib/include/
H A Daltivec.h7015 /* vec_ste */
7018 vec_ste(vector signed char __a, int __b, signed char *__c) function
7024 vec_ste(vector unsigned char __a, int __b, unsigned char *__c) function
7030 vec_ste(vector bool char __a, int __b, signed char *__c) function
7036 vec_ste(vector bool char __a, int __b, unsigned char *__c) function
7042 vec_ste(vector short __a, int __b, short *__c) function
7048 vec_ste(vector unsigned short __a, int __b, unsigned short *__c) function
7054 vec_ste(vector bool short __a, int __b, short *__c) function
7060 vec_ste(vector bool short __a, int __b, unsigned short *__c) function
7066 vec_ste(vecto function
7072 vec_ste(vector pixel __a, int __b, unsigned short *__c) function
7078 vec_ste(vector int __a, int __b, int *__c) function
7084 vec_ste(vector unsigned int __a, int __b, unsigned int *__c) function
7090 vec_ste(vector bool int __a, int __b, int *__c) function
7096 vec_ste(vector bool int __a, int __b, unsigned int *__c) function
7102 vec_ste(vector float __a, int __b, float *__c) function
[all...]

Completed in 67 milliseconds