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