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
29e4edbb
Commit
29e4edbb
authored
Oct 18, 2009
by
Loren Merritt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync yasm macros to x264
Originally committed as revision 20293 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
807e4e81
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
x86inc.asm
libavcodec/x86/x86inc.asm
+3
-5
No files found.
libavcodec/x86/x86inc.asm
View file @
29e4edbb
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
; PROLOGUE can also be invoked by adding the same options to cglobal
; PROLOGUE can also be invoked by adding the same options to cglobal
; e.g.
; e.g.
; cglobal foo, 2,3, dst, src, tmp
; cglobal foo, 2,3,
0,
dst, src, tmp
; declares a function (foo), taking two args (dst and src) and one local variable (tmp)
; declares a function (foo), taking two args (dst and src) and one local variable (tmp)
; TODO Some functions can use some args directly from the stack. If they're the
; TODO Some functions can use some args directly from the stack. If they're the
...
@@ -438,6 +438,7 @@ DECLARE_REG 6, ebp, ebp, bp, null, [esp + stack_offset + 28]
...
@@ -438,6 +438,7 @@ DECLARE_REG 6, ebp, ebp, bp, null, [esp + stack_offset + 28]
%
ifdef
PREFIX
%
ifdef
PREFIX
%
xdefine
%1
_
%
+
%1
%
xdefine
%1
_
%
+
%1
%
endif
%
endif
%
xdefine
%1
.
skip_prologue
%1
%
+
.
skip_prologue
%
ifidn
__OUTPUT_FORMAT__
,
elf
%
ifidn
__OUTPUT_FORMAT__
,
elf
global
%1
:
function
hidden
global
%1
:
function
hidden
%
else
%
else
...
@@ -599,9 +600,6 @@ INIT_MMX
...
@@ -599,9 +600,6 @@ INIT_MMX
%endmacro
%endmacro
;Substitutions that reduce instruction size but are functionally equivalent
;Substitutions that reduce instruction size but are functionally equivalent
%define
movdqa
movaps
%define
movdqu
movups
%macro
add
2
%macro
add
2
%
ifnum
%2
%
ifnum
%2
%
if
%2
==
128
%
if
%2
==
128
...
...
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