JIT arm32: assemble push and pop with single reg as gnu as#2276
JIT arm32: assemble push and pop with single reg as gnu as#2276bettio merged 1 commit intoatomvm:release-0.7from
Conversation
PR Review: JIT arm32 — assemble push and pop with single reg as GNU asCommit: SummarySingle-register Verdict✅ Correct. Encodings, register field placement ( Edge-Case Concern: singleton
|
This fixes test if gnu as is found and expectations are tested against its output Signed-off-by: Paul Guyot <pguyot@kallisys.net>
|
We don't push or pop sp but for completeness I implemented it. |
This fixes test if gnu as is found and expectations are tested against its output
These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).
SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later