On Sat, Sep 17, 2011 at 05:28:16PM -0700, Eric Johnson wrote:
> 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 t
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
---
target-mips/translate.c |