Home | History | Annotate | Download | only in opcodes

Lines Matching full:info

69 print_insn_ia64 (bfd_vma memaddr, struct disassemble_info *info)
81 if (info->bytes_per_line == 0)
82 info->bytes_per_line = 6;
83 info->display_endian = info->endian;
85 slot_multiplier = info->bytes_per_line;
93 status = (*info->read_memory_func) (memaddr, bundle, sizeof (bundle), info);
96 (*info->memory_error_func) (status, memaddr, info);
110 (*info->fprintf_func) (info->stream, "[%s] ", tname);
112 (*info->fprintf_func) (info->stream, " ");
136 (*info->fprintf_func) (info->stream, " ");
138 (*info->fprintf_func) (info->stream, "(p%02d) ", (int)(insn & 0x3f));
142 (*info->fprintf_func) (info->stream, "%s", idesc->name);
144 (*info->fprintf_func) (info->stream, " ");
152 (*info->fprintf_func) (info->stream, ",");
180 (*info->fprintf_func) (info->stream, "%s", err);
188 (*info->fprintf_func) (info->stream, "%s", odesc->str);
224 (*info->fprintf_func) (info->stream, "%s", regname);
262 (*info->fprintf_func) (info->stream, "%s", regname);
265 (*info->fprintf_func) (info->stream, "%s%d", odesc->str, (int)value);
269 (*info->fprintf_func) (info->stream, "%s[r%d]", odesc->str, (int)value);
285 (*info->fprintf_func) (info->stream, "%s", str);
287 (*info->fprintf_func) (info->stream, "%lld", (long long) value);
289 (*info->fprintf_func) (info->stream, "%llu", (long long) value);
291 (*info->fprintf_func) (info->stream, "0x%llx", (long long) value);
295 (*info->print_address_func) (memaddr + value, info);
302 (*info->fprintf_func) (info->stream, "=");
308 (*info->fprintf_func) (info->stream, ";;");
318 (*info->fprintf_func) (info->stream, " data8 %#011llx", (long long) insn);