ZydisRegister
ZydisRegister reg;
ZydisRegister value;
ZydisRegister segment;
ZydisRegister base;
ZydisRegister index;
ZydisFormatterBuffer* buffer, ZydisFormatterContext* context, ZydisRegister reg);
ZydisFormatterBuffer* buffer, ZydisFormatterContext* context, ZydisRegister reg);
ZydisFormatterBuffer* buffer, ZydisFormatterContext* context, ZydisRegister reg);
ZYDIS_EXPORT ZydisRegister ZydisRegisterEncode(ZydisRegisterClass register_class, ZyanU8 id);
ZYDIS_EXPORT ZyanI8 ZydisRegisterGetId(ZydisRegister reg);
ZYDIS_EXPORT ZydisRegisterClass ZydisRegisterGetClass(ZydisRegister reg);
ZYDIS_EXPORT ZydisRegisterWidth ZydisRegisterGetWidth(ZydisMachineMode mode, ZydisRegister reg);
ZYDIS_EXPORT ZydisRegister ZydisRegisterGetLargestEnclosing(ZydisMachineMode mode,
ZydisRegister reg);
ZYDIS_EXPORT const char* ZydisRegisterGetString(ZydisRegister reg);
ZYDIS_EXPORT const ZydisShortString* ZydisRegisterGetStringWrapped(ZydisRegister reg);
static const ZydisRegister bases[] =
static const ZydisRegister indices[] =
ZydisFormatterBuffer* buffer, ZydisFormatterContext* context, ZydisRegister reg)
ZydisFormatterBuffer* buffer, ZydisFormatterContext* context, ZydisRegister reg)
ZyanI8 ZydisRegisterGetId(ZydisRegister reg)
ZydisRegisterClass ZydisRegisterGetClass(ZydisRegister reg)
ZydisRegisterWidth ZydisRegisterGetWidth(ZydisMachineMode mode, ZydisRegister reg)
ZydisRegister ZydisRegisterGetLargestEnclosing(ZydisMachineMode mode, ZydisRegister reg)
static const ZydisRegister STATIC_MAPPING[ZYDIS_REGCLASS_MAX_VALUE + 1][3] =
const ZydisRegister static_reg = STATIC_MAPPING[reg_class][mode_bits];
const char* ZydisRegisterGetString(ZydisRegister reg)
const ZydisShortString* ZydisRegisterGetStringWrapped(ZydisRegister reg)
ZydisRegister lo;
ZydisRegister hi;
ZydisRegister ZydisRegisterEncode(ZydisRegisterClass register_class, ZyanU8 id)