Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dav1d
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Wulz
dav1d
Commits
162ba33d
Commit
162ba33d
authored
5 years ago
by
Martin Storsjö
Browse files
Options
Downloads
Patches
Plain Diff
arm: 32: ipred: Fix assembling with older binutils
parent
82eda83a
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
src/arm/32/ipred.S
+9
-9
9 additions, 9 deletions
src/arm/32/ipred.S
with
9 additions
and
9 deletions
src/arm/32/ipred.S
+
9
−
9
View file @
162ba33d
...
...
@@ -615,8 +615,8 @@ L(ipred_dc_w4):
vadd.s16
d0
,
d0
,
d1
vshl.u16
d0
,
d0
,
d28
beq
1
f
//
h
=
8
/
16
mov
lr
,
#(
0x3334
/
2
)
mov
r5
,
#(
0x5556
/
2
)
mov
w
lr
,
#(
0x3334
/
2
)
mov
w
r5
,
#(
0x5556
/
2
)
cmp
r4
,
#
16
it
ne
movne
lr
,
r5
...
...
@@ -651,8 +651,8 @@ L(ipred_dc_w8):
vshl.u16
d0
,
d0
,
d28
beq
1
f
//
h
=
4
/
16
/
32
cmp
r4
,
#
32
mov
lr
,
#(
0x3334
/
2
)
mov
r5
,
#(
0x5556
/
2
)
mov
w
lr
,
#(
0x3334
/
2
)
mov
w
r5
,
#(
0x5556
/
2
)
it
ne
movne
lr
,
r5
vdup.16
q12
,
lr
...
...
@@ -688,8 +688,8 @@ L(ipred_dc_w16):
vshl.u16
d0
,
d0
,
d28
beq
1
f
//
h
=
4
/
8
/
32
/
64
tst
r4
,
#(
32
+
16
+
8
)
//
16
added
to
make
a
consecutive
bitmask
mov
lr
,
#(
0x3334
/
2
)
mov
r5
,
#(
0x5556
/
2
)
mov
w
lr
,
#(
0x3334
/
2
)
mov
w
r5
,
#(
0x5556
/
2
)
it
ne
movne
lr
,
r5
vdup.16
q12
,
lr
...
...
@@ -732,8 +732,8 @@ L(ipred_dc_w32):
vshl.u16
d4
,
d0
,
d28
beq
1
f
//
h
=
8
/
16
/
64
cmp
r4
,
#
8
mov
lr
,
#(
0x3334
/
2
)
mov
r5
,
#(
0x5556
/
2
)
mov
w
lr
,
#(
0x3334
/
2
)
mov
w
r5
,
#(
0x5556
/
2
)
it
ne
movne
lr
,
r5
vdup.16
q12
,
lr
...
...
@@ -796,7 +796,7 @@ L(ipred_dc_w64):
vadd.s16
d0
,
d0
,
d3
vshl.u16
d18
,
d0
,
d28
beq
1
f
//
h
=
16
/
32
mov
lr
,
#(
0x5556
/
2
)
mov
w
lr
,
#(
0x5556
/
2
)
movt
lr
,
#(
0x3334
/
2
)
mov
r5
,
r4
and
r5
,
r5
,
#
31
...
...
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