Searched refs:UNW_OR1K_R0 (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/libunwind/src/
H A DRegisters.hpp2670 if (regNum >= UNW_OR1K_R0 && regNum <= UNW_OR1K_R31)
2671 return _registers.__r[regNum - UNW_OR1K_R0];
2685 if (regNum >= UNW_OR1K_R0 && regNum <= UNW_OR1K_R31) {
2686 _registers.__r[regNum - UNW_OR1K_R0] = value;
2731 case UNW_OR1K_R0:
/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h778 UNW_OR1K_R0 = 0, enumerator in enum:__anon281

Completed in 146 milliseconds