public byte[] Implement(IRMemCopy ir) { return(BitConverter.GetBytes( (long)((long)(count++) << 32 | (uint)ir.Length.Value) )); }
public byte[] Implement(IRMemCopy ir) { return(Encode(OpCode.MEMCPY, GetRegisterIndex(ir.To), GetRegisterIndex(ir.From), 0, ir.OperandSize, true, ir.Length.Value)); }