Cosmos/source2/Compiler/Cosmos.Compiler.Assembler.X86/386AndUp/Shld.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
155 B
C#

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