Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp203 uint32_t RegisterRange(uint8_t start, uint8_t count_minus_one) { in RegisterRange() function
340 RegisterRange(static_cast<uint8_t>(v >> 4), in _Unwind_VRS_Interpret()
351 RegisterRange(8, byte & 0x07), _UVRSD_VFPX); in _Unwind_VRS_Interpret()
366 RegisterRange(10, byte & 0x7), _UVRSD_DOUBLE); in _Unwind_VRS_Interpret()
375 RegisterRange(start, count_minus_one), in _Unwind_VRS_Interpret()
396 RegisterRange(start, count_minus_one), in _Unwind_VRS_Interpret()
408 _Unwind_VRS_Pop(context, _UVRSC_VFP, RegisterRange(8, byte & 0x7), in _Unwind_VRS_Interpret()