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

i#2626 AArch64: Add register FPMR. #7103

Merged
merged 2 commits into from
Dec 3, 2024
Merged

i#2626 AArch64: Add register FPMR. #7103

merged 2 commits into from
Dec 3, 2024

Conversation

egrimley-arm
Copy link
Contributor

FPMR is present only when FEAT_FPMR is implemented. It is then part of the user-mode execution state and controls the behaviour of instructions that operate on 8-bit floating-point values.

DR_REG_FPMR is added at the end of the DR_REG_ enum to improve ABI compatibility.

Change-Id: Ife0bc0239d029ca3f83fe7d6b5ecbbaceebfac5f

FPMR is present only when FEAT_FPMR is implemented. It is then
part of the user-mode execution state and controls the behaviour
of instructions that operate on 8-bit floating-point values.

DR_REG_FPMR is added at the end of the DR_REG_ enum to improve
ABI compatibility.

Change-Id: Ife0bc0239d029ca3f83fe7d6b5ecbbaceebfac5f
Copy link
Contributor

@derekbruening derekbruening left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably this is minor enough to not need a mention in the changelog.

core/ir/aarch64/codec.c Show resolved Hide resolved
Change-Id: I181794803045d2ef0535af40aa8200cd3e5169c0
@egrimley-arm egrimley-arm merged commit 817bc6e into master Dec 3, 2024
17 checks passed
@egrimley-arm egrimley-arm deleted the i2626-add-fpmr branch December 3, 2024 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants