Lines Matching refs:__vectorcall
4 void __vectorcall v1(int a, int b) {} in v1()
8 void __vectorcall v2(char a, char b) {} in v2()
13 void __vectorcall v3(int a, struct Small b, int c) {} in v3()
18 void __vectorcall v4(int a, struct Large b, int c) {} in v4()
26 void __vectorcall hfa1(int a, struct HFA4 b, int c) {} in hfa1()
33 void __vectorcall hfa2(struct HFA4 a, struct HFA4 b, double c) {} in hfa2()
39 void __vectorcall hfa3(double a, double b, double c, double d, double e, struct HFA2 f) {} in hfa3()
46 void __vectorcall hfa4(struct HFA5 a) {} in hfa4()
52 struct HFA2 __vectorcall hfa5(void) { return g_hfa2; } in hfa5()
60 void __vectorcall hva1(int a, struct HVA4 b, int c) {} in hva1()
64 void __vectorcall hva2(struct HVA4 a, struct HVA4 b, v4f32 c) {} in hva2()
68 void __vectorcall hva3(v4f32 a, v4f32 b, v4f32 c, v4f32 d, v4f32 e, struct HVA2 f) {} in hva3()
75 void __vectorcall odd_size_hva(struct OddSizeHVA a) {} in odd_size_hva()