HomeSort by: relevance | last modified time | path
    Searched refs:ISA_MIPS16 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
mips-tdep.h 48 ISA_MIPS16,
mips-tdep.c 339 return tdep->mips_isa == ISA_MIPS16;
1280 return ISA_MIPS16;
1291 return ISA_MIPS16;
1476 case ISA_MIPS16:
1560 case ISA_MIPS16:
2251 nexthalf = mips_fetch_instruction (gdbarch, ISA_MIPS16, pc + 2, NULL);
2576 inst = (unsigned short) mips_fetch_instruction (gdbarch, ISA_MIPS16,
4324 inst = mips_fetch_instruction (gdbarch, ISA_MIPS16, start_pc, NULL);
4329 inst = mips_fetch_instruction (gdbarch, ISA_MIPS16,
6887 inst = mips_fetch_instruction (gdbarch, ISA_MIPS16, pc, NULL)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
mips-tdep.h 48 ISA_MIPS16,
mips-tdep.c 339 return tdep->mips_isa == ISA_MIPS16;
1284 return ISA_MIPS16;
1295 return ISA_MIPS16;
1480 case ISA_MIPS16:
1564 case ISA_MIPS16:
2255 nexthalf = mips_fetch_instruction (gdbarch, ISA_MIPS16, pc + 2, NULL);
2580 inst = (unsigned short) mips_fetch_instruction (gdbarch, ISA_MIPS16,
4329 inst = mips_fetch_instruction (gdbarch, ISA_MIPS16, start_pc, NULL);
4334 inst = mips_fetch_instruction (gdbarch, ISA_MIPS16,
6892 inst = mips_fetch_instruction (gdbarch, ISA_MIPS16, pc, NULL)
    [all...]

Completed in 46 milliseconds