]> git.proxmox.com Git - mirror_qemu.git/commit
m68k: implement move to/from usp register instruction
authorGreg Ungerer <gerg@uclinux.org>
Fri, 19 Jun 2015 13:43:25 +0000 (23:43 +1000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 22 Jun 2015 13:43:25 +0000 (14:43 +0100)
commit2a8327e8a8288e301a2f01bc3ca2d465a3a4ca78
tree8346d2dfa2e4654286cebcb9559a2b3ff5a7b945
parent8c52f0cbba76310ad626e54996dbce08c7a8a820
m68k: implement move to/from usp register instruction

Fill out the code support for the move to/from usp instructions. They are
being decoded, but there is no code to support there actions. So add it.

Current versions of Linux running on the ColdFire 5208 use these instructions.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Tested-by: Laurent Vivier <laurent@vivier.eu>
Message-id: 1434721406-25288-3-git-send-email-gerg@uclinux.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-m68k/translate.c