Home
last modified time | relevance | path

Searched refs:Registers_hexagon (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libunwind/src/
HDRegisters.hpp3827 class _LIBUNWIND_HIDDEN Registers_hexagon { class
3829 Registers_hexagon();
3830 Registers_hexagon(const void *registers);
3861 inline Registers_hexagon::Registers_hexagon(const void *registers) { in Registers_hexagon() function in libunwind::Registers_hexagon
3862 static_assert((check_fit<Registers_hexagon, unw_context_t>::does_fit), in Registers_hexagon()
3868 inline Registers_hexagon::Registers_hexagon() { in Registers_hexagon() function in libunwind::Registers_hexagon
3872 inline bool Registers_hexagon::validRegister(int regNum) const { in validRegister()
3878 inline uint32_t Registers_hexagon::getRegister(int regNum) const { in getRegister()
3891 inline void Registers_hexagon::setRegister(int regNum, uint32_t value) { in setRegister()
3908 inline bool Registers_hexagon::validFloatRegister(int /* regNum */) const { in validFloatRegister()
[all …]
HDlibunwind.cpp63 # define REGISTER_KIND Registers_hexagon in __unw_init_local()
HDUnwindCursor.hpp1239 compact_unwind_encoding_t dwarfEncoding(Registers_hexagon &) const { in dwarfEncoding()