From: Ryan W Smith <ryanwsmith@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] gen_op* function definitions
Date: Fri, 4 Jan 2008 14:42:18 -0600 [thread overview]
Message-ID: <C0572BC1-B7DB-4A3D-AD7F-0D9889ABDD60@gmail.com> (raw)
I'm trying to figure out how the translation blocks are generated and
I'm having a bit of difficulty. I'm trying to find and modify a
particular instruction rep ins*, which I've found and it looks like
it's being broken down into simpler instructions in the translation
process. I've followed it all the way down to the most basic
instructions, the first of which is gen_op_movl_A0_reg[EDI](), which
translates to gen_op_movl_A0_EDI(). This is where I'm stuck, I can't
find the definition for this function, or any of the gen_op*
instructions for that matter anywhere in the qemu source. I must be
missing something, can someone point me in the right direction to
find the definitions for the gen_op* functions.
Thanks,
Ryan
next reply other threads:[~2008-01-04 20:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-04 20:42 Ryan W Smith [this message]
2008-01-04 20:55 ` [Qemu-devel] gen_op* function definitions Blue Swirl
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=C0572BC1-B7DB-4A3D-AD7F-0D9889ABDD60@gmail.com \
--to=ryanwsmith@gmail.com \
--cc=qemu-devel@nongnu.org \
/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).