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

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c2135 /* vec_stvlx */
2136 vec_stvlx(vsc, 0, &param_sc); // CHECK: @llvm.ppc.altivec.lvx
2144 vec_stvlx(vsc, 0, &vsc); // CHECK: @llvm.ppc.altivec.lvx
2152 vec_stvlx(vuc, 0, &param_uc); // CHECK: @llvm.ppc.altivec.lvx
2160 vec_stvlx(vuc, 0, &vuc); // CHECK: @llvm.ppc.altivec.lvx
2168 vec_stvlx(vbc, 0, &vbc); // CHECK: store <16 x i8> zeroinitializer
2176 vec_stvlx(vs, 0, &param_s); // CHECK: @llvm.ppc.altivec.lvx
2184 vec_stvlx(vs, 0, &vs); // CHECK: @llvm.ppc.altivec.lvx
2192 vec_stvlx(vus, 0, &param_us); // CHECK: @llvm.ppc.altivec.lvx
2200 vec_stvlx(vu
[all...]
/external/clang/lib/Headers/
H A Daltivec.h9216 /* vec_stvlx */
9219 vec_stvlx(vector signed char __a, int __b, signed char *__c) function
9228 vec_stvlx(vector signed char __a, int __b, vector signed char *__c) function
9237 vec_stvlx(vector unsigned char __a, int __b, unsigned char *__c) function
9246 vec_stvlx(vector unsigned char __a, int __b, vector unsigned char *__c) function
9255 vec_stvlx(vector bool char __a, int __b, vector bool char *__c) function
9264 vec_stvlx(vector short __a, int __b, short *__c) function
9273 vec_stvlx(vector short __a, int __b, vector short *__c) function
9282 vec_stvlx(vector unsigned short __a, int __b, unsigned short *__c) function
9291 vec_stvlx(vecto function
9300 vec_stvlx(vector bool short __a, int __b, vector bool short *__c) function
9309 vec_stvlx(vector pixel __a, int __b, vector pixel *__c) function
9318 vec_stvlx(vector int __a, int __b, int *__c) function
9327 vec_stvlx(vector int __a, int __b, vector int *__c) function
9336 vec_stvlx(vector unsigned int __a, int __b, unsigned int *__c) function
9345 vec_stvlx(vector unsigned int __a, int __b, vector unsigned int *__c) function
9354 vec_stvlx(vector bool int __a, int __b, vector bool int *__c) function
9363 vec_stvlx(vector float __a, int __b, vector float *__c) function
[all...]
/external/clang/lib/include/
H A Daltivec.h9216 /* vec_stvlx */
9219 vec_stvlx(vector signed char __a, int __b, signed char *__c) function
9228 vec_stvlx(vector signed char __a, int __b, vector signed char *__c) function
9237 vec_stvlx(vector unsigned char __a, int __b, unsigned char *__c) function
9246 vec_stvlx(vector unsigned char __a, int __b, vector unsigned char *__c) function
9255 vec_stvlx(vector bool char __a, int __b, vector bool char *__c) function
9264 vec_stvlx(vector short __a, int __b, short *__c) function
9273 vec_stvlx(vector short __a, int __b, vector short *__c) function
9282 vec_stvlx(vector unsigned short __a, int __b, unsigned short *__c) function
9291 vec_stvlx(vecto function
9300 vec_stvlx(vector bool short __a, int __b, vector bool short *__c) function
9309 vec_stvlx(vector pixel __a, int __b, vector pixel *__c) function
9318 vec_stvlx(vector int __a, int __b, int *__c) function
9327 vec_stvlx(vector int __a, int __b, vector int *__c) function
9336 vec_stvlx(vector unsigned int __a, int __b, unsigned int *__c) function
9345 vec_stvlx(vector unsigned int __a, int __b, vector unsigned int *__c) function
9354 vec_stvlx(vector bool int __a, int __b, vector bool int *__c) function
9363 vec_stvlx(vector float __a, int __b, vector float *__c) function
[all...]

Completed in 105 milliseconds