]> git.proxmox.com Git - qemu.git/commit
target-mips: allow microMIPS SWP and SDP to have RD equal to BASE
authorEric Johnson <ericj@mips.com>
Sun, 18 Sep 2011 00:28:16 +0000 (17:28 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 27 Aug 2012 20:18:02 +0000 (22:18 +0200)
commit36c6711bbe79642b0102416a9dd4243505e874a6
tree876569a96c40c06be0c5cf2140608a49fbb7db9b
parent2e15497c5b8d0d172dece0cf56e2d2e977a6b679
target-mips: allow microMIPS SWP and SDP to have RD equal to BASE

The microMIPS SWP and SDP instructions do not modify GPRs.  So their
behavior is well defined when RD equals BASE.  The MIPS Architecture
Verification Programs (AVPs) check that they work as expected.  This
is required for AVPs to pass.

Signed-off-by: Eric Johnson <ericj@mips.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/translate.c