Searched refs:HFA4 (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | vectorcall.c | 23 struct HFA4 { double w, x, y, z; }; argument 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | vectorcall.ll | 206 %struct.HFA4 = type { double, double, double, double } 207 declare x86_vectorcallcc double @test_mixed_9_callee(%struct.HFA4 %x, double %y) 209 define x86_vectorcallcc double @test_mixed_9_caller(%struct.HFA4 inreg %b) { 211 …%call = call x86_vectorcallcc double @test_mixed_9_callee(%struct.HFA4 inreg %b, double 3.000000e+…
|