Searched refs:HVA4 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGen/
H A Dvectorcall.c58 struct HVA4 { v4f32 w, x, y, z; }; struct
60 void __vectorcall hva1(int a, struct HVA4 b, int c) {}
64 void __vectorcall hva2(struct HVA4 a, struct HVA4 b, v4f32 c) {}
65 // CHECK: define x86_vectorcallcc void @"\01hva2@@144"(<4 x float> %a.0, <4 x float> %a.1, <4 x float> %a.2, <4 x float> %a.3, %struct.HVA4* inreg %b, <4 x float> %c)
66 // X64: define x86_vectorcallcc void @"\01hva2@@144"(<4 x float> %a.0, <4 x float> %a.1, <4 x float> %a.2, <4 x float> %a.3, %struct.HVA4* align 16 %b, <4 x float> %c)

Completed in 242 milliseconds