From: Richard Henderson <rth@twiddle.net>
To: John Rigby <john.rigby@linaro.org>
Cc: Peter Maydell <peter.maydell@linaro.org>,
qemu-devel <qemu-devel@nongnu.org>,
Alexander Graf <agraf@suse.de>
Subject: Re: [Qemu-devel] [PATCH v2 02/12] ARM: Prepare translation for AArch64 code
Date: Wed, 01 May 2013 10:32:19 +0100 [thread overview]
Message-ID: <5180E123.9080306@twiddle.net> (raw)
In-Reply-To: <1367303797-9561-1-git-send-email-john.rigby@linaro.org>
On 2013-04-30 07:36, John Rigby wrote:
> uint32_t regs[16];
> +
> + /* Regs for A64 mode. */
> + uint64_t xregs[31];
> + uint64_t pc;
> + uint64_t sp;
> + uint32_t pstate;
> + uint32_t aarch64_state; /* 1 if CPU is in aarch64 state */
> +
How do these registers overlap (or not) in real hardware?
Is it possible to union these with the 32-bit state?
r~
next prev parent reply other threads:[~2013-05-01 9:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-30 6:36 [Qemu-devel] [PATCH v2 02/12] ARM: Prepare translation for AArch64 code John Rigby
2013-04-30 9:36 ` Alexander Graf
2013-04-30 12:36 ` Peter Maydell
2013-05-02 21:25 ` John Rigby
2013-05-01 9:32 ` Richard Henderson [this message]
2013-05-01 10:19 ` Laurent Desnogues
2013-05-01 10:33 ` Peter Maydell
2013-05-02 21:22 ` John Rigby
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=5180E123.9080306@twiddle.net \
--to=rth@twiddle.net \
--cc=agraf@suse.de \
--cc=john.rigby@linaro.org \
--cc=peter.maydell@linaro.org \
--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 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.