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
ca9f7cc5
Commit
ca9f7cc5
authored
Feb 19, 2018
by
Huw Davies
Committed by
Alexandre Julliard
Feb 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winedbg: Add cvtdq2ps and cvtps2pd opcodes.
Signed-off-by:
Huw Davies
<
huw@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
e5b9057b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
db_disasm.c
programs/winedbg/db_disasm.c
+2
-2
db_disasm64.c
programs/winedbg/db_disasm64.c
+2
-2
No files found.
programs/winedbg/db_disasm.c
View file @
ca9f7cc5
...
...
@@ -312,8 +312,8 @@ static const struct inst db_inst_0f5x[] = {
/*58*/
{
"addps"
,
TRUE
,
NONE
,
op2
(
EXMM
,
XMM
),
0
},
/*59*/
{
"mulps"
,
TRUE
,
NONE
,
op2
(
EXMM
,
XMM
),
0
},
/*5a*/
{
"
(bad)"
,
FALSE
,
NONE
,
0
,
0
},
/*5b*/
{
"
(bad)"
,
FALSE
,
NONE
,
0
,
0
},
/*5a*/
{
"
cvtps2pd"
,
TRUE
,
NONE
,
op2
(
EXMM
,
XMM
),
0
},
/*5b*/
{
"
cvtdq2ps"
,
TRUE
,
NONE
,
op2
(
EXMM
,
XMM
),
0
},
/*5c*/
{
"subps"
,
TRUE
,
NONE
,
op2
(
EXMM
,
XMM
),
0
},
/*5d*/
{
"minps"
,
TRUE
,
NONE
,
op2
(
EXMM
,
XMM
),
0
},
/*5e*/
{
"divps"
,
TRUE
,
NONE
,
op2
(
EXMM
,
XMM
),
0
},
...
...
programs/winedbg/db_disasm64.c
View file @
ca9f7cc5
...
...
@@ -362,8 +362,8 @@ static const struct inst db_inst_0f5x[] = {
/*58*/
{
"addps"
,
TRUE
,
NONE
,
op2
(
EXMM
,
XMM
),
0
},
/*59*/
{
"mulps"
,
TRUE
,
NONE
,
op2
(
EXMM
,
XMM
),
0
},
/*5a*/
{
"
(bad)"
,
FALSE
,
NONE
,
0
,
0
},
/*5b*/
{
"
(bad)"
,
FALSE
,
NONE
,
0
,
0
},
/*5a*/
{
"
cvtps2pd"
,
TRUE
,
NONE
,
op2
(
EXMM
,
XMM
),
0
},
/*5b*/
{
"
cvtdq2ps"
,
TRUE
,
NONE
,
op2
(
EXMM
,
XMM
),
0
},
/*5c*/
{
"subps"
,
TRUE
,
NONE
,
op2
(
EXMM
,
XMM
),
0
},
/*5d*/
{
"minps"
,
TRUE
,
NONE
,
op2
(
EXMM
,
XMM
),
0
},
/*5e*/
{
"divps"
,
TRUE
,
NONE
,
op2
(
EXMM
,
XMM
),
0
},
...
...
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