mbox series

[v3,00/13] target/mips: Add emulation of data communication MMI instructions

Message ID 1551712405-2530-1-git-send-email-mateja.marjanovic@rt-rk.com (mailing list archive)
Headers show
Series target/mips: Add emulation of data communication MMI instructions | expand

Message

Mateja Marjanovic March 4, 2019, 3:13 p.m. UTC
From: Mateja Marjanovic <Mateja.Marjanovic@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(-)