HomeSort by relevance Sort by last modified time
    Searched full:__short3 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
arm64-abi-vector.c 10 typedef __attribute__(( ext_vector_type(3) )) short __short3; typedef
127 __short3 c3 = va_arg(ap, __short3);
133 double test_3s(__short3 *in) {
252 __short3 s3 = va_arg(ap, __short3);
285 __short3 *s3, __short5 *s5, __int3 *i3, __int5 *i5,
354 __attribute__((noinline)) double args_vec_3s(int fixed, __short3 c3) {
364 double fixed_3s(__short3 *in) {
arm-abi-vector.c 11 typedef __attribute__(( ext_vector_type(3) )) short __short3; typedef
182 __short3 c3 = va_arg(ap, __short3);
188 double test_3s(__short3 *in) {

Completed in 157 milliseconds