Searched refs:vec_stvlxl (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 6748 vec_stvlxl(vsc, 0, ¶m_sc); in test6() 6764 vec_stvlxl(vsc, 0, &vsc); in test6() 6780 vec_stvlxl(vuc, 0, ¶m_uc); in test6() 6796 vec_stvlxl(vuc, 0, &vuc); in test6() 6812 vec_stvlxl(vbc, 0, &vbc); in test6() 6828 vec_stvlxl(vs, 0, ¶m_s); in test6() 6844 vec_stvlxl(vs, 0, &vs); in test6() 6860 vec_stvlxl(vus, 0, ¶m_us); in test6() 6876 vec_stvlxl(vus, 0, &vus); in test6() 6892 vec_stvlxl(vbs, 0, &vbs); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 11167 static void __ATTRS_o_ai vec_stvlxl(vector signed char __a, int __b, in vec_stvlxl() function 11173 static void __ATTRS_o_ai vec_stvlxl(vector signed char __a, int __b, in vec_stvlxl() function 11180 static void __ATTRS_o_ai vec_stvlxl(vector unsigned char __a, int __b, in vec_stvlxl() function 11186 static void __ATTRS_o_ai vec_stvlxl(vector unsigned char __a, int __b, in vec_stvlxl() function 11193 static void __ATTRS_o_ai vec_stvlxl(vector bool char __a, int __b, in vec_stvlxl() function 11200 static void __ATTRS_o_ai vec_stvlxl(vector short __a, int __b, short *__c) { in vec_stvlxl() function 11205 static void __ATTRS_o_ai vec_stvlxl(vector short __a, int __b, in vec_stvlxl() function 11212 static void __ATTRS_o_ai vec_stvlxl(vector unsigned short __a, int __b, in vec_stvlxl() function 11218 static void __ATTRS_o_ai vec_stvlxl(vector unsigned short __a, int __b, in vec_stvlxl() function 11225 static void __ATTRS_o_ai vec_stvlxl(vector bool short __a, int __b, in vec_stvlxl() function [all …]
|