Cosmos/source/Cosmos.Assembler/x86/SSE2/ConvertTruncateSS2SI.cs
Matthijs ter Woord bbb8265166 .
2016-06-15 09:55:11 -04:00

7 lines
171 B
C#

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