Home
last modified time | relevance | path

Searched refs:vector8float (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Dconvertvector.c5 typedef float vector8float __attribute__((__vector_size__(32))); typedef
15 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()
/external/clang/test/CodeGen/
Dconvertvector.c5 typedef float vector8float __attribute__((__vector_size__(32))); typedef
15 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()
/external/clang/test/Sema/
Dconvertvector.c4 typedef float vector8float __attribute__((__vector_size__(32))); typedef
6 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()
/external/llvm-project/clang/test/Sema/
Dconvertvector.c4 typedef float vector8float __attribute__((__vector_size__(32))); typedef
6 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()