Namespace Echo.Platforms.AsmResolver.Emulation.Dispatch.Arithmetic
Classes
- AddHandler
Implements a CIL instruction handler for
addoperations.
- AndHandler
Implements a CIL instruction handler for
andoperations.
- BinaryOperatorHandlerBase
Provides a base for binary operator instruction handlers.
- CeqHandler
Implements a CIL instruction handler for
ceqoperations.
- CgtHandler
Implements a CIL instruction handler for
cgtoperations.
- CltHandler
Implements a CIL instruction handler for
cltoperations.
- DivHandler
Implements a CIL instruction handler for
divoperations.
- MulHandler
Implements a CIL instruction handler for
muloperations.
- NegHandler
Implements a CIL instruction handler for
negoperations.
- NotHandler
Implements a CIL instruction handler for
notoperations.
- OrHandler
Implements a CIL instruction handler for
properations.
- RemHandler
Implements a CIL instruction handler for
remoperations and it derivatives.
- ShlHandler
Implements a CIL instruction handler for
shloperations.
- ShrHandler
Implements a CIL instruction handler for
shroperations and its derivatives.
- SubHandler
Implements a CIL instruction handler for
suboperations.
- UnaryOperatorHandlerBase
Provides a base for unary operator instruction handlers.
- XorHandler
Implements a CIL instruction handler for
xproperations.