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