Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dvectorcall.c22 struct HFA2 { double x, y; }; argument
39 void __vectorcall hfa3(double a, double b, double c, double d, double e, struct HFA2 f) {} in hfa3()
51 static struct HFA2 g_hfa2;
52 struct HFA2 __vectorcall hfa5(void) { return g_hfa2; } in hfa5()