Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
068fc3f2
Commit
068fc3f2
authored
Jun 20, 2017
by
Daniel Lehman
Committed by
Alexandre Julliard
Jun 21, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winedbg: Display movups in disassembly.
Signed-off-by:
Daniel Lehman
<
dlehman25@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
444a7fbf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
db_disasm64.c
programs/winedbg/db_disasm64.c
+21
-1
No files found.
programs/winedbg/db_disasm64.c
View file @
068fc3f2
...
...
@@ -270,6 +270,26 @@ static const struct inst db_inst_0f0x[] = {
/*0f*/
{
""
,
FALSE
,
NONE
,
0
,
0
},
};
static
const
struct
inst
db_inst_0f1x
[]
=
{
/*10*/
{
"movups"
,
TRUE
,
NONE
,
op2
(
E
,
XMM
),
0
},
/*11*/
{
"movups"
,
TRUE
,
NONE
,
op2
(
XMM
,
E
),
0
},
/*12*/
{
""
,
FALSE
,
NONE
,
0
,
0
},
/*13*/
{
""
,
FALSE
,
NONE
,
0
,
0
},
/*14*/
{
""
,
FALSE
,
NONE
,
0
,
0
},
/*15*/
{
""
,
FALSE
,
NONE
,
0
,
0
},
/*16*/
{
""
,
FALSE
,
NONE
,
0
,
0
},
/*17*/
{
""
,
FALSE
,
NONE
,
0
,
0
},
/*18*/
{
""
,
FALSE
,
NONE
,
0
,
0
},
/*19*/
{
""
,
FALSE
,
NONE
,
0
,
0
},
/*1a*/
{
""
,
FALSE
,
NONE
,
0
,
0
},
/*1b*/
{
""
,
FALSE
,
NONE
,
0
,
0
},
/*1c*/
{
""
,
FALSE
,
NONE
,
0
,
0
},
/*1d*/
{
""
,
FALSE
,
NONE
,
0
,
0
},
/*1e*/
{
""
,
FALSE
,
NONE
,
0
,
0
},
/*1f*/
{
""
,
FALSE
,
NONE
,
0
,
0
},
};
static
const
struct
inst
db_inst_0f2x
[]
=
{
/*20*/
{
"mov"
,
TRUE
,
LONG
,
op2
(
CR
,
El
),
0
},
/*21*/
{
"mov"
,
TRUE
,
LONG
,
op2
(
DR
,
El
),
0
},
...
...
@@ -491,7 +511,7 @@ static const struct inst db_inst_0fcx[] = {
static
const
struct
inst
*
const
db_inst_0f
[]
=
{
db_inst_0f0x
,
0
,
db_inst_0f1x
,
db_inst_0f2x
,
db_inst_0f3x
,
db_inst_0f4x
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment