about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-09-06 18:00:00 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-09-06 18:00:00 +0200
commit5ac3eeef1112a8b446aa8955780858977902c265 (patch)
treeebe1b711698c6824316cc691e8e1c5a4cea1e075 /src
parent9838c2ccffa9c1a489a9bc0ccd7d1620bf0b7691 (diff)
downloadbox64-5ac3eeef1112a8b446aa8955780858977902c265.tar.gz
box64-5ac3eeef1112a8b446aa8955780858977902c265.zip
Fixed name of opcode in comment
Diffstat (limited to 'src')
-rw-r--r--src/emu/x64runavx660f38.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/x64runavx660f38.c b/src/emu/x64runavx660f38.c
index 084a3234..849506b0 100644
--- a/src/emu/x64runavx660f38.c
+++ b/src/emu/x64runavx660f38.c
@@ -1322,7 +1322,7 @@ uintptr_t RunAVX_660F38(x64emu_t *emu, vex_t vex, uintptr_t addr, int *step)
                 GY->u128 = 0;
             break;
 
-        case 0x8C:  /*VMASKMOVD/Q Gx, Vx, Ex */
+        case 0x8C:  /*VPMASKMOVD/Q Gx, Vx, Ex */
             nextop = F8;
             GETEX(0);
             GETGX;
@@ -1350,7 +1350,7 @@ uintptr_t RunAVX_660F38(x64emu_t *emu, vex_t vex, uintptr_t addr, int *step)
                     GY->u128 = 0;
             }
             break;
-        case 0x8E:  /*VMASKMOVD/Q Ex, Vx, Gx */
+        case 0x8E:  /*VPMASKMOVD/Q Ex, Vx, Gx */
             nextop = F8;
             GETEX(0);
             GETGX;