HomeSort by: relevance | last modified time | path
    Searched defs:mips16_instruction_has_delay_slot (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
mips-tdep.c 66 static int mips16_instruction_has_delay_slot (unsigned short inst,
2665 else if (mips16_instruction_has_delay_slot (inst, 0))
2671 if (mips16_instruction_has_delay_slot (inst, 1))
7287 mips16_instruction_has_delay_slot (unsigned short inst, int mustbe32) function
7309 return mips16_instruction_has_delay_slot (insn, mustbe32);
  /src/external/gpl3/gdb/dist/gdb/
mips-tdep.c 66 static int mips16_instruction_has_delay_slot (unsigned short inst,
2670 else if (mips16_instruction_has_delay_slot (inst, 0))
2676 if (mips16_instruction_has_delay_slot (inst, 1))
7291 mips16_instruction_has_delay_slot (unsigned short inst, int mustbe32) function
7313 return mips16_instruction_has_delay_slot (insn, mustbe32);

Completed in 69 milliseconds