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()
62 v4f32 __vectorcall hva1(int a, struct HVA4 b, int c) {return b.w;} in hva1()
66 v4f32 __vectorcall hva2(struct HVA4 a, struct HVA4 b, v4f32 c) {return c;} in hva2()
70 v4f32 __vectorcall hva3(v4f32 a, v4f32 b, v4f32 c, v4f32 d, v4f32 e, struct HVA2 f) {return f.x;} in hva3()
76 v4f32 __vectorcall hva4(struct HVA4 a, struct HVA2 b, v4f32 c) {return b.y;} in hva4()
80 v4f32 __vectorcall hva5(struct HVA3 a, struct HVA3 b, v4f32 c, struct HVA2 d) {return d.y;} in hva5()
84 struct HVA4 __vectorcall hva6(struct HVA4 a, struct HVA4 b) { return b;} in hva6()
88 struct HVA5 __vectorcall hva7() {struct HVA5 a = {}; return a;} in hva7()
92 v4f32 __vectorcall hva8(v4f32 a, v4f32 b, v4f32 c, v4f32 d, int e, v4f32 f) {return f;} in hva8()
99 void __vectorcall odd_size_hva(struct OddSizeHVA a) {} in odd_size_hva()
106 struct HFA2 __vectorcall AddParticles(struct HFA2 p1, float p2, struct HFA4 p3, int p4, struct HFA2… in AddParticles()
115 void __vectorcall HVAAnywhere(struct HFA2 p1, int p2, int p3, float p4, int p5, int p6, struct HFA4… in HVAAnywhere()
124 void __vectorcall vectorcall_indirect_vec( in vectorcall_indirect_vec()