aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/i386.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2005-04-01 16:03:40 +0000
committerJan Beulich <jbeulich@novell.com>2005-04-01 16:03:40 +0000
commit373ff435a8f7f34725507ede084998d63d80d624 (patch)
treec704104e79777246704f69584276df37fc10edda /include/opcode/i386.h
parenta7d61044b2f3e1562c1fc94cb9139eb156273c9c (diff)
downloadgdb-373ff435a8f7f34725507ede084998d63d80d624.zip
gdb-373ff435a8f7f34725507ede084998d63d80d624.tar.gz
gdb-373ff435a8f7f34725507ede084998d63d80d624.tar.bz2
include/opcode/
2005-04-01 Jan Beulich <jbeulich@novell.com> * i386.h (i386_optab): Add rdtscp. opcodes/ 2005-04-01 Jan Beulich <jbeulich@novell.com> * i386-dis.c (INVLPG_Fixup): Decode rdtscp; change code to allow for easier future additions.
Diffstat (limited to 'include/opcode/i386.h')
-rw-r--r--include/opcode/i386.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/i386.h b/include/opcode/i386.h
index 4de2771..ca80d0a 100644
--- a/include/opcode/i386.h
+++ b/include/opcode/i386.h
@@ -1375,6 +1375,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} },