Added the "rdmsr" and "rdpmc" instructions
This commit is contained in:
parent
d3ac707bad
commit
cd05aec823
@ -16,5 +16,9 @@
|
||||
|
||||
|
||||
/* instructions */
|
||||
/* RDMSR 0x0f32 2 */
|
||||
{ "rdmsr", 0x0f32, OP2F, AOT_NONE, AOT_NONE, AOT_NONE },
|
||||
/* RDPMC 0x0f33 2 */
|
||||
{ "rdpmc", 0x0f33, OP2F, AOT_NONE, AOT_NONE, AOT_NONE },
|
||||
/* RDTSC 0x0f31 2 */
|
||||
{ "rdtsc", 0x0f31, OP2F, AOT_NONE, AOT_NONE, AOT_NONE },
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $Id$ */
|
||||
.text
|
||||
rdmsr /* 0f 32 */
|
||||
rdpmc /* 0f 33 */
|
||||
rdtsc /* 0f 31 */
|
||||
|
Loading…
Reference in New Issue
Block a user