Searched refs:RegisterRange (Results 1 – 1 of 1) sorted by relevance
| /llvm-project/libunwind/src/ |
| H A D | Unwind-EHABI.cpp | 208 uint32_t RegisterRange(uint8_t start, uint8_t count_minus_one) { in RegisterRange() function 346 RegisterRange(static_cast<uint8_t>(v >> 4), in _Unwind_VRS_Interpret() 361 RegisterRange(8, byte & 0x07), _UVRSD_VFPX); in _Unwind_VRS_Interpret() 376 RegisterRange(10, byte & 0x7), _UVRSD_DOUBLE); in _Unwind_VRS_Interpret() 385 RegisterRange(start, count_minus_one), in _Unwind_VRS_Interpret() 406 RegisterRange(start, count_minus_one), in _Unwind_VRS_Interpret() 418 _Unwind_VRS_Pop(context, _UVRSC_VFP, RegisterRange(8, byte & 0x7), in _Unwind_VRS_Interpret()
|