Lines Matching refs:decoder_mode
2106 if ((state->decoder->decoder_mode & (1 << ZYDIS_DECODER_MODE_MPX)) && in ZydisSetAttributes()
2170 if ((state->decoder->decoder_mode & (1 << ZYDIS_DECODER_MODE_CET)) && in ZydisSetAttributes()
4780 index = !!(state->decoder->decoder_mode & (1 << ZYDIS_DECODER_MODE_AMD_BRANCHES)); in ZydisDecodeInstruction()
4783 index = !!(state->decoder->decoder_mode & (1 << ZYDIS_DECODER_MODE_KNC)); in ZydisDecodeInstruction()
4786 index = !!(state->decoder->decoder_mode & (1 << ZYDIS_DECODER_MODE_MPX)); in ZydisDecodeInstruction()
4789 index = !!(state->decoder->decoder_mode & (1 << ZYDIS_DECODER_MODE_CET)); in ZydisDecodeInstruction()
4792 index = !!(state->decoder->decoder_mode & (1 << ZYDIS_DECODER_MODE_LZCNT)); in ZydisDecodeInstruction()
4795 index = !!(state->decoder->decoder_mode & (1 << ZYDIS_DECODER_MODE_TZCNT)); in ZydisDecodeInstruction()
4798 index = !!(state->decoder->decoder_mode & (1 << ZYDIS_DECODER_MODE_WBNOINVD)); in ZydisDecodeInstruction()
4801 index = !!(state->decoder->decoder_mode & (1 << ZYDIS_DECODER_MODE_CLDEMOTE)); in ZydisDecodeInstruction()
4804 index = !!(state->decoder->decoder_mode & (1 << ZYDIS_DECODER_MODE_IPREFETCH)); in ZydisDecodeInstruction()
4807 index = !!(state->decoder->decoder_mode & (1 << ZYDIS_DECODER_MODE_UD0_COMPAT)); in ZydisDecodeInstruction()
4860 if (!(state->decoder->decoder_mode & (1 << ZYDIS_DECODER_MODE_MINIMAL))) in ZydisDecodeInstruction()
4946 decoder->decoder_mode = decoder_modes; in ZydisDecoderInit()
4967 decoder->decoder_mode |= (1 << mode); in ZydisDecoderEnableMode()
4971 decoder->decoder_mode &= ~(1 << mode); 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()