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