target/mips: Add MXU decoding engine
commit03f400883a1dd92fac5b0d9127b38e34c9a722d7
authorAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 18 Oct 2018 15:54:48 +0000 (18 17:54 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 29 Oct 2018 13:13:47 +0000 (29 14:13 +0100)
tree804d7374d92917655d2ce031cd2c8ff5f5e6ab71
parent0a348b9a4e115deb28856e650b8fe5277e291c23
target/mips: Add MXU decoding engine

Add MXU decoding engine: add handlers for all instruction pools,
and main decode handler. The handlers, for now, for the purpose
of this patch, contain only sceleton in the form of a single
switch statement.

Reviewed-by: Stefan Markovic <smarkovic@wavecomp.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
target/mips/translate.c