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

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp2591 if (regNum >= UNW_OR1K_R0 && regNum <= UNW_OR1K_R31)
2592 return _registers.__r[regNum - UNW_OR1K_R0];
2606 if (regNum >= UNW_OR1K_R0 && regNum <= UNW_OR1K_R31) {
2607 _registers.__r[regNum - UNW_OR1K_R0] = value;
2652 case UNW_OR1K_R0:
/freebsd-12-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h694 UNW_OR1K_R0 = 0, enumerator in enum:__anon3730

Completed in 230 milliseconds