Function miri::shims::x86::pack_generic

source ·
fn pack_generic<'tcx>(
    this: &mut MiriInterpCx<'_, 'tcx>,
    left: &OpTy<'tcx, Provenance>,
    right: &OpTy<'tcx, Provenance>,
    dest: &MPlaceTy<'tcx, Provenance>,
    f: impl Fn(Scalar<Provenance>) -> InterpResult<'tcx, Scalar<Provenance>>
) -> InterpResult<'tcx, ()>