target/m68k: add move16
commit9d4f0429f3dc1dc6c67de3eaa3106e6c1cfa1524
authorLaurent Vivier <laurent@vivier.eu>
Thu, 4 Jan 2018 01:29:04 +0000 (4 02:29 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 4 Jan 2018 16:24:34 +0000 (4 17:24 +0100)
tree90434aae22ec73b9d7d1ef8500d40ea415fce5b2
parent8bf6cbaf396a8b54b138bb8a7c3377f2868ed16e
target/m68k: add move16

move16 moves the source line to the destination line. Lines are aligned
to 16-byte boundaries and are 16 bytes long.

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20180104012913.30763-9-laurent@vivier.eu>
target/m68k/cpu.c
target/m68k/cpu.h
target/m68k/translate.c