From 528686cb439758abe697536db830fcb6942d4189 Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 2 Aug 2001 18:47:09 +0000 Subject: Add the "fxsave" and "fxrstor" insns. --- gnu/dist/include/opcode/i386.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/dist/include/opcode') 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. */ -- cgit