Searched refs:delay_slots (Results 1 – 3 of 3) sorted by relevance
421 short *delay_slots) in get_insn_microblaze() argument437 *delay_slots = op->delay_slots; in get_insn_microblaze()
111 short delay_slots; /* Info about delay slots needed after this instr. */ member
4805 static int delay_slots = 0; /* How many delay slots left to fill? */ in md_assemble() local4842 if (delay_slots != 0) in md_assemble()4844 if (words > delay_slots) in md_assemble()4848 words, delay_slots); in md_assemble()4849 delay_slots = 0; in md_assemble()4852 delay_slots -= words; in md_assemble()4914 if (delay_slots) in md_assemble()4916 if (words > delay_slots) in md_assemble()4921 words, delay_slots); in md_assemble()4922 delay_slots = 0; in md_assemble()[all …]