diff options
Diffstat (limited to 'gnu/dist/include/opcode')
| -rw-r--r-- | gnu/dist/include/opcode/i386.h | 2 |
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. */ |
