Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dmicroblaze-dis.c476 short *delay_slots) in get_insn_microblaze() argument
492 *delay_slots = op->delay_slots; in get_insn_microblaze()
Dmicroblaze-opc.h119 short delay_slots; /* Info about delay slots needed after this instr. */ member
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dmicroblaze-dis.c476 short *delay_slots) in get_insn_microblaze() argument
492 *delay_slots = op->delay_slots; in get_insn_microblaze()
Dmicroblaze-opc.h119 short delay_slots; /* Info about delay slots needed after this instr. */ member
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-tic54x.c4840 static int delay_slots = 0; /* How many delay slots left to fill? */ in md_assemble() local
4877 if (delay_slots != 0) in md_assemble()
4879 if (words > delay_slots) in md_assemble()
4885 delay_slots), in md_assemble()
4886 words, delay_slots); in md_assemble()
4887 delay_slots = 0; in md_assemble()
4890 delay_slots -= words; in md_assemble()
4952 if (delay_slots) in md_assemble()
4954 if (words > delay_slots) in md_assemble()
4962 delay_slots), in md_assemble()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog.dataflow1316 delay_slots.