C# Класс Mosa.Platform.x86.Instructions.Ucomiss

Intermediate representation for the x86 ucomiss instruction.
Наследование: X86Instruction
Показать файл Открыть проект

Открытые методы

Метод Описание
Ucomiss ( ) : System.Diagnostics

Initializes a new instance of Cmp.

Защищенные методы

Метод Описание
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 Mosa.Compiler.Framework.Operand The destination operand.
source Mosa.Compiler.Framework.Operand The source operand.
third Mosa.Compiler.Framework.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

Ucomiss() публичный Метод

Initializes a new instance of Cmp.
public Ucomiss ( ) : System.Diagnostics
Результат System.Diagnostics