Home
last modified time | relevance | path

Searched refs:reservation (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-nds32.c13990 int reservation, times; in nds32_elf_count_insn_times() local
14020 reservation = 1; in nds32_elf_count_insn_times()
14045 reservation = (min_relocation >> 12) + 1; in nds32_elf_count_insn_times()
14047 reservation = (min_relocation >> 12) in nds32_elf_count_insn_times()
14049 if (reservation < (times / 3)) in nds32_elf_count_insn_times()
14054 for (i = reservation ; i > 0; i--) in nds32_elf_count_insn_times()
14059 ptr->times = h->m_list->times / reservation; in nds32_elf_count_insn_times()