OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
126
__short3
c3 = va_arg(ap,
__short3
);
132
double test_3s(
__short3
*in) {
248
__short3
s3 = va_arg(ap,
__short3
);
279
__short3
*s3, __short5 *s5, __int3 *i3, __int5 *i5,
348
__attribute__((noinline)) double args_vec_3s(int fixed,
__short3
c3) {
358
double fixed_3s(
__short3
*in) {
arm-abi-vector.c
12
typedef __attribute__(( ext_vector_type(3) )) short
__short3
;
typedef
231
__short3
c3 = va_arg(ap,
__short3
);
237
double test_3s(
__short3
*in) {
Completed in 622 milliseconds