aboutsummaryrefslogtreecommitdiff
path: root/dynasm
diff options
context:
space:
mode:
Diffstat (limited to 'dynasm')
-rw-r--r--dynasm/dasm_x86.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/dynasm/dasm_x86.lua b/dynasm/dasm_x86.lua
index a8e25ed3..1fa80b55 100644
--- a/dynasm/dasm_x86.lua
+++ b/dynasm/dasm_x86.lua
@@ -1116,6 +1116,7 @@ local map_op = {
1116 shrd_3 = "mriqdw:0FACRmU|mrC/qq:0FADRm|mrC/dd:|mrC/ww:", 1116 shrd_3 = "mriqdw:0FACRmU|mrC/qq:0FADRm|mrC/dd:|mrC/ww:",
1117 1117
1118 rdtsc_0 = "0F31", -- P1+ 1118 rdtsc_0 = "0F31", -- P1+
1119 rdpmc_0 = "0F33", -- P6+
1119 cpuid_0 = "0FA2", -- P1+ 1120 cpuid_0 = "0FA2", -- P1+
1120 1121
1121 -- floating point ops 1122 -- floating point ops