You will sometimes see register contents displayed as -
arararar/hhhhhhhh or
arararar/hhhhhhhh_hhhhhhhh or
hhhhhhhh_hhhhhhhh
Arararar is the "access register" contents. When your program is in "access register" mode, a non-zero "access register" value permits your program to use the contents of a "data space" or "hiper space." Each general purpose register has a corresponding "access register" it can use. Programs that do not use "access register" addressing have been known to use the "access registers" as a sort of save area, but this isn't necessarily safe, as an "access register" value of 0 uses the "home" address space rather than a "data space" or "hiper space" when it is in "access register" mode. Very few user programs use data spaces or hiper spaces, or use access registers improperly.
A register displayed as hhhhhhhh_hhhhhhhh is showing all 64 bits of the register. The traditional 32-bit register instructions just use bits 32 to 63 of the register.