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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-tdep.c66 static int mips16_instruction_has_delay_slot (unsigned short inst,
2639 else if (mips16_instruction_has_delay_slot (inst, 0))
2645 if (mips16_instruction_has_delay_slot (inst, 1))
7247 mips16_instruction_has_delay_slot (unsigned short inst, int mustbe32) function
7269 return mips16_instruction_has_delay_slot (insn, mustbe32);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-tdep.c66 static int mips16_instruction_has_delay_slot (unsigned short inst,
2662 else if (mips16_instruction_has_delay_slot (inst, 0))
2668 if (mips16_instruction_has_delay_slot (inst, 1))
7284 mips16_instruction_has_delay_slot (unsigned short inst, int mustbe32) function
7306 return mips16_instruction_has_delay_slot (insn, mustbe32);

Completed in 302 milliseconds