disas: nanoMIPS: Fix order of more invocations
authorAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 24 Dec 2018 15:18:53 +0000 (16:18 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 3 Jan 2019 16:52:52 +0000 (17:52 +0100)
commit75199b402c2bc90e2b9c8d49b806f1cbb8d4c670
tree5bef82cfe0133612a4cfae35c8d5c140af07576b
parentd3605cc0d1d82203efb09e202ae43aa4ada3ea0b
disas: nanoMIPS: Fix order of more invocations

Fix order of extraction function invocations so that extraction
goes from MSB side to LSB side of the given instruction coding
content. This is desireable because of consistency and easier
visual spotting of errors.

After this patch, all such invocations should be in the desired
order.

Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
disas/nanomips.cpp