]> sourceware.org Git - newlib-cygwin.git/commitdiff
include/opcode/
authorJan Beulich <jbeulich@novell.com>
Fri, 1 Apr 2005 16:03:39 +0000 (16:03 +0000)
committerJan Beulich <jbeulich@novell.com>
Fri, 1 Apr 2005 16:03:39 +0000 (16:03 +0000)
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.

include/opcode/ChangeLog
include/opcode/i386.h

index fb5d252594811e442762bb6ff97038817e8efcab..2d90e175bb11b3d256077000a4d5621c4b11f65a 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-01  Jan Beulich  <jbeulich@novell.com>
+
+       * i386.h (i386_optab): Add rdtscp.
+
 2005-03-29  H.J. Lu  <hongjiu.lu@intel.com>
 
        * i386.h (i386_optab): Don't allow the `l' suffix for moving
index 4de2771e25998b094a754374d72c3001b68d17d0..ca80d0ab8ee13290fe9fca9c0c9b2404dc6f34c7 100644 (file)
@@ -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} },
This page took 0.036028 seconds and 5 git commands to generate.