Lines Matching refs:address_width
999 operand->size = instruction->address_width; in ZydisSetOperandSizeAndElementInfo()
1271 ((instruction->address_width == 32) || (instruction->address_width == 64)))); in ZydisDecodeOperandMemory()
1278 switch (instruction->address_width) in ZydisDecodeOperandMemory()
1483 (instruction->address_width == 16) ? ZYDIS_REGCLASS_GPR16 : in ZydisDecodeOperandImplicitRegister()
1484 (instruction->address_width == 32) ? ZYDIS_REGCLASS_GPR32 : ZYDIS_REGCLASS_GPR64, in ZydisDecodeOperandImplicitRegister()
1489 (instruction->address_width == 16) ? ZYDIS_REGISTER_IP : in ZydisDecodeOperandImplicitRegister()
1490 (instruction->address_width == 32) ? ZYDIS_REGISTER_EIP : ZYDIS_REGISTER_RIP; in ZydisDecodeOperandImplicitRegister()
1687 ZYAN_ASSERT((instruction->address_width == 16) || (instruction->address_width == 32) || in ZydisDecodeOperands()
1688 (instruction->address_width == 64)); in ZydisDecodeOperands()
1690 (instruction->address_width == 16) ? ZYDIS_REGCLASS_GPR16 : ( in ZydisDecodeOperands()
1691 … (instruction->address_width == 32) ? ZYDIS_REGCLASS_GPR32 : ZYDIS_REGCLASS_GPR64); in ZydisDecodeOperands()
3235 switch (instruction->address_width) in ZydisDecodeOptionalInstructionParts()
3531 instruction->address_width = address_size_map[definition->address_size_map][index]; in ZydisSetEffectiveAddressWidth()
3532 context->easz_index = instruction->address_width >> 5; in ZydisSetEffectiveAddressWidth()