pub unsafe extern "C" fn opnd_invert_immed_int(opnd: opnd_t) -> opnd_tExpand description
Performs a bitwise NOT operation on the integer value in \p opnd, but only on the LSB bits provided by opnd_size_in_bits(opnd). \p opnd must carry an immed integer.