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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arm/
H A Darm.c1484 stack_adjust = offsets->outgoing_args - offsets->saved_regs;
9530 stack_adjust = offsets->outgoing_args - offsets->saved_regs;
9922 if (offsets->outgoing_args != (1 + (int) bit_count (saved_regs_mask))
9936 if (offsets->outgoing_args != offsets->saved_regs)
9939 operands[2] = GEN_INT (offsets->outgoing_args - offsets->saved_regs);
10118 || offsets->saved_regs == offsets->outgoing_args
10471 offsets->outgoing_args = offsets->soft_frame;
10482 offsets->outgoing_args = (offsets->locals_base
10488 if (offsets->outgoing_args & 7)
10489 offsets->outgoing_args
[all...]
H A Darm.h1503 int outgoing_args; /* STACK_POINTER_REGNUM. */
1497 int outgoing_args; /* STACK_POINTER_REGNUM. */ local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.c2128 stack_adjust = offsets->outgoing_args - offsets->saved_regs;
13259 stack_adjust = offsets->outgoing_args - offsets->saved_regs;
13660 if (offsets->outgoing_args != (1 + (int) bit_count (saved_regs_mask))
13715 amount = offsets->outgoing_args - offsets->saved_regs;
13952 || offsets->saved_regs == offsets->outgoing_args
14331 offsets->outgoing_args = offsets->soft_frame;
14376 offsets->outgoing_args = (offsets->locals_base
14382 if (offsets->outgoing_args & 7)
14383 offsets->outgoing_args += 4;
14384 gcc_assert (!(offsets->outgoing_args
[all...]
H A Darm.h1598 int outgoing_args; /* STACK_POINTER_REGNUM. */
1592 int outgoing_args; /* STACK_POINTER_REGNUM. */ member in struct:arm_stack_offsets

Completed in 265 milliseconds