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