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