]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: MXU: Add missing opcodes/decoding for LX* instructions
authorAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 27 Dec 2018 16:17:35 +0000 (17:17 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 3 Jan 2019 16:52:52 +0000 (17:52 +0100)
commitc233bf07af7cf2358b69c38150dbd2e3e4a399b6
tree16ded0138731da8eeb8862c376668bd9abb467a0
parentc5b00c1684f3317e887c7401b58dde54c2b05354
target/mips: MXU: Add missing opcodes/decoding for LX* instructions

Add missing opcodes and decoding engine for LXB, LXH, LXW, LXBU,
and LXHU instructions. They were for some reason forgotten in
previous commits. The MXU opcode list and decoding engine should
be now complete.

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