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

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

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

Метод Описание
Movss ( ) : System

Initializes a new instance of Movss.

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

Метод Описание
ComputeOpCode ( Operand destination, Operand source, Operand third ) : OpCode

Computes the opcode.

Описание методов

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

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

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