OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:varargs_vec
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/CodeGen/
arm64-abi-vector.c
227
double
varargs_vec
(int fixed, ...) {
function
228
// CHECK:
varargs_vec
287
double ret =
varargs_vec
(3, *c3, *c5, *c9, *c19, *s3, *s5, *i3, *i5, *d3);
288
// CHECK: call double (i32, ...)* @
varargs_vec
(i32 3, i32 {{%.*}}, <2 x i32> {{%.*}}, <4 x i32> {{%.*}}, <19 x i8>* {{%.*}}, <2 x i32> {{%.*}}, <4 x i32> {{%.*}}, <4 x i32> {{%.*}}, <5 x i32>* {{%.*}}, <3 x double>* {{%.*}})
Completed in 44 milliseconds