Home
last modified time | relevance | path

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

/haiku/headers/libs/zydis/Zydis/
H A DDecoder.h69 ZYDIS_DECODER_MODE_MINIMAL, enumerator
/haiku/src/libs/zydis/Zydis/
H A DDecoder.c4860 if (!(state->decoder->decoder_mode & (1 << ZYDIS_DECODER_MODE_MINIMAL))) in ZydisDecodeInstruction()
4909 (1 << ZYDIS_DECODER_MODE_MINIMAL) | in ZydisDecoderInit()
4959 if ((mode == ZYDIS_DECODER_MODE_MINIMAL) && !enabled) in ZydisDecoderEnableMode()
4989 if (decoder->decoder_mode & (1 << ZYDIS_DECODER_MODE_MINIMAL)) in ZydisDecoderDecodeFull()
5067 if (decoder->decoder_mode & (1 << ZYDIS_DECODER_MODE_MINIMAL)) in ZydisDecoderDecodeOperands()