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