Searched refs:vec_vsx_st (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 321 vec_vsx_st(vsi, 0, &res_vsi); in test1() 325 vec_vsx_st(vui, 0, &res_vui); in test1() 329 vec_vsx_st(vf, 0, &res_vf); in test1() 333 vec_vsx_st(vsll, 0, &res_vsll); in test1() 337 vec_vsx_st(vull, 0, &res_vull); in test1() 341 vec_vsx_st(vd, 0, &res_vd); in test1()
|
/external/clang/lib/Headers/ |
D | altivec.h | 10116 static void __ATTRS_o_ai vec_vsx_st(vector signed int __a, int __b, in vec_vsx_st() function 10121 static void __ATTRS_o_ai vec_vsx_st(vector unsigned int __a, int __b, in vec_vsx_st() function 10126 static void __ATTRS_o_ai vec_vsx_st(vector float __a, int __b, in vec_vsx_st() function 10131 static void __ATTRS_o_ai vec_vsx_st(vector signed long long __a, int __b, in vec_vsx_st() function 10136 static void __ATTRS_o_ai vec_vsx_st(vector unsigned long long __a, int __b, in vec_vsx_st() function 10141 static void __ATTRS_o_ai vec_vsx_st(vector double __a, int __b, in vec_vsx_st() function
|