target/m68k: add cpush/cinv
commitf58ed1c50add3e76331afdc92387c0da9dd9e443
authorLaurent Vivier <laurent@vivier.eu>
Thu, 4 Jan 2018 01:29:06 +0000 (4 02:29 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 4 Jan 2018 16:24:35 +0000 (4 17:24 +0100)
tree886d514d1f3c4ad5af433929f4ec4a104db6725b
parent6ad257641d60f8c4a47972af9027b1c9bb5af787
target/m68k: add cpush/cinv

Add cache lines invalidate and cache lines push
as no-op operations, as we don't have cache.

These instructions are 68040 only.

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