Searched refs:frame_size (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | mips-dis.c | 1806 unsigned int amask, nargs, nstatics, nsreg, smask, frame_size, i, j; in print_mips16_insn_arg() local 1835 frame_size = ((extend & 0xf0) | (insn & 0x0f)) * 8; in print_mips16_insn_arg() 1836 if (frame_size == 0 && !use_extend) in print_mips16_insn_arg() 1837 frame_size = 128; in print_mips16_insn_arg() 1838 infprintf (is, "%s%d", sep, frame_size); in print_mips16_insn_arg()
|
/toolchain/binutils/binutils-2.27/gold/ |
D | s390.cc | 4724 typename elfcpp::Elf_types<size>::Elf_Addr frame_size; in do_calls_non_split() local 4837 frame_size = elfcpp::Swap<size, true>::readval(param_view + param_offset); in do_calls_non_split() 4840 if (fsadd_type != SS_ADD_NONE && fsadd_frame_size != frame_size) in do_calls_non_split() 4844 frame_size += parameters->options().split_stack_adjust_size(); in do_calls_non_split() 4847 elfcpp::Swap<size, true>::writeval(param_view + param_offset, frame_size); in do_calls_non_split() 4853 else if (frame_size <= 0xffffffff && fsadd_type == SS_ADD_ALFI) in do_calls_non_split() 4857 frame_size); in do_calls_non_split()
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-alpha.c | 3682 offsetT frame_size; member 3889 cur_frame_data->frame_size = val; in s_alpha_frame() 4066 if (p->fp_regno != 30 || p->mask || p->fmask || p->frame_size) in alpha_elf_md_end() 4074 if (p->frame_size != 0) in alpha_elf_md_end() 4075 cfi_add_CFA_def_cfa (p->fp_regno, p->frame_size); in alpha_elf_md_end() 4078 else if (p->frame_size != 0) in alpha_elf_md_end() 4079 cfi_add_CFA_def_cfa_offset (p->frame_size); in alpha_elf_md_end()
|
D | tc-mips.c | 5460 offsetT frame_size; in match_save_restore_list_operand() local 5463 frame_size = 0; in match_save_restore_list_operand() 5475 if (!match_const_int (arg, &frame_size)) in match_save_restore_list_operand() 5578 if ((frame_size & 7) != 0 || frame_size < 0 || frame_size > 0xff * 8) in match_save_restore_list_operand() 5583 if (frame_size != 128 || (opcode >> 16) != 0) in match_save_restore_list_operand() 5585 frame_size /= 8; in match_save_restore_list_operand() 5586 opcode |= (((frame_size & 0xf0) << 16) in match_save_restore_list_operand() 5587 | (frame_size & 0x0f)); in match_save_restore_list_operand() 5591 if ((opcode >> 16) != 0 || frame_size == 0) in match_save_restore_list_operand()
|
D | tc-hppa.c | 139 unsigned int frame_size:27; member 165 | ((U)->frame_size << 0)) 6092 last_call_info->ci_unwind.descriptor.frame_size = temp / 8; in pa_callinfo()
|
D | tc-arm.c | 63 offsetT frame_size; member 3768 unwind.frame_size = 0; in s_arm_unwind_fnstart() 4003 unwind.frame_size += 4; in s_arm_unwind_save_core() 4053 unwind.frame_size += num_regs * 12; in s_arm_unwind_save_fpa() 4103 unwind.frame_size += count * 8; in s_arm_unwind_save_vfp_armv6() 4138 unwind.frame_size += count * 8 + 4; in s_arm_unwind_save_vfp() 4201 unwind.frame_size += 8; in s_arm_unwind_save_mmxwr() 4335 unwind.frame_size += 4; in s_arm_unwind_save_mmxwcg() 4461 unwind.fp_offset = unwind.frame_size - offset; in s_arm_unwind_movsp() 4486 unwind.frame_size += offset; in s_arm_unwind_pad() [all …]
|