Searched refs:vec_float (Results 1 – 15 of 15) sorted by relevance
5 typedef __attribute__((vector_size(4 * sizeof(float)))) float vec_float; typedef9 volatile vec_float vf;
15 typedef __attribute__((vector_size(4 * sizeof(float)))) float vec_float; typedef19 volatile vec_float vf;
1316 res_vf = vec_float(vi); in test6()1320 res_vf = vec_float(vui); in test6()
14 typedef __attribute__((vector_size(16))) float vec_float; typedef25 volatile vec_float vf;
6 typedef __attribute__((vector_size(16))) float vec_float; typedef9 volatile vec_float vf;
88 vf = vec_float(vsi); in test_float()91 vf = vec_float(vui); in test_float()
448 vf = vec_float(vsi); in test_float()451 vf = vec_float(vui); in test_float()
22 vector<float> vec_float; variable
27 %vec_float = insertelement <vscale x 4 x float> undef, float %f, i32 028 %vec_int = bitcast <vscale x 4 x float> %vec_float to <vscale x 4 x i32>181 %vec_float = insertelement <vscale x 4 x float> undef, float %f, i32 0182 %vec_int = bitcast <vscale x 4 x float> %vec_float to <vscale x 4 x i32>
9032 vec_float(__vector signed int __a) { in vec_float() function9037 vec_float(__vector unsigned int __a) { in vec_float() function
3214 vec_float(vector signed int __a) { in vec_float() function3219 vec_float(vector unsigned int __a) { in vec_float() function