[Qemu-devel] [PATCH v3 00/13] target/mips: Add emulation of data communication MMI instructions

Mateja Marjanovic posted 13 patches 6 years, 8 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu failed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1551712405-2530-1-git-send-email-mateja.marjanovic@rt-rk.com
Maintainers: Aleksandar Rikalo <arikalo@wavecomp.com>, Aurelien Jarno <aurelien@aurel32.net>, Aleksandar Markovic <amarkovic@wavecomp.com>
target/mips/translate.c | 909 +++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 896 insertions(+), 13 deletions(-)
[Qemu-devel] [PATCH v3 00/13] target/mips: Add emulation of data communication MMI instructions
Posted by Mateja Marjanovic 6 years, 8 months ago
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(-)

-- 
2.7.4