Searched refs:next_byte (Results 1 – 1 of 1) sorted by relevance
518 const u8 next_byte = *(u8*)(address + 1); in GetInstructionSize() local519 const u8 mod = next_byte >> 6; in GetInstructionSize()520 const u8 rm = next_byte & 7; in GetInstructionSize()