Home
last modified time | relevance | path

Searched refs:s390_function_arg_integer (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDs390-tdep.c2487 s390_function_arg_integer (struct type *type) in s390_function_arg_integer() function
2664 else if (s390_function_arg_integer (type) && length <= word_size) in s390_push_dummy_call()
2681 else if (s390_function_arg_integer (type) && length == 2*word_size) in s390_push_dummy_call()
/NextBSD/contrib/gcc/config/s390/
HDs390.c7655 s390_function_arg_integer (enum machine_mode mode, tree type) in s390_function_arg_integer() function
7725 else if (s390_function_arg_integer (mode, type)) in s390_function_arg_advance()
7764 else if (s390_function_arg_integer (mode, type)) in s390_function_arg()
/NextBSD/contrib/gcc/
HDChangeLog-20068204 (s390_function_arg_integer, s390_function_value): Replace MODE_FLOAT
HDChangeLog-20033270 (s390_function_arg_integer): New function.