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

7 lines
No EOL
177 B
Text

namespace Cosmos.Assembler.x86.SSE
{
[Cosmos.Assembler.OpCode("CVTTSD2SIQ")]
public class ConvertSD2SIQAndTruncate : InstructionWithDestinationAndSource
{
}
}