From: Leif Lindholm <leif.lindholm@linaro.org>
To: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: "edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Subject: Re: [PATCH] EmbeddedPkg/GdbDebugAgent ARM: use modern dialect for ldm/stm instructions
Date: Wed, 12 Dec 2018 14:58:47 +0000 [thread overview]
Message-ID: <20181212145847.mvweonkc4oxjoy4q@bivouac.eciton.net> (raw)
In-Reply-To: <CAKv+Gu_sAZ8Durw4j4TozrsQmQ4JL3WnaV93tv7dJ7FBRhS8bQ@mail.gmail.com>
On Wed, Dec 12, 2018 at 03:49:07PM +0100, Ard Biesheuvel wrote:
> On Wed, 12 Dec 2018 at 15:41, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> >
> > On Wed, Dec 12, 2018 at 01:45:17PM +0100, Ard Biesheuvel wrote:
> > > > > > > @@ -198,9 +199,9 @@ ASM_PFX(AsmCommonExceptionEntry):
> > > > > > > and R3, R1, #0x1f @ Check CPSR to see if User or System Mode
> > > > > > > cmp R3, #0x1f @ if ((CPSR == 0x10) || (CPSR == 0x1df))
> > > > > > > cmpne R3, #0x10 @
> > > > > > > - stmeqed R2, {lr}^ @ save unbanked lr
> > > > > > > + stmdaeq R2, {lr}^ @ save unbanked lr
> > > >
> > > > Then again, looking closer at these instructions, they're not really
> > > > doing stack operations. Just (ab)using the instruction to get at the
> > > > banked User mode LR from a different mode. So
> > > > a) The symmetry thing doesn't really apply, so the ED is actively
> > > > misleading here.
> > > > b) This could trivially be changed to use FD anyway, just setting R2's
> > > > offset from PC to #0x34 :)
> > > >
> > >
> > > Actually, since there is no writeback, what is the point of the
> > > decrement-after? Can't we just drop it?
> >
> > Possibly picked specifically to _not_ be mistaken for a stack
> > operation. In this scenario The DA just means don't add 4 to R2 before
> > using it as address.
> >
>
> Indeed. But in the load counterpart below, it means increment-before,
> so it will restore lr from the wrong address.
I do believe you are correct :)
Let's nuke this one.
/
Leif
prev parent reply other threads:[~2018-12-12 14:58 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-12 9:12 [PATCH] EmbeddedPkg/GdbDebugAgent ARM: use modern dialect for ldm/stm instructions Ard Biesheuvel
2018-12-12 11:30 ` Leif Lindholm
2018-12-12 11:33 ` Ard Biesheuvel
2018-12-12 12:31 ` Leif Lindholm
2018-12-12 12:45 ` Ard Biesheuvel
2018-12-12 14:41 ` Leif Lindholm
2018-12-12 14:49 ` Ard Biesheuvel
2018-12-12 14:58 ` Leif Lindholm [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-list 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=20181212145847.mvweonkc4oxjoy4q@bivouac.eciton.net \
--to=devel@edk2.groups.io \
/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