aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/i386.h
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2001-01-10 00:24:43 +0000
committerAlan Modra <modra@gmail.com>2001-01-10 00:24:43 +0000
commitc0e5a443da3b34cc7bfb92b0835c0ca860c136e6 (patch)
tree349f0618bf2b8408fa446513e87183a10dd7ccbf /include/opcode/i386.h
parentcbcab256532626e2d92d74e2f4d487398e64209c (diff)
downloadnewlib-c0e5a443da3b34cc7bfb92b0835c0ca860c136e6.zip
newlib-c0e5a443da3b34cc7bfb92b0835c0ca860c136e6.tar.gz
newlib-c0e5a443da3b34cc7bfb92b0835c0ca860c136e6.tar.bz2
Fix "movnti"
Diffstat (limited to 'include/opcode/i386.h')
-rw-r--r--include/opcode/i386.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/opcode/i386.h b/include/opcode/i386.h
index dd67c86..27e73fd 100644
--- a/include/opcode/i386.h
+++ b/include/opcode/i386.h
@@ -951,11 +951,11 @@ static const template i386_optab[] = {
/* Pentium4 extensions. */
-{"movnti", 2, 0x0fc3, X, CpuP4, lq_Suf|Modrm, { WordReg|WordMem, WordReg, 0 } },
-{"clflush", 1, 0x0fae, 7, CpuP4, FP|Modrm, { ByteMem, 0, 0 } },
-{"lfence", 0, 0x0fae, 0xe8, CpuP4, FP|ImmExt, { 0, 0, 0 } },
-{"mfence", 0, 0x0fae, 0xf0, CpuP4, FP|ImmExt, { 0, 0, 0 } },
-{"pause", 0, 0xf390, X, CpuP4, FP, { 0, 0, 0 } },
+{"movnti", 2, 0x0fc3, X, CpuP4, FP|Modrm, { WordReg, WordMem, 0 } },
+{"clflush", 1, 0x0fae, 7, CpuP4, FP|Modrm, { ByteMem, 0, 0 } },
+{"lfence", 0, 0x0fae, 0xe8, CpuP4, FP|ImmExt, { 0, 0, 0 } },
+{"mfence", 0, 0x0fae, 0xf0, CpuP4, FP|ImmExt, { 0, 0, 0 } },
+{"pause", 0, 0xf390, X, CpuP4, FP, { 0, 0, 0 } },
/* MMX/SSE2 instructions. */