C# Класс SharpOS.AOT.IR.Instructions.Shl

Наследование: Instruction
Показать файл Открыть проект

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

Метод Описание
Process ( Method method ) : void

Processes the specified method.

Shl ( Register result, Register first, Register second ) : System

Initializes a new instance of the Shl class.

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

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

Processes the specified method.
public Process ( Method method ) : void
method Method The method.
Результат void

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

Initializes a new instance of the Shl class.
public Shl ( Register result, Register first, Register second ) : System
result Register The result.
first Register The first.
second Register The second.
Результат System