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

Rev16 instruction: Byte-Reverse Packed Halfword
Inheritance: ARMv6Instruction
Exibir arquivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Rev16 ( ) : Mosa.Compiler.Framework

Initializes a new instance of Rev16.

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

Rev16() public method

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