Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dav1d
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
B Krishnan Iyer
dav1d
Commits
cfd6fe6d
Commit
cfd6fe6d
authored
Aug 29, 2019
by
B Krishnan Iyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm: mc: Making code style consistent
parent
f01bbbdd
Pipeline
#9128
passed with stages
in 9 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
src/arm/32/mc.S
src/arm/32/mc.S
+7
-0
No files found.
src/arm/32/mc.S
View file @
cfd6fe6d
...
...
@@ -91,6 +91,7 @@ function \type\()_8bpc_neon, export=1
\
type
d16
,
d17
,
q0
,
q1
,
q2
,
q3
add
r12
,
r12
,
r4
bx
r12
.
align
2
L
(\
type
\()
_tbl
):
.
word
1280
f
-
L
(
\
type
\
()
_tbl
)
+
CONFIG_THUMB
...
...
@@ -99,6 +100,7 @@ L(\type\()_tbl):
.
word
160
f
-
L
(
\
type
\
()
_tbl
)
+
CONFIG_THUMB
.
word
80
f
-
L
(
\
type
\
()
_tbl
)
+
CONFIG_THUMB
.
word
4
f
-
L
(
\
type
\
()
_tbl
)
+
CONFIG_THUMB
4
:
add
r6
,
r0
,
r1
lsl
r1
,
r1
,
#
1
...
...
@@ -243,6 +245,7 @@ function w_mask_\type\()_8bpc_neon, export=1
add
r12
,
r0
,
r1
lsl
r1
,
r1
,
#
1
bx
r9
.
align
2
L
(
w_mask_
\
type
\()
_tbl
):
.
word
1280
f
-
L
(
w_mask_
\
type
\
()
_tbl
)
+
CONFIG_THUMB
...
...
@@ -251,6 +254,7 @@ L(w_mask_\type\()_tbl):
.
word
160
f
-
L
(
w_mask_
\
type
\
()
_tbl
)
+
CONFIG_THUMB
.
word
8
f
-
L
(
w_mask_
\
type
\
()
_tbl
)
+
CONFIG_THUMB
.
word
4
f
-
L
(
w_mask_
\
type
\
()
_tbl
)
+
CONFIG_THUMB
4
:
vld1.16
{
d0
,
d1
,
d2
,
d3
},
[
r2
,
:
128
]!
//
tmp1
(
four
rows
at
once
)
vld1.16
{
d4
,
d5
,
d6
,
d7
},
[
r3
,
:
128
]!
//
tmp2
(
four
rows
at
once
)
...
...
@@ -459,6 +463,7 @@ function blend_8bpc_neon, export=1
ldr
lr
,
[
r3
,
lr
,
lsl
#
2
]
add
r3
,
r3
,
lr
bx
r3
.
align
2
L
(
blend_tbl
):
.
word
320
f
-
L
(
blend_tbl
)
+
CONFIG_THUMB
...
...
@@ -572,6 +577,7 @@ function blend_h_8bpc_neon, export=1
ldr
r6
,
[
r7
,
r6
,
lsl
#
2
]
add
r7
,
r7
,
r6
bx
r7
.
align
2
L
(
blend_h_tbl
):
.
word
1280
f
-
L
(
blend_h_tbl
)
+
CONFIG_THUMB
...
...
@@ -712,6 +718,7 @@ function blend_v_8bpc_neon, export=1
ldr
lr
,
[
r3
,
lr
,
lsl
#
2
]
add
r3
,
r3
,
lr
bx
r3
.
align
2
L
(
blend_v_tbl
):
.
word
320
f
-
L
(
blend_v_tbl
)
+
CONFIG_THUMB
...
...
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