Searched refs:bytes_fetched (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | xtensa-dis.c | 139 int bytes_fetched, size, maxsize, i, n, noperands, nslots; in print_insn_xtensa() local 188 bytes_fetched = fetch_data (info, memaddr); in print_insn_xtensa() 193 xtensa_insnbuf_from_chars (isa, insn_buffer, priv.byte_buf, bytes_fetched); in print_insn_xtensa() 197 || ((size = xtensa_format_length (isa, fmt)) > bytes_fetched)) in print_insn_xtensa()
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | xtensa-dis.c | 432 int bytes_fetched, size, maxsize, i, noperands; local 476 bytes_fetched = fetch_data (info, memaddr); 485 || ((size = xtensa_insn_length (isa, opc)) > bytes_fetched))
|