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

/haiku-buildtools/gcc/gcc/config/nds32/
H A Dnds32.c2937 int sp_adjust;
2961 sp_adjust = cfun->machine->va_args_area_padding_bytes;
2964 GEN_INT (-1 * sp_adjust));
3032 sp_adjust = cfun->machine->local_size
3035 /* sp_adjust value may be out of range of the addi instruction,
3038 sp_adjust = nds32_force_addi_stack_int ( (-1) * sp_adjust);
3039 if (sp_adjust)
3041 /* Generate sp adjustment instruction if and only if sp_adjust != 0. */
3044 GEN_INT (-1 * sp_adjust));
2923 int sp_adjust; local
3049 int sp_adjust; local
3207 int sp_adjust; local
3334 int sp_adjust; local
[all...]
H A Dnds32-md-auxiliary.c638 int sp_adjust; local
645 sp_adjust = cfun->machine->local_size
648 if (satisfies_constraint_Iu08 (GEN_INT (sp_adjust))
649 && NDS32_DOUBLE_WORD_ALIGN_P (sp_adjust))
650 operands[1] = GEN_INT (sp_adjust);
731 int sp_adjust; local
743 sp_adjust = cfun->machine->local_size
746 if (satisfies_constraint_Iu08 (GEN_INT (sp_adjust))
747 && NDS32_DOUBLE_WORD_ALIGN_P (sp_adjust)
749 operands[1] = GEN_INT (sp_adjust);
[all...]
/haiku-buildtools/gcc/gcc/config/nios2/
H A Dnios2.c570 rtx sp_adjust
574 insn = emit_insn (sp_adjust);
580 /* Attach the sp_adjust as a note indicating what happened. */
581 add_reg_note (insn, REG_FRAME_RELATED_EXPR, sp_adjust);
604 int sp_adjust, save_offset;
629 sp_adjust = total_frame_size - cfun->machine->save_regs_offset;
643 sp_adjust = total_frame_size - cfun->machine->save_regs_offset;
648 sp_adjust = total_frame_size;
660 if (sp_adjust)
663 gen_int_mode (sp_adjust, Pmod
568 rtx sp_adjust local
602 int sp_adjust, save_offset; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Delf32-spu.c408 bfd_vma sp_adjust; member in struct:function_info
1331 || caller->sp_adjust != (bfd_vma) -1)
1337 || caller->sp_adjust != (bfd_vma) -1)
1345 if (off > caller->sp_adjust)
2202 bfd_vma *sp_adjust)
2240 *sp_adjust = offset;
2253 *sp_adjust = offset;
2266 *sp_adjust = offset;
2468 sinfo->fun[i].sp_adjust = -1;
2471 &sinfo->fun[i].sp_adjust);
2199 find_function_stack_adjust(asection *sec, bfd_vma offset, bfd_vma *lr_store, bfd_vma *sp_adjust) argument
[all...]
/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c5761 int sp_adjust, sp2;
5770 sp_adjust = add_sp_insn_p (insns);
5771 if (sp_adjust == 0)
5791 if (sp2 != -sp_adjust)
5752 int sp_adjust, sp2; local

Completed in 122 milliseconds