namespace Cosmos.Compiler.Assembler.X86 { [OpCode("shld")] public class ShiftLeftDouble : InstructionWithDestinationAndSourceAndArgument { } }