Skip to content

Commit

Permalink
add definition for waitcnt counters
Browse files Browse the repository at this point in the history
  • Loading branch information
bbiiggppiigg committed Nov 15, 2022
1 parent 538c5d8 commit a88e1cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/h/dyn_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1708,6 +1708,10 @@ namespace Dyninst
DEF_REGISTER(xnack_mask_hi, Arch_amdgpu_gfx908| HWR | BITS_32 | 18, "amdgpu_gfx908");

DEF_REGISTER(src_lds_direct, Arch_amdgpu_gfx908| HWR | BITS_32 | 19 , "amdgpu_gfx908");
DEF_REGISTER(vmcnt, Arch_amdgpu_gfx908| HWR | BITS_32 | 20 , "amdgpu_gfx908");
DEF_REGISTER(expcnt, Arch_amdgpu_gfx908| HWR | BITS_32 | 21 , "amdgpu_gfx908");
DEF_REGISTER(lgkmcnt, Arch_amdgpu_gfx908| HWR | BITS_32 | 22 , "amdgpu_gfx908");



DEF_REGISTER(ttmp0, Arch_amdgpu_gfx908| TTMP_SGPR | BITS_32 | 0 , "amdgpu_gfx908");
Expand Down

0 comments on commit a88e1cb

Please sign in to comment.