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.
This commit is contained in:
parent
c9f545e20f
commit
46390451a4
@ -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>
|
2005-03-29 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* i386.h (i386_optab): Don't allow the `l' suffix for moving
|
* i386.h (i386_optab): Don't allow the `l' suffix for moving
|
||||||
|
@ -1375,6 +1375,7 @@ static const template i386_optab[] =
|
|||||||
{"syscall", 0, 0x0f05, X, CpuK6, NoSuf, { 0, 0, 0} },
|
{"syscall", 0, 0x0f05, X, CpuK6, NoSuf, { 0, 0, 0} },
|
||||||
{"sysret", 0, 0x0f07, X, CpuK6, lq_Suf|DefaultSize, { 0, 0, 0} },
|
{"sysret", 0, 0x0f07, X, CpuK6, lq_Suf|DefaultSize, { 0, 0, 0} },
|
||||||
{"swapgs", 0, 0x0f01, 0xf8, Cpu64, NoSuf|ImmExt, { 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. */
|
/* VIA PadLock extensions. */
|
||||||
{"xstorerng", 0, 0x000fa7c0, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} },
|
{"xstorerng", 0, 0x000fa7c0, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} },
|
||||||
|
Loading…
Reference in New Issue
Block a user