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.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/emu/x64run660f.c b/src/emu/x64run660f.c
index 94445359..657c8485 100644
--- a/src/emu/x64run660f.c
+++ b/src/emu/x64run660f.c
@@ -396,6 +396,15 @@ int Run660F(x64emu_t *emu, rex_t rex)
                 }

                 break;

 

+            case 0x17:      // EXTRACTPS ED, GX, u8

+                nextop = F8;

+                GETED(1);

+                GETGX;

+                tmp8u = F8;

+                ED->dword[0] = GX->ud[tmp8u&3];

+                if(MODREG && rex.w) ED->dword[1] = 0;

+                break;

+

             case 0x21:      // INSERTPS GX, EX, u8

                 nextop = F8;

                 GETEX(1);