All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Add Loongson 2F disassembler
@ 2020-07-02 19:42 Stefan Brankovic
  2020-07-02 19:42 ` [PATCH 1/1] disas: mips: " Stefan Brankovic
  2020-07-02 20:48 ` [PATCH 0/1] " no-reply
  0 siblings, 2 replies; 7+ messages in thread
From: Stefan Brankovic @ 2020-07-02 19:42 UTC (permalink / raw)
  To: qemu-devel
  Cc: chenhc, aleksandar.qemu.devel, stefan.brankovic, aleksandar.rikalo

This patch adds disassembler for Loongson 2F instruction set.

Stefan Brankovic (1):
  disas: mips: Add Loongson 2F disassembler

 MAINTAINERS             |    1 +
 configure               |    1 +
 disas/Makefile.objs     |    1 +
 disas/loongson2f.cpp    | 8134 +++++++++++++++++++++++++++++++++++++++
 disas/loongson2f.h      | 2542 ++++++++++++
 include/disas/dis-asm.h |    1 +
 include/exec/poison.h   |    1 +
 target/mips/cpu.c       |    4 +
 8 files changed, 10685 insertions(+)
 create mode 100644 disas/loongson2f.cpp
 create mode 100644 disas/loongson2f.h

-- 
2.17.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-07-03 10:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-02 19:42 [PATCH 0/1] Add Loongson 2F disassembler Stefan Brankovic
2020-07-02 19:42 ` [PATCH 1/1] disas: mips: " Stefan Brankovic
2020-07-03  7:59   ` Thomas Huth
2020-07-03  9:49     ` Stefan Brankovic
2020-07-03 10:09       ` Thomas Huth
2020-07-03 10:41         ` Stefan Brankovic
2020-07-02 20:48 ` [PATCH 0/1] " no-reply

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.