OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:varargs_vec_5s
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
arm-abi-vector.c
196
double
varargs_vec_5s
(int fixed, ...) {
function
197
// CHECK:
varargs_vec_5s
206
// APCS-GNU:
varargs_vec_5s
224
// CHECK: call arm_aapcscc double (i32, ...) @
varargs_vec_5s
(i32 5, <4 x i32> {{%.*}})
226
// APCS-GNU: call double (i32, ...) @
varargs_vec_5s
(i32 5, <4 x i32> {{%.*}})
227
return
varargs_vec_5s
(5, *in);
arm64-abi-vector.c
139
double
varargs_vec_5s
(int fixed, ...) {
function
140
// CHECK:
varargs_vec_5s
157
// CHECK: call double (i32, ...) @
varargs_vec_5s
(i32 5, <4 x i32> {{%.*}})
158
return
varargs_vec_5s
(5, *in);
Completed in 30 milliseconds