aboutsummaryrefslogtreecommitdiff
path: root/config/arm-neon/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm.S
diff options
context:
space:
mode:
Diffstat (limited to 'config/arm-neon/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm.S')
-rw-r--r--config/arm-neon/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm.S23
1 files changed, 11 insertions, 12 deletions
diff --git a/config/arm-neon/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm.S b/config/arm-neon/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm.S
index 4b77ca948..4beac2288 100644
--- a/config/arm-neon/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm.S
+++ b/config/arm-neon/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm.S
@@ -1,6 +1,6 @@
@ This file was created from a .asm file
@ using the ads2gas.pl script.
- .syntax unified
+.syntax unified
@
@ Copyright (c) 2013 The WebM project authors. All Rights Reserved.
@
@@ -11,17 +11,16 @@
@ be found in the AUTHORS file in the root of the source tree.
@
- .global vpx_convolve_avg_neon
- .type vpx_convolve_avg_neon, function
- .arm
- .eabi_attribute 24, 1 @Tag_ABI_align_needed
- .eabi_attribute 25, 1 @Tag_ABI_align_preserved
+ .global vpx_convolve_avg_neon
+ .type vpx_convolve_avg_neon, function
+ .arm
+ .eabi_attribute 24, 1 @Tag_ABI_align_needed
+ .eabi_attribute 25, 1 @Tag_ABI_align_preserved
-.text
-.p2align 2
+ .text
+ .p2align 2
-_vpx_convolve_avg_neon:
- vpx_convolve_avg_neon: @ PROC
+vpx_convolve_avg_neon: @ PROC
push {r4-r6, lr}
ldrd r4, r5, [sp, #36]
mov r6, r2
@@ -117,6 +116,6 @@ avg4:
subs r5, r5, #2
bgt avg4
pop {r4-r6, pc}
- .size vpx_convolve_avg_neon, .-vpx_convolve_avg_neon @ ENDP
+.size vpx_convolve_avg_neon, .-vpx_convolve_avg_neon @ ENDP
- .section .note.GNU-stack,"",%progbits
+ .section .note.GNU-stack,"",%progbits