]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: MXU: Add generic naming for optn2 constants
authorAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 27 Dec 2018 16:20:38 +0000 (17:20 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 3 Jan 2019 16:52:52 +0000 (17:52 +0100)
commit16fef5b2214ad8491fe1ec6fdf7937dbec1daf41
tree6b8527bf772bac9cd8a67cb5cb00f8ff7895764e
parentc233bf07af7cf2358b69c38150dbd2e3e4a399b6
target/mips: MXU: Add generic naming for optn2 constants

Add generic naming involving generig suffixes OPTN0, OPTN1, OPTN2,
OPTN3 for four optn2 constants. Existing suffixes WW, LW, HW, XW
are not quite appropriate for some instructions using optn2.

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