Searched refs:address_width (Results 1 – 5 of 5) sorted by relevance
71 switch (instruction->address_width) in ZydisCalcAbsoluteAddress()168 switch (instruction->address_width) in ZydisCalcAbsoluteAddressEx()
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()[all …]
238 switch (context->instruction->address_width) in ZydisFormatterBasePrintAddressABS()278 switch (context->instruction->address_width) in ZydisFormatterBasePrintAddressREL()
429 switch (context->instruction->address_width) in ZydisFormatterIntelPrintAddressMASM()
1274 ZyanU8 address_width; member