Searched refs:vec_stvlx (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 6475 vec_stvlx(vsc, 0, ¶m_sc); in test6() 6491 vec_stvlx(vsc, 0, &vsc); in test6() 6507 vec_stvlx(vuc, 0, ¶m_uc); in test6() 6523 vec_stvlx(vuc, 0, &vuc); in test6() 6539 vec_stvlx(vbc, 0, &vbc); in test6() 6555 vec_stvlx(vs, 0, ¶m_s); in test6() 6571 vec_stvlx(vs, 0, &vs); in test6() 6587 vec_stvlx(vus, 0, ¶m_us); in test6() 6603 vec_stvlx(vus, 0, &vus); in test6() 6619 vec_stvlx(vbs, 0, &vbs); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 11055 static void __ATTRS_o_ai vec_stvlx(vector signed char __a, int __b, in vec_stvlx() function 11061 static void __ATTRS_o_ai vec_stvlx(vector signed char __a, int __b, in vec_stvlx() function 11068 static void __ATTRS_o_ai vec_stvlx(vector unsigned char __a, int __b, in vec_stvlx() function 11074 static void __ATTRS_o_ai vec_stvlx(vector unsigned char __a, int __b, in vec_stvlx() function 11081 static void __ATTRS_o_ai vec_stvlx(vector bool char __a, int __b, in vec_stvlx() function 11088 static void __ATTRS_o_ai vec_stvlx(vector short __a, int __b, short *__c) { in vec_stvlx() function 11093 static void __ATTRS_o_ai vec_stvlx(vector short __a, int __b, in vec_stvlx() function 11100 static void __ATTRS_o_ai vec_stvlx(vector unsigned short __a, int __b, in vec_stvlx() function 11106 static void __ATTRS_o_ai vec_stvlx(vector unsigned short __a, int __b, in vec_stvlx() function 11113 static void __ATTRS_o_ai vec_stvlx(vector bool short __a, int __b, in vec_stvlx() function [all …]
|