Skip to main content

opnd_create_immed_uint

Function opnd_create_immed_uint 

Source
pub unsafe extern "C" fn opnd_create_immed_uint(
    i: ptr_uint_t,
    data_size: opnd_size_t,
) -> opnd_t
Expand description

Returns an unsigned immediate integer operand with value \p i and size \p data_size; \p data_size must be a OPSZ_ constant.