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

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

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

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

Processes the specified method.

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

Initializes a new instance of the Xor class.

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

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

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

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

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