Skip to main content

opnd_create_immed_int

Function opnd_create_immed_int 

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

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