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

Representations the x86 compare-exchange instruction.
Inheritance: X86Instruction
Exibir arquivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
CmpXchgLoad ( ) : System.Diagnostics

Initializes a new instance of CmpXchgLoad.

Protected Methods

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

Emits the specified platform instruction.

Private Methods

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

Method Details

CmpXchgLoad() public method

Initializes a new instance of CmpXchgLoad.
public CmpXchgLoad ( ) : System.Diagnostics
return System.Diagnostics

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