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