pub fn intr_memmove<'c>(
context: &'c Context,
dst: Value<'c, '_>,
src: Value<'c, '_>,
len: Value<'c, '_>,
is_volatile: IntegerAttribute<'c>,
location: Location<'c>
) -> MemmoveOperation<'c>
Expand description
Creates an intr.memmove
operation.