Searched refs:next_byte (Results 1 – 8 of 8) sorted by relevance
516 const u8 next_byte = *(u8*)(address + 1); in GetInstructionSize() local517 const u8 mod = next_byte >> 6; in GetInstructionSize()518 const u8 rm = next_byte & 7; in GetInstructionSize()
1533 const char *next_byte () const { return m_next; } in next_byte() function
625 * ieee.c (next_byte): Convert to a function. Return FALSE if the627 (parse_int): Test the return value of next_byte.629 parsing failed. Test the return value of next_byte.633 and next_byte.636 next_byte.638 next_byte.
1754 const char *c = dw.next_byte (); in print_source_line()1778 c = dw.next_byte (); in print_source_line()
5679 HOST_WIDE_INT next_byte = next_offset / BITS_PER_UNIT; in output_constructor_bitfield() local5683 while (next_byte != local->total_bytes) in output_constructor_bitfield()
5417 HOST_WIDE_INT next_byte = next_offset / BITS_PER_UNIT; in output_constructor_bitfield() local5421 while (next_byte != local->total_bytes) in output_constructor_bitfield()