summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2013-05-04 02:24:05 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2013-05-04 02:24:05 +0400
commite3574117ed465f0a63c17c8703a731ac4fa6e6ca (patch)
treedaf8d817d5033f867df59f0713a66fdc6416684b
parentf47001175183b1ac3746e7832608cbc5077dfa65 (diff)
downloadnasm-e3574117ed465f0a63c17c8703a731ac4fa6e6ca.tar.gz
br3392250: insns -- Allow byte size in PREFETCHTx instructions
The PREFETCHTx instructions do allow mem8 (byte). Reported-by: Agner <agner@agner.org> Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--insns.dat8
1 files changed, 4 insertions, 4 deletions
diff --git a/insns.dat b/insns.dat
index 99b0404b..d5d7b930 100644
--- a/insns.dat
+++ b/insns.dat
@@ -1588,10 +1588,10 @@ XRSTOR64 mem [m: o64 np 0f ae /5] LONG,NEHALEM
; These instructions are not SSE-specific; they are
;# Generic memory operations
; and work even if CR4.OSFXFR == 0
-PREFETCHNTA mem [m: 0f 18 /0] KATMAI
-PREFETCHT0 mem [m: 0f 18 /1] KATMAI
-PREFETCHT1 mem [m: 0f 18 /2] KATMAI
-PREFETCHT2 mem [m: 0f 18 /3] KATMAI
+PREFETCHNTA mem8 [m: 0f 18 /0] KATMAI
+PREFETCHT0 mem8 [m: 0f 18 /1] KATMAI
+PREFETCHT1 mem8 [m: 0f 18 /2] KATMAI
+PREFETCHT2 mem8 [m: 0f 18 /3] KATMAI
SFENCE void [ np 0f ae f8] KATMAI
;# New MMX instructions introduced in Katmai