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