mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 18:32:22 +00:00
ARM: handle VFP register arguments in ff_vector_fmul_window_neon()
Originally committed as revision 19475 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ce742de22c
commit
0a8958c849
@ -745,9 +745,11 @@ function ff_vector_fmul_neon, export=1
|
|||||||
.endfunc
|
.endfunc
|
||||||
|
|
||||||
function ff_vector_fmul_window_neon, export=1
|
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}
|
push {r4,r5,lr}
|
||||||
ldr lr, [sp, #16]
|
VFP ldr lr, [sp, #12]
|
||||||
|
NOVFP ldr lr, [sp, #16]
|
||||||
sub r2, r2, #8
|
sub r2, r2, #8
|
||||||
sub r5, lr, #2
|
sub r5, lr, #2
|
||||||
add r2, r2, r5, lsl #2
|
add r2, r2, r5, lsl #2
|
||||||
|
Loading…
Reference in New Issue
Block a user