提交 0a8958c8 编写于 作者: M Måns Rullgård

ARM: handle VFP register arguments in ff_vector_fmul_window_neon()

Originally committed as revision 19475 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 ce742de2
......@@ -745,9 +745,11 @@ function ff_vector_fmul_neon, export=1
.endfunc
function ff_vector_fmul_window_neon, export=1
vld1.32 {d16[],d17[]}, [sp,:32]
VFP vdup.32 q8, d0[0]
NOVFP vld1.32 {d16[],d17[]}, [sp,:32]
push {r4,r5,lr}
ldr lr, [sp, #16]
VFP ldr lr, [sp, #12]
NOVFP ldr lr, [sp, #16]
sub r2, r2, #8
sub r5, lr, #2
add r2, r2, r5, lsl #2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册