about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-05-01 11:43:15 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-05-01 11:43:15 +0200
commitcb26a742ff4fef163e0c93fbe498b486c53ca514 (patch)
tree3ca6334c4b197fef548a3e691b308f38509aba67 /src
parent4b44501d1750602a88f297b4394c00f591af9a2f (diff)
downloadbox64-cb26a742ff4fef163e0c93fbe498b486c53ca514.tar.gz
box64-cb26a742ff4fef163e0c93fbe498b486c53ca514.zip
[INTERP] Added missing opcode nae 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 65886c86..3d83d513 100644
--- a/src/emu/x64runavx660f38.c
+++ b/src/emu/x64runavx660f38.c
@@ -1384,7 +1384,7 @@ uintptr_t RunAVX_660F38(x64emu_t *emu, vex_t vex, uintptr_t addr, int *step)
             }
             break;
 
-        case 0x90:  /* VPGATHERDD Gx, VSIB, Vx */
+        case 0x90:  /* VPGATHERDD/VPGATHERDQ Gx, VSIB, Vx */
         case 0x92:  /* VGATHERDPD/VGATHERDPS Gx, VSIB, Vx */
             nextop = F8;
             if(((nextop&7)!=4) || MODREG) {
@@ -1451,7 +1451,7 @@ uintptr_t RunAVX_660F38(x64emu_t *emu, vex_t vex, uintptr_t addr, int *step)
             } else
                 GY->u128 = 0;
             break;
-        case 0x91:  /* VPGATHERQD Gx, VSIB, Vx */
+        case 0x91:  /* VPGATHERQD/VPGATHERQQ Gx, VSIB, Vx */
         case 0x93:  /* VGATHERQPD/VGATHERQPS Gx, VSIB, Vx */
             nextop = F8;
             if(((nextop&7)!=4) || MODREG) {