diff options
author | David Spickett <david.spickett@linaro.org> | 2023-11-09 09:32:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-09 09:32:24 +0000 |
commit | e3d750cc40e4cea281924142859dd4b9a6465f99 (patch) | |
tree | ba16b5ed2b28ca2d0f29b516338356bcd7f55d07 /clang/lib/Sema/SemaModule.cpp | |
parent | 74a76a288562c486f377121855ef7db0386e0e43 (diff) | |
download | llvm-e3d750cc40e4cea281924142859dd4b9a6465f99.zip llvm-e3d750cc40e4cea281924142859dd4b9a6465f99.tar.gz llvm-e3d750cc40e4cea281924142859dd4b9a6465f99.tar.bz2 |
[lldb][AArch64][Linux] Add fields for FPCR register (#71694)
Follows the format laid out in the Arm manual, AArch32 only fields are
ignored.
```
(lldb) register read fpcr
fpcr = 0x00000000
= (AHP = 0, DN = 0, FZ = 0, RMMode = 0, FZ16 = 0, IDE = 0, IXE = 0, UFE = 0, OFE = 0, DZE = 0, IOE = 0)
```
Tests use the first 4 fields that we know are always present.
Converted all the HCWAP defines to `UL` because I'm bound to
forget one if I don't do it now.
Diffstat (limited to 'clang/lib/Sema/SemaModule.cpp')
0 files changed, 0 insertions, 0 deletions