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