Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dmicroblaze-dis.c421 short *delay_slots) in get_insn_microblaze() argument
437 *delay_slots = op->delay_slots; in get_insn_microblaze()
Dmicroblaze-opc.h111 short delay_slots; /* Info about delay slots needed after this instr. */ member
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic54x.c4805 static int delay_slots = 0; /* How many delay slots left to fill? */ in md_assemble() local
4842 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 …]