qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Brankovic <stefanbrankovic96@gmail.com>
To: qemu-devel@nongnu.org
Cc: chenhc@lemote.com, aleksandar.qemu.devel@gmail.com,
	stefan.brankovic@syrmia.com, aleksandar.rikalo@syrmia.com
Subject: [PATCH 0/1] Add Loongson 2F disassembler
Date: Thu,  2 Jul 2020 21:42:29 +0200	[thread overview]
Message-ID: <20200702194230.10769-1-stefan.brankovic@syrmia.com> (raw)

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



             reply	other threads:[~2020-07-02 20:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-02 19:42 Stefan Brankovic [this message]
2020-07-02 19:42 ` [PATCH 1/1] disas: mips: Add Loongson 2F disassembler 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200702194230.10769-1-stefan.brankovic@syrmia.com \
    --to=stefanbrankovic96@gmail.com \
    --cc=aleksandar.qemu.devel@gmail.com \
    --cc=aleksandar.rikalo@syrmia.com \
    --cc=chenhc@lemote.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefan.brankovic@syrmia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).