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