Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMLAL Instruction Produces Incorrect Result: Expected r2=r3=0, Actual r2=0, r3=4 #18

Open
fkuzume opened this issue May 5, 2024 · 0 comments

Comments

@fkuzume
Copy link

fkuzume commented May 5, 2024

An issue has been detected where the smlal instruction does not produce the expected result.

mov     r0, #4
mov     r1, #-8
mov     r2, #32
mov     r3, #0
smlal   r2, r3, r0, r1

The expected result of this is r2=r3=0, but instead, r2=0 and r3=4, which is an incorrect result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant