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