commit | 6d615c78fb92fbd80e52ba7acb2d4c4d503006c3 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Nov 12 15:35:35 2008 +0000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Nov 12 10:41:17 2008 -0800 |
tree | 8ea928819e0e5efe9b112ce97f1e41ba0fa8e6a2 | |
parent | ddb6d05cbaea76eddbee52585152ab801a8aedc7 [diff] |
MN10300: Handle misaligned postinc-with-imm addressing mode correctly Correctly handle misalignment in MOV instructions with postinc-with-immediate addressing mode operands. In these, the immediate value is the increment to be applied the address register, not the displacement to the address. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>