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

_vpfx_dst() private method

private _vpfx_dst ( IVfpuPrefixCommon Prefix, uint>.Action _vpfx_dst_impl ) : AstNodeStm
Prefix IVfpuPrefixCommon
_vpfx_dst_impl uint>.Action
return AstNodeStm
        private AstNodeStm _vpfx_dst(IVfpuPrefixCommon Prefix, Action<CpuThreadState, uint> _vpfx_dst_impl)
        {
            Prefix.EnableAndSetValueAndPc(Instruction.Value, PC);
            return ast.Statement(ast.CallStatic(_vpfx_dst_impl, ast.CpuThreadState, Instruction.Value));
        }
CpuEmitter