Home
last modified time | relevance | path

Searched refs:function_arg_slotno (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/config/sparc/
Dsparc.c133 static int function_arg_slotno PARAMS ((const CUMULATIVE_ARGS *,
4427 function_arg_slotno (cum, mode, type, named, incoming_p, pregno, ppadding) in function_arg_slotno() function
4949 slotno = function_arg_slotno (cum, mode, type, named, incoming_p,
5081 slotno = function_arg_slotno (cum, mode, type, named, 0, &regno, &padding);
5180 slotno = function_arg_slotno (cum, mode, type, named, 0, &regno, &padding);
/openbsd/src/gnu/gcc/gcc/config/sparc/
Dsparc.c330 static int function_arg_slotno (const CUMULATIVE_ARGS *, enum machine_mode,
4481 function_arg_slotno (const struct sparc_args *cum, enum machine_mode mode, in function_arg_slotno() function
5083 slotno = function_arg_slotno (cum, mode, type, named, incoming_p, in function_arg()
5225 slotno = function_arg_slotno (cum, mode, type, named, 0, &regno, &padding); in sparc_arg_partial_bytes()
5335 slotno = function_arg_slotno (cum, mode, type, named, 0, &regno, &padding); in function_arg_advance()
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.04445 (function_arg_slotno): Return -1 for FP reg overflow as well.
8253 Make return type of function_arg_slotno explicitly `int'.
8257 (function_arg_slotno): Add parentheses around && within ||.
11087 (function_arg_slotno): New static function.
DChangeLog.47190 (function_arg_slotno): Accept TImode/CTImode.
DFSFChangeLog.111661 (function_arg_slotno): New static function.