Searched refs:bytes_per_chunk (Results 1 - 3 of 3) sorted by relevance

/external/qemu/
H A Ddis-asm.h332 /* For example, if bytes_per_line is 8 and bytes_per_chunk is 4, the */
336 int bytes_per_chunk; member in struct:disassemble_info
461 (INFO).bytes_per_chunk = 0, \
H A Darm-dis.c1758 /* FIXME: Unsure if info->bytes_per_chunk is the
1761 + info->bytes_per_chunk * 2, info);
3770 switch (info->bytes_per_chunk)
4017 info->bytes_per_chunk = size;
4034 info->bytes_per_chunk = 4;
4050 info->bytes_per_chunk = 2;
H A Dmips-dis.c4005 info->bytes_per_chunk = INSNLEN;
4153 info->bytes_per_chunk = 2;

Completed in 338 milliseconds