Skip to content

Commit b690c11

Browse files
committed
[AMDGPU] Correct DWARF register defintions
- Rename AMDGPU SCC DWARF register to STATUS since the scalar condition code is a bit within the STATUS register. - Correct bit size of the VCC_64 register to 64 which is the size in wave64 mode. Differential Revision: https://reviews.llvm.org/D86259
1 parent a6eb70c commit b690c11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/AMDGPUUsage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ mapping.
12371237
Registers.
12381238
96-127 *Reserved* *Reserved for frequently accessed
12391239
registers using DWARF 1-byte ULEB.*
1240-
128 SCC 32 Scalar Condition Code Register.
1240+
128 STATUS 32 Status Register.
12411241
129-511 *Reserved* *Reserved for future Scalar
12421242
Architectural Registers.*
12431243
512 VCC_32 32 Vector Condition Code Register
@@ -1246,7 +1246,7 @@ mapping.
12461246
513-1023 *Reserved* *Reserved for future Vector
12471247
Architectural Registers when
12481248
executing in wavefront 32 mode.*
1249-
768 VCC_64 32 Vector Condition Code Register
1249+
768 VCC_64 64 Vector Condition Code Register
12501250
when executing in wavefront 64
12511251
mode.
12521252
769-1023 *Reserved* *Reserved for future Vector

0 commit comments

Comments
 (0)