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