Re: [U-Boot] [PATCH 07/12] arm: spear: Use PUSH/POP mnemonics when relevant

2019-07-11 Thread Tom Rini
On Tue, May 07, 2019 at 02:18:49PM +0200, Miquel Raynal wrote: > Quoting ARM "RealView Compilation Tools Assembler Guide v4.0": > > PUSH and POP are synonyms for STMDB and LDM (or LDMIA), with > the base register sp (r13), and the adjusted address written > back to the

Re: [U-Boot] [PATCH 07/12] arm: spear: Use PUSH/POP mnemonics when relevant

2019-05-07 Thread Stefan Roese
On 07.05.19 14:18, Miquel Raynal wrote: Quoting ARM "RealView Compilation Tools Assembler Guide v4.0": PUSH and POP are synonyms for STMDB and LDM (or LDMIA), with the base register sp (r13), and the adjusted address written back to the base register. PUSH and

[U-Boot] [PATCH 07/12] arm: spear: Use PUSH/POP mnemonics when relevant

2019-05-07 Thread Miquel Raynal
Quoting ARM "RealView Compilation Tools Assembler Guide v4.0": PUSH and POP are synonyms for STMDB and LDM (or LDMIA), with the base register sp (r13), and the adjusted address written back to the base register. PUSH and POP are the preferred mnemonic in these