Cosmos/source/Cosmos.Assembler/x86/SSE2/AndPD.cs
2016-05-28 14:43:48 +02:00

12 lines
241 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Assembler.x86.SSE
{
[Cosmos.Assembler.OpCode("andpd")]
public class AndPD : InstructionWithDestinationAndSource
{
}
}