mirror of
https://github.com/ptitSeb/box64.git
synced 2025-05-09 00:21:32 +08:00
[INTERP] Cosmetic change to VPSHUFD opocde
This commit is contained in:
parent
c849178bf8
commit
e844c5baa3
@ -862,7 +862,7 @@ uintptr_t RunAVX_660F(x64emu_t *emu, vex_t vex, uintptr_t addr, int *step)
|
||||
for (int i=0; i<4; ++i)
|
||||
GY->ud[i] = EY->ud[(tmp8u>>(i*2))&3];
|
||||
} else
|
||||
memset(GY, 0, 16);
|
||||
GY->u128 = 0;
|
||||
if(EX==GX) {eax1 = *GX; EX = &eax1;} // copy is needed
|
||||
for (int i=0; i<4; ++i)
|
||||
GX->ud[i] = EX->ud[(tmp8u>>(i*2))&3];
|
||||
|
Loading…
x
Reference in New Issue
Block a user