Searched refs:RegisterRange (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/libunwind/src/ |
| H A D | Unwind-EHABI.cpp | 198 uint32_t RegisterRange(uint8_t start, uint8_t count_minus_one) { in RegisterRange() function 335 RegisterRange(static_cast<uint8_t>(v >> 4), in _Unwind_VRS_Interpret() 346 RegisterRange(8, byte & 0x07), _UVRSD_VFPX); in _Unwind_VRS_Interpret() 361 RegisterRange(10, byte & 0x7), _UVRSD_DOUBLE); in _Unwind_VRS_Interpret() 370 RegisterRange(start, count_minus_one), in _Unwind_VRS_Interpret() 391 RegisterRange(start, count_minus_one), in _Unwind_VRS_Interpret() 403 _Unwind_VRS_Pop(context, _UVRSC_VFP, RegisterRange(8, byte & 0x7), in _Unwind_VRS_Interpret()
|