about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emu/x64run660f.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/emu/x64run660f.c b/src/emu/x64run660f.c
index d95dcb36..53942521 100644
--- a/src/emu/x64run660f.c
+++ b/src/emu/x64run660f.c
@@ -43,6 +43,14 @@ int Run660F(x64emu_t *emu, rex_t rex)
         GETED;

         break;

 

+    case 0x6F:                      /* MOVDQA Gx,Ex */

+        nextop = F8;

+        GETEX;

+        GETGX;

+        GX->q[0] = EX->q[0];

+        GX->q[1] = EX->q[1];

+        break;

+

     case 0xEF:                      /* PXOR Gx,Ex */

         nextop = F8;

         GETEX;