Skip to main content

opnd_create_increment_reg

Function opnd_create_increment_reg 

Source
pub unsafe extern "C" fn opnd_create_increment_reg(
    opnd: opnd_t,
    increment: uint,
) -> opnd_t
Expand description

Creates a reg incremented from an existing \p opnd by the \p increment value, modulo the reg size. Returns the new reg.