Searched refs:vec_stvrxl (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 7294 vec_stvrxl(vsc, 0, ¶m_sc); in test6() 7310 vec_stvrxl(vsc, 0, &vsc); in test6() 7326 vec_stvrxl(vuc, 0, ¶m_uc); in test6() 7342 vec_stvrxl(vuc, 0, &vuc); in test6() 7358 vec_stvrxl(vbc, 0, &vbc); in test6() 7374 vec_stvrxl(vs, 0, ¶m_s); in test6() 7390 vec_stvrxl(vs, 0, &vs); in test6() 7406 vec_stvrxl(vus, 0, ¶m_us); in test6() 7422 vec_stvrxl(vus, 0, &vus); in test6() 7438 vec_stvrxl(vbs, 0, &vbs); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 11391 static void __ATTRS_o_ai vec_stvrxl(vector signed char __a, int __b, in vec_stvrxl() function 11397 static void __ATTRS_o_ai vec_stvrxl(vector signed char __a, int __b, in vec_stvrxl() function 11404 static void __ATTRS_o_ai vec_stvrxl(vector unsigned char __a, int __b, in vec_stvrxl() function 11410 static void __ATTRS_o_ai vec_stvrxl(vector unsigned char __a, int __b, in vec_stvrxl() function 11417 static void __ATTRS_o_ai vec_stvrxl(vector bool char __a, int __b, in vec_stvrxl() function 11424 static void __ATTRS_o_ai vec_stvrxl(vector short __a, int __b, short *__c) { in vec_stvrxl() function 11429 static void __ATTRS_o_ai vec_stvrxl(vector short __a, int __b, in vec_stvrxl() function 11436 static void __ATTRS_o_ai vec_stvrxl(vector unsigned short __a, int __b, in vec_stvrxl() function 11442 static void __ATTRS_o_ai vec_stvrxl(vector unsigned short __a, int __b, in vec_stvrxl() function 11449 static void __ATTRS_o_ai vec_stvrxl(vector bool short __a, int __b, in vec_stvrxl() function [all …]
|