unicorn/qemu/target
Pavel Dovgalyuk 01150e151e
m68k: implement movep instruction
This patch implements movep instruction. It moves data between a data register
and alternate bytes within the address space starting at the location
specified and incrementing by two.

It was designed for the original 68000 and used in firmwares for
interfacing the 8-bit peripherals through the 16-bit data bus.
Without this patch opcode for this instruction is recognized as some bitop.

Backports commit 1226e212292e271b8795265c9639d5c0553df199 from qemu
2018-03-07 11:51:32 -05:00
..
arm target/arm/translate.c: Fix missing 'break' for TT insns 2018-03-07 11:45:39 -05:00
i386
m68k m68k: implement movep instruction 2018-03-07 11:51:32 -05:00
mips
sparc