Searched refs:UNW_AARCH64_X0 (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp658 for (int i = UNW_AARCH64_X0; i <= UNW_ARM64_X30; ++i)
659 _msContext.X[i - UNW_AARCH64_X0] = r.getRegister(i);
690 if (regNum >= UNW_AARCH64_X0 && regNum <= UNW_ARM64_X30) return true;
739 default: return _msContext.X[regNum - UNW_AARCH64_X0];
789 case UNW_AARCH64_X0:
2707 _registers.setRegister(UNW_AARCH64_X0 + i, value);
H A DUnwind-seh.cpp172 __unw_get_reg(&cursor, UNW_AARCH64_X0, &retval);
H A DRegisters.hpp1931 case UNW_AARCH64_X0:
/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h499 UNW_AARCH64_X0 = 0, enumerator in enum:__anon279
574 UNW_ARM64_X0 = UNW_AARCH64_X0,

Completed in 107 milliseconds