68 unsigned int memop_index,
70 xed_uint64_t* out_address);
The main container for instructions.
XED_DLL_EXPORT xed_error_enum_t xed_agen(xed_decoded_inst_t *xedd, unsigned int memop_index, void *context, xed_uint64_t *out_address)
Using the registered callbacks, compute the memory address for a specified memop in a decoded instruc...
XED_DLL_EXPORT void xed_agen_register_callback(xed_register_callback_fn_t register_fn, xed_segment_base_callback_fn_t segment_fn)
Initialize the callback functions.
xed_uint64_t(* xed_register_callback_fn_t)(xed_reg_enum_t reg, void *context, xed_bool_t *error)
A function for obtaining register values.
xed_uint64_t(* xed_segment_base_callback_fn_t)(xed_reg_enum_t reg, void *context, xed_bool_t *error)
A function for obtaining the segment base values.