Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Linshizhi
ffmpeg.wasm-core
Commits
98b9da2a
Commit
98b9da2a
authored
Mar 12, 2012
by
Ronald S. Bultje
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86inc: add *mp named argument support to DEFINE_ARGS.
parent
aba7a827
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
x86inc.asm
libavutil/x86/x86inc.asm
+2
-0
No files found.
libavutil/x86/x86inc.asm
View file @
98b9da2a
...
...
@@ -246,6 +246,7 @@ DECLARE_REG_TMP_SIZE 0,1,2,3,4,5,6,7,8,9
CAT_UNDEF
arg_name
%
+
%%
i
,
w
CAT_UNDEF
arg_name
%
+
%%
i
,
b
CAT_UNDEF
arg_name
%
+
%%
i
,
m
CAT_UNDEF
arg_name
%
+
%%
i
,
mp
CAT_UNDEF
arg_name
,
%%
i
%
assign
%%
i
%%
i
+
1
%
endrep
...
...
@@ -260,6 +261,7 @@ DECLARE_REG_TMP_SIZE 0,1,2,3,4,5,6,7,8,9
%
xdefine
%1
w
r
%
+
%%
i
%
+
w
%
xdefine
%1
b
r
%
+
%%
i
%
+
b
%
xdefine
%1
m
r
%
+
%%
i
%
+
m
%
xdefine
%1
mp
r
%
+
%%
i
%
+
mp
CAT_XDEFINE
arg_name
,
%%
i
,
%1
%
assign
%%
i
%%
i
+
1
%
rotate
1
...
...
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