CSPspEmu.Core.Cpu.Emitter.CpuEmitter._vfpu_call_ff C# (CSharp) Method

_vfpu_call_ff() private method

private _vfpu_call_ff ( Delegate Delegate ) : AstNodeStm
Delegate System.Delegate
return AstNodeStm
        private AstNodeStm _vfpu_call_ff(Delegate Delegate)
        {
            return VEC_VD.SetVector((Index) => ast.CallStatic(Delegate, VEC_VS[Index]), PC);
        }
CpuEmitter