Searched refs:RegisterRange (Results 1 – 1 of 1) sorted by relevance
/external/libunwind_llvm/src/ |
D | Unwind-EHABI.cpp | 195 uint32_t RegisterRange(uint8_t start, uint8_t count_minus_one) { in RegisterRange() function 332 RegisterRange(static_cast<uint8_t>(v >> 4), in _Unwind_VRS_Interpret() 343 RegisterRange(8, byte & 0x07), _UVRSD_VFPX); in _Unwind_VRS_Interpret() 358 RegisterRange(10, byte & 0x7), _UVRSD_DOUBLE); in _Unwind_VRS_Interpret() 367 RegisterRange(start, count_minus_one), in _Unwind_VRS_Interpret() 388 RegisterRange(start, count_minus_one), in _Unwind_VRS_Interpret() 400 _Unwind_VRS_Pop(context, _UVRSC_VFP, RegisterRange(8, byte & 0x7), in _Unwind_VRS_Interpret()
|