Home
last modified time | relevance | path

Searched refs:function_arg_union_value (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.c4632 static rtx function_arg_union_value (int, enum machine_mode, int, int);
4997 function_arg_union_value (int size, enum machine_mode mode, int slotno, in function_arg_union_value() function
5120 return function_arg_union_value (size, mode, slotno, regno); in function_arg()
5534 return function_arg_union_value (size, mode, 0, regbase); in function_value()
5562 return function_arg_union_value (size, mode, 0, regbase); in function_value()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20045592 * config/sparc/sparc.c (function_arg_union_value): New 'slotno'
5595 (function_arg): Adjust call to function_arg_union_value.
6082 (function_arg_union_value): Return naked register for unions
6093 (function_arg_union_value): Increment regno inside the loop.
30985 * config/sparc/sparc.c (function_arg_union_value): Add 'mode'
30987 (function_arg): Adjust call to function_arg_union_value.
45184 * config/sparc/sparc.c (function_arg_union_value): New function.