Method | Description | |
---|---|---|
OperateLong ( |
Before calling this method, %eax = Left, %ebx = Right This method should let %eax = %eax op %ebx
|
|
OperateULong ( |
Before calling this method, %eax = Left, %ebx = Right This method should let %eax = %eax op %ebx
|
Method | Description | |
---|---|---|
BinaryOpSupportingIntegralOperands ( |
||
CGenIntegral ( |
1. %eax = left, %ebx = right, stack unchanged 2. Operate{Long, ULong}
|
Method | Description | |
---|---|---|
CGenLong ( |
||
CGenPrepareIntegralOperands ( |
||
CGenULong ( |
protected BinaryOpSupportingIntegralOperands ( |
||
left | ||
right | ||
return | System |
protected CGenIntegral ( |
||
state | ||
return | void |
public abstract OperateLong ( |
||
state | ||
return | void |
public abstract OperateULong ( |
||
state | ||
return | void |