HomeSort by relevance Sort by last modified time
    Searched full:hfa4 (Results 1 - 1 of 1) sorted by null

  /external/clang/test/CodeGen/
vectorcall.c 23 struct HFA4 { double w, x, y, z; };
26 void __vectorcall hfa1(int a, struct HFA4 b, int c) {}
33 void __vectorcall hfa2(struct HFA4 a, struct HFA4 b, double c) {}
34 // CHECK: define x86_vectorcallcc void @"\01hfa2@@72"(double %a.0, double %a.1, double %a.2, double %a.3, %struct.HFA4* inreg %b, double %c)
35 // X64: define x86_vectorcallcc void @"\01hfa2@@72"(double %a.0, double %a.1, double %a.2, double %a.3, %struct.HFA4* %b, double %c)
46 void __vectorcall hfa4(struct HFA5 a) {} function
47 // CHECK: define x86_vectorcallcc void @"\01hfa4@@40"(%struct.HFA5* byval align 4)
48 // X64: define x86_vectorcallcc void @"\01hfa4@@40"(%struct.HFA5* %a)

Completed in 133 milliseconds