Home
last modified time | relevance | path

Searched refs:Registers_arm (Results 1 – 6 of 6) sorted by relevance

/external/libunwind_llvm/src/
DRegisters.hpp2049 class _LIBUNWIND_HIDDEN Registers_arm { class
2051 Registers_arm();
2052 Registers_arm(const void *registers);
2151 inline Registers_arm::Registers_arm(const void *registers) in Registers_arm() function in libunwind::Registers_arm
2155 static_assert((check_fit<Registers_arm, unw_context_t>::does_fit), in Registers_arm()
2169 inline Registers_arm::Registers_arm() in Registers_arm() function in libunwind::Registers_arm
2184 inline bool Registers_arm::validRegister(int regNum) const { in validRegister()
2204 inline uint32_t Registers_arm::getRegister(int regNum) const { in getRegister()
2230 inline void Registers_arm::setRegister(int regNum, uint32_t value) { in setRegister()
2265 inline const char *Registers_arm::getRegisterName(int regNum) { in getRegisterName()
[all …]
DUnwind-seh.cpp458 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)) in _unw_init_seh()
459 UnwindCursor<LocalAddressSpace, Registers_arm>( in _unw_init_seh()
481 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->getDispatcherCo… in _unw_seh_get_disp_ctx()
494 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->setDispatcherContext(d… in _unw_seh_set_disp_ctx()
DUnwindRegistersRestore.S673 @ static void libunwind::Registers_arm::restoreVFPWithFLDMX(unw_fpreg_t* values)
687 @ static void libunwind::Registers_arm::restoreVFPv3(unw_fpreg_t* values)
703 @ static void libunwind::Registers_arm::restoreiWMMX(unw_fpreg_t* values)
732 @ static void libunwind::Registers_arm::restoreiWMMXControl(unw_uint32_t* values)
DUnwindRegistersSave.S801 @ static void libunwind::Registers_arm::saveVFPWithFSTMD(unw_fpreg_t* values)
815 @ static void libunwind::Registers_arm::saveVFPWithFSTMX(unw_fpreg_t* values)
829 @ static void libunwind::Registers_arm::saveVFPv3(unw_fpreg_t* values)
Dlibunwind.cpp54 # define REGISTER_KIND Registers_arm in unw_init_local()
DUnwindCursor.hpp1103 compact_unwind_encoding_t dwarfEncoding(Registers_arm &) const { in dwarfEncoding()