Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gdsl-toolkit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tanzeem Haque
gdsl-toolkit
Commits
8a71741f
Commit
8a71741f
authored
Oct 17, 2012
by
Julian Kranz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
X86 RREIL Translator
X86 Specification ... - Cleanup
parent
67d184cd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
5 deletions
+0
-5
specifications/x86/x86-pretty.ml
specifications/x86/x86-pretty.ml
+0
-1
specifications/x86/x86-rreil-translator.ml
specifications/x86/x86-rreil-translator.ml
+0
-1
specifications/x86/x86.ml
specifications/x86/x86.ml
+0
-3
No files found.
specifications/x86/x86-pretty.ml
View file @
8a71741f
...
...
@@ -494,7 +494,6 @@ val show/instruction insn =
|
LIDT
x
:
"LIDT"
-++
show
/
arity1
x
|
LLDT
x
:
"LLDT"
-++
show
/
arity1
x
|
LMSW
x
:
"LMSW"
-++
show
/
arity1
x
|
LOCK
:
"LOCK"
|
LODS
x
:
"LODS"
-++
show
/
arity1
x
|
LOOP
x
:
"LOOP"
-++
show
/
flow1
x
|
LOOPE
x
:
"LOOPE"
-++
show
/
flow1
x
...
...
specifications/x86/x86-rreil-translator.ml
View file @
8a71741f
...
...
@@ -2292,7 +2292,6 @@ val semantics insn =
|
LIDT
x
:
sem
-
undef
-
arity1
x
|
LLDT
x
:
sem
-
undef
-
arity1
x
|
LMSW
x
:
sem
-
undef
-
arity1
x
|
LOCK
x
:
sem
-
undef
-
arity0
x
|
LODS
x
:
sem
-
rep
-
insn
x
sem
-
lods
|
LOOP
x
:
sem
-
loop
x
|
LOOPE
x
:
sem
-
loope
x
...
...
specifications/x86/x86.ml
View file @
8a71741f
...
...
@@ -868,7 +868,6 @@ type insn =
|
LIDT
of
arity1
|
LLDT
of
arity1
|
LMSW
of
arity1
|
LOCK
of
arity0
|
LODS
of
arity1
|
LOOP
of
flow1
|
LOOPE
of
flow1
...
...
@@ -3865,7 +3864,6 @@ val / [0x0f 0x01 /6] = unop LMSW r/m16
###
LOCK
###
-
Assert
LOCK
#
Signal
Prefix
val
/
[
0xf0
]
=
arity0
LOCK
###
LODS
/
LODSB
/
LODSW
/
LODSD
/
LODSQ
###
-
Load
String
...
...
@@ -5203,7 +5201,6 @@ val / [0x0f 0x01 0xf9] = arity0 RDTSCP
###
REP
/
REPE
/
REPZ
/
REPNE
/
REPNZ
###
-
Repeat
String
Operation
Prefix
#
Todo
###
RET
###
-
Return
from
Procedure
...
...
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