commit | bc2eca9a682881f9da3cc7e2d75b752e549a134d | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Fri Nov 09 04:26:39 2018 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Mon Nov 12 10:51:54 2018 +0000 |
tree | 16fcd1563623fd65ccc04358db0588fcba21cb8b | |
parent | 82c08c3e7f171aa7f579b231d0abbc1d62e91974 [diff] |
ARM: 8811/1: always list both ldrd/strd registers explicitly The ldrd and strd instructions work on a pair of consecutive registers. It is possible to specify either the first register in the pair, or both registers explicitly. Let's always do the later to make things clearer. Signed-off-by: Nicolas Pitre <nico@linaro.org> Suggested-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>