Lines Matching refs:instlen
1470 int instlen;
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;
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)
4330 start_pc - instlen, NULL);
4332 start_pc -= instlen;