We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db14010 commit 84fec77Copy full SHA for 84fec77
lldb/docs/use/aarch64-linux.md
@@ -17,7 +17,7 @@ In LLDB you will be able to see the following new registers:
17
18
* `z0-z31` vector registers, each one has size equal to the vector length.
19
* `p0-p15` predicate registers, each one containing 1 bit per byte in the vector
20
- length. Making each one vector length / 8 sized.
+ length. So each one is `vector length in bits / 8` bits.
21
* `ffr` the first fault register, same size as a predicate register.
22
* `vg`, the vector length in "granules". Each granule is 8 bytes.
23
0 commit comments