summaryrefslogtreecommitdiff
path: root/mpn
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-07-14 03:40:01 +0200
committerKevin Ryde <user42@zip.com.au>2000-07-14 03:40:01 +0200
commit4ff11183f5dbb67a46e970ebae27c06969474b29 (patch)
tree6c1d7b91276a534a8000ec3128081f6b4150f668 /mpn
parentd3ee8c6fa9fc296160db97bad0611da3596b458c (diff)
downloadgmp-4ff11183f5dbb67a46e970ebae27c06969474b29.tar.gz
* mpn/x86/x86-defs.m4 (Zdisp): Add an instruction.
Diffstat (limited to 'mpn')
-rw-r--r--mpn/x86/x86-defs.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/mpn/x86/x86-defs.m4 b/mpn/x86/x86-defs.m4
index 24b287211..74b5baed1 100644
--- a/mpn/x86/x86-defs.m4
+++ b/mpn/x86/x86-defs.m4
@@ -582,6 +582,7 @@ Zdisp_match( movd, 0,(%eax,%ecx,8), %mm1, `0x0f,0x6e,0x4c,0xc8,0x00', $@)`'dnl
Zdisp_match( movd, 0,(%edx,%ecx,8), %mm0, `0x0f,0x6e,0x44,0xca,0x00', $@)`'dnl
Zdisp_match( movd, %mm0, 0,(%eax,%ecx,4), `0x0f,0x7e,0x44,0x88,0x00', $@)`'dnl
Zdisp_match( movd, %mm0, 0,(%ecx,%eax,4), `0x0f,0x7e,0x44,0x81,0x00', $@)`'dnl
+Zdisp_match( movd, %mm2, 0,(%ecx,%eax,4), `0x0f,0x7e,0x54,0x81,0x00', $@)`'dnl
ifelse(Zdisp_found,0,
`m4_error(`unrecognised instruction in Zdisp: $1 $2 $3 $4
')')')