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

/openbsd-current/gnu/llvm/libunwind/src/
H A DRegisters.hpp3491 if ((UNW_SPARC_G0 <= regNum) && (regNum <= UNW_SPARC_I7)) {
3505 if ((UNW_SPARC_G0 <= regNum) && (regNum <= UNW_SPARC_I7)) {
3545 case UNW_SPARC_G0:
3677 if (regNum >= UNW_SPARC_G0 && regNum <= UNW_SPARC_I7)
3690 if (regNum >= UNW_SPARC_G0 && regNum <= UNW_SPARC_I7) {
3730 case UNW_SPARC_G0:
/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h885 UNW_SPARC_G0 = 0, enumerator in enum:__anon283

Completed in 106 milliseconds