projects
/
platform
/
upstream
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b9a7b3
)
arm: Explicitly write both target registers for ldrd
author
Martin Storsjo
<martin@martin.st>
Wed, 15 May 2013 12:04:11 +0000
(15:04 +0300)
committer
Martin Storsjo
<martin@martin.st>
Tue, 21 May 2013 22:50:58 +0000
(
01:50
+0300)
The microsoft assembler can't handle the second register being
implicit.
Change-Id: Ia831953a78a25fd6b2082474f05fdb78d96cdf78
vp8/common/arm/armv6/filter_v6.asm
patch
|
blob
|
history
diff --git
a/vp8/common/arm/armv6/filter_v6.asm
b/vp8/common/arm/armv6/filter_v6.asm
index
1ba91dd
..
eb4b75b
100644
(file)
--- a/
vp8/common/arm/armv6/filter_v6.asm
+++ b/
vp8/common/arm/armv6/filter_v6.asm
@@
-394,7
+394,7
@@
mov r4, #0x40 ; rounding factor (for smlad{x})
|height_loop_2nd_4|
- ldrd r8,
[r0, #-4]
; load the data
+ ldrd r8,
r9, [r0, #-4]
; load the data
orr r7, r7, r3, lsr #1 ; loop counter
|width_loop_2nd_4|