Searched refs:next_input (Results 1 – 1 of 1) sorted by relevance
3625 ZyanU8 next_input; in ZydisNodeHandlerOpcode() local3626 ZYAN_CHECK(ZydisInputPeek(state, instruction, &next_input)); in ZydisNodeHandlerOpcode()3627 if (((next_input & 0xF0) >= 0xC0) || in ZydisNodeHandlerOpcode()3732 ZyanU8 next_input; in ZydisNodeHandlerOpcode() local3733 ZYAN_CHECK(ZydisInputPeek(state, instruction, &next_input)); in ZydisNodeHandlerOpcode()3734 if ((next_input & 0x1F) >= 8) in ZydisNodeHandlerOpcode()