From: Mateja Marjanovic <Mateja.Marjanovic@rt-rk.com>
This series adds emulation of PCPYH, PCPYLD, and PCPYUD MMI
instructions.
v2:
- The patch for PCPYH is split into two patches
- Cleaned up handler for PCPYH
- Fixed bugs and cleaned up in handler for PCPYLD
- Fixed bugs and cleaned up in handler for PCPYUD
- Added handler for MMI instruction PEXCH
- Added handler for MMI instruction PEXCW
Mateja Marjanovic (6):
target/mips: Preparing for adding MMI instructions
target/mips: Add emulation of MMI instruction PCPYH
target/mips: Add emulation of MMI instruction PCPYLD
target/mips: Add emulation of MMI instruction PCPYUD
target/mips: Add emulation of MMI instruction PEXCH
target/mips: Add emulation of MMI instruction PEXCW
target/mips/translate.c | 365 +++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 358 insertions(+), 7 deletions(-)
--
2.7.4