Home
last modified time | relevance | path

Searched refs:vec_stvlxl (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c6502 vec_stvlxl(vsc, 0, &param_sc); in test6()
6518 vec_stvlxl(vsc, 0, &vsc); in test6()
6534 vec_stvlxl(vuc, 0, &param_uc); in test6()
6550 vec_stvlxl(vuc, 0, &vuc); in test6()
6566 vec_stvlxl(vbc, 0, &vbc); in test6()
6582 vec_stvlxl(vs, 0, &param_s); in test6()
6598 vec_stvlxl(vs, 0, &vs); in test6()
6614 vec_stvlxl(vus, 0, &param_us); in test6()
6630 vec_stvlxl(vus, 0, &vus); in test6()
6646 vec_stvlxl(vbs, 0, &vbs); in test6()
[all …]
/external/clang/lib/Headers/
Daltivec.h9907 vec_stvlxl(vector signed char __a, int __b, signed char *__c) in vec_stvlxl() function
9916 vec_stvlxl(vector signed char __a, int __b, vector signed char *__c) in vec_stvlxl() function
9925 vec_stvlxl(vector unsigned char __a, int __b, unsigned char *__c) in vec_stvlxl() function
9934 vec_stvlxl(vector unsigned char __a, int __b, vector unsigned char *__c) in vec_stvlxl() function
9943 vec_stvlxl(vector bool char __a, int __b, vector bool char *__c) in vec_stvlxl() function
9952 vec_stvlxl(vector short __a, int __b, short *__c) in vec_stvlxl() function
9961 vec_stvlxl(vector short __a, int __b, vector short *__c) in vec_stvlxl() function
9970 vec_stvlxl(vector unsigned short __a, int __b, unsigned short *__c) in vec_stvlxl() function
9979 vec_stvlxl(vector unsigned short __a, int __b, vector unsigned short *__c) in vec_stvlxl() function
9988 vec_stvlxl(vector bool short __a, int __b, vector bool short *__c) in vec_stvlxl() function
[all …]