summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-10-22 11:18:27 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-10-22 11:18:27 -0700
commit49b3a3c2af6452bf1d51b043748411157b523bef (patch)
tree393a68846400e8bc5df6c57f532c39cc9a2a688e
parente286c7e79c36ab0ad40349d89693bae52080b664 (diff)
downloadnasm-49b3a3c2af6452bf1d51b043748411157b523bef.tar.gz
BR 2187210: Fix PFRCPV and PFRSQRTV
Fix the Geode instructions PFRCPV and PFRSQRTV per bug report 2187210. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--insns.dat4
1 files changed, 2 insertions, 2 deletions
diff --git a/insns.dat b/insns.dat
index 351a9a9d..c2bae076 100644
--- a/insns.dat
+++ b/insns.dat
@@ -2167,8 +2167,8 @@ ROUNDSD xmmreg,xmmrm,imm \361\3\x0F\x3A\x08\110\26 SSE5,AMD
GETSEC void \2\x0F\x37 KATMAI
;# Geode (Cyrix) 3DNow! additions
-PFRCP mmxreg,mmxrm \323\2\x0F\x0F\110\1\x86 PENT,3DNOW,SQ,CYRIX
-PFRSQRT mmxreg,mmxrm \323\2\x0F\x0F\110\1\x87 PENT,3DNOW,SQ,CYRIX
+PFRCPV mmxreg,mmxrm \323\2\x0F\x0F\110\1\x86 PENT,3DNOW,SQ,CYRIX
+PFRSQRTV mmxreg,mmxrm \323\2\x0F\x0F\110\1\x87 PENT,3DNOW,SQ,CYRIX
;# Intel new instructions in ???
; Is NEHALEM right here?