Searched refs:vector8float (Results 1 – 2 of 2) sorted by relevance
5 typedef float vector8float __attribute__((__vector_size__(32))); typedef15 vector8float flt_trunc(vector8double x) { in flt_trunc()16 return __builtin_convertvector(x, vector8float); in flt_trunc()21 vector8double flt_ext(vector8float x) { in flt_ext()27 vector8long flt_tosi(vector8float x) { in flt_tosi()33 vector8ulong flt_toui(vector8float x) { in flt_toui()57 vector8float int_tofp(vector8short x) { in int_tofp()58 return __builtin_convertvector(x, vector8float); in int_tofp()63 vector8float uint_tofp(vector8ushort x) { in uint_tofp()64 return __builtin_convertvector(x, vector8float); in uint_tofp()
4 typedef float vector8float __attribute__((__vector_size__(32))); typedef6 vector8float foo1(vector4double x) { in foo1()7 return __builtin_convertvector(x, vector8float); // expected-error {{same number of elements}} in foo1()14 vector8float foo3(double x) { in foo3()15 return __builtin_convertvector(x, vector8float); // expected-error {{must be a vector}} in foo3()