include/opcode/
[deliverable/binutils-gdb.git] / include / opcode / i386.h
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.023578 seconds and 4 git commands to generate.