Searched refs:not_stack (Results 1 – 2 of 2) sorted by relevance
3739 int not_stack; in emit_push_insn() local3761 not_stack = (partial - offset) / UNITS_PER_WORD; in emit_push_insn()3768 skip = (reg_parm_stack_space == 0) ? 0 : not_stack; in emit_push_insn()3783 for (i = not_stack; i < size; i++) in emit_push_insn()3785 for (i = size - 1; i >= not_stack; i--) in emit_push_insn()3787 if (i >= not_stack + offset) in emit_push_insn()3791 GEN_INT (args_offset + ((i - not_stack + skip) in emit_push_insn()
3927 int not_stack; local3949 not_stack = partial - offset;3955 skip = (reg_parm_stack_space == 0) ? 0 : not_stack;3970 for (i = not_stack; i < size; i++)3972 for (i = size - 1; i >= not_stack; i--)3974 if (i >= not_stack + offset)3978 GEN_INT (args_offset + ((i - not_stack + skip)