Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
07e1f99a
Commit
07e1f99a
authored
Sep 10, 2016
by
Alexandra Hájková
Committed by
Luca Barbato
Sep 19, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86util: Document SBUTTERFLY macro
Signed-off-by:
Luca Barbato
<
lu_zero@gentoo.org
>
parent
de64dd13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
x86util.asm
libavutil/x86/x86util.asm
+10
-0
No files found.
libavutil/x86/x86util.asm
View file @
07e1f99a
...
@@ -29,6 +29,16 @@
...
@@ -29,6 +29,16 @@
%include
"libavutil/x86/x86inc.asm"
%include
"libavutil/x86/x86inc.asm"
; Interleave low src0 with low src1 and store in src0,
; interleave high src0 with high src1 and store in src1.
; %1 - types
; %2 - index of the register with src0
; %3 - index of the register with src1
; %4 - index of the register for intermediate results
; example for %1 - wd: input: src0: x0 x1 x2 x3 z0 z1 z2 z3
; src1: y0 y1 y2 y3 q0 q1 q2 q3
; output: src0: x0 y0 x1 y1 x2 y2 x3 y3
; src1: z0 q0 z1 q1 z2 q2 z3 q3
%macro
SBUTTERFLY
4
%macro
SBUTTERFLY
4
%if
avx_enabled
==
0
%if
avx_enabled
==
0
mova
m%4
,
m%2
mova
m%4
,
m%2
...
...
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