diff options
Diffstat (limited to 'src/emu')
| -rw-r--r-- | src/emu/x64runavxf20f.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/x64runavxf20f.c b/src/emu/x64runavxf20f.c index 3da16c92..b607fc27 100644 --- a/src/emu/x64runavxf20f.c +++ b/src/emu/x64runavxf20f.c @@ -60,7 +60,7 @@ uintptr_t RunAVX_F20F(x64emu_t *emu, vex_t vex, uintptr_t addr, int *step) switch(opcode) { - case 0x10: /* VMOVSD Gx Ex */ + case 0x10: /* VMOVSD Gx, Vx, Ex */ nextop = F8; GETEX(0); GETGX; @@ -74,7 +74,7 @@ uintptr_t RunAVX_F20F(x64emu_t *emu, vex_t vex, uintptr_t addr, int *step) GETGY; GY->u128 = 0; break; - case 0x11: /* VMOVSD Ex Gx */ + case 0x11: /* VMOVSD Ex, Vx, Gx */ nextop = F8; GETEX(0); GETGX; |