From: Mateja Marjanovic <mateja.marjano...@rt-rk.com>

This series adds emulation of PCPYH, PCPYLD, and PCPYUD MMI
instructions.

v3:
  - Added MMI instructions PEXEH, PEXEW, PEXTLB, PEXTLH, PEXTLW,
  PEXTUB, PEXTUH, and PEXTUW
  - Minor bugs fixed from previous patches

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 (13):
  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: Add emulation of MMI instruction PEXEH
  target/mips: Add emulation of MMI instruction PEXEW
  target/mips: Add emulation of MMI instruction PEXTLB
  target/mips: Add emulation of MMI instruction PEXTLH
  target/mips: Add emulation of MMI instruction PEXTLW
  target/mips: Add emulation of MMI instruction PEXTUB
  target/mips: Add emulation of MMI instruction PEXTUH
  target/mips: Add emulation of MMI instruction PEXTUW

 target/mips/translate.c | 909 +++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 896 insertions(+), 13 deletions(-)

-- 
2.7.4


Reply via email to