Searched refs:__v2f32 (Results 1 – 1 of 1) sorted by relevance
7297 typedef float __v2f32 __attribute__((__vector_size__(8))); in vec_ld2f() typedef7298 return __builtin_convertvector(*(const __v2f32 *)__ptr, vector double); in vec_ld2f()7305 typedef float __v2f32 __attribute__((__vector_size__(8))); in vec_st2f() typedef7306 *(__v2f32 *)__ptr = __builtin_convertvector(__a, __v2f32); in vec_st2f()