Function xed_sys::xed_gpr_reg_class[][src]

pub unsafe extern "C" fn xed_gpr_reg_class(
    r: xed_reg_enum_t
) -> xed_reg_class_enum_t
Expand description

Returns the specific width GPR reg class (like XED_REG_CLASS_GPR32 or XED_REG_CLASS_GPR64) for a given GPR register. Or XED_REG_INVALID if not a GPR. @ingroup REGINTFC