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