Skip to content

Commit 5f105fe

Browse files
authored
[AMDGPU] Update documentation about DWARF registers mapping. NFC (#159447)
1 parent 221f8ee commit 5f105fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/docs/AMDGPUUsage.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2964,12 +2964,9 @@ mapping.
29642964
1088-1129 SGPR64-SGPR105 32 Scalar General Purpose Registers.
29652965
1130-1535 *Reserved* *Reserved for future Scalar
29662966
General Purpose Registers.*
2967-
1536-1791 VGPR0-VGPR255 32*32 Vector General Purpose Registers
2967+
1536-2047 VGPR0-VGPR511 32*32 Vector General Purpose Registers
29682968
when executing in wavefront 32
29692969
mode.
2970-
1792-2047 *Reserved* *Reserved for future Vector
2971-
General Purpose Registers when
2972-
executing in wavefront 32 mode.*
29732970
2048-2303 AGPR0-AGPR255 32*32 Vector Accumulation Registers
29742971
when executing in wavefront 32
29752972
mode.
@@ -2988,6 +2985,9 @@ mapping.
29882985
3328-3583 *Reserved* *Reserved for future Vector
29892986
Accumulation Registers when
29902987
executing in wavefront 64 mode.*
2988+
3584-4095 VGPR512-VGPR1023 32*32 Second Block of Vector General
2989+
Purpose Registers When executing
2990+
in wavefront 32 mode
29912991
============== ================= ======== ==================================
29922992

29932993
The vector registers are represented as the full size for the wavefront. They

0 commit comments

Comments
 (0)