Cosmos/source2/Compiler/Cosmos.Compiler.Assembler.X86/386AndUp/Shrd.cs
Trivalik_cp d207855983 fix shl,shr,add IL for 64 bit,
optimize "and" IL,
add shrd
2011-02-23 21:11:04 +00:00

7 lines
No EOL
156 B
C#

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