C# Класс Mosa.Platform.x86.Instructions.Shr

Representations the x86 shift right instruction.
Наследование: TwoOperandInstruction
Показать файл Открыть проект

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

Метод Описание
Shr ( ) : System

Initializes a new instance of Shr.

Защищенные методы

Метод Описание
ComputeOpCode ( Operand destination, Operand source, Operand third ) : OpCode

Computes the opcode.

Emit ( InstructionNode node, MachineCodeEmitter emitter ) : void

Emits the specified platform instruction.

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

ComputeOpCode() защищенный Метод

Computes the opcode.
protected ComputeOpCode ( Operand destination, Operand source, Operand third ) : OpCode
destination Operand The destination operand.
source Operand The source operand.
third Operand The third operand.
Результат OpCode

Emit() защищенный Метод

Emits the specified platform instruction.
protected Emit ( InstructionNode node, MachineCodeEmitter emitter ) : void
node Mosa.Compiler.Framework.InstructionNode The node.
emitter MachineCodeEmitter The emitter.
Результат void

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

Initializes a new instance of Shr.
public Shr ( ) : System
Результат System