diff options
author | sergei <sergei@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2011-08-06 06:59:33 +0000 |
---|---|---|
committer | sergei <sergei@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2011-08-06 06:59:33 +0000 |
commit | 6964758d1aad874bca5c779cd151b2b25dfd710c (patch) | |
tree | ec7d13d9cf2a84289fc7c258ad8eaf36198999ed /compiler/x86_64/x8664op.inc | |
parent | 3e4262ef9527a4d8db096c91a4b2afc1bdf45de0 (diff) | |
download | fpc-6964758d1aad874bca5c779cd151b2b25dfd710c.tar.gz |
+ Added missing PMULLD instruction, part of Mantis #19910
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@18106 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/x86_64/x8664op.inc')
-rw-r--r-- | compiler/x86_64/x8664op.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/x86_64/x8664op.inc b/compiler/x86_64/x8664op.inc index 683e16aed3..891fc6c514 100644 --- a/compiler/x86_64/x8664op.inc +++ b/compiler/x86_64/x8664op.inc @@ -662,6 +662,7 @@ A_PMOVZXWD, A_PMOVZXWQ, A_PMOVZXDQ, A_PMULDQ, +A_PMULLD, A_PTEST, A_ROUNDPS, A_ROUNDPD, |