diff options
author | Jan Beulich <jbeulich@novell.com> | 2005-04-11 12:58:12 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2005-04-11 12:58:12 +0000 |
commit | 8b575103438cb97f40de4bd1cb18ba7ad4cb94b9 (patch) | |
tree | 9dfce83016c15a1024ece3f0e50e81eac432c483 /include | |
parent | 305ae3e6e54ee94a5b779aecebf852ca1ea662e1 (diff) | |
download | newlib-binutils-2_16-branch.zip newlib-binutils-2_16-branch.tar.gz newlib-binutils-2_16-branch.tar.bz2 |
include/opcode/binutils-csl-gxxpro-3_4-branchpointbinutils-2_16_1binutils-2_16github/binutils-2_16-branchbinutils-2_16-branch
2005-03-15 Jan Beulich <jbeulich@novell.com>
* i386.h (i386_optab): Add rdtscp.
opcodes/
2005-03-15 Jan Beulich <jbeulich@novell.com>
* i386-dis.c (INVLPG_Fixup): Decode rdtscp; change code to allow for
easier future additions.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/ChangeLog | 4 | ||||
-rw-r--r-- | include/opcode/i386.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 7844fee..2152ae5 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2005-03-15 Jan Beulich <jbeulich@novell.com> + + * i386.h (i386_optab): Add rdtscp. + 2005-02-09 Jan Beulich <jbeulich@novell.com> PR gas/707 diff --git a/include/opcode/i386.h b/include/opcode/i386.h index 052f127..07163f0 100644 --- a/include/opcode/i386.h +++ b/include/opcode/i386.h @@ -1369,6 +1369,7 @@ static const template i386_optab[] = {"syscall", 0, 0x0f05, X, CpuK6, NoSuf, { 0, 0, 0} }, {"sysret", 0, 0x0f07, X, CpuK6, lq_Suf|DefaultSize, { 0, 0, 0} }, {"swapgs", 0, 0x0f01, 0xf8, Cpu64, NoSuf|ImmExt, { 0, 0, 0} }, +{"rdtscp", 0, 0x0f01, 0xf9, CpuSledgehammer,NoSuf|ImmExt, { 0, 0, 0} }, /* VIA PadLock extensions. */ {"xstorerng", 0, 0x000fa7c0, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} }, |