OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__short5
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
arm64-abi-vector.c
11
typedef __attribute__(( ext_vector_type(5) )) short
__short5
;
typedef
149
__short5
c5 = va_arg(ap,
__short5
);
155
double test_5s(
__short5
*in) {
256
__short5
s5 = va_arg(ap,
__short5
);
285
__short3 *s3,
__short5
*s5, __int3 *i3, __int5 *i5,
370
__attribute__((noinline)) double args_vec_5s(int fixed,
__short5
c5) {
380
double fixed_5s(
__short5
*in) {
arm-abi-vector.c
12
typedef __attribute__(( ext_vector_type(5) )) short
__short5
;
typedef
216
__short5
c5 = va_arg(ap,
__short5
);
222
double test_5s(
__short5
*in) {
Completed in 41 milliseconds