Cosmos/source/Cosmos.Assembler/x86/SSE2/ConvertSD2SI.cs

7 lines
No EOL
157 B
C#

namespace Cosmos.Assembler.x86.SSE
{
[Cosmos.Assembler.OpCode("CVTSD2SI")]
public class ConvertSD2SI : InstructionWithDestinationAndSource
{
}
}