Searched refs:s390_function_arg_size (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c11882 s390_function_arg_size (machine_mode mode, const_tree type)
11904 if (s390_function_arg_size (mode, type) > 16)
11985 if (s390_function_arg_size (mode, type) > 8)
12064 int size = s390_function_arg_size (mode, type);
12099 int size = s390_function_arg_size (arg.mode, arg.type);
12144 int size = s390_function_arg_size (arg.mode, arg.type);
12191 int size = s390_function_arg_size (arg.mode, arg.type);
13478 int size = s390_function_arg_size (arg.mode, arg.type);
11881 s390_function_arg_size (machine_mode mode, const_tree type) function
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc12158 s390_function_arg_size (machine_mode mode, const_tree type)
12299 if (s390_function_arg_size (mode, type) > 16)
12318 if (s390_function_arg_size (mode, type) > 8)
12342 int size = s390_function_arg_size (mode, type);
12377 int size = s390_function_arg_size (arg.mode, arg.type);
12422 int size = s390_function_arg_size (arg.mode, arg.type);
12469 int size = s390_function_arg_size (arg.mode, arg.type);
13749 int size = s390_function_arg_size (arg.mode, arg.type);
12157 s390_function_arg_size (machine_mode mode, const_tree type) function

Completed in 145 milliseconds