Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Darm64-abi-vector.c12 typedef __attribute__(( ext_vector_type(3) )) short __short3; typedef
148 __short3 c3 = va_arg(ap, __short3); in varargs_vec_3s()
154 double test_3s(__short3 *in) { in test_3s()
270 __short3 s3 = va_arg(ap, __short3); in varargs_vec()
301 __short3 *s3, __short5 *s5, __int3 *i3, __int5 *i5, in test()
370 __attribute__((noinline)) double args_vec_3s(int fixed, __short3 c3) { in args_vec_3s()
380 double fixed_3s(__short3 *in) { in fixed_3s()
Darm-abi-vector.c12 typedef __attribute__(( ext_vector_type(3) )) short __short3; typedef
231 __short3 c3 = va_arg(ap, __short3); in varargs_vec_3s()
237 double test_3s(__short3 *in) { in test_3s()