C# 클래스 Mosa.Platform.x86.Instructions.Shr

Representations the x86 shift right instruction.
상속: TwoOperandInstruction
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
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