qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/6] target/mips: Add emulation of data communica


From: Mateja Marjanovic
Subject: [Qemu-devel] [PATCH v2 0/6] target/mips: Add emulation of data communication MMI instructions
Date: Tue, 26 Feb 2019 13:23:11 +0100

From: Mateja Marjanovic <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]