Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dpj-dis.c56 unsigned char byte_2; in print_insn_pj() local
58 if ((status = info->read_memory_func (addr + 1, &byte_2, 1, info))) in print_insn_pj()
60 fprintf_fn (stream, "%s\t", pj_opc_info[opcode + byte_2].u.name); in print_insn_pj()