Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp2673 if (regNum <= UNW_OR1K_R31) in getRegister()
2681 if (regNum >= UNW_OR1K_R0 && regNum <= UNW_OR1K_R31) in getRegister()
2696 if (regNum >= UNW_OR1K_R0 && regNum <= UNW_OR1K_R31) { in setRegister()
2804 case UNW_OR1K_R31: in getRegisterName()
/freebsd-src/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h809 UNW_OR1K_R31 = 31, enumerator