Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
dav1d
Commits
2c1eba5e
Commit
2c1eba5e
authored
Jan 05, 2019
by
Martin Storsjö
Committed by
Jean-Baptiste Kempf
Jan 24, 2019
Browse files
arm64: mc: Use ubfx instead of ubfm, for consistency with arm
On arm, there's no ubfm instruction, only ubfx.
parent
1ef86e1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/arm/64/mc.S
View file @
2c1eba5e
...
...
@@ -742,7 +742,7 @@ function \type\()_8tap
L
(\
type
\()
_8tap_h
):
cmp
\
w
,
#
4
ubf
m
w9
,
\
mx
,
#
7
,
#
13
ubf
x
w9
,
\
mx
,
#
7
,
#
7
and
\
mx
,
\
mx
,
#
0x7f
b.le
4
f
mov
\
mx
,
w9
...
...
@@ -965,7 +965,7 @@ L(\type\()_8tap_h_tbl):
L
(\
type
\()
_8tap_v
):
cmp
\
h
,
#
4
ubf
m
w9
,
\
my
,
#
7
,
#
13
ubf
x
w9
,
\
my
,
#
7
,
#
7
and
\
my
,
\
my
,
#
0x7f
b.le
4
f
mov
\
my
,
w9
...
...
@@ -1269,7 +1269,7 @@ L(\type\()_8tap_v_tbl):
L
(\
type
\()
_8tap_hv
):
cmp
\
h
,
#
4
ubf
m
w9
,
\
my
,
#
7
,
#
13
ubf
x
w9
,
\
my
,
#
7
,
#
7
and
\
my
,
\
my
,
#
0x7f
b.le
4
f
mov
\
my
,
w9
...
...
Write
Preview
Supports
Markdown
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