C# Класс Mosa.Compiler.Framework.CIL.ShiftInstruction

Intermediate representation for IL shift instructions.
Наследование: Mosa.Compiler.Framework.CIL.BinaryInstruction
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Resolve() публичный Метод

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.
Результат void

ShiftInstruction() публичный Метод

Initializes a new instance of the ShiftInstruction class.
public ShiftInstruction ( OpCode opcode ) : System
opcode OpCode The opcode.
Результат System