pub fn intr_masked_load<'c>(
    context: &'c Context,
    res: Type<'c>,
    data: Value<'c, '_>,
    mask: Value<'c, '_>,
    pass_thru: &[Value<'c, '_>],
    alignment: IntegerAttribute<'c>,
    location: Location<'c>
) -> MaskedLoadOperation<'c>
Expand description

Creates an intr.masked.load operation.