forked from OSchip/llvm-project
[AMDGPU][GFX9][DOC][NFC] Corrected description of registers available via getreg/setreg
This is to reflect changes introduced by https://reviews.llvm.org/D118860.
This commit is contained in:
parent
20085df22a
commit
95a52b376a
|
@ -52,6 +52,10 @@ Defined register *names* include:
|
|||
HW_REG_LDS_ALLOC Per-wave LDS allocation.
|
||||
HW_REG_IB_STS Counters of outstanding instructions.
|
||||
HW_REG_SH_MEM_BASES Memory aperture.
|
||||
HW_REG_TBA_LO tba_lo register.
|
||||
HW_REG_TBA_HI tba_hi register.
|
||||
HW_REG_TMA_LO tma_lo register.
|
||||
HW_REG_TMA_HI tma_hi register.
|
||||
=================== ==========================================
|
||||
|
||||
Examples:
|
||||
|
|
Loading…
Reference in New Issue