about summary refs log tree commit diff stats
path: root/033check_operands.cc
diff options
context:
space:
mode:
Diffstat (limited to '033check_operands.cc')
-rw-r--r--033check_operands.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/033check_operands.cc b/033check_operands.cc
index 04492986..28a7458e 100644
--- a/033check_operands.cc
+++ b/033check_operands.cc
@@ -246,6 +246,11 @@ void init_permitted_operands() {
   put(Permitted_operands, "81", 0x43);  // combine
   put(Permitted_operands, "c7", 0x43);  // copy
 
+  //// Class Q: op, ModR/M and imm32
+  //  imm32 imm8  disp32 |disp16  disp8 subop modrm
+  //  1     0     0      |0       0     0     1
+  put(Permitted_operands, "69", 0x41);  // multiply
+
   // End Init Permitted Operands
 }