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

  /src/external/gpl3/gdb.old/dist/gdb/
mips-tdep.c 1470 int instlen; local
1477 instlen = MIPS_INSN16_SIZE;
1481 instlen = MIPS_INSN32_SIZE;
1487 err = target_read_memory (addr, buf, instlen);
1496 return extract_unsigned_integer (buf, instlen, byte_order);
4254 int instlen; local
4267 instlen = mips_pc_is_mips (pc) ? MIPS_INSN32_SIZE : MIPS_INSN16_SIZE;
4272 for (start_pc -= instlen;; start_pc -= instlen)
4327 if (start_pc - instlen >= fence
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
mips-tdep.c 1478 int instlen; local
1485 instlen = MIPS_INSN16_SIZE;
1489 instlen = MIPS_INSN32_SIZE;
1495 err = target_read_memory (addr, buf, instlen);
1504 return extract_unsigned_integer (buf, instlen, byte_order);
4257 int instlen; local
4270 instlen = mips_pc_is_mips (pc) ? MIPS_INSN32_SIZE : MIPS_INSN16_SIZE;
4275 for (start_pc -= instlen;; start_pc -= instlen)
4330 if (start_pc - instlen >= fence
    [all...]

Completed in 19 milliseconds