Searched refs:vec_stvlxl (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 6468 vec_stvlxl(vsc, 0, ¶m_sc); in test6() 6484 vec_stvlxl(vsc, 0, &vsc); in test6() 6500 vec_stvlxl(vuc, 0, ¶m_uc); in test6() 6516 vec_stvlxl(vuc, 0, &vuc); in test6() 6532 vec_stvlxl(vbc, 0, &vbc); in test6() 6548 vec_stvlxl(vs, 0, ¶m_s); in test6() 6564 vec_stvlxl(vs, 0, &vs); in test6() 6580 vec_stvlxl(vus, 0, ¶m_us); in test6() 6596 vec_stvlxl(vus, 0, &vus); in test6() 6612 vec_stvlxl(vbs, 0, &vbs); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 10341 vec_stvlxl(vector signed char __a, int __b, signed char *__c) in vec_stvlxl() function 10350 vec_stvlxl(vector signed char __a, int __b, vector signed char *__c) in vec_stvlxl() function 10359 vec_stvlxl(vector unsigned char __a, int __b, unsigned char *__c) in vec_stvlxl() function 10368 vec_stvlxl(vector unsigned char __a, int __b, vector unsigned char *__c) in vec_stvlxl() function 10377 vec_stvlxl(vector bool char __a, int __b, vector bool char *__c) in vec_stvlxl() function 10386 vec_stvlxl(vector short __a, int __b, short *__c) in vec_stvlxl() function 10395 vec_stvlxl(vector short __a, int __b, vector short *__c) in vec_stvlxl() function 10404 vec_stvlxl(vector unsigned short __a, int __b, unsigned short *__c) in vec_stvlxl() function 10413 vec_stvlxl(vector unsigned short __a, int __b, vector unsigned short *__c) in vec_stvlxl() function 10422 vec_stvlxl(vector bool short __a, int __b, vector bool short *__c) in vec_stvlxl() function [all …]
|