Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Keystone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Third Party Mirrors
Keystone
Commits
135e5228
Commit
135e5228
authored
8 years ago
by
Nguyen Anh Quynh
Browse files
Options
Downloads
Plain Diff
Merge pull request #152 from practicalswift/add-nine-roundtrip-failures
Add nine round-trip test cases
parents
0b074720
fa376706
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
suite/test_roundtrips.py
+9
-0
9 additions, 0 deletions
suite/test_roundtrips.py
with
9 additions
and
0 deletions
suite/test_roundtrips.py
+
9
−
0
View file @
135e5228
...
...
@@ -10,6 +10,7 @@ roundtrip_tests = [
(
"
x64
"
,
"
adc qword ptr [edx + r12d*2], r8
"
),
(
"
x64
"
,
"
add qword ptr [ecx + 0x66ccefe4], r11
"
),
(
"
x64
"
,
"
and rax, 0xffffffffcf6f1a35
"
),
(
"
x64
"
,
"
cmovns rdi, qword ptr [r15d + esi*4 - 1]
"
),
(
"
x64
"
,
"
cmp qword ptr [r9d - 0x1f6968e2], rbx
"
),
(
"
x64
"
,
"
cmpsq qword ptr gs:[rsi], qword ptr [rdi]
"
),
(
"
x64
"
,
"
div qword ptr cs:[r14d - 0x7c]
"
),
...
...
@@ -27,12 +28,20 @@ roundtrip_tests = [
(
"
x64
"
,
"
sar qword ptr [esi + 0x29], 0xf
"
),
(
"
x64
"
,
"
sbb qword ptr [eax - 0x49], r8
"
),
(
"
x64
"
,
"
scasq rax, qword ptr [edi]
"
),
(
"
x64
"
,
"
shl qword ptr [eax], cl
"
),
(
"
x64
"
,
"
stosq qword ptr [edi], rax
"
),
(
"
x64
"
,
"
sub rcx, qword ptr [eax + 0x38]
"
),
(
"
x64
"
,
"
test edi, ebx
"
),
(
"
x64
"
,
"
vaddpd zmm21 {k1} {z}, zmm11, zmmword ptr [rdx + 0x1bc0]
"
),
(
"
x64
"
,
"
vcvtsd2si edi, qword ptr [rbp + 0x18]
"
),
(
"
x64
"
,
"
vcvtss2si r9d, dword ptr [rdx - 0x64]
"
),
(
"
x64
"
,
"
vminps zmm2 {k6} {z}, zmm18, dword ptr [r14 - 0x1e4]{1to16}
"
),
(
"
x64
"
,
"
vpandnq zmm19 {k7} {z}, zmm28, zmmword ptr [rax + xmm5*2 + 0xb00]
"
),
(
"
x64
"
,
"
vpermi2pd zmm30 {k2} {z}, zmm19, zmmword ptr [rcx + 0x200]
"
),
(
"
x64
"
,
"
vpminsd zmm4 {k1} {z}, zmm25, zmmword ptr [r8 + 0x1d80]
"
),
(
"
x64
"
,
"
vpminuq zmm21 {k2}, zmm15, zmmword ptr [r10 - 0x1300]
"
),
(
"
x64
"
,
"
vpsrlq zmm17 {k7}, zmmword ptr [r9 - 0x1680], 0x73
"
),
(
"
x64
"
,
"
vpxorq zmm21 {k2}, zmm1, zmmword ptr [rbx - 0x1180]
"
),
(
"
x64
"
,
"
xchg rax, rax
"
),
(
"
x64
"
,
"
xor qword ptr [esi + 0x1df54066], 0x6c
"
),
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment