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