HomeSort by: relevance | last modified time | path
    Searched defs:s390_function_arg_size (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 12155 s390_function_arg_size (machine_mode mode, const_tree type)
12296 if (s390_function_arg_size (mode, type) > 16)
12315 if (s390_function_arg_size (mode, type) > 8)
12339 int size = s390_function_arg_size (mode, type);
12374 int size = s390_function_arg_size (arg.mode, arg.type);
12419 int size = s390_function_arg_size (arg.mode, arg.type);
12466 int size = s390_function_arg_size (arg.mode, arg.type);
13746 int size = s390_function_arg_size (arg.mode, arg.type);
12154 s390_function_arg_size (machine_mode mode, const_tree type) function
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 12673 s390_function_arg_size (machine_mode mode, const_tree type)
12814 if (s390_function_arg_size (mode, type) > 16)
12833 if (s390_function_arg_size (mode, type) > 8)
12857 int size = s390_function_arg_size (mode, type);
12892 int size = s390_function_arg_size (arg.mode, arg.type);
12937 int size = s390_function_arg_size (arg.mode, arg.type);
12984 int size = s390_function_arg_size (arg.mode, arg.type);
14278 int size = s390_function_arg_size (arg.mode, arg.type);
12672 s390_function_arg_size (machine_mode mode, const_tree type) function

Completed in 48 milliseconds