From 6727a189ab82a7939b6da1604d2869c317629c5d Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Tue, 6 Aug 2002 00:49:59 +0000 Subject: [PATCH] fucom* are FPU instructions. svn path=/trunk/yasm/; revision=660 --- modules/arch/x86/instrs.dat | 4 ++-- src/arch/x86/instrs.dat | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/arch/x86/instrs.dat b/modules/arch/x86/instrs.dat index d227d817..02e5ad9a 100644 --- a/modules/arch/x86/instrs.dat +++ b/modules/arch/x86/instrs.dat @@ -673,8 +673,8 @@ ficomp mem16x nil DE $1,3 nil 8086,FPU ficomp mem32x nil DA $1,3 nil 8086,FPU fcompp!twobyte DE,D9 8086,FPU ; Unordered comparison (with pop) -fucom!fcomg2 DD,E0 286 -fucomp!fcomg2 DD,E8 286 +fucom!fcomg2 DD,E0 286,FPU +fucomp!fcomg2 DD,E8 286,FPU fucompp!twobyte DA,E9 286,FPU ftst!twobyte D9,E4 8086,FPU fxam!twobyte D9,E5 8086,FPU diff --git a/src/arch/x86/instrs.dat b/src/arch/x86/instrs.dat index d227d817..02e5ad9a 100644 --- a/src/arch/x86/instrs.dat +++ b/src/arch/x86/instrs.dat @@ -673,8 +673,8 @@ ficomp mem16x nil DE $1,3 nil 8086,FPU ficomp mem32x nil DA $1,3 nil 8086,FPU fcompp!twobyte DE,D9 8086,FPU ; Unordered comparison (with pop) -fucom!fcomg2 DD,E0 286 -fucomp!fcomg2 DD,E8 286 +fucom!fcomg2 DD,E0 286,FPU +fucomp!fcomg2 DD,E8 286,FPU fucompp!twobyte DA,E9 286,FPU ftst!twobyte D9,E4 8086,FPU fxam!twobyte D9,E5 8086,FPU