C# Class Mosa.Compiler.Framework.CIL.ShiftInstruction

Intermediate representation for IL shift instructions.
Inheritance: Mosa.Compiler.Framework.CIL.BinaryInstruction
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
Resolve ( Context ctx, BaseMethodCompiler compiler ) : void

Validates the instruction operands and creates a matching variable for the result.

ShiftInstruction ( OpCode opcode ) : System

Initializes a new instance of the ShiftInstruction class.

Method Details

Resolve() public méthode

Validates the instruction operands and creates a matching variable for the result.
public Resolve ( Context ctx, BaseMethodCompiler compiler ) : void
ctx Context The context.
compiler BaseMethodCompiler The compiler.
Résultat void

ShiftInstruction() public méthode

Initializes a new instance of the ShiftInstruction class.
public ShiftInstruction ( OpCode opcode ) : System
opcode OpCode The opcode.
Résultat System