Home
last modified time | relevance | path

Searched refs:__short5 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
Darm64-abi-vector.c13 typedef __attribute__(( ext_vector_type(5) )) short __short5; typedef
170 __short5 c5 = va_arg(ap, __short5); in varargs_vec_5s()
176 double test_5s(__short5 *in) { in test_5s()
274 __short5 s5 = va_arg(ap, __short5); in varargs_vec()
301 __short3 *s3, __short5 *s5, __int3 *i3, __int5 *i5, in test()
386 __attribute__((noinline)) double args_vec_5s(int fixed, __short5 c5) { in args_vec_5s()
396 double fixed_5s(__short5 *in) { in fixed_5s()
Darm-abi-vector.c13 typedef __attribute__(( ext_vector_type(5) )) short __short5; typedef
273 __short5 c5 = va_arg(ap, __short5); in varargs_vec_5s()
279 double test_5s(__short5 *in) { in test_5s()