pub fn intr_vp_fmuladd<'c>(
    context: &'c Context,
    res: Type<'c>,
    op_1: Value<'c, '_>,
    op_2: Value<'c, '_>,
    op_3: Value<'c, '_>,
    mask: Value<'c, '_>,
    evl: Value<'c, '_>,
    location: Location<'c>
) -> VPFMulAddOperation<'c>
Expand description

Creates an intr.vp.fmuladd operation.