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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arc.c1814 int delay_slot_type = ARC_DELAY_NONE;
1827 delay_slot_type = insn_suffixes[i]->value;
1843 if (delay_slot_type != ARC_DELAY_NONE
1846 in_delay_slot_p = (delay_slot_type != ARC_DELAY_NONE) && !limm_p;
1856 (delay_slot_type != ARC_DELAY_NONE) && */
1807 int delay_slot_type = ARC_DELAY_NONE; local

Completed in 44 milliseconds