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

AArch64: Separate fmls vector subtraction into vector elements #6519

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sleigh-InSPECtor
Copy link
Contributor

As part of a research project testing the accuracy of the sleigh specifications compared to real hardware, we observed an unexpected behaviour in the fmls instruction for AARCH64. According to Section C7.2.126, the expected behaviour is to operate on several items stored within a single reigster. While the current behaviour instead treats the entire vector register as a single value.

e.g.:
53cfae0e "fmls v19.2S, v26.2S, v14.2S" with z19=0xbff34c546c04b2a7, z26=0xc37b69b4ba630f35, z14=0xbeb4b66dc01ec6fb

Hardware Reference: 0xc2b546ac6c04b2a7
Existing Spec: 0xc2b1797b3b0cd514
Patched Spec: 0xc2b546ac6c04b2a7

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

Successfully merging this pull request may close these issues.

None yet

3 participants