about summary refs log tree commit diff stats
path: root/src/dynarec
diff options
context:
space:
mode:
Diffstat (limited to 'src/dynarec')
-rwxr-xr-xsrc/dynarec/dynarec_arm64_660f.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/dynarec/dynarec_arm64_660f.c b/src/dynarec/dynarec_arm64_660f.c
index b1049e96..8f7882d5 100755
--- a/src/dynarec/dynarec_arm64_660f.c
+++ b/src/dynarec/dynarec_arm64_660f.c
@@ -532,7 +532,11 @@ uintptr_t dynarec64_660F(dynarec_arm_t* dyn, uintptr_t addr, uintptr_t ip, int n
                     GETGX(q0);

                     GETED(1);

                     u8 = F8;

-                    VMOVQSfrom(q0, (u8&3), ed);

+                    if(rex.w) {

+                        VMOVQDfrom(q0, (u8&1), ed);

+                    } else {

+                        VMOVQSfrom(q0, (u8&3), ed);

+                    }

                     break;

 

                 default: