Table of Contents

Namespace Echo.Platforms.AsmResolver.Emulation.Dispatch.Arithmetic

Classes

AddHandler

Implements a CIL instruction handler for add operations.

AndHandler

Implements a CIL instruction handler for and operations.

BinaryOperatorHandlerBase

Provides a base for binary operator instruction handlers.

CeqHandler

Implements a CIL instruction handler for ceq operations.

CgtHandler

Implements a CIL instruction handler for cgt operations.

CltHandler

Implements a CIL instruction handler for clt operations.

DivHandler

Implements a CIL instruction handler for div operations.

MulHandler

Implements a CIL instruction handler for mul operations.

NegHandler

Implements a CIL instruction handler for neg operations.

NotHandler

Implements a CIL instruction handler for not operations.

OrHandler

Implements a CIL instruction handler for pr operations.

RemHandler

Implements a CIL instruction handler for rem operations and it derivatives.

ShlHandler

Implements a CIL instruction handler for shl operations.

ShrHandler

Implements a CIL instruction handler for shr operations and its derivatives.

SubHandler

Implements a CIL instruction handler for sub operations.

UnaryOperatorHandlerBase

Provides a base for unary operator instruction handlers.

XorHandler

Implements a CIL instruction handler for xpr operations.