Re: [Qemu-devel] [PATCH v7 05/20] target/mips: Add MXU decoding engine

2018-10-26 Thread Stefan Markovic
On 24.10.18. 14:18, Aleksandar Markovic wrote: > From: Aleksandar Markovic > > 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. > >

[Qemu-devel] [PATCH v7 05/20] target/mips: Add MXU decoding engine

2018-10-24 Thread Aleksandar Markovic
From: Aleksandar Markovic 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. Signed-off-by: Aleksandar Markovic --- target/mips/translate