summaryrefslogtreecommitdiff
path: root/gnu/dist/include/opcode
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2001-08-02 18:47:09 +0000
committerthorpej <thorpej@NetBSD.org>2001-08-02 18:47:09 +0000
commit528686cb439758abe697536db830fcb6942d4189 (patch)
tree070b78901ef87a888cd13f2027708ea8608489d3 /gnu/dist/include/opcode
parentd4a7b6fc1c59f28aac28bf5cf2a6d9fd094488db (diff)
Add the "fxsave" and "fxrstor" insns.
Diffstat (limited to 'gnu/dist/include/opcode')
-rw-r--r--gnu/dist/include/opcode/i386.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/dist/include/opcode/i386.h b/gnu/dist/include/opcode/i386.h
index da238c9b2ee..d4c971d5b88 100644
--- a/gnu/dist/include/opcode/i386.h
+++ b/gnu/dist/include/opcode/i386.h
@@ -776,6 +776,8 @@ static const template i386_optab[] = {
{"cmpxchg8b", 1, 0x0fc7, 1, Modrm, { Mem, 0, 0} },
/* Pentium Pro extensions */
+{"fxsave",1, 0x0fae, 0, Modrm, { Mem, 0, 0} },
+{"fxrstor",1,0x0fae, 1, Modrm, { Mem, 0, 0} },
{"rdpmc", 0, 0x0f33, _, NoModrm, { 0, 0, 0} },
{"ud2", 0, 0x0f0b, _, NoModrm, {0, 0, 0} }, /* official undefined instr. */