Home
last modified time | relevance | path

Searched refs:INSNLEN (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
HDmips-dis.c42 #define INSNLEN 4 macro
1059 info->target = (delta << 2) + pc + INSNLEN; in print_insn_args()
1324 info->bytes_per_chunk = INSNLEN; in print_insn_mips()
1366 return INSNLEN; in print_insn_mips()
1401 return INSNLEN; in print_insn_mips()
1409 return INSNLEN; in print_insn_mips()
2081 bfd_byte buffer[INSNLEN]; in _print_insn_mips()
2103 status = (*info->read_memory_func) (memaddr, buffer, INSNLEN, info); in _print_insn_mips()
HDChangeLog-0001839 * mips-dis.c (INSNLEN): Rename MAXLEN.