C# 클래스 Mosa.Platform.x86.Instructions.Cvttss2si

Intermediate representation for the x86 cvtsd2ss instruction.
상속: TwoOperandInstruction
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
Cvttss2si ( ) : Mosa.Compiler.Framework

Initializes a new instance of Cvttss2si.

보호된 메소드들

메소드 설명
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 Operand The destination operand.
source Operand The source operand.
third Operand The third operand.
리턴 OpCode

Cvttss2si() 공개 메소드

Initializes a new instance of Cvttss2si.
public Cvttss2si ( ) : Mosa.Compiler.Framework
리턴 Mosa.Compiler.Framework