Searched refs:function_arg_record_value (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c3640 static rtx function_arg_record_value
3828 function_arg_record_value (type, mode, slotno, named, regbase)
4018 return function_arg_record_value (type, mode, slotno, named, regbase);
4248 return function_arg_record_value (type, mode, 0, 1, regbase);
3816 function_arg_record_value (type, mode, slotno, named, regbase) function
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c6460 static rtx function_arg_record_value (const_tree, machine_mode, int, int, int);
6463 /* A subroutine of function_arg_record_value. Traverse the structure
6561 /* A subroutine of function_arg_record_value. Assign the bits of the
6617 /* A subroutine of function_arg_record_value. Traverse the structure
6730 function_arg_record_value (const_tree type, machine_mode mode,
6939 return function_arg_record_value (type, mode, slotno, named, regbase);
7383 return function_arg_record_value (type, mode, 0, 1, regbase);
6719 function_arg_record_value (const_tree type, machine_mode mode, function

Completed in 127 milliseconds