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

/haiku-buildtools/gcc/gcc/config/c6x/
H A Dc6x.c152 int reservation;
2026 int unit = INSN_INFO_ENTRY (INSN_UID (insn)).reservation;
2078 int unit = INSN_INFO_ENTRY (INSN_UID (insn)).reservation;
3132 if (INSN_INFO_ENTRY (INSN_UID (within)).reservation != 0)
3133 reserved |= 1 << INSN_INFO_ENTRY (INSN_UID (within)).reservation;
3177 if (INSN_INFO_ENTRY (uid).reservation != 0)
3188 reservation spans more than one cycle, the reservation contains
3214 INSN_INFO_ENTRY (uid).reservation = t;
3243 INSN_INFO_ENTRY (uid).reservation
150 int reservation; member in struct:__anon411
[all...]
/haiku-buildtools/binutils/bfd/
H A Delf32-nds32.c13944 int reservation, times;
13974 reservation = 1;
13999 reservation = (min_relocation >> 12) + 1;
14001 reservation = (min_relocation >> 12)
14003 if (reservation < (times / 3))
14008 for (i = reservation ; i > 0; i--)
14010 /* Allocate number of reservation ex9 entry. */
14013 ptr->times = h->m_list->times / reservation;
13934 int reservation, times; local

Completed in 120 milliseconds