Searched refs:ZYDIS_STACK_WIDTH_32 (Results 1 – 5 of 5) sorted by relevance
57 stack_width = ZYDIS_STACK_WIDTH_32; in ZydisDisassemble()
1495 (decoder->stack_width == ZYDIS_STACK_WIDTH_32) ? ZYDIS_REGCLASS_GPR32 : in ZydisDecodeOperandImplicitRegister()1502 (decoder->stack_width == ZYDIS_STACK_WIDTH_32) ? ZYDIS_REGISTER_EIP : in ZydisDecodeOperandImplicitRegister()1508 (decoder->stack_width == ZYDIS_STACK_WIDTH_32) ? ZYDIS_REGISTER_EFLAGS : in ZydisDecodeOperandImplicitRegister()4935 if ((stack_width != ZYDIS_STACK_WIDTH_16) && (stack_width != ZYDIS_STACK_WIDTH_32)) in ZydisDecoderInit()
113 ZYDIS_STACK_WIDTH_32, enumerator
159 ZydisDecoderInit(&sDecoder, ZYDIS_MACHINE_MODE_LEGACY_32, ZYDIS_STACK_WIDTH_32); in disasm_arch_init()
79 ZydisDecoderInit(&fZydisData->decoder, ZYDIS_MACHINE_MODE_LEGACY_32, ZYDIS_STACK_WIDTH_32); in Init()