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
595792eb
Commit
595792eb
authored
8 years ago
by
Nguyen Anh Quynh
Browse files
Options
Downloads
Plain Diff
Merge pull request #167 from practicalswift/add-two-roundtrip-failures
Add two round-trip failures
parents
9ad9062d
e73b2673
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
+2
-0
2 additions, 0 deletions
suite/test_roundtrips.py
with
2 additions
and
0 deletions
suite/test_roundtrips.py
+
2
−
0
View file @
595792eb
...
@@ -42,6 +42,7 @@ roundtrip_tests = [
...
@@ -42,6 +42,7 @@ roundtrip_tests = [
(
"
x64
"
,
"
sub rcx, qword ptr [eax + 0x38]
"
),
(
"
x64
"
,
"
sub rcx, qword ptr [eax + 0x38]
"
),
(
"
x64
"
,
"
test edi, ebx
"
),
(
"
x64
"
,
"
test edi, ebx
"
),
(
"
x64
"
,
"
vaddpd zmm21 {k1} {z}, zmm11, zmmword ptr [rdx + 0x1bc0]
"
),
(
"
x64
"
,
"
vaddpd zmm21 {k1} {z}, zmm11, zmmword ptr [rdx + 0x1bc0]
"
),
(
"
x64
"
,
"
vaddps zmm3 {k7} {z}, zmm18, dword ptr [r15 + xmm6*4 + 0x1f0]{1to16}
"
),
(
"
x64
"
,
"
vcvtsd2si edi, qword ptr [rbp + 0x18]
"
),
(
"
x64
"
,
"
vcvtsd2si edi, qword ptr [rbp + 0x18]
"
),
(
"
x64
"
,
"
vcvtss2si r9d, dword ptr [rdx - 0x64]
"
),
(
"
x64
"
,
"
vcvtss2si r9d, dword ptr [rdx - 0x64]
"
),
(
"
x64
"
,
"
vmaxpd zmm27 {k3}, zmm9, zmmword ptr [r15 - 0xc00]
"
),
(
"
x64
"
,
"
vmaxpd zmm27 {k3}, zmm9, zmmword ptr [r15 - 0xc00]
"
),
...
@@ -61,6 +62,7 @@ roundtrip_tests = [
...
@@ -61,6 +62,7 @@ roundtrip_tests = [
(
"
x64
"
,
"
vpsllq zmm21 {k2}, zmm28, xmmword ptr [rcx - 0x2b0]
"
),
(
"
x64
"
,
"
vpsllq zmm21 {k2}, zmm28, xmmword ptr [rcx - 0x2b0]
"
),
(
"
x64
"
,
"
vpsravd zmm27, zmm24, zmmword ptr [r10 + 0x5c0]
"
),
(
"
x64
"
,
"
vpsravd zmm27, zmm24, zmmword ptr [r10 + 0x5c0]
"
),
(
"
x64
"
,
"
vpsrlq zmm17 {k7}, zmmword ptr [r9 - 0x1680], 0x73
"
),
(
"
x64
"
,
"
vpsrlq zmm17 {k7}, zmmword ptr [r9 - 0x1680], 0x73
"
),
(
"
x64
"
,
"
vpsubq zmm19 {k4}, zmm24, zmmword ptr [rbx + 0x10c0]
"
),
(
"
x64
"
,
"
vpxord zmm12 {k5} {z}, zmm8, zmmword ptr [rbp + 0x740]
"
),
(
"
x64
"
,
"
vpxord zmm12 {k5} {z}, zmm8, zmmword ptr [rbp + 0x740]
"
),
(
"
x64
"
,
"
vpxorq zmm21 {k2}, zmm1, zmmword ptr [rbx - 0x1180]
"
),
(
"
x64
"
,
"
vpxorq zmm21 {k2}, zmm1, zmmword ptr [rbx - 0x1180]
"
),
(
"
x64
"
,
"
xchg rax, rax
"
),
(
"
x64
"
,
"
xchg rax, rax
"
),
...
...
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