Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDcalls.c253 rtx next_arg_reg ATTRIBUTE_UNUSED, rtx valreg, in emit_call_1()
310 next_arg_reg, n_pop); in emit_call_1()
312 pat = GEN_SIBCALL_POP (funmem, rounded_stack_size_rtx, next_arg_reg, in emit_call_1()
341 next_arg_reg, n_pop); in emit_call_1()
343 pat = GEN_CALL_POP (funmem, rounded_stack_size_rtx, next_arg_reg, in emit_call_1()
359 next_arg_reg, NULL_RTX)); in emit_call_1()
362 next_arg_reg, in emit_call_1()
373 next_arg_reg, NULL_RTX)); in emit_call_1()
375 emit_call_insn (GEN_CALL (funmem, rounded_stack_size_rtx, next_arg_reg, in emit_call_1()
2651 rtx before_call, next_arg_reg, after_args; in expand_call() local
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDcalls.c384 rtx next_arg_reg ATTRIBUTE_UNUSED, rtx valreg, in emit_call_1()
440 next_arg_reg, NULL_RTX); in emit_call_1()
443 next_arg_reg, in emit_call_1()
463 next_arg_reg, n_pop); in emit_call_1()
466 next_arg_reg, n_pop); in emit_call_1()
474 next_arg_reg, NULL_RTX); in emit_call_1()
476 pat = targetm.gen_call (funmem, rounded_stack_size_rtx, next_arg_reg, in emit_call_1()
3829 rtx next_arg_reg; in expand_call() local
4355 next_arg_reg = targetm.calls.function_incoming_arg (args_so_far, in expand_call()
4360 next_arg_reg = targetm.calls.function_arg (args_so_far, in expand_call()
[all …]