Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tanzeem Haque
gdsl-toolkit
Commits
b0f12672
Commit
b0f12672
authored
Sep 03, 2012
by
Julian Kranz
Browse files
X86 Specification
- Added instruction(s): SYSENTER - SYSRET
parent
3363b54a
Changes
1
Hide whitespace changes
Inline
Side-by-side
specifications/x86/x86.ml
View file @
b0f12672
...
...
@@ -1141,6 +1141,9 @@ type insn =
|
SUBSD
of
arity2
|
SUBSS
of
arity2
|
SWAPGS
|
SYSENTER
|
SYSEXIT
|
SYSRET
|
SUB
of
arity2
|
SYSCALL
...
...
@@ -5135,7 +5138,21 @@ val / [0x0f 0x01 /7] = arity0 SWAPGS
###
-
Fast
System
Call
val
/
[
0x0f
0x05
]
=
arity0
SYSCALL
###
###
SYSENTER
###
-
Fast
System
Call
val
/
[
0x0f
0x34
]
=
arity0
SYSENTER
###
SYSEXIT
###
-
Fast
Return
from
Fast
System
Call
val
/
[
0x0f
0x35
]
|
rexw
?
=
arity0
SYSEXIT
|
otherwise
=
arity0
SYSEXIT
###
SYSRET
###
-
Return
From
Fast
System
Call
val
/
[
0x0f
0x07
]
|
rexw
?
=
arity0
SYSRET
|
otherwise
=
arity0
SYSRET
###
TEST
###
-
Logical
Compare
...
...
Write
Preview
Supports
Markdown
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