mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-13 17:57:12 +08:00
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>
This commit is contained in:
parent
e286c7e79c
commit
49b3a3c2af
@ -2167,8 +2167,8 @@ ROUNDSD xmmreg,xmmrm,imm \361\3\x0F\x3A\x08\110\26 SSE5,AMD
|
|||||||
GETSEC void \2\x0F\x37 KATMAI
|
GETSEC void \2\x0F\x37 KATMAI
|
||||||
|
|
||||||
;# Geode (Cyrix) 3DNow! additions
|
;# Geode (Cyrix) 3DNow! additions
|
||||||
PFRCP mmxreg,mmxrm \323\2\x0F\x0F\110\1\x86 PENT,3DNOW,SQ,CYRIX
|
PFRCPV 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
|
PFRSQRTV mmxreg,mmxrm \323\2\x0F\x0F\110\1\x87 PENT,3DNOW,SQ,CYRIX
|
||||||
|
|
||||||
;# Intel new instructions in ???
|
;# Intel new instructions in ???
|
||||||
; Is NEHALEM right here?
|
; Is NEHALEM right here?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user