pub unsafe extern "C" fn xed_operand_is_memory_addressing_register(
    name: xed_operand_enum_t
) -> xed_uint_t
Expand description

@ingroup DEC Tests the enum for inclusion in XED_OPERAND_{BASE0,BASE1,INDEX,SEG0,SEG1} @param name the operand name, type #xed_operand_enum_t @return 1 if the operand name is for a memory addressing register operand, 0 otherwise. See also #xed_operand_is_register .