Home
last modified time | relevance | path

Searched refs:next_input (Results 1 – 1 of 1) sorted by relevance

/haiku/src/libs/zydis/Zydis/
H A DDecoder.c3625 ZyanU8 next_input; in ZydisNodeHandlerOpcode() local
3626 ZYAN_CHECK(ZydisInputPeek(state, instruction, &next_input)); in ZydisNodeHandlerOpcode()
3627 if (((next_input & 0xF0) >= 0xC0) || in ZydisNodeHandlerOpcode()
3732 ZyanU8 next_input; in ZydisNodeHandlerOpcode() local
3733 ZYAN_CHECK(ZydisInputPeek(state, instruction, &next_input)); in ZydisNodeHandlerOpcode()
3734 if ((next_input & 0x1F) >= 8) in ZydisNodeHandlerOpcode()