Home
last modified time | relevance | path

Searched refs:REGNO_SPARC64_PC (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/lib/libunwind/
H A DRegisters.hpp747 REGNO_SPARC64_PC = 32, enumerator
753 LAST_REGISTER = REGNO_SPARC64_PC,
754 LAST_RESTORE_REG = REGNO_SPARC64_PC,
766 return REGNO_SPARC64_PC; in dwarf2regno()
771 return num >= 0 && num <= REGNO_SPARC64_PC; in validRegister()
784 uint64_t getIP() const { return reg[REGNO_SPARC64_PC]; } in getIP()
786 void setIP(uint64_t value) { reg[REGNO_SPARC64_PC] = value; } in setIP()
799 uint64_t reg[REGNO_SPARC64_PC + 1];