mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-04 15:21:34 +00:00
7 lines
No EOL
176 B
C#
7 lines
No EOL
176 B
C#
namespace Cosmos.Compiler.Assembler.X86.SSE
|
|
{
|
|
[Cosmos.Assembler.OpCode("MOVDDUP")]
|
|
public class MoveDoubleAndDupplicate : InstructionWithDestinationAndSource
|
|
{
|
|
}
|
|
} |