ABT.BinaryOpSupportingIntegralOperands.OperateLong C# (CSharp) Method

OperateLong() public abstract method

Before calling this method, %eax = Left, %ebx = Right This method should let %eax = %eax op %ebx
public abstract OperateLong ( CGenState state ) : void
state CodeGeneration.CGenState
return void
        public abstract void OperateLong(CGenState state);