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