OSDN Git Service

ARM: use standard syntax for all LDRD/STRD instructions
authorMans Rullgard <mans@mansr.com>
Tue, 31 Jul 2012 22:58:58 +0000 (23:58 +0100)
committerMans Rullgard <mans@mansr.com>
Wed, 1 Aug 2012 09:32:24 +0000 (10:32 +0100)
commit998170913c759c45f913f9c20d7b18e6505f7cde
tree315ca1b9f375d9ba37b97db16bea64fd4c9343e6
parentb6a3849adb0381a437952a785d39e22cb3b00282
ARM: use standard syntax for all LDRD/STRD instructions

The standard syntax requires two destination registers for
LDRD/STRD instructions.  Some versions of the GNU assembler
allow using only one with the second implicit, others are
more strict.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/arm/h264cmc_neon.S
libavcodec/arm/h264dsp_neon.S
libavcodec/arm/mpegvideo_armv5te_s.S
libavcodec/arm/simple_idct_armv5te.S
libavcodec/arm/simple_idct_neon.S