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