Searched refs:RegisterRange (Results 1 – 1 of 1) sorted by relevance
/external/libunwind_llvm/src/ |
D | Unwind-EHABI.cpp | 197 uint32_t RegisterRange(uint8_t start, uint8_t count_minus_one) { in RegisterRange() function 334 RegisterRange(static_cast<uint8_t>(v >> 4), in _Unwind_VRS_Interpret() 345 RegisterRange(8, byte & 0x07), _UVRSD_VFPX); in _Unwind_VRS_Interpret() 360 RegisterRange(10, byte & 0x7), _UVRSD_DOUBLE); in _Unwind_VRS_Interpret() 369 RegisterRange(start, count_minus_one), in _Unwind_VRS_Interpret() 390 RegisterRange(start, count_minus_one), in _Unwind_VRS_Interpret() 402 _Unwind_VRS_Pop(context, _UVRSC_VFP, RegisterRange(8, byte & 0x7), in _Unwind_VRS_Interpret()
|