summaryrefslogtreecommitdiff
path: root/mpn/alpha
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-01-28 12:59:35 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-01-28 12:59:35 +0100
commit74efb7b0ead83f3d2c423b48f74d04cc76633f2c (patch)
tree14d2b455955263f294cf6edeb2a07f31339ce3b2 /mpn/alpha
parente20d3ef64d79a0fb960fe233ce01f7e253278504 (diff)
downloadgmp-74efb7b0ead83f3d2c423b48f74d04cc76633f2c.tar.gz
Add some missing insns.
Diffstat (limited to 'mpn/alpha')
-rwxr-xr-xmpn/alpha/ev6/slot.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/mpn/alpha/ev6/slot.pl b/mpn/alpha/ev6/slot.pl
index 17967e79a..563627d01 100755
--- a/mpn/alpha/ev6/slot.pl
+++ b/mpn/alpha/ev6/slot.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
-# Copyright 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
+# Copyright 2000, 2001, 2003, 2004, 2005, 2011 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
@@ -40,9 +40,12 @@ my %optable =
(
'addq' => 'E',
'and' => 'E',
+ 'andnot' => 'E',
'beq' => 'U',
'bge' => 'U',
'bgt' => 'U',
+ 'bic' => 'E',
+ 'bis' => 'E',
'blt' => 'U',
'bne' => 'U',
'br' => 'L',
@@ -71,6 +74,7 @@ my %optable =
'ldt' => 'L',
'ret' => 'L',
'mov' => 'E',
+ 'mull' => 'U',
'mulq' => 'U',
'negq' => 'E',
'nop' => 'E',