mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
7 lines
No EOL
177 B
Text
7 lines
No EOL
177 B
Text
namespace Cosmos.Assembler.x86.SSE
|
|
{
|
|
[Cosmos.Assembler.OpCode("CVTTSD2SIQ")]
|
|
public class ConvertSD2SIQAndTruncate : InstructionWithDestinationAndSource
|
|
{
|
|
}
|
|
} |