Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:v46

345 typedef float v46 __attribute((vector_size(8)));
346 void f46(v46,v46,v46,v46,v46,v46,v46,v46,v46,v46);
347 void test46() { v46 x = {1,2}; f46(x,x,x,x,x,x,x,x,x,x); }