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

/haiku-buildtools/gcc/gcc/config/c6x/
H A Dc6x.c170 #define INSN_INFO_ENTRY(N) (insn_info[(N)])
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;
3139 sched_mask = INSN_INFO_ENTRY (INSN_UID (last)).unit_mask;
3177 if (INSN_INFO_ENTRY (uid).reservation != 0)
3214 INSN_INFO_ENTRY (uid).reservation = t;
3243 INSN_INFO_ENTRY (uid).reservation
3772 INSN_INFO_ENTRY (ui
168 #define INSN_INFO_ENTRY macro
[all...]

Completed in 92 milliseconds