qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
To: Programmingkid <programmingkidx@gmail.com>,
	qemu-devel qemu-devel <qemu-devel@nongnu.org>
Cc: "list@suse.de:PowerPC list:PowerPC" <qemu-ppc@nongnu.org>
Subject: Re: [Qemu-devel] gen_helper_compute_fprf() definition
Date: Wed, 5 Oct 2016 17:50:09 +0200	[thread overview]
Message-ID: <60d43bba-a4f3-3875-4736-34519afdfca0@mail.uni-paderborn.de> (raw)
In-Reply-To: <5633551F-5246-43D5-8685-9787D82F9FE3@gmail.com>

On 10/05/2016 05:33 PM, Programmingkid wrote:
> Where is the definition for gen_helper_compute_fprf()? This function is used in fp-impl.inc.c. 
> 
Depends on what you're looking for.

The function to be called from binary translated code, would be called
"helper_compute_fprf" and can be found in "target-ppc/fpu_helper.c".

The generator function on the other hand is generated using the
preprocessor. The makros that are used to generate the "gen_helper_"
functions can be found in "include/exec/helper-gen.h" and the definition
for "gen_helper_compute_fprf" using the above makro is in
"target-ppc/helper.h".

Cheers,
    Bastian

      reply	other threads:[~2016-10-05 15:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-05 15:33 [Qemu-devel] gen_helper_compute_fprf() definition Programmingkid
2016-10-05 15:50 ` Bastian Koppelmann [this message]

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=60d43bba-a4f3-3875-4736-34519afdfca0@mail.uni-paderborn.de \
    --to=kbastian@mail.uni-paderborn.de \
    --cc=programmingkidx@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@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).