mbox series

[v2,0/6] target/mips: Add emulation of data communication MMI instructions

Message ID 1551183797-13570-1-git-send-email-mateja.marjanovic@rt-rk.com
Headers show
Series target/mips: Add emulation of data communication MMI instructions | expand

Message

Mateja Marjanovic Feb. 26, 2019, 12:23 p.m. UTC
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(-)