Skip to content

Commit 84fec77

Browse files
committed
[lldb][docs] Clarify unit for SVE P register size
1 parent db14010 commit 84fec77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/docs/use/aarch64-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In LLDB you will be able to see the following new registers:
1717

1818
* `z0-z31` vector registers, each one has size equal to the vector length.
1919
* `p0-p15` predicate registers, each one containing 1 bit per byte in the vector
20-
length. Making each one vector length / 8 sized.
20+
length. So each one is `vector length in bits / 8` bits.
2121
* `ffr` the first fault register, same size as a predicate register.
2222
* `vg`, the vector length in "granules". Each granule is 8 bytes.
2323

0 commit comments

Comments
 (0)