[all-commits] [llvm/llvm-project] 0e2461: [lldb][AArch64] Add register fields for the fpmr r...
David Spickett via All-commits
all-commits at lists.llvm.org
Thu Sep 26 03:44:22 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e24611f5703d56a93fc2f7e46c73fabf2e3a8fe
https://github.com/llvm/llvm-project/commit/0e24611f5703d56a93fc2f7e46c73fabf2e3a8fe
Author: David Spickett <david.spickett at linaro.org>
Date: 2024-09-26 (Thu, 26 Sep 2024)
Changed paths:
M lldb/source/Plugins/Process/Utility/RegisterFlagsDetector_arm64.cpp
M lldb/source/Plugins/Process/Utility/RegisterFlagsDetector_arm64.h
M lldb/test/API/linux/aarch64/fpmr/TestAArch64LinuxFPMR.py
Log Message:
-----------
[lldb][AArch64] Add register fields for the fpmr register (#109934)
The FP8 formats have a "_" in the name so that they are:
1. Easier to read.
2. Possible to use in register expressions if/when they are supported.
Some other bits do have defined meanings but they are not simple to
name. Better that folks read the manual for those.
See this page for the full details:
https://developer.arm.com/documentation/ddi0601/2024-06/AArch64-Registers/FPMR--Floating-point-Mode-Register
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list