Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Ds390-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()
/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.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()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20068204 (s390_function_arg_integer, s390_function_value): Replace MODE_FLOAT
H A DChangeLog-20033270 (s390_function_arg_integer): New function.