Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-nds32.c13961 int reservation, times; in nds32_elf_count_insn_times() local
13991 reservation = 1; in nds32_elf_count_insn_times()
14016 reservation = (min_relocation >> 12) + 1; in nds32_elf_count_insn_times()
14018 reservation = (min_relocation >> 12) in nds32_elf_count_insn_times()
14020 if (reservation < (times / 3)) in nds32_elf_count_insn_times()
14025 for (i = reservation ; i > 0; i--) in nds32_elf_count_insn_times()
14030 ptr->times = h->m_list->times / reservation; in nds32_elf_count_insn_times()