Searched refs:vec_stvx (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c1482 vec_stvx(vsc, 0, &vsc); // CHECK: @llvm.ppc.altivec.stvx
1483 vec_stvx(vsc, 0, &param_sc); // CHECK: @llvm.ppc.altivec.stvx
1484 vec_stvx(vuc, 0, &vuc); // CHECK: @llvm.ppc.altivec.stvx
1485 vec_stvx(vuc, 0, &param_uc); // CHECK: @llvm.ppc.altivec.stvx
1486 vec_stvx(vbc, 0, &param_uc); // CHECK: @llvm.ppc.altivec.stvx
1487 vec_stvx(vbc, 0, &param_uc); // CHECK: @llvm.ppc.altivec.stvx
1488 vec_stvx(vbc, 0, &vbc); // CHECK: @llvm.ppc.altivec.stvx
1489 vec_stvx(vs, 0, &vs); // CHECK: @llvm.ppc.altivec.stvx
1490 vec_stvx(vs, 0, &param_s); // CHECK: @llvm.ppc.altivec.stvx
1491 vec_stvx(vu
[all...]
/external/clang/lib/Headers/
H A Daltivec.h6857 /* vec_stvx */
6860 vec_stvx(vector signed char __a, int __b, vector signed char *__c) function
6866 vec_stvx(vector signed char __a, int __b, signed char *__c) function
6872 vec_stvx(vector unsigned char __a, int __b, vector unsigned char *__c) function
6878 vec_stvx(vector unsigned char __a, int __b, unsigned char *__c) function
6884 vec_stvx(vector bool char __a, int __b, signed char *__c) function
6890 vec_stvx(vector bool char __a, int __b, unsigned char *__c) function
6896 vec_stvx(vector bool char __a, int __b, vector bool char *__c) function
6902 vec_stvx(vector short __a, int __b, vector short *__c) function
6908 vec_stvx(vecto function
6914 vec_stvx(vector unsigned short __a, int __b, vector unsigned short *__c) function
6920 vec_stvx(vector unsigned short __a, int __b, unsigned short *__c) function
6926 vec_stvx(vector bool short __a, int __b, short *__c) function
6932 vec_stvx(vector bool short __a, int __b, unsigned short *__c) function
6938 vec_stvx(vector bool short __a, int __b, vector bool short *__c) function
6944 vec_stvx(vector pixel __a, int __b, short *__c) function
6950 vec_stvx(vector pixel __a, int __b, unsigned short *__c) function
6956 vec_stvx(vector pixel __a, int __b, vector pixel *__c) function
6962 vec_stvx(vector int __a, int __b, vector int *__c) function
6968 vec_stvx(vector int __a, int __b, int *__c) function
6974 vec_stvx(vector unsigned int __a, int __b, vector unsigned int *__c) function
6980 vec_stvx(vector unsigned int __a, int __b, unsigned int *__c) function
6986 vec_stvx(vector bool int __a, int __b, int *__c) function
6992 vec_stvx(vector bool int __a, int __b, unsigned int *__c) function
6998 vec_stvx(vector bool int __a, int __b, vector bool int *__c) function
7004 vec_stvx(vector float __a, int __b, vector float *__c) function
7010 vec_stvx(vector float __a, int __b, float *__c) function
[all...]
/external/clang/lib/include/
H A Daltivec.h6857 /* vec_stvx */
6860 vec_stvx(vector signed char __a, int __b, vector signed char *__c) function
6866 vec_stvx(vector signed char __a, int __b, signed char *__c) function
6872 vec_stvx(vector unsigned char __a, int __b, vector unsigned char *__c) function
6878 vec_stvx(vector unsigned char __a, int __b, unsigned char *__c) function
6884 vec_stvx(vector bool char __a, int __b, signed char *__c) function
6890 vec_stvx(vector bool char __a, int __b, unsigned char *__c) function
6896 vec_stvx(vector bool char __a, int __b, vector bool char *__c) function
6902 vec_stvx(vector short __a, int __b, vector short *__c) function
6908 vec_stvx(vecto function
6914 vec_stvx(vector unsigned short __a, int __b, vector unsigned short *__c) function
6920 vec_stvx(vector unsigned short __a, int __b, unsigned short *__c) function
6926 vec_stvx(vector bool short __a, int __b, short *__c) function
6932 vec_stvx(vector bool short __a, int __b, unsigned short *__c) function
6938 vec_stvx(vector bool short __a, int __b, vector bool short *__c) function
6944 vec_stvx(vector pixel __a, int __b, short *__c) function
6950 vec_stvx(vector pixel __a, int __b, unsigned short *__c) function
6956 vec_stvx(vector pixel __a, int __b, vector pixel *__c) function
6962 vec_stvx(vector int __a, int __b, vector int *__c) function
6968 vec_stvx(vector int __a, int __b, int *__c) function
6974 vec_stvx(vector unsigned int __a, int __b, vector unsigned int *__c) function
6980 vec_stvx(vector unsigned int __a, int __b, unsigned int *__c) function
6986 vec_stvx(vector bool int __a, int __b, int *__c) function
6992 vec_stvx(vector bool int __a, int __b, unsigned int *__c) function
6998 vec_stvx(vector bool int __a, int __b, vector bool int *__c) function
7004 vec_stvx(vector float __a, int __b, vector float *__c) function
7010 vec_stvx(vector float __a, int __b, float *__c) function
[all...]

Completed in 102 milliseconds