C# Class Mosa.Platform.x86.Instructions.Movsx

Representations the x86 Movsx instruction.
Inheritance: TwoOperandInstruction
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
Movsx ( ) : System.Diagnostics

Initializes a new instance of Movsx.

Méthodes protégées

Méthode Description
Emit ( InstructionNode node, MachineCodeEmitter emitter ) : void

Emits the specified platform instruction.

Private Methods

Méthode Description
MovsxRegToReg ( InstructionNode node, MachineCodeEmitter emitter ) : void

Method Details

Emit() protected méthode

Emits the specified platform instruction.
protected Emit ( InstructionNode node, MachineCodeEmitter emitter ) : void
node Mosa.Compiler.Framework.InstructionNode The node.
emitter MachineCodeEmitter The emitter.
Résultat void

Movsx() public méthode

Initializes a new instance of Movsx.
public Movsx ( ) : System.Diagnostics
Résultat System.Diagnostics