Searched refs:next_byte (Results 1 – 3 of 3) sorted by relevance
85 U32 next_byte; in sati_supported_log_page_construct() local97 next_byte = 4; in sati_supported_log_page_construct()104 next_byte, in sati_supported_log_page_construct()107 next_byte = 5; in sati_supported_log_page_construct()115 next_byte, in sati_supported_log_page_construct()
709 const u8 next_byte = *(u8*)(address + 1); in GetInstructionSize() local710 const u8 mod = next_byte >> 6; in GetInstructionSize()711 const u8 rm = next_byte & 7; in GetInstructionSize()
205 auto next_byte = [&]() -> uint8_t { in Interpret() local221 OpCodes opcode = (OpCodes)next_byte(); in Interpret()