winedbg: Display movaps in disassembly.

0f 28 /r movaps xmm1, xmm2/m128
0f 29 /r movaps xmm2/m128, xmm1

Signed-off-by: Daniel Lehman <dlehman25@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Daniel Lehman 2017-06-20 00:31:44 -07:00 committed by Alexandre Julliard
parent f4e2a10973
commit 5e486f6de0
1 changed files with 2 additions and 2 deletions

View File

@ -280,8 +280,8 @@ static const struct inst db_inst_0f2x[] = {
/*26*/ { "mov", TRUE, LONG, op2(El,TR), 0 },
/*27*/ { "", FALSE, NONE, 0, 0 },
/*28*/ { "", FALSE, NONE, 0, 0 },
/*29*/ { "", FALSE, NONE, 0, 0 },
/*28*/ { "movaps",TRUE, NONE, op2(E, XMM), 0 },
/*29*/ { "movaps",TRUE, NONE, op2(XMM, E), 0 },
/*2a*/ { "", FALSE, NONE, 0, 0 },
/*2b*/ { "", FALSE, NONE, 0, 0 },
/*2c*/ { "", FALSE, NONE, 0, 0 },