Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dcalls.c260 HOST_WIDE_INT n_popped in emit_call_1() local
264 n_popped += CALL_POPS_ARGS (*get_cumulative_args (args_so_far)); in emit_call_1()
300 && (n_popped > 0 || stack_size == 0)) in emit_call_1()
302 rtx n_pop = GEN_INT (n_popped); in emit_call_1()
328 && n_popped > 0) in emit_call_1()
333 rtx n_pop = GEN_INT (n_popped); in emit_call_1()
431 if (n_popped > 0) in emit_call_1()
438 rounded_stack_size -= n_popped; in emit_call_1()
440 stack_pointer_delta -= n_popped; in emit_call_1()
486 else if (n_popped) in emit_call_1()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcalls.c391 poly_int64 n_popped = 0; in emit_call_1() local
398 n_popped += targetm.calls.return_pops_args (fndecl, funtype, stack_size); in emit_call_1()
401 n_popped += CALL_POPS_ARGS (*get_cumulative_args (args_so_far)); in emit_call_1()
450 else if (maybe_ne (n_popped, 0) in emit_call_1()
455 rtx n_pop = gen_int_mode (n_popped, Pmode); in emit_call_1()
529 if (maybe_ne (n_popped, 0)) in emit_call_1()
536 rounded_stack_size -= n_popped; in emit_call_1()
538 stack_pointer_delta -= n_popped; in emit_call_1()
584 else if (maybe_ne (n_popped, 0)) in emit_call_1()
585 anti_adjust_stack (gen_int_mode (n_popped, Pmode)); in emit_call_1()