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

/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c10704 unsigned HOST_WIDE_INT args_to_push;
10714 args_to_push = current_function_pretend_args_size;
10763 else if (args_to_push == 0)
10784 ((0xf0 >> (args_to_push / 4)) & 0xf);
10788 GEN_INT (- args_to_push)));
10793 fp_offset = args_to_push;
10794 args_to_push = 0;
10806 if (args_to_push)
10811 ((0xf0 >> (args_to_push / 4)) & 0xf);
10815 GEN_INT (- args_to_push)));
10688 unsigned HOST_WIDE_INT args_to_push; local
[all...]

Completed in 76 milliseconds