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
4474b6ea
Commit
4474b6ea
authored
Jul 15, 2000
by
Ian Schmidt
Committed by
Alexandre Julliard
Jul 15, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Pentium Pro/2/3/4 conditional move instructions.
parent
6ce25706
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
db_disasm.c
debugger/db_disasm.c
+21
-1
No files found.
debugger/db_disasm.c
View file @
4474b6ea
...
...
@@ -222,6 +222,26 @@ static const struct inst db_inst_0f2x[] = {
/*2f*/
{
""
,
FALSE
,
NONE
,
0
,
0
},
};
static
const
struct
inst
db_inst_0f4x
[]
=
{
/*40*/
{
"cmovo"
,
TRUE
,
NONE
,
op2
(
E
,
R
),
0
},
/*41*/
{
"cmovno"
,
TRUE
,
NONE
,
op2
(
E
,
R
),
0
},
/*42*/
{
"cmovnae"
,
TRUE
,
NONE
,
op2
(
E
,
R
),
0
},
/*43*/
{
"cmovnb"
,
TRUE
,
NONE
,
op2
(
E
,
R
),
0
},
/*44*/
{
"cmove"
,
TRUE
,
NONE
,
op2
(
E
,
R
),
0
},
/*45*/
{
"cmovne"
,
TRUE
,
NONE
,
op2
(
E
,
R
),
0
},
/*46*/
{
"cmovna"
,
TRUE
,
NONE
,
op2
(
E
,
R
),
0
},
/*47*/
{
"cmova"
,
TRUE
,
NONE
,
op2
(
E
,
R
),
0
},
/*48*/
{
"cmovs"
,
TRUE
,
NONE
,
op2
(
E
,
R
),
0
},
/*49*/
{
"cmovns"
,
TRUE
,
NONE
,
op2
(
E
,
R
),
0
},
/*4a*/
{
"cmovpe"
,
TRUE
,
NONE
,
op2
(
E
,
R
),
0
},
/*4b*/
{
"cmovpo"
,
TRUE
,
NONE
,
op2
(
E
,
R
),
0
},
/*4c*/
{
"cmovl"
,
TRUE
,
NONE
,
op2
(
E
,
R
),
0
},
/*4d*/
{
"cmovge"
,
TRUE
,
NONE
,
op2
(
E
,
R
),
0
},
/*4e*/
{
"cmovle"
,
TRUE
,
NONE
,
op2
(
E
,
R
),
0
},
/*4f*/
{
"cmovnle"
,
TRUE
,
NONE
,
op2
(
E
,
R
),
0
},
};
static
const
struct
inst
db_inst_0f8x
[]
=
{
/*80*/
{
"jo"
,
FALSE
,
NONE
,
op1
(
Dl
),
0
},
/*81*/
{
"jno"
,
FALSE
,
NONE
,
op1
(
Dl
),
0
},
...
...
@@ -345,7 +365,7 @@ static const struct inst * const db_inst_0f[] = {
0
,
db_inst_0f2x
,
0
,
0
,
db_inst_0f4x
,
0
,
0
,
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