C# Class Mosa.Platform.ARMv6.Instructions.Revsh

Revsh instruction: Byte-Reverse Signed Halfword
Inheritance: ARMv6Instruction
Mostrar archivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Revsh ( ) : Mosa.Compiler.Framework

Initializes a new instance of Revsh.

Protected Methods

Method Description
Emit ( InstructionNode node, MachineCodeEmitter emitter ) : void

Emits the specified platform instruction.

Method Details

Emit() protected method

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

Revsh() public method

Initializes a new instance of Revsh.
public Revsh ( ) : Mosa.Compiler.Framework
return Mosa.Compiler.Framework