From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: Stafford Horne <shorne@gmail.com>, peter.maydell@linaro.org
Subject: [Qemu-devel] [PULL v2 00/13] target/openrisc: Covert to decodetree.py
Date: Mon, 14 May 2018 15:27:01 -0700 [thread overview]
Message-ID: <20180514222714.7982-1-richard.henderson@linaro.org> (raw)
Rebased on master to resolve conflicts with Emilio Cota's
TranslatorOps patch set.
r~
The following changes since commit bbd87423ea0c436c55bbc3f9c23d4f811d1f3f29:
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2018-05-14 11:08:16 +0100)
are available in the Git repository at:
https://github.com/rth7680/qemu.git tags/tgt-openrisc-pull-request
for you to fetch changes up to c7b6f54bf8d6d0e847230998d09495c73eeac9aa:
target/openrisc: Merge disas_openrisc_insn (2018-05-14 14:58:08 -0700)
----------------------------------------------------------------
Convert openrisc to decodetree.py
----------------------------------------------------------------
Richard Henderson (13):
target-openrisc: Write back result before FPE exception
target/openrisc: Start conversion to decodetree.py
target/openrisc: Convert branch insns
target/openrisc: Convert memory insns
target/openrisc: Convert remainder of dec_misc insns
target/openrisc: Convert dec_calc
target/openrisc: Convert dec_mac
target/openrisc: Convert dec_logic
target/openrisc: Convert dec_M
target/openrisc: Convert dec_comp
target/openrisc: Convert dec_compi
target/openrisc: Convert dec_float
target/openrisc: Merge disas_openrisc_insn
target/openrisc/helper.h | 25 +-
target/openrisc/fpu_helper.c | 250 +----
target/openrisc/translate.c | 1800 +++++++++++++++------------------
target/openrisc/Makefile.objs | 9 +
target/openrisc/insns.decode | 189 ++++
5 files changed, 1086 insertions(+), 1187 deletions(-)
create mode 100644 target/openrisc/insns.decode
--
2.17.0
next reply other threads:[~2018-05-14 22:27 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-14 22:27 Richard Henderson [this message]
2018-05-14 22:27 ` [Qemu-devel] [PULL 01/13] target-openrisc: Write back result before FPE exception Richard Henderson
2018-05-14 22:27 ` [Qemu-devel] [PULL 02/13] target/openrisc: Start conversion to decodetree.py Richard Henderson
2018-05-14 22:27 ` [Qemu-devel] [PULL 03/13] target/openrisc: Convert branch insns Richard Henderson
2018-05-14 22:27 ` [Qemu-devel] [PULL 04/13] target/openrisc: Convert memory insns Richard Henderson
2018-05-14 22:27 ` [Qemu-devel] [PULL 05/13] target/openrisc: Convert remainder of dec_misc insns Richard Henderson
2018-05-14 22:27 ` [Qemu-devel] [PULL 06/13] target/openrisc: Convert dec_calc Richard Henderson
2018-05-14 22:27 ` [Qemu-devel] [PULL 07/13] target/openrisc: Convert dec_mac Richard Henderson
2018-05-14 22:27 ` [Qemu-devel] [PULL 08/13] target/openrisc: Convert dec_logic Richard Henderson
2018-05-14 22:27 ` [Qemu-devel] [PULL 09/13] target/openrisc: Convert dec_M Richard Henderson
2018-05-14 22:27 ` [Qemu-devel] [PULL 10/13] target/openrisc: Convert dec_comp Richard Henderson
2018-05-14 22:27 ` [Qemu-devel] [PULL 11/13] target/openrisc: Convert dec_compi Richard Henderson
2018-05-14 22:27 ` [Qemu-devel] [PULL 12/13] target/openrisc: Convert dec_float Richard Henderson
2018-05-14 22:27 ` [Qemu-devel] [PULL 13/13] target/openrisc: Merge disas_openrisc_insn Richard Henderson
2018-05-15 11:00 ` [Qemu-devel] [PULL v2 00/13] target/openrisc: Covert to decodetree.py Peter Maydell
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=20180514222714.7982-1-richard.henderson@linaro.org \
--to=richard.henderson@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=shorne@gmail.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).